@browserless.io/browserless 2.36.0 → 2.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -2
- package/build/browsers/index.d.ts +1 -0
- package/build/browsers/index.js +3 -2
- package/build/http.d.ts +3 -2
- package/build/http.js +3 -2
- package/build/routes/chrome/tests/kill-sessions.spec.js +0 -11
- package/build/routes/chrome/ws/function-connect.d.ts +7 -0
- package/build/routes/chrome/ws/function-connect.js +6 -0
- package/build/routes/chrome/ws/function-connect.query.json +120 -0
- package/build/routes/chromium/ws/function-connect.d.ts +1 -0
- package/build/routes/chromium/ws/function-connect.js +1 -0
- package/build/routes/chromium/ws/function-connect.query.json +120 -0
- package/build/routes/edge/ws/function-connect.d.ts +7 -0
- package/build/routes/edge/ws/function-connect.js +6 -0
- package/build/routes/edge/ws/function-connect.query.json +120 -0
- package/build/sdk-utils.js +1 -1
- package/build/shared/function-connect.ws.d.ts +15 -0
- package/build/shared/function-connect.ws.js +13 -0
- package/build/shared/utils/function/handler.js +6 -4
- package/build/types.d.ts +6 -0
- package/build/types.js +3 -0
- package/extensions/ublocklite/_locales/ar/messages.json +60 -24
- package/extensions/ublocklite/_locales/az/messages.json +36 -0
- package/extensions/ublocklite/_locales/be/messages.json +36 -0
- package/extensions/ublocklite/_locales/bg/messages.json +36 -0
- package/extensions/ublocklite/_locales/bn/messages.json +36 -0
- package/extensions/ublocklite/_locales/br_FR/messages.json +36 -0
- package/extensions/ublocklite/_locales/bs/messages.json +36 -0
- package/extensions/ublocklite/_locales/ca/messages.json +36 -0
- package/extensions/ublocklite/_locales/cs/messages.json +36 -0
- package/extensions/ublocklite/_locales/cv/messages.json +36 -0
- package/extensions/ublocklite/_locales/cy/messages.json +40 -4
- package/extensions/ublocklite/_locales/da/messages.json +39 -3
- package/extensions/ublocklite/_locales/de/messages.json +36 -0
- package/extensions/ublocklite/_locales/el/messages.json +36 -0
- package/extensions/ublocklite/_locales/en/messages.json +36 -0
- package/extensions/ublocklite/_locales/en_GB/messages.json +36 -0
- package/extensions/ublocklite/_locales/eo/messages.json +36 -0
- package/extensions/ublocklite/_locales/es/messages.json +36 -0
- package/extensions/ublocklite/_locales/et/messages.json +36 -0
- package/extensions/ublocklite/_locales/eu/messages.json +36 -0
- package/extensions/ublocklite/_locales/fa/messages.json +36 -0
- package/extensions/ublocklite/_locales/fi/messages.json +37 -1
- package/extensions/ublocklite/_locales/fil/messages.json +36 -0
- package/extensions/ublocklite/_locales/fr/messages.json +36 -0
- package/extensions/ublocklite/_locales/fy/messages.json +37 -1
- package/extensions/ublocklite/_locales/gl/messages.json +37 -1
- package/extensions/ublocklite/_locales/gu/messages.json +36 -0
- package/extensions/ublocklite/_locales/he/messages.json +36 -0
- package/extensions/ublocklite/_locales/hi/messages.json +36 -0
- package/extensions/ublocklite/_locales/hr/messages.json +36 -0
- package/extensions/ublocklite/_locales/hu/messages.json +36 -0
- package/extensions/ublocklite/_locales/hy/messages.json +36 -0
- package/extensions/ublocklite/_locales/id/messages.json +36 -0
- package/extensions/ublocklite/_locales/it/messages.json +36 -0
- package/extensions/ublocklite/_locales/ja/messages.json +36 -0
- package/extensions/ublocklite/_locales/ka/messages.json +36 -0
- package/extensions/ublocklite/_locales/kk/messages.json +36 -0
- package/extensions/ublocklite/_locales/kn/messages.json +36 -0
- package/extensions/ublocklite/_locales/ko/messages.json +36 -0
- package/extensions/ublocklite/_locales/lt/messages.json +36 -0
- package/extensions/ublocklite/_locales/lv/messages.json +36 -0
- package/extensions/ublocklite/_locales/mk/messages.json +36 -0
- package/extensions/ublocklite/_locales/ml/messages.json +36 -0
- package/extensions/ublocklite/_locales/mr/messages.json +36 -0
- package/extensions/ublocklite/_locales/ms/messages.json +36 -0
- package/extensions/ublocklite/_locales/nb/messages.json +53 -17
- package/extensions/ublocklite/_locales/nl/messages.json +36 -0
- package/extensions/ublocklite/_locales/oc/messages.json +36 -0
- package/extensions/ublocklite/_locales/pa/messages.json +36 -0
- package/extensions/ublocklite/_locales/pl/messages.json +36 -0
- package/extensions/ublocklite/_locales/pt_BR/messages.json +36 -0
- package/extensions/ublocklite/_locales/pt_PT/messages.json +36 -0
- package/extensions/ublocklite/_locales/ro/messages.json +36 -0
- package/extensions/ublocklite/_locales/ru/messages.json +36 -0
- package/extensions/ublocklite/_locales/si/messages.json +36 -0
- package/extensions/ublocklite/_locales/sk/messages.json +36 -0
- package/extensions/ublocklite/_locales/sl/messages.json +36 -0
- package/extensions/ublocklite/_locales/so/messages.json +36 -0
- package/extensions/ublocklite/_locales/sq/messages.json +36 -0
- package/extensions/ublocklite/_locales/sr/messages.json +36 -0
- package/extensions/ublocklite/_locales/sv/messages.json +36 -0
- package/extensions/ublocklite/_locales/sw/messages.json +36 -0
- package/extensions/ublocklite/_locales/ta/messages.json +36 -0
- package/extensions/ublocklite/_locales/te/messages.json +36 -0
- package/extensions/ublocklite/_locales/th/messages.json +36 -0
- package/extensions/ublocklite/_locales/tr/messages.json +36 -0
- package/extensions/ublocklite/_locales/uk/messages.json +36 -0
- package/extensions/ublocklite/_locales/ur/messages.json +36 -0
- package/extensions/ublocklite/_locales/vi/messages.json +36 -0
- package/extensions/ublocklite/_locales/zh_CN/messages.json +36 -0
- package/extensions/ublocklite/_locales/zh_TW/messages.json +36 -0
- package/extensions/ublocklite/css/dashboard-common.css +0 -1
- package/extensions/ublocklite/css/dashboard.css +8 -0
- package/extensions/ublocklite/css/settings.css +101 -1
- package/extensions/ublocklite/css/unpicker-ui.css +1 -0
- package/extensions/ublocklite/dashboard.html +48 -11
- package/extensions/ublocklite/js/background.js +49 -35
- package/extensions/ublocklite/js/backup-restore.js +153 -0
- package/extensions/ublocklite/js/config.js +2 -0
- package/extensions/ublocklite/js/dashboard.js +19 -0
- package/extensions/ublocklite/js/develop.js +2 -11
- package/extensions/ublocklite/js/dom.js +10 -0
- package/extensions/ublocklite/js/filter-lists.js +5 -5
- package/extensions/ublocklite/js/filter-manager-ui.js +486 -0
- package/extensions/ublocklite/js/filter-manager.js +85 -53
- package/extensions/ublocklite/js/mode-manager.js +8 -1
- package/extensions/ublocklite/js/picker-ui.js +2 -2
- package/extensions/ublocklite/js/popup.js +20 -20
- package/extensions/ublocklite/js/ro-dnr-editor.js +9 -5
- package/extensions/ublocklite/js/ruleset-manager.js +13 -8
- package/extensions/ublocklite/js/scripting/unpicker.js +3 -3
- package/extensions/ublocklite/js/settings.js +51 -0
- package/extensions/ublocklite/js/static-filtering-parser.js +4 -4
- package/extensions/ublocklite/js/unpicker-ui.js +5 -5
- package/extensions/ublocklite/js/utils.js +14 -0
- package/extensions/ublocklite/manifest.json +2 -2
- package/extensions/ublocklite/rulesets/generic-details.json +2 -3
- package/extensions/ublocklite/rulesets/main/adguard-mobile.json +3 -2
- package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +5 -4
- package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +12 -4
- package/extensions/ublocklite/rulesets/main/annoyances-notifications.json +3 -1
- package/extensions/ublocklite/rulesets/main/annoyances-others.json +4 -3
- package/extensions/ublocklite/rulesets/main/annoyances-overlays.json +4 -3
- package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +4 -2
- package/extensions/ublocklite/rulesets/main/block-lan.json +3 -1
- package/extensions/ublocklite/rulesets/main/chn-0.json +25 -16
- package/extensions/ublocklite/rulesets/main/deu-0.json +2 -9
- package/extensions/ublocklite/rulesets/main/easylist.json +26 -65
- package/extensions/ublocklite/rulesets/main/easyprivacy.json +94 -21
- package/extensions/ublocklite/rulesets/main/fin-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/fra-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/hun-0.json +3 -2
- package/extensions/ublocklite/rulesets/main/idn-0.json +22 -8
- package/extensions/ublocklite/rulesets/main/ind-0.json +62 -43
- package/extensions/ublocklite/rulesets/main/irn-0.json +5 -4
- package/extensions/ublocklite/rulesets/main/isr-0.json +2 -3
- package/extensions/ublocklite/rulesets/main/ita-0.json +9 -2
- package/extensions/ublocklite/rulesets/main/jpn-1.json +49 -31
- package/extensions/ublocklite/rulesets/main/kor-1.json +6 -3
- package/extensions/ublocklite/rulesets/main/nld-0.json +4 -1
- package/extensions/ublocklite/rulesets/main/pgl.json +30 -6
- package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/rou-1.json +4 -2
- package/extensions/ublocklite/rulesets/main/rus-0.json +18 -11
- package/extensions/ublocklite/rulesets/main/rus-1.json +3 -3
- package/extensions/ublocklite/rulesets/main/spa-1.json +6 -5
- package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +10500 -90447
- package/extensions/ublocklite/rulesets/main/swe-1.json +36 -27
- package/extensions/ublocklite/rulesets/main/tur-0.json +10 -7
- package/extensions/ublocklite/rulesets/main/ublock-badware.json +37 -13
- package/extensions/ublocklite/rulesets/main/ublock-filters.json +61 -34
- package/extensions/ublocklite/rulesets/main/ubol-tests.json +28 -0
- package/extensions/ublocklite/rulesets/main/ukr-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/urlhaus-full.json +1575 -584
- package/extensions/ublocklite/rulesets/main/vie-1.json +40 -44
- package/extensions/ublocklite/rulesets/regex/chn-0.json +2 -2
- package/extensions/ublocklite/rulesets/regex/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -2
- package/extensions/ublocklite/rulesets/regex/swe-1.json +0 -1
- package/extensions/ublocklite/rulesets/regex/ublock-badware.json +9 -3
- package/extensions/ublocklite/rulesets/regex/ublock-filters.json +22 -16
- package/extensions/ublocklite/rulesets/ruleset-details.json +206 -206
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-others.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/rus-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +2 -1
- package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +3 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/jpn-1.css +1 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/ublock-filters.css +9 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/deu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/kor-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ltu-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/rou-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/rus-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.adjust-setTimeout.js +332 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.json-prune-fetch-response.js +588 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.json-prune-xhr-response.js +597 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.remove-cookie.js +376 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-cookie-reload.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.xml-prune.js +443 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie-reload.js +2 -2
- 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 +88 -77
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie-reload.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-session-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-click-element.js +88 -77
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.spoof-css.js +422 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.href-sanitizer.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.abort-current-script.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.href-sanitizer.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.json-prune-xhr-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +471 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-xhr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-cookie.js +376 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-write.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.close-window.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.json-prune-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.json-prune-xhr-response.js +597 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.remove-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-local-storage-item.js +2 -2
- 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 +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-write.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.href-sanitizer.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-xhr-response.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-session-storage-item.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.spoof-css.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-click-element.js +86 -75
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-create-html.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +851 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
- 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 +2 -2
- 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/fra-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/irn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +3 -3
- 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/ltu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/nld-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rus-1.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-badware.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scriptlet-details.json +227 -126
- package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/annoyances-others.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/chn-0.json +222 -1
- package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +62 -2
- package/extensions/ublocklite/rulesets/strictblock/idn-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/irn-0.json +4 -1
- package/extensions/ublocklite/rulesets/strictblock/isr-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/ita-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +203 -186
- package/extensions/ublocklite/rulesets/strictblock/pgl.json +30 -6
- package/extensions/ublocklite/rulesets/strictblock/pol-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/rou-1.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +10500 -90447
- package/extensions/ublocklite/rulesets/strictblock/swe-1.json +0 -3
- package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +655 -650
- package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +1575 -584
- package/extensions/ublocklite/rulesets/strictblock/vie-1.json +0 -3
- package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +31 -1
- package/extensions/ublocklite/ublock.zip +0 -0
- package/extensions/ublocklite/web_accessible_resources/google-ima.js +14 -7
- package/package.json +7 -7
- package/src/browsers/index.ts +5 -4
- package/src/http.ts +3 -2
- package/src/routes/chrome/tests/kill-sessions.spec.ts +0 -10
- package/src/routes/chrome/ws/function-connect.ts +12 -0
- package/src/routes/chromium/ws/function-connect.ts +1 -0
- package/src/routes/edge/ws/function-connect.ts +12 -0
- package/src/sdk-utils.ts +1 -1
- package/src/shared/function-connect.ws.ts +38 -0
- package/src/shared/utils/function/handler.ts +11 -6
- package/src/types.ts +4 -0
- package/static/docs/swagger.json +104 -2
- package/static/docs/swagger.min.json +103 -1
- package/static/function/client.js +14 -20
- package/static/function/index.html +14 -20
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
/******************************************************************************/
|
|
29
29
|
|
|
30
|
-
const argsList = ["[]","[{\"selector\":\".ad-dfp\",\"action\":[\"style\",\"min-height: 0.1485mm !important; height: 0.1485mm !important;\"],\"cssable\":true},{\"selector\":\".header-center\",\"action\":[\"style\",\"margin-top:-5000px !important;\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"width: 1.745px !important; padding: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"veevad-\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popunder|\\\\(\\\\)\\\\{try\\\\{localStorage\\\\[/\"]]}]","[{\"selector\":\"html[lang=\\\"ko\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html[lang][dir=\\\"ltr\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"aside[class^=\\\"css-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + ins.adsbygoogle\"]]}]]},{\"selector\":\"html[data-theme][lang] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"filter: opacity(0) !important; pointer-events: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"> head > style:only-child\",\"tasks\":[[\"has-text\",\"width:399px;height:411px\"]]}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"~/shop\"],[\"spath\",\" a[href*=\\\"/aclick?\\\"]:not(.vsp_ads)\"]]},{\"selector\":\".b_ad\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_adLastChild\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_restorableLink\",\"action\":[\"remove\",\"\"]},{\"selector\":\".pa_sb\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\"ol#b_results > li.b_algo\",\"tasks\":[[\"has\",{\"selector\":\".b_lineclamp3\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^url\\\\(\\\\Sdata:image\\\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD.AAAA\"}]]}]]}]","[{\"selector\":\"#main div#nitro-body-desktop > p\",\"action\":[\"style\",\"color: transparent !important;\"],\"cssable\":true},{\"selector\":\"#main div#nitro-top > p\",\"action\":[\"style\",\"color: transparent !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"novelpia_\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[href^=\\\"https://www.androidauthority.com/deals\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".shopee-search-item-result__item\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"#o_carrepub\",\"action\":[\"style\",\"height: 1px; margin: 0; min-height: auto; visibility: hidden; width: 1px;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-header-leaderboardAd\",\"action\":[\"remove\",\"\"]},{\"selector\":\"html[data-header-hasleaderboard]\",\"action\":[\"remove-attr\",\"data-header-hasleaderboard\"]}]","[{\"selector\":\".cb-comments__create-form\",\"action\":[\"style\",\"margin-top: 30px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments .collapseable-comments__collapse\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments\",\"action\":[\"style\",\"margin-bottom: 0 !important; top: -97px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .collapseable-comments__collapseable\",\"action\":[\"style\",\"margin-bottom: -80px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block__comments\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"li.s-item\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"SPONSORED\"]]}]]}]","[{\"selector\":\".amp-animate\",\"action\":[\"remove\",\"\"]},{\"selector\":\".publi_luto_horizontal\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"google_ads_iframe_\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"iframe[id^=\\\"google_ads_iframe\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-basic\\\"][class*=\\\"cluster__column-left\\\"]\",\"action\":[\"style\",\"margin-left: 17.0418006431vw !important;\"],\"cssable\":true},{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-hub\\\"][class*=\\\"cluster__column-middle\\\"][class*=\\\"cluster__break-after\\\"]\",\"action\":[\"style\",\"margin-bottom: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".subscribe-article .subscribe-truncate\",\"action\":[\"style\",\"max-height:unset!important;order:unset!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscriber-hider\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".subscribe-truncate\",\"action\":[\"style\",\"order:0!important;max-height:inherit!important\"],\"cssable\":true},{\"selector\":\".subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important\"],\"cssable\":true},{\"selector\":\".subscriber-hider\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"a[target][href^=\\\"https://x.chip.de/\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"position: inherit !important;\"],\"cssable\":true}]","[{\"selector\":\".desktop-wrapper.has-header-banner.mt-32\",\"action\":[\"style\",\"margin-top: 8rem !important;\"],\"cssable\":true},{\"selector\":\".single-story > header\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#ymm-sub-nav\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".lite-page__header-navigation--with-ad\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".research-resources-summary__inner.is-sticky\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background:none !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"tasks\":[[\"upward\",\"[target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"KeenTracking\"]]}]","[{\"selector\":\".no-scroll\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\".zc_top_mobil\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".td-animation-stack-type0-1\",\"action\":[\"style\",\"opacity:1 !important\"],\"cssable\":true}]","[{\"selector\":\".mat-drawer-container\",\"action\":[\"style\",\"overflow-x: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/recipes/\\\"])\",\"tasks\":[[\"upward\",2],[\"spath\",\" script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{16000}/\"]]}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"._4xQrn\",\"action\":[\"style\",\"max-height:0px\"],\"cssable\":true}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]","[{\"selector\":\"#gameEtTopRight.commonEt\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\"#gamelistCategories\",\"action\":[\"style\",\"margin-bottom: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.body-load\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"article[role=\\\"presentation\\\"] > div[style]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്പോൺസർ ചെയ്തത്|पुरस्कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]},{\"selector\":\"div[style=\\\"max-height: inherit; max-width: inherit;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Paid partnership with \"]]}]]}]","[{\"selector\":\"div[id] > .dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".body--onPlayer--ads\",\"action\":[\"remove-class\",\"body--onPlayer--ads\"]}]","[{\"selector\":\"html > body:not(.catalogsearch-result-index)\",\"tasks\":[[\"upward\",1],[\"spath\",\" > head > script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"body:not(:has(#remixd-audio-player)) > script\",\"tasks\":[[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"#ulCommentWidget[style*=\\\"display\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has(video)) > head > script\",\"tasks\":[[\"has-text\",\"connatix.com\"]]}]","[{\"selector\":\"html > head > script\",\"tasks\":[[\"has-text\",\"connatix.id\"],[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"window.cnx\"]]}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/video/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"connatix\\\"]\"]]}]","[{\"selector\":\".adthrive-video-player\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body.noImages .content img\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".widget-topad\",\"action\":[\"style\",\"padding-bottom: 20px !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has([class^=\\\"Dailymotion__Wrapper\\\"])) > head > script\",\"tasks\":[[\"has-text\",\"gptScript\"]]}]","[{\"selector\":\"html > head > meta[property=\\\"og:url\\\"]:not([content*=\\\"/games/\\\"], [content*=\\\"/play/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"#index-games\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" > head > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".col-md-6\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true}]","[{\"selector\":\".st-btn > img\",\"action\":[\"style\",\"margin: auto !important; display: block !important;\"],\"cssable\":true},{\"selector\":\".st-btn:not(.st-first)\",\"action\":[\"style\",\"display: inline-block !important; min-width: 50px !important; width: 50px !important;\"],\"cssable\":true},{\"selector\":\".st-hidden\",\"action\":[\"remove-class\",\"st-hidden\"]}]","[{\"selector\":\".ad-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".nonAppView > div div[class]:not([id]) > div[id^=\\\"div-gpt-ad\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"[onclick] .btxt\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] h5\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] p\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia_\"}],[\"xpath\",\"../..\"]]},{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + div\"]]},{\"selector\":\"p\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia-icon\"}],[\"xpath\",\"../..\"]]}]","[{\"selector\":\"link[rel=\\\"canonical\\\"]:not([href*=\\\"pageconfig=contactus\\\"])\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" script.optanon-category-C0001\"]]}]","[{\"selector\":\"body[style*=\\\"display: none\\\"]\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".base-asset-video\",\"action\":[\"remove-class\",\"base-asset-video\"]}]","[{\"selector\":\".subredditvars-r-ublockorigin [role=\\\"dialog\\\"] > div\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"community-highlight-card[subreddit-prefixed-name=\\\"r/uBlockOrigin\\\"][src]\",\"action\":[\"remove-attr\",\"src\"]}]","[{\"selector\":\"html:has(> head > :is(meta[name=\\\"subscriber_only\\\"][content=\\\"false\\\"], meta[property=\\\"og:url\\\"]:not([content*=\\\".html\\\"]))) script\",\"tasks\":[[\"has-text\",\"/googletagmanager|window\\\\.sophi/\"]]}]","[{\"selector\":\"[onclick$=\\\"return !ga.loaded;\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#page-header > header\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"section#home > #hero.pinned\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true}]","[{\"selector\":\"#logoContainer\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"gdwc-recommendations.is-hidden\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"connection-toast\\\"]\",\"action\":[\"style\",\"margin-top: 330px !important;\"],\"cssable\":true}]","[{\"selector\":\"#ad-container\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#comment-section\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper + .container\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true},{\"selector\":\".section-advert-banner--top\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"#fluid_video_wrapper_video-page-player\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\"#video-page-player-blocker\",\"action\":[\"style\",\"pointer-events:none\"],\"cssable\":true}]","[{\"selector\":\"video#diziyou_html5_api\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".ytlr-horizontal-list-renderer__items > .yt-virtual-list__container > .yt-virtual-list__item--visible.yt-virtual-list__item--selected.yt-virtual-list__item\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"table.info-table tr:has(td[colspan] .promo-box-any-banner)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"/anzeige/i\"]]}]","[{\"selector\":\"div.container\",\"action\":[\"style\",\"margin-top: 0px !important\"],\"cssable\":true}]","[{\"selector\":\".active > ul > li\",\"tasks\":[[\"has-text\",\"Ad:\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}],[\"spath\",\" + div\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}]]}]","[{\"selector\":\"[onclick] p\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Ad \"}],[\"xpath\",\"../..\"],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/MAHA/i\"]]}],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Times/i\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[(text()='Ad')]/../../..\"]]}]","[{\"selector\":\"H2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + DIV\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"]]}]","[{\"selector\":\".brand_ctn\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]}]","[{\"selector\":\".banner\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"ad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"banner-300x250\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#zedoads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedoads2\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"#story-maincontent\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\".adblockcontainer\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/^\\\\/(\\\\?[a-z]+=\\\\w+)?$/\"],[\"spath\",\" div[aria-posinset] :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-posinset]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/search/\"],[\"spath\",\" div[role=\\\"article\\\"] span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{265,}/\"}],[\"upward\",\"[role=\\\"article\\\"]\"]]},{\"selector\":\"#stream_pagelet div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"if\",{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"People You May Know\"]]}]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] [class] > a[href*=\\\"utm_source=facebook\\\"] span[class] > span[class][style*=\\\"-webkit-line-clamp\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has-text\",\"広告\"],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a span[aria-labelledby]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^S$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^p$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^d$/\"]]}],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a[aria-label=\\\"広告\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\".ego_column\",\"tasks\":[[\"if\",\"a[href^=\\\"/campaign/landing\\\"]\"]]},{\"selector\":\".ego_section\",\"tasks\":[[\"if\",\"a[href^=\\\"/ad_campaign\\\"]\"]]},{\"selector\":\".pagelet-group .pagelet\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"/Sponsored|Create ad|Crear un anuncio|Publicidad/\"]]}]]},{\"selector\":\".userContentWrapper > div div > span > span\",\"tasks\":[[\"has-text\",\"/^Suggested Post$/\"]]},{\"selector\":\"div[aria-describedby]:not([aria-posinset]) :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-describedby]\"]]},{\"selector\":\"div[aria-posinset]:has(a[aria-label=\\\"広告\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"div > span:has(abbr .timestampContent)\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/marketplace/item\"],[\"spath\",\" a[attributionsrc^=\\\"/privacy_sandbox/\\\"]:is([aria-label$=\\\" anunciante\\\"][aria-label*=\\\" d\\\"], [aria-label=\\\"Lien de l’annonceur\\\"], [aria-label$=\\\"autan pengiklan\\\"], [aria-label=\\\"Adverteerderskakel\\\"], [aria-label=\\\"Link sa nag-advertise\\\"], [aria-label=\\\"Link oglašivača\\\"], [aria-label=\\\"Odkaz od inzerenta\\\"], [aria-label=\\\"Link fra annoncør\\\"], [aria-label=\\\"Werbelink\\\"], [aria-label=\\\"Link ng advertiser\\\"], [aria-label=\\\"Link dell'inserzionista\\\"], [aria-label=\\\"Veza oglašivača\\\"], [aria-label=\\\"Manisautilirijimut kasurvik\\\"], [aria-label=\\\"Kiunganishi cha mtangazaji\\\"], [aria-label=\\\"Lyen konpayi ki fè piblisite a\\\"], [aria-label=\\\"Reklāmdevēja saite\\\"], [aria-label=\\\"Reklamuotojo nuoroda\\\"], [aria-label=\\\"Hirdető hivatkozása\\\"], [aria-label=\\\"Link tar-reklamatur\\\"], [aria-label=\\\"Adverteerderslink\\\"], [aria-label=\\\"Annonsørlenke\\\"], [aria-label=\\\"Link reklamodawcy\\\"], [aria-label=\\\"Link promotor\\\"], [aria-label=\\\"Lidhja e reklamuesit\\\"], [aria-label=\\\"Odkaz na inzerenta\\\"], [aria-label=\\\"Povezava oglaševalca\\\"], [aria-label=\\\"Mainostajan linkki\\\"], [aria-label=\\\"Annonsörlänk\\\"], [aria-label=\\\"Liên kết của nhà quảng cáo\\\"], [aria-label=\\\"Reklamveren bağlantısı\\\"], [aria-label=\\\"Σύνδεσμος διαφημιζόμενου\\\"], [aria-label=\\\"Връзка на рекламодател\\\"], [aria-label=\\\"Линк на огласувач на реклами\\\"], [aria-label=\\\"Сурталчлагчийн холбоос\\\"], [aria-label=\\\"Ссылка рекламодателя\\\"], [aria-label=\\\"Веза оглашивача\\\"], [aria-label=\\\"Посилання рекламодавця\\\"], [aria-label=\\\"რეკლამის განმთავსებლის ბმული\\\"], [aria-label=\\\"קישור של מפרסם\\\"], [aria-label=\\\"ایڈورٹائزر کا لنک\\\"], [aria-label=\\\"رابط المعلن\\\"], [aria-label=\\\"जाहिरातदार लिंक\\\"], [aria-label=\\\"विज्ञापनदाता द्वारा लिंक\\\"], [aria-label=\\\"বিজ্ঞাপনদাতা লিংক\\\"], [aria-label=\\\"বিজ্ঞাপনদাতার লিঙ্ক\\\"], [aria-label=\\\"જાહેરાતકર્તા લિંક\\\"], [aria-label=\\\"అడ్వర్టయిజర్ లింక్\\\"], [aria-label=\\\"പരസ്യദാതാവിന്റെ ലിങ്ക്\\\"], [aria-label=\\\"වෙළඳ ප්රචාරක සබැඳිය\\\"], [aria-label=\\\"ลิงก์ผู้ลงโฆษณา\\\"], [aria-label=\\\"광고주 링크\\\"], [aria-label^=\\\"廣告\\\"][aria-label$=\\\"連結\\\"], [aria-label=\\\"广告主提供的链接\\\"], [aria-label=\\\"広告主によるリンク\\\"])\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"runCount\"]]}]","[{\"selector\":\"body > .pubTime\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleImage\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleTitle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .storyBody\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".a-carousel-card:has(> div > div[cel_widget_id^=\\\"adplacements:\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad\",\"action\":[\"style\",\"position:absolute !important; left:-10000px !important; display:block !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\".iba-acceptable\",\"tasks\":[[\"has-text\",\"/Anzeige|Info/\"]]}]","[{\"selector\":\".list-articles > li\",\"tasks\":[[\"has\",{\"selector\":\".icon-addy\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"Anzeige\\\"$\"}]]}]]},{\"selector\":\".sp-article\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]]},{\"selector\":\"[data-article-id]\",\"tasks\":[[\"has\",{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ANZEIGE\"}]]}]]}]","[{\"selector\":\".main-nav .utilities > li\",\"action\":[\"style\",\"margin-left:-0.5px !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]","[{\"selector\":\".gnt_n\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body > div.gnt_n_w_w\",\"action\":[\"style\",\"margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".FeedStory.feed_item > div > div\",\"tasks\":[[\"has-text\",\"/by Quora for Business/i\"]]},{\"selector\":\".Toggle.SimpleToggle.ToggleAnswerFooterWrapper > div\",\"tasks\":[[\"has-text\",\"/Promoted/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AaDetector\"]]}]","[{\"selector\":\".center\",\"action\":[\"style\",\"margin-top:50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > a > div[id]\",\"action\":[\"style\",\"background: var(--c-bg, #aae5a3) !important\"],\"cssable\":true}]","[{\"selector\":\"body.pcm-public:not(.skybox-loaded)\",\"action\":[\"style\",\"margin-top: 90px !important;\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) > header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#content.sidebar2\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".disabled-vscroll\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Sponsored\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"/Protect your privacy/i\"]]},{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//strong[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".content-wrap #inner-wrap\",\"action\":[\"style\",\"height: 100vh !important;\"],\"cssable\":true},{\"selector\":\"body wu-header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id][style=\\\"width: 728px; height: 90px;\\\"]\",\"tasks\":[[\"upward\",\"#pub1\"]]}]","[{\"selector\":\".uppercase\",\"tasks\":[[\"has-text\",\"/advertisement/i\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: auto !important; position: static !important; width: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[starts-with(@id, \\\"dfp-ad\\\")]/../..\"]]},{\"selector\":\"article.story\",\"action\":[\"style\",\"opacity: 1.0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".btn-danger\",\"tasks\":[[\"has-text\",\"/download/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\'shift\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shift\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"admc\"]]}]","[{\"selector\":\".container > [class]\",\"tasks\":[[\"has-text\",\"VPN\"]]},{\"selector\":\".title ~ a[href] .button\",\"tasks\":[[\"upward\",\".container > div\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.write\"]]}]","[{\"selector\":\"#image_details\",\"action\":[\"style\",\"margin-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"self == top\"]]}]","[{\"selector\":\"center\",\"tasks\":[[\"has-text\",\"deal\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Hide your IP\\\")]/..\"]]},{\"selector\":\"ul > li\",\"tasks\":[[\"has-text\",\"//i\"]]}]","[{\"selector\":\"#alphabet, #channels, #divx-container, #hmenu, #inform, #nowlooking, #playerCamBox, #playerMenu, #qcat, #showPlayer, #tabel_tagslist, #video_content, #web_cam, .BaseRoomContents, .buttons, .carouselTopScroll, .carusel-keys-box-ps, .footerdesc, .in_top, .load_more_rel, .mainBoxTitle, .pagIno, .playerContent100pr, .relatedVideo, .right-160px, .videos-related, footer, header, [href^=\\\"/webcams.php\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/-h?ref/\",\"value\":\"\"}]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/^on/\",\"value\":\"/event/\"}]]}]","[{\"selector\":\"#vidPlayer span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".content\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"Branded Content\"]]}]]}]","[{\"selector\":\".video\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Live\"]]}]]},{\"selector\":\"[data-vid^=\\\"live-\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[href^=\\\"https://go.cam.feet9.com/\\\"]\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"[onclick*=\\\"banner\\\"]\",\"tasks\":[[\"upward\",\".video\"]]}]","[{\"selector\":\"div[class^=\\\"span\\\"] > div.box\",\"tasks\":[[\"has\",{\"selector\":\"> .title > div\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]]}]","[{\"selector\":\"#web\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"exdynsrv\"]]}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".advert\",\"action\":[\"style\",\"z-index: -999999 !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div#wrapper\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".clearfix.branding > .surftipp\",\"tasks\":[[\"has-text\",\"Anzeige\"]]}]","[{\"selector\":\".page-wrap > section\",\"tasks\":[[\"has-text\",\"Download the free\"]]}]","[{\"selector\":\"[data-testid=\\\"trend\\\"]\",\"tasks\":[[\"has-text\",\"/Promoted|Gesponsert|Promocionado|Patrocinat|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Promotert|Promoveret|Sponsrad|Mainostettu|Sponzorováno|Promovat|Ajánlott|Προωθημένο|Dipromosikan|Được quảng bá|推廣|推广|推薦|推荐|プロモーション|프로모션|ประชาสัมพันธ์|प्रचारित|বিজ্ঞাপিত|تشہیر شدہ|مُروَّج|تبلیغی|מקודם/\"],[\"upward\",1]]},{\"selector\":\"div[style^=\\\"transform\\\"] h2 > div[style^=\\\"-webkit-line-clamp\\\"] > span\",\"tasks\":[[\"has-text\",\"/^(?:Promoted Post|Promowany Post|Post promovat|プロモポスト)$/\"],[\"upward\",3]]}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([class])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"wadsBlocking\"]]}]","[{\"selector\":\".InfoPcBolsaAdBlock\",\"tasks\":[[\"xpath\",\"..\"]]}]","[{\"selector\":\".adLinkBar\",\"tasks\":[[\"upward\",\"article[style=\\\"z-index: 1;\\\"]\"]]},{\"selector\":\"[id^=\\\"t3\\\"].promotedlink\",\"tasks\":[[\"upward\",\".rpBJOHq2PR60pnwJlUyP0 > div\"]]},{\"selector\":\"div[id*=\\\"sidebar\\\"][data-before-content=\\\"advertisement\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".position-absolute\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".selected\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".elementor-row\",\"tasks\":[[\"has-text\",\"[Anzeige]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"FingerprintJS\"]]}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".dd-nav-global\",\"action\":[\"style\",\"top: 0 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"/link/out/\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true}]","[{\"selector\":\"#info\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".row.divider\",\"tasks\":[[\"has-text\",\"/sponsor|press releases/i\"]]},{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"/advert|sponsor/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"VPN\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[href^=\\\"/plugout.php\\\"]\",\"tasks\":[[\"upward\",\"[class^=\\\"col-sm\\\"]\"]]}]","[{\"selector\":\".wpsafe-top > div > center\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"#list-eps\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".les-title\",\"tasks\":[[\"has-text\",\"HD\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"axtd\"]]}]","[{\"selector\":\"form#go-popup\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad-wrapper\",\"tasks\":[[\"upward\",\"div.region-sidebar-first-wrapper\"]]}]","[{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"PLAY\"]]}]","[{\"selector\":\"div.border_radius\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#gameplay > iframe\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#blockblockB\",\"action\":[\"style\",\"display: block!important;\"],\"cssable\":true}]","[{\"selector\":\"#workspace\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".col-sm-4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:has(> .adsbygoogle)\"}]]},{\"selector\":\"embed\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"0x3\"]]}]","[{\"selector\":\".head\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"tr\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".postcontainer\",\"tasks\":[[\"has\",{\"selector\":\".usertitle\",\"tasks\":[[\"has-text\",\"Publicidade\"]]}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\".uk-card-secondary\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"AD\"]]}]","[{\"selector\":\"body *\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"margin\",\"value\":\"auto\"}],[\"matches-css\",{\"name\":\"width\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"display\",\"value\":\"block|table\"}]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\".viewLink\",\"tasks\":[[\"has-text\",\"AD |\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#af-all\",\"action\":[\"style\",\"margin-top: 4em;\"],\"cssable\":true}]","[{\"selector\":\".theme_article.sidebar_increase\",\"action\":[\"style\",\"height:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#asg-inplayer-block\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\"div.row\",\"tasks\":[[\"has-text\",\"in HD\"]]},{\"selector\":\"table.movie_version\",\"tasks\":[[\"has-text\",\"Promo\"]]}]","[{\"selector\":\"h2.widget-title\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[id^=\\\"imCell_\\\"][class=\\\"\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"toscr\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"}(window);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\",window\\\\);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"(window);\"]]}]","[{\"selector\":\".widget_custom_html ins\",\"tasks\":[[\"upward\",\".widget_custom_html\"]]}]","[{\"selector\":\".ad-loading\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#adter\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".single-entry-titles\",\"tasks\":[[\"has-text\",\"Sponsor\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Advert\\\")]\"]]},{\"selector\":\".composite-branding.branding\",\"tasks\":[[\"has-text\",\"/sponsored/i\"],[\"xpath\",\"..\"]]}]","[{\"selector\":\"#jeocontainer > span\",\"tasks\":[[\"has-text\",\"Promoted\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"btoa\"]]}]","[{\"selector\":\"a.extern[href^=\\\"//www.amazon.de/\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".happy-player-beside, .happy-section, .widget_execphp\",\"tasks\":[[\"has-text\",\"/Advertisement|ExoLoader/\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//a[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".banner-inner\",\"action\":[\"style\",\"width: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adb_detected\"]]}]","[{\"selector\":\".spot-thumbs > .right\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#player_img\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".links_table > .fix-table > table > tbody > tr\",\"tasks\":[[\"has-text\",\"Patrocinador\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/aclib|runPop/\"]]}]","[{\"selector\":\"input[value^=\\\"http\\\"]\",\"action\":[\"style\",\"width: 70% !important\"],\"cssable\":true}]","[{\"selector\":\"#content-embed\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\".video-block-happy-absolute\",\"tasks\":[[\"upward\",\".order-1\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()=\\\"AD\\\")]/..\"]]},{\"selector\":\".w-100\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"html[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section > div\",\"tasks\":[[\"has-text\",\"/^AD$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"google_ad_client\"]]}]","[{\"selector\":\"#main, #ielement\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#ava-game_container\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true},{\"selector\":\"#wrapped-content\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.adsbygoogle\"]]}]","[{\"selector\":\".banotset\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".im_outer_x\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"myreadCookie/\"]]}]","[{\"selector\":\".advertising\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".banner\",\"tasks\":[[\"upward\",\".block\"]]}]","[{\"selector\":\"#player-container\",\"tasks\":[[\"has-text\",\"Close ad\"]]}]","[{\"selector\":\"#adBanner\",\"action\":[\"style\",\"height:25px !important;left:-3000px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"#main > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"#sidebar > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\".side_banner\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"ins.adsbygoogle-noablate\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"body.swal2-shown > [aria-hidden=\\\"true\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[contains(text(),\\\"Advert\\\")]/../..\"]]},{\"selector\":\"td\",\"tasks\":[[\"has\",{\"selector\":\"> span[class]\",\"tasks\":[[\"has-text\",\"Advert\"]]}]]}]","[{\"selector\":\".active.dimmer.ui\",\"tasks\":[[\"has-text\",\"/Wait|Skip/i\"]]}]","[{\"selector\":\".panel-title\",\"tasks\":[[\"has-text\",\"REKLAM\"]]},{\"selector\":\"div.col-xs-12\",\"tasks\":[[\"has-text\",\"MMPORG OYUNLAR\"]]}]","[{\"selector\":\".table-hover.table > tbody > tr\",\"tasks\":[[\"has-text\",\"Descargar Premium\"]]}]","[{\"selector\":\"noscript\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"Adblocker\"]]}]","[{\"selector\":\"div.adsbygoogle.prebid.adocean.ado.ad.ads.advert.banner.reklama.linkSponsorowany.adsense.advertisments.reklama-top.adv_container\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\".yabo816.\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".title-section\",\"tasks\":[[\"has-text\",\"/adv/i\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100% !important\"],\"cssable\":true},{\"selector\":\"li.top-results__item span\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"li\"]]}]","[{\"selector\":\".wide_boxcontent\",\"tasks\":[[\"has-text\",\"/adb/i\"]]},{\"selector\":\"div[data-width][style*=\\\"background-image: url\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".ads-between-post\",\"tasks\":[[\"upward\",\".post-item\"]]}]","[{\"selector\":\".mobile-leaderboard-320-50\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".viewtable\",\"tasks\":[[\"has\",{\"selector\":\"> center\",\"tasks\":[[\"has-text\",\"▼ Scroll down to Continue ▼\"]]}],[\"spath\",\" > a[href][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"https://boyfriend.show/\\\"][rel=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#scroll.hidden, .footerLink.hidden\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\"#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[onclick][target]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"div[class^=\\\"css-\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > aside\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > div > section > div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"visibility: collapse !important\"],\"cssable\":true}]","[{\"selector\":\"#botaoLink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapfabtest\",\"action\":[\"style\",\"height:1px !important;width:1px !important\"],\"cssable\":true}]","[{\"selector\":\"[id=\\\"colunas\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#adkit_billboard\",\"action\":[\"style\",\"padding-top: 0px!important;\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"center, .main-content\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#go_d2\",\"action\":[\"style\",\"display: inline-block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .wpsafelink-multiple-pages\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".captcha-check, #tp-snp2, #countdown\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".elementor-location-footer\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".container > center\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\".container\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true},{\"selector\":\".getlink, #getlink\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"form\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link, #section2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-link, #section2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-wrapper\",\"action\":[\"style\",\"min-height:initial! important;\"],\"cssable\":true}]","[{\"selector\":\"#gotolink, #getlink, #notarobot, .bt-success, #waiting, #pop-button, .modal-content, [src*=\\\"cloudflare.com\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gotolink[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #jatinbtn-continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp98, #jatinbtn-continue\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6, #tp98\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6, #tp98\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#yuidea-snp, #btn6, #yuidea, #countdown\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#yuidea-snp, #btn6, center, [src*=\\\"google.com/recaptcha\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#makingdifferenttimer\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".no_display\",\"action\":[\"style\",\"display: block!important; opacity: 1!important\"],\"cssable\":true},{\"selector\":\"h4, .get_btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".banner-page .container.links\",\"action\":[\"style\",\"height: fit-content! important;\"],\"cssable\":true}]","[{\"selector\":\"#iframe_id, .text-left\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#step, #next, #scroll, #glink, #countdown, #surl, #ctext, .btn-danger.btn\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#surl\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\".centered, [src*=\\\"iamnotrobot.png\\\"], #wpsafe-link, #wpsafelink-landing, #wpsafe-generate\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"form[id]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmls\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"allow ads\\\")]\"],[\"upward\",3]]},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"div.text-center[id]\",\"action\":[\"style\",\"height: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".btn-primary\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".adtester-container\",\"action\":[\"style\",\"min-height: 0px !important; max-height: 1px !important; opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".result_content_ff\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #my-btn2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #my-btn2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gourl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#gourl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".buttondownload\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".buttonnya\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"form > div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tristana, #_append, #myDiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#link, center, #yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-generate, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-wait1, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#landing, .soractrl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".kecil\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".g-recaptcha, #cross-verify-go, .captcha-check, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#rtg-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2, #cross-snp2, .tp-top\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21, [id^=\\\"Step\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"[id^=\\\"rtg\\\"], .continue_btn, [class*=\\\"rtg\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div.step_box > h4, #rtg-snp-btn, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#form > [id], [id^=\\\"wpsafe-link\\\"], [id^=\\\"plan\\\"], .wpsafelink-button, #wpsafelinkhuman, [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#notarobot, #gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #gotolink\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#donead\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"a[onclick*=\\\"adlink()\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"a.get-link.disabled\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display:block !important; height:70px !important; width:260px !important; background:linear-gradient(to right,#eb3349 40%,#f45c43) !important; position:fixed !important; top:20% !important; left:50% !important; transform:translate(-50%,-50%) !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#notarobot, #btn7\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #btn7\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#file\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#file\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#username[required]\",\"action\":[\"remove-attr\",\"required\"]}]","[{\"selector\":\"#tp982, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp982, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink, #newtimer\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#link, #btn6, #yuidea-snp\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #btn6, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#tp98[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".text-primary.inline-block, button.text-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn2, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#bottomButton\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".box-main\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top_nav, .rd_btn, .soractrl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#top_nav, .rd_btn, .soractrl, .large\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btnfianl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/AdbModel|showPopup/\"]]}]","[{\"selector\":\".btn-success, .btn-primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".btn-success, .btn-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\".RecurringadBanner\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".circular-progress, button, b > p > span\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > div\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"form button[id]\",\"action\":[\"style\",\"display: block !important; margin-top: 380px !important; margin-left: 10px !important; height: 70px !important; width: 260px !important; background: linear-gradient(to right,#eb3349 40%,#f45c43) ! important;\"],\"cssable\":true},{\"selector\":\"form button[id], .box-main, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#dlp, #dlndiv, #plzw, div:has(> .icon), nav\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"iframe[id^=\\\"google_ads_iframe_/\\\"], div[id^=\\\"adm-container-\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .text-center.wpsafe-top > div > h1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#info-message\",\"tasks\":[[\"has-text\",\"ADBLOCK\"]]},{\"selector\":\"span[style]\",\"tasks\":[[\"has\",{\"selector\":\"> span[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]]}]","[{\"selector\":\".linkcontain > button\",\"tasks\":[[\"has-text\",\"Download Link\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detectAdBlock\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#rtg-snp2, #rtg-snp21[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#original\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#continue-button\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#dwform\",\"action\":[\"style\",\"margin-top: -180px !important;\"],\"cssable\":true},{\"selector\":\"#outer-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\".button-group, #lsdwnbtn, #dwform, #btngroup\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{14000}/\"]]}]","[{\"selector\":\".slideshow__desktop-ad\",\"action\":[\"style\",\"max-height:20px\"],\"cssable\":true}]","[{\"selector\":\".swiper-slide [data-testid=\\\"topStories-cardSlider-ad\\\"]\",\"tasks\":[[\"upward\",\".swiper-slide\"]]}]","[{\"selector\":\".content.page.page-video .video-content > div[class] > div > div[class] > div[class][style^=\\\"background-image:\\\"]\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true},{\"selector\":\".page-video > div.video-videos-slider ~ div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"justify-content\",\"value\":\"^center$\"}]]}]","[{\"selector\":\"span:only-child\",\"tasks\":[[\"has-text\",\"/^AD$/\"],[\"upward\",2]]}]","[{\"selector\":\".underplayer\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".inside-list-boxes\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adstrick > .video-item\",\"action\":[\"style\",\"clear: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"mikex\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".MuiGrid-item div[style^=\\\"position\\\"] > div\",\"tasks\":[[\"has-text\",\"Skip Ad\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"WebAssembly\"]]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".item:has(a[href^=\\\"https://hive.arf.dev\\\"])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\".img_box\",\"tasks\":[[\"has-text\",\"Anzeige\"]]},{\"selector\":\"aside ins\",\"tasks\":[[\"upward\",\"aside\"]]}]","[{\"selector\":\"html > iframe[style^=\\\"display:\\\"]:not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".block_area iframe\",\"tasks\":[[\"upward\",\".block_area\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiblock\"]]}]","[{\"selector\":\"a[href^=\\\"https://ballexclusives.com/\\\"][class]\",\"tasks\":[[\"has-text\",\"Refresh\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"onerror\"]]}]","[{\"selector\":\"img[alt]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #2D2D2D;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Ad-adContainer\\\"]\",\"action\":[\"style\",\"min-height:1px!important;min-width:1px!important;\"],\"cssable\":true}]","[{\"selector\":\".loading-overlay\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\"#main-bottom\",\"action\":[\"style\",\"margin-top: 164px !important;\"],\"cssable\":true}]","[{\"selector\":\".sgpb-overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapper-content\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".fluid-magic-subnav-view.desktop-nav-ad .fluid-subnav.fixed, .fluid-magic-subnav-view.mobile-nav-ad .fluid-subnav.fixed\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".global-nav-view.desktop-nav-ad, .global-nav-view.desktop-nav-ad .global-nav-content, .global-nav-view.mobile-nav-ad, .global-nav-view.mobile-nav-ad .global-nav-content\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".search-photos-unified-page-view .desktop-nav-ad\",\"action\":[\"remove-class\",\"desktop-nav-ad\"]},{\"selector\":\".search-photos-unified-page-view .mobile-nav-ad\",\"action\":[\"remove-class\",\"mobile-nav-ad\"]},{\"selector\":\"body::after\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post_simple\",\"tasks\":[[\"has\",{\"selector\":\".postsimple_pseudo\",\"tasks\":[[\"has-text\",\"/promo/i\"]]}]]}]","[{\"selector\":\"#app\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#app_msg\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#download-form\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#banner-mnz-topleft\",\"action\":[\"style\",\"height: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".samBackground\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".row-container\"]]}]","[{\"selector\":\".add-bx\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"min-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".background-cloud\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\".placeholder\",\"action\":[\"remove-class\",\"placeholder\"]}]","[{\"selector\":\"#banner_overlay-postitial-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"a.download[target=\\\"_blank\\\"]:not(a[href*=\\\"ctrlv.\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detect\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#breadcrumb + .trytopnav\",\"action\":[\"style\",\"top: 36px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + #breadcrumb ~ #container\",\"action\":[\"style\",\"top: 84px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav ~ #dragbar + #container\",\"action\":[\"style\",\"top: 48px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav\",\"action\":[\"style\",\"top: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"css\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"[href*=\\\"redirect\\\"]\",\"tasks\":[[\"upward\",\"section\"]]},{\"selector\":\"aside\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[data-empty^=\\\"true\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\"#video-player-track[style*=\\\"display: block\\\"]\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".cp-modal-popup-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class*=\\\"better-ads-listitemad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#nextBTNH\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true},{\"selector\":\"body.pcm-public\",\"action\":[\"style\",\"margin-top: 84px !important;\"],\"cssable\":true}]","[{\"selector\":\".ad\",\"tasks\":[[\"upward\",\".horizontal-ads-content\"]]}]","[{\"selector\":\".adBanner\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#top_fold[style=\\\"display:flex !important;\\\"]\",\"action\":[\"style\",\"min-height: 0px !important; transition: all 0s ease 0s !important;\"],\"cssable\":true}]","[{\"selector\":\"section.ShopWidget\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":[\"Advertisement\",\"i\"]}]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"ADV\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav.sticky\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id] *\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"/^Try (?:D.?V.?D.?F.?a.?b|StreamFab)/\"],[\"spath\",\" + a[href]\"]]}]]}]","[{\"selector\":\"#vote-root\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\".css-adfhee\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"visibility:visible !important\"],\"cssable\":true}]","[{\"selector\":\"#show_ag\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#wtf\",\"action\":[\"style\",\"visibility:visible!important;display:block!important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"script\"]]}]","[{\"selector\":\"script[src$=\\\"ads.js\\\"]\",\"tasks\":[[\"upward\",\"section[id]\"]]}]","[{\"selector\":\"center > font[size=\\\"3\\\"][face=\\\"ARIAL\\\"]\",\"tasks\":[[\"has-text\",\"ADVERTISING\"],[\"upward\",\"td\"]]}]","[{\"selector\":\"#googletop\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"img[src$=\\\"/knewz_300x250.png\\\"]\",\"tasks\":[[\"upward\",\".widget_text\"]]}]","[{\"selector\":\"[href^=\\\"/click\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"div[id$=\\\"_frame_content\\\"][class=\\\"wide_boxcontent\\\"]\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advert\"]]}]","[{\"selector\":\"body > div\",\"tasks\":[[\"shadow\",\"div\"],[\"shadow\",\"div\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"div:not([class])\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"ins.adsbygoogle[data-ad-client]\"]]}]]}]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"break;case\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?RegExp/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement('script')\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement(\\\\'script\\\\')\"]]}]","[{\"selector\":\"a[href].Post-item:has(.Post-item-external-ad)\",\"action\":[\"style\",\"opacity: 0 !important; cursor: unset !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".leftMenu .menuHeadline\",\"tasks\":[[\"has-text\",\"3D\"]]}]","[{\"selector\":\".adsbyexoclick\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"id\",\"value\":\"/[a-zA-Z]{40,}/\"}]]}]","[{\"selector\":\".videos-ad__wrap\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".home-page.main-section, html > body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\".slideMenu\",\"action\":[\"style\",\"top: -7px !important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html > iframe[style=\\\"display: none;\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"u_cfg\"]]}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"div[class$=\\\"-margin-Advert\\\"]\",\"action\":[\"style\",\"height:1px !important;width:1px !important;position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div[pb-serve-label*=\\\"advert\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".thumb div.ad\",\"tasks\":[[\"upward\",\".thumb\"]]}]","[{\"selector\":\"body.desktopView.hasFooterAd .mainSection\",\"action\":[\"style\",\"margin-bottom: 0!important;padding-bottom: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"a > img + div[class]:last-of-type\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]},{\"selector\":\"div[sizes] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]}]","[{\"selector\":\"div > .page > div > div[style]\",\"tasks\":[[\"has-text\",\"/^Advertise/i\"],[\"spath\",\" + a\"]]}]","[{\"selector\":\"[id^=\\\"Ad\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".video-image > .track_outbound_post\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[data-cg-ft=\\\"sponsored-listing-badge\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"[id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".ipsType_richText a\",\"action\":[\"style\",\"color:currentcolor !important\"],\"cssable\":true},{\"selector\":\"a[data-autolink]\",\"action\":[\"style\",\"text-decoration: none !important; color: inherit !important; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"#fafsf2\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"[style*=\\\"pointer-events\\\"]\",\"action\":[\"style\",\"pointer-events:auto !important\"],\"cssable\":true}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"0x\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisements\"}]]}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",\"[style*=\\\"visibility\\\"]\"]]}]","[{\"selector\":\"script[language=\\\"javascript\\\"]\",\"tasks\":[[\"has-text\",\"open\"]]}]","[{\"selector\":\"#int-over\",\"action\":[\"remove\",\"\"]},{\"selector\":\"#intt-layer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"a[href^=\\\"/visual/\\\"]\",\"tasks\":[[\"upward\",\".menu > div[id]\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"Ads\"}]]},{\"selector\":\"div[id*=\\\"myabandonware_leaderboard_btf_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"div[id*=\\\"myabandonware_medrec_right_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"justify-content\"]]}]","[{\"selector\":\"[id^=\\\"cookieConsent\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div#responseads\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".cover\",\"action\":[\"style\",\"background-image: none!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"main > div > div > div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^350px$\"}]]}]","[{\"selector\":\"ins.adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"div.sacret\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#adsads\",\"action\":[\"style\",\"height: 9px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"/adblock|supporter/\"]]}]","[{\"selector\":\"*[style=\\\"display:none;\\\"]\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"body:not([data-template]) a[rel=\\\"nofollow\\\"][href^=\\\"/reviyuu/b784/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".e76xF.bJlt-\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav-bar\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) .topnav\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#playVideo\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true},{\"selector\":\"#player_embed\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/\\\\/posts/\"],[\"spath\",\" div[data-comment*=\\\"gab-ad\\\"]\"],[\"has\",{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]]},{\"selector\":\"div[class] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",5]]}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",\"[data-qa-id]\"]]}]","[{\"selector\":\".jw-reset.jw-wrapper\",\"action\":[\"style\",\"z-index:2147483647 !important\"],\"cssable\":true}]","[{\"selector\":\".Yc2Sp h1, .Yc2Sp a\",\"action\":[\"style\",\"font-size: 0 !important;\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"] > div > a[href=\\\"/docs/en/relevantads\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link, .bt-success\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-time\",\"tasks\":[[\"upward\",\"[id^=\\\"wpsafe-wait\\\"]\"]]}]","[{\"selector\":\"div[style^=\\\"--row-gutter\\\"] > div a[href=\\\"/brands\\\"]\",\"tasks\":[[\"upward\",\"div[style^=\\\"--row-gutter\\\"] > div\"]]}]","[{\"selector\":\".game-over-ad-legacy-component\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body.board-layout.with-und\",\"action\":[\"style\",\"margin-right:0px!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ref=\\\"saashub\\\"]\",\"tasks\":[[\"upward\",\"div.feed-item\"]]}]","[{\"selector\":\".fKZLNI\",\"action\":[\"style\",\"width:120% !important\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\".blur-sm\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\".advert-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".left_shadow\",\"tasks\":[[\"has-text\",\"Fast\"]]}]","[{\"selector\":\".thleft\",\"tasks\":[[\"has-text\",\"Fast\"],[\"upward\",2]]}]","[{\"selector\":\"[id^=\\\"desig-\\\"]\",\"tasks\":[[\"has-text\",\"ANZEIGE\"]]}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"button\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".ad-removal-info\",\"tasks\":[[\"has-text\",\"ads\"],[\"upward\",\"[class]\"]]}]","[{\"selector\":\"#f13 > b\",\"tasks\":[[\"has-text\",\"Sponsor\"],[\"upward\",4]]}]","[{\"selector\":\"#clickfakeplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"script[type]\",\"tasks\":[[\"has-text\",\"c=document.createElement\"]]}]","[{\"selector\":\".related_box:has(.adds)\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"#clickfkplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\".safelink-recatpcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"div\"]]},{\"selector\":\"div[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"form > div\"]]}]","[{\"selector\":\"#cc\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center:not([id]) [id^=\\\"adngin-\\\"]\",\"tasks\":[[\"upward\",\".text-center:not([id])\"]]}]","[{\"selector\":\".page__content-header\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".widget a.gofollow\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"button\",\"tasks\":[[\"has-text\",\"/Watch|🎟|👉/\"]]}]","[{\"selector\":\".ad_block\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"[style=\\\"display:none\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-block-popup\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".native-ad-item-panel\",\"tasks\":[[\"upward\",\".vertical-view__item\"]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"has-text\",\"Provider\"]]}]","[{\"selector\":\"a[href*=\\\"&epik=\\\"]\",\"tasks\":[[\"upward\",\"[data-grid-item]\"]]}]","[{\"selector\":\"[href*=\\\"3cx\\\"]\",\"tasks\":[[\"upward\",\"tbody\"]]}]","[{\"selector\":\"[src^=\\\"blob:https://autofaucet.dutchycorp.space/\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"wpsafe-generate\\\"], #continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open *\",\"action\":[\"style\",\"filter: none!important;\"],\"cssable\":true}]","[{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + div\"]]},{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\".video-info > section\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"],[\"spath\",\" + section\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"]]}]","[{\"selector\":\".main-body > div > div[class]:not([class^=\\\"item\\\"]):not([class^=\\\"article\\\"])\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]},{\"selector\":\"div[class*=\\\"article\\\"] > div:not([class]) > div[class]\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math.imul\"]]}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"margin-top:60px !important\"],\"cssable\":true}]","[{\"selector\":\"div > [id$=\\\"_slot\\\"]\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"section.wix-blog-hide-in-print p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"body.no-touch li.wt-list-unstyled div.v2-listing-card__info > div.wt-text-caption.wt-text-grey > span:not(.wt-icon):not([aria-role])\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^inline-block$\"}],[\"has-text\",\"/^Ad/i\"],[\"upward\",\"li\"]]},{\"selector\":\"li:not(#ad-ubo) .listing-link[href*=\\\"ref=sc_gallery\\\"]\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\".pagebody\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"bottom: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper\",\"action\":[\"remove\",\"\"]},{\"selector\":\".sticky_rail600\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\".aoa_overlay\",\"action\":[\"style\",\"height: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#btngetlink\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".HTML.widget .adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"div[width=\\\"300\\\"][height=\\\"250\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"div[width=\\\"728\\\"][height=\\\"90\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#tp-generate, [id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\"#colunas\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > p > span\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\"[id^=\\\"outbrain_widget_\\\"].OUTBRAIN[data-src]\",\"tasks\":[[\"has\",{\"selector\":\"> .ob-widget > .ob-widget-header > span.ob-grid-header-text\",\"tasks\":[[\"has-text\",\"/^MEHR AUS DEM WEB|MEHR AUS DEM NETZ|AUCH INTERESSANT$/\"]]}]]}]","[{\"selector\":\".search-page__result .listings-standout\",\"tasks\":[[\"upward\",\".search-page__result\"]]},{\"selector\":\".searchResults .product-card__ad-copy\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"D4zz.\"]]}]","[{\"selector\":\".show_download_links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 0px !important; visibility: collapse;\"],\"cssable\":true}]","[{\"selector\":\".ssm_adunit_container\",\"tasks\":[[\"upward\",\"[id^=\\\"list_ads\\\"]\"]]}]","[{\"selector\":\"#download_link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".definetelynotanad\",\"tasks\":[[\"upward\",\"[class^=\\\"col-md-\\\"]\"]]}]","[{\"selector\":\".partner-banner\",\"tasks\":[[\"upward\",\"div[style]\"]]}]","[{\"selector\":\".mod-container\",\"tasks\":[[\"has-text\",\"/sponsor/i\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true},{\"selector\":\"html.can-have-sky .page-body > .section-content\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adslotFilledByCriteo\"]]}]","[{\"selector\":\".glass-panel > ins.adsbygoogle\",\"action\":[\"style\",\"height: 10px !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"sjv.io\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmlAds\"]]}]","[{\"selector\":\"#dclm-blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".py-4 > p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\".TablesTitle > div:not([style=\\\"padding\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"googlesyndication\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\".dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"#screenshots span[style=\\\"width:222px\\\"] > a[href]\",\"action\":[\"remove-class\",\"/ad/i\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popMagic\"]]}]","[{\"selector\":\"[class*=\\\"MPU\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"[id*=\\\"mpu\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\\\\"admc\\\\\\\"\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"brave\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"numberPages\"]]}]","[{\"selector\":\".logo, .blinker\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"afScript\"]]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".id-Page-layoutWrap, .id-SiteWrap, .id-SiteHeader-wrap\",\"action\":[\"style\",\"width: 100% !important; max-width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".MediaStep\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".td-pb-span8\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"chp_ads_blocker_detector\"]]}]","[{\"selector\":\"style[id$=\\\"-css\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"article:has(a[href^=\\\"https://www.facebook.com/ads/\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"main > div div[style*=\\\"flex-direction: column;\\\"] > article > div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Maksettu kumppanuus|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്പോൺസർ ചെയ്തത്|पुरस्कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]}]","[{\"selector\":\"._2gSkZ\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[data-id] > div[data-tkid] > div[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[data-id]\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/^Ad$/\"],[\"upward\",\"div[style]\"]]}]","[{\"selector\":\"[class*=\\\"superbanner\\\"]\",\"tasks\":[[\"upward\",\"article > div:not(#main)\"]]}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#rightcolumn > .rbox > .rboxInner img[alt=\\\"Advertisement\\\"]\",\"tasks\":[[\"upward\",\".rbox\"]]},{\"selector\":\".wallpaperSidebarAds\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.td-background-link\",\"action\":[\"style\",\"cursor:default !important;\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ads\"}]]}]","[{\"selector\":\".container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ads\",\"action\":[\"style\",\"position: absolute; opacity: 0; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"[data-profile-url-path^=\\\"/localservices\\\"]\",\"tasks\":[[\"has-text\",\"/google screened/i\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"[style]\",\"tasks\":[[\"has-text\",\"PREMIUM\"]]}]","[{\"selector\":\"button#getlink, button#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"min-height:11px!important;height:11px!important;opacity:0\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"width:11px;height:11px\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv\",\"action\":[\"style\",\"display: inline !important;\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv, #containerr\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id$=\\\"content\\\"] img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"post-\\\"]\",\"action\":[\"remove-class\",\"hidden_share\"]}]","[{\"selector\":\".post-content img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha, iframe[src*=\\\"google.com/recaptcha\\\"], .btn-captcha, .btn-black-outline\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-snp1\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#wpsafe-snp1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"[onclick^=\\\"showAd\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#M1[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"#dlcharts-list + div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]},{\"selector\":\".fb > .Listing > div\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]}]","[{\"selector\":\".FC__Container.min-height-250px-mu\",\"action\":[\"style\",\"max-height: 0.1px !important; height: 0.1px !important; min-height: 0px !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"--topbanner-height-min:unset!important;--topbanner-height-max:unset!important;\"],\"cssable\":true}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset!important;\"],\"cssable\":true}]","[{\"selector\":\".css-1352p5e\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1s6rfoz\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1wm768n\",\"action\":[\"style\",\"height: 1560px !important;\"],\"cssable\":true},{\"selector\":\".css-uc3mu7\",\"action\":[\"style\",\"margin-top: 0 !important; height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".gridRowPad\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".a11t--product\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-content > h4 > strong\",\"tasks\":[[\"has-text\",\"Brave\"]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisement\"}],[\"upward\",1]]}]","[{\"selector\":\"div > ins\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"two_worker_data_js\"]]}]","[{\"selector\":\".spr > .container-fluid:not([data-autopromo-name=\\\"freepik\\\"])\",\"tasks\":[[\"upward\",\".spr\"]]}]","[{\"selector\":\"#shortGoToCont.hidden\",\"action\":[\"remove-class\",\"hidden\"]},{\"selector\":\"#timerContainer > div:not(:has(#timerPercentage))\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"article > [class^=\\\"tc-view\\\"] #ad-header\",\"tasks\":[[\"upward\",\"article > [class^=\\\"tc-view\\\"]\"]]}]","[{\"selector\":\"body:not(.home) #content\",\"action\":[\"style\",\"margin-top: 13px !important;\"],\"cssable\":true}]","[{\"selector\":\"#customad\",\"tasks\":[[\"upward\",\".code-block\"]]},{\"selector\":\".brxe-div > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\".brxe-container\"]]},{\"selector\":\"section.brxe-section > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\"section\"]]}]","[{\"selector\":\".lm-hide\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/ConsoleBan|alert|AdBlocker/\"]]}]","[{\"selector\":\".banner-wrapper\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",2]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Rek\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Reklama\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"klama\"]]},{\"selector\":\"[data-draggable-target]\",\"tasks\":[[\"has-text\",\"Rekl\"],[\"spath\",\":not(*:has([href*=\\\"radio\\\"]))\"]]}]","[{\"selector\":\".content3 > div[style]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".ad-zone\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".row > [id^=\\\"sPost\\\"]\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true}]","[{\"selector\":\"#primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".co-Widget[style=\\\"min-height: 6000px;\\\"]\",\"action\":[\"style\",\"min-height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".container > .adsbygoogle\",\"tasks\":[[\"upward\",\".container\"]]},{\"selector\":\".container > div > .adsbygoogle\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".channel-feed__brick .cfeed-card-contents--banner-adsense\",\"tasks\":[[\"upward\",\".channel-feed__brick\"]]}]","[{\"selector\":\".is-full .climad-badge\",\"tasks\":[[\"upward\",\".is-full\"]]}]","[{\"selector\":\"#ad-Billboard\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"[data-stack-index] > section > div > div [data-item-id] > a[link-identifier][href^=\\\"https://wrd.walmart.com\\\"]\",\"tasks\":[[\"upward\",\"section > div > div\"]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#submitbutton[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"a#gobutton[onclick]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#izobrazhenie-1\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".group_viewport, .page__viewport\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px!important;\"],\"cssable\":true}]","[{\"selector\":\".main > div.container > h2\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".item > .post\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true},{\"selector\":\".item\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".efi_enabled\",\"action\":[\"style\",\"overflow: auto !important; height: auto !important; width: auto !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\"#main > div[class] > div div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"advertisement\\\"$\"}],[\"upward\",\"#main > div[class] > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/htmls|google_ad_client/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math\"]]}]","[{\"selector\":\"div[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"div[class]\"]]},{\"selector\":\"li[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"li[class]\"]]}]","[{\"selector\":\"div[class][data-mobid] > div[class=\\\"vm-placement\\\"][data-id]\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Adv\"}]]}]","[{\"selector\":\"[data-koukoku-width]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body > div iframe\",\"tasks\":[[\"upward\",\"body > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adsBlocked\"]]}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval[\\\\s\\\\S]*?decodeURIComponent/\"]]}]","[{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,200px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1024px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,250px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 768px)\"]],\"cssable\":true}]","[{\"selector\":\"#chapter-images div\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"h3.my-4\",\"tasks\":[[\"has-text\",\"/^Advertising/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shouldPop\"]]}]","[{\"selector\":\"body > [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id][class] > [class]\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^2147483[0-9]{3}$\"}]]}]","[{\"selector\":\"body [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class]:first-child\",\"tasks\":[[\"has-text\",\"REKLAMA\"],[\"spath\",\":not(:has(> *))\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[string-length(@href) > 1600]\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div > style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> style:first-child\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div > div > style:first-child\"],[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div\"]]}],[\"spath\",\":not(:has([data-st-area^=\\\"czyt_dalej\\\"]))\"]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:first-child > div:first-child:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class]:has(> img[src] ~ div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div > h6\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie\"]]},{\"selector\":\"section > h2\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie:\"]]}]","[{\"selector\":\"#site-header\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div + style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"right:0;top:0;bottom:0;left:0;margin:auto;position:absolute;\"],[\"upward\",1]]}]","[{\"selector\":\"#bottom-sticky-container > div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"class\",\"value\":\"/^[a-zA-Z]{2}$/\"}],[\"spath\",\":not([id])\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:first-child > a > img[src^=\\\"https://v.wpimg.pl/\\\"]):not([alt], [id], [width], [data-src]) + div:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:only-child > * > div > .border > .container > .labelCopy\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]}]","[{\"selector\":\"a[href=\\\"https://www.wp.pl\\\"][data-st-area=\\\"goToSG\\\"] + div\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > div\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:only-child > a > div:empty:only-child) + div:last-child:empty\"}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> iframe:only-child) + div:last-child:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"R.*E.*K.*L.*A.*M.*A\"}],[\"upward\",1]]}]","[{\"selector\":\"div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"> a:first-child:has(> div:empty:only-child) + div:empty:last-child\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> a:first-child > img[src^=\\\"https://v.wpimg.pl/\\\"]) + div:empty:last-child\"}]]}]","[{\"selector\":\"html, html > body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-body\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([style^=\\\"width: 1px; height: 1px; position: absolute; left: -10000px; top: -\\\"])\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"await fetch\"]]}]","[{\"selector\":\"body[style=\\\"margin-top: 90px; margin-bottom: 90px;\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"button[onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#obalovydiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"style\\\"]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/'.adsbygoogle'|text-danger|warning|Adblock|_0x/\"]]}]","[{\"selector\":\"[href*=\\\"preroll\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent(escape(r))\"]]}]","[{\"selector\":\"#skip\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".fluid-close[target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"target\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popstate|popMagic/\"]]}]","[{\"selector\":\".widget-height\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".below-ad-wrapper\",\"action\":[\"style\",\"margin-top: 51px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"HomepageSection\\\"]\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"top_ads_add\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popUnder\"]]}]","[{\"selector\":\".entry.card div:is(#sidead, .topad)\",\"tasks\":[[\"upward\",\".entry.card\"]]}]","[{\"selector\":\"#content > form[id]:has(> center > button)\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal_dialog_base\",\"tasks\":[[\"has\",{\"selector\":\"> .modal_top_header\",\"tasks\":[[\"has-text\",\"Marketing\"]]}]]},{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> thead > .collapsableSection > td\",\"tasks\":[[\"has-text\",\"Ads\"]]}]]}]","[{\"selector\":\".pum-open-overlay\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".mod-sidebar\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"a[href^=\\\"/out/\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".result:has(.result-open-metagerkey)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"section h6\",\"tasks\":[[\"has-text\",\"Advertising\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"a.dl-link[href][onclick*=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"a.dl-stub:not([href])\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[250px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".list_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".lst_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"main > div > div:empty\",\"tasks\":[[\"matches-css\",{\"name\":\"min-height\",\"value\":\"^250px$\"}],[\"matches-css\",{\"name\":\"min-width\",\"value\":\"^80%$\"}]]}]","[{\"selector\":\"div.fixed[style^=\\\"z-index:\\\"]\",\"tasks\":[[\"has-text\",\"گوشی خود را بچرخانید\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"ai_adb\"]]}]","[{\"selector\":\"a.btn-ad-iframe:not(a[href*=\\\"empire-\\\"])\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"#timed\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"button\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"button\",\"action\":[\"remove-class\",\"hidden\"]}]","[{\"selector\":\"body > div[style]\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"liedetector\"]]}]","[{\"selector\":\".ad-unit\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".widget .adsSidebarContainer\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"end_click\"]]}]","[{\"selector\":\":is(.owl-item, .thumb-item-flow):has(a[href^=\\\"https://www.polybuzz.ai/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[aria-label=\\\"Why this ad?\\\"]\",\"tasks\":[[\"upward\",\"[data-pla=\\\"1\\\"]\"]]}]","[{\"selector\":\".body-container\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true},{\"selector\":\"[style*=\\\"desktop-url\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#header-new\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".css-1uhcmhp\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 80em)\"]],\"cssable\":true},{\"selector\":\"div > article[data-q=\\\"search-result\\\"] > a[data-q=\\\"search-result-anchor\\\"] > div > figure.listing-tile-thumbnail-image + div\",\"tasks\":[[\"has-text\",\"Featured\"],[\"upward\",\"article[data-q=\\\"search-result\\\"]\"]]}]","[{\"selector\":\"#deviantartcom_desktop-devpage-sidebar-300x250-atf\",\"tasks\":[[\"upward\",\"div[role=\\\"complementary\\\"] > div\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.panda-novel.com/advertising\\\"]\",\"tasks\":[[\"upward\",\".index-swiper\"]]}]","[{\"selector\":\"#my-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".serieslist > ul > li\",\"tasks\":[[\"has-text\",\"(AD)\"]]},{\"selector\":\"a[href][title^=\\\"(AD)\\\"]\",\"tasks\":[[\"upward\",\".bs\"]]}]","[{\"selector\":\".relacionados .aawp\",\"tasks\":[[\"upward\",\".relacionados\"]]},{\"selector\":\"body\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a.download\",\"action\":[\"style\",\"visibility: hidden;\"],\"cssable\":true}]","[{\"selector\":\"center[style]\",\"tasks\":[[\"has-text\",\"advertisement\"]]}]","[{\"selector\":\"a[rel*=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".normal-page__content > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"clientHeight\"]]}]","[{\"selector\":\"aside\",\"action\":[\"style\",\"background: transparent !important;\"],\"cssable\":true}]","[{\"selector\":\".tweet-card .v-responsive.media-carousel-image .v-responsive__content img[alt]\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-attr\",{\"attr\":\"alt\",\"value\":\"/.*\\\\shttps:\\\\/\\\\/t\\\\.co\\\\/[\\\\w]{10}$/\"}]]}],[\"upward\",\".tweet-card\"]]}]","[{\"selector\":\"a img:not([src=\\\"images/main_logo_inverted.png\\\"])\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^([2-4]{1}[0-9]{2}(\\\\.[0-9]+)?px|0px)$\"}]]},{\"selector\":\"a:has(img[src*=\\\"/download\\\"])\",\"action\":[\"style\",\"width: 300px !important; height: 300px !important; display: block !important;\"],\"cssable\":true},{\"selector\":\"a[href][target=\\\"_blank\\\"], [src^=\\\"//ad.a-ads.com/\\\"]\",\"action\":[\"style\",\"visibility:hidden !important\"],\"cssable\":true}]","[{\"selector\":\"#main_canvas > div:not(div[id^=\\\"google\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-slot-header__wrapper\",\"action\":[\"style\",\"display: none !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".site-wrapper\",\"action\":[\"style\",\"opacity:1!important;visibility:visible!important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()='Advertisement')]\"],[\"upward\",1]]}]","[{\"selector\":\"h6.text-muted\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-navbar-container, #site-top-nav-container\",\"action\":[\"style\",\"padding-top: 10px !important;\"],\"cssable\":true},{\"selector\":\".loadingLI\",\"tasks\":[[\"upward\",\".tncms-block\"]]}]","[{\"selector\":\".pufftext > .sponsored\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".pufftext\",\"tasks\":[[\"has-text\",\"/SPONSORED/\"],[\"upward\",2]]}]","[{\"selector\":\"#content-main a[title][href*=\\\"?staticParams=\\\"]\",\"tasks\":[[\"upward\",\"span\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiAdBlockerHandler\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AdBlockEnabled\"]]}]","[{\"selector\":\"header#masthead\",\"action\":[\"style\",\"top: -110px !important;\"],\"cssable\":true}]","[{\"selector\":\"amp-iframe:has([src^=\\\"https://widget.sellwild.com\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[data-controller=\\\"downloads.front.view.download\\\"] a[data-action=\\\"download\\\"][data-wait=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-wait\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/innerHTML.*appendChild/\"]]}]","[{\"selector\":\"#cnc_branding_creative_wrapper\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".cnc-ads\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"a.box-title\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"main\",\"action\":[\"style\",\"padding-top: 5em !important;\"],\"cssable\":true}]","[{\"selector\":\"body.pageskin\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"primaryColumn\\\"] [data-testid=\\\"cellInnerDiv\\\"] > div:has([data-testid$=\\\"-impression-pixel\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"ads-not-loaded\"]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".mntl-leaderboard-spacer\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#taboola-alternating-below-article\",\"action\":[\"remove\",\"\"]},{\"selector\":\".banner-min-height\",\"action\":[\"remove\",\"\"]},{\"selector\":\".fixed.social-bar\",\"action\":[\"remove\",\"\"]},{\"selector\":\".mobile-banner-sticky-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".su-note\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".reward-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".reward-message\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#player\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adhesiveHeaderAdFixed header\",\"action\":[\"style\",\"top: 0 !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1000px)\"]],\"cssable\":true}]","[{\"selector\":\"#b3c\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#pageWrapper\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".gooWidget\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\".google-ad-leaderboard\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"adtester-container\\\"]\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.createTextNode\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/\\\\{delete window\\\\[/\"]]}]","[{\"selector\":\"#alert-popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".js-modal-url[data-target=\\\"#alert-popup\\\"]\",\"action\":[\"remove-attr\",\"data-target\"]}]","[{\"selector\":\".opera-container\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"img[alt=\\\"Buff Banner\\\"]\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\".thumb-list > .video-thumb\",\"action\":[\"style\",\"margin-right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".bunny-button-resume\",\"action\":[\"style\",\"display: grid !important;\"],\"cssable\":true},{\"selector\":\".bunny-container\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true},{\"selector\":\".bunny-icon[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".table2\",\"tasks\":[[\"has-text\",\"Sponsored\"]]},{\"selector\":\"TR\",\"tasks\":[[\"has-text\",\"Stream:\"]]}]","[{\"selector\":\".adsbyvli\",\"tasks\":[[\"upward\",\"div[style^=\\\"width: 300px; height: 250px\\\"]\"]]}]","[{\"selector\":\"#js-mount-point-header.with-ad\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class^=\\\"sc-\\\"]:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"padding-bottom\",\"value\":\"^56px$\"}]]},{\"selector\":\"iframe[name=\\\"dashboard_home\\\"]\",\"tasks\":[[\"upward\",\"div[class^=\\\"sc-\\\"][span=\\\"1\\\"]\"]]},{\"selector\":\"section > div[class^=\\\"sc-\\\"]:last-child:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-bottom\",\"value\":\"^-16px$\"}]]}]","[{\"selector\":\".Skybox--minHeight, .Skybox--minHeightBoth\",\"action\":[\"style\",\"--global-nav-v2-offset: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html[data-orlock-url]\",\"action\":[\"remove-attr\",\"data-orlock-url\"]}]","[{\"selector\":\"#players a[href][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"/href|target/\"]},{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"blink_me_ad\"],[\"upward\",2]]}]","[{\"selector\":\".ad-body\",\"action\":[\"remove\",\"\"]},{\"selector\":\".nvheader > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[class][id]:not(.logo)\",\"tasks\":[[\"if-not\",\"*\"],[\"has-text\",\"/^$/\"]]}]","[{\"selector\":\".downloadLink\",\"action\":[\"style\",\"max-height: initial !important; overflow: revert !important\"],\"cssable\":true}]","[{\"selector\":\".result__ext:has([data-testid=\\\"adResult\\\"])\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\"div[data-testid=\\\"pam.container\\\"]\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div:is(.shadow, .flex.w-full.justify-center[style=\\\"\\\"]):has(a[href=\\\"/pricing\\\"] img[alt=\\\"Please support civitai and creators by disabling adblock\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"div[id][class^=\\\"mantine-\\\"].flex.relative.box-content\",\"action\":[\"style\",\"min-height: 0px !important; visibility: collapse !important; padding: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body[data-billboard=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-billboard\"]}]","[{\"selector\":\"body > div[style]:not([id])\",\"action\":[\"style\",\"position: static !important; background-color: rgba(0, 0, 0, 0) !important\"],\"cssable\":true},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".reading-content img\"]]}]","[{\"selector\":\".adsense\",\"action\":[\"style\",\"padding: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://thehackernews.uk/\\\"]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/https:\\\\/\\\\/thehackernews\\\\.uk\\\\/[a-zA-Z0-9]{4,}/\"}],[\"spath\",\":not([href*=\\\"-\\\"]):not([class*=\\\"button\\\"]):not([class*=\\\"latest\\\"])\"]]}]","[{\"selector\":\"[data-pid^=\\\"ad-\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".mb32\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".cmplz-blocked-content-container\",\"action\":[\"remove-class\",\"cmplz-blocked-content-container\"]}]","[{\"selector\":\".email-adblck-outline\",\"action\":[\"remove\",\"\"]},{\"selector\":\".email-open-read.email-open\",\"action\":[\"style\",\"display:flex !important\"],\"cssable\":true}]","[{\"selector\":\"#openLinks\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"main > div > [id].scroll-mt-20\",\"tasks\":[[\"has\",{\"selector\":\".items-center + div\",\"tasks\":[[\"has-text\",\"/^Sponsored$/\"]]}]]}]","[{\"selector\":\"div[class*=\\\"ads\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"[href*=\\\"?key\\\"][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[style*=\\\"border\\\"]:not(.checker):is([id=\\\"aswift_0_host\\\"], [id=\\\"aswift_1_host\\\"], [id=\\\"aswift_2_host\\\"], [id=\\\"aswift_3_host\\\"], [id=\\\"aswift_4_host\\\"], [id=\\\"aswift_5_host\\\"])\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[tabindex] > button\",\"tasks\":[[\"has-text\",\"Buy $\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".vjs-control-bar\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\".tjp-single__content-ads\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sponsorship\",\"action\":[\"remove-class\",\"sponsorship\"]}]","[{\"selector\":\"[data-popunder-enabled]\",\"action\":[\"remove-attr\",\"data-popunder-enabled\"]}]","[{\"selector\":\".article_content > [class] > [class]:has(.iframe_embed_container)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"header.elevation-3\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"main\",\"action\":[\"style\",\"--v-layout-top: 64px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"header.intro\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] iframe\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] table.links a\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".js-side-ads-movie-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".preShell\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\".zad.billboard\",\"action\":[\"style\",\"min-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"iframeTestTimeMS\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-collapse-trigger\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" .postContent a[href^=\\\"/\\\"]:not([href*=\\\"/forum/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/^\\\\/[-a-z]+\\\\?[a-z]{2,}=/\"}]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" a:is([href^=\\\"/\\\"], [href*=\\\"audiobookbay.lu/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/(^|audiobookbay\\\\.lu)\\\\/[-a-z0-9]+$/\"}],[\"spath\",\" img\"]]}]","[{\"selector\":\"\",\"action\":[\"style\",\"background: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" .image_box[style*=\\\"amazon.co\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" a[href^=\\\"https://www.amazon.co.jp\\\"][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?decodeURIComponent/\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"popundersPerIP\"]]}]","[{\"selector\":\"a[href^=\\\"https://skinrave.gg/rewards?\\\"]\",\"action\":[\"style\",\"height: 0px !important; margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"] .Page-header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"]\",\"action\":[\"style\",\"padding-top: var(--headerHeight) !important;\"],\"cssable\":true}]","[{\"selector\":\"#trd-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body[data-pushdown-enabled=\\\"true\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-adv-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[download-button]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#o-site-hr__leaderboard-wallpaper.u-show-for-xlarge\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[data-ad-name]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"leading_video_player_autoplay_\\\"][id$=\\\"_main_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href]#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[id^=\\\"rewarded_ad_\\\"]:not(#rewarded_ad_blocker)\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".sidebar-tabs-panels\",\"action\":[\"style\",\"max-height: 700px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"has-interstitial-ads\\\"]\",\"action\":[\"remove-class\",\"/^has-interstitial-ads/\"]},{\"selector\":\"body.has-interstitial-ads .has-interstitial-ads-page, body.has-interstitial-ads .has-interstitial-ads-page *\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background: none !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"action\":[\"style\",\"margin-top:20px !important;\"],\"cssable\":true},{\"selector\":\"main[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top:30px !important;\"],\"cssable\":true}]","[{\"selector\":\".header, .leaflet-top.leaflet-left\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".map\",\"action\":[\"style\",\"top: 52px !important;\"],\"cssable\":true}]","[{\"selector\":\"main div.MuiBox-root > span.MuiTypography-subtitle2\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\"#inGameAdsContainer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".play-Imagemaker\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".vjs-poster-onscreen\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body::after\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/history\\\\.pushState/\"]]}]","[{\"selector\":\"div[class=\\\"alert alert-info m-0 p-0\\\"]\",\"tasks\":[[\"has-text\",\"/uBlock|AdGuard|advertisments/i\"]]}]","[{\"selector\":\"p.chapter_content\",\"action\":[\"style\",\"display: block !important; visibility: visible !important; opacity: 1 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".cNDPHQ, .fKCJyZ\",\"action\":[\"style\",\"top: 0px !important; transform: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"styles_withAd\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".p-pageWrapper\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\"a.link.link--external[href][data-proxy-href]\",\"action\":[\"remove-attr\",\"data-proxy-href\"]}]","[{\"selector\":\".ads_horizontal_reader\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#top_ad_container + div\",\"action\":[\"style\",\"padding-top: 4rem !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"NREUM\"]]}]","[{\"selector\":\"[data-aop=\\\"stripe.sponsored.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"[data-aop=\\\"stripe.store.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[src^=\\\"assets/bn\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"g02.\"]]}]","[{\"selector\":\"#play_button\",\"action\":[\"style\",\"display:block!important;\"],\"cssable\":true},{\"selector\":\"a.button-link.mybutton\",\"tasks\":[[\"has-text\",\"Play\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\"#top-navb\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"sidebar-stream-\\\"] > h4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"return a.split\"]]}]","[{\"selector\":\"a[id^=\\\"download-btn\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ue-app-container\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true},{\"selector\":\"[class^=\\\"Header_headerContainer\\\"]\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".list-caption\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"body > #external_container\",\"action\":[\"style\",\"height:100% !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"margin:0 !important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/advertise\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"+ script\",\"tasks\":[[\"has-text\",\"challenge\"]]}],[\"spath\",\":has(a :is(img[src*=\\\"/\\\"][src*=\\\"_\\\"][alt], [style]))\"]]},{\"selector\":\"div[id]:has(> [data-freestar-ad])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".m-188zyzr\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^728px$\"}]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",3]]}]","[{\"selector\":\"a.setpopupcookie[href^=\\\"get/video/\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[href][target^=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events:none!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ads_url]\",\"action\":[\"remove-attr\",\"data-ads_url\"]}]","[{\"selector\":\"#main-content\",\"action\":[\"style\",\"margin-top: 125px !important;\"],\"cssable\":true}]","[{\"selector\":\".navigation--has-subnav\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\"#claimform\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".unlockr-no-scroll\"]]}]","[{\"selector\":\".azz_div\",\"action\":[\"style\",\"height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#Header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[184px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Tabs_tabs__\\\"]\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"--bottom-banner-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".video-list-content\",\"action\":[\"remove-class\",\"with-happy\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#Sidebar ~ #Content:has(.adsbygoogle)\",\"action\":[\"style\",\"margin-right: 0 !important\"],\"cssable\":true},{\"selector\":\"#wb_right:has(.adsbygoogle)\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"main\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true}]","[{\"selector\":\"#home-page-home-page-component1-row-ad\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".story-container > div:not(.story-wrapper)\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".divide-nav\",\"action\":[\"style\",\"height: 120px !important\"],\"cssable\":true}]","[{\"selector\":\".great_andhra_logo_panel > div[class]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"li > .mtitle > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"li\"]]}]","[{\"selector\":\"main div[class][style^=\\\"top:\\\"]\",\"tasks\":[[\"has-text\",\"FORBES’ FEATURED Video\"]]}]","[{\"selector\":\"a[href][onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"div.ad-area, div.two-ad-area\",\"action\":[\"style\",\"visibility:collapse !important\"],\"cssable\":true}]","[{\"selector\":\"a[onclick^=\\\"trackURL\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"a[onmousedown^=\\\"return enc(this,'https://track.rediff.com\\\"]\",\"action\":[\"remove-attr\",\"onmousedown\"]}]","[{\"selector\":\"a.outbound[data-outbound-url]\",\"action\":[\"remove-attr\",\"data-outbound-url\"]}]","[{\"selector\":\"#main a[href][data-sb^=\\\"/url?\\\"]\",\"action\":[\"remove-attr\",\"data-sb\"]}]","[{\"selector\":\"html > head > :is([name=\\\"canonical\\\"], [rel=\\\"canonical\\\"]):not([content*=\\\"/details/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"optimizely\\\"]\"]]}]","[{\"selector\":\"a[href][data-link-out]\",\"action\":[\"remove-attr\",\"data-link-out\"]}]","[{\"selector\":\".gsc-webResult a[data-cturl]\",\"action\":[\"remove-attr\",\"/^data-ct/\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"vglnk\"]]}]","[{\"selector\":\".login-page\",\"action\":[\"style\",\"-webkit-animation: none !important\"],\"cssable\":true}]","[{\"selector\":\".icon_animation samp\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#pop.div_pop\",\"action\":[\"remove\",\"\"]}]"];
|
|
31
|
-
const argsSeqs = [0,1,2,3,-4,
|
|
32
|
-
const hostnamesMap = new Map([["aternos.org",1],["poophq.com",2],["veev.to",2],["0cbcq8mu.com",3],["2cf0xzdu.com",3],["4k2h4w04.xyz",3],["a6iqb4m8.xyz",3],["afl3ua5u.xyz",3],["jmzkzesy.xyz",3],["dogdrip.net",4],["infinityfree.com",6],["smsonline.cloud",8],["07c225f3.online",9],["content-loader.com",9],["css-load.com",9],["html-load.com",9],["img-load.com",9],["bing.com",10],["pvpoke-re.com",11],["global.novelpia.com",12],["~androidauthority.com",13],["~shopee.sg",14],["orange.fr",15],["drstevenlin.com",16],["yts.*",16],["romaniataramea.com",16],["straatosphere.com",16],["discussingfilm.net",16],["rmweb.co.uk",16],["sampledrive.org",16],["apnews.com",17],["carbuzz.com",18],["~ebay.com",19],["los40.com",20],["reuters.com",21],["begadistrictnews.com.au",22],["bendigoadvertiser.com.au",22],["goulburnpost.com.au",22],["maitlandmercury.com.au",22],["newcastleherald.com.au",22],["examiner.com.au",23],["theadvocate.com.au",23],["thecourier.com.au",23],["~praxistipps.chip.de",24],["hero-magazine.com",25],["digg.com",26],["autoblog.com",27],["researchgate.net",28],["~uschovna.cz",29],["uschovna.cz",30],["kitguru.net",32],["vladan.fr",32],["commands.gg",32],["stardewids.com",32],["unito.life",33],["ilbianconero.com",34],["profit.ro",35],["walletinvestor.com",36],["palatifini.it",36],["dmzj.com",36],["leechpremium.link",36],["beautypackaging.com",36],["coatingsworld.com",36],["contractpharma.com",36],["happi.com",36],["inkworldmagazine.com",36],["labelandnarrowweb.com",36],["mpo-mag.com",36],["nutraceuticalsworld.com",36],["odtmag.com",36],["printedelectronicsnow.com",36],["4j.com",36],["cinema.maalaimalar.com",36],["publish0x.com",36],["fansonlinehub.com",36],["hotmediahub.com",36],["terabox.fun",36],["teralink.me",36],["terashare.me",36],["teraearn.com",36],["techishant.in",37],["aman-dn.blogspot.com",39],["cyberlynews.com",36],["quizrent.com",36],["hindustantimes.com",41],["myflixer.*",36],["advertiserandtimes.co.uk",36],["primeos.in",36],["moviesjoy.*",36],["sportstiger.com",36],["eltiempo.es",36],["tribuna.com",36],["vuinsider.com",36],["wp.pl",43],["money.pl",51],["o2.pl",57],["parenting.pl",66],["pudelek.pl",72],["autokult.pl",76],["gadzetomania.pl",76],["fotoblogia.pl",76],["komorkomania.pl",76],["polygamia.pl",76],["abczdrowie.pl",82],["benchmark.pl",90],["kafeteria.pl",94],["pysznosci.pl",99],["dobreprogramy.pl",106],["genialne.pl",111],["autocentrum.pl",117],["jastrzabpost.pl",111],["deliciousmagazine.pl",121],["review.firstround.com",36],["truthsocial.com",36],["schools.snap.app",36],["linkneverdie.net",36],["carbonite.co.za",124],["petri.com",36],["beaumontenterprise.com",126],["bigrapidsnews.com",126],["ctinsider.com",126],["ctpost.com",126],["darientimes.com",126],["expressnews.com",126],["greenwichtime.com",126],["houstonchronicle.com",126],["lmtonline.com",126],["manisteenews.com",126],["michigansthumb.com",126],["middletownpress.com",126],["milfordmirror.com",126],["mrt.com",126],["myjournalcourier.com",126],["ncadvertiser.com",126],["newstimes.com",126],["nhregister.com",126],["ourmidland.com",126],["registercitizen.com",126],["sfchronicle.com",126],["sheltonherald.com",126],["stamfordadvocate.com",126],["theheraldreview.com",126],["thehour.com",126],["theintelligencer.com",126],["theridgefieldpress.com",126],["thetelegraph.com",126],["timesunion.com",126],["trumbulltimes.com",126],["wiltonbulletin.com",126],["yourconroenews.com",126],["cybernews.com",36],["cyberstumble.com",128],["gigantti.fi",129],["kingarthurbaking.com",130],["~job.mt.de",131],["~job.nw.de",131],["beckershospitalreview.com",132],["thequint.com",133],["prepostseo.com",135],["novelgames.com",136],["tcsjerky.com",137],["~instagram.com",138],["gamingbible.com",139],["eitb.eus",140],["riteaid.com",141],["radiox.co.uk",142],["itmedia.co.jp",143],["bellinghamherald.com",144],["bnd.com",144],["bradenton.com",144],["centredaily.com",144],["charlotteobserver.com",144],["flkeysnews.com",144],["fresnobee.com",144],["heraldonline.com",144],["heraldsun.com",144],["idahostatesman.com",144],["islandpacket.com",144],["kansas.com",144],["kansascity.com",144],["kentucky.com",144],["ledger-enquirer.com",144],["macon.com",144],["mahoningmatters.com",144],["mcclatchydc.com",144],["mercedsunstar.com",144],["miamiherald.com",144],["modbee.com",144],["myrtlebeachonline.com",144],["newsobserver.com",144],["sacbee.com",144],["sanluisobispo.com",144],["star-telegram.com",144],["sunherald.com",144],["thestate.com",145],["variety.com",146],["mediaite.com",147],["muropaketti.com",148],["jayisgames.com",149],["scotsman.com",150],["brightygames.com",151],["yoho.games",151],["sisigames.com",152],["decathlon.in",153],["metastats.net",154],["goku.sx",155],["eksisozluk.com",156],["indiatimes.com",157],["abcam.com",160],["buytesmart.com",161],["vidaextra.com",162],["www.reddit.com",163],["new.reddit.com",165],["sh.reddit.com",166],["www.al.com",167],["www.cleveland.com",167],["www.lehighvalleylive.com",167],["www.masslive.com",167],["www.mlive.com",167],["www.nj.com",167],["www.oregonlive.com",167],["www.pennlive.com",167],["www.silive.com",167],["www.syracuse.com",167],["sklep.trzynastkaplus.pl",168],["reclameaqui.com.br",169],["gifmagic.com",170],["lastampa.it",171],["nytimes.com",172],["typingtest.com",174],["gazzetta.gr",175],["steamidfinder.com",176],["abeautifuldominion.com",177],["some.porn",178],["play.diziyou1.com",179],["play.diziyou2.com",179],["play.diziyou3.com",179],["play.diziyou4.com",179],["play.diziyou5.com",179],["play.diziyou6.com",179],["play.diziyou7.com",179],["play.diziyou8.com",179],["play.diziyou9.com",179],["play.diziyou10.com",179],["play.diziyou11.com",179],["play.diziyou12.com",179],["play.diziyou13.com",179],["play.diziyou14.com",179],["play.diziyou15.com",179],["play.diziyou16.com",179],["play.diziyou17.com",179],["play.diziyou18.com",179],["play.diziyou19.com",179],["play.diziyou20.com",179],["play.diziyou21.com",179],["play.diziyou22.com",179],["play.diziyou23.com",179],["play.diziyou24.com",179],["play.diziyou25.com",179],["play.diziyou26.com",179],["play.diziyou27.com",179],["play.diziyou28.com",179],["play.diziyou29.com",179],["play.diziyou30.com",179],["play.diziyou31.com",179],["play.diziyou32.com",179],["play.diziyou33.com",179],["play.diziyou34.com",179],["play.diziyou35.com",179],["play.diziyou36.com",179],["play.diziyou37.com",179],["play.diziyou38.com",179],["play.diziyou39.com",179],["play.diziyou40.com",179],["play.diziyou41.com",179],["play.diziyou42.com",179],["play.diziyou43.com",179],["play.diziyou44.com",179],["play.diziyou45.com",179],["play.diziyou46.com",179],["play.diziyou47.com",179],["play.diziyou48.com",179],["play.diziyou49.com",179],["play.diziyou50.com",179],["youtube.com",180],["tvspielfilm.de",181],["sport1.de",182],["pornhub.*",183],["economictimes.indiatimes.com",184],["samayam.com",185],["m.economictimes.com",187],["m.timesofindia.com",189],["aranzulla.it",190],["uol.com.br",191],["businesstoday.in",192],["indiatoday.in",194],["intoday.in",194],["facebook.com",196],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",196],["web.facebook.com",197],["www.facebook.com",197],["ndtv.com",198],["investing.com",200],["greensboro.com",200],["photobucket.com",201],["yusepjaelani.blogspot.com",200],["web2.0rechner.de",200],["web2.0calc.*",200],["beermoneyforum.com",203],["streamingcommunity.*",205],["alliptvlinks.com",200],["bitchute.com",200],["breednet.com.au",200],["punters.com.au",200],["wetteronline.*",207],["m.aajtak.in",208],["amazon.*",209],["web.de",210],["golem.de",211],["bild.de",212],["usatoday.com",213],["quora.com",214],["gamestorrents.*",215],["gogoanimes.*",215],["limetorrents.*",216],["piratebayz.*",215],["mediafire.com",218],["rule34.xxx",219],["popculture.com",220],["mind42.com",221],["elmundo.es",222],["primewire.*",223],["torrentz2.*",224],["torlock.*",225],["torlock2.*",225],["wunderground.com",226],["mylink.*",227],["my1ink.*",227],["myl1nk.*",227],["myli3k.*",227],["freebeacon.com",228],["chan.sankakucomplex.com",229],["nytimes3xbfgragh.onion",230],["cooking.nytimes.com",231],["userupload.*",232],["animepahe.*",233],["kwik.*",233],["ouo.*",233],["urlpay.net",233],["newtorrentgame.com",233],["kropic.com",233],["hpaudiobooks.*",233],["xxxmax.net",233],["ebookbb.com",233],["alexsports.*",233],["poscitech.*",234],["sportsonline.*",235],["yts.mx",237],["imgtaxi.com",238],["hqq.*",239],["waaw.*",239],["alrincon.com",240],["1337x.*",241],["x1337x.*",241],["1337x.unblock2.xyz",243],["1337x.unblocked.*",243],["1337x.unblockit.*",243],["pussyspace.com",244],["pussyspace.net",244],["tnaflix.com",245],["stomp.straitstimes.com",246],["feet9.com",247],["mylust.com",248],["pixhost.*",249],["nme.com",250],["idealhome.co.uk",251],["look.co.uk",251],["focus.de",252],["vsco.co",253],["twitter.com",254],["twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion",256],["x.com",254],["op.gg",257],["jeuxvideo.com",258],["pcbolsa.com",259],["reddit.com",260],["reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion",260],["hdmotori.it",261],["strikeout.*",262],["peliculasmx.net",263],["btc-echo.de",264],["cricstream.me",265],["bowfile.com",265],["crackllc.com",266],["designmodo.com",266],["hackstore.*",266],["compucalitv.com",266],["procrackerz.org",266],["megawarez.org",266],["dailydot.com",267],["mypornstarbook.net",268],["ashemaletube.com",269],["ashemaletube.*",270],["gamepedia.com",271],["appvn.com",272],["ccn.com",273],["ettv.*",274],["xrares.com",275],["link.goto.com.np",276],["movies123.*",277],["0123movies.*",279],["5movies.*",280],["megadede.*",279],["adivineencounter.com",282],["alcasthq.com",282],["au-di-tions.com",282],["badgehungry.com",282],["bloggingawaydebt.com",282],["chipandco.com",282],["cornerstoneconfessions.com",282],["dearcreatives.com",282],["divinelifestyle.com",282],["eslauthority.com",282],["heresyoursavings.com",282],["investingchannel.com",282],["irresistiblepets.net",282],["justjared.com",282],["kompas.com",282],["lovegrowswild.com",282],["mjsbigblog.com",282],["mommybunch.com",282],["mustardseedmoney.com",282],["myfunkytravel.com",282],["mywomenstuff.com",282],["onetimethrough.com",282],["panlasangpinoymeatrecipes.com",282],["peru21.pe",282],["savespendsplurge.com",282],["savvyhoney.com",282],["silverpetticoatreview.com",282],["tamaratattles.com",282],["the-military-guide.com",282],["the2seasons.com",282],["therelaxedhomeschool.com",282],["thetechieguy.com",282],["waterheaterleakinginfo.com",282],["zeroto60times.com",282],["cut-fly.com",283],["foxseotools.com",283],["classicreload.com",284],["piratebay.*",285],["pirateproxy.*",285],["wowescape.com",286],["games2rule.com",288],["bigescapegames.com",290],["pornve.com",291],["pixlr.com",292],["elixx.*",293],["hardmob.com.br",294],["gameguardian.net",295],["safe.elektroupdate.com",295],["mirrorace.*",296],["elizabeth-mitchell.org",297],["plagiarismchecker.co",298],["temp-mail.org",300],["medievalists.net",301],["u.gg",302],["celebjihad.com",303],["xnxxjapon.com",304],["solarmovie.*",305],["dramacool.*",306],["webserver.one",307],["t-online.de",308],["~email.t-online.de",310],["convallariaslibrary.com",312],["gourmetscans.net",312],["frag-mutti.de",313],["ovagames.com",314],["food.ndtv.com",315],["ustream.*",316],["ableitungsrechner.net",317],["watchfreexxx.net",318],["pandamovie.*",319],["pandamovies.me",319],["pornkino.cc",319],["speedporn.*",319],["xxxscenes.net",319],["youwatchporn.com",319],["onle.co",321],["loskatchorros.com.br",321],["how2electronics.com",321],["univers-simu.com",321],["stokerpiller.dk",321],["onlinestudentseva.com",321],["dexterclearance.com",321],["extratorrent.*",322],["oko.sh",323],["fuqer.com",324],["filerio.in",325],["duden.de",326],["cinetux.*",327],["streameast.*",328],["mlwbd.*",329],["washingtonpost.com",330],["marketmovers.it",331],["newssokuhou666.blog.fc2.com",331],["youkaiwatch2345.blog.fc2.com",331],["5ggyan.com",332],["bigbtc.win",334],["cryptofun.space",334],["games4king.com",335],["artribune.com",336],["oscobo.com",337],["ufacw.com",338],["segurosdevida.site",340],["choiceappstore.xyz",340],["bantenexis.com",340],["tutorialsaya.com",338],["indobo.com",338],["informaxonline.com",338],["gifans.com",340],["mcrypto.club",341],["luckydice.net",340],["1apple.xyz",340],["shorttrick.in",340],["iptvjournal.com",340],["inbbotlist.com",340],["apkmaven.*",343],["theusaposts.com",340],["garoetpos.com",340],["techedubyte.com",340],["cdrab.com",345],["offerinfo.net",340],["winlator.com",340],["gosexpod.com",347],["flashingjungle.com",348],["nakedneighbour.com",349],["bestjavporn.com",350],["leechall.*",351],["ff14angler.com",352],["flsaudio.com",353],["bitcointalk.org",354],["adshrink.it",355],["turkanime.*",356],["allcalidad.*",357],["cinemaxxl.de",358],["player.pl",359],["bde4.*",360],["filmytoday.com",361],["fandom.com",362],["sensualgirls.org",363],["wallpaperwaifu.com",364],["gamesradar.com",365],["techradar.com",365],["tomsguide.com",365],["tomshardware.com",365],["whathifi.com",365],["her.ie",366],["javhoho.com",366],["techhelpbd.com",366],["greentumble.com",366],["newsonthegotoday.com",367],["boyfriendtv.com",368],["makemoneywithurl.com",369],["dvdgayonline.com",370],["94.103.83.138",370],["multimovies.*",370],["ddaynormandy.forumgaming.fr",371],["neogeo-system.com",371],["medicalnewstoday.com",372],["fiches-auto.fr",373],["subsvip.com",374],["javcl.com",375],["javfull.net",375],["allgamesejogos.*",376],["bemestarglobal.*",376],["gamesgo.*",376],["lojadebicicleta.com.br",376],["redecanais.*",377],["pcmag.com",379],["enterinit.com",380],["procinehub.com",381],["bookmystrip.com",381],["tech8s.net",382],["drop.carbikenation.com",382],["linkss.rcccn.in",382],["link.djbassking.live",382],["tech5s.co",382],["game5s.com",382],["vezeta.net",383],["waiwj.net",383],["xcbtm.net",383],["wttai.net",383],["ngviral.com",383],["vgviral.com",383],["nosviral.com",383],["mentalfile.com",383],["qaluri.com",383],["jokgame.com",383],["placementsmela.com",385],["reminimod.co",385],["highkeyfinance.com",385],["amanguides.com",385],["adcrypto.net",387],["admediaflex.com",387],["aduzz.com",387],["bitcrypto.info",387],["datacheap.io",387],["hbz.us",387],["savego.org",387],["owsafe.com",387],["sportweb.info",387],["ryuugames.com",388],["sportsonfr.com",385],["gurumu.net",385],["kreatifparenting.com",385],["panda.freemodsapp.in",385],["iconicblogger.com",385],["rsrlink.in",385],["investcrust.com",385],["litonmods.com",385],["filesupload.in",387],["technoinformations.com",387],["worldmak.com",387],["financacerta.com",390],["encurtads.net",390],["classicoder.com",385],["apkandroidhub.in",392],["studyis.xyz",395],["dulichkhanhhoa.net",395],["noithatmyphu.vn",395],["jardima.com",395],["getintoway.com",387],["blog.nationapk.com",385],["krishiloksewa.com",385],["modzilla.in",385],["mb.feedale.com",385],["tackledsoul.com",397],["adrino1.bonloan.xyz",397],["vi-music.app",397],["instanders.app",397],["rokni.xyz",398],["keedabankingnews.com",398],["tea-coffee.net",400],["spatsify.com",400],["newedutopics.com",400],["getviralreach.in",400],["edukaroo.com",400],["funkeypagali.com",400],["careersides.com",400],["nayisahara.com",400],["wikifilmia.com",400],["infinityskull.com",400],["viewmyknowledge.com",400],["iisfvirtual.in",400],["starxinvestor.com",400],["jkssbalerts.com",400],["appkamods.com",401],["imagereviser.com",403],["nichapk.com",404],["easyworldbusiness.com",404],["riveh.com",404],["upshrink.com",407],["junkyponk.com",408],["healthfirstweb.com",408],["vocalley.com",408],["yogablogfit.com",408],["howifx.com",408],["en.financerites.com",409],["mythvista.com",408],["livenewsflix.com",408],["cureclues.com",408],["apekite.com",408],["veganab.co",411],["camdigest.com",411],["bartendingexpert.com",412],["pubgaimassist.com",414],["gyanitheme.com",414],["tech.trendingword.com",414],["blog.potterworld.co",414],["hipsonyc.com",414],["tech.pubghighdamage.com",414],["blog.itijobalert.in",414],["techkhulasha.com",414],["meclipstudy.in",416],["bookszone.in",418],["graphicuv.com",420],["learnmany.in",420],["hit-films.com",420],["shortix.co",421],["uptechnologys.com",423],["sevenjournals.com",423],["yalifin.xyz",424],["lrncook.xyz",424],["cryptokinews.com",426],["lifesurance.info",426],["financenova.online",427],["utkarshonlinetest.com",427],["financewada.com",427],["v2links.me",428],["fc-lc.*",429],["jobzhub.store",430],["fitdynamos.com",430],["labgame.io",430],["m.jobinmeghalaya.in",431],["healthy4pepole.com",432],["to-travel.net",432],["homeculina.com",433],["ineedskin.com",433],["kenzo-flowertag.com",433],["lawyex.co",433],["mdn.lol",433],["awgrow.com",434],["btcbitco.in",435],["btcsatoshi.net",435],["cempakajaya.com",437],["crypto4yu.com",435],["manofadan.com",437],["readbitcoin.org",435],["wiour.com",435],["coin-free.com",438],["tremamnon.com",440],["bitcotasks.com",437],["videolyrics.in",437],["tagecoin.com",442],["allfaucet.xyz",437],["claimcoins.site",437],["cryptosh.pro",437],["bitsmagic.fun",437],["ourcoincash.xyz",444],["masterduelmeta.com",446],["promo-visits.site",447],["shorterall.com",447],["homeairquality.org",448],["reidoplacar.com",449],["paidinsurance.in",450],["conghuongtu.net",450],["coinseidon.com",450],["djpunjab2.in",451],["djqunjab.in",451],["foodxor.com",451],["geniussolutions.co",451],["mealcold.com",451],["mixrootmods.com",451],["fartechy.com",451],["nishankhatri.xyz",453],["sugarona.com",454],["blog.disheye.com",455],["tinys.click",456],["apkupload.in",456],["ezeviral.com",456],["dailynew.online",456],["pngreal.com",456],["ytpng.net",456],["askpaccosi.com",456],["bitzite.com",457],["aiimgvlog.fun",458],["appsbull.com",459],["diudemy.com",459],["maqal360.com",459],["sahlmarketing.net",460],["blog.panytourism.online",462],["zubatecno.com",462],["battleroyal.online",462],["mayaremix.in",463],["unfoldedstars.com",463],["neverdims.com",463],["bit4me.info",463],["deltabtc.xyz",463],["mbjremix.com",463],["ottlatest.com",463],["techusnews.com",464],["universitiesonline.xyz",464],["intercelestial.com",465],["linegee.net",466],["filmypoints.in",467],["financeyogi.net",468],["finclub.in",468],["freethailottery.live",469],["progfu.com",469],["loanteacher.in",470],["gorating.in",470],["trickms.com",472],["letest25.co",474],["truevpnlover.com",474],["financebolo.com",474],["rphost.in",475],["easywithcode.tech",477],["vedamdigi.tech",478],["redfea.com",480],["pranarevitalize.com",480],["techyinfo.in",480],["fitnessholic.net",480],["cancelguider.online",481],["loan.punjabworks.com",482],["petrainer.in",484],["moderngyan.com",485],["sattakingcharts.in",485],["bgmi32bitapk.in",485],["bankshiksha.in",485],["earn.mpscstudyhub.com",485],["earn.quotesopia.com",485],["money.quotesopia.com",485],["best-mobilegames.com",485],["learn.moderngyan.com",485],["bharatsarkarijobalert.com",485],["quotesopia.com",485],["creditsgoal.com",485],["loan.creditsgoal.com",487],["rupyaworld.com",487],["vahantoday.com",487],["techawaaz.in",487],["loan.bgmi32bitapk.in",488],["currentrecruitment.com",489],["investorveda.com",489],["coingraph.us",490],["impact24.us",490],["foodupe.com",491],["bloggingdaze.com",492],["dsmusic.in",493],["techurlshort.in",494],["sub4unlock.com",495],["cybercityhelp.in",496],["akcartoons.in",498],["comparepolicyy.com",499],["healthylifez.com",499],["hosttbuzz.com",499],["policiesreview.com",499],["techacode.com",500],["travel.vebma.com",501],["mrproblogger.com",502],["themezon.net",502],["headlinerpost.com",503],["drinkspartner.com",503],["apcvpc.com",503],["posterify.net",503],["manishclasses.in",503],["shrinkforearn.in",504],["blog.workedbd.com",505],["advisecreate.fun",505],["uses-in-hindi.com",505],["maxxfour.com",505],["cybertyrant.com",505],["gdspike.com",505],["profitshort.com",505],["courselinkfree.us",505],["technorozen.com",505],["hubdrive.me",505],["hosty.uprwssp.org",506],["cinedesi.in",507],["thevouz.in",507],["tejtime24.com",507],["whatgame.xyz",508],["mooonten.com",508],["msic.site",508],["fx-22.com",508],["gold-24.net",508],["forexrw7.com",508],["kbconlinegame.com",509],["hamrojaagir.com",509],["odijob.com",509],["jeuxenligne.xyz",510],["dl.apkmoddone.com",511],["phongroblox.com",511],["bkgnews.in",512],["ontechhindi.com",512],["exactpay.online",513],["mahitimanch.in",514],["5ghindi.in",514],["rfiql.com",515],["gujjukhabar.in",515],["smartfeecalculator.com",515],["djxmaza.in",515],["thecubexguide.com",515],["jytechs.in",515],["dropgalaxy.*",516],["financemonk.net",516],["hypershort.com",517],["djremixganna.com",518],["techhype.in",519],["techsite.in",519],["datavaults.co",520],["go.zovo.ink",521],["foodtechnos.in",522],["newsbreak24.de",523],["businessinsider.de",524],["echo-online.de",525],["txxx.*",526],["txxxporn.tube",528],["upornia.com",529],["familyporner.com",530],["javbake.com",531],["javcensored.net",531],["javdoge.com",531],["javsexfree.com",531],["javuncensored.watch",531],["pussymaturephoto.com",532],["jpvhub.com",533],["bunkr.*",534],["comicxxx.eu",535],["sexmadeathome.com",535],["pornocomics.*",535],["amateurs-fuck.com",535],["sex-amateur-clips.com",535],["falatron.com",535],["pornoplum.com",536],["vulgarmilf.com",536],["oldgirlsporn.com",536],["maturell.com",536],["nakedolders.com",536],["widewifes.com",536],["hentaihere.com",537],["xnxx-sexfilme.com",538],["pahe.*",539],["actvid.*",540],["nu6i-bg-net.com",541],["ballexclusives.com",542],["androjungle.com",543],["bokugents.com",543],["idlixvip.*",544],["honkailab.com",545],["arkadium.com",546],["abysscdn.com",547],["fullfreeimage.com",547],["hihihaha1.xyz",547],["hihihaha2.xyz",547],["playhydrax.com",547],["rufiiguta.com",547],["hk.yahoo.com",548],["korinthostv.gr",549],["filmizle.*",550],["filmizletv.*",551],["filmizleplus.*",550],["fullhdfilm.*",550],["fullhdfilmizle.*",550],["gofilmizle.com",550],["hdfilmcehennemi.*",550],["hdfilmizlesene.*",550],["hdfilmsitesi.*",550],["sine5.dev",550],["sinezy.org",550],["l2db.info",553],["flickr.com",554],["forumconstruire.com",555],["vrcmods.com",556],["ilmeteo.it",557],["splitshire.com",558],["addictinggames.com",559],["foxnews.com",560],["sexodi.com",561],["sms24.*",562],["m.drtuber.com",563],["aemenstore.com",564],["cazzette.com",564],["dreamcheeky.com",564],["fidlarmusic.com",564],["jncojeans.com",564],["kiemlua.com",565],["kingsleynyc.com",564],["lucidcam.com",564],["nguyenvanbao.com",564],["nousdecor.com",564],["pennbookcenter.com",564],["publicananker.com",564],["restorbio.com",564],["rezence.com",564],["staaker.com",564],["tricksplit.io",567],["apkcombo.com",567],["ctrlv.*",568],["atozmath.com",569],["indianwebseries.*",570],["simply-debrid.com",571],["cutty.app",571],["w3schools.com",572],["healthline.com",573],["vix.com",574],["responsivevoice.org",575],["cgtips.org",576],["shortenbuddy.com",577],["comicbook.com",578],["hentaicloud.com",579],["drphil.com",580],["bookriot.com",581],["pholder.com",582],["cookpad.com",583],["urbanmilwaukee.com",583],["phica.net",583],["xxxdan.com",584],["businesstimes.com.sg",585],["teknomuda.com",586],["isi7.net",588],["alltechnerd.com",589],["citynews.ca",590],["6abc.com",591],["abc11.com",591],["abc13.com",591],["abc30.com",591],["abc7.com",591],["abc7chicago.com",591],["abc7news.com",591],["abc7ny.com",591],["abcotvs.net",591],["videohelp.com",592],["top.gg",593],["arrowos.net",594],["tvshows4mobile.*",594],["br0wsers.com",595],["nifteam.info",596],["thejournal.ie",597],["needgayporn.com",598],["rule34.paheal.net",599],["palcomix.com",600],["pikkado.com",601],["nypost.com",602],["girlsofdesire.org",603],["ladbible.com",604],["loadout.tf",605],["projectfreetv.*",606],["hdss.*",606],["moviesflix.*",606],["10starhd.*",606],["2embed.*",606],["xcloud.*",607],["~xcloud.eu",607],["~xcloud.host",607],["elmalajeno.com",608],["imgur.com",609],["getsexgames.com",610],["pornojenny.net",611],["pornolisa.com",611],["kickass.*",612],["javynow.com",613],["techjunkie.com",614],["reliabletv.me",615],["ytanime.tv",616],["sportskart.*",616],["garrysmods.org",617],["tyla.com",618],["sportbible.com",619],["gamingbible.co.uk",618],["dekki.com",621],["cambb.xxx",622],["xtube.com",623],["discovermagazine.com",624],["elitepvpers.com",625],["bhaskar.com",626],["divyabhaskar.co.in",626],["playonlinux.com",627],["kaotic.com",628],["cargurus.com",629],["haonguyen.top",630],["thumpertalk.com",631],["zshort.*",632],["eschenker.dbschenker.com",633],["porntn.com",634],["hotcleaner.com",635],["movie.momo-net.com",636],["xxxtime.sextgem.com",637],["gay4porn.com",638],["myabandonware.com",639],["mrunblock.*",640],["alrakoba.net",641],["netpornix.*",642],["hitproversion.com",643],["shemalestube.com",644],["sbplay.*",645],["foreca.com",646],["moviemakeronline.com",647],["kelasexcel.id",648],["maxstream.video",649],["uprot.net",650],["techpowerup.com",651],["qz.com",652],["247sports.com",653],["samehadaku.*",654],["gab.com",655],["kumparan.com",656],["videovard.*",657],["tumblr.com",658],["techymedies.com",659],["unsplash.com",660],["chess.com",661],["nodejs.libhunt.com",662],["blick.ch",663],["theloadout.com",664],["pcgamesn.com",664],["schoolcheats.net",665],["1cloudfile.com",666],["torrentdownloads.dirproxy.com",667],["torrentdownload.info",668],["designtagebuch.de",669],["rp5.*",670],["mydramalist.com",671],["stooq.*",672],["dvdgayporn.com",673],["hdmovie5.*",673],["hdmovie2.*",673],["funnywifiname.net",673],["jattfilms.*",673],["jattfilms.cfd",673],["mrbobd.com",673],["vegamovvies.to",673],["hdmoviie2.*",673],["1stream.*",674],["calculator-online.net",675],["onionplay.*",676],["shinchu.*",677],["networkhint.com",677],["sturls.com",678],["rephrase.info",679],["nowtolove.com.au",680],["washingtoninformer.com",681],["watch.cricstream.*",682],["cricstreams.re",682],["xenvn.com",683],["ibomma.*",684],["scrolller.com",685],["dirp.me",686],["pinterest.*",687],["distrowatch.org",688],["autofaucet.dutchycorp.space",689],["chinhnhacoban.com",690],["plotaroute.com",691],["techsignin.com",692],["ac-illust.com",693],["photo-ac.com",693],["mrgay.com",694],["buondua.com",695],["lbprate.com",696],["digminecraft.com",697],["logikfx.com",698],["etsy.com",699],["h-flash.com",700],["fashionunited.*",701],["vimm.net",702],["thedigitalfix.com",703],["dvdplay.*",704],["dubznetwork.com",705],["redirect.dafontvn.com",706],["gsmware.com",707],["poki.*",708],["chimicamo.org",709],["earnme.club",710],["jrlinks.in",710],["eztv.*",711],["ricettafitness.com",712],["comidacaseira.me",714],["welt.de",715],["autotrader.co.uk",716],["mangaraw.org",717],["apkmodhub.in",718],["digilibraries.com",719],["slidesgo.com",720],["dktechnicalmate.com",721],["indiakablog.com",721],["givee.club",722],["fucktube4k.com",723],["mail.com",724],["gmx.*",725],["tamrieltradecentre.com",726],["missav.*",727],["missav123.com",727],["missav888.com",727],["dads-banging-teens.com",728],["home-xxx-videos.com",728],["mature-chicks.com",728],["time.com",729],["distrowatch.com",730],["beatsnoop.com",731],["fetchpik.com",731],["anisearch.*",732],["veryfreeporn.com",733],["bishopsstortfordindependent.co.uk",734],["cambridgeindependent.co.uk",734],["dissexpress.co.uk",734],["fenlandcitizen.co.uk",734],["granthamjournal.co.uk",734],["lynnnews.co.uk",734],["kentonline.co.uk",734],["newarkadvertiser.co.uk",734],["rutland-times.co.uk",734],["spaldingtoday.co.uk",734],["stamfordmercury.co.uk",734],["suffolknews.co.uk",734],["velvetmag.co.uk",734],["teachoo.com",735],["itstillworks.com",736],["leaknud.com",737],["colonist.io",738],["wa.de",739],["mboost.me",740],["sumikai.com",741],["adslink.pw",742],["jpopsingles.eu",743],["instagram.com",744],["brisbanetimes.com.au",745],["smh.com.au",745],["theage.com.au",745],["watoday.com.au",745],["flipkart.com",746],["rtl.de",747],["yourdictionary.com",748],["desktopnexus.com",749],["theblock.co",750],["root-nation.com",751],["italpress.com",751],["genshin.gg",752],["mathway.com",753],["viefaucet.com",754],["google.com",755],["rechtschreibpruefung24.de",756],["tirexo.*",757],["adzz.in",758],["model-viewer.com",759],["playstore.pw",760],["adsy.pw",761],["rocketnews24.com",762],["soranews24.com",762],["youpouch.com",763],["afly.pro",765],["bloggingguidance.com",766],["snaptik.app",767],["www.chip.de",768],["chip.de",769],["praxistipps.chip.de",770],["praxistipps.focus.de",771],["netmoms.de",770],["tvtv.ca",773],["tvtv.us",773],["swisscows.com",774],["javopen.co",775],["derivative-calculator.net",776],["integral-calculator.com",776],["proappapk.com",777],["infokik.com",778],["freepik.com",779],["writedroid.*",780],["thetimes.co.uk",781],["additudemag.com",782],["techpp.com",783],["azrom.net",784],["topsporter.net",785],["sportshub.to",785],["seznamzpravy.cz",786],["guru3d.com",787],["roblox-scripts.co",788],["theodysseyonline.com",789],["adseek.site",790],["infoseek.co.jp",791],["socialcounts.org",792],["tlgrm.eu",793],["telegramchannels.me",794],["nn.de",795],["www.walmart.com",796],["thefileslocker.net",797],["n.fcd.su",798],["oxy.*",799],["~oxy.edu",799],["esopress.com",800],["karvitt.com",801],["realpornclips.com",802],["bitchesgirls.com",803],["efukt.com",804],["rookieroad.com",805],["naijafav.top",806],["novinky.cz",807],["webnovelpub.com",808],["novelpub.com",809],["lightnovelspot.com",811],["myanimelist.net",812],["gloryshole.com",813],["tokenmix.pro",814],["bitcosite.com",815],["glosbe.com",816],["mangabuddy.com",817],["elamigos-games.com",818],["elamigos-games.net",818],["elamigosgames.org",818],["imgbox.com",819],["~wp.pl",820],["~money.pl",823],["~komorkomania.pl",825],["~autokult.pl",825],["~o2.pl",825],["~parenting.pl",825],["~abczdrowie.pl",825],["~pudelek.pl",825],["open.fm",826],["vibez.pl",827],["sportowefakty.wp.pl",828],["fitness.wp.pl",828],["smaczneblogi.pl",829],["forum.kardiolo.pl",830],["~www.wp.pl",829],["horoskop.wp.pl",832],["www.wp.pl",833],["pilot.wp.pl",835],["domodi.pl",836],["turystyka.wp.pl",837],["~tv.wp.pl",838],["mag.shock2.info",839],["hints.littlealchemy2.com",840],["hacoos.com",841],["thefastcode.com",842],["besargaji.com",843],["chrysler-club.net",844],["azaleasdolls.com",845],["zefoy.com",846],["bellesa.co",847],["pepperlive.info",848],["adultcomixxx.com",849],["apk-gamers.com",849],["skiplinks.xyz",849],["streamvid.net",850],["miniwebtool.com",850],["sexvideos.host",851],["the-sun.com",852],["lovetoknow.com",853],["thedailybeast.com",854],["parentcircle.com",855],["vidello.net",856],["weatherwx.com",857],["phineypet.com",858],["cellmapper.net",859],["freewebcart.com",860],["securityweek.com",860],["curs-germana.com",860],["vlr.gg",861],["metager.org",862],["comohoy.com",863],["mapcrunch.com",864],["domaha.tv",865],["xxxrip.net",865],["sextor.org",865],["sex-torrent.net",865],["hentaipaw.com",866],["peakpx.com",867],["pxfuel.com",867],["pikist.com",868],["androidauthority.com",869],["app.blubank.com",870],["truyentranhfull.net",871],["empire-anime.*",872],["empire-streaming.*",872],["empire-anime.com",872],["empire-streamz.fr",872],["empire-stream.*",872],["taisachonthi.com",873],["isekaipalace.com",874],["woowebtools.com",875],["iwatchfriendsonline.net",876],["creativebloq.com",877],["sofmag.com",878],["khoaiphim.com",879],["nicomanga.com",880],["www.google.com",881],["totalcsgo.com",882],["gumtree.com.au",883],["gumtree.com",884],["deviantart.com",885],["pandasnovel.com",886],["bangpremier.com",887],["bankbazaar.com",888],["asura.gg",889],["asurascans.com",889],["romsmania.games",890],["freeroms.com",891],["dll-files.com",892],["modrinth.com",893],["codelivly.com",894],["www.mindbodygreen.com",895],["sotwe.com",896],["download.megaup.net",897],["rain-alarm.com",898],["cnn.com",899],["dvm360.com",900],["trakt.tv",901],["client.falixnodes.net",902],["thestar.com",903],["dailymail.co.uk",904],["m.baomoi.com",905],["movies4u.*",906],["movies4u3.*",906],["gamerxyt.com",906],["biblestudytools.com",907],["christianheadlines.com",907],["ibelieve.com",907],["screenhub.com.au",908],["insideevs.com",909],["community.pcgamingwiki.com",910],["dzapk.com",911],["zive.cz",912],["client.pylexnodes.net",913],["win.gg",914],["filmizlehdfilm.com",915],["fullfilmizle.cc",915],["gofilmizle.net",915],["estudyme.com",916],["accuweather.com",917],["fplstatistics.co.uk",918],["thespruce.com",919],["skai.gr",920],["sonixgvn.net",921],["francoischarron.com",922],["sabornutritivo.com",923],["bettycrocker.com",924],["filext.com",925],["360haven.com",926],["apkmirror.com",927],["vidsrc.*",928],["gdflix.*",929],["1337x.ninjaproxy1.com",931],["work.ink",932],["fmovies.*",933],["f2movies.to",933],["colourxh.site",934],["fullxh.com",934],["galleryxh.site",934],["megaxh.com",934],["movingxh.world",934],["seexh.com",934],["unlockxh4.com",934],["valuexh.life",934],["xhaccess.com",934],["xhadult2.com",934],["xhadult3.com",934],["xhadult4.com",934],["xhadult5.com",934],["xhamster.*",934],["xhamster1.*",934],["xhamster10.*",934],["xhamster11.*",934],["xhamster12.*",934],["xhamster13.*",934],["xhamster14.*",934],["xhamster15.*",934],["xhamster16.*",934],["xhamster17.*",934],["xhamster18.*",934],["xhamster19.*",934],["xhamster20.*",934],["xhamster2.*",934],["xhamster3.*",934],["xhamster4.*",934],["xhamster42.*",934],["xhamster46.com",934],["xhamster5.*",934],["xhamster7.*",934],["xhamster8.*",934],["xhamsterporno.mx",934],["xhbig.com",934],["xhbranch5.com",934],["xhchannel.com",934],["xhdate.world",934],["xhlease.world",934],["xhmoon5.com",934],["xhofficial.com",934],["xhopen.com",934],["xhplanet1.com",934],["xhplanet2.com",934],["xhreal2.com",934],["xhreal3.com",934],["xhspot.com",934],["xhtotal.com",934],["xhtree.com",934],["xhvictory.com",934],["xhwebsite.com",934],["xhwebsite2.com",934],["xhwebsite5.com",934],["xhwide1.com",934],["xhwide2.com",934],["xhwide5.com",934],["porndoe.com",935],["torrentdownload.*",936],["readcomiconline.*",937],["pixiv.net",938],["cbssports.com",939],["jacquieetmicheltv.net",940],["jacquieetmicheltv2.net",940],["bombuj.*",941],["xfreehd.com",942],["freethesaurus.com",943],["thefreedictionary.com",943],["getmodsapk.*",944],["qwant.com",945],["civitai.com",946],["civitai.green",946],["faroutmagazine.co.uk",947],["govtech.com",948],["dragontea.ink",949],["time.artjoey.com",950],["thehackernews.com",951],["creepypasta.com",952],["statisticsanddata.org",953],["tmailor.com",954],["aliezstream.pro",955],["mylivestream.pro",955],["mylocal.co.uk",956],["ettvi.com",957],["crictime.is",958],["freehit.eu",958],["mobilecric.com",958],["live-sport.duktek.pro",958],["decrypt.day",959],["cryptorank.io",960],["skidrowcodex.net",961],["zee5.com",962],["thejakartapost.com",963],["cenoteka.rs",964],["porno-baguette.com",965],["caravanmagazine.in",966],["eloshapes.com",967],["filerox.com",968],["lowcygier.pl",969],["mip2p.*",970],["myp2p.*",970],["game8.co",971],["ign.com",972],["club386.com",974],["yourstory.com",975],["audiobookbay.lu",976],["service.webgoto.net",977],["freemodsapp.in",978],["onlytech.com",978],["helicomicro.com",978],["9xlinks.*",979],["9xmovie.*",979],["desiflix.*",979],["girlmms.com",979],["ottxmaza.com",979],["sexmazahd.com",979],["webxmaza.com",979],["app.scope.gg",980],["governing.com",981],["therealdeal.com",982],["olympics.com",983],["taste.com.au",984],["playmod24.com",985],["euronews.com",986],["mercatinomusicale.com",987],["btv.bg",988],["btvnovinite.bg",988],["btvsport.bg",988],["1jour1film.*",989],["101soundboards.com",990],["interactivemap.app",991],["plasticsnews.com",992],["idnes.cz",993],["boundingintocomics.com",994],["themix.net",994],["metoffice.gov.uk",995],["boardgameoracle.com",996],["callofwar.com",997],["picrew.me",998],["stream4free.*",999],["sdna.gr",1000],["schnittberichte.com",1001],["infinityscans.xyz",1002],["infinityscans.net",1002],["infinityscans.org",1002],["karistudio.com",1003],["leafstudio.site",1003],["handirect.fr",1004],["giphy.com",1005],["politico.com",1006],["voz.vn",1007],["aov-news.com",1008],["summonersky.com",1008],["worldpopulationreview.com",1009],["sbs.com.au",1010],["msn.com",1011],["vid2faf.*",1012],["vidplay.*",1012],["ignboards.com",1013],["telepisodes.org",1014],["daddylive.*",1015],["9gag.com",1016],["m.shuhaige.net",1017],["laser-pics.com",1018],["uexpress.com",1019],["animeshqip.org",1020],["editor.plantuml.com",1021],["theorg.com",1022],["forgee.xyz",1023],["gamehub.cam",1023],["1001tracklists.com",1024],["mirror.co.uk",1025],["mobalytics.gg",1026],["javfilms.com",1027],["europix.top",1028],["91porna.com",1029],["glamour.com",1030],["abcnews.go.com",1031],["cryptofaucet.club",1032],["redecanaistv.*",1033],["redisex.*",1033],["fapeza.com",1034],["iflscience.com",1035],["sneakernews.com",1036],["emojipedia.org",1037],["agar.io",1038],["criollasx.com",1039],["birminghammail.co.uk",1040],["bristolpost.co.uk",1040],["dailyrecord.co.uk",1040],["hulldailymail.co.uk",1040],["liverpoolecho.co.uk",1040],["manchestereveningnews.co.uk",1040],["stokesentinel.co.uk",1040],["lightningmaps.org",1041],["velo.outsideonline.com",1042],["gulfnews.com",1043],["olamovies.*",1044],["tvpassport.com",1045],["greatandhra.com",1046],["forbes.com",1047],["borwap.net",1048],["waptrick.com",1048],["manwa.me",1049],["rediff.com",1050],["old.reddit.com",1051],["www.google.*",1052],["bikesales.com.au",1053],["disqus.com",1054],["arstechnica.com",1055],["dermnetnz.org",1055],["proboards.com",1056],["winclassic.net",1056],["app.koinly.io",1057],["duplichecker.com",1058],["plagiarismdetector.net",1058],["searchenginereports.net",1058],["smallseotools.com",1058],["turboplayers.xyz",1059]]);
|
|
30
|
+
const argsList = ["[]","[{\"selector\":\".ad-dfp\",\"action\":[\"style\",\"min-height: 0.1485mm !important; height: 0.1485mm !important;\"],\"cssable\":true},{\"selector\":\".header-center\",\"action\":[\"style\",\"margin-top:-5000px !important;\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"width: 1.745px !important; padding: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"veevad-\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popunder|\\\\(\\\\)\\\\{try\\\\{localStorage\\\\[/\"]]}]","[{\"selector\":\"html[lang=\\\"ko\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html[lang][dir=\\\"ltr\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"aside[class^=\\\"css-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + ins.adsbygoogle\"]]}]]},{\"selector\":\"html[data-theme][lang] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"filter: opacity(0) !important; pointer-events: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"> head > style:only-child\",\"tasks\":[[\"has-text\",\"width:399px;height:411px\"]]}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"~/shop\"],[\"spath\",\" a[href*=\\\"/aclick?\\\"]:not(.vsp_ads)\"]]},{\"selector\":\".b_ad\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_adLastChild\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_restorableLink\",\"action\":[\"remove\",\"\"]},{\"selector\":\".pa_sb\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\"ol#b_results > li.b_algo\",\"tasks\":[[\"has\",{\"selector\":\".b_lineclamp3\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^url\\\\(\\\\Sdata:image\\\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD.AAAA\"}]]}]]}]","[{\"selector\":\"div[id^=\\\"novelpia_\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#o_carrepub\",\"action\":[\"style\",\"height: 1px; margin: 0; min-height: auto; visibility: hidden; width: 1px;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-header-leaderboardAd\",\"action\":[\"remove\",\"\"]},{\"selector\":\"html[data-header-hasleaderboard]\",\"action\":[\"remove-attr\",\"data-header-hasleaderboard\"]}]","[{\"selector\":\".cb-comments__create-form\",\"action\":[\"style\",\"margin-top: 30px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments .collapseable-comments__collapse\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments\",\"action\":[\"style\",\"margin-bottom: 0 !important; top: -97px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .collapseable-comments__collapseable\",\"action\":[\"style\",\"margin-bottom: -80px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block__comments\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"li.s-item\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"SPONSORED\"]]}]]}]","[{\"selector\":\".amp-animate\",\"action\":[\"remove\",\"\"]},{\"selector\":\".publi_luto_horizontal\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"google_ads_iframe_\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"iframe[id^=\\\"google_ads_iframe\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-basic\\\"][class*=\\\"cluster__column-left\\\"]\",\"action\":[\"style\",\"margin-left: 17.0418006431vw !important;\"],\"cssable\":true},{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-hub\\\"][class*=\\\"cluster__column-middle\\\"][class*=\\\"cluster__break-after\\\"]\",\"action\":[\"style\",\"margin-bottom: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".subscribe-article .subscribe-truncate\",\"action\":[\"style\",\"max-height:unset!important;order:unset!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscriber-hider\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".subscribe-truncate\",\"action\":[\"style\",\"order:0!important;max-height:inherit!important\"],\"cssable\":true},{\"selector\":\".subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important\"],\"cssable\":true},{\"selector\":\".subscriber-hider\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"a[target][href^=\\\"https://x.chip.de/\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"position: inherit !important;\"],\"cssable\":true}]","[{\"selector\":\".desktop-wrapper.has-header-banner.mt-32\",\"action\":[\"style\",\"margin-top: 8rem !important;\"],\"cssable\":true},{\"selector\":\".single-story > header\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#ymm-sub-nav\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".lite-page__header-navigation--with-ad\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".research-resources-summary__inner.is-sticky\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background:none !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"tasks\":[[\"upward\",\"[target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"KeenTracking\"]]}]","[{\"selector\":\".no-scroll\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\".zc_top_mobil\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".td-animation-stack-type0-1\",\"action\":[\"style\",\"opacity:1 !important\"],\"cssable\":true}]","[{\"selector\":\".mat-drawer-container\",\"action\":[\"style\",\"overflow-x: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/recipes/\\\"])\",\"tasks\":[[\"upward\",2],[\"spath\",\" script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{16000}/\"]]}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"._4xQrn\",\"action\":[\"style\",\"max-height:0px\"],\"cssable\":true}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]","[{\"selector\":\"#gameEtTopRight.commonEt\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\"#gamelistCategories\",\"action\":[\"style\",\"margin-bottom: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.body-load\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"article[role=\\\"presentation\\\"] > div[style]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്പോൺസർ ചെയ്തത്|पुरस्कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]},{\"selector\":\"div[style=\\\"max-height: inherit; max-width: inherit;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Paid partnership with \"]]}]]}]","[{\"selector\":\"div[id] > .dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".body--onPlayer--ads\",\"action\":[\"remove-class\",\"body--onPlayer--ads\"]}]","[{\"selector\":\"html > body:not(.catalogsearch-result-index)\",\"tasks\":[[\"upward\",1],[\"spath\",\" > head > script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"body:not(:has(#remixd-audio-player)) > script\",\"tasks\":[[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"#ulCommentWidget[style*=\\\"display\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has(video)) > head > script\",\"tasks\":[[\"has-text\",\"connatix.com\"]]}]","[{\"selector\":\"html > head > script\",\"tasks\":[[\"has-text\",\"connatix.id\"],[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"window.cnx\"]]}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/video/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"connatix\\\"]\"]]}]","[{\"selector\":\".adthrive-video-player\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body.noImages .content img\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".widget-topad\",\"action\":[\"style\",\"padding-bottom: 20px !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has([class^=\\\"Dailymotion__Wrapper\\\"])) > head > script\",\"tasks\":[[\"has-text\",\"gptScript\"]]}]","[{\"selector\":\"html > head > meta[property=\\\"og:url\\\"]:not([content*=\\\"/games/\\\"], [content*=\\\"/play/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"#index-games\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" > head > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".col-md-6\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true}]","[{\"selector\":\".st-btn > img\",\"action\":[\"style\",\"margin: auto !important; display: block !important;\"],\"cssable\":true},{\"selector\":\".st-btn:not(.st-first)\",\"action\":[\"style\",\"display: inline-block !important; min-width: 50px !important; width: 50px !important;\"],\"cssable\":true},{\"selector\":\".st-hidden\",\"action\":[\"remove-class\",\"st-hidden\"]}]","[{\"selector\":\".ad-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".nonAppView > div div[class]:not([id]) > div[id^=\\\"div-gpt-ad\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"[onclick] .btxt\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] h5\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] p\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia_\"}],[\"xpath\",\"../..\"]]},{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + div\"]]},{\"selector\":\"p\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia-icon\"}],[\"xpath\",\"../..\"]]}]","[{\"selector\":\"link[rel=\\\"canonical\\\"]:not([href*=\\\"pageconfig=contactus\\\"])\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" script.optanon-category-C0001\"]]}]","[{\"selector\":\"body[style*=\\\"display: none\\\"]\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".base-asset-video\",\"action\":[\"remove-class\",\"base-asset-video\"]}]","[{\"selector\":\".subredditvars-r-ublockorigin [role=\\\"dialog\\\"] > div\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"community-highlight-card[subreddit-prefixed-name=\\\"r/uBlockOrigin\\\"][src]\",\"action\":[\"remove-attr\",\"src\"]}]","[{\"selector\":\"html:has(> head > :is(meta[name=\\\"subscriber_only\\\"][content=\\\"false\\\"], meta[property=\\\"og:url\\\"]:not([content*=\\\".html\\\"]))) script\",\"tasks\":[[\"has-text\",\"/googletagmanager|window\\\\.sophi/\"]]}]","[{\"selector\":\"[onclick$=\\\"return !ga.loaded;\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#page-header > header\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"section#home > #hero.pinned\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true}]","[{\"selector\":\"#logoContainer\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"gdwc-recommendations.is-hidden\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"connection-toast\\\"]\",\"action\":[\"style\",\"margin-top: 330px !important;\"],\"cssable\":true}]","[{\"selector\":\"#ad-container\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#comment-section\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper + .container\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true},{\"selector\":\".section-advert-banner--top\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"#fluid_video_wrapper_video-page-player\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\"#video-page-player-blocker\",\"action\":[\"style\",\"pointer-events:none\"],\"cssable\":true}]","[{\"selector\":\"video#diziyou_html5_api\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".ytlr-horizontal-list-renderer__items > .yt-virtual-list__container > .yt-virtual-list__item--visible.yt-virtual-list__item--selected.yt-virtual-list__item\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"table.info-table tr:has(td[colspan] .promo-box-any-banner)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"/anzeige/i\"]]}]","[{\"selector\":\"div.container\",\"action\":[\"style\",\"margin-top: 0px !important\"],\"cssable\":true}]","[{\"selector\":\".active > ul > li\",\"tasks\":[[\"has-text\",\"Ad:\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}],[\"spath\",\" + div\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}]]}]","[{\"selector\":\"[onclick] p\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Ad \"}],[\"xpath\",\"../..\"],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/MAHA/i\"]]}],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Times/i\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[(text()='Ad')]/../../..\"]]}]","[{\"selector\":\"H2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + DIV\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"]]}]","[{\"selector\":\".brand_ctn\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]}]","[{\"selector\":\".banner\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"ad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"banner-300x250\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#zedoads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedoads2\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"#story-maincontent\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\".adblockcontainer\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/^\\\\/(\\\\?[a-z]+=\\\\w+)?$/\"],[\"spath\",\" div[aria-posinset] :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-posinset]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/search/\"],[\"spath\",\" div[role=\\\"article\\\"] span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{265,}/\"}],[\"upward\",\"[role=\\\"article\\\"]\"]]},{\"selector\":\"#stream_pagelet div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"if\",{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"People You May Know\"]]}]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] [class] > a[href*=\\\"utm_source=facebook\\\"] span[class] > span[class][style*=\\\"-webkit-line-clamp\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has-text\",\"広告\"],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a span[aria-labelledby]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^S$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^p$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^d$/\"]]}],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a[aria-label=\\\"広告\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\".ego_column\",\"tasks\":[[\"if\",\"a[href^=\\\"/campaign/landing\\\"]\"]]},{\"selector\":\".ego_section\",\"tasks\":[[\"if\",\"a[href^=\\\"/ad_campaign\\\"]\"]]},{\"selector\":\".pagelet-group .pagelet\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"/Sponsored|Create ad|Crear un anuncio|Publicidad/\"]]}]]},{\"selector\":\".userContentWrapper > div div > span > span\",\"tasks\":[[\"has-text\",\"/^Suggested Post$/\"]]},{\"selector\":\"div[aria-describedby]:not([aria-posinset]) :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-describedby]\"]]},{\"selector\":\"div[aria-posinset]:has(a[aria-label=\\\"広告\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"div > span:has(abbr .timestampContent)\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/marketplace/item\"],[\"spath\",\" a[attributionsrc^=\\\"/privacy_sandbox/\\\"]:is([aria-label$=\\\" anunciante\\\"][aria-label*=\\\" d\\\"], [aria-label=\\\"Lien de l’annonceur\\\"], [aria-label$=\\\"autan pengiklan\\\"], [aria-label=\\\"Adverteerderskakel\\\"], [aria-label=\\\"Link sa nag-advertise\\\"], [aria-label=\\\"Link oglašivača\\\"], [aria-label=\\\"Odkaz od inzerenta\\\"], [aria-label=\\\"Link fra annoncør\\\"], [aria-label=\\\"Werbelink\\\"], [aria-label=\\\"Link ng advertiser\\\"], [aria-label=\\\"Link dell'inserzionista\\\"], [aria-label=\\\"Veza oglašivača\\\"], [aria-label=\\\"Manisautilirijimut kasurvik\\\"], [aria-label=\\\"Kiunganishi cha mtangazaji\\\"], [aria-label=\\\"Lyen konpayi ki fè piblisite a\\\"], [aria-label=\\\"Reklāmdevēja saite\\\"], [aria-label=\\\"Reklamuotojo nuoroda\\\"], [aria-label=\\\"Hirdető hivatkozása\\\"], [aria-label=\\\"Link tar-reklamatur\\\"], [aria-label=\\\"Adverteerderslink\\\"], [aria-label=\\\"Annonsørlenke\\\"], [aria-label=\\\"Link reklamodawcy\\\"], [aria-label=\\\"Link promotor\\\"], [aria-label=\\\"Lidhja e reklamuesit\\\"], [aria-label=\\\"Odkaz na inzerenta\\\"], [aria-label=\\\"Povezava oglaševalca\\\"], [aria-label=\\\"Mainostajan linkki\\\"], [aria-label=\\\"Annonsörlänk\\\"], [aria-label=\\\"Liên kết của nhà quảng cáo\\\"], [aria-label=\\\"Reklamveren bağlantısı\\\"], [aria-label=\\\"Σύνδεσμος διαφημιζόμενου\\\"], [aria-label=\\\"Връзка на рекламодател\\\"], [aria-label=\\\"Линк на огласувач на реклами\\\"], [aria-label=\\\"Сурталчлагчийн холбоос\\\"], [aria-label=\\\"Ссылка рекламодателя\\\"], [aria-label=\\\"Веза оглашивача\\\"], [aria-label=\\\"Посилання рекламодавця\\\"], [aria-label=\\\"რეკლამის განმთავსებლის ბმული\\\"], [aria-label=\\\"קישור של מפרסם\\\"], [aria-label=\\\"ایڈورٹائزر کا لنک\\\"], [aria-label=\\\"رابط المعلن\\\"], [aria-label=\\\"जाहिरातदार लिंक\\\"], [aria-label=\\\"विज्ञापनदाता द्वारा लिंक\\\"], [aria-label=\\\"বিজ্ঞাপনদাতা লিংক\\\"], [aria-label=\\\"বিজ্ঞাপনদাতার লিঙ্ক\\\"], [aria-label=\\\"જાહેરાતકર્તા લિંક\\\"], [aria-label=\\\"అడ్వర్టయిజర్ లింక్\\\"], [aria-label=\\\"പരസ്യദാതാവിന്റെ ലിങ്ക്\\\"], [aria-label=\\\"වෙළඳ ප්රචාරක සබැඳිය\\\"], [aria-label=\\\"ลิงก์ผู้ลงโฆษณา\\\"], [aria-label=\\\"광고주 링크\\\"], [aria-label^=\\\"廣告\\\"][aria-label$=\\\"連結\\\"], [aria-label=\\\"广告主提供的链接\\\"], [aria-label=\\\"広告主によるリンク\\\"])\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"runCount\"]]}]","[{\"selector\":\"body > .pubTime\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleImage\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleTitle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .storyBody\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".a-carousel-card:has(> div > div[cel_widget_id^=\\\"adplacements:\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad\",\"action\":[\"style\",\"position:absolute !important; left:-10000px !important; display:block !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\".iba-acceptable\",\"tasks\":[[\"has-text\",\"/Anzeige|Info/\"]]}]","[{\"selector\":\".list-articles > li\",\"tasks\":[[\"has\",{\"selector\":\".icon-addy\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"Anzeige\\\"$\"}]]}]]},{\"selector\":\".sp-article\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]]},{\"selector\":\"[data-article-id]\",\"tasks\":[[\"has\",{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ANZEIGE\"}]]}]]}]","[{\"selector\":\".main-nav .utilities > li\",\"action\":[\"style\",\"margin-left:-0.5px !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]","[{\"selector\":\".gnt_n\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body > div.gnt_n_w_w\",\"action\":[\"style\",\"margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".FeedStory.feed_item > div > div\",\"tasks\":[[\"has-text\",\"/by Quora for Business/i\"]]},{\"selector\":\".Toggle.SimpleToggle.ToggleAnswerFooterWrapper > div\",\"tasks\":[[\"has-text\",\"/Promoted/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AaDetector\"]]}]","[{\"selector\":\".center\",\"action\":[\"style\",\"margin-top:50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > a > div[id]\",\"action\":[\"style\",\"background: var(--c-bg, #aae5a3) !important\"],\"cssable\":true}]","[{\"selector\":\"body.pcm-public:not(.skybox-loaded)\",\"action\":[\"style\",\"margin-top: 90px !important;\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) > header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#content.sidebar2\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".disabled-vscroll\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Sponsored\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"/Protect your privacy/i\"]]},{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//strong[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".content-wrap #inner-wrap\",\"action\":[\"style\",\"height: 100vh !important;\"],\"cssable\":true},{\"selector\":\"body wu-header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id][style=\\\"width: 728px; height: 90px;\\\"]\",\"tasks\":[[\"upward\",\"#pub1\"]]}]","[{\"selector\":\".uppercase\",\"tasks\":[[\"has-text\",\"/advertisement/i\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: auto !important; position: static !important; width: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[starts-with(@id, \\\"dfp-ad\\\")]/../..\"]]},{\"selector\":\"article.story\",\"action\":[\"style\",\"opacity: 1.0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".btn-danger\",\"tasks\":[[\"has-text\",\"/download/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\'shift\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shift\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"admc\"]]}]","[{\"selector\":\".container > [class]\",\"tasks\":[[\"has-text\",\"VPN\"]]},{\"selector\":\".title ~ a[href] .button\",\"tasks\":[[\"upward\",\".container > div\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.write\"]]}]","[{\"selector\":\"#image_details\",\"action\":[\"style\",\"margin-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"self == top\"]]}]","[{\"selector\":\"center\",\"tasks\":[[\"has-text\",\"deal\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Hide your IP\\\")]/..\"]]},{\"selector\":\"ul > li\",\"tasks\":[[\"has-text\",\"//i\"]]}]","[{\"selector\":\"#alphabet, #channels, #divx-container, #hmenu, #inform, #nowlooking, #playerCamBox, #playerMenu, #qcat, #showPlayer, #tabel_tagslist, #video_content, #web_cam, .BaseRoomContents, .buttons, .carouselTopScroll, .carusel-keys-box-ps, .footerdesc, .in_top, .load_more_rel, .mainBoxTitle, .pagIno, .playerContent100pr, .relatedVideo, .right-160px, .videos-related, footer, header, [href^=\\\"/webcams.php\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/-h?ref/\",\"value\":\"\"}]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/^on/\",\"value\":\"/event/\"}]]}]","[{\"selector\":\"#vidPlayer span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".content\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"Branded Content\"]]}]]}]","[{\"selector\":\".video\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Live\"]]}]]},{\"selector\":\"[data-vid^=\\\"live-\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[href^=\\\"https://go.cam.feet9.com/\\\"]\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"[onclick*=\\\"banner\\\"]\",\"tasks\":[[\"upward\",\".video\"]]}]","[{\"selector\":\"div[class^=\\\"span\\\"] > div.box\",\"tasks\":[[\"has\",{\"selector\":\"> .title > div\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]]}]","[{\"selector\":\"#web\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"exdynsrv\"]]}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".advert\",\"action\":[\"style\",\"z-index: -999999 !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div#wrapper\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".clearfix.branding > .surftipp\",\"tasks\":[[\"has-text\",\"Anzeige\"]]}]","[{\"selector\":\".page-wrap > section\",\"tasks\":[[\"has-text\",\"Download the free\"]]}]","[{\"selector\":\"[data-testid=\\\"trend\\\"]\",\"tasks\":[[\"has-text\",\"/Promoted|Gesponsert|Promocionado|Patrocinat|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Promotert|Promoveret|Sponsrad|Mainostettu|Sponzorováno|Promovat|Ajánlott|Προωθημένο|Dipromosikan|Được quảng bá|推廣|推广|推薦|推荐|プロモーション|프로모션|ประชาสัมพันธ์|प्रचारित|বিজ্ঞাপিত|تشہیر شدہ|مُروَّج|تبلیغی|מקודם/\"],[\"upward\",1]]},{\"selector\":\"div[style^=\\\"transform\\\"] h2 > div[style^=\\\"-webkit-line-clamp\\\"] > span\",\"tasks\":[[\"has-text\",\"/^(?:Promoted Post|Promowany Post|Post promovat|プロモポスト)$/\"],[\"upward\",3]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"wadsBlocking\"]]}]","[{\"selector\":\".InfoPcBolsaAdBlock\",\"tasks\":[[\"xpath\",\"..\"]]}]","[{\"selector\":\".adLinkBar\",\"tasks\":[[\"upward\",\"article[style=\\\"z-index: 1;\\\"]\"]]},{\"selector\":\"[id^=\\\"t3\\\"].promotedlink\",\"tasks\":[[\"upward\",\".rpBJOHq2PR60pnwJlUyP0 > div\"]]},{\"selector\":\"div[id*=\\\"sidebar\\\"][data-before-content=\\\"advertisement\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".position-absolute\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".selected\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".elementor-row\",\"tasks\":[[\"has-text\",\"[Anzeige]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"FingerprintJS\"]]}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".dd-nav-global\",\"action\":[\"style\",\"top: 0 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"/link/out/\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true}]","[{\"selector\":\"#info\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".row.divider\",\"tasks\":[[\"has-text\",\"/sponsor|press releases/i\"]]},{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"/advert|sponsor/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"VPN\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[href^=\\\"/plugout.php\\\"]\",\"tasks\":[[\"upward\",\"[class^=\\\"col-sm\\\"]\"]]}]","[{\"selector\":\".wpsafe-top > div > center\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"#list-eps\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".les-title\",\"tasks\":[[\"has-text\",\"HD\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"axtd\"]]}]","[{\"selector\":\"form#go-popup\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad-wrapper\",\"tasks\":[[\"upward\",\"div.region-sidebar-first-wrapper\"]]}]","[{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"PLAY\"]]}]","[{\"selector\":\"div.border_radius\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#gameplay > iframe\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#blockblockB\",\"action\":[\"style\",\"display: block!important;\"],\"cssable\":true}]","[{\"selector\":\"#workspace\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".col-sm-4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:has(> .adsbygoogle)\"}]]},{\"selector\":\"embed\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"0x3\"]]}]","[{\"selector\":\".head\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"tr\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".postcontainer\",\"tasks\":[[\"has\",{\"selector\":\".usertitle\",\"tasks\":[[\"has-text\",\"Publicidade\"]]}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\".uk-card-secondary\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"AD\"]]}]","[{\"selector\":\"body *\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"margin\",\"value\":\"auto\"}],[\"matches-css\",{\"name\":\"width\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"display\",\"value\":\"block|table\"}]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\".viewLink\",\"tasks\":[[\"has-text\",\"AD |\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#af-all\",\"action\":[\"style\",\"margin-top: 4em;\"],\"cssable\":true}]","[{\"selector\":\".theme_article.sidebar_increase\",\"action\":[\"style\",\"height:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#asg-inplayer-block\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\"div.row\",\"tasks\":[[\"has-text\",\"in HD\"]]},{\"selector\":\"table.movie_version\",\"tasks\":[[\"has-text\",\"Promo\"]]}]","[{\"selector\":\"h2.widget-title\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[id^=\\\"imCell_\\\"][class=\\\"\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"toscr\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"}(window);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\",window\\\\);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"(window);\"]]}]","[{\"selector\":\".widget_custom_html ins\",\"tasks\":[[\"upward\",\".widget_custom_html\"]]}]","[{\"selector\":\".ad-loading\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#adter\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".single-entry-titles\",\"tasks\":[[\"has-text\",\"Sponsor\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Advert\\\")]\"]]},{\"selector\":\".composite-branding.branding\",\"tasks\":[[\"has-text\",\"/sponsored/i\"],[\"xpath\",\"..\"]]}]","[{\"selector\":\"#jeocontainer > span\",\"tasks\":[[\"has-text\",\"Promoted\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"btoa\"]]}]","[{\"selector\":\"a.extern[href^=\\\"//www.amazon.de/\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".happy-player-beside, .happy-section, .widget_execphp\",\"tasks\":[[\"has-text\",\"/Advertisement|ExoLoader/\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//a[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".banner-inner\",\"action\":[\"style\",\"width: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adb_detected\"]]}]","[{\"selector\":\".spot-thumbs > .right\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#player_img\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".links_table > .fix-table > table > tbody > tr\",\"tasks\":[[\"has-text\",\"Patrocinador\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/aclib|runPop/\"]]}]","[{\"selector\":\"input[value^=\\\"http\\\"]\",\"action\":[\"style\",\"width: 70% !important\"],\"cssable\":true}]","[{\"selector\":\"#content-embed\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\".video-block-happy-absolute\",\"tasks\":[[\"upward\",\".order-1\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()=\\\"AD\\\")]/..\"]]},{\"selector\":\".w-100\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"html[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section > div\",\"tasks\":[[\"has-text\",\"/^AD$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"google_ad_client\"]]}]","[{\"selector\":\"#main, #ielement\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#ava-game_container\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true},{\"selector\":\"#wrapped-content\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.adsbygoogle\"]]}]","[{\"selector\":\".banotset\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".im_outer_x\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"myreadCookie/\"]]}]","[{\"selector\":\".advertising\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".banner\",\"tasks\":[[\"upward\",\".block\"]]}]","[{\"selector\":\"#player-container\",\"tasks\":[[\"has-text\",\"Close ad\"]]}]","[{\"selector\":\"#adBanner\",\"action\":[\"style\",\"height:25px !important;left:-3000px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"#main > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"#sidebar > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\".side_banner\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"ins.adsbygoogle-noablate\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"body.swal2-shown > [aria-hidden=\\\"true\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[contains(text(),\\\"Advert\\\")]/../..\"]]},{\"selector\":\"td\",\"tasks\":[[\"has\",{\"selector\":\"> span[class]\",\"tasks\":[[\"has-text\",\"Advert\"]]}]]}]","[{\"selector\":\".active.dimmer.ui\",\"tasks\":[[\"has-text\",\"/Wait|Skip/i\"]]}]","[{\"selector\":\".panel-title\",\"tasks\":[[\"has-text\",\"REKLAM\"]]},{\"selector\":\"div.col-xs-12\",\"tasks\":[[\"has-text\",\"MMPORG OYUNLAR\"]]}]","[{\"selector\":\".table-hover.table > tbody > tr\",\"tasks\":[[\"has-text\",\"Descargar Premium\"]]}]","[{\"selector\":\"noscript\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"Adblocker\"]]}]","[{\"selector\":\"div.adsbygoogle.prebid.adocean.ado.ad.ads.advert.banner.reklama.linkSponsorowany.adsense.advertisments.reklama-top.adv_container\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\".yabo816.\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".title-section\",\"tasks\":[[\"has-text\",\"/adv/i\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100% !important\"],\"cssable\":true},{\"selector\":\"li.top-results__item span\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"li\"]]}]","[{\"selector\":\".wide_boxcontent\",\"tasks\":[[\"has-text\",\"/adb/i\"]]},{\"selector\":\"div[data-width][style*=\\\"background-image: url\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".ads-between-post\",\"tasks\":[[\"upward\",\".post-item\"]]}]","[{\"selector\":\".mobile-leaderboard-320-50\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".viewtable\",\"tasks\":[[\"has\",{\"selector\":\"> center\",\"tasks\":[[\"has-text\",\"▼ Scroll down to Continue ▼\"]]}],[\"spath\",\" > a[href][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"https://boyfriend.show/\\\"][rel=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#scroll.hidden, .footerLink.hidden\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\"#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[onclick][target]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"div[class^=\\\"css-\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > aside\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > div > section > div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"visibility: collapse !important\"],\"cssable\":true}]","[{\"selector\":\"#botaoLink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapfabtest\",\"action\":[\"style\",\"height:1px !important;width:1px !important\"],\"cssable\":true}]","[{\"selector\":\"[id=\\\"colunas\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#adkit_billboard\",\"action\":[\"style\",\"padding-top: 0px!important;\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"center, .main-content\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#go_d2\",\"action\":[\"style\",\"display: inline-block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .wpsafelink-multiple-pages\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".captcha-check, #tp-snp2, #countdown\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".elementor-location-footer\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".container > center\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\".container\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true},{\"selector\":\".getlink, #getlink\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"form\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link, #section2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-link, #section2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-wrapper\",\"action\":[\"style\",\"min-height:initial! important;\"],\"cssable\":true}]","[{\"selector\":\"#gotolink, #getlink, #notarobot, .bt-success, #waiting, #pop-button, .modal-content, [src*=\\\"cloudflare.com\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gotolink[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #jatinbtn-continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp98, #jatinbtn-continue\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6, #tp98\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6, #tp98\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#yuidea-snp, #btn6, #yuidea, #countdown\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#yuidea-snp, #btn6, center, [src*=\\\"google.com/recaptcha\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#makingdifferenttimer\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".no_display\",\"action\":[\"style\",\"display: block!important; opacity: 1!important\"],\"cssable\":true},{\"selector\":\"h4, .get_btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".banner-page .container.links\",\"action\":[\"style\",\"height: fit-content! important;\"],\"cssable\":true}]","[{\"selector\":\"#iframe_id, .text-left\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#step, #next, #scroll, #glink, #countdown, #surl, #ctext, .btn-danger.btn\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#surl\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\".centered, [src*=\\\"iamnotrobot.png\\\"], #wpsafe-link, #wpsafelink-landing, #wpsafe-generate\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"form[id]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmls\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"allow ads\\\")]\"],[\"upward\",3]]},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"div.text-center[id]\",\"action\":[\"style\",\"height: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".btn-primary\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".adtester-container\",\"action\":[\"style\",\"min-height: 0px !important; max-height: 1px !important; opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".result_content_ff\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #my-btn2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #my-btn2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gourl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#gourl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".buttondownload\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".buttonnya\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"form > div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tristana, #_append, #myDiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#link, center, #yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-generate, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-wait1, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#landing, .soractrl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".kecil\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".g-recaptcha, #cross-verify-go, .captcha-check, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#rtg-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2, #cross-snp2, .tp-top\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21, [id^=\\\"Step\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"[id^=\\\"rtg\\\"], .continue_btn, [class*=\\\"rtg\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div.step_box > h4, #rtg-snp-btn, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#form > [id], [id^=\\\"wpsafe-link\\\"], [id^=\\\"plan\\\"], .wpsafelink-button, #wpsafelinkhuman, [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#notarobot, #gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #gotolink\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#donead\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"a[onclick*=\\\"adlink()\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"a.get-link.disabled\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display:block !important; height:70px !important; width:260px !important; background:linear-gradient(to right,#eb3349 40%,#f45c43) !important; position:fixed !important; top:20% !important; left:50% !important; transform:translate(-50%,-50%) !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#notarobot, #btn7\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #btn7\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#file\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#file\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#username[required]\",\"action\":[\"remove-attr\",\"required\"]}]","[{\"selector\":\"#tp982, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp982, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink, #newtimer\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#link, #btn6, #yuidea-snp\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #btn6, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#tp98[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".text-primary.inline-block, button.text-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn2, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#bottomButton\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".box-main\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top_nav, .rd_btn, .soractrl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#top_nav, .rd_btn, .soractrl, .large\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btnfianl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/AdbModel|showPopup/\"]]}]","[{\"selector\":\".btn-success, .btn-primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".btn-success, .btn-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\".RecurringadBanner\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".circular-progress, button, b > p > span\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > div\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"form button[id]\",\"action\":[\"style\",\"display: block !important; margin-top: 380px !important; margin-left: 10px !important; height: 70px !important; width: 260px !important; background: linear-gradient(to right,#eb3349 40%,#f45c43) ! important;\"],\"cssable\":true},{\"selector\":\"form button[id], .box-main, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#dlp, #dlndiv, #plzw, div:has(> .icon), nav\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"iframe[id^=\\\"google_ads_iframe_/\\\"], div[id^=\\\"adm-container-\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .text-center.wpsafe-top > div > h1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#info-message\",\"tasks\":[[\"has-text\",\"ADBLOCK\"]]},{\"selector\":\"span[style]\",\"tasks\":[[\"has\",{\"selector\":\"> span[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]]}]","[{\"selector\":\".linkcontain > button\",\"tasks\":[[\"has-text\",\"Download Link\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detectAdBlock\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#rtg-snp2, #rtg-snp21[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#original\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#continue-button\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#dwform\",\"action\":[\"style\",\"margin-top: -180px !important;\"],\"cssable\":true},{\"selector\":\"#outer-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\".button-group, #lsdwnbtn, #dwform, #btngroup\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{14000}/\"]]}]","[{\"selector\":\".slideshow__desktop-ad\",\"action\":[\"style\",\"max-height:20px\"],\"cssable\":true}]","[{\"selector\":\".swiper-slide [data-testid=\\\"topStories-cardSlider-ad\\\"]\",\"tasks\":[[\"upward\",\".swiper-slide\"]]}]","[{\"selector\":\".content.page.page-video .video-content > div[class] > div > div[class] > div[class][style^=\\\"background-image:\\\"]\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true},{\"selector\":\".page-video > div.video-videos-slider ~ div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"justify-content\",\"value\":\"^center$\"}]]}]","[{\"selector\":\"span:only-child\",\"tasks\":[[\"has-text\",\"/^AD$/\"],[\"upward\",2]]}]","[{\"selector\":\".underplayer\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".inside-list-boxes\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adstrick > .video-item\",\"action\":[\"style\",\"clear: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"mikex\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".MuiGrid-item div[style^=\\\"position\\\"] > div\",\"tasks\":[[\"has-text\",\"Skip Ad\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"WebAssembly\"]]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".item:has(a[href^=\\\"https://hive.arf.dev\\\"])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\".img_box\",\"tasks\":[[\"has-text\",\"Anzeige\"]]},{\"selector\":\"aside ins\",\"tasks\":[[\"upward\",\"aside\"]]}]","[{\"selector\":\"html > iframe[style^=\\\"display:\\\"]:not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".block_area iframe\",\"tasks\":[[\"upward\",\".block_area\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiblock\"]]}]","[{\"selector\":\"a[href^=\\\"https://ballexclusives.com/\\\"][class]\",\"tasks\":[[\"has-text\",\"Refresh\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"onerror\"]]}]","[{\"selector\":\"img[alt]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #2D2D2D;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Ad-adContainer\\\"]\",\"action\":[\"style\",\"min-height:1px!important;min-width:1px!important;\"],\"cssable\":true}]","[{\"selector\":\".loading-overlay\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\"#main-bottom\",\"action\":[\"style\",\"margin-top: 164px !important;\"],\"cssable\":true}]","[{\"selector\":\".sgpb-overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapper-content\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".fluid-magic-subnav-view.desktop-nav-ad .fluid-subnav.fixed, .fluid-magic-subnav-view.mobile-nav-ad .fluid-subnav.fixed\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".global-nav-view.desktop-nav-ad, .global-nav-view.desktop-nav-ad .global-nav-content, .global-nav-view.mobile-nav-ad, .global-nav-view.mobile-nav-ad .global-nav-content\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".search-photos-unified-page-view .desktop-nav-ad\",\"action\":[\"remove-class\",\"desktop-nav-ad\"]},{\"selector\":\".search-photos-unified-page-view .mobile-nav-ad\",\"action\":[\"remove-class\",\"mobile-nav-ad\"]},{\"selector\":\"body::after\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post_simple\",\"tasks\":[[\"has\",{\"selector\":\".postsimple_pseudo\",\"tasks\":[[\"has-text\",\"/promo/i\"]]}]]}]","[{\"selector\":\"#app\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#app_msg\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#download-form\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#banner-mnz-topleft\",\"action\":[\"style\",\"height: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".samBackground\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".row-container\"]]}]","[{\"selector\":\".add-bx\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"min-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".background-cloud\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\".placeholder\",\"action\":[\"remove-class\",\"placeholder\"]}]","[{\"selector\":\"#banner_overlay-postitial-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"a.download[target=\\\"_blank\\\"]:not(a[href*=\\\"ctrlv.\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detect\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#breadcrumb + .trytopnav\",\"action\":[\"style\",\"top: 36px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + #breadcrumb ~ #container\",\"action\":[\"style\",\"top: 84px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav ~ #dragbar + #container\",\"action\":[\"style\",\"top: 48px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav\",\"action\":[\"style\",\"top: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"css\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"[href*=\\\"redirect\\\"]\",\"tasks\":[[\"upward\",\"section\"]]},{\"selector\":\"aside\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[data-empty^=\\\"true\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\"#video-player-track[style*=\\\"display: block\\\"]\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".cp-modal-popup-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class*=\\\"better-ads-listitemad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#nextBTNH\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true},{\"selector\":\"body.pcm-public\",\"action\":[\"style\",\"margin-top: 84px !important;\"],\"cssable\":true}]","[{\"selector\":\".ad\",\"tasks\":[[\"upward\",\".horizontal-ads-content\"]]}]","[{\"selector\":\".adBanner\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#top_fold[style=\\\"display:flex !important;\\\"]\",\"action\":[\"style\",\"min-height: 0px !important; transition: all 0s ease 0s !important;\"],\"cssable\":true}]","[{\"selector\":\"section.ShopWidget\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":[\"Advertisement\",\"i\"]}]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"ADV\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav.sticky\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id] *\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"/^Try (?:D.?V.?D.?F.?a.?b|StreamFab)/\"],[\"spath\",\" + a[href]\"]]}]]}]","[{\"selector\":\"#vote-root\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\".css-adfhee\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"visibility:visible !important\"],\"cssable\":true}]","[{\"selector\":\"#show_ag\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#wtf\",\"action\":[\"style\",\"visibility:visible!important;display:block!important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"script\"]]}]","[{\"selector\":\"script[src$=\\\"ads.js\\\"]\",\"tasks\":[[\"upward\",\"section[id]\"]]}]","[{\"selector\":\"center > font[size=\\\"3\\\"][face=\\\"ARIAL\\\"]\",\"tasks\":[[\"has-text\",\"ADVERTISING\"],[\"upward\",\"td\"]]}]","[{\"selector\":\"#googletop\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"img[src$=\\\"/knewz_300x250.png\\\"]\",\"tasks\":[[\"upward\",\".widget_text\"]]}]","[{\"selector\":\"[href^=\\\"/click\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"div[id$=\\\"_frame_content\\\"][class=\\\"wide_boxcontent\\\"]\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advert\"]]}]","[{\"selector\":\"body > div\",\"tasks\":[[\"shadow\",\"div\"],[\"shadow\",\"div\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"div:not([class])\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"ins.adsbygoogle[data-ad-client]\"]]}]]}]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"break;case\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?RegExp/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement('script')\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement(\\\\'script\\\\')\"]]}]","[{\"selector\":\"a[href].Post-item:has(.Post-item-external-ad)\",\"action\":[\"style\",\"opacity: 0 !important; cursor: unset !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".leftMenu .menuHeadline\",\"tasks\":[[\"has-text\",\"3D\"]]}]","[{\"selector\":\".adsbyexoclick\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"id\",\"value\":\"/[a-zA-Z]{40,}/\"}]]}]","[{\"selector\":\".videos-ad__wrap\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".home-page.main-section, html > body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\".slideMenu\",\"action\":[\"style\",\"top: -7px !important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html > iframe[style=\\\"display: none;\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"u_cfg\"]]}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"div[class$=\\\"-margin-Advert\\\"]\",\"action\":[\"style\",\"height:1px !important;width:1px !important;position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div[pb-serve-label*=\\\"advert\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".thumb div.ad\",\"tasks\":[[\"upward\",\".thumb\"]]}]","[{\"selector\":\"body.desktopView.hasFooterAd .mainSection\",\"action\":[\"style\",\"margin-bottom: 0!important;padding-bottom: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"a > img + div[class]:last-of-type\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]},{\"selector\":\"div[sizes] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]}]","[{\"selector\":\"div > .page > div > div[style]\",\"tasks\":[[\"has-text\",\"/^Advertise/i\"],[\"spath\",\" + a\"]]}]","[{\"selector\":\"[id^=\\\"Ad\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".video-image > .track_outbound_post\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[data-cg-ft=\\\"sponsored-listing-badge\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"[id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".ipsType_richText a\",\"action\":[\"style\",\"color:currentcolor !important\"],\"cssable\":true},{\"selector\":\"a[data-autolink]\",\"action\":[\"style\",\"text-decoration: none !important; color: inherit !important; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"#fafsf2\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"[style*=\\\"pointer-events\\\"]\",\"action\":[\"style\",\"pointer-events:auto !important\"],\"cssable\":true}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"0x\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisements\"}]]}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",\"[style*=\\\"visibility\\\"]\"]]}]","[{\"selector\":\"script[language=\\\"javascript\\\"]\",\"tasks\":[[\"has-text\",\"open\"]]}]","[{\"selector\":\"#int-over\",\"action\":[\"remove\",\"\"]},{\"selector\":\"#intt-layer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"a[href^=\\\"/visual/\\\"]\",\"tasks\":[[\"upward\",\".menu > div[id]\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"Ads\"}]]},{\"selector\":\"div[id*=\\\"myabandonware_leaderboard_btf_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"div[id*=\\\"myabandonware_medrec_right_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"justify-content\"]]}]","[{\"selector\":\"[id^=\\\"cookieConsent\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div#responseads\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".cover\",\"action\":[\"style\",\"background-image: none!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"main > div > div > div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^350px$\"}]]}]","[{\"selector\":\"ins.adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"div.sacret\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#adsads\",\"action\":[\"style\",\"height: 9px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"/adblock|supporter/\"]]}]","[{\"selector\":\"*[style=\\\"display:none;\\\"]\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"body:not([data-template]) a[rel=\\\"nofollow\\\"][href^=\\\"/reviyuu/b784/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".e76xF.bJlt-\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav-bar\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) .topnav\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#playVideo\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true},{\"selector\":\"#player_embed\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/\\\\/posts/\"],[\"spath\",\" div[data-comment*=\\\"gab-ad\\\"]\"],[\"has\",{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]]},{\"selector\":\"div[class] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",5]]}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",\"[data-qa-id]\"]]}]","[{\"selector\":\".jw-reset.jw-wrapper\",\"action\":[\"style\",\"z-index:2147483647 !important\"],\"cssable\":true}]","[{\"selector\":\".Yc2Sp h1, .Yc2Sp a\",\"action\":[\"style\",\"font-size: 0 !important;\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"] > div > a[href=\\\"/docs/en/relevantads\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link, .bt-success\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-time\",\"tasks\":[[\"upward\",\"[id^=\\\"wpsafe-wait\\\"]\"]]}]","[{\"selector\":\"div[style^=\\\"--row-gutter\\\"] > div a[href=\\\"/brands\\\"]\",\"tasks\":[[\"upward\",\"div[style^=\\\"--row-gutter\\\"] > div\"]]}]","[{\"selector\":\".game-over-ad-legacy-component\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body.board-layout.with-und\",\"action\":[\"style\",\"margin-right:0px!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ref=\\\"saashub\\\"]\",\"tasks\":[[\"upward\",\"div.feed-item\"]]}]","[{\"selector\":\".fKZLNI\",\"action\":[\"style\",\"width:120% !important\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\".blur-sm\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\".advert-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".left_shadow\",\"tasks\":[[\"has-text\",\"Fast\"]]}]","[{\"selector\":\".thleft\",\"tasks\":[[\"has-text\",\"Fast\"],[\"upward\",2]]}]","[{\"selector\":\"[id^=\\\"desig-\\\"]\",\"tasks\":[[\"has-text\",\"ANZEIGE\"]]}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"button\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".ad-removal-info\",\"tasks\":[[\"has-text\",\"ads\"],[\"upward\",\"[class]\"]]}]","[{\"selector\":\"#f13 > b\",\"tasks\":[[\"has-text\",\"Sponsor\"],[\"upward\",4]]}]","[{\"selector\":\"#clickfakeplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"script[type]\",\"tasks\":[[\"has-text\",\"c=document.createElement\"]]}]","[{\"selector\":\".related_box:has(.adds)\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"#clickfkplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\".safelink-recatpcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"div\"]]},{\"selector\":\"div[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"form > div\"]]}]","[{\"selector\":\"#cc\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center:not([id]) [id^=\\\"adngin-\\\"]\",\"tasks\":[[\"upward\",\".text-center:not([id])\"]]}]","[{\"selector\":\".page__content-header\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".widget a.gofollow\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"button\",\"tasks\":[[\"has-text\",\"/Watch|🎟|👉/\"]]}]","[{\"selector\":\".ad_block\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"[style=\\\"display:none\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-block-popup\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".native-ad-item-panel\",\"tasks\":[[\"upward\",\".vertical-view__item\"]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"has-text\",\"Provider\"]]}]","[{\"selector\":\"a[href*=\\\"&epik=\\\"]\",\"tasks\":[[\"upward\",\"[data-grid-item]\"]]}]","[{\"selector\":\"[href*=\\\"3cx\\\"]\",\"tasks\":[[\"upward\",\"tbody\"]]}]","[{\"selector\":\"[src^=\\\"blob:https://autofaucet.dutchycorp.space/\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"wpsafe-generate\\\"], #continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open *\",\"action\":[\"style\",\"filter: none!important;\"],\"cssable\":true}]","[{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + div\"]]},{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\".video-info > section\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"],[\"spath\",\" + section\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"]]}]","[{\"selector\":\".main-body > div > div[class]:not([class^=\\\"item\\\"]):not([class^=\\\"article\\\"])\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]},{\"selector\":\"div[class*=\\\"article\\\"] > div:not([class]) > div[class]\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math.imul\"]]}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"margin-top:60px !important\"],\"cssable\":true}]","[{\"selector\":\"div > [id$=\\\"_slot\\\"]\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"section.wix-blog-hide-in-print p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"body.no-touch li.wt-list-unstyled div.v2-listing-card__info > div.wt-text-caption.wt-text-grey > span:not(.wt-icon):not([aria-role])\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^inline-block$\"}],[\"has-text\",\"/^Ad/i\"],[\"upward\",\"li\"]]},{\"selector\":\"li:not(#ad-ubo) .listing-link[href*=\\\"ref=sc_gallery\\\"]\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\".pagebody\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"bottom: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper\",\"action\":[\"remove\",\"\"]},{\"selector\":\".sticky_rail600\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\".aoa_overlay\",\"action\":[\"style\",\"height: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#btngetlink\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".HTML.widget .adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"div[width=\\\"300\\\"][height=\\\"250\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"div[width=\\\"728\\\"][height=\\\"90\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#tp-generate, [id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\"#colunas\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > p > span\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\"[id^=\\\"outbrain_widget_\\\"].OUTBRAIN[data-src]\",\"tasks\":[[\"has\",{\"selector\":\"> .ob-widget > .ob-widget-header > span.ob-grid-header-text\",\"tasks\":[[\"has-text\",\"/^MEHR AUS DEM WEB|MEHR AUS DEM NETZ|AUCH INTERESSANT$/\"]]}]]}]","[{\"selector\":\".search-page__result .listings-standout\",\"tasks\":[[\"upward\",\".search-page__result\"]]},{\"selector\":\".searchResults .product-card__ad-copy\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"D4zz.\"]]}]","[{\"selector\":\".show_download_links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 0px !important; visibility: collapse;\"],\"cssable\":true}]","[{\"selector\":\".ssm_adunit_container\",\"tasks\":[[\"upward\",\"[id^=\\\"list_ads\\\"]\"]]}]","[{\"selector\":\"#download_link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".definetelynotanad\",\"tasks\":[[\"upward\",\"[class^=\\\"col-md-\\\"]\"]]}]","[{\"selector\":\".partner-banner\",\"tasks\":[[\"upward\",\"div[style]\"]]}]","[{\"selector\":\".mod-container\",\"tasks\":[[\"has-text\",\"/sponsor/i\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true},{\"selector\":\"html.can-have-sky .page-body > .section-content\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adslotFilledByCriteo\"]]}]","[{\"selector\":\".glass-panel > ins.adsbygoogle\",\"action\":[\"style\",\"height: 10px !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"sjv.io\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmlAds\"]]}]","[{\"selector\":\"#dclm-blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".py-4 > p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\".TablesTitle > div:not([style=\\\"padding\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"googlesyndication\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\".dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"#screenshots span[style=\\\"width:222px\\\"] > a[href]\",\"action\":[\"remove-class\",\"/ad/i\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popMagic\"]]}]","[{\"selector\":\"[class*=\\\"MPU\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"[id*=\\\"mpu\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\\\\"admc\\\\\\\"\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"brave\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"numberPages\"]]}]","[{\"selector\":\".logo, .blinker\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"afScript\"]]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".id-Page-layoutWrap, .id-SiteWrap, .id-SiteHeader-wrap\",\"action\":[\"style\",\"width: 100% !important; max-width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".MediaStep\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".td-pb-span8\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"chp_ads_blocker_detector\"]]}]","[{\"selector\":\"style[id$=\\\"-css\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"article:has(a[href^=\\\"https://www.facebook.com/ads/\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"main > div div[style*=\\\"flex-direction: column;\\\"] > article > div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Maksettu kumppanuus|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്പോൺസർ ചെയ്തത്|पुरस्कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]}]","[{\"selector\":\"._2gSkZ\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[data-id] > div[data-tkid] > div[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[data-id]\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/^Ad$/\"],[\"upward\",\"div[style]\"]]}]","[{\"selector\":\"[class*=\\\"superbanner\\\"]\",\"tasks\":[[\"upward\",\"article > div:not(#main)\"]]}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#rightcolumn > .rbox > .rboxInner img[alt=\\\"Advertisement\\\"]\",\"tasks\":[[\"upward\",\".rbox\"]]},{\"selector\":\".wallpaperSidebarAds\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.td-background-link\",\"action\":[\"style\",\"cursor:default !important;\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ads\"}]]}]","[{\"selector\":\".container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ads\",\"action\":[\"style\",\"position: absolute; opacity: 0; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"[data-profile-url-path^=\\\"/localservices\\\"]\",\"tasks\":[[\"has-text\",\"/google screened/i\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"[style]\",\"tasks\":[[\"has-text\",\"PREMIUM\"]]}]","[{\"selector\":\"button#getlink, button#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"min-height:11px!important;height:11px!important;opacity:0\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"width:11px;height:11px\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv\",\"action\":[\"style\",\"display: inline !important;\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv, #containerr\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id$=\\\"content\\\"] img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"post-\\\"]\",\"action\":[\"remove-class\",\"hidden_share\"]}]","[{\"selector\":\".post-content img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha, iframe[src*=\\\"google.com/recaptcha\\\"], .btn-captcha, .btn-black-outline\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-snp1\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#wpsafe-snp1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"[onclick^=\\\"showAd\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#M1[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"#dlcharts-list + div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]},{\"selector\":\".fb > .Listing > div\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]}]","[{\"selector\":\".FC__Container.min-height-250px-mu\",\"action\":[\"style\",\"max-height: 0.1px !important; height: 0.1px !important; min-height: 0px !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"--topbanner-height-min:unset!important;--topbanner-height-max:unset!important;\"],\"cssable\":true}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset!important;\"],\"cssable\":true}]","[{\"selector\":\".css-1352p5e\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1s6rfoz\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1wm768n\",\"action\":[\"style\",\"height: 1560px !important;\"],\"cssable\":true},{\"selector\":\".css-uc3mu7\",\"action\":[\"style\",\"margin-top: 0 !important; height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".gridRowPad\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".a11t--product\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-content > h4 > strong\",\"tasks\":[[\"has-text\",\"Brave\"]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisement\"}],[\"upward\",1]]}]","[{\"selector\":\"div > ins\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"two_worker_data_js\"]]}]","[{\"selector\":\".spr > .container-fluid:not([data-autopromo-name=\\\"freepik\\\"])\",\"tasks\":[[\"upward\",\".spr\"]]}]","[{\"selector\":\"#shortGoToCont.hidden\",\"action\":[\"remove-class\",\"hidden\"]},{\"selector\":\"#timerContainer > div:not(:has(#timerPercentage))\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"article > [class^=\\\"tc-view\\\"] #ad-header\",\"tasks\":[[\"upward\",\"article > [class^=\\\"tc-view\\\"]\"]]}]","[{\"selector\":\"body:not(.home) #content\",\"action\":[\"style\",\"margin-top: 13px !important;\"],\"cssable\":true}]","[{\"selector\":\"#customad\",\"tasks\":[[\"upward\",\".code-block\"]]},{\"selector\":\".brxe-div > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\".brxe-container\"]]},{\"selector\":\"section.brxe-section > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\"section\"]]}]","[{\"selector\":\".lm-hide\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/ConsoleBan|alert|AdBlocker/\"]]}]","[{\"selector\":\".banner-wrapper\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",2]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Rek\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Reklama\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"klama\"]]},{\"selector\":\"[data-draggable-target]\",\"tasks\":[[\"has-text\",\"Rekl\"],[\"spath\",\":not(*:has([href*=\\\"radio\\\"]))\"]]}]","[{\"selector\":\".content3 > div[style]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".ad-zone\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".row > [id^=\\\"sPost\\\"]\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true}]","[{\"selector\":\"#primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".co-Widget[style=\\\"min-height: 6000px;\\\"]\",\"action\":[\"style\",\"min-height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".container > .adsbygoogle\",\"tasks\":[[\"upward\",\".container\"]]},{\"selector\":\".container > div > .adsbygoogle\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".channel-feed__brick .cfeed-card-contents--banner-adsense\",\"tasks\":[[\"upward\",\".channel-feed__brick\"]]}]","[{\"selector\":\".is-full .climad-badge\",\"tasks\":[[\"upward\",\".is-full\"]]}]","[{\"selector\":\"#ad-Billboard\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"[data-stack-index] > section > div > div [data-item-id] > a[link-identifier][href^=\\\"https://wrd.walmart.com\\\"]\",\"tasks\":[[\"upward\",\"section > div > div\"]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#submitbutton[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"a#gobutton[onclick]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#izobrazhenie-1\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".group_viewport, .page__viewport\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px!important;\"],\"cssable\":true}]","[{\"selector\":\".main > div.container > h2\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".item > .post\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true},{\"selector\":\".item\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".efi_enabled\",\"action\":[\"style\",\"overflow: auto !important; height: auto !important; width: auto !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\"#main > div[class] > div div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"advertisement\\\"$\"}],[\"upward\",\"#main > div[class] > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/htmls|google_ad_client/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math\"]]}]","[{\"selector\":\"div[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"div[class]\"]]},{\"selector\":\"li[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"li[class]\"]]}]","[{\"selector\":\"div[class][data-mobid] > div[class=\\\"vm-placement\\\"][data-id]\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Adv\"}]]}]","[{\"selector\":\"[data-koukoku-width]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body > div iframe\",\"tasks\":[[\"upward\",\"body > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adsBlocked\"]]}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval[\\\\s\\\\S]*?decodeURIComponent/\"]]}]","[{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,200px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1024px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,250px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 768px)\"]],\"cssable\":true}]","[{\"selector\":\"#chapter-images div\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"h3.my-4\",\"tasks\":[[\"has-text\",\"/^Advertising/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shouldPop\"]]}]","[{\"selector\":\"body > [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id][class] > [class]\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^2147483[0-9]{3}$\"}]]}]","[{\"selector\":\"body [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class]:first-child\",\"tasks\":[[\"has-text\",\"REKLAMA\"],[\"spath\",\":not(:has(> *))\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[string-length(@href) > 1600]\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div > style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> style:first-child\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div > div > style:first-child\"],[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div\"]]}],[\"spath\",\":not(:has([data-st-area^=\\\"czyt_dalej\\\"]))\"]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:first-child > div:first-child:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class]:has(> img[src] ~ div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div > h6\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie\"]]},{\"selector\":\"section > h2\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie:\"]]}]","[{\"selector\":\"#site-header\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div + style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"right:0;top:0;bottom:0;left:0;margin:auto;position:absolute;\"],[\"upward\",1]]}]","[{\"selector\":\"#bottom-sticky-container > div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"class\",\"value\":\"/^[a-zA-Z]{2}$/\"}],[\"spath\",\":not([id])\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:first-child > a > img[src^=\\\"https://v.wpimg.pl/\\\"]):not([alt], [id], [width], [data-src]) + div:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:only-child > * > div > .border > .container > .labelCopy\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]}]","[{\"selector\":\"a[href=\\\"https://www.wp.pl\\\"][data-st-area=\\\"goToSG\\\"] + div\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > div\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:only-child > a > div:empty:only-child) + div:last-child:empty\"}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> iframe:only-child) + div:last-child:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"R.*E.*K.*L.*A.*M.*A\"}],[\"upward\",1]]}]","[{\"selector\":\"div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"> a:first-child:has(> div:empty:only-child) + div:empty:last-child\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> a:first-child > img[src^=\\\"https://v.wpimg.pl/\\\"]) + div:empty:last-child\"}]]}]","[{\"selector\":\"html, html > body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-body\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([style^=\\\"width: 1px; height: 1px; position: absolute; left: -10000px; top: -\\\"])\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"await fetch\"]]}]","[{\"selector\":\"body[style=\\\"margin-top: 90px; margin-bottom: 90px;\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"button[onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#obalovydiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"style\\\"]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/'.adsbygoogle'|text-danger|warning|Adblock|_0x/\"]]}]","[{\"selector\":\"[href*=\\\"preroll\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent(escape(r))\"]]}]","[{\"selector\":\"#skip\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".fluid-close[target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"target\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popstate|popMagic/\"]]}]","[{\"selector\":\".widget-height\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".below-ad-wrapper\",\"action\":[\"style\",\"margin-top: 51px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"HomepageSection\\\"]\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"top_ads_add\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popUnder\"]]}]","[{\"selector\":\".entry.card div:is(#sidead, .topad)\",\"tasks\":[[\"upward\",\".entry.card\"]]}]","[{\"selector\":\"#content > form[id]:has(> center > button)\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal_dialog_base\",\"tasks\":[[\"has\",{\"selector\":\"> .modal_top_header\",\"tasks\":[[\"has-text\",\"Marketing\"]]}]]},{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> thead > .collapsableSection > td\",\"tasks\":[[\"has-text\",\"Ads\"]]}]]}]","[{\"selector\":\".pum-open-overlay\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".mod-sidebar\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"a[href^=\\\"/out/\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".result:has(.result-open-metagerkey)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"section h6\",\"tasks\":[[\"has-text\",\"Advertising\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"a.dl-link[href][onclick*=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"a.dl-stub:not([href])\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[250px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".list_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".lst_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"main > div > div:empty\",\"tasks\":[[\"matches-css\",{\"name\":\"min-height\",\"value\":\"^250px$\"}],[\"matches-css\",{\"name\":\"min-width\",\"value\":\"^80%$\"}]]}]","[{\"selector\":\"div.fixed[style^=\\\"z-index:\\\"]\",\"tasks\":[[\"has-text\",\"گوشی خود را بچرخانید\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"ai_adb\"]]}]","[{\"selector\":\"a.btn-ad-iframe:not(a[href*=\\\"empire-\\\"])\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"#timed\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"button\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"button\",\"action\":[\"remove-class\",\"hidden\"]}]","[{\"selector\":\"body > div[style]\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"liedetector\"]]}]","[{\"selector\":\".ad-unit\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".widget .adsSidebarContainer\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"end_click\"]]}]","[{\"selector\":\":is(.owl-item, .thumb-item-flow):has(a[href^=\\\"https://www.polybuzz.ai/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[aria-label=\\\"Why this ad?\\\"]\",\"tasks\":[[\"upward\",\"[data-pla=\\\"1\\\"]\"]]}]","[{\"selector\":\".body-container\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true},{\"selector\":\"[style*=\\\"desktop-url\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#header-new\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".css-1uhcmhp\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 80em)\"]],\"cssable\":true},{\"selector\":\"div > article[data-q=\\\"search-result\\\"] > a[data-q=\\\"search-result-anchor\\\"] > div > figure.listing-tile-thumbnail-image + div\",\"tasks\":[[\"has-text\",\"Featured\"],[\"upward\",\"article[data-q=\\\"search-result\\\"]\"]]}]","[{\"selector\":\"#deviantartcom_desktop-devpage-sidebar-300x250-atf\",\"tasks\":[[\"upward\",\"div[role=\\\"complementary\\\"] > div\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.panda-novel.com/advertising\\\"]\",\"tasks\":[[\"upward\",\".index-swiper\"]]}]","[{\"selector\":\"#my-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".serieslist > ul > li\",\"tasks\":[[\"has-text\",\"(AD)\"]]},{\"selector\":\"a[href][title^=\\\"(AD)\\\"]\",\"tasks\":[[\"upward\",\".bs\"]]}]","[{\"selector\":\".relacionados .aawp\",\"tasks\":[[\"upward\",\".relacionados\"]]},{\"selector\":\"body\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a.download\",\"action\":[\"style\",\"visibility: hidden;\"],\"cssable\":true}]","[{\"selector\":\"center[style]\",\"tasks\":[[\"has-text\",\"advertisement\"]]}]","[{\"selector\":\"a[rel*=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".normal-page__content > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"clientHeight\"]]}]","[{\"selector\":\"aside\",\"action\":[\"style\",\"background: transparent !important;\"],\"cssable\":true}]","[{\"selector\":\".tweet-card .v-responsive.media-carousel-image .v-responsive__content img[alt]\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-attr\",{\"attr\":\"alt\",\"value\":\"/.*\\\\shttps:\\\\/\\\\/t\\\\.co\\\\/[\\\\w]{10}$/\"}]]}],[\"upward\",\".tweet-card\"]]}]","[{\"selector\":\"a img:not([src=\\\"images/main_logo_inverted.png\\\"])\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^([2-4]{1}[0-9]{2}(\\\\.[0-9]+)?px|0px)$\"}]]},{\"selector\":\"a:has(img[src*=\\\"/download\\\"])\",\"action\":[\"style\",\"width: 300px !important; height: 300px !important; display: block !important;\"],\"cssable\":true},{\"selector\":\"a[href][target=\\\"_blank\\\"], [src^=\\\"//ad.a-ads.com/\\\"]\",\"action\":[\"style\",\"visibility:hidden !important\"],\"cssable\":true}]","[{\"selector\":\"#main_canvas > div:not(div[id^=\\\"google\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-slot-header__wrapper\",\"action\":[\"style\",\"display: none !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".site-wrapper\",\"action\":[\"style\",\"opacity:1!important;visibility:visible!important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()='Advertisement')]\"],[\"upward\",1]]}]","[{\"selector\":\"h6.text-muted\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-navbar-container, #site-top-nav-container\",\"action\":[\"style\",\"padding-top: 10px !important;\"],\"cssable\":true},{\"selector\":\".loadingLI\",\"tasks\":[[\"upward\",\".tncms-block\"]]}]","[{\"selector\":\".pufftext > .sponsored\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".pufftext\",\"tasks\":[[\"has-text\",\"/SPONSORED/\"],[\"upward\",2]]}]","[{\"selector\":\"#content-main a[title][href*=\\\"?staticParams=\\\"]\",\"tasks\":[[\"upward\",\"span\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiAdBlockerHandler\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AdBlockEnabled\"]]}]","[{\"selector\":\"header#masthead\",\"action\":[\"style\",\"top: -110px !important;\"],\"cssable\":true}]","[{\"selector\":\"amp-iframe:has([src^=\\\"https://widget.sellwild.com\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[data-controller=\\\"downloads.front.view.download\\\"] a[data-action=\\\"download\\\"][data-wait=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-wait\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/innerHTML.*appendChild/\"]]}]","[{\"selector\":\"#cnc_branding_creative_wrapper\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".cnc-ads\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"a.box-title\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"main\",\"action\":[\"style\",\"padding-top: 5em !important;\"],\"cssable\":true}]","[{\"selector\":\"body.pageskin\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"primaryColumn\\\"] [data-testid=\\\"cellInnerDiv\\\"] > div:has([data-testid$=\\\"-impression-pixel\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"ads-not-loaded\"]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".mntl-leaderboard-spacer\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#taboola-alternating-below-article\",\"action\":[\"remove\",\"\"]},{\"selector\":\".banner-min-height\",\"action\":[\"remove\",\"\"]},{\"selector\":\".fixed.social-bar\",\"action\":[\"remove\",\"\"]},{\"selector\":\".mobile-banner-sticky-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".su-note\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".reward-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".reward-message\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#player\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adhesiveHeaderAdFixed header\",\"action\":[\"style\",\"top: 0 !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1000px)\"]],\"cssable\":true}]","[{\"selector\":\"#b3c\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#pageWrapper\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".gooWidget\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\".google-ad-leaderboard\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"adtester-container\\\"]\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.createTextNode\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/\\\\{delete window\\\\[/\"]]}]","[{\"selector\":\"#alert-popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".js-modal-url[data-target=\\\"#alert-popup\\\"]\",\"action\":[\"remove-attr\",\"data-target\"]}]","[{\"selector\":\".opera-container\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"img[alt=\\\"Buff Banner\\\"]\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\".thumb-list > .video-thumb\",\"action\":[\"style\",\"margin-right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".bunny-button-resume\",\"action\":[\"style\",\"display: grid !important;\"],\"cssable\":true},{\"selector\":\".bunny-container\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true},{\"selector\":\".bunny-icon[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".table2\",\"tasks\":[[\"has-text\",\"Sponsored\"]]},{\"selector\":\"TR\",\"tasks\":[[\"has-text\",\"Stream:\"]]}]","[{\"selector\":\".adsbyvli\",\"tasks\":[[\"upward\",\"div[style^=\\\"width: 300px; height: 250px\\\"]\"]]}]","[{\"selector\":\"#js-mount-point-header.with-ad\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class^=\\\"sc-\\\"]:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"padding-bottom\",\"value\":\"^56px$\"}]]},{\"selector\":\"iframe[name=\\\"dashboard_home\\\"]\",\"tasks\":[[\"upward\",\"div[class^=\\\"sc-\\\"][span=\\\"1\\\"]\"]]},{\"selector\":\"section > div[class^=\\\"sc-\\\"]:last-child:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-bottom\",\"value\":\"^-16px$\"}]]}]","[{\"selector\":\".Skybox--minHeight, .Skybox--minHeightBoth\",\"action\":[\"style\",\"--global-nav-v2-offset: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html[data-orlock-url]\",\"action\":[\"remove-attr\",\"data-orlock-url\"]}]","[{\"selector\":\"#players a[href][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"/href|target/\"]},{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"blink_me_ad\"],[\"upward\",2]]}]","[{\"selector\":\".ad-body\",\"action\":[\"remove\",\"\"]},{\"selector\":\".nvheader > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[class][id]:not(.logo)\",\"tasks\":[[\"if-not\",\"*\"],[\"has-text\",\"/^$/\"]]}]","[{\"selector\":\".downloadLink\",\"action\":[\"style\",\"max-height: initial !important; overflow: revert !important\"],\"cssable\":true}]","[{\"selector\":\".result__ext:has([data-testid=\\\"adResult\\\"])\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\"div[data-testid=\\\"pam.container\\\"]\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div:is(.shadow, .flex.w-full.justify-center[style=\\\"\\\"], .flex.flex-col.items-center.justify-center.gap-2[style^=\\\"min-height:\\\"]):has(a[href=\\\"/pricing\\\"] img[alt=\\\"Please support civitai and creators by disabling adblock\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"div[id][class^=\\\"mantine-\\\"].flex.relative.box-content\",\"action\":[\"style\",\"min-height: 0px !important; visibility: collapse !important; padding: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body[data-billboard=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-billboard\"]}]","[{\"selector\":\"body > div[style]:not([id])\",\"action\":[\"style\",\"position: static !important; background-color: rgba(0, 0, 0, 0) !important\"],\"cssable\":true},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".reading-content img\"]]}]","[{\"selector\":\".adsense\",\"action\":[\"style\",\"padding: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://thehackernews.uk/\\\"]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/https:\\\\/\\\\/thehackernews\\\\.uk\\\\/[a-zA-Z0-9]{4,}/\"}],[\"spath\",\":not([href*=\\\"-\\\"]):not([class*=\\\"button\\\"]):not([class*=\\\"latest\\\"])\"]]}]","[{\"selector\":\"[data-pid^=\\\"ad-\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".mb32\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".cmplz-blocked-content-container\",\"action\":[\"remove-class\",\"cmplz-blocked-content-container\"]}]","[{\"selector\":\".email-adblck-outline\",\"action\":[\"remove\",\"\"]},{\"selector\":\".email-open-read.email-open\",\"action\":[\"style\",\"display:flex !important\"],\"cssable\":true}]","[{\"selector\":\"#openLinks\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"main > div > [id].scroll-mt-20\",\"tasks\":[[\"has\",{\"selector\":\".items-center + div\",\"tasks\":[[\"has-text\",\"/^Sponsored$/\"]]}]]}]","[{\"selector\":\"div[class*=\\\"ads\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"[href*=\\\"?key\\\"][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[style*=\\\"border\\\"]:not(.checker):is([id=\\\"aswift_0_host\\\"], [id=\\\"aswift_1_host\\\"], [id=\\\"aswift_2_host\\\"], [id=\\\"aswift_3_host\\\"], [id=\\\"aswift_4_host\\\"], [id=\\\"aswift_5_host\\\"])\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[tabindex] > button\",\"tasks\":[[\"has-text\",\"Buy $\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".vjs-control-bar\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\".tjp-single__content-ads\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sponsorship\",\"action\":[\"remove-class\",\"sponsorship\"]}]","[{\"selector\":\"[data-popunder-enabled]\",\"action\":[\"remove-attr\",\"data-popunder-enabled\"]}]","[{\"selector\":\".article_content > [class] > [class]:has(.iframe_embed_container)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"header.elevation-3\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"main\",\"action\":[\"style\",\"--v-layout-top: 64px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"header.intro\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] iframe\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] table.links a\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".js-side-ads-movie-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".preShell\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\".zad.billboard\",\"action\":[\"style\",\"min-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"iframeTestTimeMS\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-collapse-trigger\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" .postContent a[href^=\\\"/\\\"]:not([href*=\\\"/forum/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/^\\\\/[-a-z]+\\\\?[a-z]{2,}=/\"}]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" a:is([href^=\\\"/\\\"], [href*=\\\"audiobookbay.lu/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/(^|audiobookbay\\\\.lu)\\\\/[-a-z0-9]+$/\"}],[\"spath\",\" img\"]]}]","[{\"selector\":\"\",\"action\":[\"style\",\"background: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" .image_box[style*=\\\"amazon.co\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" a[href^=\\\"https://www.amazon.co.jp\\\"][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?decodeURIComponent/\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"popundersPerIP\"]]}]","[{\"selector\":\"a[href^=\\\"https://skinrave.gg/rewards?\\\"]\",\"action\":[\"style\",\"height: 0px !important; margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"] .Page-header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"]\",\"action\":[\"style\",\"padding-top: var(--headerHeight) !important;\"],\"cssable\":true}]","[{\"selector\":\"#trd-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body[data-pushdown-enabled=\\\"true\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-adv-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[download-button]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#o-site-hr__leaderboard-wallpaper.u-show-for-xlarge\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[data-ad-name]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"leading_video_player_autoplay_\\\"][id$=\\\"_main_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href]#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[id^=\\\"rewarded_ad_\\\"]:not(#rewarded_ad_blocker)\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".sidebar-tabs-panels\",\"action\":[\"style\",\"max-height: 700px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"has-interstitial-ads\\\"]\",\"action\":[\"remove-class\",\"/^has-interstitial-ads/\"]},{\"selector\":\"body.has-interstitial-ads .has-interstitial-ads-page, body.has-interstitial-ads .has-interstitial-ads-page *\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background: none !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"action\":[\"style\",\"margin-top:20px !important;\"],\"cssable\":true},{\"selector\":\"main[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top:30px !important;\"],\"cssable\":true}]","[{\"selector\":\".header, .leaflet-top.leaflet-left\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".map\",\"action\":[\"style\",\"top: 52px !important;\"],\"cssable\":true}]","[{\"selector\":\"main div.MuiBox-root > span.MuiTypography-subtitle2\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\"#inGameAdsContainer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".play-Imagemaker\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".vjs-poster-onscreen\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body::after\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/history\\\\.pushState/\"]]}]","[{\"selector\":\"div[class=\\\"alert alert-info m-0 p-0\\\"]\",\"tasks\":[[\"has-text\",\"/uBlock|AdGuard|advertisments/i\"]]}]","[{\"selector\":\"p.chapter_content\",\"action\":[\"style\",\"display: block !important; visibility: visible !important; opacity: 1 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".cNDPHQ, .fKCJyZ\",\"action\":[\"style\",\"top: 0px !important; transform: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"styles_withAd\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".p-pageWrapper\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\"a.link.link--external[href][data-proxy-href]\",\"action\":[\"remove-attr\",\"data-proxy-href\"]}]","[{\"selector\":\"p[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"],[\"upward\",\".MuiBox-root\"]]}]","[{\"selector\":\"[class*=\\\"css-\\\"].MuiBox-root\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".ads_horizontal_reader\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#top_ad_container + div\",\"action\":[\"style\",\"padding-top: 4rem !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"NREUM\"]]}]","[{\"selector\":\"[data-aop=\\\"stripe.sponsored.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"[data-aop=\\\"stripe.store.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[src^=\\\"assets/bn\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"g02.\"]]}]","[{\"selector\":\"#play_button\",\"action\":[\"style\",\"display:block!important;\"],\"cssable\":true},{\"selector\":\"a.button-link.mybutton\",\"tasks\":[[\"has-text\",\"Play\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\"#top-navb\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"sidebar-stream-\\\"] > h4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([class])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"return a.split\"]]}]","[{\"selector\":\"a[id^=\\\"download-btn\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ue-app-container\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true},{\"selector\":\"[class^=\\\"Header_headerContainer\\\"]\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".list-caption\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"body > #external_container\",\"action\":[\"style\",\"height:100% !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"margin:0 !important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/advertise\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"+ script\",\"tasks\":[[\"has-text\",\"challenge\"]]}],[\"spath\",\":has(a :is(img[src*=\\\"/\\\"][src*=\\\"_\\\"][alt], [style]))\"]]},{\"selector\":\"div[id]:has(> [data-freestar-ad])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".m-188zyzr\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^728px$\"}]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",3]]}]","[{\"selector\":\"a.setpopupcookie[href^=\\\"get/video/\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[href][target^=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events:none!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ads_url]\",\"action\":[\"remove-attr\",\"data-ads_url\"]}]","[{\"selector\":\"#main-content\",\"action\":[\"style\",\"margin-top: 125px !important;\"],\"cssable\":true}]","[{\"selector\":\".navigation--has-subnav\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\"#claimform\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".unlockr-no-scroll\"]]}]","[{\"selector\":\".azz_div\",\"action\":[\"style\",\"height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#Header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[184px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Tabs_tabs__\\\"]\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"--bottom-banner-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".video-list-content\",\"action\":[\"remove-class\",\"with-happy\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#Sidebar ~ #Content:has(.adsbygoogle)\",\"action\":[\"style\",\"margin-right: 0 !important\"],\"cssable\":true},{\"selector\":\"#wb_right:has(.adsbygoogle)\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"main\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true}]","[{\"selector\":\"#home-page-home-page-component1-row-ad\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".story-container > div:not(.story-wrapper)\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".divide-nav\",\"action\":[\"style\",\"height: 120px !important\"],\"cssable\":true}]","[{\"selector\":\".great_andhra_logo_panel > div[class]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"li > .mtitle > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"li\"]]}]","[{\"selector\":\"a[href][onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"div.ad-area, div.two-ad-area\",\"action\":[\"style\",\"visibility:collapse !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity: 1.0 !important\"],\"cssable\":true}]","[{\"selector\":\".container > .my-4\",\"tasks\":[[\"has-text\",\"Advertising\"]]}]","[{\"selector\":\"a[onclick^=\\\"trackURL\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"a[onmousedown^=\\\"return enc(this,'https://track.rediff.com\\\"]\",\"action\":[\"remove-attr\",\"onmousedown\"]}]","[{\"selector\":\"a.outbound[data-outbound-url]\",\"action\":[\"remove-attr\",\"data-outbound-url\"]}]","[{\"selector\":\"#main a[href][data-sb^=\\\"/url?\\\"]\",\"action\":[\"remove-attr\",\"data-sb\"]}]","[{\"selector\":\"html > head > :is([name=\\\"canonical\\\"], [rel=\\\"canonical\\\"]):not([content*=\\\"/details/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"optimizely\\\"]\"]]}]","[{\"selector\":\"a[href][data-link-out]\",\"action\":[\"remove-attr\",\"data-link-out\"]}]","[{\"selector\":\".gsc-webResult a[data-cturl]\",\"action\":[\"remove-attr\",\"/^data-ct/\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"vglnk\"]]}]","[{\"selector\":\"main div[class][style^=\\\"top:\\\"]\",\"tasks\":[[\"has-text\",\"FORBES’ FEATURED Video\"]]}]","[{\"selector\":\".block-user\",\"action\":[\"remove-class\",\"block-user\"]}]","[{\"selector\":\".login-page\",\"action\":[\"style\",\"-webkit-animation: none !important\"],\"cssable\":true}]","[{\"selector\":\".icon_animation samp\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#pop.div_pop\",\"action\":[\"remove\",\"\"]}]"];
|
|
31
|
+
const argsSeqs = [0,1,2,3,-4,371,-5,371,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,-25,26,25,27,28,29,30,-30,332,-30,343,-30,426,-30,-646,-649,-650,-653,-662,-664,665,-30,-646,-649,-650,-653,664,-30,-646,-649,-650,-652,-653,-654,-655,665,-30,-646,-649,-650,-653,665,-30,-646,-649,650,-30,-646,-649,-650,-651,653,-30,-646,-649,-650,-652,-654,-660,665,-30,-646,-649,658,-30,-646,-649,-652,653,-30,-646,-649,-650,-651,-654,659,-30,-646,-649,-650,651,-30,-646,-649,-650,-651,654,-30,-646,-649,654,-30,-646,650,-30,639,-30,780,31,32,33,34,35,-36,37,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,-59,-82,85,60,61,62,-63,64,63,64,65,66,67,68,69,-70,116,71,72,73,74,75,76,77,78,79,80,81,-82,83,-84,85,86,87,88,-89,90,-89,91,92,93,-94,188,94,-94,219,-94,383,-94,557,95,96,97,98,99,100,101,102,103,-103,168,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,-120,562,121,122,123,124,-125,758,125,126,127,128,129,130,131,132,133,134,135,-136,745,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,-156,157,157,-157,202,158,159,160,161,-162,163,-162,166,162,164,165,167,169,170,171,172,-173,892,174,175,176,177,178,179,180,181,-182,183,-183,184,185,186,187,189,190,191,192,-192,203,193,194,195,196,197,198,199,200,201,204,205,-205,494,206,207,208,209,-210,211,210,-210,501,-210,546,-210,247,212,213,214,215,216,217,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,-242,864,243,244,245,246,-247,248,-247,281,247,-247,293,-247,342,-247,-412,522,-247,412,249,-249,345,250,-250,305,251,-251,-256,257,252,253,-253,254,255,-256,298,-258,259,-259,314,-260,369,261,-262,369,263,-264,265,265,266,267,268,269,270,271,272,273,-274,276,274,-274,285,-274,515,-274,602,-274,632,275,277,278,279,280,-281,330,282,283,284,285,286,287,288,-289,323,290,291,292,294,295,296,297,299,-300,301,-300,324,301,-301,318,302,-302,303,304,306,-306,308,307,-308,309,310,311,312,313,315,316,317,318,319,-320,321,321,322,323,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,344,345,346,347,348,349,350,351,352,-353,354,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,372,373,374,375,376,377,-377,743,378,379,380,381,382,384,385,386,387,388,389,390,-390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,-411,412,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,-443,558,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,495,496,497,498,499,500,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,-538,539,538,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,559,560,561,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,-590,591,592,593,594,595,596,597,-597,640,598,599,600,601,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,-635,636,636,637,638,639,641,642,643,644,645,-647,-648,663,-647,648,647,649,650,652,653,-653,660,654,-654,656,657,660,661,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,746,747,748,749,750,751,752,753,754,755,756,757,-757,829,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,-800,843,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,830,831,832,833,834,835,836,-836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893];
|
|
32
|
+
const hostnamesMap = new Map([["aternos.org",1],["poophq.com",2],["veev.to",2],["0cbcq8mu.com",3],["2cf0xzdu.com",3],["4k2h4w04.xyz",3],["a6iqb4m8.xyz",3],["afl3ua5u.xyz",3],["jmzkzesy.xyz",3],["dogdrip.net",4],["infinityfree.com",6],["smsonline.cloud",8],["07c225f3.online",9],["content-loader.com",9],["css-load.com",9],["html-load.com",9],["img-load.com",9],["bing.com",10],["global.novelpia.com",11],["orange.fr",12],["drstevenlin.com",13],["yts.*",13],["romaniataramea.com",13],["straatosphere.com",13],["discussingfilm.net",13],["rmweb.co.uk",13],["sampledrive.org",13],["apnews.com",14],["carbuzz.com",15],["~ebay.com",16],["los40.com",17],["reuters.com",18],["begadistrictnews.com.au",19],["bendigoadvertiser.com.au",19],["goulburnpost.com.au",19],["maitlandmercury.com.au",19],["newcastleherald.com.au",19],["examiner.com.au",20],["theadvocate.com.au",20],["thecourier.com.au",20],["~praxistipps.chip.de",21],["hero-magazine.com",22],["digg.com",23],["autoblog.com",24],["researchgate.net",25],["~uschovna.cz",26],["uschovna.cz",27],["kitguru.net",29],["vladan.fr",29],["commands.gg",29],["stardewids.com",29],["unito.life",30],["ilbianconero.com",31],["profit.ro",32],["walletinvestor.com",33],["palatifini.it",33],["dmzj.com",33],["leechpremium.link",33],["beautypackaging.com",33],["coatingsworld.com",33],["contractpharma.com",33],["happi.com",33],["inkworldmagazine.com",33],["labelandnarrowweb.com",33],["mpo-mag.com",33],["nutraceuticalsworld.com",33],["odtmag.com",33],["printedelectronicsnow.com",33],["4j.com",33],["cinema.maalaimalar.com",33],["publish0x.com",33],["fansonlinehub.com",33],["hotmediahub.com",33],["terabox.fun",33],["teralink.me",33],["terashare.me",33],["teraearn.com",33],["techishant.in",34],["aman-dn.blogspot.com",36],["cyberlynews.com",33],["quizrent.com",33],["hindustantimes.com",38],["myflixer.*",33],["advertiserandtimes.co.uk",33],["primeos.in",33],["moviesjoy.*",33],["sportstiger.com",33],["eltiempo.es",33],["tribuna.com",33],["vuinsider.com",33],["wp.pl",40],["money.pl",48],["o2.pl",54],["parenting.pl",63],["pudelek.pl",69],["autokult.pl",73],["gadzetomania.pl",73],["fotoblogia.pl",73],["komorkomania.pl",73],["polygamia.pl",73],["abczdrowie.pl",79],["benchmark.pl",87],["kafeteria.pl",91],["pysznosci.pl",96],["dobreprogramy.pl",103],["genialne.pl",108],["autocentrum.pl",114],["jastrzabpost.pl",108],["deliciousmagazine.pl",118],["review.firstround.com",33],["truthsocial.com",33],["schools.snap.app",33],["linkneverdie.net",33],["carbonite.co.za",121],["petri.com",33],["beaumontenterprise.com",123],["bigrapidsnews.com",123],["ctinsider.com",123],["ctpost.com",123],["darientimes.com",123],["expressnews.com",123],["greenwichtime.com",123],["houstonchronicle.com",123],["lmtonline.com",123],["manisteenews.com",123],["michigansthumb.com",123],["middletownpress.com",123],["milfordmirror.com",123],["mrt.com",123],["myjournalcourier.com",123],["ncadvertiser.com",123],["newstimes.com",123],["nhregister.com",123],["ourmidland.com",123],["registercitizen.com",123],["sfchronicle.com",123],["sheltonherald.com",123],["stamfordadvocate.com",123],["theheraldreview.com",123],["thehour.com",123],["theintelligencer.com",123],["theridgefieldpress.com",123],["thetelegraph.com",123],["timesunion.com",123],["trumbulltimes.com",123],["wiltonbulletin.com",123],["yourconroenews.com",123],["cybernews.com",33],["cyberstumble.com",125],["gigantti.fi",126],["kingarthurbaking.com",127],["~job.mt.de",128],["~job.nw.de",128],["beckershospitalreview.com",129],["thequint.com",130],["prepostseo.com",132],["novelgames.com",133],["tcsjerky.com",134],["~instagram.com",135],["gamingbible.com",136],["eitb.eus",137],["riteaid.com",138],["radiox.co.uk",139],["itmedia.co.jp",140],["bellinghamherald.com",141],["bnd.com",141],["bradenton.com",141],["centredaily.com",141],["charlotteobserver.com",141],["flkeysnews.com",141],["fresnobee.com",141],["heraldonline.com",141],["heraldsun.com",141],["idahostatesman.com",141],["islandpacket.com",141],["kansas.com",141],["kansascity.com",141],["kentucky.com",141],["ledger-enquirer.com",141],["macon.com",141],["mahoningmatters.com",141],["mcclatchydc.com",141],["mercedsunstar.com",141],["miamiherald.com",141],["modbee.com",141],["myrtlebeachonline.com",141],["newsobserver.com",141],["sacbee.com",141],["sanluisobispo.com",141],["star-telegram.com",141],["sunherald.com",141],["thestate.com",142],["variety.com",143],["mediaite.com",144],["muropaketti.com",145],["jayisgames.com",146],["scotsman.com",147],["brightygames.com",148],["yoho.games",148],["sisigames.com",149],["decathlon.in",150],["metastats.net",151],["goku.sx",152],["eksisozluk.com",153],["indiatimes.com",154],["abcam.com",157],["buytesmart.com",158],["vidaextra.com",159],["www.reddit.com",160],["new.reddit.com",162],["sh.reddit.com",163],["www.al.com",164],["www.cleveland.com",164],["www.lehighvalleylive.com",164],["www.masslive.com",164],["www.mlive.com",164],["www.nj.com",164],["www.oregonlive.com",164],["www.pennlive.com",164],["www.silive.com",164],["www.syracuse.com",164],["sklep.trzynastkaplus.pl",165],["reclameaqui.com.br",166],["gifmagic.com",167],["lastampa.it",168],["nytimes.com",169],["typingtest.com",171],["gazzetta.gr",172],["steamidfinder.com",173],["abeautifuldominion.com",174],["some.porn",175],["play.diziyou1.com",176],["play.diziyou2.com",176],["play.diziyou3.com",176],["play.diziyou4.com",176],["play.diziyou5.com",176],["play.diziyou6.com",176],["play.diziyou7.com",176],["play.diziyou8.com",176],["play.diziyou9.com",176],["play.diziyou10.com",176],["play.diziyou11.com",176],["play.diziyou12.com",176],["play.diziyou13.com",176],["play.diziyou14.com",176],["play.diziyou15.com",176],["play.diziyou16.com",176],["play.diziyou17.com",176],["play.diziyou18.com",176],["play.diziyou19.com",176],["play.diziyou20.com",176],["play.diziyou21.com",176],["play.diziyou22.com",176],["play.diziyou23.com",176],["play.diziyou24.com",176],["play.diziyou25.com",176],["play.diziyou26.com",176],["play.diziyou27.com",176],["play.diziyou28.com",176],["play.diziyou29.com",176],["play.diziyou30.com",176],["play.diziyou31.com",176],["play.diziyou32.com",176],["play.diziyou33.com",176],["play.diziyou34.com",176],["play.diziyou35.com",176],["play.diziyou36.com",176],["play.diziyou37.com",176],["play.diziyou38.com",176],["play.diziyou39.com",176],["play.diziyou40.com",176],["play.diziyou41.com",176],["play.diziyou42.com",176],["play.diziyou43.com",176],["play.diziyou44.com",176],["play.diziyou45.com",176],["play.diziyou46.com",176],["play.diziyou47.com",176],["play.diziyou48.com",176],["play.diziyou49.com",176],["play.diziyou50.com",176],["youtube.com",177],["tvspielfilm.de",178],["sport1.de",179],["pornhub.*",180],["economictimes.indiatimes.com",181],["samayam.com",182],["m.economictimes.com",184],["m.timesofindia.com",186],["aranzulla.it",187],["uol.com.br",188],["businesstoday.in",189],["indiatoday.in",191],["intoday.in",191],["facebook.com",193],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",193],["web.facebook.com",194],["www.facebook.com",194],["ndtv.com",195],["investing.com",197],["greensboro.com",197],["photobucket.com",198],["yusepjaelani.blogspot.com",197],["web2.0rechner.de",197],["web2.0calc.*",197],["beermoneyforum.com",200],["streamingcommunity.*",202],["alliptvlinks.com",197],["bitchute.com",197],["breednet.com.au",197],["punters.com.au",197],["wetteronline.*",204],["m.aajtak.in",205],["amazon.*",206],["web.de",207],["golem.de",208],["bild.de",209],["usatoday.com",210],["quora.com",211],["gamestorrents.*",212],["gogoanimes.*",212],["limetorrents.*",213],["piratebayz.*",212],["mediafire.com",215],["rule34.xxx",216],["popculture.com",217],["mind42.com",218],["elmundo.es",219],["primewire.*",220],["torrentz2.*",221],["torlock.*",222],["torlock2.*",222],["wunderground.com",223],["mylink.*",224],["my1ink.*",224],["myl1nk.*",224],["myli3k.*",224],["freebeacon.com",225],["chan.sankakucomplex.com",226],["nytimes3xbfgragh.onion",227],["cooking.nytimes.com",228],["userupload.*",229],["animepahe.*",230],["kwik.*",230],["ouo.*",230],["urlpay.net",230],["newtorrentgame.com",230],["kropic.com",230],["hpaudiobooks.*",230],["xxxmax.net",230],["ebookbb.com",230],["alexsports.*",230],["poscitech.*",231],["sportsonline.*",232],["yts.mx",234],["imgtaxi.com",235],["hqq.*",236],["waaw.*",236],["alrincon.com",237],["1337x.*",238],["x1337x.*",238],["1337x.unblock2.xyz",240],["1337x.unblocked.*",240],["1337x.unblockit.*",240],["pussyspace.com",241],["pussyspace.net",241],["tnaflix.com",242],["stomp.straitstimes.com",243],["feet9.com",244],["mylust.com",245],["pixhost.*",246],["nme.com",247],["idealhome.co.uk",248],["look.co.uk",248],["focus.de",249],["vsco.co",250],["twitter.com",251],["twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion",253],["x.com",251],["jeuxvideo.com",254],["pcbolsa.com",255],["reddit.com",256],["reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion",256],["hdmotori.it",257],["strikeout.*",258],["peliculasmx.net",259],["btc-echo.de",260],["cricstream.me",261],["bowfile.com",261],["crackllc.com",262],["designmodo.com",262],["hackstore.*",262],["compucalitv.com",262],["procrackerz.org",262],["megawarez.org",262],["dailydot.com",263],["mypornstarbook.net",264],["ashemaletube.com",265],["ashemaletube.*",266],["gamepedia.com",267],["appvn.com",268],["ccn.com",269],["ettv.*",270],["xrares.com",271],["link.goto.com.np",272],["movies123.*",273],["0123movies.*",275],["5movies.*",276],["megadede.*",275],["adivineencounter.com",278],["alcasthq.com",278],["au-di-tions.com",278],["badgehungry.com",278],["bloggingawaydebt.com",278],["chipandco.com",278],["cornerstoneconfessions.com",278],["dearcreatives.com",278],["divinelifestyle.com",278],["eslauthority.com",278],["heresyoursavings.com",278],["investingchannel.com",278],["irresistiblepets.net",278],["justjared.com",278],["kompas.com",278],["lovegrowswild.com",278],["mjsbigblog.com",278],["mommybunch.com",278],["mustardseedmoney.com",278],["myfunkytravel.com",278],["mywomenstuff.com",278],["onetimethrough.com",278],["panlasangpinoymeatrecipes.com",278],["peru21.pe",278],["savespendsplurge.com",278],["savvyhoney.com",278],["silverpetticoatreview.com",278],["tamaratattles.com",278],["the-military-guide.com",278],["the2seasons.com",278],["therelaxedhomeschool.com",278],["thetechieguy.com",278],["waterheaterleakinginfo.com",278],["zeroto60times.com",278],["cut-fly.com",279],["foxseotools.com",279],["classicreload.com",280],["piratebay.*",281],["pirateproxy.*",281],["wowescape.com",282],["games2rule.com",284],["bigescapegames.com",286],["pornve.com",287],["pixlr.com",288],["elixx.*",289],["hardmob.com.br",290],["gameguardian.net",291],["safe.elektroupdate.com",291],["mirrorace.*",292],["elizabeth-mitchell.org",293],["plagiarismchecker.co",294],["temp-mail.org",296],["medievalists.net",297],["u.gg",298],["celebjihad.com",299],["xnxxjapon.com",300],["solarmovie.*",301],["dramacool.*",302],["webserver.one",303],["t-online.de",304],["~email.t-online.de",306],["convallariaslibrary.com",308],["gourmetscans.net",308],["frag-mutti.de",309],["ovagames.com",310],["food.ndtv.com",311],["ustream.*",312],["ableitungsrechner.net",313],["watchfreexxx.net",314],["pandamovie.*",315],["pandamovies.me",315],["pornkino.cc",315],["speedporn.*",315],["xxxscenes.net",315],["youwatchporn.com",315],["onle.co",317],["loskatchorros.com.br",317],["how2electronics.com",317],["univers-simu.com",317],["stokerpiller.dk",317],["onlinestudentseva.com",317],["dexterclearance.com",317],["extratorrent.*",318],["oko.sh",319],["fuqer.com",320],["filerio.in",321],["duden.de",322],["cinetux.*",323],["streameast.*",324],["mlwbd.*",325],["washingtonpost.com",326],["marketmovers.it",327],["newssokuhou666.blog.fc2.com",327],["youkaiwatch2345.blog.fc2.com",327],["5ggyan.com",328],["bigbtc.win",330],["cryptofun.space",330],["games4king.com",331],["artribune.com",332],["oscobo.com",333],["ufacw.com",334],["segurosdevida.site",336],["choiceappstore.xyz",336],["bantenexis.com",336],["tutorialsaya.com",334],["indobo.com",334],["informaxonline.com",334],["gifans.com",336],["mcrypto.club",337],["luckydice.net",336],["1apple.xyz",336],["shorttrick.in",336],["iptvjournal.com",336],["inbbotlist.com",336],["apkmaven.*",339],["theusaposts.com",336],["garoetpos.com",336],["techedubyte.com",336],["cdrab.com",341],["offerinfo.net",336],["winlator.com",336],["gosexpod.com",343],["flashingjungle.com",344],["nakedneighbour.com",345],["bestjavporn.com",346],["leechall.*",347],["ff14angler.com",348],["flsaudio.com",349],["bitcointalk.org",350],["adshrink.it",351],["turkanime.*",352],["allcalidad.*",353],["cinemaxxl.de",354],["player.pl",355],["bde4.*",356],["filmytoday.com",357],["fandom.com",358],["sensualgirls.org",359],["wallpaperwaifu.com",360],["gamesradar.com",361],["techradar.com",361],["tomsguide.com",361],["tomshardware.com",361],["whathifi.com",361],["her.ie",362],["javhoho.com",362],["techhelpbd.com",362],["greentumble.com",362],["newsonthegotoday.com",363],["boyfriendtv.com",364],["makemoneywithurl.com",365],["dvdgayonline.com",366],["94.103.83.138",366],["multimovies.*",366],["ddaynormandy.forumgaming.fr",367],["neogeo-system.com",367],["medicalnewstoday.com",368],["fiches-auto.fr",369],["subsvip.com",370],["javcl.com",371],["javfull.net",371],["allgamesejogos.*",372],["bemestarglobal.*",372],["gamesgo.*",372],["lojadebicicleta.com.br",372],["redecanais.*",373],["pcmag.com",375],["enterinit.com",376],["procinehub.com",377],["bookmystrip.com",377],["tech8s.net",378],["drop.carbikenation.com",378],["linkss.rcccn.in",378],["link.djbassking.live",378],["tech5s.co",378],["game5s.com",378],["vezeta.net",379],["waiwj.net",379],["xcbtm.net",379],["wttai.net",379],["ngviral.com",379],["vgviral.com",379],["nosviral.com",379],["mentalfile.com",379],["qaluri.com",379],["jokgame.com",379],["placementsmela.com",381],["reminimod.co",381],["highkeyfinance.com",381],["amanguides.com",381],["adcrypto.net",383],["admediaflex.com",383],["aduzz.com",383],["bitcrypto.info",383],["datacheap.io",383],["hbz.us",383],["savego.org",383],["owsafe.com",383],["sportweb.info",383],["ryuugames.com",384],["sportsonfr.com",381],["gurumu.net",381],["kreatifparenting.com",381],["panda.freemodsapp.in",381],["iconicblogger.com",381],["rsrlink.in",381],["investcrust.com",381],["litonmods.com",381],["filesupload.in",383],["technoinformations.com",383],["worldmak.com",383],["financacerta.com",386],["encurtads.net",386],["classicoder.com",381],["apkandroidhub.in",388],["studyis.xyz",391],["dulichkhanhhoa.net",391],["noithatmyphu.vn",391],["jardima.com",391],["getintoway.com",383],["blog.nationapk.com",381],["krishiloksewa.com",381],["modzilla.in",381],["mb.feedale.com",381],["tackledsoul.com",393],["adrino1.bonloan.xyz",393],["vi-music.app",393],["instanders.app",393],["rokni.xyz",394],["keedabankingnews.com",394],["tea-coffee.net",396],["spatsify.com",396],["newedutopics.com",396],["getviralreach.in",396],["edukaroo.com",396],["funkeypagali.com",396],["careersides.com",396],["nayisahara.com",396],["wikifilmia.com",396],["infinityskull.com",396],["viewmyknowledge.com",396],["iisfvirtual.in",396],["starxinvestor.com",396],["jkssbalerts.com",396],["appkamods.com",397],["imagereviser.com",399],["nichapk.com",400],["easyworldbusiness.com",400],["riveh.com",400],["upshrink.com",403],["junkyponk.com",404],["healthfirstweb.com",404],["vocalley.com",404],["yogablogfit.com",404],["howifx.com",404],["en.financerites.com",405],["mythvista.com",404],["livenewsflix.com",404],["cureclues.com",404],["apekite.com",404],["veganab.co",407],["camdigest.com",407],["bartendingexpert.com",408],["pubgaimassist.com",410],["gyanitheme.com",410],["tech.trendingword.com",410],["blog.potterworld.co",410],["hipsonyc.com",410],["tech.pubghighdamage.com",410],["blog.itijobalert.in",410],["techkhulasha.com",410],["meclipstudy.in",412],["bookszone.in",414],["graphicuv.com",416],["learnmany.in",416],["hit-films.com",416],["shortix.co",417],["uptechnologys.com",419],["sevenjournals.com",419],["yalifin.xyz",420],["lrncook.xyz",420],["cryptokinews.com",422],["lifesurance.info",422],["financenova.online",423],["utkarshonlinetest.com",423],["financewada.com",423],["v2links.me",424],["fc-lc.*",425],["jobzhub.store",426],["fitdynamos.com",426],["labgame.io",426],["m.jobinmeghalaya.in",427],["healthy4pepole.com",428],["to-travel.net",428],["homeculina.com",429],["ineedskin.com",429],["kenzo-flowertag.com",429],["lawyex.co",429],["mdn.lol",429],["awgrow.com",430],["btcbitco.in",431],["btcsatoshi.net",431],["cempakajaya.com",433],["crypto4yu.com",431],["manofadan.com",433],["readbitcoin.org",431],["wiour.com",431],["coin-free.com",434],["tremamnon.com",436],["bitcotasks.com",433],["videolyrics.in",433],["tagecoin.com",438],["allfaucet.xyz",433],["claimcoins.site",433],["cryptosh.pro",433],["bitsmagic.fun",433],["ourcoincash.xyz",440],["masterduelmeta.com",442],["promo-visits.site",443],["shorterall.com",443],["homeairquality.org",444],["reidoplacar.com",445],["paidinsurance.in",446],["conghuongtu.net",446],["coinseidon.com",446],["djpunjab2.in",447],["djqunjab.in",447],["foodxor.com",447],["geniussolutions.co",447],["mealcold.com",447],["mixrootmods.com",447],["fartechy.com",447],["nishankhatri.xyz",449],["sugarona.com",450],["blog.disheye.com",451],["tinys.click",452],["apkupload.in",452],["ezeviral.com",452],["dailynew.online",452],["pngreal.com",452],["ytpng.net",452],["askpaccosi.com",452],["bitzite.com",453],["aiimgvlog.fun",454],["appsbull.com",455],["diudemy.com",455],["maqal360.com",455],["sahlmarketing.net",456],["blog.panytourism.online",458],["zubatecno.com",458],["battleroyal.online",458],["mayaremix.in",459],["unfoldedstars.com",459],["neverdims.com",459],["bit4me.info",459],["deltabtc.xyz",459],["mbjremix.com",459],["ottlatest.com",459],["techusnews.com",460],["universitiesonline.xyz",460],["intercelestial.com",461],["linegee.net",462],["filmypoints.in",463],["financeyogi.net",464],["finclub.in",464],["freethailottery.live",465],["progfu.com",465],["loanteacher.in",466],["gorating.in",466],["trickms.com",468],["letest25.co",470],["truevpnlover.com",470],["financebolo.com",470],["rphost.in",471],["easywithcode.tech",473],["vedamdigi.tech",474],["redfea.com",476],["pranarevitalize.com",476],["techyinfo.in",476],["fitnessholic.net",476],["cancelguider.online",477],["loan.punjabworks.com",478],["petrainer.in",480],["moderngyan.com",481],["sattakingcharts.in",481],["bgmi32bitapk.in",481],["bankshiksha.in",481],["earn.mpscstudyhub.com",481],["earn.quotesopia.com",481],["money.quotesopia.com",481],["best-mobilegames.com",481],["learn.moderngyan.com",481],["bharatsarkarijobalert.com",481],["quotesopia.com",481],["creditsgoal.com",481],["loan.creditsgoal.com",483],["rupyaworld.com",483],["vahantoday.com",483],["techawaaz.in",483],["loan.bgmi32bitapk.in",484],["currentrecruitment.com",485],["investorveda.com",485],["coingraph.us",486],["impact24.us",486],["foodupe.com",487],["bloggingdaze.com",488],["dsmusic.in",489],["techurlshort.in",490],["sub4unlock.com",491],["cybercityhelp.in",492],["akcartoons.in",494],["comparepolicyy.com",495],["healthylifez.com",495],["hosttbuzz.com",495],["policiesreview.com",495],["techacode.com",496],["travel.vebma.com",497],["mrproblogger.com",498],["themezon.net",498],["headlinerpost.com",499],["drinkspartner.com",499],["apcvpc.com",499],["posterify.net",499],["manishclasses.in",499],["shrinkforearn.in",500],["blog.workedbd.com",501],["advisecreate.fun",501],["uses-in-hindi.com",501],["maxxfour.com",501],["cybertyrant.com",501],["gdspike.com",501],["profitshort.com",501],["courselinkfree.us",501],["technorozen.com",501],["hubdrive.me",501],["hosty.uprwssp.org",502],["cinedesi.in",503],["thevouz.in",503],["tejtime24.com",503],["whatgame.xyz",504],["mooonten.com",504],["msic.site",504],["fx-22.com",504],["gold-24.net",504],["forexrw7.com",504],["kbconlinegame.com",505],["hamrojaagir.com",505],["odijob.com",505],["jeuxenligne.xyz",506],["dl.apkmoddone.com",507],["phongroblox.com",507],["bkgnews.in",508],["ontechhindi.com",508],["exactpay.online",509],["mahitimanch.in",510],["5ghindi.in",510],["rfiql.com",511],["gujjukhabar.in",511],["smartfeecalculator.com",511],["djxmaza.in",511],["thecubexguide.com",511],["jytechs.in",511],["dropgalaxy.*",512],["financemonk.net",512],["hypershort.com",513],["djremixganna.com",514],["techhype.in",515],["techsite.in",515],["datavaults.co",516],["go.zovo.ink",517],["foodtechnos.in",518],["newsbreak24.de",519],["businessinsider.de",520],["echo-online.de",521],["txxx.*",522],["txxxporn.tube",524],["upornia.com",525],["familyporner.com",526],["javbake.com",527],["javcensored.net",527],["javdoge.com",527],["javsexfree.com",527],["javuncensored.watch",527],["pussymaturephoto.com",528],["jpvhub.com",529],["bunkr.*",530],["comicxxx.eu",531],["sexmadeathome.com",531],["pornocomics.*",531],["amateurs-fuck.com",531],["sex-amateur-clips.com",531],["falatron.com",531],["pornoplum.com",532],["vulgarmilf.com",532],["oldgirlsporn.com",532],["maturell.com",532],["nakedolders.com",532],["widewifes.com",532],["hentaihere.com",533],["xnxx-sexfilme.com",534],["pahe.*",535],["actvid.*",536],["nu6i-bg-net.com",537],["ballexclusives.com",538],["androjungle.com",539],["bokugents.com",539],["idlixvip.*",540],["honkailab.com",541],["arkadium.com",542],["abysscdn.com",543],["fullfreeimage.com",543],["hihihaha1.xyz",543],["hihihaha2.xyz",543],["playhydrax.com",543],["rufiiguta.com",543],["hk.yahoo.com",544],["korinthostv.gr",545],["filmizle.*",546],["filmizletv.*",547],["filmizleplus.*",546],["fullhdfilm.*",546],["fullhdfilmizle.*",546],["gofilmizle.com",546],["hdfilmcehennemi.*",546],["hdfilmizlesene.*",546],["hdfilmsitesi.*",546],["sine5.dev",546],["sinezy.org",546],["l2db.info",549],["flickr.com",550],["forumconstruire.com",551],["vrcmods.com",552],["ilmeteo.it",553],["splitshire.com",554],["addictinggames.com",555],["foxnews.com",556],["sexodi.com",557],["sms24.*",558],["m.drtuber.com",559],["aemenstore.com",560],["cazzette.com",560],["dreamcheeky.com",560],["fidlarmusic.com",560],["jncojeans.com",560],["kiemlua.com",561],["kingsleynyc.com",560],["lucidcam.com",560],["nguyenvanbao.com",560],["nousdecor.com",560],["pennbookcenter.com",560],["publicananker.com",560],["restorbio.com",560],["rezence.com",560],["staaker.com",560],["tricksplit.io",563],["apkcombo.com",563],["ctrlv.*",564],["atozmath.com",565],["indianwebseries.*",566],["simply-debrid.com",567],["cutty.app",567],["w3schools.com",568],["healthline.com",569],["vix.com",570],["responsivevoice.org",571],["cgtips.org",572],["shortenbuddy.com",573],["comicbook.com",574],["hentaicloud.com",575],["drphil.com",576],["bookriot.com",577],["pholder.com",578],["cookpad.com",579],["urbanmilwaukee.com",579],["phica.net",579],["xxxdan.com",580],["businesstimes.com.sg",581],["teknomuda.com",582],["isi7.net",584],["alltechnerd.com",585],["citynews.ca",586],["6abc.com",587],["abc11.com",587],["abc13.com",587],["abc30.com",587],["abc7.com",587],["abc7chicago.com",587],["abc7news.com",587],["abc7ny.com",587],["abcotvs.net",587],["videohelp.com",588],["top.gg",589],["arrowos.net",590],["tvshows4mobile.*",590],["br0wsers.com",591],["nifteam.info",592],["thejournal.ie",593],["needgayporn.com",594],["rule34.paheal.net",595],["palcomix.com",596],["pikkado.com",597],["nypost.com",598],["girlsofdesire.org",599],["ladbible.com",600],["loadout.tf",601],["projectfreetv.*",602],["hdss.*",602],["moviesflix.*",602],["10starhd.*",602],["2embed.*",602],["xcloud.*",603],["~xcloud.eu",603],["~xcloud.host",603],["elmalajeno.com",604],["imgur.com",605],["getsexgames.com",606],["pornojenny.net",607],["pornolisa.com",607],["kickass.*",608],["javynow.com",609],["techjunkie.com",610],["reliabletv.me",611],["ytanime.tv",612],["sportskart.*",612],["garrysmods.org",613],["tyla.com",614],["sportbible.com",615],["gamingbible.co.uk",614],["dekki.com",617],["cambb.xxx",618],["xtube.com",619],["discovermagazine.com",620],["elitepvpers.com",621],["bhaskar.com",622],["divyabhaskar.co.in",622],["playonlinux.com",623],["kaotic.com",624],["cargurus.com",625],["haonguyen.top",626],["thumpertalk.com",627],["zshort.*",628],["eschenker.dbschenker.com",629],["porntn.com",630],["hotcleaner.com",631],["movie.momo-net.com",632],["xxxtime.sextgem.com",633],["gay4porn.com",634],["myabandonware.com",635],["mrunblock.*",636],["alrakoba.net",637],["netpornix.*",638],["hitproversion.com",639],["shemalestube.com",640],["sbplay.*",641],["foreca.com",642],["moviemakeronline.com",643],["kelasexcel.id",644],["maxstream.video",645],["uprot.net",646],["techpowerup.com",647],["qz.com",648],["247sports.com",649],["samehadaku.*",650],["gab.com",651],["kumparan.com",652],["videovard.*",653],["tumblr.com",654],["techymedies.com",655],["unsplash.com",656],["chess.com",657],["nodejs.libhunt.com",658],["blick.ch",659],["theloadout.com",660],["pcgamesn.com",660],["schoolcheats.net",661],["1cloudfile.com",662],["torrentdownloads.dirproxy.com",663],["torrentdownload.info",664],["designtagebuch.de",665],["rp5.*",666],["mydramalist.com",667],["stooq.*",668],["dvdgayporn.com",669],["hdmovie5.*",669],["hdmovie2.*",669],["funnywifiname.net",669],["jattfilms.*",669],["jattfilms.cfd",669],["mrbobd.com",669],["vegamovvies.to",669],["hdmoviie2.*",669],["filmyzilla.*",669],["moviespur.*",669],["1stream.*",670],["calculator-online.net",671],["onionplay.*",672],["shinchu.*",673],["networkhint.com",673],["sturls.com",674],["rephrase.info",675],["nowtolove.com.au",676],["washingtoninformer.com",677],["watch.cricstream.*",678],["cricstreams.re",678],["xenvn.com",679],["ibomma.*",680],["scrolller.com",681],["dirp.me",682],["pinterest.*",683],["distrowatch.org",684],["autofaucet.dutchycorp.space",685],["chinhnhacoban.com",686],["plotaroute.com",687],["techsignin.com",688],["ac-illust.com",689],["photo-ac.com",689],["mrgay.com",690],["buondua.com",691],["lbprate.com",692],["digminecraft.com",693],["logikfx.com",694],["etsy.com",695],["h-flash.com",696],["fashionunited.*",697],["vimm.net",698],["thedigitalfix.com",699],["dvdplay.*",700],["dubznetwork.com",701],["redirect.dafontvn.com",702],["gsmware.com",703],["poki.*",704],["chimicamo.org",705],["earnme.club",706],["jrlinks.in",706],["eztv.*",707],["ricettafitness.com",708],["comidacaseira.me",710],["welt.de",711],["autotrader.co.uk",712],["mangaraw.org",713],["apkmodhub.in",714],["digilibraries.com",715],["slidesgo.com",716],["dktechnicalmate.com",717],["indiakablog.com",717],["givee.club",718],["fucktube4k.com",719],["mail.com",720],["gmx.*",721],["tamrieltradecentre.com",722],["missav.*",723],["missav123.com",723],["missav888.com",723],["dads-banging-teens.com",724],["home-xxx-videos.com",724],["mature-chicks.com",724],["time.com",725],["distrowatch.com",726],["beatsnoop.com",727],["fetchpik.com",727],["anisearch.*",728],["veryfreeporn.com",729],["bishopsstortfordindependent.co.uk",730],["cambridgeindependent.co.uk",730],["dissexpress.co.uk",730],["fenlandcitizen.co.uk",730],["granthamjournal.co.uk",730],["lynnnews.co.uk",730],["kentonline.co.uk",730],["newarkadvertiser.co.uk",730],["rutland-times.co.uk",730],["spaldingtoday.co.uk",730],["stamfordmercury.co.uk",730],["suffolknews.co.uk",730],["velvetmag.co.uk",730],["teachoo.com",731],["itstillworks.com",732],["leaknud.com",733],["colonist.io",734],["wa.de",735],["mboost.me",736],["sumikai.com",737],["adslink.pw",738],["jpopsingles.eu",739],["instagram.com",740],["brisbanetimes.com.au",741],["smh.com.au",741],["theage.com.au",741],["watoday.com.au",741],["flipkart.com",742],["rtl.de",743],["yourdictionary.com",744],["desktopnexus.com",745],["theblock.co",746],["root-nation.com",747],["italpress.com",747],["genshin.gg",748],["mathway.com",749],["viefaucet.com",750],["google.com",751],["rechtschreibpruefung24.de",752],["tirexo.*",753],["adzz.in",754],["model-viewer.com",755],["playstore.pw",756],["adsy.pw",757],["rocketnews24.com",758],["soranews24.com",758],["youpouch.com",759],["afly.pro",761],["bloggingguidance.com",762],["snaptik.app",763],["www.chip.de",764],["chip.de",765],["praxistipps.chip.de",766],["praxistipps.focus.de",767],["netmoms.de",766],["tvtv.ca",769],["tvtv.us",769],["swisscows.com",770],["javopen.co",771],["derivative-calculator.net",772],["integral-calculator.com",772],["proappapk.com",773],["infokik.com",774],["freepik.com",775],["writedroid.*",776],["thetimes.co.uk",777],["additudemag.com",778],["techpp.com",779],["azrom.net",780],["topsporter.net",781],["sportshub.to",781],["seznamzpravy.cz",782],["guru3d.com",783],["roblox-scripts.co",784],["theodysseyonline.com",785],["adseek.site",786],["infoseek.co.jp",787],["socialcounts.org",788],["tlgrm.eu",789],["telegramchannels.me",790],["nn.de",791],["www.walmart.com",792],["thefileslocker.net",793],["n.fcd.su",794],["oxy.*",795],["~oxy.edu",795],["esopress.com",796],["karvitt.com",797],["realpornclips.com",798],["bitchesgirls.com",799],["efukt.com",800],["rookieroad.com",801],["naijafav.top",802],["novinky.cz",803],["webnovelpub.com",804],["novelpub.com",805],["lightnovelspot.com",807],["myanimelist.net",808],["gloryshole.com",809],["tokenmix.pro",810],["bitcosite.com",811],["glosbe.com",812],["mangabuddy.com",813],["elamigos-games.com",814],["elamigos-games.net",814],["elamigosgames.org",814],["imgbox.com",815],["~wp.pl",816],["~money.pl",819],["~komorkomania.pl",821],["~autokult.pl",821],["~o2.pl",821],["~parenting.pl",821],["~abczdrowie.pl",821],["~pudelek.pl",821],["open.fm",822],["vibez.pl",823],["sportowefakty.wp.pl",824],["fitness.wp.pl",824],["smaczneblogi.pl",825],["forum.kardiolo.pl",826],["~www.wp.pl",825],["horoskop.wp.pl",828],["www.wp.pl",829],["pilot.wp.pl",831],["domodi.pl",832],["turystyka.wp.pl",833],["~tv.wp.pl",834],["mag.shock2.info",835],["hints.littlealchemy2.com",836],["hacoos.com",837],["thefastcode.com",838],["besargaji.com",839],["chrysler-club.net",840],["azaleasdolls.com",841],["zefoy.com",842],["bellesa.co",843],["pepperlive.info",844],["adultcomixxx.com",845],["apk-gamers.com",845],["skiplinks.xyz",845],["streamvid.net",846],["miniwebtool.com",846],["sexvideos.host",847],["the-sun.com",848],["lovetoknow.com",849],["thedailybeast.com",850],["parentcircle.com",851],["vidello.net",852],["weatherwx.com",853],["phineypet.com",854],["cellmapper.net",855],["freewebcart.com",856],["securityweek.com",856],["curs-germana.com",856],["vlr.gg",857],["metager.org",858],["comohoy.com",859],["mapcrunch.com",860],["domaha.tv",861],["xxxrip.net",861],["sextor.org",861],["sex-torrent.net",861],["hentaipaw.com",862],["peakpx.com",863],["pxfuel.com",863],["pikist.com",864],["androidauthority.com",865],["app.blubank.com",866],["truyentranhfull.net",867],["empire-anime.*",868],["empire-streaming.*",868],["empire-anime.com",868],["empire-streamz.fr",868],["empire-stream.*",868],["taisachonthi.com",869],["isekaipalace.com",870],["woowebtools.com",871],["iwatchfriendsonline.net",872],["creativebloq.com",873],["sofmag.com",874],["khoaiphim.com",875],["nicomanga.com",876],["www.google.com",877],["totalcsgo.com",878],["gumtree.com.au",879],["gumtree.com",880],["deviantart.com",881],["pandasnovel.com",882],["bangpremier.com",883],["bankbazaar.com",884],["asura.gg",885],["asurascans.com",885],["romsmania.games",886],["freeroms.com",887],["dll-files.com",888],["modrinth.com",889],["codelivly.com",890],["www.mindbodygreen.com",891],["sotwe.com",892],["download.megaup.net",893],["rain-alarm.com",894],["cnn.com",895],["dvm360.com",896],["trakt.tv",897],["client.falixnodes.net",898],["thestar.com",899],["dailymail.co.uk",900],["m.baomoi.com",901],["movies4u.*",902],["movies4u3.*",902],["gamerxyt.com",902],["biblestudytools.com",903],["christianheadlines.com",903],["ibelieve.com",903],["screenhub.com.au",904],["insideevs.com",905],["community.pcgamingwiki.com",906],["dzapk.com",907],["zive.cz",908],["client.pylexnodes.net",909],["win.gg",910],["filmizlehdfilm.com",911],["fullfilmizle.cc",911],["gofilmizle.net",911],["estudyme.com",912],["accuweather.com",913],["fplstatistics.co.uk",914],["thespruce.com",915],["skai.gr",916],["sonixgvn.net",917],["francoischarron.com",918],["sabornutritivo.com",919],["bettycrocker.com",920],["filext.com",921],["360haven.com",922],["apkmirror.com",923],["vidsrc.*",924],["gdflix.*",925],["1337x.ninjaproxy1.com",927],["work.ink",928],["fmovies.*",929],["f2movies.to",929],["colourxh.site",930],["fullxh.com",930],["galleryxh.site",930],["megaxh.com",930],["movingxh.world",930],["seexh.com",930],["unlockxh4.com",930],["valuexh.life",930],["xhaccess.com",930],["xhadult2.com",930],["xhadult3.com",930],["xhadult4.com",930],["xhadult5.com",930],["xhamster.*",930],["xhamster1.*",930],["xhamster10.*",930],["xhamster11.*",930],["xhamster12.*",930],["xhamster13.*",930],["xhamster14.*",930],["xhamster15.*",930],["xhamster16.*",930],["xhamster17.*",930],["xhamster18.*",930],["xhamster19.*",930],["xhamster20.*",930],["xhamster2.*",930],["xhamster3.*",930],["xhamster4.*",930],["xhamster42.*",930],["xhamster46.com",930],["xhamster5.*",930],["xhamster7.*",930],["xhamster8.*",930],["xhamsterporno.mx",930],["xhbig.com",930],["xhbranch5.com",930],["xhchannel.com",930],["xhdate.world",930],["xhlease.world",930],["xhmoon5.com",930],["xhofficial.com",930],["xhopen.com",930],["xhplanet1.com",930],["xhplanet2.com",930],["xhreal2.com",930],["xhreal3.com",930],["xhspot.com",930],["xhtotal.com",930],["xhtree.com",930],["xhvictory.com",930],["xhwebsite.com",930],["xhwebsite2.com",930],["xhwebsite5.com",930],["xhwide1.com",930],["xhwide2.com",930],["xhwide5.com",930],["porndoe.com",931],["torrentdownload.*",932],["readcomiconline.*",933],["pixiv.net",934],["cbssports.com",935],["jacquieetmicheltv.net",936],["jacquieetmicheltv2.net",936],["bombuj.*",937],["xfreehd.com",938],["freethesaurus.com",939],["thefreedictionary.com",939],["getmodsapk.*",940],["qwant.com",941],["civitai.com",942],["civitai.green",942],["faroutmagazine.co.uk",943],["govtech.com",944],["dragontea.ink",945],["time.artjoey.com",946],["thehackernews.com",947],["creepypasta.com",948],["statisticsanddata.org",949],["tmailor.com",950],["aliezstream.pro",951],["mylivestream.pro",951],["mylocal.co.uk",952],["ettvi.com",953],["crictime.is",954],["freehit.eu",954],["mobilecric.com",954],["live-sport.duktek.pro",954],["decrypt.day",955],["cryptorank.io",956],["skidrowcodex.net",957],["zee5.com",958],["thejakartapost.com",959],["cenoteka.rs",960],["porno-baguette.com",961],["caravanmagazine.in",962],["eloshapes.com",963],["filerox.com",964],["lowcygier.pl",965],["mip2p.*",966],["myp2p.*",966],["game8.co",967],["ign.com",968],["club386.com",970],["yourstory.com",971],["audiobookbay.lu",972],["service.webgoto.net",973],["freemodsapp.in",974],["onlytech.com",974],["helicomicro.com",974],["9xlinks.*",975],["9xmovie.*",975],["desiflix.*",975],["girlmms.com",975],["ottxmaza.com",975],["sexmazahd.com",975],["webxmaza.com",975],["app.scope.gg",976],["governing.com",977],["therealdeal.com",978],["olympics.com",979],["taste.com.au",980],["playmod24.com",981],["euronews.com",982],["mercatinomusicale.com",983],["btv.bg",984],["btvnovinite.bg",984],["btvsport.bg",984],["1jour1film.*",985],["101soundboards.com",986],["interactivemap.app",987],["plasticsnews.com",988],["idnes.cz",989],["boundingintocomics.com",990],["themix.net",990],["metoffice.gov.uk",991],["boardgameoracle.com",992],["callofwar.com",993],["picrew.me",994],["stream4free.*",995],["sdna.gr",996],["schnittberichte.com",997],["infinityscans.xyz",998],["infinityscans.net",998],["infinityscans.org",998],["karistudio.com",999],["leafstudio.site",999],["handirect.fr",1000],["giphy.com",1001],["politico.com",1002],["voz.vn",1003],["abs-cbn.com",1004],["metro.style",1005],["aov-news.com",1007],["summonersky.com",1007],["worldpopulationreview.com",1008],["sbs.com.au",1009],["msn.com",1010],["vid2faf.*",1011],["vidplay.*",1011],["ignboards.com",1012],["telepisodes.org",1013],["daddylive.*",1014],["9gag.com",1015],["op.gg",1016],["m.shuhaige.net",1017],["laser-pics.com",1018],["uexpress.com",1019],["animeshqip.org",1020],["editor.plantuml.com",1021],["theorg.com",1022],["forgee.xyz",1023],["gamehub.cam",1023],["1001tracklists.com",1024],["mirror.co.uk",1025],["mobalytics.gg",1026],["javfilms.com",1027],["europix.top",1028],["91porna.com",1029],["glamour.com",1030],["abcnews.go.com",1031],["cryptofaucet.club",1032],["redecanaistv.*",1033],["redisex.*",1033],["fapeza.com",1034],["iflscience.com",1035],["sneakernews.com",1036],["emojipedia.org",1037],["agar.io",1038],["criollasx.com",1039],["birminghammail.co.uk",1040],["bristolpost.co.uk",1040],["dailyrecord.co.uk",1040],["hulldailymail.co.uk",1040],["liverpoolecho.co.uk",1040],["manchestereveningnews.co.uk",1040],["stokesentinel.co.uk",1040],["lightningmaps.org",1041],["velo.outsideonline.com",1042],["gulfnews.com",1043],["olamovies.*",1044],["tvpassport.com",1045],["greatandhra.com",1046],["borwap.net",1047],["waptrick.com",1047],["manwa.me",1048],["www.parkers.co.uk",1049],["elamigosweb.com",1050],["rediff.com",1051],["old.reddit.com",1052],["www.google.*",1053],["bikesales.com.au",1054],["disqus.com",1055],["arstechnica.com",1056],["dermnetnz.org",1056],["proboards.com",1057],["winclassic.net",1057],["forbes.com",1058],["dmax.de",1059],["app.koinly.io",1060],["duplichecker.com",1061],["plagiarismdetector.net",1061],["searchenginereports.net",1061],["smallseotools.com",1061],["turboplayers.xyz",1062]]);
|
|
33
33
|
const hasEntities = true;
|
|
34
34
|
|
|
35
35
|
self.proceduralImports = self.proceduralImports || [];
|