@browserless.io/browserless 2.37.0 → 2.37.1
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/build/browsers/index.js +15 -0
- package/build/routes/chrome/http/content.post.query.json +3 -0
- package/build/routes/chrome/http/download.post.query.json +3 -0
- package/build/routes/chrome/http/function.post.query.json +3 -0
- package/build/routes/chrome/http/pdf.post.query.json +3 -0
- package/build/routes/chrome/http/performance.post.query.json +3 -0
- package/build/routes/chrome/http/scrape.post.query.json +3 -0
- package/build/routes/chrome/http/screenshot.post.query.json +3 -0
- package/build/routes/chrome/tests/content.spec.js +21 -0
- package/build/routes/chrome/tests/json.spec.js +100 -0
- package/build/routes/chrome/ws/browser.query.json +3 -0
- package/build/routes/chrome/ws/cdp.query.json +3 -0
- package/build/routes/chrome/ws/function-connect.query.json +3 -0
- package/build/routes/chrome/ws/page.query.json +3 -0
- package/build/routes/chromium/http/content.post.query.json +3 -0
- package/build/routes/chromium/http/download.post.query.json +3 -0
- package/build/routes/chromium/http/function.post.query.json +3 -0
- package/build/routes/chromium/http/pdf.post.query.json +3 -0
- package/build/routes/chromium/http/performance.post.query.json +3 -0
- package/build/routes/chromium/http/scrape.post.query.json +3 -0
- package/build/routes/chromium/http/screenshot.post.query.json +3 -0
- package/build/routes/chromium/tests/content.spec.js +21 -0
- package/build/routes/chromium/tests/function.spec.js +27 -0
- package/build/routes/chromium/tests/json.spec.js +100 -0
- package/build/routes/chromium/ws/browser.query.json +3 -0
- package/build/routes/chromium/ws/cdp.query.json +3 -0
- package/build/routes/chromium/ws/function-connect.query.json +3 -0
- package/build/routes/chromium/ws/page.query.json +3 -0
- package/build/routes/edge/http/content.post.query.json +3 -0
- package/build/routes/edge/http/download.post.query.json +3 -0
- package/build/routes/edge/http/function.post.query.json +3 -0
- package/build/routes/edge/http/pdf.post.query.json +3 -0
- package/build/routes/edge/http/performance.post.query.json +3 -0
- package/build/routes/edge/http/scrape.post.query.json +3 -0
- package/build/routes/edge/http/screenshot.post.query.json +3 -0
- package/build/routes/edge/tests/content.spec.js +21 -0
- package/build/routes/edge/tests/json.spec.js +100 -0
- package/build/routes/edge/ws/browser.query.json +3 -0
- package/build/routes/edge/ws/cdp.query.json +3 -0
- package/build/routes/edge/ws/function-connect.query.json +3 -0
- package/build/routes/edge/ws/page.query.json +3 -0
- package/build/routes/management/http/kill.get.query.json +3 -0
- package/build/routes/management/http/sessions.get.query.json +3 -0
- package/build/routes/management/tests/management.spec.js +44 -0
- package/build/server.js +1 -1
- package/build/shim.js +11 -1
- package/build/shim.spec.js +14 -0
- package/build/types.d.ts +2 -0
- package/extensions/ublocklite/_locales/br_FR/messages.json +2 -2
- package/extensions/ublocklite/_locales/cs/messages.json +8 -8
- package/extensions/ublocklite/_locales/da/messages.json +5 -5
- package/extensions/ublocklite/_locales/es/messages.json +4 -4
- package/extensions/ublocklite/_locales/gl/messages.json +5 -5
- package/extensions/ublocklite/_locales/ka/messages.json +5 -5
- package/extensions/ublocklite/_locales/ru/messages.json +3 -3
- package/extensions/ublocklite/_locales/sq/messages.json +5 -5
- package/extensions/ublocklite/_locales/sv/messages.json +5 -5
- package/extensions/ublocklite/_locales/zh_CN/messages.json +5 -5
- package/extensions/ublocklite/css/settings.css +6 -0
- package/extensions/ublocklite/dashboard.html +1 -1
- package/extensions/ublocklite/js/background.js +10 -6
- package/extensions/ublocklite/js/dashboard.js +4 -5
- package/extensions/ublocklite/js/jsonpath.js +25 -10
- package/extensions/ublocklite/js/report.js +2 -4
- package/extensions/ublocklite/js/troubleshooting.js +30 -18
- package/extensions/ublocklite/manifest.json +2 -2
- package/extensions/ublocklite/rulesets/main/adguard-mobile.json +1 -1
- package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +1 -1
- package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +6 -4
- package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +2 -1
- package/extensions/ublocklite/rulesets/main/chn-0.json +5 -3
- package/extensions/ublocklite/rulesets/main/easylist.json +10 -13
- package/extensions/ublocklite/rulesets/main/easyprivacy.json +8 -9
- package/extensions/ublocklite/rulesets/main/fin-0.json +3 -1
- package/extensions/ublocklite/rulesets/main/ita-0.json +2 -0
- package/extensions/ublocklite/rulesets/main/jpn-1.json +8 -10
- package/extensions/ublocklite/rulesets/main/nor-0.json +2 -2
- package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/rus-1.json +2 -1
- package/extensions/ublocklite/rulesets/main/spa-1.json +6 -1
- package/extensions/ublocklite/rulesets/main/swe-1.json +5 -5
- package/extensions/ublocklite/rulesets/main/tur-0.json +2 -2
- package/extensions/ublocklite/rulesets/main/ublock-badware.json +4 -2
- package/extensions/ublocklite/rulesets/main/ublock-filters.json +25 -25
- package/extensions/ublocklite/rulesets/main/ukr-0.json +2 -2
- package/extensions/ublocklite/rulesets/main/urlhaus-full.json +610 -80
- package/extensions/ublocklite/rulesets/main/vie-1.json +20 -14
- package/extensions/ublocklite/rulesets/regex/easylist.json +1 -6
- package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
- package/extensions/ublocklite/rulesets/regex/ublock-badware.json +3 -4
- package/extensions/ublocklite/rulesets/regex/ublock-filters.json +11 -9
- package/extensions/ublocklite/rulesets/ruleset-details.json +120 -120
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/ita-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/grc-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/spa-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.addEventListener-defuser.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-class.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-argument.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-outbound-text.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-suppress-native-method.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.evaldata-prune.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/est-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.remove-node-text.js +449 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +8 -4
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +848 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +24 -10
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +24 -10
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +941 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-override-element-method.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-dom-bypass.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +24 -10
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.trusted-prevent-dom-bypass.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/grc-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scriptlet-details.json +90 -32
- package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +5 -0
- package/extensions/ublocklite/rulesets/strictblock/chn-0.json +67 -1
- package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +17 -1
- package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +198 -196
- package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/pol-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +532 -530
- package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +23 -19
- package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +610 -80
- package/extensions/ublocklite/ublock.zip +0 -0
- package/package.json +13 -12
- package/scripts/install-debugger.js +2 -2
- package/src/browsers/index.ts +20 -0
- package/src/routes/chrome/tests/content.spec.ts +24 -0
- package/src/routes/chrome/tests/json.spec.ts +134 -0
- package/src/routes/chromium/tests/content.spec.ts +24 -0
- package/src/routes/chromium/tests/function.spec.ts +33 -0
- package/src/routes/chromium/tests/json.spec.ts +134 -0
- package/src/routes/chromium/tests/scrape.spec.ts +3 -1
- package/src/routes/edge/tests/content.spec.ts +24 -0
- package/src/routes/edge/tests/json.spec.ts +134 -0
- package/src/routes/management/tests/management.spec.ts +66 -0
- package/src/server.ts +1 -1
- package/src/shared/screenshot.http.ts +1 -1
- package/src/shim.spec.ts +18 -0
- package/src/shim.ts +15 -1
- package/src/types.ts +2 -0
- package/static/docs/swagger.json +4 -1
- package/static/docs/swagger.min.json +4 -1
- package/static/function/client.js +86 -92
- package/static/function/index.html +86 -92
- package/build/routes/chrome/tests/json-version.spec.js +0 -37
- package/build/routes/chromium/tests/json-version.spec.js +0 -37
- package/build/routes/edge/tests/json-version.spec.js +0 -37
- package/src/routes/chrome/tests/json-version.spec.ts +0 -52
- package/src/routes/chromium/tests/json-version.spec.ts +0 -52
- package/src/routes/edge/tests/json-version.spec.ts +0 -52
- /package/build/routes/chrome/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
- /package/build/routes/chromium/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
- /package/build/routes/edge/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
|
@@ -399,7 +399,7 @@ class JSONPath {
|
|
|
399
399
|
continue;
|
|
400
400
|
}
|
|
401
401
|
if ( c0 === 0x27 /* ' */ ) {
|
|
402
|
-
const r = this.#
|
|
402
|
+
const r = this.#untilChar(query, 0x27 /* ' */, i+1)
|
|
403
403
|
if ( r === undefined ) { return; }
|
|
404
404
|
keys.push(r.s);
|
|
405
405
|
i = r.i;
|
|
@@ -420,22 +420,27 @@ class JSONPath {
|
|
|
420
420
|
}
|
|
421
421
|
return { s: keys.length === 1 ? keys[0] : keys, i };
|
|
422
422
|
}
|
|
423
|
-
#
|
|
423
|
+
#consumeUnquotedIdentifier(query, i) {
|
|
424
|
+
const match = this.#reUnquotedIdentifier.exec(query.slice(i));
|
|
425
|
+
if ( match === null ) { return; }
|
|
426
|
+
return match[0];
|
|
427
|
+
}
|
|
428
|
+
#untilChar(query, targetCharCode, i) {
|
|
424
429
|
const len = query.length;
|
|
425
430
|
const parts = [];
|
|
426
431
|
let beg = i, end = i;
|
|
427
432
|
for (;;) {
|
|
428
433
|
if ( end === len ) { return; }
|
|
429
434
|
const c = query.charCodeAt(end);
|
|
430
|
-
if ( c ===
|
|
435
|
+
if ( c === targetCharCode ) {
|
|
431
436
|
parts.push(query.slice(beg, end));
|
|
432
437
|
end += 1;
|
|
433
438
|
break;
|
|
434
439
|
}
|
|
435
440
|
if ( c === 0x5C /* \ */ && (end+1) < len ) {
|
|
436
441
|
parts.push(query.slice(beg, end));
|
|
437
|
-
const d = query.
|
|
438
|
-
if ( d ===
|
|
442
|
+
const d = query.charCodeAt(end+1);
|
|
443
|
+
if ( d === targetCharCode || d === 0x5C ) {
|
|
439
444
|
end += 1;
|
|
440
445
|
beg = end;
|
|
441
446
|
}
|
|
@@ -444,12 +449,20 @@ class JSONPath {
|
|
|
444
449
|
}
|
|
445
450
|
return { s: parts.join(''), i: end };
|
|
446
451
|
}
|
|
447
|
-
#consumeUnquotedIdentifier(query, i) {
|
|
448
|
-
const match = this.#reUnquotedIdentifier.exec(query.slice(i));
|
|
449
|
-
if ( match === null ) { return; }
|
|
450
|
-
return match[0];
|
|
451
|
-
}
|
|
452
452
|
#compileExpr(query, step, i) {
|
|
453
|
+
if ( query.startsWith('=/', i) ) {
|
|
454
|
+
const r = this.#untilChar(query, 0x2F /* / */, i+2);
|
|
455
|
+
if ( r === undefined ) { return i; }
|
|
456
|
+
const match = /^[i]/.exec(query.slice(r.i));
|
|
457
|
+
try {
|
|
458
|
+
step.rval = new RegExp(r.s, match && match[0] || undefined);
|
|
459
|
+
} catch {
|
|
460
|
+
return i;
|
|
461
|
+
}
|
|
462
|
+
step.op = 're';
|
|
463
|
+
if ( match ) { r.i += match[0].length; }
|
|
464
|
+
return r.i;
|
|
465
|
+
}
|
|
453
466
|
const match = this.#reExpr.exec(query.slice(i));
|
|
454
467
|
if ( match === null ) { return i; }
|
|
455
468
|
try {
|
|
@@ -489,6 +502,7 @@ class JSONPath {
|
|
|
489
502
|
case '^=': outcome = `${v}`.startsWith(step.rval) === target; break;
|
|
490
503
|
case '$=': outcome = `${v}`.endsWith(step.rval) === target; break;
|
|
491
504
|
case '*=': outcome = `${v}`.includes(step.rval) === target; break;
|
|
505
|
+
case 're': outcome = step.rval.test(`${v}`); break;
|
|
492
506
|
default: outcome = hasOwn === target; break;
|
|
493
507
|
}
|
|
494
508
|
if ( outcome ) { return k; }
|
|
@@ -633,6 +647,10 @@ function proxyApplyFn(
|
|
|
633
647
|
: new proxyApplyFn.ApplyContext(...args);
|
|
634
648
|
}
|
|
635
649
|
};
|
|
650
|
+
proxyApplyFn.isCtor = new Map();
|
|
651
|
+
}
|
|
652
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
653
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
636
654
|
}
|
|
637
655
|
const fnStr = fn.toString();
|
|
638
656
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -645,7 +663,7 @@ function proxyApplyFn(
|
|
|
645
663
|
return Reflect.get(target, prop);
|
|
646
664
|
},
|
|
647
665
|
};
|
|
648
|
-
if (
|
|
666
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
649
667
|
proxyDetails.construct = function(target, args) {
|
|
650
668
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
651
669
|
};
|
package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js
CHANGED
|
@@ -364,7 +364,7 @@ class JSONPath {
|
|
|
364
364
|
continue;
|
|
365
365
|
}
|
|
366
366
|
if ( c0 === 0x27 /* ' */ ) {
|
|
367
|
-
const r = this.#
|
|
367
|
+
const r = this.#untilChar(query, 0x27 /* ' */, i+1)
|
|
368
368
|
if ( r === undefined ) { return; }
|
|
369
369
|
keys.push(r.s);
|
|
370
370
|
i = r.i;
|
|
@@ -385,22 +385,27 @@ class JSONPath {
|
|
|
385
385
|
}
|
|
386
386
|
return { s: keys.length === 1 ? keys[0] : keys, i };
|
|
387
387
|
}
|
|
388
|
-
#
|
|
388
|
+
#consumeUnquotedIdentifier(query, i) {
|
|
389
|
+
const match = this.#reUnquotedIdentifier.exec(query.slice(i));
|
|
390
|
+
if ( match === null ) { return; }
|
|
391
|
+
return match[0];
|
|
392
|
+
}
|
|
393
|
+
#untilChar(query, targetCharCode, i) {
|
|
389
394
|
const len = query.length;
|
|
390
395
|
const parts = [];
|
|
391
396
|
let beg = i, end = i;
|
|
392
397
|
for (;;) {
|
|
393
398
|
if ( end === len ) { return; }
|
|
394
399
|
const c = query.charCodeAt(end);
|
|
395
|
-
if ( c ===
|
|
400
|
+
if ( c === targetCharCode ) {
|
|
396
401
|
parts.push(query.slice(beg, end));
|
|
397
402
|
end += 1;
|
|
398
403
|
break;
|
|
399
404
|
}
|
|
400
405
|
if ( c === 0x5C /* \ */ && (end+1) < len ) {
|
|
401
406
|
parts.push(query.slice(beg, end));
|
|
402
|
-
const d = query.
|
|
403
|
-
if ( d ===
|
|
407
|
+
const d = query.charCodeAt(end+1);
|
|
408
|
+
if ( d === targetCharCode || d === 0x5C ) {
|
|
404
409
|
end += 1;
|
|
405
410
|
beg = end;
|
|
406
411
|
}
|
|
@@ -409,12 +414,20 @@ class JSONPath {
|
|
|
409
414
|
}
|
|
410
415
|
return { s: parts.join(''), i: end };
|
|
411
416
|
}
|
|
412
|
-
#consumeUnquotedIdentifier(query, i) {
|
|
413
|
-
const match = this.#reUnquotedIdentifier.exec(query.slice(i));
|
|
414
|
-
if ( match === null ) { return; }
|
|
415
|
-
return match[0];
|
|
416
|
-
}
|
|
417
417
|
#compileExpr(query, step, i) {
|
|
418
|
+
if ( query.startsWith('=/', i) ) {
|
|
419
|
+
const r = this.#untilChar(query, 0x2F /* / */, i+2);
|
|
420
|
+
if ( r === undefined ) { return i; }
|
|
421
|
+
const match = /^[i]/.exec(query.slice(r.i));
|
|
422
|
+
try {
|
|
423
|
+
step.rval = new RegExp(r.s, match && match[0] || undefined);
|
|
424
|
+
} catch {
|
|
425
|
+
return i;
|
|
426
|
+
}
|
|
427
|
+
step.op = 're';
|
|
428
|
+
if ( match ) { r.i += match[0].length; }
|
|
429
|
+
return r.i;
|
|
430
|
+
}
|
|
418
431
|
const match = this.#reExpr.exec(query.slice(i));
|
|
419
432
|
if ( match === null ) { return i; }
|
|
420
433
|
try {
|
|
@@ -454,6 +467,7 @@ class JSONPath {
|
|
|
454
467
|
case '^=': outcome = `${v}`.startsWith(step.rval) === target; break;
|
|
455
468
|
case '$=': outcome = `${v}`.endsWith(step.rval) === target; break;
|
|
456
469
|
case '*=': outcome = `${v}`.includes(step.rval) === target; break;
|
|
470
|
+
case 're': outcome = step.rval.test(`${v}`); break;
|
|
457
471
|
default: outcome = hasOwn === target; break;
|
|
458
472
|
}
|
|
459
473
|
if ( outcome ) { return k; }
|
|
@@ -557,6 +571,10 @@ function proxyApplyFn(
|
|
|
557
571
|
: new proxyApplyFn.ApplyContext(...args);
|
|
558
572
|
}
|
|
559
573
|
};
|
|
574
|
+
proxyApplyFn.isCtor = new Map();
|
|
575
|
+
}
|
|
576
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
577
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
560
578
|
}
|
|
561
579
|
const fnStr = fn.toString();
|
|
562
580
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -569,7 +587,7 @@ function proxyApplyFn(
|
|
|
569
587
|
return Reflect.get(target, prop);
|
|
570
588
|
},
|
|
571
589
|
};
|
|
572
|
-
if (
|
|
590
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
573
591
|
proxyDetails.construct = function(target, args) {
|
|
574
592
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
575
593
|
};
|
|
@@ -124,6 +124,10 @@ function proxyApplyFn(
|
|
|
124
124
|
: new proxyApplyFn.ApplyContext(...args);
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
|
+
proxyApplyFn.isCtor = new Map();
|
|
128
|
+
}
|
|
129
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
130
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
127
131
|
}
|
|
128
132
|
const fnStr = fn.toString();
|
|
129
133
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -136,7 +140,7 @@ function proxyApplyFn(
|
|
|
136
140
|
return Reflect.get(target, prop);
|
|
137
141
|
},
|
|
138
142
|
};
|
|
139
|
-
if (
|
|
143
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
140
144
|
proxyDetails.construct = function(target, args) {
|
|
141
145
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
142
146
|
};
|
|
@@ -132,6 +132,10 @@ function proxyApplyFn(
|
|
|
132
132
|
: new proxyApplyFn.ApplyContext(...args);
|
|
133
133
|
}
|
|
134
134
|
};
|
|
135
|
+
proxyApplyFn.isCtor = new Map();
|
|
136
|
+
}
|
|
137
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
138
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
135
139
|
}
|
|
136
140
|
const fnStr = fn.toString();
|
|
137
141
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -144,7 +148,7 @@ function proxyApplyFn(
|
|
|
144
148
|
return Reflect.get(target, prop);
|
|
145
149
|
},
|
|
146
150
|
};
|
|
147
|
-
if (
|
|
151
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
148
152
|
proxyDetails.construct = function(target, args) {
|
|
149
153
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
150
154
|
};
|
package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js
CHANGED
|
@@ -266,6 +266,10 @@ function proxyApplyFn(
|
|
|
266
266
|
: new proxyApplyFn.ApplyContext(...args);
|
|
267
267
|
}
|
|
268
268
|
};
|
|
269
|
+
proxyApplyFn.isCtor = new Map();
|
|
270
|
+
}
|
|
271
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
272
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
269
273
|
}
|
|
270
274
|
const fnStr = fn.toString();
|
|
271
275
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -278,7 +282,7 @@ function proxyApplyFn(
|
|
|
278
282
|
return Reflect.get(target, prop);
|
|
279
283
|
},
|
|
280
284
|
};
|
|
281
|
-
if (
|
|
285
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
282
286
|
proxyDetails.construct = function(target, args) {
|
|
283
287
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
284
288
|
};
|
|
@@ -479,8 +483,8 @@ function safeSelf() {
|
|
|
479
483
|
/******************************************************************************/
|
|
480
484
|
|
|
481
485
|
const scriptletGlobals = {}; // eslint-disable-line
|
|
482
|
-
const argsList = [["googlesyndication","function","{\"type\": \"cors\"}"]];
|
|
483
|
-
const hostnamesMap = new Map([["crunchyscan.fr",0]]);
|
|
486
|
+
const argsList = [["googlesyndication","function","{\"type\": \"cors\"}"],["pagead2.googlesyndication.com/pagead/js/adsbygoogle.js","google"]];
|
|
487
|
+
const hostnamesMap = new Map([["crunchyscan.fr",0],["seelen.io",1]]);
|
|
484
488
|
const exceptionsMap = new Map([]);
|
|
485
489
|
const hasEntities = false;
|
|
486
490
|
const hasAncestors = false;
|
|
@@ -169,6 +169,10 @@ function proxyApplyFn(
|
|
|
169
169
|
: new proxyApplyFn.ApplyContext(...args);
|
|
170
170
|
}
|
|
171
171
|
};
|
|
172
|
+
proxyApplyFn.isCtor = new Map();
|
|
173
|
+
}
|
|
174
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
175
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
172
176
|
}
|
|
173
177
|
const fnStr = fn.toString();
|
|
174
178
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -181,7 +185,7 @@ function proxyApplyFn(
|
|
|
181
185
|
return Reflect.get(target, prop);
|
|
182
186
|
},
|
|
183
187
|
};
|
|
184
|
-
if (
|
|
188
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
185
189
|
proxyDetails.construct = function(target, args) {
|
|
186
190
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
187
191
|
};
|
|
@@ -369,8 +369,8 @@ function safeSelf() {
|
|
|
369
369
|
/******************************************************************************/
|
|
370
370
|
|
|
371
371
|
const scriptletGlobals = {}; // eslint-disable-line
|
|
372
|
-
const argsList = [["script","(function serverContract()","(()=>{if(\"YOUTUBE_PREMIUM_LOGO\"===ytInitialData?.topbar?.desktopTopbarRenderer?.logo?.topbarLogoRenderer?.iconImage?.iconType||location.href.startsWith(\"https://www.youtube.com/tv#/\")||location.href.startsWith(\"https://www.youtube.com/embed/\"))return;document.addEventListener(\"DOMContentLoaded\",(function(){const t=()=>{const t=document.getElementById(\"movie_player\");if(!t)return;if(!t.getStatsForNerds?.()?.debug_info?.startsWith?.(\"SSAP, AD\"))return;const e=t.getProgressState?.();e&&e.duration>0&&(e.loaded<e.duration||e.duration-e.current>1)&&t.seekTo?.(e.duration)};t(),new MutationObserver((()=>{t()})).observe(document,{childList:!0,subtree:!0})}));const t={apply:(t,e,o)=>{const n=o[0];return\"function\"==typeof n&&n.toString().includes(\"onAbnormalityDetected\")&&(o[0]=function(){}),Reflect.apply(t,e,o)}};window.Promise.prototype.then=new Proxy(window.Promise.prototype.then,t);const e=t=>t.includes('\"params\":\"yAEB')?t:t.includes('\"params\":\"')?t.replace('\"params\":\"','\"params\":\"yAEB'):t.replace('\"contentCheckOk\":false','\"contentCheckOk\":false,\"params\":\"yAEB\"'),o={construct:(t,o,n)=>{const r=o[0],c=o[1]?.body;return r?.includes(\"youtubei\")&&c?.includes('\"contentPlaybackContext\":{')&&!c?.includes(\"youtube.com/shorts/\")&&(o[1].body=e(c)),Reflect.construct(t,o,n)}};window.Request=new Proxy(window.Request,o);const n={apply:(t,o,n)=>{const r=n[0];return r.includes(\"youtube.com/watch?\")&&r.includes('\"contentPlaybackContext\":{')&&!location.href.includes(\"youtube.com/shorts/\")&&(n[0]=e(r)),Reflect.apply(t,o,n)}};window.TextEncoder.prototype.encode=new Proxy(window.TextEncoder.prototype.encode,n)})();(function serverContract()","sedCount","1"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); localStorage.setItem(\"tuna\", \"dW5kZWZpbmVk\"); localStorage.setItem(\"sausage\", \"ZmFsc2U=\"); window.setTimeout(function(){fuckYouUblockAndJobcenterTycoon(false)},200);"],["script","_w.keyMap=","(()=>{const e={apply:(e,t,n)=>{let o=Reflect.apply(e,t,n);return o instanceof HTMLIFrameElement&&!o.src&&o.contentWindow&&(o.contentWindow.document.body.getElementsByTagName=window.document.body.getElementsByTagName,o.contentWindow.MutationObserver=void 0),o}};HTMLBodyElement.prototype.appendChild=new Proxy(HTMLBodyElement.prototype.appendChild,e);const t={apply:(e,t,n)=>(t instanceof HTMLLIElement&&\"b_algo\"===t?.classList?.value&&\"a\"===n?.[0]&&setTimeout((()=>{t.style.display=\"none\"}),100),Reflect.apply(e,t,n))};HTMLBodyElement.prototype.getElementsByTagName=new Proxy(HTMLBodyElement.prototype.getElementsByTagName,t)})();_w.keyMap="],["script","//tele();","telek3();"],["script","/!\\(Object\\.values.*?return false;/g"],["script","/[a-z]+\\(\\) &&/","!0&&"],["script","window.location.href = '/hithere';"],["script","/googletag.*?enableServices\\(\\)\\;/s"],["script","/googletag\\.pubads\\(\\).*rewardedSlot\\)\\;\\s+\\}\\)\\;/s"],["script","(function($)","(function(){const a=document.createElement(\"div\");document.documentElement.appendChild(a),setTimeout(()=>{a&&a.remove()},100)})(); (function($)"],["script","/window\\.dataLayer.+?(location\\.replace\\(\\S+?\\)).*/","$1"],["script","WB.defer","window.wbads={public:{getDailymotionAdsParamsForScript:function(a,b){b(\"\")},setTargetingOnPosition:function(a,b){return}}};WB.defer","condition","wbads.public.setTargetingOnPosition"],["script","var ISMLIB","!function(){const o={apply:(o,n,r)=>(new Error).stack.includes(\"refreshad\")?0:Reflect.apply(o,n,r)};window.Math.floor=new Proxy(window.Math.floor,o)}();var ISMLIB"],["script","gtag != null","false"],["script","\"adBlockWallEnabled\":true","\"adBlockWallEnabled\":false"],["script","/vastURL:.*?',/","vastURL: '',"],["script","/url:.*?',/","url: '',"],["script","a.onerror","xxx"],["script","/\\$.*embed.*.appendTo.*;/","","condition","appendTo"],["script","setInterval"],["script","/'globalConfig':.*?\",\\s};var exportz/s","};var exportz"],["script","/\\\"homad\\\",/"],["script","/\\\"homad\\\":\\{\\\"state\\\":\\\"enabled\\\"\\}/","\"homad\":{\"state\":\"disabled\"}"],["script","useAdBlockDefend: true","useAdBlockDefend: false"],["script","/if \\([a-z0-9]{10} === [a-z0-9]{10}/","if(true"],["script","/false;/gm","true;","condition","isSubscribed"],["script","('t_modal')","('go_d2')"],["script","/window\\.location\\.href\\s*=\\s*\"intent:\\/\\/([^#]+)#Intent;[^\"]*\"/gm","window.location.href = \"https://$1\""],["script","Android/","false/","stay","1"],["script","alert","false"],["script","2000","10"],["script","/\\d{2}00/gms","10","condition","/timer|count|getElementById/gms"],["script","/^window\\.location\\.href.*\\'$/gms","","condition","buoy"],["script","/1000|100|6|30|40/gm","1","condition","/timerSeconds|counter/"],["script","getlink.removeClass('hidden');","gotolink.removeClass('hidden');"],["script","stopCountdown();","resumeCountdown();"],["script","/initialTimeSeconds = \\d+/","initialTimeSeconds = 7"],["script","/10|20/","0","condition","/countdownSeconds|wpsafelinkCount/"],["script","/1000|1700|5000/gm","10","condition","/countdownSeconds|wpsafelinkCount/"],["script","/^([^{])/","document.addEventListener('DOMContentLoaded',()=>{const i=document.createElement('iframe');i.style='height:0;width:0;border:0';i.id='aswift_0';document.body.appendChild(i);i.focus();const f=document.createElement('div');f.id='9JJFp';document.body.appendChild(f);});$1","sedCount","2"],["script","/window\\.location.*?;/"],["script","typeof cdo == 'undefined' || document.querySelector('div.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox') == undefined","false"],["script","/window\\.location\\.href='.*';/","","condition","openLink"],["script","'IFRAME'","'BODY'"],["script","timeLeft = duration","timeLeft = 1"],["script",";return;","","condition","_0x"],["script","/return Array[^;]+/","return true"],["script","return!![]","return![]"],["script","/\\d{4}/gm","10","condition","count"],["script","/getElementById\\('.*'\\).*'block';/gm","getElementById('btn6').style.display = 'block';","condition","count"],["script","3000)","10)"],["script","isadblock = 1;","isadblock = 0;"],["script","\"#sdl\"","\"#dln\""],["script","event.message);","event.message); /*start*/ !function(){\"use strict\";let t={log:window.console.log.bind(console),getPropertyValue:CSSStyleDeclaration.prototype.getPropertyValue,setAttribute:Element.prototype.setAttribute,getAttribute:Element.prototype.getAttribute,appendChild:Element.prototype.appendChild,remove:Element.prototype.remove,cloneNode:Element.prototype.cloneNode,Element_attributes:Object.getOwnPropertyDescriptor(Element.prototype,\"attributes\").get,Array_splice:Array.prototype.splice,Array_join:Array.prototype.join,createElement:document.createElement,getComputedStyle:window.getComputedStyle,Reflect:Reflect,Proxy:Proxy,crypto:window.crypto,Uint8Array:Uint8Array,Object_defineProperty:Object.defineProperty.bind(Object),Object_getOwnPropertyDescriptor:Object.getOwnPropertyDescriptor.bind(Object),String_replace:String.prototype.replace},e=t.crypto.getRandomValues.bind(t.crypto),r=function(e,r,l){return\"toString\"===r?e.toString.bind(e):t.Reflect.get(e,r,l)},l=function(r){let o=function(t){return t.toString(16).padStart(2,\"0\")},p=new t.Uint8Array((r||40)/2);e(p);let n=t.String_replace.call(t.Array_join.call(Array.from(p,o),\"\"),/^\\d+/g,\"\");return n.length<3?l(r):n},o=l(15);window.MutationObserver=new t.Proxy(window.MutationObserver,{construct:function(e,r){let l=r[0],p=function(e,r){for(let p=e.length,n=p-1;n>=0;--n){let c=e[n];if(\"childList\"===c.type&&c.addedNodes.length>0){let i=c.addedNodes;for(let a=0,y=i.length;a<y;++a){let u=i[a];if(u.localName===o){t.Array_splice.call(e,n,1);break}}}}0!==e.length&&l(e,r)};r[0]=p;let n=t.Reflect.construct(e,r);return n},get:r}),window.getComputedStyle=new t.Proxy(window.getComputedStyle,{apply(e,l,p){let n=t.Reflect.apply(e,l,p);if(\"none\"===t.getPropertyValue.call(n,\"clip-path\"))return n;let c=p[0],i=t.createElement.call(document,o);t.setAttribute.call(i,\"class\",t.getAttribute.call(c,\"class\")),t.setAttribute.call(i,\"id\",t.getAttribute.call(c,\"id\")),t.setAttribute.call(i,\"style\",t.getAttribute.call(c,\"style\")),t.appendChild.call(document.body,i);let a=t.getPropertyValue.call(t.getComputedStyle.call(window,i),\"clip-path\");return t.remove.call(i),t.Object_defineProperty(n,\"clipPath\",{get:(()=>a).bind(null)}),n.getPropertyValue=new t.Proxy(n.getPropertyValue,{apply:(e,r,l)=>\"clip-path\"!==l[0]?t.Reflect.apply(e,r,l):a,get:r}),n},get:r})}(); document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/"],["script","/\\.cloudfront\\.net|window\\.open/g","false"],["script","/element\\.contains\\(document\\.activeElement\\)|document\\.hidden && !timeCounted/g","true"],["script","!seen && ad","false"],["script","window.location.href","temp","includes","linkToOpen"],["script","(isAdsenseBlocked)","(false)"],["script","/#Intent.*?end/"],["script","intent","https"],["script","!isAdTriggered","false"],["script","900","100"],["script","3000","10","condition","getElementById"],["script","/.*adConfig.*frequency_period.*/","(async () => {const a=location.href;if(!a.includes(\"/download?link=\"))return;const b=new URL(a),c=b.searchParams.get(\"link\");try{location.assign(`${location.protocol}//${c}`)}catch(a){}} )();"],["script","break;case $."],["script","/^/","(()=>{window.admiral=function(d,a,b){if(\"function\"==typeof b)try{b({})}catch(a){}}})();","sedCount","1"],["script","window.googletag =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/common/css/etoday.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.googletag ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css_renew/pc/common.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","_paq.push","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css/pc/ecn_common.min.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/_paq.push"],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/wp-content/themes/hts_v2/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/_css/css.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","var _paq =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/Content/css/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var _paq =","sedCount","1"],["script","var localize =","/*start*/(function(){document.querySelectorAll(\"script[wp-data]\").forEach(element=>{const html=new DOMParser().parseFromString(atob(element.getAttribute(\"wp-data\")),\"text/html\");html.querySelectorAll(\"link:not([as])\").forEach(linkEl=>{element.after(linkEl)});element.parentElement.removeChild(element);})})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var localize =","sedCount","1"],["script","/^.+/gms","!function(){var e=Object.getOwnPropertyDescriptor(Element.prototype,\"innerHTML\").set;Object.defineProperty(Element.prototype,\"innerHTML\",{set:function(t){return t.includes(\"html-load.com\")?e.call(this,\"\"):e.call(this,t)}})}();","condition","html-load.com"],["script","(isNoAds)","(true)"],["script","/openNewTab\\(\".*?\"\\)/g","null"],["script","let playerType","window.addEventListener(\"load\",()=>{if(typeof playMovie===\"function\"){playMovie()}});let playerType"],["script","window.lazyLoadOptions =","if(typeof ilk_part_getir===\"function\"){ilk_part_getir()}window.lazyLoadOptions =","sedCount","1"],["script","popactive","nopop"],["script","/manageAds\\(video_urls\\[activeItem\\], video_seconds\\[activeItem\\], ad_urls\\[activeItem],true\\);/","playVideo();","condition","playAdd"],["script","skipButton.innerText !==","\"\" ==="],["script","var controlBar =","skipButton.click();var controlBar =","sedCount","1"],["script","await runPreRollAds();"],["script","vastTag","v"],["script","/protect_block.*?,/"],["script","/window.open.*/gms","window.open(url, \"_self\");}"],["script","/window\\.location\\.href.*?;/"],["script","/\\(window\\.show[^\\)]+\\)/","(true)","condition","classList.add"],["script","(isAdblock)","(false)"],["style","visibility: visible !important;","display: none !important;"],["script","currentTime = 1500 * 2","currentTime = 0"],["script","/^.+/s","navigator.serviceWorker.getRegistrations().then((registrations=>{for(const registration of registrations){if(registration.scope.includes(\"streamingcommunity.computer\")){registration.unregister()}}}));","condition","swDidInit"],["script","\"adsDisabled\":false","\"adsDisabled\":true"],["style","::after{content:\" \";display:table;box-sizing:border-box}","{display: none !important;}","condition","text-decoration:none;vertical-align:middle"],["script","?30:0","?0:0"],["script","({});","({}); function showHideElements(t,e){$(t).hide(),$(e).show()}function disableBtnclc(){let t=document.querySelector(\".submit-captcha\");t.disabled=!0,t.innerHTML=\"Loading...\"}function refreshButton(){$(\".refresh-capthca-btn\").addClass(\"disabled\")}function copyInput(){let t=document.querySelectorAll(\".copy-input\");t.forEach(t=>{navigator.clipboard.writeText(t.value)}),Materialize.toast(\"Copied!\",2e3)}function imgOnError(){$(\".ua-check\").html(window.atob(\"PGRpdiBjbGFzcz0idGV4dC1kYW5nZXIgZm9udC13ZWlnaHQtYm9sZCBoNSBtdC0xIj5DYXB0Y2hhIGltYWdlIGZhaWxlZCB0byBsb2FkLjxicj48YSBvbmNsaWNrPSJsb2NhdGlvbi5yZWxvYWQoKSIgc3R5bGU9ImNvbG9yOiM2MjcwZGE7Y3Vyc29yOnBvaW50ZXIiIGNsYXNzPSJ0ZXh0LWRlY29yYXRpb25lLW5vbmUiPlBsZWFzZSByZWZyZXNoIHRoZSBwYWdlLiA8aSBjbGFzcz0iZmEgZmEtcmVmcmVzaCI+PC9pPjwvYT48L2Rpdj4=\"))}$(window).on(\"load\",function(){$(\"body\").addClass(\"loaded\")}),window.history.replaceState&&window.history.replaceState(null,null,window.location.href),$(\".remove-spaces\").on(\"input\",function(){this.value=this.value.replace(/\\s/g,\"\")}),$(document).on(\"click\",\"#toast-container .toast\",function(){$(this).fadeOut(function(){$(this).remove()})}),$(\".tktemizle\").on(\"input propertychange\",function(){let t=$(this).val().match(\"access_token=(.*?)&\");t&&$(\".tktemizle\").val(t[1])}),$(document).ready(function(){let t=[{button:$(\".t-followers-button\"),menu:$(\".t-followers-menu\")},{button:$(\".t-hearts-button\"),menu:$(\".t-hearts-menu\")},{button:$(\".t-chearts-button\"),menu:$(\".t-chearts-menu\")},{button:$(\".t-views-button\"),menu:$(\".t-views-menu\")},{button:$(\".t-shares-button\"),menu:$(\".t-shares-menu\")},{button:$(\".t-favorites-button\"),menu:$(\".t-favorites-menu\")},{button:$(\".t-livestream-button\"),menu:$(\".t-livestream-menu\")},{button:$(\".ig-followers-button\"),menu:$(\".ig-followers-menu\")},{button:$(\".ig-likes-button\"),menu:$(\".ig-likes-menu\")}];$.each(t,function(t,e){e.button.click(function(){$(\".colsmenu\").addClass(\"nonec\"),e.menu.removeClass(\"nonec\")})})});"],["script","/devtoolsDetector\\.launch\\(\\)\\;/"],["script","//$('#btn_download').click();","$('#btn_download').click();","sedCount","1"],["script","/reymit_ads_for_categories\\.length>0|reymit_ads_for_streams\\.length>0/g","false"],["script","/data: \\[.*\\],/","data: [],","condition","ads_num"],["script","/for\\s*\\(\\s*(const|let|var).*?\\)\\;return\\;\\}_/g","_","condition","attribute"],["script","adv_","","condition","flashvars"],["script","/if \\(api && url\\).+/s","window.location.href = url","condition","quick-link"],["script","= getSetTimeout()","= function newTimeout(func, timer) {func()}"],["script","IFRAME","BODY"],["script","(hasBlocker)","(false)"],["P","/\\.[^.]+(1Password password manager|download 1Password)[^.]+/"],["script","startTime: '5'","startTime: '0'"],["script","/(function downloadHD\\(obj\\) {)[\\s\\S]*?(datahref.*)[\\s\\S]*?(window.location.href = datahref;)[\\s\\S]*/","$1$2$3}"],["script","buton.setAttribute","location.href=urldes;buton.setAttribute"],["script","clickCount === numberOfAdsBeforeCopy","numberOfAdsBeforeCopy >= clickCount"],["script","/if\\(.&&.\\.target\\)/","if(false)"],["script","document.getElementById('choralplayer_reference_script')","!document.getElementById('choralplayer_reference_script')"],["script","(document.hasFocus())","(false)"],["script","popunder","","condition","popunder","stay","1"],["script","(adEnable)","(true)"],["script","(download_click == false)","(false)"],["script","\"}};","\"}}; jQuery(document).ready(function(t){let e=document.createElement(\"link\");e.setAttribute(\"rel\",\"stylesheet\"),e.setAttribute(\"media\",\"all\"),e.setAttribute(\"href\",\"https://dragontea.ink/wp-content/cache/autoptimize/css/autoptimize_5bd1c33b717b78702e18c3923e8fa4f0.css\"),document.head.appendChild(e),t(\".dmpvazRKNzBib1IxNjh0T0cwUUUxekEyY3F6Wm5QYzJDWGZqdXFnRzZ0TT0nuobc\").parent().prev().prev().prev();var a=1,n=16,r=11,i=\"08\",g=\"\",c=\"\",d=0,o=2,p=3,s=0,h=100;s++,s*=2,h/=2,h/=2;var $=3,u=20;function b(){let e=t(\".entry-header.header\"),a=parseInt(e.attr(\"data-id\"));return a}function m(t,e,a,n,r){return CryptoJSAesJson.decrypt(t,e+a+n+r)}function f(t,e){return CryptoJSAesJson.decrypt(t,e)}function l(t,e){return parseInt(t.toString()+e.toString())}function k(t,e,a){return t.toString()+e.toString()+a.toString()}$*=2,u=u-2-2,i=\"03\",o++,r++,n=n/4-2,a++,a*=4,n++,n++,n++,a-=5,r++,i=\"07\",t(\".reading-content .page-break img\").each(function(){var e,g=t(this),c=f(g.attr(\"id\").toString(),(e=parseInt((b()+l(r,i))*a-t(\".reading-content .page-break img\").length),e=l(2*n+1,e)).toString());g.attr(\"id\",c)}),r=0,n=0,a=0,i=0,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=parseInt(e.attr(\"id\").replace(/image-(\\d+)[a-z]+/i,\"$1\"));t(\".reading-content .page-break\").eq(a).append(e)}),t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"id\");g+=e.substr(-1),t(this).attr(\"id\",e.slice(0,-1))}),d++,$++,$++,u/=4,u*=2,o*=2,p-=3,p++,t(\".reading-content .page-break img\").each(function(){var e,a=t(this),n=f(a.attr(\"dta\").toString(),(e=parseInt((b()+l($,u))*(2*d)-t(\".reading-content .page-break img\").length-(4*d+1)),e=k(2*o+p+p+1,g,e)).toString());a.attr(\"dta\",n)}),d=0,$=0,u=0,o=0,p=0,t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"dta\").substr(-2);c+=e,t(this).removeAttr(\"dta\")}),s*=s,s++,h-=25,h++,h++,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=f(e.attr(\"data-src\").toString(),(b(),k(b()+4*s,c,t(\".reading-content .page-break img\").length*(2*h))).toString());e.attr(\"data-src\",a)}),s=0,h=0,t(\".reading-content .page-break img\").each(function(){t(this).addClass(\"wp-manga-chapter-img img-responsive lazyload effect-fade\")}),_0xabe6x4d=!0});"],["script","scri12pts && ifra2mes && coo1kies","true"],["script","(scri12pts && ifra2mes)","(true)"],["script","/catch[\\s\\S]*?}/","","condition","fetch"],["script","/(function playVideo\\(\\) \\{[\\s\\S]*?\\.remove\\(\\);[\\s\\S]*?\\})/","$1 playVideo();"],["script","video_urls.length != activeItem","!1"],["script","var _Hasync","jfun_show_TV();var _Hasync"],["script","window._taboola =","(()=>{const e={apply:(e,o,l)=>o.closest(\"body > video[src^=\\\"blob:\\\"]\")===o?Promise.resolve(!0):Reflect.apply(e,o,l)};HTMLVideoElement.prototype.play=new Proxy(HTMLVideoElement.prototype.play,e)})();window._taboola ="],["script","/window.open.*;/"],["script","!seen","false"],["script","/if.*Disable.*?;/g","","condition","blocker"],["script","this.ads.length > this.ads_start","1==2"],["script","/\\$\\(['\"]\\.play-overlay['\"]\\)\\.click.+/s","document.getElementById(\"mainvideo\").src=srclink;player.currentTrack=0;})})","condition","srclink"],["script","const ad_slot_","(()=>{window.addEventListener(\"load\",(()=>{document.querySelectorAll(\"ins.adsbygoogle\").forEach((element=>element.dataset.adsbygoogleStatus=\"done\"))}))})();const ad_slot_","sedCount","1"],["script","window.dataLayer =","(()=>{const time=parseInt(document.querySelector(\"meta[http-equiv=\\\"refresh\\\"]\").content.split(\";\")[0])*1000+1000;setTimeout(()=>{document.body.innerHTML=document.body.innerHTML},time)})();window.dataLayer =","sedCount","1"],["script","(self.__next_f=","[\"timeupdate\",\"durationchange\",\"ended\",\"enterpictureinpicture\",\"leavepictureinpicture\",\"loadeddata\",\"loadedmetadata\",\"loadstart\",\"pause\",\"play\",\"playing\",\"ratechange\",\"resize\",\"seeked\",\"seeking\",\"suspend\",\"volumechange\",\"waiting\"].forEach((e=>{window.addEventListener(e,(()=>{const e=document.getElementById(\"player\"),t=document.querySelector(\".plyr__time\");e.src.startsWith(\"https://i.imgur.com\")&&\"none\"===window.getComputedStyle(t).display&&(e.src=\"https://cdn.plyr.io/static/blank.mp4\",e.paused&&e.plyr.play())}))}));(self.__next_f=","sedCount","1"],["script","/ function [a-zA-Z]{1,2}\\([a-zA-Z]{1,2},[a-zA-Z]{1,2}\\).*?\\(\\)\\{return [a-zA-Z]{1,2}\\;\\}\\;return [a-zA-Z]{1,2}\\(\\)\\;\\}/"],["script","/\\}\\)\\;\\s+\\(function\\(\\)\\{var .*?\\)\\;\\}\\)\\(\\)\\;\\s+\\$\\(\\\"\\#reportChapte/","}); $(\"#reportChapte"],["style","{height:370px;}","{height:70px;}"],["script","vid.vast","//vid.vast"],["script","/(function reklamla\\([^)]+\\) {)/","$1rekgecyen(0);"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); window.setTimeout(function(){blockPing()},200);"],["script","popunder","p"],["script","preroll_timer_current == 0 && preroll_player_called == false","true"],["script","/^var \\w+=\\[.+/","(()=>{let e=[];document.addEventListener(\"DOMContentLoaded\",(()=>{const t=document.querySelector(\"body script\").textContent.match(/\"] = '(.*?)'/g);if(!t)return;t.forEach((t=>{const r=t.replace(/.*'(.*?)'/,\"$1\");e.push(r)}));const r=document.querySelector('.dl_button[href*=\"preview\"]').href.split(\"?\")[1];e.includes(r)&&(e=e.filter((e=>e!==r)));document.querySelectorAll(\".dl_button[href]\").forEach((t=>{t.target=\"_blank\";let r=t.cloneNode(!0);r.href=t.href.replace(/\\?.*/,`?${e[0]}`),t.after(r);let o=t.cloneNode(!0);o.href=t.href.replace(/\\?.*/,`?${e[1]}`),t.after(o)}))}))})();","sedCount","1"],["script","/vastSource.*?,/","vastSource:'',"],["script","/window.location.href[^?]+this[^?]+;/"],["script","/function _.*JSON.*}}/gms","function checkName(){const a = document.querySelector(\".monsters .button_wrapper .button\");const b = document.querySelector(\"#nick\");const c = \"/?from_land=1&nick=\";a.addEventListener(\"click\", function () {document.location.href = c + b.value;}); } checkName();"],["script","/document.body.appendChild.*;/"],["script","window.location.replace(urlRandom);",""],["script","/window\\.location\\.replace\\([^)]+\\);?/g"],["script","!document.getElementById","document.getElementById"],["script","window.dataLayer =","(()=>{document.querySelectorAll(`form:has(> input[value$=\".mp3\"])`).forEach(el=>{let url=el.querySelector(\"input\").getAttribute(\"value\");el.setAttribute(\"action\",url)})})();window.dataLayer =","sedCount","1"],["script",",availableAds:[",",availableAds:[],noAds:[","sedCount","1"],["script","function OptanonWrapper() {}","/*start*/(()=>{const o={apply:(o,t,e)=>(\"ads\"===e[0]&&\"object\"==typeof t&&null!==t&&(t.ads=()=>{}),Reflect.apply(o,t,e))};window.Object.prototype.hasOwnProperty=new Proxy(window.Object.prototype.hasOwnProperty,o)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/function OptanonWrapper() {}"],["script","popupAdsUrl","nopopup"],["script","window.location.href","// window.location.href"],["script","playerUnlocked = false","playerUnlocked = true"],["script","/self.+ads.+;/"],["script","jQuery.fn.center","window.addEventListener(\"load\",()=>{if (typeof load_3rdparties===\"function\"){load_3rdparties()}});jQuery.fn.center"]];
|
|
373
|
-
const hostnamesMap = new Map([["www.youtube.com",0],["panel.freemcserver.net",[1,139]],["bing.com",2],["nontonx.com",[3,4,5]],["client.falixnodes.net",[6,7,8]],["9to5google.com",9],["9to5mac.com",9],["api.dock.agacad.com",10],["ozap.com",11],["jprime.jp",12],["dragonnest.com",13],["bild.de",14],["ashemaletube.*",[15,16]],["pornblade.com",17],["pornfelix.com",17],["jizzbunker.com",18],["multiup.io",19],["player.buffed.de",20],["player.gamezone.de",20],["player.gamesaktuell.de",20],["player.pcgames.de",20],["player.videogameszone.de",20],["player.pcgameshardware.de",20],["giga.de",21],["kino.de",21],["spieletipps.de",21],["desired.de",21],["t-online.de",22],["sport.de",23],["forum.release-apk.com",24],["tech8s.net",[25,26]],["drop.carbikenation.com",[25,26]],["linkss.rcccn.in",[25,26]],["link.djbassking.live",[25,26]],["tech5s.co",[25,26]],["game5s.com",[25,26]],["adrinolinks.com",27],["link.vipurl.in",27],["nanolinks.in",27],["publicearn.*",[28,29,30]],["pubgaimassist.com",[31,32,33,34]],["gyanitheme.com",[31,32,33,34]],["tech.trendingword.com",[31,32,33,34]],["blog.potterworld.co",[31,32,33,34]],["hipsonyc.com",[31,32,33,34]],["tech.pubghighdamage.com",[31,32,33,34]],["blog.itijobalert.in",[31,32,33,34]],["techkhulasha.com",[31,32,33,34]],["jobzhub.store",[35,36]],["fitdynamos.com",[35,36]],["labgame.io",[35,36]],["m.jobinmeghalaya.in",[37,38]],["starkroboticsfrc.com",39],["sinonimos.de",39],["antonimos.de",39],["quesignifi.ca",39],["tiktokrealtime.com",39],["tiktokcounter.net",39],["tpayr.xyz",39],["poqzn.xyz",39],["ashrfd.xyz",39],["rezsx.xyz",39],["tryzt.xyz",39],["ashrff.xyz",39],["rezst.xyz",39],["dawenet.com",39],["erzar.xyz",39],["waezm.xyz",39],["waezg.xyz",39],["blackwoodacademy.org",39],["cryptednews.space",39],["vivuq.com",39],["swgop.com",39],["vbnmll.com",39],["telcoinfo.online",39],["dshytb.com",39],["aylink.co",40],["cpmlink.pro",40],["suaurl.com",41],["mamahawa.com",42],["bitzite.com",43],["appsbull.com",43],["diudemy.com",43],["maqal360.com",43],["advertisingexcel.com",43],["allcryptoz.net",43],["batmanfactor.com",43],["beautifulfashionnailart.com",43],["crewbase.net",43],["crewus.net",43],["documentaryplanet.xyz",43],["gametechreviewer.com",43],["midebalonu.net",43],["misterio.ro",43],["phineypet.com",43],["seory.xyz",43],["shinbhu.net",43],["shinchu.net",43],["substitutefor.com",43],["talkforfitness.com",43],["thefitbrit.co.uk",43],["thumb8.net",43],["thumb9.net",43],["topcryptoz.net",43],["uniqueten.net",43],["ultraten.net",43],["exactpay.online",43],["headlinerpost.com",44],["drinkspartner.com",44],["apcvpc.com",44],["posterify.net",44],["manishclasses.in",44],["www.apkmoddone.com",[45,46]],["dl.apkmoddone.com",47],["phongroblox.com",47],["mahitimanch.in",[48,49]],["5ghindi.in",[48,49]],["inshorturl.com",50],["rfiql.com",[51,52]],["gujjukhabar.in",[51,52]],["smartfeecalculator.com",[51,52]],["djxmaza.in",[51,52]],["thecubexguide.com",[51,52]],["jytechs.in",[51,52]],["dropgalaxy.*",[53,54]],["financemonk.net",[53,54]],["dailytech-news.eu",55],["fuckingfast.co",56],["xdl.my.id",57],["in91vip.win",58],["arolinks.com",[59,60]],["vplink.in",[59,60]],["rslinks.net",[59,60]],["fastt.gg",61],["3dsfree.org",62],["thegadgetking.in",63],["jpvhub.com",64],["aagmaal.*",65],["247sports.com",66],["etoday.co.kr",67],["isplus.com",68],["economist.co.kr",69],["hometownstation.com",70],["sportalkorea.com",71],["m.edaily.co.kr",72],["honkailab.com",73],["lifehacker.jp",74],["playhydrax.com",75],["emturbovid.com",76],["findjav.com",76],["javggvideo.xyz",76],["mmtv01.xyz",76],["stbturbo.xyz",76],["trailerhg.xyz",76],["turboplayers.xyz",76],["turbovidhls.com",76],["steamseries88.com",77],["filmizle.*",78],["filmizletv.*",78],["filmizleplus.*",78],["fullhdfilm.*",78],["fullhdfilmizle.*",78],["gofilmizle.com",78],["hdfilmcehennemi.*",78],["hdfilmizlesene.*",78],["hdfilmsitesi.*",78],["sine5.dev",78],["sinezy.org",78],["asyaanimeleri.pw",79],["dizipal1057.com",80],["dizipal1058.com",80],["dizipal1059.com",80],["dizipal1060.com",80],["dizipal1061.com",80],["dizipal1062.com",80],["dizipal1063.com",80],["dizipal1064.com",80],["dizipal1065.com",80],["dizipal1066.com",80],["dizipal1067.com",80],["dizipal1068.com",80],["dizipal1069.com",80],["dizipal1070.com",80],["dizipal1071.com",80],["dizipal1072.com",80],["dizipal1073.com",80],["dizipal1074.com",80],["dizipal1075.com",80],["dizipal1076.com",80],["dizipal1077.com",80],["dizipal1078.com",80],["dizipal1079.com",80],["dizipal1080.com",80],["dizipal1081.com",80],["dizipal1082.com",80],["dizipal1083.com",80],["dizipal1084.com",80],["dizipal1085.com",80],["dizipal1086.com",80],["dizipal1087.com",80],["dizipal1088.com",80],["dizipal1089.com",80],["dizipal1090.com",80],["dizipal1091.com",80],["dizipal1092.com",80],["dizipal1093.com",80],["dizipal1094.com",80],["dizipal1095.com",80],["dizipal1096.com",80],["dizipal1097.com",80],["dizipal1098.com",80],["dizipal1099.com",80],["dizipal1100.com",80],["dizipal1101.com",80],["dizipal1102.com",80],["dizipal1103.com",80],["dizipal1104.com",80],["dizipal1105.com",80],["dizipal1106.com",80],["dizipal1107.com",80],["dizipal1108.com",80],["dizipal1109.com",80],["dizipal1110.com",80],["dizipal1111.com",80],["dizipal1112.com",80],["dizipal1113.com",80],["dizipal1114.com",80],["dizipal1115.com",80],["dizipal1116.com",80],["dizipal1117.com",80],["dizipal1118.com",80],["dizipal1119.com",80],["dizipal1120.com",80],["dizipal1121.com",80],["dizipal1122.com",80],["dizipal1123.com",80],["dizipal1124.com",80],["dizipal1125.com",80],["dizipal1126.com",80],["dizipal1127.com",80],["dizipal1128.com",80],["dizipal1129.com",80],["dizipal1130.com",80],["dizipal1131.com",80],["dizipal1132.com",80],["dizipal1133.com",80],["dizipal1134.com",80],["dizipal1135.com",80],["dizipal1136.com",80],["dizipal1137.com",80],["dizipal1138.com",80],["dizipal1139.com",80],["dizipal1140.com",80],["dizipal1141.com",80],["dizipal1142.com",80],["dizipal1143.com",80],["dizipal1144.com",80],["dizipal1145.com",80],["dizipal1146.com",80],["dizipal1147.com",80],["dizipal1148.com",80],["dizipal1149.com",80],["dizipal1150.com",80],["dizipal1151.com",80],["dizipal1152.com",80],["dizipal1153.com",80],["dizipal1154.com",80],["dizipal1155.com",80],["dizipal1156.com",80],["dizipal1157.com",80],["dizipal1158.com",80],["dizipal1159.com",80],["dizipal1160.com",80],["dizipal1161.com",80],["dizipal1162.com",80],["dizipal1163.com",80],["dizipal1164.com",80],["dizipal1165.com",80],["dizipal1166.com",80],["dizipal1167.com",80],["dizipal1168.com",80],["dizipal1169.com",80],["dizipal1170.com",80],["dizipal1171.com",80],["dizipal1172.com",80],["dizipal1173.com",80],["dizipal1174.com",80],["dizipal1175.com",80],["dizipal1176.com",80],["dizipal1177.com",80],["dizipal1178.com",80],["dizipal1179.com",80],["dizipal1180.com",80],["dizipal1181.com",80],["dizipal1182.com",80],["dizipal1183.com",80],["dizipal1184.com",80],["dizipal1185.com",80],["dizipal1186.com",80],["dizipal1187.com",80],["dizipal1188.com",80],["dizipal1189.com",80],["dizipal1190.com",80],["dizipal1191.com",80],["dizipal1192.com",80],["dizipal1193.com",80],["dizipal1194.com",80],["dizipal1195.com",80],["dizipal1196.com",80],["dizipal1197.com",80],["dizipal1198.com",80],["dizipal1199.com",80],["dizipal1200.com",80],["dizipal1201.com",80],["dizipal1202.com",80],["dizipal1203.com",80],["dizipal1204.com",80],["dizipal1205.com",80],["dizipal1206.com",80],["dizipal1207.com",80],["dizipal1208.com",80],["dizipal1209.com",80],["dizipal1210.com",80],["dizipal1211.com",80],["dizipal1212.com",80],["dizipal1213.com",80],["dizipal1214.com",80],["dizipal1215.com",80],["dizipal1216.com",80],["dizipal1217.com",80],["dizipal1218.com",80],["dizipal1219.com",80],["dizipal1220.com",80],["dizipal1221.com",80],["dizipal1222.com",80],["dizipal1223.com",80],["dizipal1224.com",80],["dizipal1225.com",80],["dizipal1226.com",80],["dizipal1227.com",80],["dizipal1228.com",80],["dizipal1229.com",80],["dizipal1230.com",80],["dizipal1231.com",80],["dizipal1232.com",80],["dizipal1233.com",80],["dizipal1234.com",80],["dizipal1235.com",80],["dizipal1236.com",80],["dizipal1237.com",80],["dizipal1238.com",80],["dizipal1239.com",80],["dizipal1240.com",80],["dizipal1241.com",80],["dizipal1242.com",80],["dizipal1243.com",80],["dizipal1244.com",80],["dizipal1245.com",80],["dizipal1246.com",80],["dizipal1247.com",80],["dizipal1248.com",80],["dizipal1249.com",80],["dizipal1250.com",80],["dizipal1251.com",80],["dizipal1252.com",80],["dizipal1253.com",80],["dizipal1254.com",80],["dizipal1255.com",80],["dizipal1256.com",80],["dizipal1257.com",80],["dizipal1258.com",80],["dizipal1259.com",80],["dizipal1260.com",80],["dizipal1261.com",80],["dizipal1262.com",80],["dizipal1263.com",80],["dizipal1264.com",80],["dizipal1265.com",80],["dizipal1266.com",80],["dizipal1267.com",80],["dizipal1268.com",80],["dizipal1269.com",80],["dizipal1270.com",80],["dizipal1271.com",80],["dizipal1272.com",80],["dizipal1273.com",80],["dizipal1274.com",80],["dizipal1275.com",80],["dizipal1276.com",80],["dizipal1277.com",80],["dizipal1278.com",80],["dizipal1279.com",80],["dizipal1280.com",80],["dizipal1281.com",80],["dizipal1282.com",80],["dizipal1283.com",80],["dizipal1284.com",80],["dizipal1285.com",80],["dizipal1286.com",80],["dizipal1287.com",80],["dizipal1288.com",80],["dizipal1289.com",80],["dizipal1290.com",80],["dizipal1291.com",80],["dizipal1292.com",80],["dizipal1293.com",80],["dizipal1294.com",80],["dizipal1295.com",80],["dizipal1296.com",80],["dizipal1297.com",80],["dizipal1298.com",80],["dizipal1299.com",80],["dizipal1300.com",80],["dizipal1301.com",80],["dizipal1302.com",80],["dizipal1303.com",80],["dizipal1304.com",80],["dizipal1305.com",80],["dizipal1306.com",80],["dizipal1307.com",80],["dizipal1308.com",80],["dizipal1309.com",80],["dizipal1310.com",80],["dizipal1311.com",80],["dizipal1312.com",80],["dizipal1313.com",80],["dizipal1314.com",80],["dizipal1315.com",80],["dizipal1316.com",80],["dizipal1317.com",80],["dizipal1318.com",80],["dizipal1319.com",80],["dizipal1320.com",80],["dizipal1321.com",80],["dizipal1322.com",80],["dizipal1323.com",80],["dizipal1324.com",80],["dizipal1325.com",80],["dizipal1326.com",80],["dizipal1327.com",80],["dizipal1328.com",80],["dizipal1329.com",80],["dizipal1330.com",80],["dizipal1331.com",80],["dizipal1332.com",80],["dizipal1333.com",80],["dizipal1334.com",80],["dizipal1335.com",80],["dizipal1336.com",80],["dizipal1337.com",80],["dizipal1338.com",80],["dizipal1339.com",80],["dizipal1340.com",80],["dizipal1341.com",80],["dizipal1342.com",80],["dizipal1343.com",80],["dizipal1344.com",80],["dizipal1345.com",80],["dizipal1346.com",80],["dizipal1347.com",80],["dizipal1348.com",80],["dizipal1349.com",80],["dizipal1350.com",80],["canlikolik.my",[81,82]],["pandaspor.live",83],["eroasmr.com",84],["bussyhunter.com",85],["xcloud.*",86],["xfile.*",87],["anime4u.pro",87],["kusonime.com",88],["codingnepalweb.com",89],["demonoid.is",90],["freebie-ac.jp",91],["streamingcommunity.*",92],["derstandard.at",93],["derstandard.de",93],["www.chip.de",94],["redketchup.io",95],["zefoy.com",96],["idoitmyself.xyz",97],["uploadboy.com",98],["reymit.ir",99],["empire-anime.*",100],["empire-stream.*",100],["empire-streaming.*",100],["empire-streamz.*",100],["download.megaup.net",101],["adultdeepfakes.com",102],["linkshortify.com",103],["nexusmods.com",104],["comidacaseira.me",105],["tvbanywherena.com",106],["haveibeenpwned.com",107],["trainerscity.com",108],["tikmate.app",109],["sonixgvn.net",110],["paste-drop.com",111],["filext.com",112],["choralia.net",113],["kiddyearner.com",114],["colourxh.site",115],["fullxh.com",115],["galleryxh.site",115],["megaxh.com",115],["movingxh.world",115],["seexh.com",115],["unlockxh4.com",115],["valuexh.life",115],["xhaccess.com",115],["xhadult2.com",115],["xhadult3.com",115],["xhadult4.com",115],["xhadult5.com",115],["xhamster.*",115],["xhamster1.*",115],["xhamster10.*",115],["xhamster11.*",115],["xhamster12.*",115],["xhamster13.*",115],["xhamster14.*",115],["xhamster15.*",115],["xhamster16.*",115],["xhamster17.*",115],["xhamster18.*",115],["xhamster19.*",115],["xhamster20.*",115],["xhamster2.*",115],["xhamster3.*",115],["xhamster4.*",115],["xhamster42.*",115],["xhamster46.com",115],["xhamster5.*",115],["xhamster7.*",115],["xhamster8.*",115],["xhamsterporno.mx",115],["xhbig.com",115],["xhbranch5.com",115],["xhchannel.com",115],["xhdate.world",115],["xhlease.world",115],["xhmoon5.com",115],["xhofficial.com",115],["xhopen.com",115],["xhplanet1.com",115],["xhplanet2.com",115],["xhreal2.com",115],["xhreal3.com",115],["xhspot.com",115],["xhtotal.com",115],["xhtree.com",115],["xhvictory.com",115],["xhwebsite.com",115],["xhwebsite2.com",115],["xhwebsite5.com",115],["xhwide1.com",115],["xhwide2.com",115],["xhwide5.com",115],["katfile.*",[116,117]],["dragontea.ink",118],["perchance.org",[119,120]],["cheater.ninja",121],["dizikral.com",[122,123]],["dizikral1.pro",122],["dizikral2.pro",122],["7mmtv.sx",124],["barstoolsports.com",125],["filmi7.net",126],["hidan.co",127],["hidan.sh",127],["authenticateme.xyz",128],["filmizlehdizle.com",129],["fullfilmizlesene.net",129],["strcloud.in",130],["streamta.site",130],["streamtape.*",130],["tapepops.com",130],["watchadsontape.com",130],["tempmail.ninja",131],["filmy4wap.co.in",132],["filmy4waps.org",132],["filiser.eu",133],["wishflix.cc",133],["zalukaj.io",133],["infinityscans.xyz",[134,135]],["infinityscans.net",[134,135]],["infinityscans.org",[134,135]],["abs-cbn.com",136],["cdn.tiesraides.lv",137],["filmizleplus.cc",138],["nhentai.net",140],["indianporngirl10.com",141],["exploader.net",142],["lewdgames.to",143],["flixhouse.com",144],["eatcells.com",145],["ripplehub.site",146],["1337x.fyi",147],["1337x.pro",147],["magnetdl.*",148],["dynamix.top",149],["pendujatt.com.se",150],["ditjesendatjes.nl",151],["tv.onefootball.com",152],["clickapi.net",153],["kkinstagram.com",154],["kkscript.com",154],["streamflash.sx",155],["moviekhhd.biz",156],["sporx.com",157]]);
|
|
372
|
+
const argsList = [["script","(function serverContract()","(()=>{if(\"YOUTUBE_PREMIUM_LOGO\"===ytInitialData?.topbar?.desktopTopbarRenderer?.logo?.topbarLogoRenderer?.iconImage?.iconType||location.href.startsWith(\"https://www.youtube.com/tv#/\")||location.href.startsWith(\"https://www.youtube.com/embed/\"))return;document.addEventListener(\"DOMContentLoaded\",(function(){const t=()=>{const t=document.getElementById(\"movie_player\");if(!t)return;if(!t.getStatsForNerds?.()?.debug_info?.startsWith?.(\"SSAP, AD\"))return;const e=t.getProgressState?.();e&&e.duration>0&&(e.loaded<e.duration||e.duration-e.current>1)&&t.seekTo?.(e.duration)};t(),new MutationObserver((()=>{t()})).observe(document,{childList:!0,subtree:!0})}));const t={apply:(t,e,o)=>{const n=o[0];return\"function\"==typeof n&&n.toString().includes(\"onAbnormalityDetected\")&&(o[0]=function(){}),Reflect.apply(t,e,o)}};window.Promise.prototype.then=new Proxy(window.Promise.prototype.then,t)})();(function serverContract()","sedCount","1"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); localStorage.setItem(\"tuna\", \"dW5kZWZpbmVk\"); localStorage.setItem(\"sausage\", \"ZmFsc2U=\"); window.setTimeout(function(){fuckYouUblockAndJobcenterTycoon(false)},200);"],["script","_w.keyMap=","(()=>{const e={apply:(e,t,n)=>{let o=Reflect.apply(e,t,n);return o instanceof HTMLIFrameElement&&!o.src&&o.contentWindow&&(o.contentWindow.document.body.getElementsByTagName=window.document.body.getElementsByTagName,o.contentWindow.MutationObserver=void 0),o}};HTMLBodyElement.prototype.appendChild=new Proxy(HTMLBodyElement.prototype.appendChild,e);const t={apply:(e,t,n)=>(t instanceof HTMLLIElement&&\"b_algo\"===t?.classList?.value&&\"a\"===n?.[0]&&setTimeout((()=>{t.style.display=\"none\"}),100),Reflect.apply(e,t,n))};HTMLBodyElement.prototype.getElementsByTagName=new Proxy(HTMLBodyElement.prototype.getElementsByTagName,t)})();_w.keyMap="],["script","//tele();","telek3();"],["script","/!\\(Object\\.values.*?return false;/g"],["script","/[a-z]+\\(\\) &&/","!0&&"],["script","window.location.href = '/hithere';"],["script","/googletag.*?enableServices\\(\\)\\;/s"],["script","/googletag\\.pubads\\(\\).*rewardedSlot\\)\\;\\s+\\}\\)\\;/s"],["script","(function($)","(function(){const a=document.createElement(\"div\");document.documentElement.appendChild(a),setTimeout(()=>{a&&a.remove()},100)})(); (function($)"],["script","/window\\.dataLayer.+?(location\\.replace\\(\\S+?\\)).*/","$1"],["script","WB.defer","window.wbads={public:{getDailymotionAdsParamsForScript:function(a,b){b(\"\")},setTargetingOnPosition:function(a,b){return}}};WB.defer","condition","wbads.public.setTargetingOnPosition"],["script","var ISMLIB","!function(){const o={apply:(o,n,r)=>(new Error).stack.includes(\"refreshad\")?0:Reflect.apply(o,n,r)};window.Math.floor=new Proxy(window.Math.floor,o)}();var ISMLIB"],["script","gtag != null","false"],["script","\"adBlockWallEnabled\":true","\"adBlockWallEnabled\":false"],["script","/vastURL:.*?',/","vastURL: '',"],["script","/url:.*?',/","url: '',"],["script","/\\$.*embed.*.appendTo.*;/","","condition","appendTo"],["script","setInterval"],["script","/'globalConfig':.*?\",\\s};var exportz/s","};var exportz"],["script","/\\\"homad\\\",/"],["script","/\\\"homad\\\":\\{\\\"state\\\":\\\"enabled\\\"\\}/","\"homad\":{\"state\":\"disabled\"}"],["script","useAdBlockDefend: true","useAdBlockDefend: false"],["script","/if \\([a-z0-9]{10} === [a-z0-9]{10}/","if(true"],["script","/false;/gm","true;","condition","isSubscribed"],["script","('t_modal')","('go_d2')"],["script","/window\\.location\\.href\\s*=\\s*\"intent:\\/\\/([^#]+)#Intent;[^\"]*\"/gm","window.location.href = \"https://$1\""],["script","Android/","false/","stay","1"],["script","alert","false"],["script","2000","10"],["script","/\\d{2}00/gms","10","condition","/timer|count|getElementById/gms"],["script","/^window\\.location\\.href.*\\'$/gms","","condition","buoy"],["script","/1000|100|6|30|40/gm","1","condition","/timerSeconds|counter/"],["script","getlink.removeClass('hidden');","gotolink.removeClass('hidden');"],["script","stopCountdown();","resumeCountdown();"],["script","/initialTimeSeconds = \\d+/","initialTimeSeconds = 7"],["script","/10|20/","0","condition","/countdownSeconds|wpsafelinkCount/"],["script","/1000|1700|5000/gm","10","condition","/countdownSeconds|wpsafelinkCount/"],["script","/^([^{])/","document.addEventListener('DOMContentLoaded',()=>{const i=document.createElement('iframe');i.style='height:0;width:0;border:0';i.id='aswift_0';document.body.appendChild(i);i.focus();const f=document.createElement('div');f.id='9JJFp';document.body.appendChild(f);});$1","sedCount","2"],["script","/window\\.location.*?;/"],["script","typeof cdo == 'undefined' || document.querySelector('div.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox') == undefined","false"],["script","/window\\.location\\.href='.*';/","","condition","openLink"],["script","'IFRAME'","'BODY'"],["script","timeLeft = duration","timeLeft = 1"],["script",";return;","","condition","_0x"],["script","/return Array[^;]+/","return true"],["script","return!![]","return![]"],["script","/\\d{4}/gm","10","condition","count"],["script","/getElementById\\('.*'\\).*'block';/gm","getElementById('btn6').style.display = 'block';","condition","count"],["script","3000)","10)"],["script","isadblock = 1;","isadblock = 0;"],["script","\"#sdl\"","\"#dln\""],["script","event.message);","event.message); /*start*/ !function(){\"use strict\";let t={log:window.console.log.bind(console),getPropertyValue:CSSStyleDeclaration.prototype.getPropertyValue,setAttribute:Element.prototype.setAttribute,getAttribute:Element.prototype.getAttribute,appendChild:Element.prototype.appendChild,remove:Element.prototype.remove,cloneNode:Element.prototype.cloneNode,Element_attributes:Object.getOwnPropertyDescriptor(Element.prototype,\"attributes\").get,Array_splice:Array.prototype.splice,Array_join:Array.prototype.join,createElement:document.createElement,getComputedStyle:window.getComputedStyle,Reflect:Reflect,Proxy:Proxy,crypto:window.crypto,Uint8Array:Uint8Array,Object_defineProperty:Object.defineProperty.bind(Object),Object_getOwnPropertyDescriptor:Object.getOwnPropertyDescriptor.bind(Object),String_replace:String.prototype.replace},e=t.crypto.getRandomValues.bind(t.crypto),r=function(e,r,l){return\"toString\"===r?e.toString.bind(e):t.Reflect.get(e,r,l)},l=function(r){let o=function(t){return t.toString(16).padStart(2,\"0\")},p=new t.Uint8Array((r||40)/2);e(p);let n=t.String_replace.call(t.Array_join.call(Array.from(p,o),\"\"),/^\\d+/g,\"\");return n.length<3?l(r):n},o=l(15);window.MutationObserver=new t.Proxy(window.MutationObserver,{construct:function(e,r){let l=r[0],p=function(e,r){for(let p=e.length,n=p-1;n>=0;--n){let c=e[n];if(\"childList\"===c.type&&c.addedNodes.length>0){let i=c.addedNodes;for(let a=0,y=i.length;a<y;++a){let u=i[a];if(u.localName===o){t.Array_splice.call(e,n,1);break}}}}0!==e.length&&l(e,r)};r[0]=p;let n=t.Reflect.construct(e,r);return n},get:r}),window.getComputedStyle=new t.Proxy(window.getComputedStyle,{apply(e,l,p){let n=t.Reflect.apply(e,l,p);if(\"none\"===t.getPropertyValue.call(n,\"clip-path\"))return n;let c=p[0],i=t.createElement.call(document,o);t.setAttribute.call(i,\"class\",t.getAttribute.call(c,\"class\")),t.setAttribute.call(i,\"id\",t.getAttribute.call(c,\"id\")),t.setAttribute.call(i,\"style\",t.getAttribute.call(c,\"style\")),t.appendChild.call(document.body,i);let a=t.getPropertyValue.call(t.getComputedStyle.call(window,i),\"clip-path\");return t.remove.call(i),t.Object_defineProperty(n,\"clipPath\",{get:(()=>a).bind(null)}),n.getPropertyValue=new t.Proxy(n.getPropertyValue,{apply:(e,r,l)=>\"clip-path\"!==l[0]?t.Reflect.apply(e,r,l):a,get:r}),n},get:r})}(); document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/"],["script","/\\.cloudfront\\.net|window\\.open/g","false"],["script","/element\\.contains\\(document\\.activeElement\\)|document\\.hidden && !timeCounted/g","true"],["script","!seen && ad","false"],["script","window.location.href","temp","includes","linkToOpen"],["script","(isAdsenseBlocked)","(false)"],["script","/#Intent.*?end/"],["script","intent","https"],["script","!isAdTriggered","false"],["script","900","100"],["script","3000","10","condition","getElementById"],["script","/.*adConfig.*frequency_period.*/","(async () => {const a=location.href;if(!a.includes(\"/download?link=\"))return;const b=new URL(a),c=b.searchParams.get(\"link\");try{location.assign(`${location.protocol}//${c}`)}catch(a){}} )();"],["script","a.onerror","xxx"],["script","break;case $."],["script","/^/","(()=>{window.admiral=function(d,a,b){if(\"function\"==typeof b)try{b({})}catch(a){}}})();","sedCount","1"],["script","window.googletag =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/common/css/etoday.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.googletag ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css_renew/pc/common.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","_paq.push","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css/pc/ecn_common.min.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/_paq.push"],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/wp-content/themes/hts_v2/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/_css/css.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","var _paq =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/Content/css/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var _paq =","sedCount","1"],["script","var localize =","/*start*/(function(){document.querySelectorAll(\"script[wp-data]\").forEach(element=>{const html=new DOMParser().parseFromString(atob(element.getAttribute(\"wp-data\")),\"text/html\");html.querySelectorAll(\"link:not([as])\").forEach(linkEl=>{element.after(linkEl)});element.parentElement.removeChild(element);})})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var localize =","sedCount","1"],["script","/^.+/gms","!function(){var e=Object.getOwnPropertyDescriptor(Element.prototype,\"innerHTML\").set;Object.defineProperty(Element.prototype,\"innerHTML\",{set:function(t){return t.includes(\"html-load.com\")?e.call(this,\"\"):e.call(this,t)}})}();","condition","html-load.com"],["script","(isNoAds)","(true)"],["script","/openNewTab\\(\".*?\"\\)/g","null"],["script","let playerType","window.addEventListener(\"load\",()=>{if(typeof playMovie===\"function\"){playMovie()}});let playerType"],["script","window.lazyLoadOptions =","if(typeof ilk_part_getir===\"function\"){ilk_part_getir()}window.lazyLoadOptions =","sedCount","1"],["script","popactive","nopop"],["script","/manageAds\\(video_urls\\[activeItem\\], video_seconds\\[activeItem\\], ad_urls\\[activeItem],true\\);/","playVideo();","condition","playAdd"],["script","skipButton.innerText !==","\"\" ==="],["script","var controlBar =","skipButton.click();var controlBar =","sedCount","1"],["script","await runPreRollAds();"],["script","vastTag","v"],["script","/protect_block.*?,/"],["script","/window.open.*/gms","window.open(url, \"_self\");}"],["script","/window\\.location\\.href.*?;/"],["script","/\\(window\\.show[^\\)]+\\)/","(true)","condition","classList.add"],["script","(isAdblock)","(false)"],["style","visibility: visible !important;","display: none !important;"],["script","currentTime = 1500 * 2","currentTime = 0"],["script","/^.+/s","navigator.serviceWorker.getRegistrations().then((registrations=>{for(const registration of registrations){if(registration.scope.includes(\"streamingcommunity.computer\")){registration.unregister()}}}));","condition","swDidInit"],["script","\"adsDisabled\":false","\"adsDisabled\":true"],["style","::after{content:\" \";display:table;box-sizing:border-box}","{display: none !important;}","condition","text-decoration:none;vertical-align:middle"],["script","?30:0","?0:0"],["script","({});","({}); function showHideElements(t,e){$(t).hide(),$(e).show()}function disableBtnclc(){let t=document.querySelector(\".submit-captcha\");t.disabled=!0,t.innerHTML=\"Loading...\"}function refreshButton(){$(\".refresh-capthca-btn\").addClass(\"disabled\")}function copyInput(){let t=document.querySelectorAll(\".copy-input\");t.forEach(t=>{navigator.clipboard.writeText(t.value)}),Materialize.toast(\"Copied!\",2e3)}function imgOnError(){$(\".ua-check\").html(window.atob(\"PGRpdiBjbGFzcz0idGV4dC1kYW5nZXIgZm9udC13ZWlnaHQtYm9sZCBoNSBtdC0xIj5DYXB0Y2hhIGltYWdlIGZhaWxlZCB0byBsb2FkLjxicj48YSBvbmNsaWNrPSJsb2NhdGlvbi5yZWxvYWQoKSIgc3R5bGU9ImNvbG9yOiM2MjcwZGE7Y3Vyc29yOnBvaW50ZXIiIGNsYXNzPSJ0ZXh0LWRlY29yYXRpb25lLW5vbmUiPlBsZWFzZSByZWZyZXNoIHRoZSBwYWdlLiA8aSBjbGFzcz0iZmEgZmEtcmVmcmVzaCI+PC9pPjwvYT48L2Rpdj4=\"))}$(window).on(\"load\",function(){$(\"body\").addClass(\"loaded\")}),window.history.replaceState&&window.history.replaceState(null,null,window.location.href),$(\".remove-spaces\").on(\"input\",function(){this.value=this.value.replace(/\\s/g,\"\")}),$(document).on(\"click\",\"#toast-container .toast\",function(){$(this).fadeOut(function(){$(this).remove()})}),$(\".tktemizle\").on(\"input propertychange\",function(){let t=$(this).val().match(\"access_token=(.*?)&\");t&&$(\".tktemizle\").val(t[1])}),$(document).ready(function(){let t=[{button:$(\".t-followers-button\"),menu:$(\".t-followers-menu\")},{button:$(\".t-hearts-button\"),menu:$(\".t-hearts-menu\")},{button:$(\".t-chearts-button\"),menu:$(\".t-chearts-menu\")},{button:$(\".t-views-button\"),menu:$(\".t-views-menu\")},{button:$(\".t-shares-button\"),menu:$(\".t-shares-menu\")},{button:$(\".t-favorites-button\"),menu:$(\".t-favorites-menu\")},{button:$(\".t-livestream-button\"),menu:$(\".t-livestream-menu\")},{button:$(\".ig-followers-button\"),menu:$(\".ig-followers-menu\")},{button:$(\".ig-likes-button\"),menu:$(\".ig-likes-menu\")}];$.each(t,function(t,e){e.button.click(function(){$(\".colsmenu\").addClass(\"nonec\"),e.menu.removeClass(\"nonec\")})})});"],["script","/devtoolsDetector\\.launch\\(\\)\\;/"],["script","//$('#btn_download').click();","$('#btn_download').click();","sedCount","1"],["script","/reymit_ads_for_categories\\.length>0|reymit_ads_for_streams\\.length>0/g","false"],["script","/data: \\[.*\\],/","data: [],","condition","ads_num"],["script","/for\\s*\\(\\s*(const|let|var).*?\\)\\;return\\;\\}_/g","_","condition","attribute"],["script","adv_","","condition","flashvars"],["script","/if \\(api && url\\).+/s","window.location.href = url","condition","quick-link"],["script","= getSetTimeout()","= function newTimeout(func, timer) {func()}"],["script","IFRAME","BODY"],["script","(hasBlocker)","(false)"],["P","/\\.[^.]+(1Password password manager|download 1Password)[^.]+/"],["script","startTime: '5'","startTime: '0'"],["script","/(function downloadHD\\(obj\\) {)[\\s\\S]*?(datahref.*)[\\s\\S]*?(window.location.href = datahref;)[\\s\\S]*/","$1$2$3}"],["script","buton.setAttribute","location.href=urldes;buton.setAttribute"],["script","clickCount === numberOfAdsBeforeCopy","numberOfAdsBeforeCopy >= clickCount"],["script","/if\\(.&&.\\.target\\)/","if(false)"],["script","document.getElementById('choralplayer_reference_script')","!document.getElementById('choralplayer_reference_script')"],["script","(document.hasFocus())","(false)"],["script","popunder","","condition","popunder","stay","1"],["script","(adEnable)","(true)"],["script","(download_click == false)","(false)"],["script","\"}};","\"}}; jQuery(document).ready(function(t){let e=document.createElement(\"link\");e.setAttribute(\"rel\",\"stylesheet\"),e.setAttribute(\"media\",\"all\"),e.setAttribute(\"href\",\"https://dragontea.ink/wp-content/cache/autoptimize/css/autoptimize_5bd1c33b717b78702e18c3923e8fa4f0.css\"),document.head.appendChild(e),t(\".dmpvazRKNzBib1IxNjh0T0cwUUUxekEyY3F6Wm5QYzJDWGZqdXFnRzZ0TT0nuobc\").parent().prev().prev().prev();var a=1,n=16,r=11,i=\"08\",g=\"\",c=\"\",d=0,o=2,p=3,s=0,h=100;s++,s*=2,h/=2,h/=2;var $=3,u=20;function b(){let e=t(\".entry-header.header\"),a=parseInt(e.attr(\"data-id\"));return a}function m(t,e,a,n,r){return CryptoJSAesJson.decrypt(t,e+a+n+r)}function f(t,e){return CryptoJSAesJson.decrypt(t,e)}function l(t,e){return parseInt(t.toString()+e.toString())}function k(t,e,a){return t.toString()+e.toString()+a.toString()}$*=2,u=u-2-2,i=\"03\",o++,r++,n=n/4-2,a++,a*=4,n++,n++,n++,a-=5,r++,i=\"07\",t(\".reading-content .page-break img\").each(function(){var e,g=t(this),c=f(g.attr(\"id\").toString(),(e=parseInt((b()+l(r,i))*a-t(\".reading-content .page-break img\").length),e=l(2*n+1,e)).toString());g.attr(\"id\",c)}),r=0,n=0,a=0,i=0,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=parseInt(e.attr(\"id\").replace(/image-(\\d+)[a-z]+/i,\"$1\"));t(\".reading-content .page-break\").eq(a).append(e)}),t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"id\");g+=e.substr(-1),t(this).attr(\"id\",e.slice(0,-1))}),d++,$++,$++,u/=4,u*=2,o*=2,p-=3,p++,t(\".reading-content .page-break img\").each(function(){var e,a=t(this),n=f(a.attr(\"dta\").toString(),(e=parseInt((b()+l($,u))*(2*d)-t(\".reading-content .page-break img\").length-(4*d+1)),e=k(2*o+p+p+1,g,e)).toString());a.attr(\"dta\",n)}),d=0,$=0,u=0,o=0,p=0,t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"dta\").substr(-2);c+=e,t(this).removeAttr(\"dta\")}),s*=s,s++,h-=25,h++,h++,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=f(e.attr(\"data-src\").toString(),(b(),k(b()+4*s,c,t(\".reading-content .page-break img\").length*(2*h))).toString());e.attr(\"data-src\",a)}),s=0,h=0,t(\".reading-content .page-break img\").each(function(){t(this).addClass(\"wp-manga-chapter-img img-responsive lazyload effect-fade\")}),_0xabe6x4d=!0});"],["script","scri12pts && ifra2mes && coo1kies","true"],["script","(scri12pts && ifra2mes)","(true)"],["script","/catch[\\s\\S]*?}/","","condition","fetch"],["script","/(function playVideo\\(\\) \\{[\\s\\S]*?\\.remove\\(\\);[\\s\\S]*?\\})/","$1 playVideo();"],["script","video_urls.length != activeItem","!1"],["script","var _Hasync","jfun_show_TV();var _Hasync"],["script","window._taboola =","(()=>{const e={apply:(e,o,l)=>o.closest(\"body > video[src^=\\\"blob:\\\"]\")===o?Promise.resolve(!0):Reflect.apply(e,o,l)};HTMLVideoElement.prototype.play=new Proxy(HTMLVideoElement.prototype.play,e)})();window._taboola ="],["script","/window.open.*;/"],["script","!seen","false"],["script","/if.*Disable.*?;/g","","condition","blocker"],["script","this.ads.length > this.ads_start","1==2"],["script","/\\$\\(['\"]\\.play-overlay['\"]\\)\\.click.+/s","document.getElementById(\"mainvideo\").src=srclink;player.currentTrack=0;})})","condition","srclink"],["script","const ad_slot_","(()=>{window.addEventListener(\"load\",(()=>{document.querySelectorAll(\"ins.adsbygoogle\").forEach((element=>element.dataset.adsbygoogleStatus=\"done\"))}))})();const ad_slot_","sedCount","1"],["script","window.dataLayer =","(()=>{const time=parseInt(document.querySelector(\"meta[http-equiv=\\\"refresh\\\"]\").content.split(\";\")[0])*1000+1000;setTimeout(()=>{document.body.innerHTML=document.body.innerHTML},time)})();window.dataLayer =","sedCount","1"],["script","(self.__next_f=","[\"timeupdate\",\"durationchange\",\"ended\",\"enterpictureinpicture\",\"leavepictureinpicture\",\"loadeddata\",\"loadedmetadata\",\"loadstart\",\"pause\",\"play\",\"playing\",\"ratechange\",\"resize\",\"seeked\",\"seeking\",\"suspend\",\"volumechange\",\"waiting\"].forEach((e=>{window.addEventListener(e,(()=>{const e=document.getElementById(\"player\"),t=document.querySelector(\".plyr__time\");e.src.startsWith(\"https://i.imgur.com\")&&\"none\"===window.getComputedStyle(t).display&&(e.src=\"https://cdn.plyr.io/static/blank.mp4\",e.paused&&e.plyr.play())}))}));(self.__next_f=","sedCount","1"],["script","/ function [a-zA-Z]{1,2}\\([a-zA-Z]{1,2},[a-zA-Z]{1,2}\\).*?\\(\\)\\{return [a-zA-Z]{1,2}\\;\\}\\;return [a-zA-Z]{1,2}\\(\\)\\;\\}/"],["script","/\\}\\)\\;\\s+\\(function\\(\\)\\{var .*?\\)\\;\\}\\)\\(\\)\\;\\s+\\$\\(\\\"\\#reportChapte/","}); $(\"#reportChapte"],["style","{height:370px;}","{height:70px;}"],["script","vid.vast","//vid.vast"],["script","/(function reklamla\\([^)]+\\) {)/","$1rekgecyen(0);"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); window.setTimeout(function(){blockPing()},200);"],["script","popunder","p"],["script","preroll_timer_current == 0 && preroll_player_called == false","true"],["script","/^var \\w+=\\[.+/","(()=>{let e=[];document.addEventListener(\"DOMContentLoaded\",(()=>{const t=document.querySelector(\"body script\").textContent.match(/\"] = '(.*?)'/g);if(!t)return;t.forEach((t=>{const r=t.replace(/.*'(.*?)'/,\"$1\");e.push(r)}));const r=document.querySelector('.dl_button[href*=\"preview\"]').href.split(\"?\")[1];e.includes(r)&&(e=e.filter((e=>e!==r)));document.querySelectorAll(\".dl_button[href]\").forEach((t=>{t.target=\"_blank\";let r=t.cloneNode(!0);r.href=t.href.replace(/\\?.*/,`?${e[0]}`),t.after(r);let o=t.cloneNode(!0);o.href=t.href.replace(/\\?.*/,`?${e[1]}`),t.after(o)}))}))})();","sedCount","1"],["script","/vastSource.*?,/","vastSource:'',"],["script","/window.location.href[^?]+this[^?]+;/"],["script","/function _.*JSON.*}}/gms","function checkName(){const a = document.querySelector(\".monsters .button_wrapper .button\");const b = document.querySelector(\"#nick\");const c = \"/?from_land=1&nick=\";a.addEventListener(\"click\", function () {document.location.href = c + b.value;}); } checkName();"],["script","/document.body.appendChild.*;/"],["script","window.location.replace(urlRandom);",""],["script","/window\\.location\\.replace\\([^)]+\\);?/g"],["script","!document.getElementById","document.getElementById"],["script","window.dataLayer =","(()=>{document.querySelectorAll(`form:has(> input[value$=\".mp3\"])`).forEach(el=>{let url=el.querySelector(\"input\").getAttribute(\"value\");el.setAttribute(\"action\",url)})})();window.dataLayer =","sedCount","1"],["script",",availableAds:[",",availableAds:[],noAds:[","sedCount","1"],["script","function OptanonWrapper() {}","/*start*/(()=>{const o={apply:(o,t,e)=>(\"ads\"===e[0]&&\"object\"==typeof t&&null!==t&&(t.ads=()=>{}),Reflect.apply(o,t,e))};window.Object.prototype.hasOwnProperty=new Proxy(window.Object.prototype.hasOwnProperty,o)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/function OptanonWrapper() {}"],["script","popupAdsUrl","nopopup"],["script","window.location.href","// window.location.href"],["script","playerUnlocked = false","playerUnlocked = true"],["script","/self.+ads.+;/"],["script","jQuery.fn.center","window.addEventListener(\"load\",()=>{if (typeof load_3rdparties===\"function\"){load_3rdparties()}});jQuery.fn.center"]];
|
|
373
|
+
const hostnamesMap = new Map([["www.youtube.com",0],["panel.freemcserver.net",[1,139]],["bing.com",2],["nontonx.com",[3,4,5]],["client.falixnodes.net",[6,7,8]],["9to5google.com",9],["9to5mac.com",9],["api.dock.agacad.com",10],["ozap.com",11],["jprime.jp",12],["dragonnest.com",13],["bild.de",14],["ashemaletube.*",[15,16]],["jizzbunker.com",17],["multiup.io",18],["player.buffed.de",19],["player.gamezone.de",19],["player.gamesaktuell.de",19],["player.pcgames.de",19],["player.videogameszone.de",19],["player.pcgameshardware.de",19],["giga.de",20],["kino.de",20],["spieletipps.de",20],["desired.de",20],["t-online.de",21],["sport.de",22],["forum.release-apk.com",23],["tech8s.net",[24,25]],["drop.carbikenation.com",[24,25]],["linkss.rcccn.in",[24,25]],["link.djbassking.live",[24,25]],["tech5s.co",[24,25]],["game5s.com",[24,25]],["adrinolinks.com",26],["link.vipurl.in",26],["nanolinks.in",26],["publicearn.*",[27,28,29]],["pubgaimassist.com",[30,31,32,33]],["gyanitheme.com",[30,31,32,33]],["tech.trendingword.com",[30,31,32,33]],["blog.potterworld.co",[30,31,32,33]],["hipsonyc.com",[30,31,32,33]],["tech.pubghighdamage.com",[30,31,32,33]],["blog.itijobalert.in",[30,31,32,33]],["techkhulasha.com",[30,31,32,33]],["jobzhub.store",[34,35]],["fitdynamos.com",[34,35]],["labgame.io",[34,35]],["m.jobinmeghalaya.in",[36,37]],["starkroboticsfrc.com",38],["sinonimos.de",38],["antonimos.de",38],["quesignifi.ca",38],["tiktokrealtime.com",38],["tiktokcounter.net",38],["tpayr.xyz",38],["poqzn.xyz",38],["ashrfd.xyz",38],["rezsx.xyz",38],["tryzt.xyz",38],["ashrff.xyz",38],["rezst.xyz",38],["dawenet.com",38],["erzar.xyz",38],["waezm.xyz",38],["waezg.xyz",38],["blackwoodacademy.org",38],["cryptednews.space",38],["vivuq.com",38],["swgop.com",38],["vbnmll.com",38],["telcoinfo.online",38],["dshytb.com",38],["aylink.co",39],["cpmlink.pro",39],["suaurl.com",40],["mamahawa.com",41],["bitzite.com",42],["appsbull.com",42],["diudemy.com",42],["maqal360.com",42],["advertisingexcel.com",42],["allcryptoz.net",42],["batmanfactor.com",42],["beautifulfashionnailart.com",42],["crewbase.net",42],["crewus.net",42],["documentaryplanet.xyz",42],["gametechreviewer.com",42],["midebalonu.net",42],["misterio.ro",42],["phineypet.com",42],["seory.xyz",42],["shinbhu.net",42],["shinchu.net",42],["substitutefor.com",42],["talkforfitness.com",42],["thefitbrit.co.uk",42],["thumb8.net",42],["thumb9.net",42],["topcryptoz.net",42],["uniqueten.net",42],["ultraten.net",42],["exactpay.online",42],["headlinerpost.com",43],["drinkspartner.com",43],["apcvpc.com",43],["posterify.net",43],["manishclasses.in",43],["www.apkmoddone.com",[44,45]],["dl.apkmoddone.com",46],["phongroblox.com",46],["mahitimanch.in",[47,48]],["5ghindi.in",[47,48]],["inshorturl.com",49],["rfiql.com",[50,51]],["gujjukhabar.in",[50,51]],["smartfeecalculator.com",[50,51]],["djxmaza.in",[50,51]],["thecubexguide.com",[50,51]],["jytechs.in",[50,51]],["dropgalaxy.*",[52,53]],["financemonk.net",[52,53]],["dailytech-news.eu",54],["fuckingfast.co",55],["xdl.my.id",56],["in91vip.win",57],["arolinks.com",[58,59]],["vplink.in",[58,59]],["rslinks.net",[58,59]],["fastt.gg",60],["3dsfree.org",61],["thegadgetking.in",62],["jpvhub.com",63],["pornblade.com",64],["pornfelix.com",64],["aagmaal.*",65],["247sports.com",66],["etoday.co.kr",67],["isplus.com",68],["economist.co.kr",69],["hometownstation.com",70],["sportalkorea.com",71],["m.edaily.co.kr",72],["honkailab.com",73],["lifehacker.jp",74],["playhydrax.com",75],["emturbovid.com",76],["findjav.com",76],["javggvideo.xyz",76],["mmtv01.xyz",76],["stbturbo.xyz",76],["trailerhg.xyz",76],["turboplayers.xyz",76],["turbovidhls.com",76],["steamseries88.com",77],["filmizle.*",78],["filmizletv.*",78],["filmizleplus.*",78],["fullhdfilm.*",78],["fullhdfilmizle.*",78],["gofilmizle.com",78],["hdfilmcehennemi.*",78],["hdfilmizlesene.*",78],["hdfilmsitesi.*",78],["sine5.dev",78],["sinezy.org",78],["asyaanimeleri.pw",79],["dizipal1057.com",80],["dizipal1058.com",80],["dizipal1059.com",80],["dizipal1060.com",80],["dizipal1061.com",80],["dizipal1062.com",80],["dizipal1063.com",80],["dizipal1064.com",80],["dizipal1065.com",80],["dizipal1066.com",80],["dizipal1067.com",80],["dizipal1068.com",80],["dizipal1069.com",80],["dizipal1070.com",80],["dizipal1071.com",80],["dizipal1072.com",80],["dizipal1073.com",80],["dizipal1074.com",80],["dizipal1075.com",80],["dizipal1076.com",80],["dizipal1077.com",80],["dizipal1078.com",80],["dizipal1079.com",80],["dizipal1080.com",80],["dizipal1081.com",80],["dizipal1082.com",80],["dizipal1083.com",80],["dizipal1084.com",80],["dizipal1085.com",80],["dizipal1086.com",80],["dizipal1087.com",80],["dizipal1088.com",80],["dizipal1089.com",80],["dizipal1090.com",80],["dizipal1091.com",80],["dizipal1092.com",80],["dizipal1093.com",80],["dizipal1094.com",80],["dizipal1095.com",80],["dizipal1096.com",80],["dizipal1097.com",80],["dizipal1098.com",80],["dizipal1099.com",80],["dizipal1100.com",80],["dizipal1101.com",80],["dizipal1102.com",80],["dizipal1103.com",80],["dizipal1104.com",80],["dizipal1105.com",80],["dizipal1106.com",80],["dizipal1107.com",80],["dizipal1108.com",80],["dizipal1109.com",80],["dizipal1110.com",80],["dizipal1111.com",80],["dizipal1112.com",80],["dizipal1113.com",80],["dizipal1114.com",80],["dizipal1115.com",80],["dizipal1116.com",80],["dizipal1117.com",80],["dizipal1118.com",80],["dizipal1119.com",80],["dizipal1120.com",80],["dizipal1121.com",80],["dizipal1122.com",80],["dizipal1123.com",80],["dizipal1124.com",80],["dizipal1125.com",80],["dizipal1126.com",80],["dizipal1127.com",80],["dizipal1128.com",80],["dizipal1129.com",80],["dizipal1130.com",80],["dizipal1131.com",80],["dizipal1132.com",80],["dizipal1133.com",80],["dizipal1134.com",80],["dizipal1135.com",80],["dizipal1136.com",80],["dizipal1137.com",80],["dizipal1138.com",80],["dizipal1139.com",80],["dizipal1140.com",80],["dizipal1141.com",80],["dizipal1142.com",80],["dizipal1143.com",80],["dizipal1144.com",80],["dizipal1145.com",80],["dizipal1146.com",80],["dizipal1147.com",80],["dizipal1148.com",80],["dizipal1149.com",80],["dizipal1150.com",80],["dizipal1151.com",80],["dizipal1152.com",80],["dizipal1153.com",80],["dizipal1154.com",80],["dizipal1155.com",80],["dizipal1156.com",80],["dizipal1157.com",80],["dizipal1158.com",80],["dizipal1159.com",80],["dizipal1160.com",80],["dizipal1161.com",80],["dizipal1162.com",80],["dizipal1163.com",80],["dizipal1164.com",80],["dizipal1165.com",80],["dizipal1166.com",80],["dizipal1167.com",80],["dizipal1168.com",80],["dizipal1169.com",80],["dizipal1170.com",80],["dizipal1171.com",80],["dizipal1172.com",80],["dizipal1173.com",80],["dizipal1174.com",80],["dizipal1175.com",80],["dizipal1176.com",80],["dizipal1177.com",80],["dizipal1178.com",80],["dizipal1179.com",80],["dizipal1180.com",80],["dizipal1181.com",80],["dizipal1182.com",80],["dizipal1183.com",80],["dizipal1184.com",80],["dizipal1185.com",80],["dizipal1186.com",80],["dizipal1187.com",80],["dizipal1188.com",80],["dizipal1189.com",80],["dizipal1190.com",80],["dizipal1191.com",80],["dizipal1192.com",80],["dizipal1193.com",80],["dizipal1194.com",80],["dizipal1195.com",80],["dizipal1196.com",80],["dizipal1197.com",80],["dizipal1198.com",80],["dizipal1199.com",80],["dizipal1200.com",80],["dizipal1201.com",80],["dizipal1202.com",80],["dizipal1203.com",80],["dizipal1204.com",80],["dizipal1205.com",80],["dizipal1206.com",80],["dizipal1207.com",80],["dizipal1208.com",80],["dizipal1209.com",80],["dizipal1210.com",80],["dizipal1211.com",80],["dizipal1212.com",80],["dizipal1213.com",80],["dizipal1214.com",80],["dizipal1215.com",80],["dizipal1216.com",80],["dizipal1217.com",80],["dizipal1218.com",80],["dizipal1219.com",80],["dizipal1220.com",80],["dizipal1221.com",80],["dizipal1222.com",80],["dizipal1223.com",80],["dizipal1224.com",80],["dizipal1225.com",80],["dizipal1226.com",80],["dizipal1227.com",80],["dizipal1228.com",80],["dizipal1229.com",80],["dizipal1230.com",80],["dizipal1231.com",80],["dizipal1232.com",80],["dizipal1233.com",80],["dizipal1234.com",80],["dizipal1235.com",80],["dizipal1236.com",80],["dizipal1237.com",80],["dizipal1238.com",80],["dizipal1239.com",80],["dizipal1240.com",80],["dizipal1241.com",80],["dizipal1242.com",80],["dizipal1243.com",80],["dizipal1244.com",80],["dizipal1245.com",80],["dizipal1246.com",80],["dizipal1247.com",80],["dizipal1248.com",80],["dizipal1249.com",80],["dizipal1250.com",80],["dizipal1251.com",80],["dizipal1252.com",80],["dizipal1253.com",80],["dizipal1254.com",80],["dizipal1255.com",80],["dizipal1256.com",80],["dizipal1257.com",80],["dizipal1258.com",80],["dizipal1259.com",80],["dizipal1260.com",80],["dizipal1261.com",80],["dizipal1262.com",80],["dizipal1263.com",80],["dizipal1264.com",80],["dizipal1265.com",80],["dizipal1266.com",80],["dizipal1267.com",80],["dizipal1268.com",80],["dizipal1269.com",80],["dizipal1270.com",80],["dizipal1271.com",80],["dizipal1272.com",80],["dizipal1273.com",80],["dizipal1274.com",80],["dizipal1275.com",80],["dizipal1276.com",80],["dizipal1277.com",80],["dizipal1278.com",80],["dizipal1279.com",80],["dizipal1280.com",80],["dizipal1281.com",80],["dizipal1282.com",80],["dizipal1283.com",80],["dizipal1284.com",80],["dizipal1285.com",80],["dizipal1286.com",80],["dizipal1287.com",80],["dizipal1288.com",80],["dizipal1289.com",80],["dizipal1290.com",80],["dizipal1291.com",80],["dizipal1292.com",80],["dizipal1293.com",80],["dizipal1294.com",80],["dizipal1295.com",80],["dizipal1296.com",80],["dizipal1297.com",80],["dizipal1298.com",80],["dizipal1299.com",80],["dizipal1300.com",80],["dizipal1301.com",80],["dizipal1302.com",80],["dizipal1303.com",80],["dizipal1304.com",80],["dizipal1305.com",80],["dizipal1306.com",80],["dizipal1307.com",80],["dizipal1308.com",80],["dizipal1309.com",80],["dizipal1310.com",80],["dizipal1311.com",80],["dizipal1312.com",80],["dizipal1313.com",80],["dizipal1314.com",80],["dizipal1315.com",80],["dizipal1316.com",80],["dizipal1317.com",80],["dizipal1318.com",80],["dizipal1319.com",80],["dizipal1320.com",80],["dizipal1321.com",80],["dizipal1322.com",80],["dizipal1323.com",80],["dizipal1324.com",80],["dizipal1325.com",80],["dizipal1326.com",80],["dizipal1327.com",80],["dizipal1328.com",80],["dizipal1329.com",80],["dizipal1330.com",80],["dizipal1331.com",80],["dizipal1332.com",80],["dizipal1333.com",80],["dizipal1334.com",80],["dizipal1335.com",80],["dizipal1336.com",80],["dizipal1337.com",80],["dizipal1338.com",80],["dizipal1339.com",80],["dizipal1340.com",80],["dizipal1341.com",80],["dizipal1342.com",80],["dizipal1343.com",80],["dizipal1344.com",80],["dizipal1345.com",80],["dizipal1346.com",80],["dizipal1347.com",80],["dizipal1348.com",80],["dizipal1349.com",80],["dizipal1350.com",80],["canlikolik.my",[81,82]],["pandaspor.live",83],["eroasmr.com",84],["bussyhunter.com",85],["xcloud.*",86],["xfile.*",87],["anime4u.pro",87],["kusonime.com",88],["codingnepalweb.com",89],["demonoid.is",90],["freebie-ac.jp",91],["streamingcommunity.*",92],["derstandard.at",93],["derstandard.de",93],["www.chip.de",94],["redketchup.io",95],["zefoy.com",96],["idoitmyself.xyz",97],["uploadboy.com",98],["reymit.ir",99],["empire-anime.*",100],["empire-stream.*",100],["empire-streaming.*",100],["empire-streamz.*",100],["download.megaup.net",101],["adultdeepfakes.com",102],["linkshortify.com",103],["nexusmods.com",104],["comidacaseira.me",105],["tvbanywherena.com",106],["haveibeenpwned.com",107],["trainerscity.com",108],["tikmate.app",109],["sonixgvn.net",110],["paste-drop.com",111],["filext.com",112],["choralia.net",113],["kiddyearner.com",114],["colourxh.site",115],["fullxh.com",115],["galleryxh.site",115],["megaxh.com",115],["movingxh.world",115],["seexh.com",115],["unlockxh4.com",115],["valuexh.life",115],["xhaccess.com",115],["xhadult2.com",115],["xhadult3.com",115],["xhadult4.com",115],["xhadult5.com",115],["xhamster.*",115],["xhamster1.*",115],["xhamster10.*",115],["xhamster11.*",115],["xhamster12.*",115],["xhamster13.*",115],["xhamster14.*",115],["xhamster15.*",115],["xhamster16.*",115],["xhamster17.*",115],["xhamster18.*",115],["xhamster19.*",115],["xhamster20.*",115],["xhamster2.*",115],["xhamster3.*",115],["xhamster4.*",115],["xhamster42.*",115],["xhamster46.com",115],["xhamster5.*",115],["xhamster7.*",115],["xhamster8.*",115],["xhamsterporno.mx",115],["xhbig.com",115],["xhbranch5.com",115],["xhchannel.com",115],["xhdate.world",115],["xhlease.world",115],["xhmoon5.com",115],["xhofficial.com",115],["xhopen.com",115],["xhplanet1.com",115],["xhplanet2.com",115],["xhreal2.com",115],["xhreal3.com",115],["xhspot.com",115],["xhtotal.com",115],["xhtree.com",115],["xhvictory.com",115],["xhwebsite.com",115],["xhwebsite2.com",115],["xhwebsite5.com",115],["xhwide1.com",115],["xhwide2.com",115],["xhwide5.com",115],["katfile.*",[116,117]],["dragontea.ink",118],["perchance.org",[119,120]],["cheater.ninja",121],["dizikral.com",[122,123]],["dizikral1.pro",122],["dizikral2.pro",122],["7mmtv.sx",124],["barstoolsports.com",125],["filmi7.net",126],["hidan.co",127],["hidan.sh",127],["authenticateme.xyz",128],["filmizlehdizle.com",129],["fullfilmizlesene.net",129],["strcloud.in",130],["streamta.site",130],["streamtape.*",130],["tapepops.com",130],["watchadsontape.com",130],["tempmail.ninja",131],["filmy4wap.co.in",132],["filmy4waps.org",132],["filiser.eu",133],["wishflix.cc",133],["zalukaj.io",133],["infinityscans.xyz",[134,135]],["infinityscans.net",[134,135]],["infinityscans.org",[134,135]],["abs-cbn.com",136],["cdn.tiesraides.lv",137],["filmizleplus.cc",138],["nhentai.net",140],["indianporngirl10.com",141],["exploader.net",142],["lewdgames.to",143],["flixhouse.com",144],["eatcells.com",145],["ripplehub.site",146],["1337x.fyi",147],["1337x.pro",147],["magnetdl.*",148],["dynamix.top",149],["pendujatt.com.se",150],["ditjesendatjes.nl",151],["tv.onefootball.com",152],["clickapi.net",153],["kkinstagram.com",154],["kkscript.com",154],["streamflash.sx",155],["moviekhhd.biz",156],["sporx.com",157]]);
|
|
374
374
|
const exceptionsMap = new Map([["xcloud.eu",[86]],["xcloud.host",[86]]]);
|
|
375
375
|
const hasEntities = true;
|
|
376
376
|
const hasAncestors = false;
|
|
@@ -133,6 +133,10 @@ function proxyApplyFn(
|
|
|
133
133
|
: new proxyApplyFn.ApplyContext(...args);
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
|
+
proxyApplyFn.isCtor = new Map();
|
|
137
|
+
}
|
|
138
|
+
if ( proxyApplyFn.isCtor.has(target) === false ) {
|
|
139
|
+
proxyApplyFn.isCtor.set(target, fn.prototype?.constructor === fn);
|
|
136
140
|
}
|
|
137
141
|
const fnStr = fn.toString();
|
|
138
142
|
const toString = (function toString() { return fnStr; }).bind(null);
|
|
@@ -145,7 +149,7 @@ function proxyApplyFn(
|
|
|
145
149
|
return Reflect.get(target, prop);
|
|
146
150
|
},
|
|
147
151
|
};
|
|
148
|
-
if (
|
|
152
|
+
if ( proxyApplyFn.isCtor.get(target) ) {
|
|
149
153
|
proxyDetails.construct = function(target, args) {
|
|
150
154
|
return handler(proxyApplyFn.CtorContext.factory(target, args));
|
|
151
155
|
};
|
|
@@ -346,8 +350,8 @@ function safeSelf() {
|
|
|
346
350
|
/******************************************************************************/
|
|
347
351
|
|
|
348
352
|
const scriptletGlobals = {}; // eslint-disable-line
|
|
349
|
-
const argsList = [["Function.prototype.toString","( ) => value","runInterstitial(e){if(this.#fe.interstitial)return void this.#r.error(\"interstitial zone already loaded on page\");this.#fe.interstitial=!0;const{zoneId:t,sub1:r,isAutoTag:n,collectiveZoneId:i,linkedZoneId:o,aggressivity:s,recordPageView:a,abTest:c,tagVersionSuffix:u}=e;if(!t)throw new Error(\"mandatory zoneId is not provided!\");if(!we(t))throw new Error(\"zoneId is not a string!\");this.#r.debug(\"loading interstitial on page\");const l={zoneId:t,sub1:r,isAutoTag:n,collectiveZoneId:i,linkedZoneId:o,aggressivity:s,recordPageView:a,abTest:c,tagVersionSuffix:u,adcashGlobalName:this.#xe,adserverDomain:this.#v,adblockSettings:this.#s,uniqueFingerprint:this.#C,isLoadedAsPartOfLibrary:!1};if(this.#pe.add(t),this.#Ce.Interstitial)return l.isLoadedAsPartOfLibrary=!0,void new this.#Ce.Interstitial(l);if(window.Interstitial)new Interstitial(l);else{const e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=`${location.protocol}//${this.#he}/script/interstitial.js`,e.setAttribute(\"a-lib\",\"1\"),e.onload=()=>{new Interstitial(l)},e.onerror=()=>{this.#r.error(`failed loading ${e.src}`)},document.head.appendChild(e)}}"],["Function.prototype.toString","( ) => (( ) => value)","runInPagePush(t){if(this.#ft.inPagePush)return void this.#r.error(\"in-page push zone already loaded on page\");this.#ft.inPagePush=!0;const{zoneId:e,delay:r,maxAds:n,renderPosDesktop:i,renderPosMobile:o,offsetTop:s,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g}=t;let{refreshRate:p}=t;if(!e)throw new Error(\"mandatory zoneId is not provided!\");if(!wt(e))throw new Error(\"zoneId is not a string!\");if(void 0!==p&&(!yt(p)||p<0))throw new Error(\"refreshRate is not an integer or is less than zero\");if(void 0!==r&&(!yt(r)||r<0))throw new Error(\"delay is not an integer or is less than zero\");if(void 0!==n&&(!yt(n)||n<1))throw new Error(\"maxAds is not an integer or is less than one\");if(void 0!==i&&!xt(i))throw new Error(\"renderPosDesktop is not valid\");if(void 0!==o&&!xt(o))throw new Error(\"renderPosMobile is not valid\");if(void 0!==s&&(!yt(s)||s<0))throw new Error(\"offsetTop is not an integer or is less than zero\");this.#r.debug(\"loading in-page push on page\"),c?this.#pt.add(u):this.#pt.add(e),void 0!==p&&p>0&&p<10&&(p<5?p*=60:p=30),this.#r.debug(\"ipp rr set to\",p);const v={zoneId:e,refreshRate:p??60,delay:r??0,maxAds:n??1,renderPosDesktop:i??\"top\",renderPosMobile:o??\"top\",offsetTop:s??0,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g,adserverDomain:this.#v,adblockSettings:this.#s,adcashGlobalName:this.#xt,isLoadedAsPartOfLibrary:!1,uniqueFingerprint:this.#C};if(this.#Ct.InPagePush)return v.isLoadedAsPartOfLibrary=!0,void new this.#Ct.InPagePush(v);if(window.InPagePush)new window.InPagePush(v);else{const t=document.createElement(\"script\");t.type=\"text/javascript\",t.src=`${window.location.protocol}//${this.#ht}/script/inpagepush.js`,t.setAttribute(\"nipp\",\"1\"),t.onload=()=>{new window.InPagePush(v)},t.onerror=()=>{this.#r.error(`failed loading ${t.src}`)},document.head.appendChild(t)}}"],["atob","/.+/g","","condition","script.innerHTML"],["decodeURIComponent","Math.random() <= 0.15","false"],["atob","/.+/","","condition","/(www\\.[a-z]{8,16}\\.com|cloudfront\\.net)\\/.+\\.(css|js)$/"],["Array.prototype.shift","/^.+$/s","","condition","https"],["atob","skmedix.com","skmedix.pl"],["String.prototype.concat","/.+/","adBlockerDismissed","condition","adBlockerDismissed_"],["atob",".length === 0",".length === 31"],["atob","window.matchMedia('(display-mode: standalone)').matches","true"]];
|
|
350
|
-
const hostnamesMap = new Map([["japscan.*",[
|
|
353
|
+
const argsList = [["JSON.stringify","{\"contentPlaybackContext\"","{\"adPlaybackContext\":{\"pyv\":true},\"contentPlaybackContext\"","condition","currentUrl\":\"/watch"],["Function.prototype.toString","( ) => value","runInterstitial(e){if(this.#fe.interstitial)return void this.#r.error(\"interstitial zone already loaded on page\");this.#fe.interstitial=!0;const{zoneId:t,sub1:r,isAutoTag:n,collectiveZoneId:i,linkedZoneId:o,aggressivity:s,recordPageView:a,abTest:c,tagVersionSuffix:u}=e;if(!t)throw new Error(\"mandatory zoneId is not provided!\");if(!we(t))throw new Error(\"zoneId is not a string!\");this.#r.debug(\"loading interstitial on page\");const l={zoneId:t,sub1:r,isAutoTag:n,collectiveZoneId:i,linkedZoneId:o,aggressivity:s,recordPageView:a,abTest:c,tagVersionSuffix:u,adcashGlobalName:this.#xe,adserverDomain:this.#v,adblockSettings:this.#s,uniqueFingerprint:this.#C,isLoadedAsPartOfLibrary:!1};if(this.#pe.add(t),this.#Ce.Interstitial)return l.isLoadedAsPartOfLibrary=!0,void new this.#Ce.Interstitial(l);if(window.Interstitial)new Interstitial(l);else{const e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=`${location.protocol}//${this.#he}/script/interstitial.js`,e.setAttribute(\"a-lib\",\"1\"),e.onload=()=>{new Interstitial(l)},e.onerror=()=>{this.#r.error(`failed loading ${e.src}`)},document.head.appendChild(e)}}"],["Function.prototype.toString","( ) => (( ) => value)","runInPagePush(t){if(this.#ft.inPagePush)return void this.#r.error(\"in-page push zone already loaded on page\");this.#ft.inPagePush=!0;const{zoneId:e,delay:r,maxAds:n,renderPosDesktop:i,renderPosMobile:o,offsetTop:s,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g}=t;let{refreshRate:p}=t;if(!e)throw new Error(\"mandatory zoneId is not provided!\");if(!wt(e))throw new Error(\"zoneId is not a string!\");if(void 0!==p&&(!yt(p)||p<0))throw new Error(\"refreshRate is not an integer or is less than zero\");if(void 0!==r&&(!yt(r)||r<0))throw new Error(\"delay is not an integer or is less than zero\");if(void 0!==n&&(!yt(n)||n<1))throw new Error(\"maxAds is not an integer or is less than one\");if(void 0!==i&&!xt(i))throw new Error(\"renderPosDesktop is not valid\");if(void 0!==o&&!xt(o))throw new Error(\"renderPosMobile is not valid\");if(void 0!==s&&(!yt(s)||s<0))throw new Error(\"offsetTop is not an integer or is less than zero\");this.#r.debug(\"loading in-page push on page\"),c?this.#pt.add(u):this.#pt.add(e),void 0!==p&&p>0&&p<10&&(p<5?p*=60:p=30),this.#r.debug(\"ipp rr set to\",p);const v={zoneId:e,refreshRate:p??60,delay:r??0,maxAds:n??1,renderPosDesktop:i??\"top\",renderPosMobile:o??\"top\",offsetTop:s??0,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g,adserverDomain:this.#v,adblockSettings:this.#s,adcashGlobalName:this.#xt,isLoadedAsPartOfLibrary:!1,uniqueFingerprint:this.#C};if(this.#Ct.InPagePush)return v.isLoadedAsPartOfLibrary=!0,void new this.#Ct.InPagePush(v);if(window.InPagePush)new window.InPagePush(v);else{const t=document.createElement(\"script\");t.type=\"text/javascript\",t.src=`${window.location.protocol}//${this.#ht}/script/inpagepush.js`,t.setAttribute(\"nipp\",\"1\"),t.onload=()=>{new window.InPagePush(v)},t.onerror=()=>{this.#r.error(`failed loading ${t.src}`)},document.head.appendChild(t)}}"],["atob","/.+/g","","condition","script.innerHTML"],["decodeURIComponent","Math.random() <= 0.15","false"],["atob","/.+/","","condition","/(www\\.[a-z]{8,16}\\.com|cloudfront\\.net)\\/.+\\.(css|js)$/"],["Array.prototype.shift","/^.+$/s","","condition","https"],["atob","skmedix.com","skmedix.pl"],["String.prototype.concat","/.+/","adBlockerDismissed","condition","adBlockerDismissed_"],["atob",".length === 0",".length === 31"],["atob","window.matchMedia('(display-mode: standalone)').matches","true"]];
|
|
354
|
+
const hostnamesMap = new Map([["www.youtube.com",0],["japscan.*",[1,2]],["cdn.gledaitv.*",3],["laweducationinfo.com",4],["savemoneyinfo.com",4],["worldaffairinfo.com",4],["godstoryinfo.com",4],["successstoryinfo.com",4],["cxissuegk.com",4],["learnmarketinfo.com",4],["bhugolinfo.com",4],["armypowerinfo.com",4],["rsgamer.app",4],["phonereviewinfo.com",4],["makeincomeinfo.com",4],["gknutshell.com",4],["vichitrainfo.com",4],["workproductivityinfo.com",4],["dopomininfo.com",4],["hostingdetailer.com",4],["fitnesssguide.com",4],["tradingfact4u.com",4],["cryptofactss.com",4],["softwaredetail.com",4],["artoffocas.com",4],["insurancesfact.com",4],["travellingdetail.com",4],["watchluna.com",5],["abysscdn.com",6],["fullfreeimage.com",6],["hihihaha1.xyz",6],["hydraxcdn.biz",6],["imagelovers.com",6],["player-cdn.com",6],["playermeow.com",6],["playhydrax.com",6],["rufiiguta.com",6],["skmedix.pl",7],["th.gl",8],["infinityscans.xyz",[9,10]],["infinityscans.net",[9,10]],["infinityscans.org",[9,10]]]);
|
|
351
355
|
const exceptionsMap = new Map([]);
|
|
352
356
|
const hasEntities = true;
|
|
353
357
|
const hasAncestors = false;
|