@ckeditor/ckeditor5-export-pdf 0.0.0-nightly-20240521.0 → 0.0.0-nightly-20240523.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/export-pdf.js +1 -1
- package/dist/index.js +1 -1
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/exportpdf.d.ts +3 -2
- package/package.json +2 -2
- package/src/exportpdf.d.ts +3 -2
- package/src/exportpdf.js +1 -1
- package/src/exportpdfcommand.js +1 -1
- package/src/exportpdfui.js +1 -1
- package/src/index.js +1 -1
- package/src/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(
|
|
23
|
+
(_0x474d41=>{const {zh:{dictionary:_0x266cc6,getPluralForm:_0x583c7e}}={'zh':{'dictionary':{'Export\x20to\x20PDF':'匯出為\x20PDF','An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.':'產生\x20PDF\x20時發生錯誤。','PDF\x20export\x20started':'PDF\x20匯出開始','PDF\x20export\x20failed':'PDF\x20匯出失敗','PDF\x20export\x20successful':'PDF\x20匯出成功','Exporting\x20PDF\x20document':'正在匯出\x20PDF\x20文件'},'getPluralForm':_0x21d72e=>0x0}};_0x474d41['zh']||={'dictionary':{},'getPluralForm':null},_0x474d41['zh']['dictionary']=Object['assign'](_0x474d41['zh']['dictionary'],_0x266cc6),_0x474d41['zh']['getPluralForm']=_0x583c7e;})(window['CKEDITOR_TRANSLATIONS']||={});
|
|
@@ -60,10 +60,11 @@ export interface ExportPdfConfig {
|
|
|
60
60
|
* ```
|
|
61
61
|
*
|
|
62
62
|
* **NOTE:** If `stylesheets` are not provided, the plugin will sent only
|
|
63
|
-
* {@glink
|
|
63
|
+
* {@glink getting-started/setup/css the default editor content styles}
|
|
64
|
+
* to the converter.
|
|
64
65
|
*
|
|
65
66
|
* **Default editor's content styles**:
|
|
66
|
-
* {@glink
|
|
67
|
+
* {@glink getting-started/setup/css The default editor content styles}
|
|
67
68
|
* are applied to the generated PDF thanks to the 'EDITOR_STYLES' token, which is provided to the `stylesheets` by default.
|
|
68
69
|
* If you don't want them to be applied, you have to omit the token:
|
|
69
70
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-export-pdf",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240523.0",
|
|
4
4
|
"description": "Export to PDF feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"type": "module",
|
|
31
31
|
"main": "src/index.js",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"ckeditor5": "0.0.0-nightly-
|
|
33
|
+
"ckeditor5": "0.0.0-nightly-20240523.0"
|
|
34
34
|
},
|
|
35
35
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
36
36
|
"author": "CKSource (http://cksource.com/)",
|
package/src/exportpdf.d.ts
CHANGED
|
@@ -56,10 +56,11 @@ export interface ExportPdfConfig {
|
|
|
56
56
|
* ```
|
|
57
57
|
*
|
|
58
58
|
* **NOTE:** If `stylesheets` are not provided, the plugin will sent only
|
|
59
|
-
* {@glink
|
|
59
|
+
* {@glink getting-started/setup/css the default editor content styles}
|
|
60
|
+
* to the converter.
|
|
60
61
|
*
|
|
61
62
|
* **Default editor's content styles**:
|
|
62
|
-
* {@glink
|
|
63
|
+
* {@glink getting-started/setup/css The default editor content styles}
|
|
63
64
|
* are applied to the generated PDF thanks to the 'EDITOR_STYLES' token, which is provided to the `stylesheets` by default.
|
|
64
65
|
* If you don't want them to be applied, you have to omit the token:
|
|
65
66
|
*
|
package/src/exportpdf.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5012e8=_0x53d9;(function(_0x477b10,_0x2b20a3){const _0x1aaf28=_0x53d9,_0xf3e430=_0x477b10();while(!![]){try{const _0x4cbd05=parseInt(_0x1aaf28(0x151))/0x1+parseInt(_0x1aaf28(0x142))/0x2*(-parseInt(_0x1aaf28(0x148))/0x3)+-parseInt(_0x1aaf28(0x149))/0x4+parseInt(_0x1aaf28(0x152))/0x5+parseInt(_0x1aaf28(0x13d))/0x6+parseInt(_0x1aaf28(0x140))/0x7+-parseInt(_0x1aaf28(0x13e))/0x8;if(_0x4cbd05===_0x2b20a3)break;else _0xf3e430['push'](_0xf3e430['shift']());}catch(_0xeb507e){_0xf3e430['push'](_0xf3e430['shift']());}}}(_0x5393,0xece96));import{Plugin as _0x3b6b44}from'ckeditor5/src/core.js';function _0x5393(){const _0x11e190=['get','exportPdf','init','ExportPdf','51xGARfc','7736232RiVmtH','editor','tokenUrl','then','token','commands','requires','config','1422996EsRdIa','2778390wNivSY','CloudServices','_token','registerTokenUrl','10760580GaQILG','2115576MHEjpi','plugins','2990484WEdunf','add','121226AluViz','pluginName'];_0x5393=function(){return _0x11e190;};return _0x5393();}import{Notification as _0x1d7f24}from'ckeditor5/src/ui.js';function _0x53d9(_0x94b899,_0x16247d){const _0x5393aa=_0x5393();return _0x53d9=function(_0x53d953,_0x52a05b){_0x53d953=_0x53d953-0x13c;let _0x498c55=_0x5393aa[_0x53d953];return _0x498c55;},_0x53d9(_0x94b899,_0x16247d);}import _0x544f48 from'./exportpdfcommand.js';import _0x4f2dad from'./exportpdfui.js';export default class s extends _0x3b6b44{static get[_0x5012e8(0x143)](){const _0x56c70f=_0x5012e8;return _0x56c70f(0x147);}static get[_0x5012e8(0x14f)](){const _0x1f7c84=_0x5012e8;return[_0x1f7c84(0x153),_0x1d7f24,_0x4f2dad];}[_0x5012e8(0x146)](){const _0x6b1ee9=_0x5012e8,_0x314ca0=this[_0x6b1ee9(0x14a)],_0x5cf61f=_0x314ca0[_0x6b1ee9(0x150)][_0x6b1ee9(0x144)](_0x6b1ee9(0x145))||{};_0x314ca0[_0x6b1ee9(0x14e)][_0x6b1ee9(0x141)](_0x6b1ee9(0x145),new _0x544f48(_0x314ca0));const _0x24d273=_0x314ca0[_0x6b1ee9(0x13f)][_0x6b1ee9(0x144)](_0x6b1ee9(0x153));!0x1===_0x5cf61f[_0x6b1ee9(0x14b)]?this[_0x6b1ee9(0x154)]=null:_0x5cf61f[_0x6b1ee9(0x14b)]?_0x24d273[_0x6b1ee9(0x13c)](_0x5cf61f[_0x6b1ee9(0x14b)])[_0x6b1ee9(0x14c)](_0x59d921=>{const _0x1b8a35=_0x6b1ee9;this[_0x1b8a35(0x154)]=_0x59d921;}):this[_0x6b1ee9(0x154)]=_0x24d273[_0x6b1ee9(0x14d)];}}
|
package/src/exportpdfcommand.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
23
|
+
import{Command as _0x30d2e7}from'ckeditor5/src/core.js';import{getStyles as _0x48fc9b}from'./utils.js';export default class o extends _0x30d2e7{constructor(_0x23963e){super(_0x23963e),this['set']('isBusy',!0x1),this['affectsData']=!0x1;}['refresh'](){this['isEnabled']=!this['isBusy'],this['value']=this['isBusy']?'pending':void 0x0;}['execute'](_0x46c7e4={}){const _0x19c766=this['editor'],t=_0x19c766['t'],_0x210765=_0x46c7e4['converterUrl']||'https://pdf-converter.cke-cs.com/v1/convert/',_0x339ecc=_0x46c7e4['dataCallback']||(_0x1d15b5=>_0x1d15b5['data']['get']()),_0x374cbb=_0x19c766['plugins']['get']('ExportPdf'),_0x2ffe8c=_0x46c7e4['token']||_0x374cbb['_token'];return this['isBusy']=!0x0,this['refresh'](),_0x48fc9b(_0x46c7e4['stylesheets']||['EDITOR_STYLES'])['then'](async _0x46399a=>{_0x19c766['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20started'));const _0x1d5153={'html':'<html>\x0a\x09\x09\x09\x09\x09\x09<head>\x0a\x09\x09\x09\x09\x09\x09\x09<title>CKEditor\x205\x20PDF\x20document</title>\x0a\x09\x09\x09\x09\x09\x09\x09<meta\x20charset=\x22utf-8\x22>\x0a\x09\x09\x09\x09\x09\x09</head>\x0a\x09\x09\x09\x09\x09\x09<body>\x0a\x09\x09\x09\x09\x09\x09\x09<div\x20class=\x22ck-content\x22\x20dir=\x22'+_0x19c766['locale']['contentLanguageDirection']+'\x22>\x0a\x09\x09\x09\x09\x09\x09\x09\x09'+await _0x339ecc(_0x19c766)+'\x0a\x09\x09\x09\x09\x09\x09\x09</div>\x0a\x09\x09\x09\x09\x09\x09</body>\x0a\x09\x09\x09\x09\x09</html>','css':_0x46399a,'options':_0x46c7e4['converterOptions']},_0x17a99f={'method':'POST','headers':{'Content-Type':'application/json','Accept':'application/pdf',..._0x2ffe8c?{'Authorization':_0x2ffe8c['value']}:null,'x-cs-app-id':_0x46c7e4['appID']||'cke5'},'body':JSON['stringify'](_0x1d5153)};return window['fetch'](_0x210765,_0x17a99f)['then'](_0x152114=>{if(0xc8!==_0x152114['status'])throw _0x152114;return _0x152114['blob']();})['then'](_0x28782e=>{_0x19c766['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20successful'));const _0x2654e0='function'==typeof _0x46c7e4['fileName']?_0x46c7e4['fileName']():_0x46c7e4['fileName'];this['_downloadFile'](_0x28782e,_0x2654e0||'document.pdf');});})['catch'](_0x25d7ad=>{const _0x5afd37=_0x19c766['plugins']['get']('Notification');throw _0x19c766['ui']['ariaLiveAnnouncer']['announce'](t('PDF\x20export\x20failed'),{'politeness':'assertive'}),_0x5afd37['showWarning'](t('An\x20error\x20occurred\x20while\x20generating\x20the\x20PDF.')),_0x25d7ad;})['finally'](()=>{this['isBusy']=!0x1,this['refresh']();});}['_downloadFile'](_0x3d161a,_0x35528c){const _0x2b1197=document['createElement']('a');_0x2b1197['href']=window['URL']['createObjectURL'](_0x3d161a),_0x2b1197['download']=_0x35528c,_0x2b1197['click'](),_0x2b1197['remove']();}}
|
package/src/exportpdfui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Plugin as
|
|
23
|
+
import{Plugin as _0x3a6969}from'ckeditor5/src/core.js';import{ButtonView as _0x6f3adf,MenuBarMenuListItemButtonView as _0x25b7d8,SpinnerView as _0x342f19}from'ckeditor5/src/ui.js';import _0x32caa7 from'../theme/icons/exportpdf.svg';export default class i extends _0x3a6969{static get['pluginName'](){return'ExportPdfUI';}['init'](){const _0x85208f=this['editor'];_0x85208f['ui']['componentFactory']['add']('exportPdf',()=>{const _0x36f379=this['_createButton'](_0x6f3adf),_0x576d8e=_0x85208f['commands']['get']('exportPdf');return _0x36f379['set']({'tooltip':!0x0}),_0x36f379['bind']('isOn')['to'](_0x576d8e,'isBusy'),_0x36f379;}),_0x85208f['ui']['componentFactory']['add']('menuBar:exportPdf',()=>this['_createButton'](_0x25b7d8));}['_createButton'](_0x20d5bc){const _0x402e58=this['editor'],_0x55a3a2=_0x402e58['config']['get']('exportPdf')||{},t=_0x402e58['locale']['t'],_0x294cb6=_0x402e58['commands']['get']('exportPdf'),_0x264541=new _0x20d5bc(_0x402e58['locale']),_0x17e674=new _0x342f19();return _0x264541['children']['add'](_0x17e674),_0x17e674['bind']('isVisible')['to'](_0x294cb6,'isBusy'),_0x264541['iconView']['bind']('isVisible')['to'](_0x294cb6,'isBusy',_0x39e94c=>!_0x39e94c),_0x264541['set']({'icon':_0x32caa7}),_0x264541['bind']('isEnabled')['to'](_0x294cb6,'isEnabled'),_0x264541['bind']('label')['to'](_0x294cb6,'isBusy',_0x2cdd7c=>t(_0x2cdd7c?'Exporting\x20PDF\x20document':'Export\x20to\x20PDF')),this['listenTo'](_0x264541,'execute',()=>{_0x402e58['execute']('exportPdf',_0x55a3a2),_0x402e58['editing']['view']['focus']();}),_0x264541;}}
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x1fc1ab,_0x2d1e33){var _0x2fc731=_0x1ff1,_0x39a706=_0x1fc1ab();while(!![]){try{var _0x3f8c69=parseInt(_0x2fc731(0x14b))/0x1+-parseInt(_0x2fc731(0x14d))/0x2*(-parseInt(_0x2fc731(0x14f))/0x3)+parseInt(_0x2fc731(0x150))/0x4*(parseInt(_0x2fc731(0x148))/0x5)+parseInt(_0x2fc731(0x14a))/0x6+parseInt(_0x2fc731(0x14c))/0x7+parseInt(_0x2fc731(0x14e))/0x8+parseInt(_0x2fc731(0x149))/0x9*(-parseInt(_0x2fc731(0x147))/0xa);if(_0x3f8c69===_0x2d1e33)break;else _0x39a706['push'](_0x39a706['shift']());}catch(_0x1132aa){_0x39a706['push'](_0x39a706['shift']());}}}(_0x33dc,0xdc9b8));export{default as ExportPdf}from'./exportpdf.js';function _0x1ff1(_0x8ddda,_0x4a8b91){var _0x33dc02=_0x33dc();return _0x1ff1=function(_0x1ff155,_0x43c852){_0x1ff155=_0x1ff155-0x147;var _0x230c19=_0x33dc02[_0x1ff155];return _0x230c19;},_0x1ff1(_0x8ddda,_0x4a8b91);}import'./augmentation.js';function _0x33dc(){var _0xd655a6=['401913xYNOSt','1633056CyKxhe','1064047RkYkvh','9358727nvVCYp','84886txdOZs','7248024YUlWKA','111zSkkJE','288hglFHG','1220rSyTur','83485OfzVWn'];_0x33dc=function(){return _0xd655a6;};return _0x33dc();}
|
package/src/utils.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
(function(_0x589b80,_0x574177){const _0x4dabf3=_0x4c34,_0x3fabe4=_0x589b80();while(!![]){try{const _0x1313c9=parseInt(_0x4dabf3(0x153))/0x1+-parseInt(_0x4dabf3(0x143))/0x2*(-parseInt(_0x4dabf3(0x142))/0x3)+parseInt(_0x4dabf3(0x157))/0x4+parseInt(_0x4dabf3(0x15a))/0x5+parseInt(_0x4dabf3(0x14e))/0x6*(parseInt(_0x4dabf3(0x154))/0x7)+parseInt(_0x4dabf3(0x15c))/0x8*(parseInt(_0x4dabf3(0x145))/0x9)+-parseInt(_0x4dabf3(0x15d))/0xa*(parseInt(_0x4dabf3(0x149))/0xb);if(_0x1313c9===_0x574177)break;else _0x3fabe4['push'](_0x3fabe4['shift']());}catch(_0x1dbeca){_0x3fabe4['push'](_0x3fabe4['shift']());}}}(_0x2175,0xe3b39));function _0x4c34(_0x507d35,_0x2f52fe){const _0x2175fd=_0x2175();return _0x4c34=function(_0x4c34ee,_0x10e36b){_0x4c34ee=_0x4c34ee-0x13e;let _0x480a4d=_0x2175fd[_0x4c34ee];return _0x480a4d;},_0x4c34(_0x507d35,_0x2f52fe);}export function getStyles(_0x4879c5){const _0x135ecc=_0x4c34;if(!_0x4879c5)return new Promise(_0x3643bb=>_0x3643bb(''));const _0x49e85e=[];for(const _0x29d03e of _0x4879c5)_0x135ecc(0x144)!==_0x29d03e?_0x49e85e[_0x135ecc(0x15b)](window[_0x135ecc(0x14a)](_0x29d03e)[_0x135ecc(0x159)](_0x52d7f0=>_0x52d7f0[_0x135ecc(0x146)]())):_0x49e85e[_0x135ecc(0x15b)](f());return Promise[_0x135ecc(0x140)](_0x49e85e)[_0x135ecc(0x159)](_0x180684=>_0x180684[_0x135ecc(0x13f)]('\x20')[_0x135ecc(0x14d)]());}function _0x2175(){const _0x3d2214=['from','then','2183025nRCWVJ','push','7226320nUESep','580470ZwLNQN',':root','join','all','length','191289UliLyr','44jfQYPg','EDITOR_STYLES','9QAaSnq','text','The\x20editor\x20stylesheet\x20could\x20not\x20be\x20found\x20in\x20the\x20document.\x20Check\x20your\x20webpack\x20config\x20–\x20style-loader\x20should\x20use\x20data-cke=true\x20attribute\x20for\x20the\x20editor\x20stylesheet.','styleSheets','1012wYLiYC','fetch','cssRules','indexOf','trim','1818282JrigGi','.ck-content','ownerNode','hasAttribute','cssText','842542KTCVoJ','21rtPsTi','data-cke','warn','7114500kPkBgf'];_0x2175=function(){return _0x3d2214;};return _0x2175();}function f(){const _0x18b1ae=_0x4c34,_0x1d7466=[],_0x4ec58c=[];for(const _0xd820ce of Array[_0x18b1ae(0x158)](document[_0x18b1ae(0x148)])){if(_0xd820ce[_0x18b1ae(0x150)][_0x18b1ae(0x151)](_0x18b1ae(0x155))){for(const _0x396385 of Array[_0x18b1ae(0x158)](_0xd820ce[_0x18b1ae(0x14b)]))-0x1!==_0x396385[_0x18b1ae(0x152)][_0x18b1ae(0x14c)](_0x18b1ae(0x14f))?_0x1d7466[_0x18b1ae(0x15b)](_0x396385[_0x18b1ae(0x152)]):-0x1!==_0x396385[_0x18b1ae(0x152)][_0x18b1ae(0x14c)](_0x18b1ae(0x13e))&&_0x4ec58c[_0x18b1ae(0x15b)](_0x396385[_0x18b1ae(0x152)]);}}return _0x1d7466[_0x18b1ae(0x141)]||console[_0x18b1ae(0x156)](_0x18b1ae(0x147)),[..._0x4ec58c,..._0x1d7466][_0x18b1ae(0x13f)]('\x20')[_0x18b1ae(0x14d)]();}
|