@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
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
/******************************************************************************/
|
|
29
29
|
|
|
30
|
-
const argsList = ["[]","[{\"selector\":\"#alertTab\",\"tasks\":[[\"has-text\",\"Enter your email address\"]]}]","[{\"selector\":\"#home-section3\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".MuiBox-root\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".Promotion_container__kYNro\",\"tasks\":[[\"has-text\",\"Sign up now!\"]]}]","[{\"selector\":\".above-footer-section\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocking software\\\")]/../../..\"]]},{\"selector\":\".advanced.embed-media\",\"tasks\":[[\"has-text\",\"Get a daily look\"]]}]","[{\"selector\":\".align-items-center.py-2\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".article-body > p\",\"tasks\":[[\"has-text\",\"sign up for our newsletters\"]]}]","[{\"selector\":\".article-body__promo-box__3bCm_\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-content-wrapper > p\",\"tasks\":[[\"has-text\",\"into your inbox\"]]},{\"selector\":\"strong > em\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-main__more\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article__block--footnoteBlock--align-right\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".article__body--botttom > div > p\",\"tasks\":[[\"has-text\",\"a free newsletter\"]]}]","[{\"selector\":\".bg-base-200\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".shadow-xl.m-2.p-4\",\"tasks\":[[\"has-text\",\"Sign up for email updates\"]]}]","[{\"selector\":\".bg-cover\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".bg-dark-brown\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-fok-gray-500\",\"tasks\":[[\"has-text\",\"Join our mailing list\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".bt-inp\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Fake news\"]]},{\"selector\":\".hidden\",\"tasks\":[[\"has-text\",\"Fake news\"]]}]","[{\"selector\":\".bg-gray-600\",\"tasks\":[[\"has-text\",\"Read the latest business news\"]]}]","[{\"selector\":\".bg-left.bg-cover\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-primary-dark\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".border-primary-dark\\\\/50\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".bg-purple-50\",\"tasks\":[[\"has-text\",\"Fan of great business\"]]},{\"selector\":\".md\\\\:px-2.py-10\",\"tasks\":[[\"has-text\",\"Subscribe to the newsletter\"]]}]","[{\"selector\":\".border-decryptGridline\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".border-gray-175\",\"tasks\":[[\"has-text\",\"BT in your inbox\"]]}]","[{\"selector\":\".border-gray-200\",\"tasks\":[[\"has-text\",\"Get the news\"]]},{\"selector\":\".border-secondary-900\",\"tasks\":[[\"has-text\",\"Get the news\"]]}]","[{\"selector\":\".bottom-0\",\"tasks\":[[\"has-text\",\"/Join now to read full articles|Save 25% on reporting you won’t find anywhere else/\"]]}]","[{\"selector\":\".callout\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".card-body\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".col1span3\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\".content-panel-container\",\"tasks\":[[\"has-text\",\"Get recipes\"]]}]","[{\"selector\":\".corner-accent\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".dark\\\\:bg-main-850\",\"tasks\":[[\"has-text\",\"Join our Newsletters\"]]},{\"selector\":\"div.mt-10\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".dcr-1mt0mpc\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\"[data-testid=\\\"contributions-liveblog-epic\\\"]\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".e-con.e-con-boxed\",\"tasks\":[[\"has-text\",\"Resist censorship\"]]},{\"selector\":\".e-con.e-con-full\",\"tasks\":[[\"has-text\",\"Get news, features\"]]},{\"selector\":\".elementor-section\",\"tasks\":[[\"has-text\",\"Subscribe for\"]]},{\"selector\":\".elementor-widget-container\",\"tasks\":[[\"has-text\",\"tired of censorship\"]]}]","[{\"selector\":\".elementor-button-link\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".elementor-element-38bd005\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".elementor-shortcode\",\"tasks\":[[\"has-text\",\"Signup Now\"]]}]","[{\"selector\":\".et_pb_row_1_tb_body\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]},{\"selector\":\".et_pb_section\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]}]","[{\"selector\":\".factbox\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".fusion_builder_column_inner_1_1\",\"tasks\":[[\"has-text\",\"BNC Newsletters\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Never miss a post\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Sign up for Express\"]]}]","[{\"selector\":\".has-border-color.wp-block-columns\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".has-border-color\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\".has-link-color.has-background\",\"tasks\":[[\"has-text\",\"free newsletter\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"Join our free newsletter\"]]}]","[{\"selector\":\".has-palette-color-6-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".has-secondary-background-color\",\"tasks\":[[\"has-text\",\"Subscribe\"]]},{\"selector\":\".wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".inset-0.fixed\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".is-position-sticky\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".lg\\\\:gap-3\",\"tasks\":[[\"has-text\",\"Weekly roundup\"]]}]","[{\"selector\":\".lg\\\\:grid-cols-\\\\[445px_1fr\\\\].gap-y-10 > div\",\"tasks\":[[\"has-text\",\"Sign up to Dexerto\"]]},{\"selector\":\".mb-16\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".lg\\\\:u-max-w-\\\\[345px\\\\]\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".u-space-y-6.u-items-center\",\"tasks\":[[\"has-text\",\"Staying current\"]]}]","[{\"selector\":\".m-detail--body > p\",\"tasks\":[[\"has-text\",\"Sign up for the\"]]}]","[{\"selector\":\".max-w-\\\\[48rem\\\\]\",\"tasks\":[[\"has-text\",\"Sign up for the Daily Brief\"]]},{\"selector\":\".p-4\",\"tasks\":[[\"has-text\",\"Sign up for the Daily Brief\"]]}]","[{\"selector\":\".md\\\\:p-10\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mom-hidden-auth\",\"tasks\":[[\"has-text\",\"Join Our\"]]}]","[{\"selector\":\".msl\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".mx-auto.container\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".nl-container\",\"tasks\":[[\"has-text\",\"inbox\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"Email us\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"your inbox\"]]}]","[{\"selector\":\".optin\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".p-4.bg-\\\\[\\\\#F5F5F5\\\\]\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter\"]]}]","[{\"selector\":\".p-5.bg-white.rounded-xl\",\"tasks\":[[\"has-text\",\"Weather in your inbox\"]]}]","[{\"selector\":\".p-6.border-gray-200\",\"tasks\":[[\"has-text\",\"Stay Informed\"]]}]","[{\"selector\":\".p1\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".px20.pb32\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".recommendationSection\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".right_pod\",\"tasks\":[[\"has-text\",\"E-mail Address\"]]}]","[{\"selector\":\".rounded-3xl\",\"tasks\":[[\"has-text\",\"in your inbox\"]]}]","[{\"selector\":\".row > .entry-content > p\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".sidebar-form\",\"tasks\":[[\"has-text\",\"Sign Up For Our Newsletter\"]]}]","[{\"selector\":\".sm\\\\:my-10.xs\\\\:my-6\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".su-items-left\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".t-bg-surface-zero.t-p-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".text-wt-background\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".variant-default.card\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".w-embed\",\"tasks\":[[\"has-text\",\"Sign up now\"]]}]","[{\"selector\":\".wd_dkblue-background\",\"tasks\":[[\"has-text\",\"Stay up to date\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"substack\"]]}]","[{\"selector\":\".wp-block-column > .is-layout-flow.wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-cover-is-layout-flow\",\"tasks\":[[\"has-text\",\"Get our newsletter\"]]}]","[{\"selector\":\".wp-block-genesis-blocks-gb-columns\",\"tasks\":[[\"has-text\",\"Subscribe by Email\"]]},{\"selector\":\".wp-block-genesis-blocks-gb-container\",\"tasks\":[[\"has-text\",\"Free Email Guide\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow.has-background.has-base-background-color\",\"tasks\":[[\"has-text\",\"Email Me This For Later\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Stay connected to the community.\"]]},{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter!\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\".z-sticky.bottom-0.sticky\",\"tasks\":[[\"has-text\",\"opportunity\"]]}]","[{\"selector\":\"[data-testid=\\\"scroll-modal-wrapper\\\"]\",\"tasks\":[[\"has-text\",\"sign up\"]]}]","[{\"selector\":\"#custom_html-12\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"div.is-style-border\",\"tasks\":[[\"has-text\",\"Daily News\"]]}]","[{\"selector\":\"div.mt-10\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"div.wp-block-cover\",\"tasks\":[[\"has-text\",\"Be the first to know\"]]}]","[{\"selector\":\".bottom-0.fixed\",\"tasks\":[[\"has-text\",\"weekly newsletters\"]]},{\"selector\":\".lg\\\\:p-\\\\[16px\\\\]\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"em > strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".p-6.justify-center\",\"tasks\":[[\"has-text\",\"Daily newsletter\"]]}]","[{\"selector\":\".order-lg-2\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]},{\"selector\":\".sidebar-sticky\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".comp > strong\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-1.gap-4\",\"tasks\":[[\"has-text\",\"Sign up for\"]]},{\"selector\":\".pb-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".td-block-title.block-title\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Subscribe and thrive\"]]},{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Your inbox is ready\"]]}]","[{\"selector\":\".has-senary-background-color\",\"tasks\":[[\"has-text\",\"Email\"]]},{\"selector\":\".has-tertiary-background-color\",\"tasks\":[[\"has-text\",\"Week\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".v-card.v-card--flat\",\"tasks\":[[\"has-text\",\"Sign up to receive\"]]}]","[{\"selector\":\".w-full\",\"tasks\":[[\"has-text\",\"Mailing\"]]}]","[{\"selector\":\"h3.section_name\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".d-lg-block.sp-module\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-6.border-b\",\"tasks\":[[\"has-text\",\"Signup\"]]}]","[{\"selector\":\"p > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".p-8.bg-dynamic-primary\",\"tasks\":[[\"has-text\",\"straight to your inbox\"]]}]","[{\"selector\":\".shadow-card.p-8\",\"tasks\":[[\"has-text\",\"Laravel Newsletter\"]]}]","[{\"selector\":\".pt-\\\\[60px\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".fxsEzN\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]}]","[{\"selector\":\"section.sidebar-section\",\"tasks\":[[\"has-text\",\"email\"]]}]","[{\"selector\":\".has-background.has-dark-gray-background-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".sidebar-item-container\",\"tasks\":[[\"has-text\",\"Email me\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"/newsletter|inbox/\"]]}]","[{\"selector\":\".promo-card-primary\",\"tasks\":[[\"has-text\",\"Check your inbox\"]]}]","[{\"selector\":\".pull-right.inline-gallery-container\",\"tasks\":[[\"has-text\",\"Post this\"]]}]","[{\"selector\":\".mobile-only-on-col-ab\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Want to stay informed\"]]}]","[{\"selector\":\".border-brand-pink\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".LostInventoryMessage_root__YllYq\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\"p.ArticleParagraph_root__4mszW > small\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\"p.slate-paragraph > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".md\\\\:decorative-horizontal-lines\",\"tasks\":[[\"has-text\",\"subscribe\"]]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".hide.post__sidebar\",\"tasks\":[[\"has-text\",\"Share this article\"]]}]","[{\"selector\":\"[style=\\\"text-align:center\\\"]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".text_multiline\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-pullquote\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover\"]]}]","[{\"selector\":\"strong > .link--button\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-quote\",\"tasks\":[[\"has-text\",\"inbox daily\"]]}]","[{\"selector\":\"p.t-links-underlinedy\",\"tasks\":[[\"has-text\",\"Sign up for The Brief\"]]}]","[{\"selector\":\".bg-soft-teal\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".rounded-3.px-5\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".rounded-md.md\\\\:p-8.p-5.shadow-light\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".duet--article--highlight\",\"tasks\":[[\"has-text\",\"Sign up here\"]]}]","[{\"selector\":\".textwidget > .textwidget\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mt-\\\\[2rem\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"div[class^=\\\"-_\\\"] > form\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\".section > .wrapper\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#courier-body-wrapper\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#wrapper\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\".index-wrap\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".newsletter-signup\",\"action\":[\"style\",\"max-height:0px;visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".__show__pMA1C.__wrap__jEIal\",\"tasks\":[[\"has-text\",\"to your inbox\"]]}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".bg-light\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".border.rounded.p-2\",\"tasks\":[[\"has-text\",\"news letter\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#body *:not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#bottomAd\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".moola-search-view\",\"tasks\":[[\"has-text\",\"hide these ads\"]]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#desktopWrapper\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true},{\"selector\":\".gridCentered\",\"action\":[\"style\",\"margin-top: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".navigationWrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".notificationsContainer\",\"tasks\":[[\"has-text\",\"whitelisten of beleef Tweakers\"]]}]","[{\"selector\":\"#modal_login\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".fbUserStory\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]},{\"selector\":\".userContentWrapper\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]}]","[{\"selector\":\"p\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdB\\\")]\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".nosel\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[id]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#pftop\",\"action\":[\"style\",\"height: auto !important;padding-bottom:5px !important\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".definicao_verbete_homologado_interna\",\"action\":[\"style\",\"height:100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\".storytextp\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".hiddenRanking\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c134]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c135]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/meet\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/result\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[ngbtooltip]\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/addLinkToCopy/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Adblock\\\")]/..\"]]}]","[{\"selector\":\".js-dismissable-hero\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".SetPageTerm\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".post-section\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; pointer-events: all !important\"],\"cssable\":true}]","[{\"selector\":\".qu-overflow--hidden[style*=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter:none !important;overflow:auto !important\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll #root\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll\",\"action\":[\"style\",\"position: unset !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#lightbox-wrap img\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"ImageElement-blockPointerEvents-\\\"]\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"Module-blockGridPointerEvents-\\\"] .grid__item-image\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important;-webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".Post-body--truncated\",\"action\":[\"style\",\"max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"oncontextmenu\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"We think our Android\"]]}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\".fb_lightbox-lock\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-drag: element!important; -webkit-user-select: text!important; -moz-user-select: text!important; -ms-user-select: text!important; user-select: text!important;\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none!important;-webkit-filter: none!important;\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div:nth-of-type(1) > div\",\"tasks\":[[\"has-text\",\"adblocker\"]]}]","[{\"selector\":\".obscured\",\"action\":[\"style\",\"color: black !important;text-shadow: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".dark-theme-dialog__dialogBody___106Di\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\".result-snippet\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"copyprotect\"]]}]","[{\"selector\":\".modal-content\",\"tasks\":[[\"has\",{\"selector\":\".text > b\",\"tasks\":[[\"has-text\",\"Privacy Policy\"]]}]]}]","[{\"selector\":\"body > div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body:has(#blocking-modal)\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: auto !important; overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"body:not(.with-listing-chooser)\",\"action\":[\"style\",\"overflow: visible !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".lyricBody\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"div.storyView\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p, ul, ol\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, div, p, span, a, h1, h2, h3, h4, h5, h6\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color: #338FFF !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".CoverPop-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".no-js\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\".blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"::selection\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor:auto!important\"],\"cssable\":true}]","[{\"selector\":\"html.open-modal .overlay\",\"action\":[\"style\",\"display: none !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body::after\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"Using an ad blocker?\"],[\"upward\",3]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Adblock\\\")]\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p > b\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdBlock\\\")]\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: auto !important; -webkit-user-select: auto !important; -moz-user-select: auto !important; -webkit-user-drag: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: text !important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea), img\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".content-body-wrapper\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".sui-u-no-scroll\",\"action\":[\"style\",\"overflow:auto !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adbanner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-ms-user-select:auto !important; -moz-user-select:auto !important; -webkit-user-select:auto !important; -webkit-touch-callout:default !important; user-select:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:auto !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html.documentLocked body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked header\",\"action\":[\"style\",\"padding-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"article.post\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style] > div > .userBanner--red\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/about#support\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: visible !important;position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: initial !important\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"position: unset !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, code\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout:text !important;-webkit-user-select:text !important;-khtml-user-select:text !important;-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div:only-child > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",4]]},{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div[id][class] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"div[id][class][style^=\\\"position:\\\"] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\".ct_warn\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".has-profile.post:first-child\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: auto !important;-ms-user-select: auto !important;-webkit-user-select: auto !important;-webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/-moz-user-select:none|@media print/\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select:auto !important;-webkit-user-select:auto !important;-ms-user-select:auto !important;-moz-user-select:auto !important;-webkit-user-drag:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"innerText\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\"body > div[id]\",\"action\":[\"style\",\"visibility: hidden !important\"],\"tasks\":[[\"matches-css\",{\"name\":\"position\",\"value\":\"^fixed$\"}]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".select-none\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.carbonLoaded\"]]}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-select: auto!important; -moz-user-select: auto!important; -ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select:\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"unselectable\"]]}]","[{\"selector\":\"a:hover\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: auto!important;-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;-ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"-moz-none\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"width:17px !important\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background:#5e5e5e !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/user-select|::selection/\"]]}]","[{\"selector\":\".ReactModal__Overlay--after-open\",\"tasks\":[[\"has-text\",\"/Premium|Try 7 days/\"]]},{\"selector\":\".ReactModal__Overlay--after-open:has(iframe[srcdoc], img)\",\"tasks\":[[\"has-text\",\"signing up\"]]},{\"selector\":\"main > div[class*=\\\"-\\\"] > div[class^=\\\"_\\\"] > div[class^=\\\"_\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class^=\\\"_\\\"]\",\"tasks\":[[\"has-text\",\"Do your part to support us\"]]}]]}]","[{\"selector\":\"#MainModule + div[class] > div[style^=\\\"width\\\"] > div > i[data-icon-name=\\\"OutlookLogo\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/media print|user-select:/\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html.om-position-popup body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.tingle-enabled\",\"action\":[\"style\",\"position: static!important;overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\".ad_block_detected\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"form#link a.submit\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocker\\\")]\"]]}]","[{\"selector\":\"html.gnt__mo\",\"action\":[\"style\",\"overflow-y:scroll !important;pointer-events: unset !important;user-select: unset !important;margin-right: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;left:-9999px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"body[style^=\\\"cursor:pointer\\\"]\",\"action\":[\"style\",\"cursor: auto!important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color:Highlight!important;color:HighlightText!important\"],\"cssable\":true}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background: Highlight !important; color: HighlightText !important\"],\"cssable\":true}]","[{\"selector\":\".line\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout:default!important; -webkit-user-select:text!important; -moz-user-select:text!important; -ms-user-select:text!important; user-select:text!important;\"],\"cssable\":true}]","[{\"selector\":\"[data-lyricid]\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".all-lyrics\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.disable-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onkeydown\"]]}]","[{\"selector\":\"[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section\",\"tasks\":[[\"has-text\",\"Winter-Update\"],[\"upward\",1]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"user-select: none;\"]]}]","[{\"selector\":\"form[id=\\\"tfnewsearch\\\"] > input[id=\\\"val\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"remove-attr\",\"onsubmit\"]},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"html, .unselectable\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"#game-wrap\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"remove-class\",\"modal-open\"],\"tasks\":[[\"watch-attr\",[\"class\"]]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"checkAdblockBait\"]]}]","[{\"selector\":\".atomsPartialLinkLink\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html.show-intro-popup\",\"action\":[\"remove-class\",\"show-intro-popup\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"_0x\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"DisableDevtool\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"height: 14px !important; width: 14px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-button\",\"action\":[\"style\",\"border-color: #A6A6A6 !important; border-style: solid !important; height:16px !important; width: 16px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background: #A6A6A6 !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"scrollbar-color: revert !important; scrollbar-width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/oncontextmenu|devtools|stateObject|debugger/\"]]}]","[{\"selector\":\"#ad_box\",\"action\":[\"style\",\"height: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html.no-scroll\",\"action\":[\"remove-class\",\"no-scroll\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncopy=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncopy\"]}]","[{\"selector\":\"#fwrapper, body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".no-select\",\"action\":[\"remove-class\",\"no-select\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"user-select: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onmousedown\"]]}]","[{\"selector\":\"a:has(shreddit-player)\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"shreddit-player\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"stopRefreshSite\"]]}]","[{\"selector\":\"[id=\\\"toggle_notification_notification-ad-blocker\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"nocontextmenu\"]]}]","[{\"selector\":\".ReactModalPortal\",\"tasks\":[[\"has-text\",\"mobile\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"devtoolsDetector\"]]}]","[{\"selector\":\".l-main\",\"action\":[\"style\",\"padding-top: 13.4vw !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"contextmenu\"]]}]","[{\"selector\":\"#description\",\"action\":[\"style\",\"user-select: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/contextmenu|devtool/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"preventDefault\"]]}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"section.lyric_lyric\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-drag: auto !important; -khtml-user-drag: auto !important; -webkit-touch-callout: auto !important; -moz-touch-callout: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div > section.default\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"div.body-container\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"script[id=\\\"jquery-core-js-after\\\"]\",\"tasks\":[[\"has-text\",\"e.preventDefault();\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"button[type=\\\"submit\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".swal2-shown\",\"action\":[\"remove-class\",\"swal2-shown\"]}]","[{\"selector\":\".aui-modal-open, .modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\".confirm\",\"tasks\":[[\"has-text\",\"AdBlocker\"]]}]","[{\"selector\":\".under-map-wrapper\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncontextmenu=\\\"return false;\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor:unset!important;user-select:unset!important\"],\"cssable\":true}]","[{\"selector\":\"div.Message.is-protected\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\".elementor-top-column h6\",\"tasks\":[[\"has-text\",\"advertisement\"],[\"upward\",\".elementor-top-column\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: unset !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#maincontent\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/onselectstart|oncopy|oncontextmenu/\"]}]","[{\"selector\":\"*\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[style*=\\\"overflow\\\"] > div[class]:has(> #passport-modal-overlay)\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]:has(> div[class] > #passport-modal-overlay)\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important; padding-right: 0px !important; inset: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"contextmenu\"]}]","[{\"selector\":\".loading-text\",\"action\":[\"remove-class\",\"loading-text\"]}]","[{\"selector\":\"body *:not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\".erc-existing-profile-onboarding-modal > div[class^=\\\"modal-portal__overlay\\\"]\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"scroll-block--is-blocked\\\"]\",\"action\":[\"remove-class\",\"/scroll-block--is-blocked/\"]}]","[{\"selector\":\".novel-box :not(a)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".superpowerlol::before\",\"action\":[\"style\",\"content: unset !important;\"],\"cssable\":true},{\"selector\":\"div[oncopy]\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return!1\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\".body--prevent-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".forbidden_select\",\"action\":[\"remove-class\",\"forbidden_select\"]},{\"selector\":\".pg_main2, .panel_main, .panel_border2\",\"action\":[\"style\",\"background: unset !important; user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".track_back\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".td-post-content, .td-post-title\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"div.confuse\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".m-content#chapter .chapter-content p\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color: #338FFF !important; color: white !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"has-marketing-bar\"]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important\"],\"cssable\":true}]"];
|
|
31
|
-
const argsSeqs = [0,1,2,3,-4,147,5,6,7,8,9,10,11,12,13,14,15,16,17,-18,144,19,20,21,22,-23,146,24,25,26,27,28,29,30,31,32,33,-34,
|
|
32
|
-
const hostnamesMap = new Map([["suppose.tv",1],["dailygalaxy.com",2],["coder.com",3],["sfstandard.com",4],["wideopencountry.com",6],["foxnews.com",7],["marketbeat.com",8],["dailystar.co.uk",9],["reuters.com",10],["dailydot.com",11],["phys.org",12],["e360.yale.edu",13],["nzherald.co.nz",14],["byteofdev.com",15],["thetransmitter.org",16],["forksoverknives.com",17],["bigthink.com",18],["babylonbee.com",19],["us500.com",21],["balls.ie",22],["crunchydata.com",23],["commoncog.com",24],["decrypt.co",25],["businesstimes.com.sg",27],["amgreatness.com",28],["theinformation.com",29],["calgaryherald.com",30],["edmontonjournal.com",30],["montrealgazette.com",30],["ottawacitizen.com",30],["thestarphoenix.com",30],["aspentimes.com",31],["craigdailypress.com",31],["postindependent.com",31],["skyhinews.com",31],["steamboatpilot.com",31],["vaildaily.com",31],["chron.com",32],["sfgate.com",32],["hellmanns.com",33],["cpapracticeadvisor.com",34],["gizmodo.com",35],["theguardian.com",36],["reclaimthenet.org",37],["ffrfaction.org",39],["buenosairesherald.com",40],["bitcoinsensus.com",41],["advancedsciencenews.com",42],["themirror.com",43],["bravenewcoin.com",44],["wyseguide.com",45],["paloaltoonline.com",46],["linuxiac.com",47],["potatonewstoday.com",48],["qcitymetro.com",49],["thecooldown.com",50],["thebrakereport.com",51],["thebarbedwire.com",52],["esports.gg",53],["publichealthpolicyjournal.com",54],["inc.com",55],["dexerto.com",56],["autonews.com",57],["mensjournal.com",58],["qz.com",59],["mashable.com",60],["manofmany.com",62],["inverse.com",63],["businessinsider.in",64],["stuff.co.nz",65],["bakerbynature.com",66],["cockroachlabs.com",67],["weather.com",68],["demstate.com",69],["rd.com",70],["ctpost.com",71],["aarp.org",72],["streetinsider.com",73],["wisegeek.com",74],["cjr.org",75],["brooklynvegan.com",77],["axios.com",78],["news.stanford.edu",79],["interestingengineering.com",80],["heatpumped.org",81],["finance.yahoo.com",82],["ensemblemagazine.co.nz",83],["newsroom.paypal-corp.com",84],["thenewlede.org",85],["wareable.com",86],["systemsapproach.org",87],["creepycatalog.com",88],["iheartrecipes.com",89],["lemonblossoms.com",90],["historiccity.com",91],["stitchsnitches.com",93],["eltecolote.org",94],["labrujulaverde.com",95],["seekingalpha.com",96],["lowes.com",97],["politicalwire.com",98],["haitiantimes.com",99],["kotaku.com",100],["cheknews.ca",101],["dlnews.com",102],["faithwire.com",103],["entrepreneur.com",104],["erlang-solutions.com",105],["ew.com",106],["fastcompany.com",107],["finsmes.com",108],["sherwood.news",109],["foxandbriar.com",110],["freethink.com",111],["gript.ie",112],["guitar.com",113],["heraldextra.com",114],["hot-dinners.com",115],["jointhefollowup.com",116],["jweekly.com",117],["kerrang.com",118],["laravel-news.com",119],["levernews.com",120],["londonpass.com",121],["marginalrevolution.com",122],["montanafreepress.org",123],["neo4j.com",124],["newsroom.co.nz",125],["newsroom.ucla.edu",126],["newswire.ca",127],["notateslaapp.com",128],["notthebee.com",129],["officialcharts.com",130],["theatlantic.com",131],["slate.com",132],["pcmag.com",133],["people.com",134],["quantamagazine.org",135],["salon.com",136],["sciencenorway.no",137],["sfpublicpress.org",138],["skepticalraptor.com",139],["countryandtownhouse.com",140],["taskandpurpose.com",141],["texastribune.org",142],["theskimm.com",143],["thestreamable.com",144],["urbandictionary.com",145],["vox.com",146],["washington.edu",147],["worldsensorium.com",148],["yourstory.com",149],["androidauthority.com",150],["cultofmac.com",151],["audioholics.com",152],["theconversation.com",152],["cityandstateny.com",152],["bibleportal.com",152],["uinterview.com",152],["moneycontrol.com",152],["fermatslibrary.com",152],["worlddogfinder.com",152],["insauga.com",152],["moroccoworldnews.com",152],["thecradle.co",152],["vegnews.com",152],["bandt.com.au",152],["pbsamerica.co.uk",152],["wateronline.com",152],["boredpanda.com",152],["artnet.com",152],["bongino.com",152],["lensculture.com",152],["patch.com",152],["projectcbd.org",152],["media4growth.com",152],["nycgo.com",152],["thepostmillennial.com",152],["zorbabooks.com",152],["bellhelmets.com",152],["humanevents.com",152],["curiocity.com",152],["ba-bamail.com",152],["informatykzakladowy.pl",152],["prowritingaid.com",152],["nieuwsblad.be",152],["theblock.co",152],["braziljournal.com",152],["omr.com",152],["auepaisagismo.com",152],["auepaisajismo.com",152],["dispatch.com",152],["softwaretestinghelp.com",152],["vedbex.com",152],["greatist.com",152],["theepochtimes.com",153],["playpilot.com",152],["law.com",152],["magiclen.org",152],["personality-database.com",152],["talouselama.fi",152],["uusisuomi.fi",152],["tekniikkatalous.fi",152],["tivi.fi",152],["kauppalehti.fi",152],["otisoatmilk.co.nz",155],["socialitelife.com",155],["chillamo.com",155],["zerobreeze.com",155],["datacenterwires.com",155],["eletric-vehicles.com",155],["ubitennis.com",155],["dailynewsegypt.com",155],["hdwalle.com",155],["megacatstudios.com",155],["scholarlykitchen.sspnet.org",155],["daphneoz.com",155],["christianstandard.com",155],["childrenshealthdefense.org",155],["alexandracooks.com",155],["australiangolfdigest.com.au",155],["matomo.org",155],["coloradotimesrecorder.com",155],["artificialintelligence-news.com",155],["thurrott.com",155],["hypebot.com",155],["fatgirlskinny.net",155],["moneymagpie.com",155],["verdadeiroolhar.pt",155],["thecanary.co",155],["fandomwire.com",155],["thefreethoughtproject.com",155],["prepinsta.com",155],["nationalgeographic.com",156],["globoshoes.com",156],["kftv.com",156],["health.harvard.edu",156],["jessicabryson.com",156],["dailyvoice.com",156],["bankbazaar.com",156],["sainsburysmagazine.co.uk",156],["clubhouseforchefs.ca",156],["explorersweb.com",156],["yesmagazine.org",156],["thebfd.co.nz",156],["6sqft.com",156],["sunrisegeek.com",156],["investors.com",156],["scetv.org",156],["berkeleyearth.org",156],["businesstraveller.com",156],["upworthy.com",156],["sportskeeda.com",156],["goodhousekeeping.com",156],["delish.com",156],["esquire.com",156],["lazycatkitchen.com",156],["apotekfordeg.no",156],["relieved.co",156],["sweetandsavory.co",156],["animalchannel.co",156],["seeitlive.co",156],["parentingisnteasy.co",156],["spotlightstories.co",156],["homehacks.co",156],["lilysilk.com",156],["dgmlive.com",156],["atlasobscura.com",157],["monarchmoney.com",156],["trutone.ca",156],["frontrunners.ca",156],["fruugo.co.uk",156],["lull.com",156],["otterbox.com",156],["pulseuniform.com",156],["saksfifthavenue.com",156],["shop.pbs.org",156],["szucstermekek.com",156],["zumub.com",156],["shop.libbey.com",156],["italianluxurygroup.com.au",156],["tiedex.co.uk",156],["tweeters.ca",156],["foliosociety.com",156],["drinkspy.co.nz",156],["littleburgundyshoes.com",156],["journeys.ca",156],["tradedepot.co.nz",156],["harborfreight.com",156],["generalpants.com",156],["pbteen.com",156],["flovitamins.com",156],["vitaminworld.com",156],["www.razer.com",156],["publiclands.com",156],["leevalley.com",156],["massivetoyblowout.ca",156],["levi.com",156],["build.com",156],["williams-sonoma.com",156],["tsc.ca",156],["wafuu.com",156],["overstock.com",156],["deskhero.ca",156],["calvinklein.at",156],["calvinklein.be",156],["calvinklein.bg",156],["calvinklein.ch",156],["calvinklein.co.uk",156],["calvinklein.com",156],["calvinklein.cz",156],["calvinklein.de",156],["calvinklein.dk",156],["calvinklein.ee",156],["calvinklein.es",156],["calvinklein.fi",156],["calvinklein.fr",156],["calvinklein.hr",156],["calvinklein.hu",156],["calvinklein.ie",156],["calvinklein.it",156],["calvinklein.lt",156],["calvinklein.lu",156],["calvinklein.lv",156],["calvinklein.nl",156],["calvinklein.pl",156],["calvinklein.pt",156],["calvinklein.ru",156],["calvinklein.se",156],["calvinklein.si",156],["calvinklein.sk",156],["headphonebar.com",156],["jolinne.com",156],["authenticoilco.com",156],["geizdental.de",156],["stylewe.com",156],["dell.com",156],["temu.com",156],["cars.com",156],["thebulletin.org",159],["npr.org",159],["vice.com",159],["forward.com",159],["nationalobserver.com",159],["washingtontimes.com",159],["monroenews.com",159],["poconorecord.com",159],["matadornetwork.com",159],["shoppingsouthparkmall.com",159],["newbalance.co.id",159],["geopoliticalmonitor.com",159],["glassblocktint.com",159],["forsvaretsforum.no",159],["broadbandbreakfast.com",160],["404media.co",160],["gwr.com",160],["hollywoodunlocked.com",160],["americastestkitchen.com",160],["stcatharinesstandard.ca",160],["thepeterboroughexaminer.com",160],["niagarafallsreview.ca",160],["therecord.com",160],["thespec.com",160],["wellandtribune.ca",160],["breakingenergy.com",160],["jewishinsider.com",160],["natlawreview.com",160],["spotlightpa.org",160],["securityweek.com",160],["ohsweetbasil.com",160],["idsnews.com",160],["milwaukeetool.com",160],["swissinfo.ch",160],["ello.co",160],["cube-magazin.de",160],["vallejosun.com",160],["travelcaffeine.com",160],["freshbooks.com",160],["contiki.com",160],["foreignaffairs.com",161],["brighteon.com",163],["elimento.com",160],["bitcoinke.io",160],["carsalesbase.com",160],["envol-vert.org",160],["latina.com",160],["petri.com",160],["syfy.com",160],["pagamentidigitali.it",160],["scottishlegal.com",160],["dailytarheel.com",160],["bucketlistly.blog",160],["crazystupidtech.com",160],["skepchick.org",160],["liamodell.com",160],["snackstack.net",160],["tapinto.net",160],["vernyx.com",160],["simmiwoman.co.uk",160],["statnews.com",160],["history.com",160],["knowablemagazine.org",165],["hiddenvalley.com",160],["staradvertiser.com",160],["numero.com",160],["cryptobriefing.com",160],["www.microsoft.com",160],["readtangle.com",160],["fxstreet.com",160],["mediadump.com",160],["impulkits.com",160],["bygonely.com",160],["musclecarsandtrucks.com",160],["thepetslife.online",160],["scientificamerican.com",160],["justthenews.com",160],["njbiz.com",160],["apnews.com",160],["inquirer.com",160],["heraldnet.com",160],["thehill.com",160],["newsnationnow",160],["parent.com",160],["digital4.biz",160],["jns.org",160],["brandingmag.com",160],["staygenerator.com",160],["nimsdai.com",160],["outsports.com",160],["hcn.org",160],["everyday-reading.com",160],["macleans.ca",167],["carboncredits.com",160],["spring.org.uk",160],["abeka.com",160],["psychcentral.com",160],["heraldlive.co.za",160],["dispatchlive.co.za",160],["recyclingproductnews.com",160],["statista.com",160],["soundproofcow.com",160],["palestinechronicle.com",160],["sweetteacaviar.com",160],["dollartree.com",160],["linenbee.com",160],["vargooutdoors.com",160],["mountainwarehouse.com",160],["dsw.com",160],["bedbathandbeyond.com",160],["networldsports.ca",160],["summitracing.com",160],["racketsandrunners.ca",160],["modesens.com",160],["allbirds.co.nz",160],["allbirds.com",160],["allbirds.com.au",160],["atelierskn.com",160],["aihome.com.my",160],["ipowerqueen.com",160],["rktbns.de",160],["torpedo7.co.nz",160],["logitech.com",160],["ballantynes.co.nz",160],["pushmycart.com",160],["shutterfly.com",160],["humankinetics.com",160],["house.suntory.com",160],["eileenscookieshighlandsranch.com",160],["foodsalive.com",160],["nfm.com",160],["partsinmotion.co.uk",160],["ardene.com",160],["biglots.com",160],["toysrus.ca",160],["ringkestore.com",160],["thefp.com",169],["fine-day.com",170],["expatexplore.com",170],["vadimkravcenko.com",170],["investopedia.com",170],["simplyrecipes.com",170],["shape.com",170],["verywellhealth.com",170],["southernliving.com",170],["thespruceeats.com",170],["seriouseats.com",170],["allrecipes.com",170],["tripsavvy.com",170],["travelandleisure.com",170],["verywellmind.com",170],["foodandwine.com",170],["oneesports.gg",170],["frontofficesports.com",170],["forbestravelguide.com",170],["thebaffler.com",171],["verybestbaking.com",170],["tsunagujapan.com",170],["gcn.com",170],["washingtontechnology.com",170],["fcw.com",170],["lonelyplanet.com",170],["posylka.de",170],["dallasnews.com",173],["forbes.com",174],["newrepublic.com",175],["ftm.eu",175],["webpronews.com",175],["launer.com",175],["bemoneyaware.com",175],["publish0x.com",176],["pcipolicyportal.com",176],["thetruthaboutcars.com",176],["thethaiger.com",177],["mountaintopwebdesign.com",177],["kbdfans.com",177],["studyflix.de",177],["time.is",177],["kitchentime.com",178],["kitchentime.de",178],["kitchentime.dk",178],["kitchentime.fi",178],["kitchentime.no",178],["kitchentime.se",178],["revolvermag.com",179],["worldcrunch.com",181],["treblezine.com",178],["pv-magazine.*",178],["pv-magazine-australia.com",178],["pv-magazine-brasil.com",178],["pv-magazine-latam.com",178],["pv-magazine-mexico.com",178],["pv-magazine-usa.com",178],["revolve.com",178],["fwrd.com",178],["vat19.com",178],["magnumboots.com",178],["wilcooffroad.com",178],["detroitmodular.com",178],["metrocheese.com",178],["bwpsales.com",178],["fitnessav.com",178],["gronkfitnessproducts.com",178],["hockeylion.ca",178],["justcloseoutscanada.ca",178],["lakshmistores.com",178],["glasses.com",178],["olaproducts.co.nz",178],["pitviper.com",178],["capx.co",183],["prompthero.com",184],["mbt-store.com",185],["nobroker.in",186],["greencarreports.com",187],["rakentaja.fi",188],["tietoevry.com",188],["beckershospitalreview.com",188],["windupwatchshop.com",188],["abcya.com",188],["ionos.de",188],["trip.com",188],["lapresse.ca",188],["milenio.com",189],["cnn.com",189],["addapinch.com",189],["thedisconnect.co",190],["arcade1up.com",191],["mofi.com",192],["jumia.ci",192],["jumia.co.ke",192],["jumia.com.eg",192],["jumia.com.gh",192],["jumia.com.ng",192],["jumia.com.tn",192],["jumia.dz",192],["jumia.ma",192],["jumia.sn",192],["jumia.ug",192],["logicool.co.jp",193],["aulart.com",194],["zenith-watches.com",195],["market.samm.com",196],["recordcollectormag.com",197],["rprealtyplus.com",198],["gay69.stream",199],["programegratuitepc.com",199],["sabishiidesu.com",199],["businessemailetiquette.com",199],["newsbook.pl",199],["techtrickseo.com",199],["qualityfilehosting.com",199],["republicadecuritiba.net",199],["audioreview.m1001.coreserver.jp",199],["evz.ro",200],["e-panigiria.gr",201],["socialblade.com",202],["flickr.com",203],["cyanlabs.net",204],["pinterest.*",205],["experts-exchange.com",206],["ne10.uol.com.br",207],["gaypornmasters.com",207],["gaypornwave.com",207],["insurance-corporate.blogspot.com",207],["polskacanada.com",207],["satcesc.com",207],["psychologiazycia.com",207],["mio.to",207],["software-on.com",208],["tabonitobrasil.*",207],["mainframestechhelp.com",207],["dddance.party",207],["bisablog.com",207],["adnan-tech.com",207],["ideaberita.com",207],["langitmovie.com",207],["oceanof-games.com",207],["download.ipeenk.com",207],["doranobi-fansub.id",207],["suedkurier.de",207],["utamap.com",207],["librospreuniversitariospdf.blogspot.com",210],["hienzo.com",207],["riie.jp",207],["flash-firmware.blogspot.com",207],["ntvspor.net",207],["selfstudyhistory.com",212],["music.apple.com",214],["depedlps.*",207],["mangatoon.*",207],["thegearhunt.com",207],["jootc.com",207],["ufret.jp",207],["thenekodark.com",207],["poli-vsp.ru",207],["polyvsp.ru",207],["edailybuzz.com",208],["marfilius.blogspot.com",207],["deseneledublate.com",207],["digital.lasegunda.com",207],["autophorie.de",207],["zeeebatch.blogspot.com",207],["techdracula.com",207],["seotechman.com",208],["igniel.com",207],["clubulbebelusilor.ro",207],["123movies.*",207],["gomovies.*",207],["blog.naver.com",207],["exclusifvoyages.com",207],["everydaynewinfo.com",207],["funivie.org",207],["tiktok.com",207],["world4.eu",208],["ggulpass.com",207],["irisbuddies.*",207],["loveplay123.com",207],["minecraftquiz.com",207],["magelang1337.com",207],["nandedbazaar.com",207],["objectivequiz.com",207],["musicindustryhowto.com",207],["sachonthi.com",207],["significatocanzoni.it",207],["zdravenportal.eu",207],["tahmial.blogspot.com",207],["th-world.com",216],["thezealots.org",207],["wouterplanet.com",207],["erexams.com",207],["vedantu.com",207],["fmovies.*",212],["arlinadzgn.com",207],["cambiarevita.eu",207],["otakudesu.*",207],["tritinia.com",207],["gsmfirmware.net",207],["lataifas.ro",207],["sysnettechsolutions.com",207],["bloggerspice.com",207],["youmath.it",207],["flipmsg.com",207],["starbene.it",207],["gamezop.com",207],["readm.org",207],["androidtvbox.eu",207],["myhtebooks.com",207],["gooyaabitemplates.com",207],["sogou.com",207],["themes-dl.com",207],["pixnet.net",207],["yamibo.com",207],["wjx.cn",207],["wjx.top",207],["qidian.com",207],["book.zongheng.com",207],["ciweimao.com",207],["wpchen.net",207],["peekme.cc",207],["hongxiu.com",207],["readnovel.com",207],["uslsoftware.com",207],["qiangwaikan.com",207],["invado.pl",207],["news24.jp",207],["blog.csdn.net",207],["whowantstuffs.blogspot.com",207],["unikampus.net",207],["elahmad.com",207],["adpres.ro",207],["uemeds.cn",207],["hollywoodmask.com",207],["cafago.com",207],["picallow.com",207],["magesypro.*",207],["psihologiadeazi.ro",207],["cintateknologi.com",207],["yhocdata.com",207],["cristelageorgescu.ro",207],["bike-parts-sym.com",207],["www-daftarharga.blogspot.com",207],["ukrainashop.com",207],["flinsetyadi.com",207],["koszalincity.pl",207],["aileen-novel.online",207],["bumigemilang.com",218],["bingotingo.com",212],["cafe.naver.com",207],["sekaikomik.live",207],["repack-games.com",207],["celtadigital.com",207],["convenienza.com",207],["panda-novel.com",207],["labs.j-novel.club",218],["turbo1.co",207],["outidesigoto.com",207],["novelpub.com",207],["webnovelpub.com",207],["read.amazon.com",207],["nana-music.com",207],["nullphpscript.com",207],["epitesti.ro",207],["delicateseliterare.ro",207],["bianity.net",207],["csid.ro",207],["bagaglioamano.io",207],["stiridinromania.ro",207],["kooora4lives.net",220],["kooora4livs.com",220],["walkthrough-indo.blogspot.com",207],["jpopsingles.eu",223],["scarysymptoms.com",225],["g37.com.br",207],["rodude.com",207],["terramirabilis.ro",227],["boop.pl",207],["audiologyresearch.org",207],["klartext-ne.de",227],["sqlserveregitimleri.com",207],["habuteru.com",207],["cespun.eu",207],["geeksoncoffee.com",207],["tweakers.net",229],["deezer.com",230],["facebook.com",231],["facebookcorewwwi.onion",231],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",231],["livetennis.it",232],["hindi-gk.com",232],["tinyppt.com",233],["husseinezzat.com",233],["gagetmatome.com",233],["canondrivers.org",233],["pehawe.me",233],["kimkazandi.com",233],["sdewery.me",233],["readawrite.com",233],["poipiku.com",233],["lofter.com",233],["revistasufletului.net",233],["two9success.com",233],["verselemzes.hu",233],["dollarvr.com",233],["newsme.gr",233],["savoriurbane.com",233],["descopera.ro",233],["velicu.eu",234],["panorama.it",233],["arenavalceana.ro",233],["wotlabs.net",236],["droidtekno.com",237],["neobux.com",238],["androidmtk.com",239],["proxfree.com",240],["instagram.com",241],["jobsbotswana.info",242],["yeane.org",242],["answersafrica.com",242],["practicetestgeeks.com",242],["mbahhanif.site",242],["nfltraderumors.co",242],["musixmatch.com",242],["ilturista.info",242],["sigma4pc.com",242],["informagiovani-italia.com",243],["citpekalongan.com",243],["fizyka.org",243],["androidmakale.com",243],["tfp.is",243],["dramacute.*",243],["hitcena.pl",243],["raccontivietati.com",243],["runmods.com",243],["visaonoticias.com",243],["tohkaishimpo.com",243],["raqmedia.com",243],["bolugundem.com",243],["workhouses.org.uk",243],["displayspecifications.com",243],["daily-tohoku.news",243],["joysound.com",244],["gdrivedescarga.com",246],["smartkhabrinews.com",243],["aulete.com.br",248],["mercurynews.com",249],["fanfiction.net",250],["fictionpress.com",250],["athletic.net",251],["myschool-eng.com",253],["orangespotlight.com",253],["isikuota.co.id",253],["katzen-fieber.de",253],["sinau-thewe.com",253],["clujust.ro",253],["kangkimin.com",253],["bloombergquint.com",254],["diffnow.com",255],["askubuntu.com",256],["mathoverflow.net",256],["serverfault.com",256],["stackapps.com",256],["stackexchange.com",256],["superuser.com",256],["quizlet.com",257],["bookbub.com",258],["quora.com",259],["breakingdefense.com",260],["insidesources.com",261],["behance.net",262],["kpopjjang.com",263],["awebstories.com",263],["postcourier.com.pg",264],["fantricks.com",266],["theintercept.com",267],["yoututosjeff.es",268],["autoblog.com",269],["dailymail.co.uk",270],["bigulnews.tv",271],["tepat.id",271],["festival-cannes.com",271],["indiatimes.com",271],["darktranslation.com",271],["hulnews.top",272],["boke112.com",271],["androidacy.com",271],["whoisnovel.com",274],["foreignpolicy.com",276],["chowhound.com",276],["dostfilms.*",277],["kimovil.*",277],["context.reverso.net",278],["hardware.info",279],["enotes.com",280],["digicular.com",281],["tunein.com",282],["ecosia.org",283],["skidrowreloaded.com",284],["myanimelist.net",285],["imaginetricks.com",286],["kurazone.net",287],["www.reddit.com",288],["~reddit.com",289],["techopedia.com",290],["ahzaa.net",291],["apps.jeurissen.co",292],["utaten.com",293],["sbbrisk.com",294],["sbface.com",294],["streamsb.net",294],["camcaps.to",294],["camcaps.io",294],["quotev.com",295],["lectortmo.com",296],["warungkomik.com",297],["livedays.jp",299],["opportunitydesk.org",300],["the-masters-voice.com",302],["kamerabudaya.com",304],["therealdeal.com",305],["healthitsecurity.com",306],["ef.com",307],["selfstudyanthro.com",308],["android1pro.com",310],["gakki.me",312],["tunegate.me",312],["famousintel.com",313],["jnews5.com",313],["tvshowstars.com",313],["eurooptyk.com.pl",313],["celebzcircle.com",315],["sertracen.com.pa",312],["pitesti24.ro",315],["samsungtechwin.com",315],["cours-de-droit.net",315],["iptv4best.com",315],["blogvisaodemercado.pt",315],["kapitalis.com",315],["tiempo.hn",315],["winmeen.com",315],["ibps.in",315],["visse.com.br",315],["javsubtitle.co",315],["learninsta.com",315],["licensekeys.org",315],["mediahiburan.my",315],["tipssehatcantik.com",315],["jbjbgame.com",315],["viatasisanatate.com",315],["ziarulargesul.ro",315],["globaldefensecorp.com",315],["gossipnextdoor.com",315],["coffeeapps.ir",315],["media.framu.world",315],["immobiliaremia.com",315],["colegiosconcertados.info",315],["bigdatauni.com",315],["riwyat.com",315],["rukim.id",315],["visefierbinti.ro",315],["theaircurrent.com",317],["ncert-solutions.com",315],["ncertsolutions.guru",315],["clockks.com",315],["ananda-yoga.ro",315],["poolpiscina.com",315],["infodifesa.it",315],["getective.com",315],["flashdumpfiles.com",315],["formatatmak.com",315],["drkrok.com",315],["alphagirlreviews.com",315],["kitchennovel.com",315],["voxvalachorum.ro",315],["day-hoc.org",315],["onlineonderdelenshop.nl",315],["primicia.com.ve",315],["tech-recipes.com",315],["afrikmag.com",315],["maduras.vip",315],["aprendeinglessila.com",315],["kicknews.today",315],["koalasplayground.com",315],["hellokpop.com",315],["hayatbilgileri.com",317],["moneyexcel.com",315],["placementstore.com",315],["neuroteam-metz.de",315],["codedosa.com",315],["liveyourmaths.com",315],["newspao.gr",315],["ieltsliz.com",315],["programasvirtualespc.net",315],["tempatwisataseru.com",315],["wikiofcelebs.com",315],["jornaljoca.com.br",315],["arcanescans.com",315],["filmzone.com",315],["hiraethtranslation.com",315],["kaystls.site",315],["home.novel-gate.com",315],["plural.jor.br",315],["evreporter.com",313],["sinhasannews.com",315],["viewsofgreece.gr",315],["rozbor-dila.cz",315],["kritichno.bg",315],["csiplearninghub.com",315],["freereadnovel.online",320],["piklodz.pl",320],["secondlifetranslations.com",320],["ferroviando.com.br",320],["counciloflove.com",320],["infokik.com",320],["kulinarnastronamocy.pl",320],["jafekri.com",320],["ezmanga.net",320],["reborntrans.com",320],["truyenbanquyen.com",322],["koltry.life",320],["kolnovel.com",320],["anascrie.ro",325],["guidingliterature.com",325],["cabinetexpert.ro",312],["astoryofmasasstruggles.com",325],["vol.at",327],["lokercirebon.com",328],["loginhit.com.ng",328],["sanspo.com",329],["allocine.fr",330],["duolingo.com",331],["sythe.org",332],["gamegame.kr",333],["extreme-down.*",334],["iwanichi.co.jp",335],["novelasligera.com",336],["geotips.net",336],["video.tv-tokyo.co.jp",337],["aviationweek.com",338],["community.spiceworks.com",339],["malasngeblog.com",340],["datadikdasmen.com",340],["relet365.com",341],["wikibious.com",342],["odoserwis.pl",343],["tileman.io",344],["daimangajiten.com",345],["liga.net",346],["protocol.com",346],["wenku.baidu.com",346],["dreamsfriend.com",347],["mercenaryenrollment.com",347],["xossipy.com",347],["hibiki-radio.jp",348],["dreamstime.com",349],["trakteer.id",350],["8muses.com",351],["katosatoshi.jp",352],["gridcoinstats.eu",353],["chan.sankakucomplex.com",354],["nytimes.com",355],["trucksbook.eu",357],["diariodaregiao.com.br",358],["taufiqhdyt.com",359],["liveroger.com",360],["online2pdf.com",361],["1fichier.com",362],["forum.release-apk.com",363],["fraudnavi.com",364],["elektrikmen.com",365],["kijyomatome-ch.com",366],["teamaretuza.com",367],["hotcleaner.com",368],["enttechub.com",369],["novelism.jp",370],["sportando.basketball",370],["gnt24365.net",371],["cssreference.io",372],["hardcoregames.ca",373],["teamkong.tk",374],["hitproversion.com",376],["techsini.com",376],["operatorsekolahdbn.com",376],["themosvagas.com.br",376],["appd.at",376],["lazytranslations.com",377],["bimiacg.net",378],["appofmirror.com",379],["faloo.com",380],["cheatsquad.gg",381],["janvissersweer.nl",382],["spanishdict.com",383],["outlook.live.com",384],["naaree.com",385],["revouninstaller.com",386],["blogpascher.com",387],["buondua.com",388],["otomobilgunluklerim.com",389],["social-unlock.com",390],["nusantararom.org",391],["mail.tm",392],["northjersey.com",393],["independentmail.com",393],["usatoday.com",393],["curs-valutar-bnr.ro",394],["payskip.org",395],["acupoffrench.com",396],["novelza.com",396],["novelpia.com",397],["projektowanie-wnetrz-online.pl",398],["google.*",399],["oricon.co.jp",400],["cataz.net",401],["coub.com",402],["artstation.com",403],["streamservicehd.click",404],["eplayer.click",404],["olacast.live",404],["allcryptoz.net",405],["crewbase.net",405],["crewus.net",405],["shinbhu.net",405],["shinchu.net",405],["topcryptoz.net",405],["uniqueten.net",405],["ultraten.net",405],["getlatka.com",406],["lamusica.com",407],["airbnb.de",408],["safirsoft.com",409],["anime-drama.jp",410],["cyberkrafttraining.com",410],["thailandopen.org",411],["wormate.io",412],["surreyhillsgrocer.sg",413],["mgsm.pl",414],["pl",415],["substack.com",416],["entra.news",418],["microsoftsecurityinsights.com",418],["ntuplay.xyz",419],["adslink.pw",420],["tv2.no",421],["phimlongtieng.net",422],["zunda.site",423],["dialectsarchive.com",424],["hket.com",425],["genesistls.com",426],["shortform.com",427],["firmwarefile.com",428],["webnovel.com",429],["audiotools.in",430],["7misr4day.com",430],["raindropteamfan.com",430],["ilife97.com",431],["canalnatelinhaonline.blogspot.com",432],["embed.reddit.com",433],["jpost.com",434],["9now.com.au",435],["embibe.com",436],["vidmoly.*",437],["~macaro-ni.jp",438],["seriesperu.com",439],["zelka.org",440],["playertv.net",441],["themeslide.com",442],["daotranslate.*",443],["iptvromania.ro",445],["linkco.re",447],["tuta.com",448],["venturebeat.com",449],["edurev.in",450],["ncrtsolutions.in",451],["appimagehub.com",453],["gnome-look.org",453],["store.kde.org",453],["linux-apps.com",453],["opendesktop.org",453],["pling.com",453],["xfce-look.org",453],["expquebec.com",454],["elsalvadorsurfrealestate.com",455],["photopea.com",456],["marinetraffic.com",457],["romprovider.com",458],["financasdeouro.com",459],["brokensilenze.net",460],["web.telegram.org",461],["groundies.com",462],["pap.pl",463],["espressocafe.ro",463],["zabawkahurtownia.pl",463],["hiphopa.net",463],["all4pets.com.pl",463],["romaniadeazi.biz",463],["streambuddy.net",464],["tv.bdix.app",465],["teachoo.com",466],["classnotes.org.in",465],["topperlearning.com",465],["karsaz-law.com",465],["videocardz.com",465],["partsnl.nl",465],["rds.live",465],["nsfw247.biz",468],["with.is",469],["playingfire.com",470],["unic.com.vn",470],["zigya.com",470],["ipphone-warehouse.com",471],["shaalaa.com",473],["justspices.de",474],["studiestoday.com",475],["pendulumedu.com",476],["indeed.com",477],["techcrunch-com.translate.goog",478],["brooklyneagle.com",479],["techgyd.com",480],["crunchyroll.com",481],["mskmangaz.blogspot.com",482],["myntra.com",483],["abema.tv",484],["esscctv.com",485],["hansa-online.de",486],["volokit2.com",487],["karistudio.com",488],["foxteller.com",489],["blog.tangwudi.com",490],["nihongoaz.com",491],["torontosom.ca",492],["samurai.wordoco.com",493],["ingesantoso.wordpress.com",494],["flightradar24.com",495],["odysee.com",496]]);
|
|
30
|
+
const argsList = ["[]","[{\"selector\":\"#alertTab\",\"tasks\":[[\"has-text\",\"Enter your email address\"]]}]","[{\"selector\":\"#home-section3\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".MuiBox-root\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".Promotion_container__kYNro\",\"tasks\":[[\"has-text\",\"Sign up now!\"]]}]","[{\"selector\":\".above-footer-section\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocking software\\\")]/../../..\"]]},{\"selector\":\".advanced.embed-media\",\"tasks\":[[\"has-text\",\"Get a daily look\"]]}]","[{\"selector\":\".align-items-center.py-2\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".article-body > p\",\"tasks\":[[\"has-text\",\"sign up for our newsletters\"]]}]","[{\"selector\":\".article-body__promo-box__3bCm_\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-content-wrapper > p\",\"tasks\":[[\"has-text\",\"into your inbox\"]]},{\"selector\":\"strong > em\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-main__more\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article__block--footnoteBlock--align-right\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".article__body--botttom > div > p\",\"tasks\":[[\"has-text\",\"a free newsletter\"]]}]","[{\"selector\":\".bg-base-200\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".shadow-xl.m-2.p-4\",\"tasks\":[[\"has-text\",\"Sign up for email updates\"]]}]","[{\"selector\":\".bg-cover\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".bg-dark-brown\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-fok-gray-500\",\"tasks\":[[\"has-text\",\"Join our mailing list\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".bt-inp\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Fake news\"]]},{\"selector\":\".hidden\",\"tasks\":[[\"has-text\",\"Fake news\"]]}]","[{\"selector\":\".bg-gray-600\",\"tasks\":[[\"has-text\",\"Read the latest business news\"]]}]","[{\"selector\":\".bg-left.bg-cover\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-primary-dark\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".border-primary-dark\\\\/50\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".bg-purple-50\",\"tasks\":[[\"has-text\",\"Fan of great business\"]]},{\"selector\":\".md\\\\:px-2.py-10\",\"tasks\":[[\"has-text\",\"Subscribe to the newsletter\"]]}]","[{\"selector\":\".border-decryptGridline\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".border-gray-175\",\"tasks\":[[\"has-text\",\"BT in your inbox\"]]}]","[{\"selector\":\".border-gray-200\",\"tasks\":[[\"has-text\",\"Get the news\"]]},{\"selector\":\".border-secondary-900\",\"tasks\":[[\"has-text\",\"Get the news\"]]}]","[{\"selector\":\".bottom-0\",\"tasks\":[[\"has-text\",\"/Join now to read full articles|Save 25% on reporting you won’t find anywhere else/\"]]}]","[{\"selector\":\".callout\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".card-body\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".col1span3\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\".content-panel-container\",\"tasks\":[[\"has-text\",\"Get recipes\"]]}]","[{\"selector\":\".corner-accent\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".dark\\\\:bg-main-850\",\"tasks\":[[\"has-text\",\"Join our Newsletters\"]]},{\"selector\":\"div.mt-10\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".dcr-1mt0mpc\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\"[data-testid=\\\"contributions-liveblog-epic\\\"]\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".e-con.e-con-boxed\",\"tasks\":[[\"has-text\",\"Resist censorship\"]]},{\"selector\":\".e-con.e-con-full\",\"tasks\":[[\"has-text\",\"Get news, features\"]]},{\"selector\":\".elementor-section\",\"tasks\":[[\"has-text\",\"Subscribe for\"]]},{\"selector\":\".elementor-widget-container\",\"tasks\":[[\"has-text\",\"tired of censorship\"]]}]","[{\"selector\":\".elementor-button-link\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".elementor-element-38bd005\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".elementor-shortcode\",\"tasks\":[[\"has-text\",\"Signup Now\"]]}]","[{\"selector\":\".et_pb_row_1_tb_body\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]},{\"selector\":\".et_pb_section\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]}]","[{\"selector\":\".factbox\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".fusion_builder_column_inner_1_1\",\"tasks\":[[\"has-text\",\"BNC Newsletters\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Never miss a post\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Sign up for Express\"]]}]","[{\"selector\":\".has-border-color.wp-block-columns\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".has-border-color\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\".has-link-color.has-background\",\"tasks\":[[\"has-text\",\"free newsletter\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"Join our free newsletter\"]]}]","[{\"selector\":\".has-palette-color-6-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".has-secondary-background-color\",\"tasks\":[[\"has-text\",\"Subscribe\"]]},{\"selector\":\".wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".inset-0.fixed\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".is-position-sticky\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".lg\\\\:gap-3\",\"tasks\":[[\"has-text\",\"Weekly roundup\"]]}]","[{\"selector\":\".lg\\\\:grid-cols-\\\\[445px_1fr\\\\].gap-y-10 > div\",\"tasks\":[[\"has-text\",\"Sign up to Dexerto\"]]},{\"selector\":\".mb-16\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".lg\\\\:u-max-w-\\\\[345px\\\\]\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".u-space-y-6.u-items-center\",\"tasks\":[[\"has-text\",\"Staying current\"]]}]","[{\"selector\":\".m-detail--body > p\",\"tasks\":[[\"has-text\",\"Sign up for the\"]]}]","[{\"selector\":\".max-w-\\\\[48rem\\\\]\",\"tasks\":[[\"has-text\",\"Sign up for the Daily Brief\"]]},{\"selector\":\".p-4\",\"tasks\":[[\"has-text\",\"Sign up for the Daily Brief\"]]}]","[{\"selector\":\".md\\\\:p-10\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mom-hidden-auth\",\"tasks\":[[\"has-text\",\"Join Our\"]]}]","[{\"selector\":\".msl\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".mx-auto.container\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".nl-container\",\"tasks\":[[\"has-text\",\"inbox\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"Email us\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"your inbox\"]]}]","[{\"selector\":\".optin\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".p-4.bg-\\\\[\\\\#F5F5F5\\\\]\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter\"]]}]","[{\"selector\":\".p-5.bg-white.rounded-xl\",\"tasks\":[[\"has-text\",\"Weather in your inbox\"]]}]","[{\"selector\":\".p-6.border-gray-200\",\"tasks\":[[\"has-text\",\"Stay Informed\"]]}]","[{\"selector\":\".p1\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".px20.pb32\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".recommendationSection\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".right_pod\",\"tasks\":[[\"has-text\",\"E-mail Address\"]]}]","[{\"selector\":\".rounded-3xl\",\"tasks\":[[\"has-text\",\"in your inbox\"]]}]","[{\"selector\":\".row > .entry-content > p\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".sidebar-form\",\"tasks\":[[\"has-text\",\"Sign Up For Our Newsletter\"]]}]","[{\"selector\":\".sm\\\\:my-10.xs\\\\:my-6\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".su-items-left\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".t-bg-surface-zero.t-p-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".text-wt-background\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".variant-default.card\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".w-embed\",\"tasks\":[[\"has-text\",\"Sign up now\"]]}]","[{\"selector\":\".wd_dkblue-background\",\"tasks\":[[\"has-text\",\"Stay up to date\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"substack\"]]}]","[{\"selector\":\".wp-block-column > .is-layout-flow.wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-cover-is-layout-flow\",\"tasks\":[[\"has-text\",\"Get our newsletter\"]]}]","[{\"selector\":\".wp-block-genesis-blocks-gb-columns\",\"tasks\":[[\"has-text\",\"Subscribe by Email\"]]},{\"selector\":\".wp-block-genesis-blocks-gb-container\",\"tasks\":[[\"has-text\",\"Free Email Guide\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow.has-background.has-base-background-color\",\"tasks\":[[\"has-text\",\"Email Me This For Later\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Stay connected to the community.\"]]},{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter!\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\".z-sticky.bottom-0.sticky\",\"tasks\":[[\"has-text\",\"opportunity\"]]}]","[{\"selector\":\"[data-testid=\\\"scroll-modal-wrapper\\\"]\",\"tasks\":[[\"has-text\",\"sign up\"]]}]","[{\"selector\":\"#custom_html-12\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"div.is-style-border\",\"tasks\":[[\"has-text\",\"Daily News\"]]}]","[{\"selector\":\"div.mt-10\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"div.wp-block-cover\",\"tasks\":[[\"has-text\",\"Be the first to know\"]]}]","[{\"selector\":\".bottom-0.fixed\",\"tasks\":[[\"has-text\",\"weekly newsletters\"]]},{\"selector\":\".lg\\\\:p-\\\\[16px\\\\]\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"em > strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".p-6.justify-center\",\"tasks\":[[\"has-text\",\"Daily newsletter\"]]}]","[{\"selector\":\".order-lg-2\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]},{\"selector\":\".sidebar-sticky\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".comp > strong\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-1.gap-4\",\"tasks\":[[\"has-text\",\"Sign up for\"]]},{\"selector\":\".pb-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".td-block-title.block-title\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Subscribe and thrive\"]]},{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Your inbox is ready\"]]}]","[{\"selector\":\".has-senary-background-color\",\"tasks\":[[\"has-text\",\"Email\"]]},{\"selector\":\".has-tertiary-background-color\",\"tasks\":[[\"has-text\",\"Week\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".v-card.v-card--flat\",\"tasks\":[[\"has-text\",\"Sign up to receive\"]]}]","[{\"selector\":\".w-full\",\"tasks\":[[\"has-text\",\"Mailing\"]]}]","[{\"selector\":\"h3.section_name\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".d-lg-block.sp-module\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-6.border-b\",\"tasks\":[[\"has-text\",\"Signup\"]]}]","[{\"selector\":\"p > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".p-8.bg-dynamic-primary\",\"tasks\":[[\"has-text\",\"straight to your inbox\"]]}]","[{\"selector\":\".shadow-card.p-8\",\"tasks\":[[\"has-text\",\"Laravel Newsletter\"]]}]","[{\"selector\":\".pt-\\\\[60px\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".fxsEzN\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]}]","[{\"selector\":\"section.sidebar-section\",\"tasks\":[[\"has-text\",\"email\"]]}]","[{\"selector\":\".has-background.has-dark-gray-background-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".sidebar-item-container\",\"tasks\":[[\"has-text\",\"Email me\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"/newsletter|inbox/\"]]}]","[{\"selector\":\".promo-card-primary\",\"tasks\":[[\"has-text\",\"Check your inbox\"]]}]","[{\"selector\":\".pull-right.inline-gallery-container\",\"tasks\":[[\"has-text\",\"Post this\"]]}]","[{\"selector\":\".mobile-only-on-col-ab\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Want to stay informed\"]]}]","[{\"selector\":\".border-brand-pink\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".LostInventoryMessage_root__YllYq\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\"p.ArticleParagraph_root__4mszW > small\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\"p.slate-paragraph > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".md\\\\:decorative-horizontal-lines\",\"tasks\":[[\"has-text\",\"subscribe\"]]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".hide.post__sidebar\",\"tasks\":[[\"has-text\",\"Share this article\"]]}]","[{\"selector\":\"[style=\\\"text-align:center\\\"]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".text_multiline\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-pullquote\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover\"]]}]","[{\"selector\":\"strong > .link--button\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-quote\",\"tasks\":[[\"has-text\",\"inbox daily\"]]}]","[{\"selector\":\"p.t-links-underlinedy\",\"tasks\":[[\"has-text\",\"Sign up for The Brief\"]]}]","[{\"selector\":\".bg-soft-teal\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".rounded-3.px-5\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".rounded-md.md\\\\:p-8.p-5.shadow-light\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".duet--article--highlight\",\"tasks\":[[\"has-text\",\"Sign up here\"]]}]","[{\"selector\":\".textwidget > .textwidget\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mt-\\\\[2rem\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"div[class^=\\\"-_\\\"] > form\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\".section > .wrapper\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#wrapper\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\".index-wrap\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".newsletter-signup\",\"action\":[\"style\",\"max-height:0px;visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".__show__pMA1C.__wrap__jEIal\",\"tasks\":[[\"has-text\",\"to your inbox\"]]}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".bg-light\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".border.rounded.p-2\",\"tasks\":[[\"has-text\",\"news letter\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#body *:not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#bottomAd\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".moola-search-view\",\"tasks\":[[\"has-text\",\"hide these ads\"]]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#desktopWrapper\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true},{\"selector\":\".gridCentered\",\"action\":[\"style\",\"margin-top: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".navigationWrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".notificationsContainer\",\"tasks\":[[\"has-text\",\"whitelisten of beleef Tweakers\"]]}]","[{\"selector\":\"#modal_login\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".fbUserStory\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]},{\"selector\":\".userContentWrapper\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]}]","[{\"selector\":\"p\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdB\\\")]\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".nosel\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[id]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#pftop\",\"action\":[\"style\",\"height: auto !important;padding-bottom:5px !important\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".definicao_verbete_homologado_interna\",\"action\":[\"style\",\"height:100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\".storytextp\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".hiddenRanking\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c134]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c135]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/meet\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/result\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[ngbtooltip]\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/addLinkToCopy/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Adblock\\\")]/..\"]]}]","[{\"selector\":\".js-dismissable-hero\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".SetPageTerm\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".post-section\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; pointer-events: all !important\"],\"cssable\":true}]","[{\"selector\":\".qu-overflow--hidden[style*=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter:none !important;overflow:auto !important\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll #root\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll\",\"action\":[\"style\",\"position: unset !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#lightbox-wrap img\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"ImageElement-blockPointerEvents-\\\"]\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"Module-blockGridPointerEvents-\\\"] .grid__item-image\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important;-webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".Post-body--truncated\",\"action\":[\"style\",\"max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"oncontextmenu\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"We think our Android\"]]}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\".fb_lightbox-lock\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-drag: element!important; -webkit-user-select: text!important; -moz-user-select: text!important; -ms-user-select: text!important; user-select: text!important;\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none!important;-webkit-filter: none!important;\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div:nth-of-type(1) > div\",\"tasks\":[[\"has-text\",\"adblocker\"]]}]","[{\"selector\":\".obscured\",\"action\":[\"style\",\"color: black !important;text-shadow: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".dark-theme-dialog__dialogBody___106Di\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\".result-snippet\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"copyprotect\"]]}]","[{\"selector\":\".modal-content\",\"tasks\":[[\"has\",{\"selector\":\".text > b\",\"tasks\":[[\"has-text\",\"Privacy Policy\"]]}]]}]","[{\"selector\":\"body > div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body:has(#blocking-modal)\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: auto !important; overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"body:not(.with-listing-chooser)\",\"action\":[\"style\",\"overflow: visible !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".lyricBody\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"div.storyView\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p, ul, ol\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, div, p, span, a, h1, h2, h3, h4, h5, h6\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color: #338FFF !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".CoverPop-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".no-js\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\".blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"::selection\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor:auto!important\"],\"cssable\":true}]","[{\"selector\":\"html.open-modal .overlay\",\"action\":[\"style\",\"display: none !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body::after\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"Using an ad blocker?\"],[\"upward\",3]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Adblock\\\")]\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p > b\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdBlock\\\")]\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: auto !important; -webkit-user-select: auto !important; -moz-user-select: auto !important; -webkit-user-drag: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: text !important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea), img\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".content-body-wrapper\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".sui-u-no-scroll\",\"action\":[\"style\",\"overflow:auto !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adbanner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-ms-user-select:auto !important; -moz-user-select:auto !important; -webkit-user-select:auto !important; -webkit-touch-callout:default !important; user-select:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:auto !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html.documentLocked body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked header\",\"action\":[\"style\",\"padding-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"article.post\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style] > div > .userBanner--red\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/about#support\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: visible !important;position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: initial !important\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"position: unset !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, code\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout:text !important;-webkit-user-select:text !important;-khtml-user-select:text !important;-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div:only-child > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",4]]},{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div[id][class] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"div[id][class][style^=\\\"position:\\\"] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\".ct_warn\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".has-profile.post:first-child\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: auto !important;-ms-user-select: auto !important;-webkit-user-select: auto !important;-webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/-moz-user-select:none|@media print/\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select:auto !important;-webkit-user-select:auto !important;-ms-user-select:auto !important;-moz-user-select:auto !important;-webkit-user-drag:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"innerText\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\"body > div[id]\",\"action\":[\"style\",\"visibility: hidden !important\"],\"tasks\":[[\"matches-css\",{\"name\":\"position\",\"value\":\"^fixed$\"}]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".select-none\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.carbonLoaded\"]]}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-select: auto!important; -moz-user-select: auto!important; -ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select:\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"unselectable\"]]}]","[{\"selector\":\"a:hover\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: auto!important;-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;-ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"-moz-none\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"width:17px !important\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background:#5e5e5e !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/user-select|::selection/\"]]}]","[{\"selector\":\".ReactModal__Overlay--after-open\",\"tasks\":[[\"has-text\",\"/Premium|Try 7 days/\"]]},{\"selector\":\".ReactModal__Overlay--after-open:has(iframe[srcdoc], img)\",\"tasks\":[[\"has-text\",\"signing up\"]]},{\"selector\":\"main > div[class*=\\\"-\\\"] > div[class^=\\\"_\\\"] > div[class^=\\\"_\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class^=\\\"_\\\"]\",\"tasks\":[[\"has-text\",\"Do your part to support us\"]]}]]}]","[{\"selector\":\"#MainModule + div[class] > div[style^=\\\"width\\\"] > div > i[data-icon-name=\\\"OutlookLogo\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/media print|user-select:/\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html.om-position-popup body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.tingle-enabled\",\"action\":[\"style\",\"position: static!important;overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\".ad_block_detected\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"form#link a.submit\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocker\\\")]\"]]}]","[{\"selector\":\"html.gnt__mo\",\"action\":[\"style\",\"overflow-y:scroll !important;pointer-events: unset !important;user-select: unset !important;margin-right: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;left:-9999px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"body[style^=\\\"cursor:pointer\\\"]\",\"action\":[\"style\",\"cursor: auto!important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color:Highlight!important;color:HighlightText!important\"],\"cssable\":true}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background: Highlight !important; color: HighlightText !important\"],\"cssable\":true}]","[{\"selector\":\".line\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout:default!important; -webkit-user-select:text!important; -moz-user-select:text!important; -ms-user-select:text!important; user-select:text!important;\"],\"cssable\":true}]","[{\"selector\":\"[data-lyricid]\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".all-lyrics\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.disable-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onkeydown\"]]}]","[{\"selector\":\"[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section\",\"tasks\":[[\"has-text\",\"Winter-Update\"],[\"upward\",1]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"user-select: none;\"]]}]","[{\"selector\":\"form[id=\\\"tfnewsearch\\\"] > input[id=\\\"val\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"remove-attr\",\"onsubmit\"]},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"html, .unselectable\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"#game-wrap\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"remove-class\",\"modal-open\"],\"tasks\":[[\"watch-attr\",[\"class\"]]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"checkAdblockBait\"]]}]","[{\"selector\":\".atomsPartialLinkLink\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html.show-intro-popup\",\"action\":[\"remove-class\",\"show-intro-popup\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"_0x\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"DisableDevtool\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"height: 14px !important; width: 14px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-button\",\"action\":[\"style\",\"border-color: #A6A6A6 !important; border-style: solid !important; height:16px !important; width: 16px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background: #A6A6A6 !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"scrollbar-color: revert !important; scrollbar-width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/oncontextmenu|devtools|stateObject|debugger/\"]]}]","[{\"selector\":\"#ad_box\",\"action\":[\"style\",\"height: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html.no-scroll\",\"action\":[\"remove-class\",\"no-scroll\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncopy=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncopy\"]}]","[{\"selector\":\"#fwrapper, body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".no-select\",\"action\":[\"remove-class\",\"no-select\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"user-select: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onmousedown\"]]}]","[{\"selector\":\"a:has(shreddit-player)\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"shreddit-player\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"stopRefreshSite\"]]}]","[{\"selector\":\"[id=\\\"toggle_notification_notification-ad-blocker\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"nocontextmenu\"]]}]","[{\"selector\":\".ReactModalPortal\",\"tasks\":[[\"has-text\",\"mobile\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"devtoolsDetector\"]]}]","[{\"selector\":\".l-main\",\"action\":[\"style\",\"padding-top: 13.4vw !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"contextmenu\"]]}]","[{\"selector\":\"#description\",\"action\":[\"style\",\"user-select: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/contextmenu|devtool/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"preventDefault\"]]}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"section.lyric_lyric\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-drag: auto !important; -khtml-user-drag: auto !important; -webkit-touch-callout: auto !important; -moz-touch-callout: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div > section.default\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"div.body-container\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"script[id=\\\"jquery-core-js-after\\\"]\",\"tasks\":[[\"has-text\",\"e.preventDefault();\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"button[type=\\\"submit\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".swal2-shown\",\"action\":[\"remove-class\",\"swal2-shown\"]}]","[{\"selector\":\".aui-modal-open, .modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\".confirm\",\"tasks\":[[\"has-text\",\"AdBlocker\"]]}]","[{\"selector\":\".under-map-wrapper\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncontextmenu=\\\"return false;\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor:unset!important;user-select:unset!important\"],\"cssable\":true}]","[{\"selector\":\"div.Message.is-protected\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\".elementor-top-column h6\",\"tasks\":[[\"has-text\",\"advertisement\"],[\"upward\",\".elementor-top-column\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: unset !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#maincontent\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/onselectstart|oncopy|oncontextmenu/\"]}]","[{\"selector\":\"*\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[style*=\\\"overflow\\\"] > div[class]:has(> #passport-modal-overlay)\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]:has(> div[class] > #passport-modal-overlay)\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important; padding-right: 0px !important; inset: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"contextmenu\"]}]","[{\"selector\":\".loading-text\",\"action\":[\"remove-class\",\"loading-text\"]}]","[{\"selector\":\"body *:not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\".erc-existing-profile-onboarding-modal > div[class^=\\\"modal-portal__overlay\\\"]\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"scroll-block--is-blocked\\\"]\",\"action\":[\"remove-class\",\"/scroll-block--is-blocked/\"]}]","[{\"selector\":\".novel-box :not(a)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".superpowerlol::before\",\"action\":[\"style\",\"content: unset !important;\"],\"cssable\":true},{\"selector\":\"div[oncopy]\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return!1\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\".body--prevent-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".forbidden_select\",\"action\":[\"remove-class\",\"forbidden_select\"]},{\"selector\":\".pg_main2, .panel_main, .panel_border2\",\"action\":[\"style\",\"background: unset !important; user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".track_back\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".td-post-content, .td-post-title\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"div.confuse\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".m-content#chapter .chapter-content p\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color: #338FFF !important; color: white !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"has-marketing-bar\"]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important\"],\"cssable\":true}]"];
|
|
31
|
+
const argsSeqs = [0,1,2,3,-4,147,5,6,7,8,9,10,11,12,13,14,15,16,17,-18,144,19,20,21,22,-23,146,24,25,26,27,28,29,30,31,32,33,-34,153,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,-56,146,57,58,59,60,61,62,63,64,65,66,67,68,69,-70,162,71,72,73,74,75,76,77,78,79,80,81,82,83,84,-85,148,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,-144,148,145,146,-146,270,147,148,-148,253,-148,268,-148,206,-148,165,149,150,-150,208,151,152,153,154,155,-155,206,-155,163,156,157,158,159,160,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,-181,216,-181,235,-181,245,-181,249,-181,290,-181,319,-181,-328,333,-181,345,-181,210,-181,369,182,183,184,185,186,-186,245,187,188,189,190,191,192,193,194,-194,245,-194,373,195,196,197,-198,199,199,200,201,202,203,204,205,206,207,209,210,-210,335,211,212,213,214,215,216,-216,258,-216,385,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,-237,368,238,-239,240,-240,325,241,242,243,244,-245,257,-245,258,245,-245,336,-245,335,-245,-335,337,-245,337,-245,-297,337,-245,385,246,247,248,250,251,252,254,255,256,258,259,260,261,262,263,264,265,266,267,268,269,271,272,273,274,275,276,277,-278,279,278,280,281,282,283,284,285,286,287,288,289,291,292,293,294,295,296,-296,361,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,320,321,322,323,324,326,327,328,329,330,331,332,334,335,337,338,339,340,341,-342,343,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,362,363,364,365,366,367,368,-369,387,-369,385,370,371,372,374,-374,393,375,376,377,378,379,380,381,382,383,384,385,386,387,-387,395,388,389,390,-390,398,391,392,394,396,397,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417];
|
|
32
|
+
const hostnamesMap = new Map([["suppose.tv",1],["dailygalaxy.com",2],["coder.com",3],["sfstandard.com",4],["wideopencountry.com",6],["foxnews.com",7],["marketbeat.com",8],["dailystar.co.uk",9],["reuters.com",10],["dailydot.com",11],["phys.org",12],["e360.yale.edu",13],["nzherald.co.nz",14],["byteofdev.com",15],["thetransmitter.org",16],["forksoverknives.com",17],["bigthink.com",18],["babylonbee.com",19],["us500.com",21],["balls.ie",22],["crunchydata.com",23],["commoncog.com",24],["decrypt.co",25],["businesstimes.com.sg",27],["amgreatness.com",28],["theinformation.com",29],["calgaryherald.com",30],["edmontonjournal.com",30],["montrealgazette.com",30],["ottawacitizen.com",30],["thestarphoenix.com",30],["aspentimes.com",31],["craigdailypress.com",31],["postindependent.com",31],["skyhinews.com",31],["steamboatpilot.com",31],["vaildaily.com",31],["chron.com",32],["sfgate.com",32],["hellmanns.com",33],["cpapracticeadvisor.com",34],["gizmodo.com",35],["theguardian.com",36],["reclaimthenet.org",37],["ffrfaction.org",39],["buenosairesherald.com",40],["bitcoinsensus.com",41],["advancedsciencenews.com",42],["themirror.com",43],["bravenewcoin.com",44],["wyseguide.com",45],["paloaltoonline.com",46],["linuxiac.com",47],["potatonewstoday.com",48],["qcitymetro.com",49],["thecooldown.com",50],["thebrakereport.com",51],["thebarbedwire.com",52],["esports.gg",53],["publichealthpolicyjournal.com",54],["inc.com",55],["dexerto.com",56],["autonews.com",57],["mensjournal.com",58],["qz.com",59],["mashable.com",60],["manofmany.com",62],["inverse.com",63],["businessinsider.in",64],["stuff.co.nz",65],["bakerbynature.com",66],["cockroachlabs.com",67],["weather.com",68],["demstate.com",69],["rd.com",70],["ctpost.com",71],["aarp.org",72],["streetinsider.com",73],["wisegeek.com",74],["cjr.org",75],["brooklynvegan.com",77],["axios.com",78],["news.stanford.edu",79],["interestingengineering.com",80],["heatpumped.org",81],["finance.yahoo.com",82],["ensemblemagazine.co.nz",83],["newsroom.paypal-corp.com",84],["thenewlede.org",85],["wareable.com",86],["systemsapproach.org",87],["creepycatalog.com",88],["iheartrecipes.com",89],["lemonblossoms.com",90],["historiccity.com",91],["stitchsnitches.com",93],["eltecolote.org",94],["labrujulaverde.com",95],["seekingalpha.com",96],["lowes.com",97],["politicalwire.com",98],["haitiantimes.com",99],["kotaku.com",100],["cheknews.ca",101],["dlnews.com",102],["faithwire.com",103],["entrepreneur.com",104],["erlang-solutions.com",105],["ew.com",106],["fastcompany.com",107],["finsmes.com",108],["sherwood.news",109],["foxandbriar.com",110],["freethink.com",111],["gript.ie",112],["guitar.com",113],["heraldextra.com",114],["hot-dinners.com",115],["jointhefollowup.com",116],["jweekly.com",117],["kerrang.com",118],["laravel-news.com",119],["levernews.com",120],["londonpass.com",121],["marginalrevolution.com",122],["montanafreepress.org",123],["neo4j.com",124],["newsroom.co.nz",125],["newsroom.ucla.edu",126],["newswire.ca",127],["notateslaapp.com",128],["notthebee.com",129],["officialcharts.com",130],["theatlantic.com",131],["slate.com",132],["pcmag.com",133],["people.com",134],["quantamagazine.org",135],["salon.com",136],["sciencenorway.no",137],["sfpublicpress.org",138],["skepticalraptor.com",139],["countryandtownhouse.com",140],["taskandpurpose.com",141],["texastribune.org",142],["theskimm.com",143],["thestreamable.com",144],["urbandictionary.com",145],["vox.com",146],["washington.edu",147],["worldsensorium.com",148],["yourstory.com",149],["androidauthority.com",150],["cultofmac.com",151],["audioholics.com",152],["theconversation.com",152],["cityandstateny.com",152],["bibleportal.com",152],["uinterview.com",152],["moneycontrol.com",152],["fermatslibrary.com",152],["worlddogfinder.com",152],["insauga.com",152],["moroccoworldnews.com",152],["thecradle.co",152],["vegnews.com",152],["bandt.com.au",152],["pbsamerica.co.uk",152],["wateronline.com",152],["boredpanda.com",152],["artnet.com",152],["bongino.com",152],["lensculture.com",152],["patch.com",152],["projectcbd.org",152],["media4growth.com",152],["nycgo.com",152],["thepostmillennial.com",152],["zorbabooks.com",152],["bellhelmets.com",152],["humanevents.com",152],["curiocity.com",152],["ba-bamail.com",152],["informatykzakladowy.pl",152],["prowritingaid.com",152],["nieuwsblad.be",152],["theblock.co",152],["braziljournal.com",152],["omr.com",152],["auepaisagismo.com",152],["auepaisajismo.com",152],["dispatch.com",152],["softwaretestinghelp.com",152],["vedbex.com",152],["greatist.com",152],["theepochtimes.com",153],["playpilot.com",152],["law.com",152],["magiclen.org",152],["personality-database.com",152],["talouselama.fi",152],["uusisuomi.fi",152],["tekniikkatalous.fi",152],["tivi.fi",152],["kauppalehti.fi",152],["otisoatmilk.co.nz",155],["socialitelife.com",155],["chillamo.com",155],["zerobreeze.com",155],["datacenterwires.com",155],["eletric-vehicles.com",155],["ubitennis.com",155],["dailynewsegypt.com",155],["hdwalle.com",155],["megacatstudios.com",155],["scholarlykitchen.sspnet.org",155],["daphneoz.com",155],["christianstandard.com",155],["childrenshealthdefense.org",155],["alexandracooks.com",155],["australiangolfdigest.com.au",155],["matomo.org",155],["coloradotimesrecorder.com",155],["artificialintelligence-news.com",155],["thurrott.com",155],["hypebot.com",155],["fatgirlskinny.net",155],["moneymagpie.com",155],["verdadeiroolhar.pt",155],["thecanary.co",155],["fandomwire.com",155],["thefreethoughtproject.com",155],["prepinsta.com",155],["nationalgeographic.com",156],["globoshoes.com",156],["kftv.com",156],["health.harvard.edu",156],["jessicabryson.com",156],["dailyvoice.com",156],["bankbazaar.com",156],["sainsburysmagazine.co.uk",156],["clubhouseforchefs.ca",156],["explorersweb.com",156],["yesmagazine.org",156],["thebfd.co.nz",156],["6sqft.com",156],["sunrisegeek.com",156],["investors.com",156],["scetv.org",156],["berkeleyearth.org",156],["businesstraveller.com",156],["upworthy.com",156],["sportskeeda.com",156],["goodhousekeeping.com",156],["delish.com",156],["esquire.com",156],["lazycatkitchen.com",156],["apotekfordeg.no",156],["relieved.co",156],["sweetandsavory.co",156],["animalchannel.co",156],["seeitlive.co",156],["parentingisnteasy.co",156],["spotlightstories.co",156],["homehacks.co",156],["lilysilk.com",156],["dgmlive.com",156],["atlasobscura.com",157],["monarchmoney.com",156],["trutone.ca",156],["frontrunners.ca",156],["fruugo.co.uk",156],["lull.com",156],["otterbox.com",156],["pulseuniform.com",156],["saksfifthavenue.com",156],["shop.pbs.org",156],["szucstermekek.com",156],["zumub.com",156],["shop.libbey.com",156],["italianluxurygroup.com.au",156],["tiedex.co.uk",156],["tweeters.ca",156],["foliosociety.com",156],["drinkspy.co.nz",156],["littleburgundyshoes.com",156],["journeys.ca",156],["tradedepot.co.nz",156],["harborfreight.com",156],["generalpants.com",156],["pbteen.com",156],["flovitamins.com",156],["vitaminworld.com",156],["www.razer.com",156],["publiclands.com",156],["leevalley.com",156],["massivetoyblowout.ca",156],["levi.com",156],["build.com",156],["williams-sonoma.com",156],["tsc.ca",156],["wafuu.com",156],["overstock.com",156],["deskhero.ca",156],["calvinklein.at",156],["calvinklein.be",156],["calvinklein.bg",156],["calvinklein.ch",156],["calvinklein.co.uk",156],["calvinklein.com",156],["calvinklein.cz",156],["calvinklein.de",156],["calvinklein.dk",156],["calvinklein.ee",156],["calvinklein.es",156],["calvinklein.fi",156],["calvinklein.fr",156],["calvinklein.hr",156],["calvinklein.hu",156],["calvinklein.ie",156],["calvinklein.it",156],["calvinklein.lt",156],["calvinklein.lu",156],["calvinklein.lv",156],["calvinklein.nl",156],["calvinklein.pl",156],["calvinklein.pt",156],["calvinklein.ru",156],["calvinklein.se",156],["calvinklein.si",156],["calvinklein.sk",156],["headphonebar.com",156],["jolinne.com",156],["authenticoilco.com",156],["geizdental.de",156],["stylewe.com",156],["dell.com",156],["temu.com",156],["cars.com",156],["thebulletin.org",159],["npr.org",159],["vice.com",159],["forward.com",159],["nationalobserver.com",159],["washingtontimes.com",159],["monroenews.com",159],["poconorecord.com",159],["matadornetwork.com",159],["shoppingsouthparkmall.com",159],["newbalance.co.id",159],["geopoliticalmonitor.com",159],["glassblocktint.com",159],["forsvaretsforum.no",159],["broadbandbreakfast.com",160],["404media.co",160],["gwr.com",160],["hollywoodunlocked.com",160],["americastestkitchen.com",160],["stcatharinesstandard.ca",160],["thepeterboroughexaminer.com",160],["niagarafallsreview.ca",160],["therecord.com",160],["thespec.com",160],["wellandtribune.ca",160],["breakingenergy.com",160],["jewishinsider.com",160],["natlawreview.com",160],["spotlightpa.org",160],["securityweek.com",160],["ohsweetbasil.com",160],["idsnews.com",160],["milwaukeetool.com",160],["swissinfo.ch",160],["ello.co",160],["cube-magazin.de",160],["vallejosun.com",160],["travelcaffeine.com",160],["freshbooks.com",160],["contiki.com",160],["foreignaffairs.com",161],["brighteon.com",163],["elimento.com",160],["bitcoinke.io",160],["carsalesbase.com",160],["envol-vert.org",160],["latina.com",160],["petri.com",160],["syfy.com",160],["pagamentidigitali.it",160],["scottishlegal.com",160],["dailytarheel.com",160],["bucketlistly.blog",160],["crazystupidtech.com",160],["skepchick.org",160],["liamodell.com",160],["snackstack.net",160],["tapinto.net",160],["vernyx.com",160],["simmiwoman.co.uk",160],["statnews.com",160],["history.com",160],["knowablemagazine.org",165],["hiddenvalley.com",160],["staradvertiser.com",160],["numero.com",160],["cryptobriefing.com",160],["www.microsoft.com",160],["readtangle.com",160],["fxstreet.com",160],["mediadump.com",160],["impulkits.com",160],["bygonely.com",160],["musclecarsandtrucks.com",160],["thepetslife.online",160],["scientificamerican.com",160],["justthenews.com",160],["njbiz.com",160],["apnews.com",160],["inquirer.com",160],["heraldnet.com",160],["thehill.com",160],["newsnationnow",160],["parent.com",160],["digital4.biz",160],["jns.org",160],["brandingmag.com",160],["staygenerator.com",160],["nimsdai.com",160],["outsports.com",160],["hcn.org",160],["everyday-reading.com",160],["macleans.ca",167],["carboncredits.com",160],["spring.org.uk",160],["abeka.com",160],["psychcentral.com",160],["heraldlive.co.za",160],["dispatchlive.co.za",160],["recyclingproductnews.com",160],["statista.com",160],["soundproofcow.com",160],["palestinechronicle.com",160],["sweetteacaviar.com",160],["dollartree.com",160],["linenbee.com",160],["vargooutdoors.com",160],["mountainwarehouse.com",160],["dsw.com",160],["bedbathandbeyond.com",160],["networldsports.ca",160],["summitracing.com",160],["racketsandrunners.ca",160],["modesens.com",160],["allbirds.co.nz",160],["allbirds.com",160],["allbirds.com.au",160],["atelierskn.com",160],["aihome.com.my",160],["ipowerqueen.com",160],["rktbns.de",160],["torpedo7.co.nz",160],["logitech.com",160],["ballantynes.co.nz",160],["pushmycart.com",160],["shutterfly.com",160],["humankinetics.com",160],["house.suntory.com",160],["eileenscookieshighlandsranch.com",160],["foodsalive.com",160],["nfm.com",160],["partsinmotion.co.uk",160],["ardene.com",160],["biglots.com",160],["toysrus.ca",160],["ringkestore.com",160],["thefp.com",169],["fine-day.com",170],["expatexplore.com",170],["vadimkravcenko.com",170],["investopedia.com",170],["simplyrecipes.com",170],["shape.com",170],["verywellhealth.com",170],["southernliving.com",170],["thespruceeats.com",170],["seriouseats.com",170],["allrecipes.com",170],["tripsavvy.com",170],["travelandleisure.com",170],["verywellmind.com",170],["foodandwine.com",170],["oneesports.gg",170],["frontofficesports.com",170],["forbestravelguide.com",170],["thebaffler.com",171],["verybestbaking.com",170],["tsunagujapan.com",170],["gcn.com",170],["washingtontechnology.com",170],["fcw.com",170],["lonelyplanet.com",170],["posylka.de",170],["forbes.com",173],["newrepublic.com",174],["ftm.eu",174],["webpronews.com",174],["launer.com",174],["bemoneyaware.com",174],["publish0x.com",175],["pcipolicyportal.com",175],["thetruthaboutcars.com",175],["thethaiger.com",176],["mountaintopwebdesign.com",176],["kbdfans.com",176],["studyflix.de",176],["time.is",176],["kitchentime.com",177],["kitchentime.de",177],["kitchentime.dk",177],["kitchentime.fi",177],["kitchentime.no",177],["kitchentime.se",177],["revolvermag.com",178],["worldcrunch.com",180],["treblezine.com",177],["pv-magazine.*",177],["pv-magazine-australia.com",177],["pv-magazine-brasil.com",177],["pv-magazine-latam.com",177],["pv-magazine-mexico.com",177],["pv-magazine-usa.com",177],["revolve.com",177],["fwrd.com",177],["vat19.com",177],["magnumboots.com",177],["wilcooffroad.com",177],["detroitmodular.com",177],["metrocheese.com",177],["bwpsales.com",177],["fitnessav.com",177],["gronkfitnessproducts.com",177],["hockeylion.ca",177],["justcloseoutscanada.ca",177],["lakshmistores.com",177],["glasses.com",177],["olaproducts.co.nz",177],["pitviper.com",177],["capx.co",182],["prompthero.com",183],["mbt-store.com",184],["nobroker.in",185],["greencarreports.com",186],["rakentaja.fi",187],["tietoevry.com",187],["beckershospitalreview.com",187],["windupwatchshop.com",187],["abcya.com",187],["ionos.de",187],["trip.com",187],["lapresse.ca",187],["milenio.com",188],["cnn.com",188],["addapinch.com",188],["thedisconnect.co",189],["arcade1up.com",190],["mofi.com",191],["jumia.ci",191],["jumia.co.ke",191],["jumia.com.eg",191],["jumia.com.gh",191],["jumia.com.ng",191],["jumia.com.tn",191],["jumia.dz",191],["jumia.ma",191],["jumia.sn",191],["jumia.ug",191],["logicool.co.jp",192],["aulart.com",193],["zenith-watches.com",194],["market.samm.com",195],["recordcollectormag.com",196],["rprealtyplus.com",197],["gay69.stream",198],["programegratuitepc.com",198],["sabishiidesu.com",198],["businessemailetiquette.com",198],["newsbook.pl",198],["techtrickseo.com",198],["qualityfilehosting.com",198],["republicadecuritiba.net",198],["audioreview.m1001.coreserver.jp",198],["evz.ro",199],["e-panigiria.gr",200],["socialblade.com",201],["flickr.com",202],["cyanlabs.net",203],["pinterest.*",204],["experts-exchange.com",205],["ne10.uol.com.br",206],["gaypornmasters.com",206],["gaypornwave.com",206],["insurance-corporate.blogspot.com",206],["polskacanada.com",206],["satcesc.com",206],["psychologiazycia.com",206],["mio.to",206],["software-on.com",207],["tabonitobrasil.*",206],["mainframestechhelp.com",206],["dddance.party",206],["bisablog.com",206],["adnan-tech.com",206],["ideaberita.com",206],["langitmovie.com",206],["oceanof-games.com",206],["download.ipeenk.com",206],["doranobi-fansub.id",206],["suedkurier.de",206],["utamap.com",206],["librospreuniversitariospdf.blogspot.com",209],["hienzo.com",206],["riie.jp",206],["flash-firmware.blogspot.com",206],["ntvspor.net",206],["selfstudyhistory.com",211],["music.apple.com",213],["depedlps.*",206],["mangatoon.*",206],["thegearhunt.com",206],["jootc.com",206],["ufret.jp",206],["thenekodark.com",206],["poli-vsp.ru",206],["polyvsp.ru",206],["edailybuzz.com",207],["marfilius.blogspot.com",206],["deseneledublate.com",206],["digital.lasegunda.com",206],["autophorie.de",206],["zeeebatch.blogspot.com",206],["techdracula.com",206],["seotechman.com",207],["igniel.com",206],["clubulbebelusilor.ro",206],["123movies.*",206],["gomovies.*",206],["blog.naver.com",206],["exclusifvoyages.com",206],["everydaynewinfo.com",206],["funivie.org",206],["tiktok.com",206],["world4.eu",207],["ggulpass.com",206],["irisbuddies.*",206],["loveplay123.com",206],["minecraftquiz.com",206],["magelang1337.com",206],["nandedbazaar.com",206],["objectivequiz.com",206],["musicindustryhowto.com",206],["sachonthi.com",206],["significatocanzoni.it",206],["zdravenportal.eu",206],["tahmial.blogspot.com",206],["th-world.com",215],["thezealots.org",206],["wouterplanet.com",206],["erexams.com",206],["vedantu.com",206],["fmovies.*",211],["arlinadzgn.com",206],["cambiarevita.eu",206],["otakudesu.*",206],["tritinia.com",206],["gsmfirmware.net",206],["lataifas.ro",206],["sysnettechsolutions.com",206],["bloggerspice.com",206],["youmath.it",206],["flipmsg.com",206],["starbene.it",206],["gamezop.com",206],["readm.org",206],["androidtvbox.eu",206],["myhtebooks.com",206],["gooyaabitemplates.com",206],["sogou.com",206],["themes-dl.com",206],["pixnet.net",206],["yamibo.com",206],["wjx.cn",206],["wjx.top",206],["qidian.com",206],["book.zongheng.com",206],["ciweimao.com",206],["wpchen.net",206],["peekme.cc",206],["hongxiu.com",206],["readnovel.com",206],["uslsoftware.com",206],["qiangwaikan.com",206],["invado.pl",206],["news24.jp",206],["blog.csdn.net",206],["whowantstuffs.blogspot.com",206],["unikampus.net",206],["elahmad.com",206],["adpres.ro",206],["uemeds.cn",206],["hollywoodmask.com",206],["cafago.com",206],["picallow.com",206],["magesypro.*",206],["psihologiadeazi.ro",206],["cintateknologi.com",206],["yhocdata.com",206],["cristelageorgescu.ro",206],["bike-parts-sym.com",206],["www-daftarharga.blogspot.com",206],["ukrainashop.com",206],["flinsetyadi.com",206],["koszalincity.pl",206],["aileen-novel.online",206],["bumigemilang.com",217],["bingotingo.com",211],["cafe.naver.com",206],["sekaikomik.live",206],["repack-games.com",206],["celtadigital.com",206],["convenienza.com",206],["panda-novel.com",206],["labs.j-novel.club",217],["turbo1.co",206],["outidesigoto.com",206],["novelpub.com",206],["webnovelpub.com",206],["read.amazon.com",206],["nana-music.com",206],["nullphpscript.com",206],["epitesti.ro",206],["delicateseliterare.ro",206],["bianity.net",206],["csid.ro",206],["bagaglioamano.io",206],["stiridinromania.ro",206],["kooora4lives.net",219],["kooora4livs.com",219],["walkthrough-indo.blogspot.com",206],["jpopsingles.eu",222],["scarysymptoms.com",224],["g37.com.br",206],["rodude.com",206],["terramirabilis.ro",226],["boop.pl",206],["audiologyresearch.org",206],["klartext-ne.de",226],["sqlserveregitimleri.com",206],["habuteru.com",206],["cespun.eu",206],["geeksoncoffee.com",206],["tweakers.net",228],["deezer.com",229],["facebook.com",230],["facebookcorewwwi.onion",230],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",230],["livetennis.it",231],["hindi-gk.com",231],["tinyppt.com",232],["husseinezzat.com",232],["gagetmatome.com",232],["canondrivers.org",232],["pehawe.me",232],["kimkazandi.com",232],["sdewery.me",232],["readawrite.com",232],["poipiku.com",232],["lofter.com",232],["revistasufletului.net",232],["two9success.com",232],["verselemzes.hu",232],["dollarvr.com",232],["newsme.gr",232],["savoriurbane.com",232],["descopera.ro",232],["velicu.eu",233],["panorama.it",232],["arenavalceana.ro",232],["wotlabs.net",235],["droidtekno.com",236],["neobux.com",237],["androidmtk.com",238],["proxfree.com",239],["instagram.com",240],["jobsbotswana.info",241],["yeane.org",241],["answersafrica.com",241],["practicetestgeeks.com",241],["mbahhanif.site",241],["nfltraderumors.co",241],["musixmatch.com",241],["ilturista.info",241],["sigma4pc.com",241],["informagiovani-italia.com",242],["citpekalongan.com",242],["fizyka.org",242],["androidmakale.com",242],["tfp.is",242],["dramacute.*",242],["hitcena.pl",242],["raccontivietati.com",242],["runmods.com",242],["visaonoticias.com",242],["tohkaishimpo.com",242],["raqmedia.com",242],["bolugundem.com",242],["workhouses.org.uk",242],["displayspecifications.com",242],["daily-tohoku.news",242],["joysound.com",243],["gdrivedescarga.com",245],["smartkhabrinews.com",242],["aulete.com.br",247],["mercurynews.com",248],["fanfiction.net",249],["fictionpress.com",249],["athletic.net",250],["myschool-eng.com",252],["orangespotlight.com",252],["isikuota.co.id",252],["katzen-fieber.de",252],["sinau-thewe.com",252],["clujust.ro",252],["kangkimin.com",252],["bloombergquint.com",253],["diffnow.com",254],["askubuntu.com",255],["mathoverflow.net",255],["serverfault.com",255],["stackapps.com",255],["stackexchange.com",255],["superuser.com",255],["quizlet.com",256],["bookbub.com",257],["quora.com",258],["breakingdefense.com",259],["insidesources.com",260],["behance.net",261],["kpopjjang.com",262],["awebstories.com",262],["postcourier.com.pg",263],["fantricks.com",265],["theintercept.com",266],["yoututosjeff.es",267],["autoblog.com",268],["dailymail.co.uk",269],["bigulnews.tv",270],["tepat.id",270],["festival-cannes.com",270],["indiatimes.com",270],["darktranslation.com",270],["hulnews.top",271],["boke112.com",270],["androidacy.com",270],["whoisnovel.com",273],["foreignpolicy.com",275],["chowhound.com",275],["dostfilms.*",276],["kimovil.*",276],["context.reverso.net",277],["hardware.info",278],["enotes.com",279],["digicular.com",280],["tunein.com",281],["ecosia.org",282],["skidrowreloaded.com",283],["myanimelist.net",284],["imaginetricks.com",285],["kurazone.net",286],["www.reddit.com",287],["~reddit.com",288],["techopedia.com",289],["ahzaa.net",290],["apps.jeurissen.co",291],["utaten.com",292],["sbbrisk.com",293],["sbface.com",293],["streamsb.net",293],["camcaps.to",293],["camcaps.io",293],["quotev.com",294],["lectortmo.com",295],["warungkomik.com",296],["livedays.jp",298],["opportunitydesk.org",299],["the-masters-voice.com",301],["kamerabudaya.com",303],["therealdeal.com",304],["healthitsecurity.com",305],["ef.com",306],["selfstudyanthro.com",307],["android1pro.com",309],["gakki.me",311],["tunegate.me",311],["famousintel.com",312],["jnews5.com",312],["tvshowstars.com",312],["eurooptyk.com.pl",312],["celebzcircle.com",314],["sertracen.com.pa",311],["pitesti24.ro",314],["samsungtechwin.com",314],["cours-de-droit.net",314],["iptv4best.com",314],["blogvisaodemercado.pt",314],["kapitalis.com",314],["tiempo.hn",314],["winmeen.com",314],["ibps.in",314],["visse.com.br",314],["javsubtitle.co",314],["learninsta.com",314],["licensekeys.org",314],["mediahiburan.my",314],["tipssehatcantik.com",314],["jbjbgame.com",314],["viatasisanatate.com",314],["ziarulargesul.ro",314],["globaldefensecorp.com",314],["gossipnextdoor.com",314],["coffeeapps.ir",314],["media.framu.world",314],["immobiliaremia.com",314],["colegiosconcertados.info",314],["bigdatauni.com",314],["riwyat.com",314],["rukim.id",314],["visefierbinti.ro",314],["theaircurrent.com",316],["ncert-solutions.com",314],["ncertsolutions.guru",314],["clockks.com",314],["ananda-yoga.ro",314],["poolpiscina.com",314],["infodifesa.it",314],["getective.com",314],["flashdumpfiles.com",314],["formatatmak.com",314],["drkrok.com",314],["alphagirlreviews.com",314],["kitchennovel.com",314],["voxvalachorum.ro",314],["day-hoc.org",314],["onlineonderdelenshop.nl",314],["primicia.com.ve",314],["tech-recipes.com",314],["afrikmag.com",314],["maduras.vip",314],["aprendeinglessila.com",314],["kicknews.today",314],["koalasplayground.com",314],["hellokpop.com",314],["hayatbilgileri.com",316],["moneyexcel.com",314],["placementstore.com",314],["neuroteam-metz.de",314],["codedosa.com",314],["liveyourmaths.com",314],["newspao.gr",314],["ieltsliz.com",314],["programasvirtualespc.net",314],["tempatwisataseru.com",314],["wikiofcelebs.com",314],["jornaljoca.com.br",314],["arcanescans.com",314],["filmzone.com",314],["hiraethtranslation.com",314],["kaystls.site",314],["home.novel-gate.com",314],["plural.jor.br",314],["evreporter.com",312],["sinhasannews.com",314],["viewsofgreece.gr",314],["rozbor-dila.cz",314],["kritichno.bg",314],["csiplearninghub.com",314],["freereadnovel.online",319],["piklodz.pl",319],["secondlifetranslations.com",319],["ferroviando.com.br",319],["counciloflove.com",319],["infokik.com",319],["kulinarnastronamocy.pl",319],["jafekri.com",319],["ezmanga.net",319],["reborntrans.com",319],["truyenbanquyen.com",321],["koltry.life",319],["kolnovel.com",319],["anascrie.ro",324],["guidingliterature.com",324],["cabinetexpert.ro",311],["astoryofmasasstruggles.com",324],["vol.at",326],["lokercirebon.com",327],["loginhit.com.ng",327],["sanspo.com",328],["allocine.fr",329],["duolingo.com",330],["sythe.org",331],["gamegame.kr",332],["extreme-down.*",333],["iwanichi.co.jp",334],["novelasligera.com",335],["geotips.net",335],["video.tv-tokyo.co.jp",336],["aviationweek.com",337],["community.spiceworks.com",338],["malasngeblog.com",339],["datadikdasmen.com",339],["relet365.com",340],["wikibious.com",341],["odoserwis.pl",342],["tileman.io",343],["daimangajiten.com",344],["liga.net",345],["protocol.com",345],["wenku.baidu.com",345],["dreamsfriend.com",346],["mercenaryenrollment.com",346],["xossipy.com",346],["hibiki-radio.jp",347],["dreamstime.com",348],["trakteer.id",349],["8muses.com",350],["katosatoshi.jp",351],["gridcoinstats.eu",352],["chan.sankakucomplex.com",353],["nytimes.com",354],["trucksbook.eu",356],["diariodaregiao.com.br",357],["taufiqhdyt.com",358],["liveroger.com",359],["online2pdf.com",360],["1fichier.com",361],["forum.release-apk.com",362],["fraudnavi.com",363],["elektrikmen.com",364],["kijyomatome-ch.com",365],["teamaretuza.com",366],["hotcleaner.com",367],["enttechub.com",368],["novelism.jp",369],["sportando.basketball",369],["gnt24365.net",370],["cssreference.io",371],["hardcoregames.ca",372],["teamkong.tk",373],["hitproversion.com",375],["techsini.com",375],["operatorsekolahdbn.com",375],["themosvagas.com.br",375],["appd.at",375],["lazytranslations.com",376],["bimiacg.net",377],["appofmirror.com",378],["faloo.com",379],["cheatsquad.gg",380],["janvissersweer.nl",381],["spanishdict.com",382],["outlook.live.com",383],["naaree.com",384],["revouninstaller.com",385],["blogpascher.com",386],["buondua.com",387],["otomobilgunluklerim.com",388],["social-unlock.com",389],["nusantararom.org",390],["mail.tm",391],["northjersey.com",392],["independentmail.com",392],["usatoday.com",392],["curs-valutar-bnr.ro",393],["payskip.org",394],["acupoffrench.com",395],["novelza.com",395],["novelpia.com",396],["projektowanie-wnetrz-online.pl",397],["google.*",398],["oricon.co.jp",399],["cataz.net",400],["coub.com",401],["artstation.com",402],["streamservicehd.click",403],["eplayer.click",403],["olacast.live",403],["allcryptoz.net",404],["crewbase.net",404],["crewus.net",404],["shinbhu.net",404],["shinchu.net",404],["topcryptoz.net",404],["uniqueten.net",404],["ultraten.net",404],["getlatka.com",405],["lamusica.com",406],["airbnb.de",407],["safirsoft.com",408],["anime-drama.jp",409],["cyberkrafttraining.com",409],["thailandopen.org",410],["wormate.io",411],["surreyhillsgrocer.sg",412],["mgsm.pl",413],["pl",414],["substack.com",415],["entra.news",417],["microsoftsecurityinsights.com",417],["ntuplay.xyz",418],["adslink.pw",419],["tv2.no",420],["phimlongtieng.net",421],["zunda.site",422],["dialectsarchive.com",423],["hket.com",424],["genesistls.com",425],["shortform.com",426],["firmwarefile.com",427],["webnovel.com",428],["audiotools.in",429],["7misr4day.com",429],["raindropteamfan.com",429],["ilife97.com",430],["canalnatelinhaonline.blogspot.com",431],["embed.reddit.com",432],["jpost.com",433],["9now.com.au",434],["embibe.com",435],["vidmoly.*",436],["~macaro-ni.jp",437],["seriesperu.com",438],["zelka.org",439],["playertv.net",440],["themeslide.com",441],["daotranslate.*",442],["iptvromania.ro",444],["linkco.re",446],["tuta.com",447],["venturebeat.com",448],["edurev.in",449],["ncrtsolutions.in",450],["appimagehub.com",452],["gnome-look.org",452],["store.kde.org",452],["linux-apps.com",452],["opendesktop.org",452],["pling.com",452],["xfce-look.org",452],["expquebec.com",453],["elsalvadorsurfrealestate.com",454],["photopea.com",455],["marinetraffic.com",456],["romprovider.com",457],["financasdeouro.com",458],["brokensilenze.net",459],["web.telegram.org",460],["groundies.com",461],["pap.pl",462],["espressocafe.ro",462],["lemon8-app.com",462],["zabawkahurtownia.pl",462],["hiphopa.net",462],["all4pets.com.pl",462],["romaniadeazi.biz",462],["streambuddy.net",463],["tv.bdix.app",464],["teachoo.com",465],["classnotes.org.in",464],["topperlearning.com",464],["karsaz-law.com",464],["videocardz.com",464],["partsnl.nl",464],["rds.live",464],["nsfw247.biz",467],["with.is",468],["playingfire.com",469],["unic.com.vn",469],["zigya.com",469],["ipphone-warehouse.com",470],["shaalaa.com",472],["justspices.de",473],["studiestoday.com",474],["pendulumedu.com",475],["indeed.com",476],["techcrunch-com.translate.goog",477],["brooklyneagle.com",478],["techgyd.com",479],["crunchyroll.com",480],["mskmangaz.blogspot.com",481],["myntra.com",482],["abema.tv",483],["esscctv.com",484],["hansa-online.de",485],["volokit2.com",486],["karistudio.com",487],["foxteller.com",488],["blog.tangwudi.com",489],["nihongoaz.com",490],["torontosom.ca",491],["samurai.wordoco.com",492],["ingesantoso.wordpress.com",493],["flightradar24.com",494],["odysee.com",495]]);
|
|
33
33
|
const hasEntities = true;
|
|
34
34
|
|
|
35
35
|
self.proceduralImports = self.proceduralImports || [];
|