@browserless.io/browserless 2.34.1 → 2.36.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 +25 -3
- package/build/limiter.js +1 -1
- package/build/routes/chrome/http/content.post.body.json +90 -1
- package/build/routes/chrome/http/pdf.post.body.json +90 -1
- package/build/routes/chrome/http/scrape.post.body.json +90 -1
- package/build/routes/chrome/http/scrape.post.response.json +21 -22
- package/build/routes/chrome/http/screenshot.post.body.json +90 -1
- package/build/routes/chromium/http/content.post.body.json +90 -1
- package/build/routes/chromium/http/pdf.post.body.json +90 -1
- package/build/routes/chromium/http/scrape.post.body.json +90 -1
- package/build/routes/chromium/http/scrape.post.response.json +21 -22
- package/build/routes/chromium/http/screenshot.post.body.json +90 -1
- package/build/routes/chromium/tests/scrape.spec.js +41 -0
- package/build/routes/edge/http/content.post.body.json +90 -1
- package/build/routes/edge/http/pdf.post.body.json +90 -1
- package/build/routes/edge/http/scrape.post.body.json +90 -1
- package/build/routes/edge/http/scrape.post.response.json +21 -22
- package/build/routes/edge/http/screenshot.post.body.json +90 -1
- package/build/sdk-utils.js +1 -1
- package/build/shared/scrape.http.js +13 -3
- package/docker/base/Dockerfile +8 -8
- package/docker/chrome/Dockerfile +2 -2
- package/docker/chromium/Dockerfile +2 -2
- package/docker/edge/Dockerfile +2 -2
- package/docker/firefox/Dockerfile +2 -2
- package/docker/multi/Dockerfile +2 -2
- package/docker/sdk/Dockerfile +1 -1
- package/docker/webkit/Dockerfile +2 -2
- package/extensions/ublocklite/_locales/br_FR/messages.json +1 -1
- package/extensions/ublocklite/_locales/he/messages.json +2 -2
- package/extensions/ublocklite/_locales/hu/messages.json +1 -1
- package/extensions/ublocklite/_locales/pt_BR/messages.json +1 -1
- package/extensions/ublocklite/_locales/pt_PT/messages.json +1 -1
- package/extensions/ublocklite/_locales/sk/messages.json +6 -6
- package/extensions/ublocklite/_locales/sq/messages.json +17 -17
- package/extensions/ublocklite/_locales/th/messages.json +1 -1
- package/extensions/ublocklite/_locales/tr/messages.json +1 -1
- package/extensions/ublocklite/_locales/vi/messages.json +1 -1
- package/extensions/ublocklite/css/common.css +5 -3
- package/extensions/ublocklite/css/default.css +10 -0
- package/extensions/ublocklite/js/dnr-parser.js +1 -1
- package/extensions/ublocklite/js/filter-lists.js +1 -4
- package/extensions/ublocklite/js/popup.js +2 -2
- package/extensions/ublocklite/js/ruleset-manager.js +5 -121
- package/extensions/ublocklite/js/rw-dnr-editor.js +8 -4
- package/extensions/ublocklite/js/scripting/tool-overlay.js +1 -0
- package/extensions/ublocklite/js/settings.js +2 -1
- package/extensions/ublocklite/js/static-filtering-parser.js +8 -8
- package/extensions/ublocklite/js/ubo-parser.js +181 -65
- package/extensions/ublocklite/manifest.json +3 -3
- package/extensions/ublocklite/rulesets/generic-details.json +6 -16
- package/extensions/ublocklite/rulesets/main/adguard-mobile.json +25 -4
- package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +615 -1
- package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +19 -7
- package/extensions/ublocklite/rulesets/main/annoyances-others.json +4 -2
- package/extensions/ublocklite/rulesets/main/annoyances-overlays.json +22 -2
- package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +1 -1
- package/extensions/ublocklite/rulesets/main/chn-0.json +93 -28
- package/extensions/ublocklite/rulesets/main/cze-0.json +6 -1
- package/extensions/ublocklite/rulesets/main/deu-0.json +11 -5
- package/extensions/ublocklite/rulesets/main/dpollock-0.json +2 -0
- package/extensions/ublocklite/rulesets/main/easylist.json +135 -29
- package/extensions/ublocklite/rulesets/main/easyprivacy.json +132 -27
- package/extensions/ublocklite/rulesets/main/est-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/fin-0.json +9 -0
- package/extensions/ublocklite/rulesets/main/fra-0.json +48 -10
- package/extensions/ublocklite/rulesets/main/hun-0.json +4 -1
- package/extensions/ublocklite/rulesets/main/idn-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/ind-0.json +93 -150
- package/extensions/ublocklite/rulesets/main/irn-0.json +33 -7
- package/extensions/ublocklite/rulesets/main/isr-0.json +20 -2
- package/extensions/ublocklite/rulesets/main/ita-0.json +3 -1
- package/extensions/ublocklite/rulesets/main/jpn-1.json +60 -13
- package/extensions/ublocklite/rulesets/main/kor-1.json +38 -6
- package/extensions/ublocklite/rulesets/main/ltu-0.json +3 -1
- package/extensions/ublocklite/rulesets/main/lva-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/nld-0.json +6 -1
- package/extensions/ublocklite/rulesets/main/nor-0.json +13 -4
- package/extensions/ublocklite/rulesets/main/pgl.json +8 -9
- package/extensions/ublocklite/rulesets/main/pol-0.json +13 -1
- package/extensions/ublocklite/rulesets/main/rou-1.json +17 -1
- package/extensions/ublocklite/rulesets/main/rus-0.json +101 -24
- package/extensions/ublocklite/rulesets/main/rus-1.json +112 -4
- package/extensions/ublocklite/rulesets/main/spa-1.json +38 -14
- package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +13076 -6934
- package/extensions/ublocklite/rulesets/main/swe-1.json +77 -43
- package/extensions/ublocklite/rulesets/main/tha-0.json +7 -1
- package/extensions/ublocklite/rulesets/main/tur-0.json +45 -5
- package/extensions/ublocklite/rulesets/main/ublock-badware.json +76 -102
- package/extensions/ublocklite/rulesets/main/ublock-filters.json +770 -99
- package/extensions/ublocklite/rulesets/main/ubol-tests.json +43 -0
- package/extensions/ublocklite/rulesets/main/ukr-0.json +20 -1
- package/extensions/ublocklite/rulesets/main/urlhaus-full.json +503 -614
- package/extensions/ublocklite/rulesets/main/vie-1.json +61 -52
- package/extensions/ublocklite/rulesets/regex/chn-0.json +6 -3
- package/extensions/ublocklite/rulesets/regex/deu-0.json +0 -1
- package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
- package/extensions/ublocklite/rulesets/regex/kor-1.json +1 -0
- package/extensions/ublocklite/rulesets/regex/pol-0.json +1 -0
- package/extensions/ublocklite/rulesets/regex/rus-0.json +1 -0
- package/extensions/ublocklite/rulesets/regex/rus-1.json +24 -0
- package/extensions/ublocklite/rulesets/regex/tur-0.json +2 -1
- package/extensions/ublocklite/rulesets/regex/ublock-badware.json +10 -8
- package/extensions/ublocklite/rulesets/regex/ublock-filters.json +26 -9
- package/extensions/ublocklite/rulesets/ruleset-details.json +238 -458
- 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-overlays.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/fra-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/idn-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/nld-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/nor-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/spa-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/ukr-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generichigh/chn-0.css +2 -9
- package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +1 -1
- package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +1 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/ublock-filters.css +0 -2
- 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-notifications.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.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/fra-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/idn-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/nld-0.js +3 -3
- 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 +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/spa-1.js +3 -3
- 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 +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.abort-on-property-read.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.trusted-replace-node-text.js +450 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{jpn-1.abort-on-property-write.js → adguard-mobile.trusted-set-attr.js} +107 -41
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +407 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.remove-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-replace-node-text.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.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-on-stack-trace.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +9 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setInterval.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-xhr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.adjust-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.json-prune.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +9 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-window-open.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{vie-1.m3u-prune.js → chn-0.spoof-css.js} +109 -148
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.abort-current-script.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.adjust-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.set-session-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.remove-attr.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.set-cookie.js +442 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{chn-0.json-prune-fetch-response.js → kor-1.json-prune-xhr-response.js} +71 -62
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.remove-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-read.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +10 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-xhr.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-cookie.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.abort-on-property-read.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.remove-cookie.js +4 -4
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.adjust-setInterval.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +9 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-requestAnimationFrame.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.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.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +2 -2
- 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 +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.abort-on-property-write.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-fetch.js +7 -0
- 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.remove-node-text.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-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{ublock-filters.evaldata-prune.js → ublock-badware.addEventListener-defuser.js} +103 -173
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +450 -0
- 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 +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.disable-newtab-links.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-xhr-response.js +851 -0
- 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 +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.m3u-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.nowebrtc.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +9 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +2 -2
- 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-attr.js +2 -2
- 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 +2 -2
- 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-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
- 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 +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-create-html.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-override-element-method.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +7 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-xhr.js +1 -1
- 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-replace-xhr-response.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-cookie.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.xml-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +7 -0
- 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/scriptlet/vie-1.json-prune.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +7 -0
- 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/hun-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/nld-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/nor-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/tha-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scriptlet-details.json +271 -174
- package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +3 -2
- package/extensions/ublocklite/rulesets/strictblock/annoyances-cookies.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/chn-0.json +329 -791
- package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +62 -4
- package/extensions/ublocklite/rulesets/strictblock/fra-0.json +429 -49
- package/extensions/ublocklite/rulesets/strictblock/irn-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +183 -176
- package/extensions/ublocklite/rulesets/strictblock/kor-1.json +6 -1
- package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/pgl.json +8 -9
- package/extensions/ublocklite/rulesets/strictblock/pol-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/rus-1.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/spa-1.json +0 -2
- package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +13076 -6934
- package/extensions/ublocklite/rulesets/strictblock/swe-1.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/tur-0.json +4 -0
- package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +580 -577
- package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +3 -2
- package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +503 -614
- package/extensions/ublocklite/rulesets/strictblock/vie-1.json +6 -7
- package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +30 -0
- package/extensions/ublocklite/ublock.zip +0 -0
- package/package.json +23 -21
- package/scripts/install-adblock.js +25 -4
- package/scripts/start.sh +1 -1
- package/scripts/test.sh +2 -2
- package/src/limiter.ts +1 -1
- package/src/routes/chromium/tests/scrape.spec.ts +48 -0
- package/src/sdk-utils.ts +1 -1
- package/src/shared/scrape.http.ts +17 -5
- package/static/docs/swagger.json +330 -102
- package/static/docs/swagger.min.json +329 -101
- package/static/function/client.js +203 -104
- package/static/function/index.html +203 -104
- package/extensions/ublocklite/rulesets/modify-headers/annoyances-overlays.json +0 -108
- package/extensions/ublocklite/rulesets/modify-headers/chn-0.json +0 -316
- package/extensions/ublocklite/rulesets/modify-headers/cze-0.json +0 -25
- package/extensions/ublocklite/rulesets/modify-headers/deu-0.json +0 -24
- package/extensions/ublocklite/rulesets/modify-headers/easylist.json +0 -14
- package/extensions/ublocklite/rulesets/modify-headers/easyprivacy.json +0 -48
- package/extensions/ublocklite/rulesets/modify-headers/fra-0.json +0 -215
- package/extensions/ublocklite/rulesets/modify-headers/irn-0.json +0 -45
- package/extensions/ublocklite/rulesets/modify-headers/isr-0.json +0 -50
- package/extensions/ublocklite/rulesets/modify-headers/rus-0.json +0 -40
- package/extensions/ublocklite/rulesets/modify-headers/rus-1.json +0 -22
- package/extensions/ublocklite/rulesets/modify-headers/swe-1.json +0 -46
- package/extensions/ublocklite/rulesets/modify-headers/ublock-filters.json +0 -54
- package/extensions/ublocklite/rulesets/modify-headers/ubol-tests.json +0 -25
- package/extensions/ublocklite/rulesets/modify-headers/vie-1.json +0 -162
- package/extensions/ublocklite/rulesets/redirect/adguard-mobile.json +0 -20
- package/extensions/ublocklite/rulesets/redirect/annoyances-overlays.json +0 -15
- package/extensions/ublocklite/rulesets/redirect/chn-0.json +0 -40
- package/extensions/ublocklite/rulesets/redirect/cze-0.json +0 -76
- package/extensions/ublocklite/rulesets/redirect/deu-0.json +0 -79
- package/extensions/ublocklite/rulesets/redirect/easylist.json +0 -103
- package/extensions/ublocklite/rulesets/redirect/easyprivacy.json +0 -137
- package/extensions/ublocklite/rulesets/redirect/fin-0.json +0 -121
- package/extensions/ublocklite/rulesets/redirect/fra-0.json +0 -35
- package/extensions/ublocklite/rulesets/redirect/hun-0.json +0 -38
- package/extensions/ublocklite/rulesets/redirect/irn-0.json +0 -73
- package/extensions/ublocklite/rulesets/redirect/isr-0.json +0 -17
- package/extensions/ublocklite/rulesets/redirect/jpn-1.json +0 -29
- package/extensions/ublocklite/rulesets/redirect/kor-1.json +0 -25
- package/extensions/ublocklite/rulesets/redirect/ltu-0.json +0 -33
- package/extensions/ublocklite/rulesets/redirect/nld-0.json +0 -79
- package/extensions/ublocklite/rulesets/redirect/nor-0.json +0 -132
- package/extensions/ublocklite/rulesets/redirect/pol-0.json +0 -15
- package/extensions/ublocklite/rulesets/redirect/rou-1.json +0 -53
- package/extensions/ublocklite/rulesets/redirect/rus-0.json +0 -21
- package/extensions/ublocklite/rulesets/redirect/rus-1.json +0 -118
- package/extensions/ublocklite/rulesets/redirect/spa-1.json +0 -27
- package/extensions/ublocklite/rulesets/redirect/swe-1.json +0 -14
- package/extensions/ublocklite/rulesets/redirect/tha-0.json +0 -78
- package/extensions/ublocklite/rulesets/redirect/tur-0.json +0 -24
- package/extensions/ublocklite/rulesets/redirect/ublock-badware.json +0 -18
- package/extensions/ublocklite/rulesets/redirect/ublock-filters.json +0 -548
- package/extensions/ublocklite/rulesets/redirect/ubol-tests.json +0 -22
- package/extensions/ublocklite/rulesets/redirect/ukr-0.json +0 -18
- package/extensions/ublocklite/rulesets/redirect/vie-1.json +0 -117
- package/extensions/ublocklite/rulesets/removeparam/adguard-spyware-url.json +0 -612
- package/extensions/ublocklite/rulesets/removeparam/annoyances-overlays.json +0 -27
- package/extensions/ublocklite/rulesets/removeparam/chn-0.json +0 -48
- package/extensions/ublocklite/rulesets/removeparam/est-0.json +0 -26
- package/extensions/ublocklite/rulesets/removeparam/fin-0.json +0 -52
- package/extensions/ublocklite/rulesets/removeparam/irn-0.json +0 -18
- package/extensions/ublocklite/rulesets/removeparam/kor-1.json +0 -26
- package/extensions/ublocklite/rulesets/removeparam/rus-0.json +0 -19
- package/extensions/ublocklite/rulesets/removeparam/rus-1.json +0 -99
- package/extensions/ublocklite/rulesets/removeparam/swe-1.json +0 -125
- package/extensions/ublocklite/rulesets/removeparam/ublock-filters.json +0 -64
- package/extensions/ublocklite/rulesets/removeparam/ukr-0.json +0 -49
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
/******************************************************************************/
|
|
29
29
|
|
|
30
|
-
const argsList = ["[]","[{\"selector\":\"#article_feeds > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > p\",\"tasks\":[[\"has-text\",\"/яндекс/i\"]]}]]}]","[{\"selector\":\"#col-left > .contest-bl\",\"tasks\":[[\"has\",{\"selector\":\"> h4 > strong\",\"tasks\":[[\"has-text\",\"/^Новин|Join/\"]]}]]},{\"selector\":\"#col-right > .bl-middle2\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/новини|додати/i\"]]}]]}]","[{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .PostHeader > .PostHeaderInfo > [class^=\\\"PostHeaderSubtitle\\\"] > [class]\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама|Рэклама|жарнама/\"]]}]]},{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .post_header_info .post_date\",\"tasks\":[[\"has-text\",\"/Ad|Реклама/\"]]}]]},{\"selector\":\"#page_wall_posts > div[id^=\\\"post-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> ._post_content > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\"#wk_content > #wl_post\",\"tasks\":[[\"has\",{\"selector\":\"> #wl_head_wrap > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\".PhotoPrimaryAttachment__background[src*=\\\"userapi.com/impf/\\\"][src*=\\\"blur=\\\"]\",\"action\":[\"style\",\"filter: blur(20px) !important\"],\"cssable\":true},{\"selector\":\".wall_module > div[id]:first-child > *\",\"tasks\":[[\"matches-prop\",{\"attr\":\"innerHTML\",\"value\":\"/format_edit|mradx\\\\.|media_on_/\"}]]}]","[{\"selector\":\"#for_fix > *\",\"tasks\":[[\"has\",{\"selector\":\".titlebar > span\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]]}]","[{\"selector\":\"#index_desktop > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > #span-title\",\"tasks\":[[\"has-text\",\"/^реклама|^партн/i\"]]}]]}]","[{\"selector\":\"#news-arch\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/Реклама|Партнеры/i\"]]}]]}]","[{\"selector\":\"#columns > .transparent\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"#news-list > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> .news-content > div > p[style] > span\",\"tasks\":[[\"has-text\",\"erid:\"]]}]]},{\"selector\":\".branding\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\"body[style^=\\\"padding-top:\\\"][style*=\\\"250px\\\"][style*=\\\"!important\\\"] > #mkwrapper\",\"action\":[\"style\",\"margin-top: -250px !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-color: #3a3a3a !important\"],\"cssable\":true}]","[{\"selector\":\"#page-body > .post\",\"tasks\":[[\"has\",{\"selector\":\"[class=\\\"username-coloured\\\"]\",\"tasks\":[[\"has-text\",\"Advertiser\"]]}]]}]","[{\"selector\":\"#pagecontent > .tablebg\",\"tasks\":[[\"has\",{\"selector\":\".postauthor\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#r-colonka > .f-block\",\"tasks\":[[\"has\",{\"selector\":\".b-topa\",\"tasks\":[[\"has-text\",\"/интересные блоки|еклама/i\"]]}]]}]","[{\"selector\":\"#right > h2\",\"tasks\":[[\"has-text\",\"Рекомендуем\"]]}]","[{\"selector\":\"#rightcol > div[class^=\\\"box\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .spacer > h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside .main-head\",\"tasks\":[[\"has\",{\"selector\":\"> .hn > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside > div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]","[{\"selector\":\"#sideLeft > .accordion-group\",\"tasks\":[[\"has\",{\"selector\":\".accordion-heading\",\"tasks\":[[\"has-text\",\"seedbox.org.ua\"]]}]]},{\"selector\":\".post_wrap span[class^=\\\"post\\\"]\",\"tasks\":[[\"has-text\",\"/при поддержке/i\"]]}]","[{\"selector\":\"#sidebar > .module\",\"tasks\":[[\"has\",{\"selector\":\"> .inner h3\",\"tasks\":[[\"has-text\",\"/Блок ссылок|Блок Google|Рекламный блок/\"]]}]]},{\"selector\":\".left > div.moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3 span\",\"tasks\":[[\"has-text\",\"/Блок Google|Рекламный блок/\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebar-content\",\"tasks\":[[\"has\",{\"selector\":\"> .top > .fix\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebox\",\"tasks\":[[\"has\",{\"selector\":\"> .sidetitle > span\",\"tasks\":[[\"has-text\",\"/^интересное/i\"]]}]]}]","[{\"selector\":\"#sidebar-right > .block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Наши партнёры\"]]}]]}]","[{\"selector\":\"#utm_article_block > div > #article_body > p > strong\",\"tasks\":[[\"has-text\",\"/^Ниже/\"]]},{\"selector\":\".m-hop > [class]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"html[class] > body\",\"action\":[\"style\",\"background-color: #e6e6e6 !important\"],\"cssable\":true}]","[{\"selector\":\".AsideHeading\",\"tasks\":[[\"has-text\",\"/kinopoisk|кинопоиск/i\"]]},{\"selector\":\".DefaultLayout-main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".LayoutWrapper__promo ~ .LayoutWrapper__main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-right: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article-right > div\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".container-mat p\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".asideblock > div\",\"tasks\":[[\"has\",{\"selector\":\".icon > dt > span\",\"tasks\":[[\"has-text\",\"/Интересные новости|Предложения|Смотрите также/\"]]}]]},{\"selector\":\".panel\",\"tasks\":[[\"has\",{\"selector\":\"> .panel-heading\",\"tasks\":[[\"has-text\",\"/Интересные новости|Полезное|Реклама/\"]]}]]}]","[{\"selector\":\".b-article > h4\",\"tasks\":[[\"has-text\",\"Справочник по ценам\"]]},{\"selector\":\".b-content__pagecontent > .b-content--wrapper > .g-grid\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content.b-content__breadcrumbs\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content__pagecontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blblock > .pheading\",\"tasks\":[[\"has\",{\"selector\":\"> h3 > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .block-title\",\"tasks\":[[\"has-text\",\"/Интересное|Наши друзья|Реклама|Сидбокс|MARKETGID/\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .content\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content + .block_bottom\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\".blocklite\",\"tasks\":[[\"has\",{\"selector\":\"> div > [class]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".bltitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".bnd-cnt\",\"tasks\":[[\"has\",{\"selector\":\"> [class] > b\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".box-title\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".boxTable\",\"tasks\":[[\"has\",{\"selector\":\".boxTitle\",\"tasks\":[[\"has-text\",\"/Это интересно|Новости/\"]]}]]}]","[{\"selector\":\".c-header\",\"tasks\":[[\"has-text\",\"/Ads|Реклама/\"]]},{\"selector\":\".u-extend-fix\",\"action\":[\"style\",\"background: center / 100% 100% no-repeat #515151 var(--res-logo) !important; border-radius: 6px !important\"],\"cssable\":true},{\"selector\":\"[data-track]:not(a)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"--content article \\\"] + div ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments ~ div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".card-separator__title\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".center-article-bottom > .custom_ *\",\"tasks\":[[\"has\",{\"selector\":\".blacktitle > span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".column.c-center > h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".container > .footer\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row + .contAlt\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"]]}]","[{\"selector\":\".container-wrapper\",\"tasks\":[[\"has\",{\"selector\":\"> .mag-box-title\",\"tasks\":[[\"has-text\",\"Партнери проекту\"]]}]]}]","[{\"selector\":\".content > .content-wrap\",\"tasks\":[[\"has\",{\"selector\":\".pgs-head\",\"tasks\":[[\"has-text\",\"Интересное\"]]}]]}]","[{\"selector\":\".content-block\",\"tasks\":[[\"has\",{\"selector\":\"font\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".content__sub-heading\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]},{\"selector\":\".drag_element\",\"tasks\":[[\"has\",{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"Peклама\"]]}]]},{\"selector\":\"[id^=\\\"videoplayer_\\\"][aria-label=\\\"Video Player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".contents-content > ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]},{\"selector\":\".show-post > h2\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]}]","[{\"selector\":\".box[class*=\\\"content\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true},{\"selector\":\".cq-content > h2\",\"tasks\":[[\"has-text\",\"/ставки/i\"]]},{\"selector\":\".post-content > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^150px$\"}]]},{\"selector\":\"[class*=\\\"grid\\\"] > a:has(.p-item__button-sponsored)\",\"action\":[\"remove\",\"\"]},{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Где купить\"]]},{\"selector\":\"div[class]:not([class*=\\\"-\\\"]):not([class*=\\\"_\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-top\",\"value\":\"^16px$\"}]]},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"Где купить\"]]}]]}]","[{\"selector\":\".dlblock .dropdown-menu > li\",\"tasks\":[[\"has\",{\"selector\":\"> small\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".entry-galery\",\"tasks\":[[\"has\",{\"selector\":\"> .entry-galery-title\",\"tasks\":[[\"has-text\",\"/полезное объявление|горячие новости/i\"]]}]]}]","[{\"selector\":\".featured_articles > .header\",\"tasks\":[[\"has-text\",\"/^Новости партнеров|^Также читайте/\"]]}]","[{\"selector\":\".gazeta-widget\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > span\",\"tasks\":[[\"has-text\",\"/реклама|новости партнеров/i\"]]}]]}]","[{\"selector\":\".grid__title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".h2\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/^СМИ$/\"]]}]]}]","[{\"selector\":\".header--text\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".mainContainer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".hr\",\"tasks\":[[\"has-text\",\"/Яндекс.Директ ВОмске|Другие новости/\"]]}]","[{\"selector\":\".inner > .default\",\"tasks\":[[\"has\",{\"selector\":\"> header > h1\",\"tasks\":[[\"has-text\",\"PEKЛAМA\"]]}]]}]","[{\"selector\":\".main-content > .inner-page-container ~ .inner-page-container > .block_section > .container_padding\",\"tasks\":[[\"has\",{\"selector\":\"> .block_section_header > div > div > .section_title\",\"tasks\":[[\"has-text\",\"/новини партнерів|новости партнеров/i\"]]}]]}]","[{\"selector\":\".main-sidebar > .row > div\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".maintitlecollapse\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".module-full\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"advert\"]]}]]}]","[{\"selector\":\".module-title > .title\",\"tasks\":[[\"has-text\",\"/ПАРТНЕРІВ/i\"]]}]","[{\"selector\":\".module\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".more-news\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".mvp-widget-home-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/гнездо/i\"]]},{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/новости|партнер/i\"]]}]","[{\"selector\":\".nb2-list\",\"tasks\":[[\"has\",{\"selector\":\"> .nb2-head\",\"tasks\":[[\"has-text\",\"Визитка\"]]}]]}]","[{\"selector\":\".nchead\",\"tasks\":[[\"has\",{\"selector\":\"> .ncheading\",\"tasks\":[[\"has-text\",\"/партн/i\"]]}]]},{\"selector\":\".row[style^=\\\"padding-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .nchead > .ncheading\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]}]","[{\"selector\":\".comment-background\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".main-content\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".news-item-wrap > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Ad\"]]}]]},{\"selector\":\".news-view\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .overview > .overview__overview\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" .content-text a[href]\"]]},{\"selector\":\".user-profile-section\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".out__inner > div\",\"tasks\":[[\"has\",{\"selector\":\"> div > .title\",\"tasks\":[[\"has-text\",\"Читайте также\"]]}]]},{\"selector\":\".out__inner > header\",\"action\":[\"style\",\"visibility: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://24smi.org/\\\"]\",\"action\":[\"remove-attr\",\"target\"]}]","[{\"selector\":\".page-content > .row > div[class^=\\\"col\\\"] + div[class^=\\\"col\\\"] > div\",\"tasks\":[[\"has\",{\"selector\":\"> .card h6\",\"tasks\":[[\"has-text\",\"/Реклама|Друзья/i\"]]}]]}]","[{\"selector\":\".playfair\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]},{\"selector\":\".svejnov\",\"tasks\":[[\"has\",{\"selector\":\"> h2 > b\",\"tasks\":[[\"has-text\",\"/^Інші/\"]]}]]}]","[{\"selector\":\".playlists-items > ul > li\",\"tasks\":[[\"has-text\",\"Dzen\"]]}]","[{\"selector\":\"#contentShifter\",\"action\":[\"style\",\"height: 127px !important\"],\"cssable\":true},{\"selector\":\".post > p\",\"tasks\":[[\"has-text\",\"Купить за\"],[\"spath\",\":has([target=\\\"_blank\\\"])\"]]}]","[{\"selector\":\".post-cards > .post-card\",\"tasks\":[[\"has\",{\"selector\":\".post-card__description\",\"tasks\":[[\"has-text\",\"://keltr.ru/\"]]}]]}]","[{\"selector\":\".post-footer > span\",\"tasks\":[[\"has-text\",\"Реклама на сайте\"]]},{\"selector\":\".theiaStickySidebar > .widget > .widget *\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > h2\",\"tasks\":[[\"has-text\",\"Интересная реклама\"]]}]]}]","[{\"selector\":\".presreliz\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"на правах реклами\"]]}]]}]","[{\"selector\":\".region[id^=\\\"content-\\\"] > .block\",\"tasks\":[[\"has\",{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adsbygoogle|advmanager|yadblock/i\"]]}]]}]","[{\"selector\":\".right-cell > div\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Paid Content\"]]}]]}]","[{\"selector\":\".right-col > .hint-block\",\"tasks\":[[\"has\",{\"selector\":\"> .hint-block-title\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".right-indent > .wrapper-box\",\"tasks\":[[\"has\",{\"selector\":\"> div > .boxTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".right_coll > .moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3\",\"tasks\":[[\"has-text\",\"Рекламные ссылки\"]]}]]}]","[{\"selector\":\".sample-posts > h4\",\"tasks\":[[\"has-text\",\"/партнер/i\"]]}]","[{\"selector\":\".sample-posts\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/^новини партн/i\"]]}]]}]","[{\"selector\":\".section-heading\",\"tasks\":[[\"has\",{\"selector\":\"> .h-text\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".section\",\"tasks\":[[\"has\",{\"selector\":\"> .navbar > .flex-center > p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".sectionColumn\",\"tasks\":[[\"has\",{\"selector\":\"> .subTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".shortcode-html\",\"tasks\":[[\"has\",{\"selector\":\"> header > div > [class]\",\"tasks\":[[\"has-text\",\"Популярное в сети\"]]}]]}]","[{\"selector\":\".side-block\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".side_block > .side_header\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".sidebar .h3\",\"tasks\":[[\"has-text\",\"За кадром\"]]}]","[{\"selector\":\".sidebar > .block-title\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\".sidebar > .section\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebar > [class]\",\"tasks\":[[\"has\",{\"selector\":\"> [class]\",\"tasks\":[[\"has-text\",\"/Новости партнеров|Новини партнерів/\"]]}]]}]","[{\"selector\":\".sideblock\",\"tasks\":[[\"has\",{\"selector\":\"> .sideblock_title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebox > .sidetitle\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/купуй|реклама|формац/i\"]]}]]}]","[{\"selector\":\".site-section-header\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]","[{\"selector\":\".slick-slide\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]]}]","[{\"selector\":\".slider-commercial .multimedia__item\",\"tasks\":[[\"has\",{\"selector\":\".spend__text > .spend__tag\",\"tasks\":[[\"has-text\",\"/^Партнерский /\"]]}]]}]","[{\"selector\":\".sport-table tr > th ~ th\",\"tasks\":[[\"has-text\",\"Ставка\"]]},{\"selector\":\"blockquote\",\"tasks\":[[\"has\",{\"selector\":\"> p > strong\",\"tasks\":[[\"has-text\",\"Партнер\"]]}]]},{\"selector\":\"span > small\",\"tasks\":[[\"has-text\",\"Приведённые букмекерские коэффициенты\"]]},{\"selector\":\"th > .tooltip-item\",\"tasks\":[[\"has-text\",\"К\"]]}]","[{\"selector\":\".stlt\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".stream-item-widget\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".knb-grid-container > [data-io-article-url]:has(> [class^=\\\"MaterialItemHead_head\\\"] [href=\\\"/tags/partnyorskij-material/\\\"]) > .knb-grid-container [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"cssable\":true},{\"selector\":\".swiper-wrapper > .swiper-slide\",\"tasks\":[[\"has\",{\"selector\":\"> div > .knb-card--footer > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\"]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class^=\\\"MaterialItemPage_isFirst\\\"] ~ [class^=\\\"MaterialItemPage_materialSection\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}]]}]","[{\"selector\":\".tablebg\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > h4\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]]}]","[{\"selector\":\".tdc-content-wrap > .tdc-row\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > .wpb_wrapper > div > style ~ h4 > span\",\"tasks\":[[\"has-text\",\"/наши партнеры/i\"]]}]]}]","[{\"selector\":\".text-center\",\"tasks\":[[\"has-text\",\"/ДВИГАТЕЛЬ ТОРГОВЛИ|И еще немного рекламы|новости партнеров/i\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"adrotate_ad\"]]}]","[{\"selector\":\".title-block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".title-without-border\",\"tasks\":[[\"has-text\",\"Новини партнерів\"]]}]","[{\"selector\":\".tui_section__pad\",\"tasks\":[[\"has\",{\"selector\":\"> .tui_title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".ui-sortable > .ui-sortable-handle\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".voting > .block_title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"transition: none !important\"],\"cssable\":true}]","[{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"],[\"spath\",\" + .clear + .widgetbox\"]]},{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget-pages\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-header\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"margin-top: 0 !important; overflow: hidden !important\"],\"cssable\":true},{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".block-title > span\",\"tasks\":[[\"has-text\",\"Новости партнер\"]]}]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"/^новости партн|^реклама/i\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама партнера\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .td-block-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"/Хостинг-партнёр|Реклама/\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама партнеров\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".windowbg\",\"tasks\":[[\"has\",{\"selector\":\"> .poster > h4\",\"tasks\":[[\"has-text\",\"Форум Такси Сервис\"]]}]]}]","[{\"selector\":\".b-chat\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".wrapper-all-news > .news\",\"tasks\":[[\"has\",{\"selector\":\"> .news__description > a > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".zsnazzy\",\"tasks\":[[\"has\",{\"selector\":\".color_b\",\"tasks\":[[\"has-text\",\"Блок рекламы\"]]}]]}]","[{\"selector\":\"[class$=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/предложения/i\"]]}]","[{\"selector\":\"[class*=\\\"_title\\\"]\",\"tasks\":[[\"has-text\",\"/ партн|реклама/i\"]]}]","[{\"selector\":\"[class*=\\\"navi_title\\\"]\",\"tasks\":[[\"has-text\",\"/браузер|партнеры/i\"]]}]","[{\"selector\":\"[class] > div\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/Our Friends|Sluts/\"]]}]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .name\",\"tasks\":[[\"has-text\",\"/больше | партн|прочие | сми/i\"]]}]]}]","[{\"selector\":\"[class^=\\\"styles_title_\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"[id^=\\\"oframevideoplayer\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"Сексчат\"]]}]]}]","[{\"selector\":\"[itemprop=\\\"articleBody\\\"] > p\",\"tasks\":[[\"has-text\",\"/ТЬСЯ ТАКОЖ/i\"]]}]","[{\"selector\":\"[style*=\\\"font\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"a[href*=\\\"://clck.ru/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]},{\"selector\":\"a[href*=\\\"://slurm.club/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]}]","[{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"]]}]","[{\"selector\":\"article div\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]","[{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"],[\"spath\",\" + br + .side\"]]},{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]","[{\"selector\":\"aside > .widget\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/^Новини$|Реклама/\"]]}]]}]","[{\"selector\":\"aside > h2\",\"tasks\":[[\"has-text\",\"/наши партн/i\"]]}]","[{\"selector\":\"body > h3\",\"tasks\":[[\"has-text\",\"/^Новости/\"]]},{\"selector\":\"tr > th\",\"tasks\":[[\"has-text\",\"Реклама на Погода.ру\"]]}]","[{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ div[style=\\\"overflow: hidden;\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div.side-item-left\",\"tasks\":[[\"has\",{\"selector\":\"> .side-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".fb-sidebar__main > a[href]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .indication-bor-rad\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .title_also\",\"tasks\":[[\"has-text\",\"Партнерский контент\"]]}]]}]","[{\"selector\":\"div[class$=\\\"-main\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[font-size] > span\",\"tasks\":[[\"has-text\",\"/опрос/i\"]]}]]}]","[{\"selector\":\"aside > div[class^=\\\"NavPanel_nav\\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"LoopChannelLayout_widget\\\"] > div[class^=\\\"SimpleCaption_wrapper\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"MaterialListing_chunk\\\"] a[href]\",\"tasks\":[[\"has\",{\"selector\":\"[class*=\\\"tass_pkg_marker\\\"]\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]}]","[{\"selector\":\"div[class^=\\\"Sidebar_sidebar_list\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://kanobu.ru/\\\"])\"]]}]","[{\"selector\":\"div[class^=\\\"_content\\\"] > div[class^=\\\"_video-wrapper\\\"] ~ [class] b\",\"tasks\":[[\"has-text\",\"/Скидка|Скидки/\"]]},{\"selector\":\"div[id^=\\\"videoplayer_\\\"][class^=\\\"iframe_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"product-snippet_ProductSnippet__grid\\\"] > [data-product-id]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div[class^=\\\"product-snippet_ProductSnippet__description\\\"] > div[class^=\\\"product-snippet_ProductSnippet__block\\\"] > div[class^=\\\"product-snippet_ProductSnippet__ext\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[id*=\\\"sidebar\\\"] > div[class*=\\\"module\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"moduletitle\\\"]\",\"tasks\":[[\"has-text\",\"/^актуально|финам$|сми2$|marketgid|^интересные|гнездо.ру/i\"]]}]]}]","[{\"selector\":\"div[style=\\\"margin-left:21px;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".opros\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[style^=\\\"font-size\\\"]\",\"tasks\":[[\"has-text\",\"Также узнайте...\"]]}]","[{\"selector\":\".adfox-banner-background ~ .layout-container\",\"action\":[\"style\",\"max-width: unset !important; top: unset !important\"],\"cssable\":true},{\"selector\":\"em\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]},{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-color: #9ab9a7 !important\"],\"cssable\":true},{\"selector\":\"form > table[id^=\\\"p_row_\\\"]:nth-of-type(2)\",\"tasks\":[[\"has\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"Yap\"]]}]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^новости партн|^новини партн/i\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"/^нов.+партн.+р.в$/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Новости партн\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Реклама :\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Реклама :\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Смотрите также\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]","[{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"/новости партнеров|знакомства/i\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"РЕКОМЕНДУЕМ ПОЧИТАТЬ:\"]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"main > h3\",\"tasks\":[[\"has-text\",\"/Новости партнёров|Популярное в сети/\"]]}]","[{\"selector\":\"p > strong\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Erid:\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Комплектующие предоставлены\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> script\",\"tasks\":[[\"has-text\",\"smi2\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"/париматч/i\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"Okko\"]]}]]}]","[{\"selector\":\"span.articles_info > b\",\"tasks\":[[\"has-text\",\"Реклама:\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Интересные новости\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]","[{\"selector\":\"table > tbody > .alt2\",\"tasks\":[[\"has\",{\"selector\":\"> td\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .bl_title_bkgr\",\"tasks\":[[\"has-text\",\"/интересно/i\"]]}]]}]","[{\"selector\":\"table[id^=\\\"post\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .thead\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]]}]","[{\"selector\":\"td > .forabg\",\"tasks\":[[\"has\",{\"selector\":\"dt\",\"tasks\":[[\"has-text\",\"Проверенный выгодный обменник!\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"100%\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > .tablebg > tbody > tr > .cat > h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"220\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".block_title\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"td\",\"tasks\":[[\"has-text\",\"/bit.ly|clck.ru|vk.cc/\"]]}]","[{\"selector\":\"td[style=\\\"width:200px;\\\"] > table\",\"tasks\":[[\"has\",{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Рекламный блок\"]]}]]}]","[{\"selector\":\"td[valign=\\\"top\\\"] > table.tborder[width=\\\"240\\\"] ~ table.tborder[width]\",\"tasks\":[[\"has\",{\"selector\":\"td.tcat\",\"tasks\":[[\"has-text\",\"/наши друзья|реклама/i\"]]}]]}]","[{\"selector\":\"td[width=\\\"210\\\"] > center > table\",\"tasks\":[[\"has\",{\"selector\":\"center > b\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td[width=\\\"240\\\"] > table[width=\\\"240\\\"] ~ table[width=\\\"240\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".feed-list > .feed-w\",\"tasks\":[[\"has\",{\"selector\":\"[class^=\\\"feed\\\"][class*=\\\"label\\\"]\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]},{\"selector\":\"body > div:not([id]):not([class]) > .exit-popup\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has\",{\"selector\":\"> [class^=\\\"profile\\\"]\",\"tasks\":[[\"has-text\",\"/Партнер|Реклама/\"]]}]]}]","[{\"selector\":\".commercial-branding > div script ~ div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding > div script ~ div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding article > div:only-child > div:first-child + div > div > div:first-child + div\",\"action\":[\"style\",\"box-shadow: none !important\"],\"cssable\":true},{\"selector\":\".commercial-branding\",\"action\":[\"style\",\"margin-top: unset !important; margin-bottom: unset !important\"],\"cssable\":true},{\"selector\":\"div:has(> div[style^=\\\"min-height:\\\"]) > p ~ div\",\"tasks\":[[\"has-text\",\"Продолжение истории после рекламы\"]]}]","[{\"selector\":\"[class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/новости партнеров/i\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.cnews.ru/redirect.php\\\"]\",\"tasks\":[[\"has-text\",\"Дзен\"]]}]","[{\"selector\":\"#branding-layout > * > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"#branding-layout > a\",\"action\":[\"style\",\"width: 0 !important; height: 0 !important; left:-10000px !important\"],\"cssable\":true},{\"selector\":\"#branding-layout\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"#branding-layout:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".columns-layout__right > div > div[id][class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".material-list__item\",\"tasks\":[[\"has\",{\"selector\":\".content-label\",\"tasks\":[[\"has-text\",\"/Реклама|Pеклама/\"]]}]]},{\"selector\":\".rightPart > div\",\"tasks\":[[\"has-text\",\"Реклама 18+\"]]},{\"selector\":\":not(.nba-global-nav-wrapper) + #branding-layout:not(#id)\",\"action\":[\"style\",\"margin-top: 96px !important\"],\"cssable\":true},{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .aside-news-list__advert\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"[data-content-name=\\\"banner-static\\\"]\",\"action\":[\"style\",\"position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important\"],\"cssable\":true},{\"selector\":\"body > div[id][style=\\\"padding-top: 306px; margin-top: 0px;\\\"]\",\"action\":[\"style\",\"padding-top: 96px !important\"],\"cssable\":true},{\"selector\":\"body.img-bg\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.is-fixed\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #a7a7a7 !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"М.Видео\"]]}]]}]","[{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .Organic-Subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]}]","[{\"selector\":\"#search-result > .serp-list__card\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".page__result .typo\",\"tasks\":[[\"has-text\",\"/^новости партн/i\"]]},{\"selector\":\".scroller__wrap > div[class^=\\\"minibadge\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".serp-item .label\",\"tasks\":[[\"has-text\",\"реклама\"]]}]]}]","[{\"selector\":\"body[class*=\\\"page_q\\\"] .top-root > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div + div > div[style] > div[style] > div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > span ~ div > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class$=\\\"_visible\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"[class$=\\\"icon\\\"] ~ [class]\",\"tasks\":[[\"has-text\",\"Рекламы нет\"]]}]]}]","[{\"selector\":\".article_block\",\"tasks\":[[\"has\",{\"selector\":\"> p > i\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]]},{\"selector\":\"a[href^=\\\"https://keysforgamers.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"body[style] > .vgt_orig_bg\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"html > body[style] > :not(.vgt_orig_bg)\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body[style]\",\"action\":[\"style\",\"pointer-events: none !important; padding-top: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"oframe\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"/adblock|adblok|адблок|блокировщик|блокировку|фрибет/i\"]]}]]}]","[{\"selector\":\"article > p\",\"tasks\":[[\"has-text\",\"/отключите блокировку рекламы!$/\"]]}]","[{\"selector\":\"div[id^=\\\"brid-player\\\"] ~ p\",\"tasks\":[[\"has-text\",\"AdBlock\"]]}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapp__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"playlist-player-branding-\\\"] ~ .playlist-player\",\"action\":[\"style\",\"max-width: 1155px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Branding_container_\\\"]\",\"action\":[\"style\",\"margin-top: unset !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article > .onadlable ~ .js-mediator-article a[href]:not([href^=\\\"/\\\"]):not([href^=\\\"#\\\"]):not([href*=\\\"3dnews.\\\"])\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"video[autoplay=\\\"autoplay\\\"]\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"body [data-revive-id] ~ script ~ [id][class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"html:not([class]):not([style]) > body:not([itemscope]) > div[id] > div[id][href]\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html[style]:not([style=\\\"\\\"]) > body [class]:not([id]):not(div):not([style]) :not(div)[class][id]\",\"action\":[\"style\",\"min-height: 0 !important; height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"sidebar_container_\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#alert > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#alert\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: black !important; cursor: default\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#new_logo_helper01\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".sidebarfix\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[role=\\\"tabpanel\\\"] > div.MuiBox-root\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#container:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subbody\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\".big-ad-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id) > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"pointer-events: none !important; background-color: #eff1f2 !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".static_content\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class*=\\\"modal-\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div.overflow-hidden + .block-sidebar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fancybox-enabled\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#trend\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".nav-line\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: rgb(255, 255, 238) !important\"],\"cssable\":true}]","[{\"selector\":\".content > .sect-header\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".full\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".popular-in\",\"action\":[\"style\",\"padding-top: 80px !important\"],\"cssable\":true},{\"selector\":\".sticky-wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".wrap > .popular\",\"action\":[\"style\",\"visibility: visible !important\"],\"cssable\":true},{\"selector\":\"main > .wrap-center\",\"action\":[\"style\",\"margin-left: auto !important; margin-right: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/uploads/\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".single\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".need-friends\",\"action\":[\"style\",\"margin-top: 125px !important\"],\"cssable\":true}]","[{\"selector\":\".content > .media\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\"article.full > div .skrin ~ div\",\"action\":[\"style\",\"border: unset !important; background-color: unset !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"padding-block-start: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".fon_site_pic\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".htitle\",\"action\":[\"style\",\"margin-left: 0 !important; left: 150px !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"margin-left: 0 !important; left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .standard\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"]\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"nav[role=\\\"navigation\\\"] > ul\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wr-bg\",\"action\":[\"style\",\"padding-top: 60px !important; margin-top: unset !important; top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu .sar\",\"action\":[\"style\",\"bottom: auto !important; top: 50px !important; z-index: 100 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"]\",\"action\":[\"style\",\"background-image: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".drowmenu\",\"action\":[\"style\",\"z-index: 1999999999 !important\"],\"cssable\":true},{\"selector\":\".list-nav\",\"action\":[\"style\",\"z-index: 1 !important\"],\"cssable\":true},{\"selector\":\"body > .main.wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > header\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\".topside\",\"action\":[\"style\",\"max-width: 99.8% !important\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".native-brand ~ section.main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".native-brand\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > a.bsec[href=\\\"#\\\"]\",\"action\":[\"style\",\"top: 31px !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-wrap > .lenta\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".lenta-wrap\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"user-data-grid\\\"]\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#blink2[color=\\\"red\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; color: #837e6e !important\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"pos\\\"] > a > img[src*=\\\"audioportal.su/!!!ads/!rotator/\\\"]\",\"action\":[\"style\",\"zoom: 0.1 !important; filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".av-branding .page\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".av-branding\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test-id=\\\"avia_form\\\"] > div[class*=\\\"footer\\\"] label\",\"action\":[\"style\",\"zoom: 2 !important; color: #f57c00 !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\".avito-ads-container\",\"action\":[\"style\",\"margin: 0 !important; min-height: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".app-branding\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\"body.stop-scroll\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".promo-background\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".topserial\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header--short.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#userTabs\",\"action\":[\"style\",\"float: none !important\"],\"cssable\":true}]","[{\"selector\":\"#oframeflashcontent > pjsdiv[style*=\\\"transition: transform\\\"]\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\"video\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .page\",\"action\":[\"style\",\"padding-top: 144px !important\"],\"cssable\":true}]","[{\"selector\":\"div[style=\\\"position:absolute;left:0px;top:0px;width:240px;margin-top:660px\\\"]\",\"action\":[\"style\",\"position: relative !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside#sidebar\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .block0\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.cookielaw-blur-background > *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"html > head ~ body\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#content-padding > *\",\"action\":[\"style\",\"color: black !important\"],\"cssable\":true},{\"selector\":\"#content-padding\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true}]","[{\"selector\":\"[data-alias=\\\"Copyright\\\"] .widget-area > .widget_text:last-child\",\"action\":[\"style\",\"border-style: none !important\"],\"cssable\":true}]","[{\"selector\":\".alltop1\",\"action\":[\"style\",\"margin-bottom: 30px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap_nd .page-head\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body-branding\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.access *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"body.access\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"width: auto !important; position: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".layout-default__content--brand\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#art-main\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\".bg-top-menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header.header-wrapper\",\"action\":[\"style\",\"padding-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .widget_header .header_icons\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .lang_switcher\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".scroll-content.disable-scrolling\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"body.overflow--hidden\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\".l-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-sidebar > .sticky-vertical\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://kik.cat/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"www.dns-shop.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".blur-image\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".back_bottom > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContainer\",\"action\":[\"style\",\"cursor: auto !important; padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#snow\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\"header[class=\\\"header -transparent\\\"]\",\"action\":[\"style\",\"background: #e0e0e0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\".pocaz\",\"action\":[\"style\",\"width: 10px !important; height: 10px !important; position: fixed !important; top:-100px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style*=\\\"width\\\"][style*=\\\"margin\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout > main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".island_overflow-initial > .feature_wide\",\"action\":[\"style\",\"margin: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-cell > div[id]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#timer_2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".header-space\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.blocked\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".dl-content > .ageLimit ~ [class$=\\\"-player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".dl-content\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper.full\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body > [id]:not([style])\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".adb\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".forumAd\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".navbar_notice\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #right ~ .middle\",\"action\":[\"style\",\"margin-right: 4px !important\"],\"cssable\":true}]","[{\"selector\":\".contentWrap .lcWrap\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\".author__avatar video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".comment-media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\"html\",\"action\":[\"style\",\"--layout-header-height-large: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"#left-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true},{\"selector\":\"#right-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".td-header-sp-logo\",\"action\":[\"style\",\"max-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".fader-social\",\"action\":[\"style\",\"position: fixed !important; top: -10000px !important; opacity: 0 !important; z-index: -9999 !important\"],\"cssable\":true}]","[{\"selector\":\".social-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"min-width: 700px !important\"],\"cssable\":true}]","[{\"selector\":\".header.fixed .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".right_column_content > .block_news\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"header.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .eva\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"#content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .light-line\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".justify-content-center > .col[id]\",\"action\":[\"style\",\"max-width: max-content !important\"],\"cssable\":true},{\"selector\":\"body > footer\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"main#mainContainer\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#search_panel > .panel-body\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"body > .root\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .obertka-in\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap > .block\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".maincontent\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body-wrap > #content\",\"action\":[\"style\",\"margin-top:42px !important\"],\"cssable\":true}]","[{\"selector\":\"[data-bookmaker-id]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".sitemaker > .grid > .sm-responsive-full-width\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".jnrGz\",\"action\":[\"style\",\"height: calc(var(--vh, 1vh)*100 - 1px) !important\"],\"cssable\":true}]","[{\"selector\":\".ftips-branding .td-main-page-wrap\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding-ad + div\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding.td_category_template_1 .td-category-header\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"max-width: 1600px !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#advert\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 6px !important\"],\"cssable\":true}]","[{\"selector\":\".fix_block > nav\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".fix_block\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body.pagefullbg\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow-y: auto !important; position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"container-content\\\"] > div[class^=\\\"obolox\\\"]\",\"action\":[\"style\",\"margin-top: 52px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .container\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true}]","[{\"selector\":\"#content.site-max-width\",\"action\":[\"style\",\"margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div[id] > div[id]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #303030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://artline.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://bit.ly/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://compx.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://rozetka.com.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContent > section:first-of-type\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".roarticlecol\",\"action\":[\"style\",\"top: 2px !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class] > div[class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class]\",\"action\":[\"style\",\"padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"js-nh\\\"]\",\"action\":[\"style\",\"margin-top: 115px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad-300 + .w\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".main.with-top-menu\",\"action\":[\"style\",\"padding-top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: default !important; pointer-events: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".maps .maps-block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".project-maps .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".project-weather .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"margin-bottom: 20px !important\"],\"cssable\":true}]","[{\"selector\":\"#navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".newsfeed\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video_content\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://www.goha.ru/~\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper__content-inner:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wallpapers > [class^=\\\"wallpapers__item\\\"]\",\"action\":[\"style\",\"margin-right: unset !important; width: 320px !important\"],\"cssable\":true}]","[{\"selector\":\".main-block .main-inner-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".rightColumn > .darkPart\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"footer.pageContainer\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#header_box\",\"action\":[\"style\",\"height: auto !important; min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#link-b\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #f5f5f5 !important\"],\"cssable\":true}]","[{\"selector\":\"img[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"[href^=\\\"https://ya.cc/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > .menu\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".jirrua\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"] > [id$=\\\"er\\\"]:nth-child(-1n+3)\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".main .header\",\"action\":[\"style\",\"padding-top: 94px !important\"],\"cssable\":true},{\"selector\":\".showfull .header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".short-poster > img\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".page-branded\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".article__bg\",\"action\":[\"style\",\"left: 49% !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\".right-column > .b-newsfeed > span\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_container\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".footer_container\",\"action\":[\"style\",\"height: auto !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video-stream > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".video-stream\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".preview-section .vertical-video__play-icon-wrapper\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#totalbg\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"#id_box_r_y1\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true},{\"selector\":\"#idbbbad\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".footer-slow-download__btn\",\"action\":[\"style\",\"color: #57a216 !important; font-size: 19px !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\"div#main\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"table.lista[width=\\\"100%\\\"][style] > tbody > tr > td.header[width=\\\"110px\\\"]\",\"action\":[\"style\",\"color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"body > .page__wrapper\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fltext\",\"action\":[\"style\",\"background: none !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://rdr.fmcgsd.net/in/offer/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"utm_\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href^=\\\"https://ek.ua/ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"body.age-popup-active\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#content > #header > div[style^=\\\"height: 94px;\\\"]\",\"action\":[\"style\",\"height: 6px !important\"],\"cssable\":true},{\"selector\":\"#content > #header\",\"action\":[\"style\",\"height: 220px !important; background-position-y: -100px !important\"],\"cssable\":true},{\"selector\":\"#right > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"td.left[width=\\\"200\\\"][valign=\\\"top\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".headerNotify_hasUnread .nbl-simpleControlButton\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .content-main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.watch > div[class]:not([id]):not([style]):nth-child(-1n+2)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"body.watch > header.ivi-top\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_content_table > .left.column\",\"action\":[\"style\",\"margin-right: 0 !important; width: 100% !important\"],\"cssable\":true},{\"selector\":\".body_wrapper\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".fullscreen_branding ~ .body_content_table\",\"action\":[\"style\",\"margin-top: 0 !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".left.column > #question.dialog_thanks\",\"action\":[\"style\",\"left: 67% !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > #header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > .tm-wrapper > .tm\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".branding .main__container\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper .container\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > #wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"margin-top: 2px !important\"],\"cssable\":true},{\"selector\":\".tm-wrapper > .tm\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: #eee !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".comments_form\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".ten_ears_wrap\",\"action\":[\"style\",\"margin: 35px auto 0 auto !important\"],\"cssable\":true},{\"selector\":\".ten_topbar\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .menu_wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #bdbdbd !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 40px !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#embed-video > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true},{\"selector\":\".navbart > a[href] > .spin\",\"action\":[\"style\",\"animation-name: none !important\"],\"cssable\":true},{\"selector\":\".publisher-name > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"wrapper\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper:not(#id)\",\"action\":[\"style\",\"margin-top: 67px !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-background\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".outer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body .header .header-fixed\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body .header\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: black !important\"],\"cssable\":true}]","[{\"selector\":\"#__next > div[class^=\\\"styles_root__\\\"]:first-of-type > div[class^=\\\"styles_root__\\\"]:first-child + div > div:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"#actorListBlock\",\"action\":[\"style\",\"padding-right: 19px !important\"],\"cssable\":true},{\"selector\":\"#header-info-bg\",\"action\":[\"style\",\"background-color: transparent !important; background-image: none !important\"],\"cssable\":true},{\"selector\":\".app div[class^=\\\"device\\\"][class*=\\\" page-main__content\\\"]\",\"action\":[\"style\",\"background-color: black !important\"],\"cssable\":true},{\"selector\":\".app__page > div:not([class*=\\\"media\\\"]):not([class*=\\\"content\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".content-container_app-width_wide\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".desktop-layout-with-sidebar__content > div[class][data-tid]\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\".film-seances-page\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".filmsListNew .info\",\"action\":[\"style\",\"padding-right: 116px !important\"],\"cssable\":true},{\"selector\":\".header-navigation\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".media-post-page > div:not([class*=\\\"media\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".modal-root div[class^=\\\"fullscreen-selector\\\"]\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content > #header-info-bg + div[id]:not([class])\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".page-content > div[id]:not(#header-info-bg):empty + div[id]:not(#top)\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".shadow.shadow-restyle\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".user-subscription-partial-component__subscription-item-text\",\"action\":[\"style\",\"white-space: pre-wrap !important\"],\"cssable\":true},{\"selector\":\"body[class*=\\\"styles_body\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"div > a[aria-label=\\\"КиноПоиск\\\"] ~ div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicInfoSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicMediaSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_videoContainer\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"kinopoisk-media-container_pending\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_headerContainer\\\"] + div[class^=\\\"styles_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_middleContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"user-bar\\\"] > div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_emptyItems__\\\"] div\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_footerContainer__\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_wideContentContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width: 1px;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width:1px\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".center-box2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".subbody2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container > .wrapper-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-detail .section-detail-news\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".gbg\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"newsid_\\\"] > .row0[style=\\\"margin-bottom:8px;\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#allrecords > #t-header + div + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#allrecords > #t-header + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .page-inner\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #app [data-branding-wrapper]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > #app div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-color\",\"value\":\"^rgb\\\\(225, 231, 235\\\\)$\"}]]},{\"selector\":\"body > #app div[style=\\\"display:block !important\\\"] > div:first-child > div:first-child + div > div:first-child + div > div[data-name]:first-child + div\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"://image.krasview.ru/channel\\\"]\",\"action\":[\"style\",\"background-color: #596c84 !important\"],\"cssable\":true}]","[{\"selector\":\"#popup-manager.popup-show + #layout\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".container[style=\\\"max-width: unset;\\\"] > .container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".m-container > #yandex_rtb_R\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".js-scroll-to-site-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".longgrid-list__box\",\"action\":[\"style\",\"justify-content: unset !important\"],\"cssable\":true},{\"selector\":\".topic-body__content > .box-external-video:last-child\",\"action\":[\"remove\",\"\"]},{\"selector\":\".topic-footer > .box-external-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".downloada > .btn\",\"action\":[\"style\",\"font-size: large !important; color: #b4ff00 !important\"],\"cssable\":true},{\"selector\":\".downloada\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".main_shift\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".recipes-layout__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".theme-wrapper > .container > div\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".allpage .currency a\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\":not(.allpageinner) > :not(.header) > .logo > a[href=\\\"/\\\"] > span\",\"action\":[\"style\",\"top: inherit !important; left: inherit !important; font-size: x-large !important; font-weight: bold !important; color: #0183cb !important\"],\"cssable\":true}]","[{\"selector\":\".mainpage > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mdspost > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".pagewide-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".s-layout > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer-logo\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true},{\"selector\":\"img[src=\\\"/vision/footer-logo.png\\\"]\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"background: #1c1e1f !important; color: #fff !important\"],\"cssable\":true},{\"selector\":\".gallery_img_preload\",\"action\":[\"style\",\"position: absolute !important; display: block !important; opacity: 0 !important; margin-top: 155px !important; margin-left: 20px !important; width: calc(100% - 40%);\"],\"cssable\":true},{\"selector\":\".lstfml .footer .links a\",\"action\":[\"style\",\"color: #fff !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #1c1e1f !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"poluchenie-premium-dostupa.html\\\"] > b > .fa-spin\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true}]","[{\"selector\":\"#localNotice .floatleft img\",\"action\":[\"style\",\"height: 70px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".vjs-big-play-button\",\"action\":[\"style\",\"background: #0fc3c3 !important\"],\"cssable\":true}]","[{\"selector\":\".category-all #content\",\"action\":[\"style\",\"background-image: none !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#pagewrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topcontainer\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\".n-main-branding-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-width\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".sp-header-block\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".td-ad-background-link #td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\".overlayed .bottom-page.scroll-block\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#videoViewPlayer\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".i-layout__branding-content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".i-layout_branding\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".infobar > .info-block:not(.mail):not(.weather)\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\".hide-dn img\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"main[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".aggregator-page\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#SITE_PAGES > div > div[id]\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-mesh-id]\",\"action\":[\"style\",\"min-height: auto !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page > .content\",\"action\":[\"style\",\"margin-top: 74px !important\"],\"cssable\":true},{\"selector\":\".header-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .navbar\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#gl_pos1\",\"action\":[\"style\",\"min-width: auto !important; width: unset !important\"],\"cssable\":true},{\"selector\":\"#main_tb\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"#move_up[style*=\\\"left: -40px;\\\"]\",\"action\":[\"style\",\"left: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: #f7f8f9 !important\"],\"cssable\":true}]","[{\"selector\":\"body.noscroll\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"body.noscroll::before\",\"action\":[\"style\",\"content: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapp_content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".navbar-default\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: #e8ecff !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #fll\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header > .body\",\"action\":[\"style\",\"margin-top: 54px !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".col-side > .opinion-teaser\",\"action\":[\"style\",\"border-top: none !important\"],\"cssable\":true}]","[{\"selector\":\".main__branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block:hover\",\"action\":[\"style\",\"-webkit-animation: scroll 30s linear 0s infinite !important; animation: scroll 30s linear 0s infinite !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) *\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainWrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".postquotehref\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true},{\"selector\":\"body > .wrap\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-b\",\"action\":[\"style\",\"margin-bottom: 11px !important\"],\"cssable\":true}]","[{\"selector\":\".main__slider > a:not([href^=\\\"https://nrj.ua/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\".wrapper > .header\",\"action\":[\"style\",\"height: 150px !important\"],\"cssable\":true}]","[{\"selector\":\"#home_page\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > .main-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"global-top-menus article_menu_type\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".adv-banner__right\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".quote a.btn\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"a.btn-success[href^=\\\"https://online-fix.me/ext/\\\"]\",\"action\":[\"remove-class\",\"btn\"]},{\"selector\":\"a[href*=\\\":2053\\\"]\",\"action\":[\"remove-class\",\"btn\"]}]","[{\"selector\":\".video-box[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".g-container-outer > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".downloadlink a\",\"action\":[\"style\",\"color: #09c !important; text-decoration: underline !important\"],\"cssable\":true},{\"selector\":\".post-info > div[style^=\\\"width: 730px;\\\"][style*=\\\"#f9f9f9\\\"]\",\"action\":[\"style\",\"background-color: #333 !important\"],\"cssable\":true},{\"selector\":\"body > div\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background-image: none !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"_no_abs\\\"] > *\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"_no_abs\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a.over-hiddenlink-html[target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > [class^=\\\"fix_\\\"]\",\"action\":[\"style\",\"margin-bottom: -5px !important\"],\"cssable\":true}]","[{\"selector\":\"footer\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[value=\\\"Скачать\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"div[class^=\\\"raleas-navbar\\\"] .ad + .ad ~ .all_it\",\"action\":[\"style\",\"left: -206px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important; background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"body > .a\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"pai_thumbz_\\\"][id$=\\\"_side\\\"]\",\"action\":[\"style\",\"background: #363636 !important\"],\"cssable\":true}]","[{\"selector\":\".app > .app__inner[style*=\\\"padding-top\\\"]\",\"action\":[\"style\",\"padding-top: 64px !important\"],\"cssable\":true},{\"selector\":\".footer__inner\",\"action\":[\"style\",\"background-color: var(--color--app__bg) !important; color: var(--color--app__text) !important\"],\"cssable\":true},{\"selector\":\".pub300x250.pub300x250m.pub728x90.text-ad.textAd.textad.textads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important; position: absolute !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"page-story\\\"][class*=\\\"ments\\\"] div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > .header__main\",\"action\":[\"style\",\"background-color: var(--color--header__bg) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #branding\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#dfpPrerollDelay\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article-content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"erid:\"]]}],[\"spath\",\" a[href][rel=\\\"nofollow\\\"]\"]]},{\"selector\":\".bonus-landing-page .panel-collapse > .panel-body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page .panel-default > .panel-heading\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page-faq > .title\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true},{\"selector\":\".dfp-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".gp-game-card .user-profile-sidebar\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"body[data-user-id]\",\"action\":[\"style\",\"background: #242424 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 65px !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"._1z_ ._21_\",\"action\":[\"style\",\"width: 1000% !important; height: 1000% !important; position: absolute !important\"],\"cssable\":true},{\"selector\":\"._1z_\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".banner-advertise\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".open-main-container\",\"action\":[\"style\",\"margin-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[id][class*=\\\" BannerPlace-\\\"]\",\"action\":[\"style\",\"filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\".banner\",\"action\":[\"style\",\"height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".page-element__ads\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".site-logo\",\"action\":[\"style\",\"max-height: 90px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header-main .container .row\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".foundation-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"article vid\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".cookie-paywall-visible div > .article-body-content ~ .article-body-content\",\"action\":[\"style\",\"display: flex !important\"],\"cssable\":true}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topbrandingspot\",\"action\":[\"style\",\"padding-top: 0 !important; background: none !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 130px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad_global_below_navbar\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\"#header ~ *\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\".above_body > div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#js-content\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#app > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"footer\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"WithRightBarWrapper\\\"] > div[class*=\\\"AutoAppContainer\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\".ad_branding_main > div[class]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child > div\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.lock\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding .main-content\",\"action\":[\"style\",\"margin-top: 90px !important\"],\"cssable\":true},{\"selector\":\".poster-grid-item > a[target=\\\"_blank\\\"]:first-child\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"html[xmlns]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".page__text > div[style^=\\\"color:\\\"] + p\",\"action\":[\"style\",\"margin-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-column > .right-adv-container\",\"action\":[\"style\",\"top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".b-global-branding[branding_url*=\\\"http\\\"] .b-global-wrap\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".b-global-wrap > .b-global-offset\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[id*=\\\"-error-page\\\"] > p\",\"action\":[\"style\",\"height: 0 !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-container\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"header[class^=\\\"header--standard\\\"]\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"locked\\\"] .example\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > #content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"_spiegelWrapper\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"PageMediaContentVideo_mainContent\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Page_main\\\"][style*=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".m-blur\",\"action\":[\"style\",\"filter: none !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .all-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) .bottom-bar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper > #wrap\",\"action\":[\"style\",\"padding: 0 10px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow-x: hidden\\\"]\",\"action\":[\"style\",\"overflow-x: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#FheaderContent > div[id]:not([class])\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subheader\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".tpc > .post > a[href]\",\"action\":[\"style\",\"word-break: break-all\"],\"cssable\":true},{\"selector\":\".tpc > .post > table[width] > tbody > tr > .lgf\",\"action\":[\"style\",\"word-break: break-word\"],\"cssable\":true}]","[{\"selector\":\".header20-00\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#body_container\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".menu[role=\\\"navigation\\\"] div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"aside > div[class]:first-child div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body--brranding > .content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-ns-portal] .branding[data-page] div[class^=\\\"content_\\\"] > div[class^=\\\"bottom\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"[data-ns-portal] .branding[data-page]\",\"action\":[\"style\",\"--grid-breakpoint-lg: unset !important; margin-top: unset !important; width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div\",\"action\":[\"style\",\"max-width: 1280px !important\"],\"cssable\":true},{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div:first-child > div:first-child + div > div:not(:last-child)\",\"action\":[\"style\",\"margin-right: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"articleBlockViqeo_\\\"][class*=\\\"notReady_\\\"]\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mfp-content\",\"action\":[\"style\",\"background-color: #ddd !important\"],\"cssable\":true},{\"selector\":\".mfp-wrap\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout-without-banner\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".Entry__content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"/Erid:/\"]]}],[\"spath\",\" a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"html.dark > body\",\"action\":[\"style\",\"background-color: #171717 !important\"],\"cssable\":true},{\"selector\":\"html:not(.dark) > body\",\"action\":[\"style\",\"background: initial !important\"],\"cssable\":true}]","[{\"selector\":\"#app > .items-center > div[class]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".top_bg\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".abp\",\"action\":[\"style\",\"transform: none !important; direction: ltr !important\"],\"cssable\":true}]","[{\"selector\":\".promotion .h-layoutWide\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-site-body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main_body > .block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"#site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_top\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#cn-content.playlists-iframe\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".btn-download\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".tab__sport a[href^=\\\"https://www.championat.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#outer-top\",\"action\":[\"style\",\"padding-top: initial !important\"],\"cssable\":true}]","[{\"selector\":\".admineditor-menu\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-middle-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#branding-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-dummy:not(#id)\",\"action\":[\"style\",\"min-height: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"#site_container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html #globalcontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html .above_body\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html body > div[id][class]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"background-color: #dbdbdb !important\"],\"cssable\":true},{\"selector\":\"html.home > body idiv[class][id]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true},{\"selector\":\".header-inner\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true}]","[{\"selector\":\".redirect-button\",\"action\":[\"style\",\"pointer-events: auto !important; opacity: 1 !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-tooltips-container > .tooltip-container\",\"action\":[\"style\",\"top: 43px !important; position: fixed !important\"],\"cssable\":true},{\"selector\":\".lenta_scrollable.poster\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\"body.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"html.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none !important; cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #e8e8e8 !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(.path-frontpage) .page-main\",\"action\":[\"style\",\" min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".site-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".post_content.newsletter\",\"action\":[\"style\",\"max-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#all:not(#id) > #content\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #fff !important\"],\"cssable\":true}]","[{\"selector\":\"#comments_block\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\".embed-instagram > iframe\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header-menu-bg\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".dwrp\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topper_up\",\"action\":[\"style\",\"height: 88px !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tp-widget-pinned-post-item__title > a\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tBlurred\",\"action\":[\"style\",\"-webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html[prefix] > body\",\"action\":[\"style\",\"background-color: #202030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html.bx-no-touch button[data-analytics$=\\\"-watch-with-ads-btn\\\"]\",\"action\":[\"style\",\"min-width: 0 !important; max-width: unset !important; width: 115px !important; overflow: hidden !important; padding-left: 15px !important\"],\"cssable\":true}]","[{\"selector\":\"iframe.youtube-video:not([src*=\\\"//utraff.com/\\\"])\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".head-top\",\"action\":[\"style\",\"position: absolute !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: #091016 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #ffffff !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .container\",\"action\":[\"style\",\"padding-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"#site\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".right-banner > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"adpool.bet/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper > #main\",\"action\":[\"style\",\"overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\".navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".right-column > .sticky-box\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".colorAdmin\",\"action\":[\"style\",\"color: black !important; font-weight: 100 !important; font-size: 8px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"right-block\\\"][style^=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-filter:none !important; filter: none !important\"],\"cssable\":true},{\"selector\":\".fancybox-lock body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrap\",\"action\":[\"style\",\"margin-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#cmain\",\"action\":[\"style\",\"margin-left: unset !important\"],\"cssable\":true}]","[{\"selector\":\".with-cookies-agreements .channels-line\",\"action\":[\"style\",\"top: calc(70px + 0px) !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .wrapper\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable > div\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable\",\"action\":[\"style\",\"padding-top: 0 !important; background-image: none !important; pointer-events: none !important; background-color: #ECEFF2 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: #ECEFF2 !important\"],\"cssable\":true}]","[{\"selector\":\"div[style^=\\\"min-height: 100vh;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[data-video_status=\\\"paused\\\"] .buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"ul.tabsmenuverch li\",\"action\":[\"style\",\"padding-right: 2px !important; padding-left: 2px !important\"],\"cssable\":true}]","[{\"selector\":\".JoinForm__notNow\",\"action\":[\"style\",\"font-weight: bold !important; color: red !important; border: 3px solid red !important; padding: 6px !important\"],\"cssable\":true}]","[{\"selector\":\"body.video_showcase #page_body\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoGrid.video_items_list\",\"action\":[\"style\",\"max-width: 97% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoLayout\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".ly.header\",\"action\":[\"style\",\"top: -1px !important\"],\"cssable\":true},{\"selector\":\".onair[style^=\\\"height:\\\"] > .onair_wrapper > [name=\\\"btn_air_close\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\".onair_wrapper\",\"action\":[\"style\",\"position: relative !important; bottom: unset !important; right: unset !important; -webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".vjs-poster\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".block-type-widget-area\",\"action\":[\"style\",\"min-height: 0 !important; box-shadow: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #layout-center > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #layout-center\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"td[width=\\\"100%\\\"][valign=\\\"top\\\"][class^=\\\"post\\\"] > .postcolor > img\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".full-banner-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.td-animation-stack-type0 .post img\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\"body.td-animation-stack-type0 .td-animation-stack .entry-thumb\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body.home\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/storage/app/resources/\\\"][style*=\\\"blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header + .banner\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".p_wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".eael-sticky-video-wrapper > #videobox\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".dpbAll\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"transform: none !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #f1f3f6 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: hidden !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\".document_overflow-scroll_yes:not(.document_new-year-feed-own-scroll_yes) body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [class^=\\\"content--article-\\\"] [style^=\\\"opacity:\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [data-appid] > [itemscope] > div > div[id]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" div\"],[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"article-bottom-block\"}],[\"spath\",\" > [class*=\\\"social\\\"] ~ div\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/articles\"],[\"spath\",\" div:has(> article > div > [class*=\\\"image\\\"]:empty)\"]]},{\"selector\":\"article\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"/direct|mytarget/\"}]]}]]},{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/data-[a-z0-9]/\",\"value\":\"bottom-ad\"}]]},{\"selector\":\"div[class*=\\\"dzen-wrapper-with-top-content-desktop__topContent-\\\"]\",\"action\":[\"style\",\"grid-template-columns: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class] > [id] > div[style*=\\\"important\\\"]\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"news-site-\\\"][class*=\\\"skeleton\\\"]\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".b-page_type_maps div[class$=\\\"__content\\\"] > [class$=\\\"__ad\\\"] > div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".climate-calendar__cell\",\"action\":[\"style\",\"width: 13.8% !important; -webkit-flex-basis: 13.8% !important; flex-basis: 13.8% !important\"],\"cssable\":true}]","[{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".b-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".head-stripe\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".monetization-group > .monetization-group__item\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".serp-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".suggest2_align_center[data-bem*=\\\"weather_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.b-page > .b-page__container .card.content__adv.card\",\"action\":[\"style\",\"margin-bottom: unset !important; padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"ComposeDoneScreen\\\"] *\",\"action\":[\"style\",\"height: auto !important; min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".b-page.overlay\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true},{\"selector\":\".b-page[style*=\\\"padding-right:\\\"]\",\"action\":[\"style\",\"overflow-y: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".StationPage__centralArea\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true}]","[{\"selector\":\".top-line + header.main\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#sitebox:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".content:not(#id)\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".branding_wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".branding_wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > header\",\"action\":[\"style\",\"margin-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".rotate-block\",\"action\":[\"style\",\"display: table !important\"],\"cssable\":true},{\"selector\":\"aside > div[class^=\\\"styled__SidebarWrap-\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#_id_main_content\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".b_header\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"#js_col_left > .l-sticky\",\"action\":[\"style\",\"position: relative !important; top: unset !important\"],\"cssable\":true},{\"selector\":\".g-banner__news-footer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".g-relative > .forecast\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".l-col-100h\",\"action\":[\"style\",\"min-height: 0 !important; height: auto !important\"],\"cssable\":true},{\"selector\":\".l-sticky:has(.forecast:empty) ~ .js-news-feed > .news-feed\",\"action\":[\"style\",\"top: 166px !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".article_inner.news_content_inner + .sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".main_content\",\"action\":[\"style\",\"margin-top: 12px !important\"],\"cssable\":true}]","[{\"selector\":\".g-icon-big.g-play::after\",\"action\":[\"style\",\"bottom: calc(50% - 55px) !important; left: calc(50% - 55px) !important; cursor: pointer !important\"],\"cssable\":true},{\"selector\":\".js-index-doscroll audio[autoplay]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".l-small-width-top-padding\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__body\",\"action\":[\"style\",\"left: 200px !important; right: 200px !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__wrap\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".mt-auto\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".body *\",\"action\":[\"style\",\"opacity: 1 !important; filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#app-canvas .application-mail__layout .layout__column_right\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\"#app-canvas .paginator-container\",\"action\":[\"style\",\"right: 8px !important\"],\"cssable\":true},{\"selector\":\".advert-column\",\"action\":[\"style\",\"width: 0 !important\"],\"cssable\":true},{\"selector\":\".application-mail__wrap > .application-mail__layout > .layout[style*=\\\"grid-template-columns:\\\"]\",\"action\":[\"style\",\"grid-template-columns: 232px 1fr 0 0 !important\"],\"cssable\":true},{\"selector\":\".application_new-toolbar .application-mail:not(.application-mail_webview-mobile) [class*=\\\"top-line-adv\\\"]\",\"action\":[\"style\",\"--letter-list-top-toolbar-height: inherit !important; --letter-list-top-native-adv-height: inherit !important; --scrollable-top-native-adv-height: inherit !important\"],\"cssable\":true},{\"selector\":\".layer-sent-page > .layer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div > .letter-list-item-adv\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > div[style*=\\\"top:\\\"][style*=\\\"position:\\\"][style*=\\\"visibility:\\\"] #app-canvas div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".b-datalist > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".b-letter_thread > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".ph-projects > a[href^=\\\"https://e.mail.ru/messages/inbox?utm_\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > div[style=\\\"position: absolute; visibility: hidden; top: -10000px; left: -10000px;\\\"] > div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#article-root section > main + [class] > div div:not([style])\",\"action\":[\"style\",\"min-height: 0 !important; padding: unset !important\"],\"cssable\":true},{\"selector\":\"body > .block > .tag\",\"action\":[\"style\",\"z-index: 1400 !important; cursor: pointer !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-headline\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-menu\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true},{\"selector\":\".header-banner\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#grid div[class^=\\\"feed__\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article__item_source_viqeo .article__container::before\",\"action\":[\"style\",\"content: initial !important\"],\"cssable\":true},{\"selector\":\".grid__ccol > .tabs-content\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\".grid__header .ph-auth\",\"action\":[\"style\",\"height: 37px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-container\",\"action\":[\"style\",\"height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-modal-projects-overlay\",\"action\":[\"style\",\"top: inherit !important\"],\"cssable\":true},{\"selector\":\".grid__header > .headline\",\"action\":[\"style\",\"height: 40px !important; min-height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__main-col .eventbar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".grid__main-col > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\".grid_blocked #mailbox:not(#id)\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".grid_blocked div[slot=\\\"main-column\\\"] > :nth-child(-1n+2) ~ [class] > [class]\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".ph-project__user-icon-mask\",\"action\":[\"style\",\"mask-image: inherit !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__img\",\"action\":[\"style\",\"max-width: unset !important; min-width: unset !important; height: 5em !important; width: 6.66em !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__text-wrapper\",\"action\":[\"style\",\"max-height: 5em !important; white-space: pre-line !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a\",\"action\":[\"style\",\"max-height: 5em !important; position: static !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a::after\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child ~ li\",\"action\":[\"style\",\"max-width: 660px !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child\",\"action\":[\"style\",\"max-width: 750px !important\"],\"cssable\":true},{\"selector\":\".tv-widget > .vk-video\",\"action\":[\"remove\",\"\"]},{\"selector\":\".weather_right-column .weather__block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-testid=\\\"grid-left-col\\\"] > .logo\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] *\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^90px$\"}]]},{\"selector\":\"[slot=\\\"main-column\\\"] .news-item\",\"action\":[\"style\",\"line-height: 19px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] > .tabs\",\"action\":[\"style\",\"height: 20px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"body > .grid .grid__lcol > .footer\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\"body > .grid .grid__rcol\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .zeropixel ~ div > style ~ div\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class] > :first-child\",\"action\":[\"style\",\"width: 100% !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class]\",\"action\":[\"style\",\"min-width: fit-content !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs > .tabs__item\",\"action\":[\"style\",\"padding: 0 4px !important; font-size: 14px !important\"],\"cssable\":true},{\"selector\":\"div:not(.grid__main-col) > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 20px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] .tabs\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .micro-widgets\",\"action\":[\"style\",\"height: auto !important; margin: auto !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .tabs__container\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"html[style*=\\\"-tgbv\\\"] > body[style*=\\\"position: fixed;\\\"]\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".layout_footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".p-article-bookmakers ~ div a[href^=\\\"https://r.mail.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".media-ui-slider-track div:first-child + div:not([style]):last-child\",\"action\":[\"style\",\"min-height: 0 !important; width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Public__folderContent\\\"]\",\"action\":[\"style\",\"padding-right: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"ReactViewer__root-\\\"]\",\"action\":[\"style\",\"--bottom-banner-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"html.window-loaded .b-video-controls__inside-play-button\",\"action\":[\"style\",\"visibility: visible !important; opacity: 0 !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#custom-background-css\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#downloadAdModal\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#reader_pane\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true},{\"selector\":\"#sinner_container\",\"action\":[\"style\",\"display: block !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_title\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".leaderboard_ad\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true}]","[{\"selector\":\"#summary ~ div:has(> [id^=\\\"cluster-video-ad\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#vO5STmSLgNAkebzSluI8coxpDgsG97g\",\"action\":[\"style\",\"height: 1px !important; min-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".SubjectMenu_desktop.PageLayout-Nav\",\"action\":[\"style\",\"position: sticky !important\"],\"cssable\":true},{\"selector\":\"main > div > div > div\",\"tasks\":[[\"has-text\",\"/rotator|блокировщик/\"]]},{\"selector\":\"main > div:first-child:empty + div:not([class]) > div\",\"action\":[\"style\",\"min-height: 86px !important; height: 86px !important; margin-bottom: -80px !important\"],\"cssable\":true}]","[{\"selector\":\".andropov_video\",\"action\":[\"remove-attr\",\"data-video-play-mode\"]}]","[{\"selector\":\".b-article-content > h2\",\"tasks\":[[\"has-text\",\"букмекер\"]]}]","[{\"selector\":\".body > .body\",\"action\":[\"style\",\"user-select: text !important; -moz-user-select: text !important; -webkit-user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".googlead.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".video-scroll\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" [data-lcp-name*=\\\"anner-\\\"]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" div[data-widget=\\\"banner\\\"]\"]]},{\"selector\":\"[data-lcp-name*=\\\"anner-\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]},{\"selector\":\"div[data-widget=\\\"banner\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]}]","[{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yandex.\\\"][href*=\\\"/clck/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body.wdp-scroll\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|onselectstart|oncontextmenu/\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Для скачивания подождите отсчет таймера...\"]]}]","[{\"selector\":\".playerFlvContainer.mgp_hideControls\",\"action\":[\"style\",\"cursor: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > section[class*=\\\"section details\\\"]\",\"action\":[\"style\",\"padding-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"section\",\"action\":[\"remove-class\",\"brand\"]}]","[{\"selector\":\"videotronic-player\",\"action\":[\"remove-attr\",\"data-video-autoplay\"]}]","[{\"selector\":\".dist-overlay__popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".simple-popup__overlay\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".portal-menu__logo__link\",\"action\":[\"style\",\"width: 90px !important; !important; overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\"body > div:not([id]):not([class]):not([style]):empty\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body iframe[name][style*=\\\"display:none\\\"]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > iframe[name]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > style:empty\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#top_banner:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".advt:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".popup--sticky\",\"tasks\":[[\"has-text\",\"adblock\"]]}]"];
|
|
31
|
-
const argsSeqs = [0,1,2,-3,
|
|
32
|
-
const hostnamesMap = new Map([["sib.fm",1],["glianec.com",2],["vk.com",3],["vk.ru",5],["dni.ru",6],["gazeta1.com",7],["bookskeeper.ru",8],["www.zoneofgames.ru",9],["zx-pk.com",10],["radiokot.ru",11],["mundolatino.org.ua",12],["novate.ru",13],["nintendo.moy.su",14],["alcodistillers.ru",15],["lion-tv.org",16],["newstudio.tv",17],["mobzon.ru",21],["videomin.ws",22],["tvvse.my1.ru",23],["liveangarsk.ru",24],["tut.by",25],["myshows.me",26],["wotsite.net",27],["electric-house.ru",28],["ixbt.com",29],["myfreeproject.com",33],["uniongang.net",34],["uniongang.org",34],["clib.me",35],["24warez.ru",36],["meteonova.ru",37],["armourbook.com",38],["oko-planet.su",39],["newdaynews.ru",40],["versia.ru",41],["ovego.tv",42],["drive2.com",43],["drive2.ru",43],["vkfaces.com",44],["planet-today.ru",45],["vsplanet.net",46],["efxi.ru",47],["old.myshows.me",48],["1news.com.ua",49],["seasonvar.one",50],["ekabu.ru",52],["fishki.net",53],["ua-football.com",55],["cq.ru",56],["comss.ru",57],["zhzh.com.ua",58],["zhzh.info",58],["syl.ru",59],["glavnayatema.com",60],["amic.ru",61],["tsn24.ru",62],["sovetromantica.com",63],["vomske.ru",65],["howdyho.net",66],["howdyho.pro",66],["racurs.ua",67],["vedomosti-ua.com",68],["forum.materinstvo.ru",69],["stalker-mods.clan.su",70],["stalker-mods.su",70],["procherk.info",72],["world-knigi.ru",73],["dorognoe.ru",74],["infosmi.net",75],["argumentiru.com",76],["kafanews.com",77],["nikcenter.org",78],["gamemag.ru",79],["24smi.org",80],["selezen.club",81],["selezen.net",81],["selezen.org",81],["bilshe.com",82],["anime-joy.ru",83],["animejoy.ru",83],["animejoy.site",83],["iphones.ru",84],["kovi.ru",85],["433175.ru",86],["molbuk.ua",87],["calorizator.ru",88],["orsk.ru",89],["chis-chernomorsk.com.ua",90],["f1analytic.com",91],["f1ua.org.ua",91],["cofp.ru",92],["sho.org.ua",93],["24.cv.ua",94],["tele.ru",95],["sobesednik.ru",96],["aramil.city",97],["koolinar.ru",98],["e-news.pro",99],["e-news.su",99],["compromat.group",100],["vokrug.tv",101],["fukushima-news.ru",102],["do4a.net",103],["4mama.ua",104],["mediaryazan.ru",107],["siver.com.ua",108],["football-ukraine.com",109],["kerch.fm",110],["kommersant.ru",111],["sport.tut.by",112],["infox.ru",113],["provladimir.ru",115],["igromania.ru",116],["ascnb1.ru",117],["yaizakon.com.ua",118],["auto62rus.ru",119],["te.ua",120],["gorod24.online",121],["unian.net",122],["unian.ua",122],["trueua.info",123],["gubkinskiy.com",124],["allboxing.ru",125],["sport-kr.com.ua",127],["interface31.ru",128],["pkzsk.info",129],["stravy.net",130],["fainaidea.com",132],["profootball.ua",134],["bitva-ex.ru",136],["photolessons.org",137],["progolovne.ck.ua",138],["rg-adguard.net",139],["news.center4.me",140],["obzor-new.ru",141],["softfl.ru",141],["forum.taxiservice.com.ua",142],["buhgalter911.com",143],["ovgorskiy.ru",147],["kino-archive.ru",148],["pravdanews.info",149],["ruspravda.info",149],["igrigo.net",150],["rintor.info",151],["rintor.net",151],["allpravda.info",152],["geo-politica.info",152],["globalwarnews.ru",152],["inosmi.info",152],["news24today.info",152],["polit-mir.ru",152],["pravdoryb.info",152],["putin24.info",152],["vnn24.ru",152],["life.ru",153],["kinokordon.net",154],["nashamama.com",155],["newsomsk.ru",156],["programmersforum.ru",157],["24boxing.com.ua",158],["kavkaz-uzel.eu",159],["superhumor.ru",160],["voffka.com",160],["cikavosti.com",161],["zanmsk.ru",162],["pogoda.ru",163],["redfm.ru",164],["android-club.ws",165],["versii.if.ua",166],["selomoe.ru",167],["proufu.ru",168],["smi2.ru",169],["tass.ru",170],["kanobu.ru",171],["stopgame.ru",172],["aliexpress.ru",175],["mirnov.ru",176],["joker.ykt.ru",177],["zhenskoe-mnenie.ru",178],["onliner.by",179],["yap.ru",180],["yaplakal.com",180],["arbatmedia.kz",181],["day.kyiv.ua",181],["dokumental.ru",182],["radiorecord.fm",182],["ria-m.tv",182],["apostrophe.ua",183],["hvylya.net",184],["novorosinform.org",183],["sharknews.ru",183],["tehnowar.ru",183],["tochka.net",187],["topdaynews.ru",183],["wworld.com.ua",183],["fit4power.ru",190],["ytronews.ru",191],["bibe.ru",192],["primpogoda.ru",193],["nsn.fm",194],["popcake.tv",195],["mignews.com",196],["dachnye-sovety.ru",197],["argumenti.ru",198],["drivenn.ru",199],["benzin-price.ru",200],["thg.ru",201],["gsett.ru",202],["sm.news",203],["prsport.net",204],["sovsport.ru",205],["vmgu.ru",206],["2gis.by",207],["2gis.kz",207],["2gis.ru",207],["myshared.ru",208],["headinsider.net",209],["remontka.pro",210],["seo-master.org",211],["seosprint.net",211],["vip-prom.net",211],["nowa.cc",212],["softlab-portable.net",213],["dusterclubs.ru",214],["bt.kubyshka.org",215],["vlab.su",216],["nwcod.com",217],["trupornolabs.org",218],["stalker-2-2012.ucoz.net",220],["bwtorrents.ru",221],["grinkod.spb.ru",222],["mirknig.su",223],["mymirknig.ru",223],["ok.ru",224],["forums.overclockers.ru",225],["avtorambler.com",226],["rambler.ru",227],["utro.ru",230],["cnews.ru",231],["sports.ru",232],["ya.ru",233],["yandex.ru",238],["yandex.*",245],["vgtimes.ru",248],["2es.work",249],["adventuretime.ru",249],["ani.wtf",249],["cdnpotok.com",249],["cdntelesee.com",249],["cdntvpotok.com",249],["chepok.xyz",249],["domatv.net",249],["hdone.net",249],["hdru.net",250],["hindcine.tv",249],["kipolino.site",249],["klplayer.website",249],["liveball.my",249],["liveball.uno",249],["liveball.*",249],["liveball7.gq",249],["liveball8.ml",249],["luxurytv.online",249],["oneliketv.com",249],["phys-kids.com",249],["pokaz.me",249],["rxtv.github.io",249],["strah.video",249],["t1pochek.site",249],["tip0chek.site",249],["tipochek.xyz",249],["volley.ru",249],["worldvideo.site",249],["sntch.com",252],["informator.ua",253],["aif.ru",254],["ain.ua",257],["bit.ua",260],["budport.com.ua",263],["ko.com.ua",266],["kv.by",269],["livejournal.com",272],["mc.today",275],["oper.ru",278],["pay-day.ru",281],["sc2tv.ru",283],["userstyles.org",286],["zakarpatpost.net",286],["game-pool.ru",288],["2pay-day.ru",290],["4video.adult",290],["baskino.film",291],["dnepr.info",291],["dugtor.ru",292],["filmitorrent.net",294],["filmitorrent.site",294],["jetsetter.ua",291],["kinoafisha.ua",291],["kinobar.vip",291],["kinoukr.com",291],["konohatv.org",291],["ladys.media",291],["moskva.fm",291],["nnm-club.me",296],["nnmclub.ro",296],["nnmclub.to",296],["roem.ru",291],["rusfootball.info",291],["utorr.cc",294],["vc.ru",299],["virusinfo.info",302],["xxxadulttorrent.org",291],["you-anime.ru",291],["yummyanime.tv",291],["zombie-film.live",291],["hdkinozzoro.ru",304],["radioromantika.ru",306],["101.ru",307],["1080kino.net",308],["1informer.com",309],["itech.co.ua",309],["moika78.ru",309],["root-nation.com",310],["1plus1.international",312],["2plus2.ua",313],["bigudi.tv",313],["plus-plus.tv",313],["livesport.ws",315],["nv.ua",316],["star-wars-film.ru",315],["1plus1.video",319],["www.1tv.ru",320],["2ip.io",321],["2ip.ru",321],["w98008mo.beget.tech",321],["batenka.ru",321],["cursorinfo.co.il",321],["delfi.ee",321],["draug.ru",322],["modsforwot.ru",322],["edenland.com.ua",321],["eplus.by",321],["factor.ua",325],["fex.net",321],["investing.com",321],["moscowtimes.eu",321],["moscowtimes.ru",321],["newsyou.info",328],["ogorodniki.com",321],["podrobno.uz",330],["rusprofile.ru",321],["26-2.ru",332],["arbitr-praktika.ru",332],["budgetnik.ru",332],["buhsoft.ru",332],["business.ru",332],["cxychet.ru",332],["dirsalona.ru",332],["fd.ru",332],["gazeta-unp.ru",332],["gd.ru",332],["glavbukh.ru",332],["hr-director.ru",332],["kdelo.ru",332],["kom-dir.ru",332],["law.ru",332],["menobr.ru",332],["pro-goszakaz.ru",332],["pro-personal.ru",332],["resobr.ru",332],["rnk.ru",332],["sekretariat.ru",332],["stroychet.ru",332],["trudohrana.ru",332],["ugpr.ru",332],["zarplata-online.ru",332],["zdrav.ru",332],["3dnews.ru",334],["4pda.to",335],["4studio.com.ua",336],["78.ru",337],["7days.ru",338],["innal.top",339],["zannn.top",342],["noddb.ru",344],["buh24.com.ua",344],["ppt.ru",344],["dentalmagazine.ru",344],["houzz.ru",345],["senior.ua",347],["sherdog.com",349],["softportal.com",351],["texterra.ru",344],["aces.gg",353],["adme.media",354],["ag.ru",355],["agronom.com.ua",356],["tt-cup.com",356],["dyvys.info",359],["gecid.com",362],["valetudo.ru",364],["agroreview.com",366],["agroxxi.ru",367],["ai-next.ru",368],["alexfilm.org",369],["alexua.tv",370],["allapteki.ru",371],["cont.ws",371],["kraj.by",371],["kurs.com.ua",372],["profile.ru",371],["allbasketball.org",374],["gstv.ru",376],["alllyr.ru",377],["androidinsider.ru",378],["anekdot.ru",379],["anidub.vip",380],["anidubonline.com",380],["anilib.me",381],["animelib.org",381],["hentailib.me",381],["hentailib.org",381],["slashlib.me",381],["yaoilib.net",381],["anime-naruto.ru",382],["blich.ru",382],["borutoplanet.ru",382],["bungou-stray-dogs.ru",382],["doktor-stoun.ru",382],["haikyu.ru",382],["hunter-x-hunter.ru",382],["klinok-rassekayuschiy-demonov.ru",382],["magicheskaya-bitva.ru",382],["my-hero-academia.ru",382],["one-pieces.ru",382],["reinkarnatsiya-bezrabotnogo.ru",382],["tokiyskie-mstiteli.ru",382],["anime777.ru",383],["animedia.pro",384],["tt.animedia.tv",386],["animedub.ru",387],["animegid.online",388],["animego.online",389],["animejapan.tv",390],["crazyatomicgames.com",390],["xxx-igra.com",390],["yaldagames.com",390],["animemobi.ru",391],["euro-football.ru",391],["onlinestreams.ru",391],["animemovie.ru",392],["animespirit.tv",393],["fullfilmhd.space",393],["igry-online.net",393],["amedias.ru",394],["anibests.ru",394],["anijutsu.ru",394],["animegofans.ru",394],["animesenpai.ru",394],["anistars.ru",394],["jutsubest.ru",394],["kinogo-net.la",394],["softbox.life",394],["animevost.one",395],["animevost.org",395],["animevost.top",395],["vost.pw",395],["anistar.org",396],["astar.bz",396],["online-star.org",396],["online-stars.org",396],["anitokyo.tv",397],["anti-malware.ru",398],["apnews.com.ua",399],["app-time.ru",400],["app2top.ru",401],["artfile.ru",402],["asn.in.ua",403],["loads.ati.su",404],["tm.ati.su",404],["trucks.ati.su",404],["audioportal.su",405],["autosport.com.ru",406],["av.by",407],["www.aviasales.by",408],["www.aviasales.kg",408],["www.aviasales.md",408],["www.aviasales.ru",408],["www.aviasales.ua",408],["www.aviasales.uz",408],["avito.ru",409],["abw.by",410],["baby.ru",411],["baibako.tv",412],["banki.ru",413],["bestpersons.ru",414],["1bigboss.com",415],["bigboss.video",415],["www.bigmir.net",416],["bin.ua",417],["gidonline.fun",418],["greenpost.ua",418],["kinoboom.su",418],["kinogo-720.net",418],["sportboom.info",418],["urologypro.ru",418],["ixbt.games",419],["blisch.by",421],["old.sport-tv.by",421],["mail.ukr.net",422],["blitz.if.ua",424],["blogs.pravda.com.ua",425],["bombardir.ru",426],["bosch-home.ru",427],["botanichka.ru",428],["prikol.ru",430],["brestcity.com",432],["bryansknovosti.ru",433],["novozybkov.su",433],["btu.org.ua",434],["bugaga.ru",435],["buhgalter.com.ua",436],["buhonline.ru",439],["burninghut.ru",440],["businessua.com",441],["bvedomosti.ru",442],["car.ru",443],["carambatv.ru",444],["cars.ru",445],["casstudio.tv",446],["censor.net",447],["cf.ua",449],["champion.com.ua",450],["championat.com",451],["championat.ru",451],["cherkassy-sport.com",452],["chita.ru",453],["cinema-hd.ru",455],["doramatv.su",455],["filmshd.vip",455],["goodfilms.su",455],["hdrezka.it",455],["kinoxa.cc",455],["lordfilm.lu",455],["lordserial.fun",455],["lordserial.run",455],["lordserial.top",455],["newseries.me",455],["yummyanime.best",455],["click-or-die.ru",456],["com-x.life",457],["comments.ua",458],["conversion.im",459],["coop-land.ru",460],["coub.com",461],["cpa.rip",462],["creativportal.ru",463],["ctv7.ru",464],["cyberforum.ru",465],["cybersport.ru",466],["delovoymir.biz",467],["dev.ua",468],["doefiratv.info",469],["stalkerportaal.ru",470],["top-mods.ru",470],["club.dns-shop.ru",471],["domovita.by",472],["doramalive.news",473],["doramax.org",474],["doramy.su",475],["fclmnews.ru",475],["xsport.ua",475],["dostfilms.info",476],["dostfilms.site",476],["wowskill.ru",476],["dota2.ru",477],["drahelas.ru",478],["driveroff.net",479],["forums.drom.ru",480],["dtf.ru",481],["dynamo.kiev.ua",482],["ringside24.com",485],["www.okino.ua",487],["autoua.net",488],["economistua.com",491],["hs-manacost.ru",493],["seasonvar.ru",495],["uniondht.org",496],["espreso.tv",498],["eurointegration.com.ua",499],["eva.ru",500],["ex-fs.net",501],["expertcen.ru",502],["fastpic.org",503],["fbsearch.ru",504],["filebase.ws",505],["filmhd1080.me",506],["filmishki.net",507],["filmix.date",508],["filmix.life",508],["filmix.my",508],["filmix.pub",508],["filmix.tech",508],["filmix.zone",508],["nevasport.ru",510],["ru-drivemusic.net",510],["filmix.day",511],["filmozavr.com",512],["filmozavr.net",512],["films-online.club",513],["flashscore.com.ua",514],["flashscore.ru.com",514],["flashscore.ua",514],["flashscorekz.com",514],["livescore.in",514],["soccerstand.com",514],["forum.flprog.ru",515],["footballhd.ru",516],["footballhub.com.ua",517],["forbes.ru",518],["fototips.ru",519],["freehat.cc",520],["freeopenvpn.org",521],["freetp.org",522],["freetp.ru",522],["fssprus.ru",523],["galka.if.ua",524],["gasolina-online.com",524],["proxima.net.ua",524],["game2day.ru",525],["gamebomb.ru",526],["gamegpu.com",527],["overclockers.ua",527],["gameguru.ru",528],["riotpixels.com",530],["smartmama.com.ua",532],["gamer-info.com",534],["gastronom.ru",535],["gazeta.ua",536],["gdetraffic.com",538],["gismeteo.ru",539],["glavpost.ua",540],["glavred.info",541],["glavred.net",541],["goclips.tv",542],["www.goha.ru",543],["gol.ru",544],["goodfon.ru",545],["goodgame.ru",546],["gotennis.ru",547],["kaluga-poisk.ru",548],["yasniy-city.ru",548],["yola-poisk.ru",548],["gorod.dp.ua",549],["intermedia.ru",552],["sefon.cc",552],["gotps3.ru",553],["govoritmoskva.ru",554],["great-tv.ru",555],["vserialy.com",555],["vserialy.fun",555],["allhen.online",556],["mintmanga.one",556],["hentai-share.one",557],["growhow.in.ua",559],["asienda.ru",561],["diets.ru",563],["mycharm.ru",561],["myjane.ru",561],["povarenok.ru",565],["relook.ru",567],["stranamam.ru",569],["peterburg2.ru",571],["ts.kg",573],["gta-gaming.ru",575],["gtavicecity.ru",576],["gta.com.ua",577],["h-chan.me",578],["hardwareluxx.ru",579],["hdkinomir.cc",580],["ac",581],["ag",581],["biz",581],["buzz",581],["by",581],["city",581],["club",581],["co",581],["com",581],["fi",581],["in",581],["ink",581],["kim",581],["loan",581],["me",581],["name",581],["net",581],["org",581],["pub",581],["rest",581],["run",581],["sh",581],["si",581],["so",581],["space",581],["su",581],["today",581],["tv",581],["vip",581],["website",581],["win",581],["hellomagazine.com",582],["hentaiz.org",583],["hi-fi.ru",584],["ampercar.com",586],["hi-news.ru",586],["itechua.com",586],["kino-teatr.ua",587],["mmr.net.ua",586],["uamotors.com.ua",586],["modernrock.ru",586],["hi-tech.ua",589],["holod.media",590],["russorosso.ru",591],["horrorzone.ru",592],["darkermagazine.ru",593],["obozrevatel.com",593],["i.ua",594],["ictv.ua",596],["grazia.ru",597],["mentoday.ru",597],["techinsider.ru",597],["thevoicemag.ru",597],["infocar.ua",598],["infoua.biz",599],["infourok.ru",600],["inoprosport.ru",601],["instagram.com",602],["isport.ua",603],["it-actual.ru",605],["itc.ua",606],["itnews.com.ua",607],["ivanovonews.ru",608],["www.ivi.ru",609],["forum.ixbt.com",610],["www.ixbt.com",611],["ixbt.market",613],["jut-su.net",614],["kg-portal.ru",615],["sovet.kidstaff.com.ua",616],["kino.video",617],["tasix.me",617],["kinoakter.net",618],["kinokong.sk",619],["kinokrad.net",619],["kinokrad.my",620],["kinokladovka.com",621],["kinomania.ru",622],["kinometro.ru",623],["kinoprofi.vip",624],["kinorium.com",625],["kinoshack.net",626],["tree.tv",626],["kinoteatr.ru",627],["www.kinopoisk.ru",628],["kinovibe.co",629],["kirovnet.ru",630],["kirov.online",631],["klops.ru",632],["korabel.ru",633],["kp.ru",634],["kp.kg",636],["kp.kz",636],["kp.md",636],["hlamer.ru",638],["ru",639],["kriminal.net.ua",642],["news.dn.ua",642],["kredos.com.ua",643],["smartphone.ua",643],["l2top.ru",644],["lafa.site",645],["latifundimag.com",646],["leingpt.ru",647],["lenta.ru",648],["libertycity.net",650],["libertycity.ru",650],["lifehacker.ru",651],["lifetambov.ru",652],["livecars.ru",653],["livesport.ru",653],["liveinternet.ru",654],["www.liveinternet.ru",655],["www.livejournal.com",656],["lena-miro.ru",657],["levik.blog",657],["olegmakarenko.ru",657],["periskop.su",657],["shakko.ru",657],["shiro-kino.ru",657],["vadimrazumov.ru",657],["liveresult.ru",658],["lostfilm.info",659],["lostfilm.download",660],["lostfilm.life",660],["lostfilm.one",660],["lostfilm.pro",660],["lostfilm.space",662],["lostfilm.today",660],["lostfilm.tv",660],["lostfilm.tw",660],["lostfilm.uno",660],["lostfilm.win",660],["lostfilmtv.site",660],["lostfilmtv.uno",660],["lostfilmtv2.site",660],["lostfilmtv3.site",660],["lostfilmtv5.site",660],["lrepacks.net",663],["lurkmore.wtf",664],["m24.ru",665],["mediasat.info",666],["mega.io",667],["mega.nz",667],["megogo.net",668],["mel.fm",669],["meta.ua",670],["mintmanga.live",671],["selfmanga.live",671],["www.mirf.ru",672],["gamma.mirtesen.ru",673],["mivmeste.info",674],["mmo13.ru",675],["mobile-review.com",676],["mobiltelefon.ru",677],["motorpage.ru",678],["movieshok.ru",679],["my-hit.org",680],["myseason.club",681],["namba.kz",682],["namba.kg",683],["naruto-base.su",684],["nashaplaneta.net",685],["newkaliningrad.ru",686],["newsland.com",687],["news-sport.info",688],["nezavisim.tv",689],["nn.by",690],["noob-club.ru",691],["nrj.ua",692],["ofxme.co",693],["ogorod.ru",694],["ohotniki.ru",695],["online-fix.me",696],["onlinemultfilmy.ru",697],["pogoda.onliner.by",698],["tech.onliner.by",698],["open3dmodel.com",699],["buzulukday.ru",700],["nsday.ru",700],["orenday.ru",700],["perevolockday.ru",700],["saltday.ru",700],["sorochinskday.ru",700],["otzovik.com",701],["overclockers.ru",702],["partnerkin.com",703],["patrioty.org.ua",704],["pb.wtf",705],["pirat.one",705],["piratbit.fun",705],["piratbit.org",705],["piratbit.top",705],["penzainform.ru",706],["freescreens.ru",707],["imgbase.ru",707],["imgcach.ru",707],["imgclick.ru",707],["payforpic.ru",707],["picclick.ru",707],["picclock.ru",707],["picforall.ru",707],["pikabu.ru",708],["pimpletv.ru",709],["playground.ru",710],["playua.net",711],["playvillage.ru",712],["pluggedin.ru",713],["pochta.ru",714],["politobzor.net",715],["dumka.poltava.ua",716],["pornolab.biz",717],["pornolab.cc",717],["pornolab.lib",717],["pornolab.net",717],["portaltele.com.ua",718],["portalvirtualreality.ru",719],["porus.ru",720],["ruporus.cc",720],["ruporus.com",720],["ruporus.net",720],["ruporus.top",720],["ruporus.tv",720],["ruporus.xyz",720],["postimees.ee",721],["promodj.com",722],["prophotos.ru",723],["pvpru.com",724],["radioclub.ua",725],["www.rambler.ru",726],["mail.rambler.ru",727],["horoscopes.rambler.ru",728],["tv.rambler.ru",730],["weather.rambler.ru",730],["nova.rambler.ru",731],["rayon.in.ua",732],["rbkgames.com",733],["redheadsound.studio",734],["regnum.news",735],["regnum.ru",735],["mag.relax.by",736],["repack.me",737],["reshebnik.com",738],["retail.ru",739],["context.reverso.net",740],["rezka.biz",741],["rezkahd.life",742],["rg.ru",743],["ria.ru",744],["riperam.org",745],["ritsatv.ru",746],["rp5.am",747],["rp5.by",747],["rp5.co.nz",747],["rp5.kz",747],["rp5.md",747],["rp5.ru",747],["rserials.net",748],["forum.ru-board.com",749],["rusnext.ru",750],["apad2.top",751],["game4you.top",751],["naylo.top",751],["rustorka.com",751],["rustorka.net",751],["rustorka.top",751],["rustorkacom.lib",751],["s13.ru",752],["sdamgia.ru",753],["www.e1.ru",756],["116.ru",757],["14.ru",757],["161.ru",757],["164.ru",757],["173.ru",757],["178.ru",757],["26.ru",757],["29.ru",757],["35.ru",757],["43.ru",757],["45.ru",757],["48.ru",757],["51.ru",757],["53.ru",757],["56.ru",757],["59.ru",757],["60.ru",757],["62.ru",757],["63.ru",757],["68.ru",757],["71.ru",757],["72.ru",757],["74.ru",757],["76.ru",757],["86.ru",757],["89.ru",757],["93.ru",757],["e1.ru",757],["ircity.ru",757],["izh1.ru",757],["mgorsk.ru",757],["msk1.ru",757],["ngs.ru",757],["ngs22.ru",757],["ngs24.ru",757],["ngs42.ru",757],["ngs55.ru",757],["ngs70.ru",757],["nn.ru",757],["sochi1.ru",757],["sterlitamak1.ru",757],["tolyatty.ru",757],["ufa1.ru",757],["v1.ru",757],["vladivostok1.ru",757],["voronezh1.ru",757],["season-var.net",758],["seolik.ru",759],["shaiba.kz",760],["shazoo.ru",761],["shedevrum.ai",762],["simhost.org",763],["slushat-tekst-pesni.ru",764],["snob.ru",765],["sobaka.ru",766],["soccer.ru",767],["soccer365.com.ua",768],["soccer365.ru",768],["softbox.tv",769],["sport-express.ua",770],["ukrfootball.ua",770],["sport-interfax.ru",771],["sport-tv.by",772],["sport.ua",773],["sportarena.com",774],["sportkp.ru",775],["sportsdaily.ru",776],["spot.uz",777],["stadion.uz",778],["stratege.ru",779],["study.ru",780],["surl.li",781],["tapochek.net",782],["doba.te.ua",783],["tehnot.com",784],["teleport2001.ru",785],["teleprogramma.org",786],["the-geek.ru",787],["the-village-kz.com",788],["the-village.me",788],["the-village.ru",788],["village.com.ua",788],["thebell.io",789],["tnt-online.ru",790],["torent-igruha.com",791],["torrentinka.me",792],["tort.fm",793],["tourpom.ru",794],["tproger.ru",795],["translit.ru",796],["trashbox.ru",797],["kino.tricolor.tv",798],["tv-kanali.online",799],["ua-cinema.com",800],["ua.news",801],["uakino.best",802],["uakino.com",803],["ukr.bio",804],["www.ukr.net",805],["ukrainianwall.com",806],["ura.news",807],["uteka.ua",808],["www.vesti.ru",809],["vgae.ru",810],["videomore.ru",811],["videoredaktor.ru",812],["media",813],["russian.rt.com",813],["cdn.viqeo.tv",814],["virtualbrest.ru",815],["vkvideo.ru",816],["vm.ru",817],["volnorez.com.ua",818],["volynpost.com",819],["vrtp.ru",820],["vse-pro-sport.com.ua",821],["vseprosport.by",821],["vseprosport.kz",821],["vseprosport.ru",821],["vsviti.com.ua",822],["vtb-league.com",823],["vtimes.io",824],["vuzopedia.ru",825],["warfiles.ru",826],["webfile.ru",827],["weukraine.tv",828],["winzoro.net",829],["wotspeak.ru",830],["wtftime.ru",831],["www.xcom-shop.ru",832],["dzen.ru",833],["sportsdzen.ru",837],["yandex.by",838],["yandex.kz",838],["yandex.uz",838],["mail.yandex.by",842],["mail.yandex.com",842],["mail.yandex.kz",842],["mail.yandex.ru",842],["mail.yandex.uz",842],["rasp.yandex.by",843],["rasp.yandex.kz",843],["rasp.yandex.ru",843],["rasp.yandex.uz",843],["yk.kz",844],["zagonka.net",845],["zagonka.tv",845],["zagonko.org",845],["zagonkop.gb.net",845],["zagonkov.gb.net",845],["zogonka.org",845],["zaycev.online",846],["zerno-ua.com",847],["znak.com",848],["zr.ru",849],["gagadget.com",850],["gazeta.ru",851],["rbc.ru",853],["sportrbc.ru",855],["zoom.cnews.ru",856],["www.cnews.ru",857],["e.mail.ru",858],["octavius.mail.ru",860],["news.mail.ru",861],["minigames.mail.ru",862],["hi-tech.mail.ru",863],["mail.ru",864],["sportmail.ru",866],["finance.mail.ru",868],["vfokuse.mail.ru",868],["cloud.mail.ru",869],["my.mail.ru",870],["freesoft.ru",871],["inoreader.com",872],["pronpic.org",873],["kolizhanka.com.ua",874],["miyzvuk.net",874],["ozon.ru",875],["reshu.by",877],["footboom.com",879],["footboom.kz",879],["lostfilmtv1.site",880],["lostfilmtv4.site",880],["reshuent.kz",881],["rutube.ru",882],["volyn.com.ua",883],["my-expert.ru",884],["pornhub.*",885],["rudub.*",886],["tochka.by",887],["kino-teatr.ru",888],["kinoafisha.info",888],["kinonews.ru",888],["light.mail.ru",889],["bigmir.net",890],["dengi.ua",890],["ditey.com",890],["facenews.ua",890],["pogodaua.com",890],["vsetv.com",890],["avtovod.com.ua",892],["beauty.ua",893],["enovosty.com",892],["epravda.com.ua",892],["forumodua.com",893],["inforesist.org",892],["internetua.com",893],["ivona.ua",892],["kolobok.ua",892],["kriminal.tv",892],["liga.net",892],["mama.ua",892],["meteo.ua",892],["meteofor.com.ua",892],["mport.ua",892],["nnovosti.info",892],["okino.ua",893],["orakul.com",893],["panno4ka.net",892],["pravda.com.ua",893],["real-vin.com",892],["smak.ua",892],["toneto.net",893],["tv.ua",892],["tvoymalysh.com.ua",893],["u-news.com.ua",892],["ukr.net",892],["viva.ua",892],["zp.ua",892],["sinoptik.ua",895],["scrolller.com",896]]);
|
|
30
|
+
const argsList = ["[]","[{\"selector\":\"#article_feeds > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > p\",\"tasks\":[[\"has-text\",\"/яндекс/i\"]]}]]}]","[{\"selector\":\"#col-left > .contest-bl\",\"tasks\":[[\"has\",{\"selector\":\"> h4 > strong\",\"tasks\":[[\"has-text\",\"/^Новин|Join/\"]]}]]},{\"selector\":\"#col-right > .bl-middle2\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/новини|додати/i\"]]}]]}]","[{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .PostHeader > .PostHeaderInfo > [class^=\\\"PostHeaderSubtitle\\\"] > [class]\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама|Рэклама|жарнама/\"]]}]]},{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .post_header_info .post_date\",\"tasks\":[[\"has-text\",\"/Ad|Реклама/\"]]}]]},{\"selector\":\"#page_wall_posts > div[id^=\\\"post-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> ._post_content > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\"#wk_content > #wl_post\",\"tasks\":[[\"has\",{\"selector\":\"> #wl_head_wrap > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\".PhotoPrimaryAttachment__background[src*=\\\"userapi.com/impf/\\\"][src*=\\\"blur=\\\"]\",\"action\":[\"style\",\"filter: blur(20px) !important\"],\"cssable\":true},{\"selector\":\".wall_module > div[id]:first-child > *\",\"tasks\":[[\"matches-prop\",{\"attr\":\"innerHTML\",\"value\":\"/format_edit|mradx\\\\.|media_on_/\"}]]}]","[{\"selector\":\"#for_fix > *\",\"tasks\":[[\"has\",{\"selector\":\".titlebar > span\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]]}]","[{\"selector\":\"#index_desktop > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > #span-title\",\"tasks\":[[\"has-text\",\"/^реклама|^партн/i\"]]}]]}]","[{\"selector\":\"#material_content\",\"tasks\":[[\"has-text\",\"/erid:/i\"],[\"spath\",\" > p\"]]},{\"selector\":\"[class^=\\\"_content\\\"] > div[class^=\\\"_video-wrapper\\\"] ~ [class] b\",\"tasks\":[[\"has-text\",\"/скидка|скидки|промокод|партнёр/i\"]]},{\"selector\":\"div[id^=\\\"videoplayer_\\\"][class^=\\\"iframe_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#news-arch\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/Реклама|Партнеры/i\"]]}]]}]","[{\"selector\":\"#columns > .transparent\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"#news-list > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> .news-content > div > p[style] > span\",\"tasks\":[[\"has-text\",\"erid:\"]]}]]},{\"selector\":\".branding\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\"body[style^=\\\"padding-top:\\\"][style*=\\\"250px\\\"][style*=\\\"!important\\\"] > #mkwrapper\",\"action\":[\"style\",\"margin-top: -250px !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-color: #3a3a3a !important\"],\"cssable\":true}]","[{\"selector\":\"#page-body > .post\",\"tasks\":[[\"has\",{\"selector\":\"[class=\\\"username-coloured\\\"]\",\"tasks\":[[\"has-text\",\"Advertiser\"]]}]]}]","[{\"selector\":\"#pagecontent > .tablebg\",\"tasks\":[[\"has\",{\"selector\":\".postauthor\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#r-colonka > .f-block\",\"tasks\":[[\"has\",{\"selector\":\".b-topa\",\"tasks\":[[\"has-text\",\"/интересные блоки|еклама/i\"]]}]]}]","[{\"selector\":\"#right > h2\",\"tasks\":[[\"has-text\",\"Рекомендуем\"]]}]","[{\"selector\":\"#rightcol > div[class^=\\\"box\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .spacer > h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside .main-head\",\"tasks\":[[\"has\",{\"selector\":\"> .hn > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside > div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]","[{\"selector\":\"#sideLeft > .accordion-group\",\"tasks\":[[\"has\",{\"selector\":\".accordion-heading\",\"tasks\":[[\"has-text\",\"seedbox.org.ua\"]]}]]},{\"selector\":\".post_wrap span[class^=\\\"post\\\"]\",\"tasks\":[[\"has-text\",\"/при поддержке/i\"]]}]","[{\"selector\":\"#sidebar > .module\",\"tasks\":[[\"has\",{\"selector\":\"> .inner h3\",\"tasks\":[[\"has-text\",\"/Блок ссылок|Блок Google|Рекламный блок/\"]]}]]},{\"selector\":\".left > div.moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3 span\",\"tasks\":[[\"has-text\",\"/Блок Google|Рекламный блок/\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebar-content\",\"tasks\":[[\"has\",{\"selector\":\"> .top > .fix\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebox\",\"tasks\":[[\"has\",{\"selector\":\"> .sidetitle > span\",\"tasks\":[[\"has-text\",\"/^интересное/i\"]]}]]}]","[{\"selector\":\"#sidebar-right > .block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Наши партнёры\"]]}]]}]","[{\"selector\":\"#utm_article_block > div > #article_body > p > strong\",\"tasks\":[[\"has-text\",\"/^Ниже/\"]]},{\"selector\":\".m-hop > [class]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"html[class] > body\",\"action\":[\"style\",\"background-color: #e6e6e6 !important\"],\"cssable\":true}]","[{\"selector\":\".AsideHeading\",\"tasks\":[[\"has-text\",\"/kinopoisk|кинопоиск/i\"]]},{\"selector\":\".DefaultLayout-main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".LayoutWrapper__promo ~ .LayoutWrapper__main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-right: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article-right > div\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".container-mat p\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".asideblock > div\",\"tasks\":[[\"has\",{\"selector\":\".icon > dt > span\",\"tasks\":[[\"has-text\",\"/Интересные новости|Предложения|Смотрите также/\"]]}]]},{\"selector\":\".panel\",\"tasks\":[[\"has\",{\"selector\":\"> .panel-heading\",\"tasks\":[[\"has-text\",\"/Интересные новости|Полезное|Реклама/\"]]}]]}]","[{\"selector\":\".b-article > h4\",\"tasks\":[[\"has-text\",\"Справочник по ценам\"]]},{\"selector\":\".b-content__pagecontent > .b-content--wrapper > .g-grid\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content.b-content__breadcrumbs\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content__pagecontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blblock > .pheading\",\"tasks\":[[\"has\",{\"selector\":\"> h3 > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .block-title\",\"tasks\":[[\"has-text\",\"/Интересное|Наши друзья|Реклама|Сидбокс|MARKETGID/\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .content\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content + .block_bottom\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\".blocklite\",\"tasks\":[[\"has\",{\"selector\":\"> div > [class]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".bltitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".bnd-cnt\",\"tasks\":[[\"has\",{\"selector\":\"> [class] > b\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".box-title\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".boxTable\",\"tasks\":[[\"has\",{\"selector\":\".boxTitle\",\"tasks\":[[\"has-text\",\"/Это интересно|Новости/\"]]}]]}]","[{\"selector\":\".c-header\",\"tasks\":[[\"has-text\",\"/Ads|Реклама/\"]]},{\"selector\":\".u-extend-fix\",\"action\":[\"style\",\"background: center / 100% 100% no-repeat #515151 var(--res-logo) !important; border-radius: 6px !important\"],\"cssable\":true},{\"selector\":\"[data-track]:not(a)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"--content article \\\"] + div ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments ~ div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".card-separator__title\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".center-article-bottom > .custom_ *\",\"tasks\":[[\"has\",{\"selector\":\".blacktitle > span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".column.c-center > h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".container > .footer\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row + .contAlt\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"]]}]","[{\"selector\":\".container-wrapper\",\"tasks\":[[\"has\",{\"selector\":\"> .mag-box-title\",\"tasks\":[[\"has-text\",\"Партнери проекту\"]]}]]}]","[{\"selector\":\".content > .content-wrap\",\"tasks\":[[\"has\",{\"selector\":\".pgs-head\",\"tasks\":[[\"has-text\",\"Интересное\"]]}]]}]","[{\"selector\":\".content-block\",\"tasks\":[[\"has\",{\"selector\":\"font\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".contents-content > ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]},{\"selector\":\".show-post > h2\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]}]","[{\"selector\":\".box[class*=\\\"content\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true},{\"selector\":\".cq-content > h2\",\"tasks\":[[\"has-text\",\"/ставки/i\"]]},{\"selector\":\".post-content > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^150px$\"}]]},{\"selector\":\"[class*=\\\"grid\\\"] > a:has(.p-item__button-sponsored)\",\"action\":[\"remove\",\"\"]},{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Где купить\"]]},{\"selector\":\"div[class]:not([class*=\\\"-\\\"]):not([class*=\\\"_\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-top\",\"value\":\"^16px$\"}]]},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"Где купить\"]]}]]}]","[{\"selector\":\".dlblock .dropdown-menu > li\",\"tasks\":[[\"has\",{\"selector\":\"> small\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".drag_element\",\"tasks\":[[\"has\",{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"Peклама\"]]}]]},{\"selector\":\"[id^=\\\"videoplayer_\\\"][aria-label=\\\"Video Player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".entry-galery\",\"tasks\":[[\"has\",{\"selector\":\"> .entry-galery-title\",\"tasks\":[[\"has-text\",\"/полезное объявление|горячие новости/i\"]]}]]}]","[{\"selector\":\".featured_articles > .header\",\"tasks\":[[\"has-text\",\"/^Новости партнеров|^Также читайте/\"]]}]","[{\"selector\":\".gazeta-widget\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > span\",\"tasks\":[[\"has-text\",\"/реклама|новости партнеров/i\"]]}]]}]","[{\"selector\":\".grid__title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".h2\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/^СМИ$/\"]]}]]}]","[{\"selector\":\".header--text\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".mainContainer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".hr\",\"tasks\":[[\"has-text\",\"/Яндекс.Директ ВОмске|Другие новости/\"]]}]","[{\"selector\":\".inner > .default\",\"tasks\":[[\"has\",{\"selector\":\"> header > h1\",\"tasks\":[[\"has-text\",\"PEKЛAМA\"]]}]]}]","[{\"selector\":\".main-content > .inner-page-container ~ .inner-page-container > .block_section > .container_padding\",\"tasks\":[[\"has\",{\"selector\":\"> .block_section_header > div > div > .section_title\",\"tasks\":[[\"has-text\",\"/новини партнерів|новости партнеров/i\"]]}]]}]","[{\"selector\":\".main-sidebar > .row > div\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".maintitlecollapse\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".module-full\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"advert\"]]}]]}]","[{\"selector\":\".module-title > .title\",\"tasks\":[[\"has-text\",\"/ПАРТНЕРІВ/i\"]]}]","[{\"selector\":\".module\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".more-news\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".mvp-widget-home-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/гнездо/i\"]]},{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/новости|партнер/i\"]]}]","[{\"selector\":\".nb2-list\",\"tasks\":[[\"has\",{\"selector\":\"> .nb2-head\",\"tasks\":[[\"has-text\",\"Визитка\"]]}]]}]","[{\"selector\":\".nchead\",\"tasks\":[[\"has\",{\"selector\":\"> .ncheading\",\"tasks\":[[\"has-text\",\"/партн/i\"]]}]]},{\"selector\":\".row[style^=\\\"padding-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .nchead > .ncheading\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]}]","[{\"selector\":\".comment-background\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".main-content\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".news-item-wrap > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Ad\"]]}]]},{\"selector\":\".news-view\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .overview > .overview__overview\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" .content-text a[href]\"]]},{\"selector\":\".user-profile-section\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".out__inner > div\",\"tasks\":[[\"has\",{\"selector\":\"> div > .title\",\"tasks\":[[\"has-text\",\"Читайте также\"]]}]]},{\"selector\":\".out__inner > header\",\"action\":[\"style\",\"visibility: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://24smi.org/\\\"]\",\"action\":[\"remove-attr\",\"target\"]}]","[{\"selector\":\".page-content > .row > div[class^=\\\"col\\\"] + div[class^=\\\"col\\\"] > div\",\"tasks\":[[\"has\",{\"selector\":\"> .card h6\",\"tasks\":[[\"has-text\",\"/Реклама|Друзья/i\"]]}]]}]","[{\"selector\":\".playfair\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]},{\"selector\":\".svejnov\",\"tasks\":[[\"has\",{\"selector\":\"> h2 > b\",\"tasks\":[[\"has-text\",\"/^Інші/\"]]}]]}]","[{\"selector\":\".playlists-items > ul > li\",\"tasks\":[[\"has-text\",\"Dzen\"]]}]","[{\"selector\":\"#contentShifter\",\"action\":[\"style\",\"height: 127px !important\"],\"cssable\":true},{\"selector\":\".post > p\",\"tasks\":[[\"has-text\",\"Купить за\"],[\"spath\",\":has([target=\\\"_blank\\\"])\"]]}]","[{\"selector\":\".post-cards > .post-card\",\"tasks\":[[\"has\",{\"selector\":\".post-card__description\",\"tasks\":[[\"has-text\",\"://keltr.ru/\"]]}]]}]","[{\"selector\":\".post-footer > span\",\"tasks\":[[\"has-text\",\"Реклама на сайте\"]]},{\"selector\":\".theiaStickySidebar > .widget > .widget *\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > h2\",\"tasks\":[[\"has-text\",\"Интересная реклама\"]]}]]}]","[{\"selector\":\".presreliz\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"на правах реклами\"]]}]]}]","[{\"selector\":\".region[id^=\\\"content-\\\"] > .block\",\"tasks\":[[\"has\",{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adsbygoogle|advmanager|yadblock/i\"]]}]]}]","[{\"selector\":\".right-cell > div\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Paid Content\"]]}]]}]","[{\"selector\":\".right-col > .hint-block\",\"tasks\":[[\"has\",{\"selector\":\"> .hint-block-title\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".right-indent > .wrapper-box\",\"tasks\":[[\"has\",{\"selector\":\"> div > .boxTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".right_coll > .moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3\",\"tasks\":[[\"has-text\",\"Рекламные ссылки\"]]}]]}]","[{\"selector\":\".sample-posts > h4\",\"tasks\":[[\"has-text\",\"/партнер/i\"]]}]","[{\"selector\":\".sample-posts\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/^новини партн/i\"]]}]]}]","[{\"selector\":\".section-heading\",\"tasks\":[[\"has\",{\"selector\":\"> .h-text\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".section\",\"tasks\":[[\"has\",{\"selector\":\"> .navbar > .flex-center > p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".sectionColumn\",\"tasks\":[[\"has\",{\"selector\":\"> .subTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".shortcode-html\",\"tasks\":[[\"has\",{\"selector\":\"> header > div > [class]\",\"tasks\":[[\"has-text\",\"Популярное в сети\"]]}]]}]","[{\"selector\":\".side-block\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".side_block > .side_header\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".sidebar .h3\",\"tasks\":[[\"has-text\",\"За кадром\"]]}]","[{\"selector\":\".sidebar > .block-title\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\".sidebar > .section\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebar > [class]\",\"tasks\":[[\"has\",{\"selector\":\"> [class]\",\"tasks\":[[\"has-text\",\"/Новости партнеров|Новини партнерів/\"]]}]]}]","[{\"selector\":\".sideblock\",\"tasks\":[[\"has\",{\"selector\":\"> .sideblock_title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebox > .sidetitle\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/купуй|реклама|формац/i\"]]}]]}]","[{\"selector\":\".site-section-header\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]","[{\"selector\":\".slick-slide\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]]}]","[{\"selector\":\".slider-commercial .multimedia__item\",\"tasks\":[[\"has\",{\"selector\":\".spend__text > .spend__tag\",\"tasks\":[[\"has-text\",\"/^Партнерский /\"]]}]]}]","[{\"selector\":\".sport-table tr > th ~ th\",\"tasks\":[[\"has-text\",\"Ставка\"]]},{\"selector\":\"blockquote\",\"tasks\":[[\"has\",{\"selector\":\"> p > strong\",\"tasks\":[[\"has-text\",\"Партнер\"]]}]]},{\"selector\":\"span > small\",\"tasks\":[[\"has-text\",\"Приведённые букмекерские коэффициенты\"]]},{\"selector\":\"th > .tooltip-item\",\"tasks\":[[\"has-text\",\"К\"]]}]","[{\"selector\":\".stlt\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".stream-item-widget\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".knb-grid-container > [data-io-article-url]:has(> [class^=\\\"MaterialItemHead_head\\\"] [href=\\\"/tags/partnyorskij-material/\\\"]) > .knb-grid-container [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"cssable\":true},{\"selector\":\".swiper-wrapper > .swiper-slide\",\"tasks\":[[\"has\",{\"selector\":\"> div > .knb-card--footer > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\"]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class^=\\\"MaterialItemPage_isFirst\\\"] ~ [class^=\\\"MaterialItemPage_materialSection\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}]]}]","[{\"selector\":\".tablebg\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > h4\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]]}]","[{\"selector\":\".tdc-content-wrap > .tdc-row\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > .wpb_wrapper > div > style ~ h4 > span\",\"tasks\":[[\"has-text\",\"/наши партнеры/i\"]]}]]}]","[{\"selector\":\".text-center\",\"tasks\":[[\"has-text\",\"/ДВИГАТЕЛЬ ТОРГОВЛИ|И еще немного рекламы|новости партнеров/i\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"adrotate_ad\"]]}]","[{\"selector\":\".title-block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".title-without-border\",\"tasks\":[[\"has-text\",\"Новини партнерів\"]]}]","[{\"selector\":\".tui_section__pad\",\"tasks\":[[\"has\",{\"selector\":\"> .tui_title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".ui-sortable > .ui-sortable-handle\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".voting > .block_title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"transition: none !important\"],\"cssable\":true}]","[{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"],[\"spath\",\" + .clear + .widgetbox\"]]},{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget-pages\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-header\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"margin-top: 0 !important; overflow: hidden !important\"],\"cssable\":true},{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".block-title > span\",\"tasks\":[[\"has-text\",\"Новости партнер\"]]}]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"/^новости партн|^реклама/i\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама партнера\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .td-block-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"/Хостинг-партнёр|Реклама/\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама партнеров\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".windowbg\",\"tasks\":[[\"has\",{\"selector\":\"> .poster > h4\",\"tasks\":[[\"has-text\",\"Форум Такси Сервис\"]]}]]}]","[{\"selector\":\".b-chat\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".wrapper-all-news > .news\",\"tasks\":[[\"has\",{\"selector\":\"> .news__description > a > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".zsnazzy\",\"tasks\":[[\"has\",{\"selector\":\".color_b\",\"tasks\":[[\"has-text\",\"Блок рекламы\"]]}]]}]","[{\"selector\":\"[class$=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/предложения/i\"]]}]","[{\"selector\":\"[class*=\\\"_title\\\"]\",\"tasks\":[[\"has-text\",\"/ партн|реклама/i\"]]}]","[{\"selector\":\"[class*=\\\"navi_title\\\"]\",\"tasks\":[[\"has-text\",\"/браузер|партнеры/i\"]]}]","[{\"selector\":\"[class] > div\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/Our Friends|Sluts/\"]]}]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .name\",\"tasks\":[[\"has-text\",\"/больше | партн|прочие | сми/i\"]]}]]}]","[{\"selector\":\"[class^=\\\"styles_title_\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"[id^=\\\"oframevideoplayer\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"Сексчат\"]]}]]}]","[{\"selector\":\"[style*=\\\"font\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"a[href*=\\\"://clck.ru/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]},{\"selector\":\"a[href*=\\\"://slurm.club/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]}]","[{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"]]}]","[{\"selector\":\"article div\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]","[{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"],[\"spath\",\" + br + .side\"]]},{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]","[{\"selector\":\"aside > .widget\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/^Новини$|Реклама/\"]]}]]}]","[{\"selector\":\"aside > h2\",\"tasks\":[[\"has-text\",\"/наши партн/i\"]]}]","[{\"selector\":\"body > h3\",\"tasks\":[[\"has-text\",\"/^Новости/\"]]},{\"selector\":\"tr > th\",\"tasks\":[[\"has-text\",\"Реклама на Погода.ру\"]]}]","[{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ div[style=\\\"overflow: hidden;\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div.side-item-left\",\"tasks\":[[\"has\",{\"selector\":\"> .side-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".fb-sidebar__main > a[href]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .indication-bor-rad\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .title_also\",\"tasks\":[[\"has-text\",\"Партнерский контент\"]]}]]}]","[{\"selector\":\"div[class$=\\\"-main\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[font-size] > span\",\"tasks\":[[\"has-text\",\"/опрос/i\"]]}]]}]","[{\"selector\":\"aside > div[class^=\\\"NavPanel_nav\\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"LoopChannelLayout_widget\\\"] > div[class^=\\\"SimpleCaption_wrapper\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"MaterialListing_chunk\\\"] a[href]\",\"tasks\":[[\"has\",{\"selector\":\"[class*=\\\"tass_pkg_marker\\\"]\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]}]","[{\"selector\":\"div[class^=\\\"Sidebar_sidebar_list\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://kanobu.ru/\\\"])\"]]}]","[{\"selector\":\"div[class^=\\\"product-snippet_ProductSnippet__grid\\\"] > [data-product-id]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div[class^=\\\"product-snippet_ProductSnippet__description\\\"] > div[class^=\\\"product-snippet_ProductSnippet__block\\\"] > div[class^=\\\"product-snippet_ProductSnippet__ext\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[id*=\\\"sidebar\\\"] > div[class*=\\\"module\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"moduletitle\\\"]\",\"tasks\":[[\"has-text\",\"/^актуально|финам$|сми2$|marketgid|^интересные|гнездо.ру/i\"]]}]]}]","[{\"selector\":\"div[style=\\\"margin-left:21px;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".opros\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[style^=\\\"font-size\\\"]\",\"tasks\":[[\"has-text\",\"Также узнайте...\"]]}]","[{\"selector\":\".adfox-banner-background ~ .layout-container\",\"action\":[\"style\",\"max-width: unset !important; top: unset !important\"],\"cssable\":true},{\"selector\":\"em\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]},{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-color: #9ab9a7 !important\"],\"cssable\":true},{\"selector\":\"form > table[id^=\\\"p_row_\\\"]:nth-of-type(2)\",\"tasks\":[[\"has\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"Yap\"]]}]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^новости партн|^новини партн/i\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"/^нов.+партн.+р.в$/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Новости партн\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Реклама :\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Реклама :\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Смотрите также\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]","[{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"/новости партнеров|знакомства/i\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"РЕКОМЕНДУЕМ ПОЧИТАТЬ:\"]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"main > h3\",\"tasks\":[[\"has-text\",\"/Новости партнёров|Популярное в сети/\"]]}]","[{\"selector\":\"p > b\",\"tasks\":[[\"has-text\",\"каво також:\"]]}]","[{\"selector\":\"p > strong\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Erid:\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Комплектующие предоставлены\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> script\",\"tasks\":[[\"has-text\",\"smi2\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"/париматч/i\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"Okko\"]]}]]}]","[{\"selector\":\"span.articles_info > b\",\"tasks\":[[\"has-text\",\"Реклама:\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Интересные новости\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]","[{\"selector\":\"table > tbody > .alt2\",\"tasks\":[[\"has\",{\"selector\":\"> td\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .bl_title_bkgr\",\"tasks\":[[\"has-text\",\"/интересно/i\"]]}]]}]","[{\"selector\":\"table[id^=\\\"post\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .thead\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]]}]","[{\"selector\":\"td > .forabg\",\"tasks\":[[\"has\",{\"selector\":\"dt\",\"tasks\":[[\"has-text\",\"Проверенный выгодный обменник!\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"100%\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > .tablebg > tbody > tr > .cat > h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"220\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".block_title\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"td\",\"tasks\":[[\"has-text\",\"/bit.ly|clck.ru|vk.cc/\"]]}]","[{\"selector\":\"td[style=\\\"width:200px;\\\"] > table\",\"tasks\":[[\"has\",{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Рекламный блок\"]]}]]}]","[{\"selector\":\"td[valign=\\\"top\\\"] > table.tborder[width=\\\"240\\\"] ~ table.tborder[width]\",\"tasks\":[[\"has\",{\"selector\":\"td.tcat\",\"tasks\":[[\"has-text\",\"/наши друзья|реклама/i\"]]}]]}]","[{\"selector\":\"td[width=\\\"210\\\"] > center > table\",\"tasks\":[[\"has\",{\"selector\":\"center > b\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td[width=\\\"240\\\"] > table[width=\\\"240\\\"] ~ table[width=\\\"240\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".feed-list > .feed-w\",\"tasks\":[[\"has\",{\"selector\":\"[class^=\\\"feed\\\"][class*=\\\"label\\\"]\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]},{\"selector\":\"body > div:not([id]):not([class]) > .exit-popup\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has\",{\"selector\":\"> [class^=\\\"profile\\\"]\",\"tasks\":[[\"has-text\",\"/Партнер|Реклама/\"]]}]]}]","[{\"selector\":\".commercial-branding > div script ~ div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding > div script ~ div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding article > div:only-child > div:first-child + div > div > div:first-child + div\",\"action\":[\"style\",\"box-shadow: none !important\"],\"cssable\":true},{\"selector\":\".commercial-branding\",\"action\":[\"style\",\"margin-top: unset !important; margin-bottom: unset !important\"],\"cssable\":true},{\"selector\":\"div:has(> div[style^=\\\"min-height:\\\"]) > p ~ div\",\"tasks\":[[\"has-text\",\"Продолжение истории после рекламы\"]]}]","[{\"selector\":\"[class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/новости партнеров/i\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.cnews.ru/redirect.php\\\"]\",\"tasks\":[[\"has-text\",\"Дзен\"]]}]","[{\"selector\":\"#branding-layout > * > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"#branding-layout > a\",\"action\":[\"style\",\"width: 0 !important; height: 0 !important; left:-10000px !important\"],\"cssable\":true},{\"selector\":\"#branding-layout\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"#branding-layout:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".columns-layout__right > div > div[id][class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".material-list__item\",\"tasks\":[[\"has\",{\"selector\":\".content-label\",\"tasks\":[[\"has-text\",\"/Реклама|Pеклама/\"]]}]]},{\"selector\":\".rightPart > div\",\"tasks\":[[\"has-text\",\"Реклама 18+\"]]},{\"selector\":\":not(.nba-global-nav-wrapper) + #branding-layout:not(#id)\",\"action\":[\"style\",\"margin-top: 96px !important\"],\"cssable\":true},{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .aside-news-list__advert\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"[data-content-name=\\\"banner-static\\\"]\",\"action\":[\"style\",\"position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important\"],\"cssable\":true},{\"selector\":\"body > div[id][style=\\\"padding-top: 306px; margin-top: 0px;\\\"]\",\"action\":[\"style\",\"padding-top: 96px !important\"],\"cssable\":true},{\"selector\":\"body.img-bg\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.is-fixed\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #a7a7a7 !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"М.Видео\"]]}]]}]","[{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .Organic-Subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]}]","[{\"selector\":\"#search-result > .serp-list__card\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".page__result .typo\",\"tasks\":[[\"has-text\",\"/^новости партн/i\"]]},{\"selector\":\".scroller__wrap > div[class^=\\\"minibadge\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".serp-item .label\",\"tasks\":[[\"has-text\",\"реклама\"]]}]]}]","[{\"selector\":\"body[class*=\\\"page_q\\\"] .top-root > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div + div > div[style] > div[style] > div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > span ~ div > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class$=\\\"_visible\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"[class$=\\\"icon\\\"] ~ [class]\",\"tasks\":[[\"has-text\",\"Рекламы нет\"]]}]]}]","[{\"selector\":\".article_block\",\"tasks\":[[\"has\",{\"selector\":\"> p > i\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]]},{\"selector\":\"a[href^=\\\"https://keysforgamers.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"body[style] > .vgt_orig_bg\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"html > body[style] > :not(.vgt_orig_bg)\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body[style]\",\"action\":[\"style\",\"pointer-events: none !important; padding-top: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"oframe\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"/adblock|adblok|адблок|блокировщик|блокировку|фрибет/i\"]]}]]}]","[{\"selector\":\"article > p\",\"tasks\":[[\"has-text\",\"/отключите блокировку рекламы!$/\"]]}]","[{\"selector\":\"div[id^=\\\"brid-player\\\"] ~ p\",\"tasks\":[[\"has-text\",\"AdBlock\"]]}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapp__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"playlist-player-branding-\\\"] ~ .playlist-player\",\"action\":[\"style\",\"max-width: 1155px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Branding_container_\\\"]\",\"action\":[\"style\",\"margin-top: unset !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article > .onadlable ~ .js-mediator-article a[href]:not([href^=\\\"/\\\"]):not([href^=\\\"#\\\"]):not([href*=\\\"3dnews.\\\"])\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"video[autoplay=\\\"autoplay\\\"]\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"body [data-revive-id] ~ script ~ [id][class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"html:not([class]):not([style]) > body:not([itemscope]) > div[id] > div[id][href]\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html[style]:not([style=\\\"\\\"]) > body [class]:not([id]):not(div):not([style]) :not(div)[class][id]\",\"action\":[\"style\",\"min-height: 0 !important; height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"sidebar_container_\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#alert > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#alert\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: black !important; cursor: default\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#new_logo_helper01\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".sidebarfix\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[role=\\\"tabpanel\\\"] > div.MuiBox-root\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#container:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subbody\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\".big-ad-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id) > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"pointer-events: none !important; background-color: #eff1f2 !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".static_content\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class*=\\\"modal-\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div.overflow-hidden + .block-sidebar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fancybox-enabled\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#trend\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".nav-line\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: rgb(255, 255, 238) !important\"],\"cssable\":true}]","[{\"selector\":\".content > .sect-header\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".full\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".popular-in\",\"action\":[\"style\",\"padding-top: 80px !important\"],\"cssable\":true},{\"selector\":\".sticky-wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".wrap > .popular\",\"action\":[\"style\",\"visibility: visible !important\"],\"cssable\":true},{\"selector\":\"main > .wrap-center\",\"action\":[\"style\",\"margin-left: auto !important; margin-right: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/uploads/\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".single\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".need-friends\",\"action\":[\"style\",\"margin-top: 125px !important\"],\"cssable\":true}]","[{\"selector\":\".content > .media\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\"article.full > div .skrin ~ div\",\"action\":[\"style\",\"border: unset !important; background-color: unset !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"padding-block-start: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".fon_site_pic\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".htitle\",\"action\":[\"style\",\"margin-left: 0 !important; left: 150px !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"margin-left: 0 !important; left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .standard\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"]\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"nav[role=\\\"navigation\\\"] > ul\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wr-bg\",\"action\":[\"style\",\"padding-top: 60px !important; margin-top: unset !important; top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu .sar\",\"action\":[\"style\",\"bottom: auto !important; top: 50px !important; z-index: 100 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"]\",\"action\":[\"style\",\"background-image: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".drowmenu\",\"action\":[\"style\",\"z-index: 1999999999 !important\"],\"cssable\":true},{\"selector\":\".list-nav\",\"action\":[\"style\",\"z-index: 1 !important\"],\"cssable\":true},{\"selector\":\"body > .main.wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > header\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\".topside\",\"action\":[\"style\",\"max-width: 99.8% !important\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".native-brand ~ section.main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".native-brand\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > a.bsec[href=\\\"#\\\"]\",\"action\":[\"style\",\"top: 31px !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-wrap > .lenta\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".lenta-wrap\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"user-data-grid\\\"]\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#blink2[color=\\\"red\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; color: #837e6e !important\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"pos\\\"] > a > img[src*=\\\"audioportal.su/!!!ads/!rotator/\\\"]\",\"action\":[\"style\",\"zoom: 0.1 !important; filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".av-branding .page\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".av-branding\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test-id=\\\"avia_form\\\"] > div[class*=\\\"footer\\\"] label\",\"action\":[\"style\",\"zoom: 2 !important; color: #f57c00 !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\".avito-ads-container\",\"action\":[\"style\",\"margin: 0 !important; min-height: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".app-branding\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\".application\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.stop-scroll\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".promo-background\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".topserial\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header--short.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#userTabs\",\"action\":[\"style\",\"float: none !important\"],\"cssable\":true}]","[{\"selector\":\"#oframeflashcontent > pjsdiv[style*=\\\"transition: transform\\\"]\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\"video\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .page\",\"action\":[\"style\",\"padding-top: 144px !important\"],\"cssable\":true}]","[{\"selector\":\"div[style=\\\"position:absolute;left:0px;top:0px;width:240px;margin-top:660px\\\"]\",\"action\":[\"style\",\"position: relative !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside#sidebar\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .block0\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.cookielaw-blur-background > *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"html > head ~ body\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#content-padding > *\",\"action\":[\"style\",\"color: black !important\"],\"cssable\":true},{\"selector\":\"#content-padding\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true}]","[{\"selector\":\"[data-alias=\\\"Copyright\\\"] .widget-area > .widget_text:last-child\",\"action\":[\"style\",\"border-style: none !important\"],\"cssable\":true}]","[{\"selector\":\".alltop1\",\"action\":[\"style\",\"margin-bottom: 30px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap_nd .page-head\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body-branding\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.access *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"body.access\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"width: auto !important; position: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".layout-default__content--brand\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#art-main\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\".bg-top-menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header.header-wrapper\",\"action\":[\"style\",\"padding-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .widget_header .header_icons\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .lang_switcher\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".scroll-content.disable-scrolling\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"body.overflow--hidden\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\".l-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-sidebar > .sticky-vertical\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://kik.cat/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"erid=\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"www.dns-shop.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".blur-image\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".back_bottom > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContainer\",\"action\":[\"style\",\"cursor: auto !important; padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#snow\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\"header[class=\\\"header -transparent\\\"]\",\"action\":[\"style\",\"background: #e0e0e0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\".pocaz\",\"action\":[\"style\",\"width: 10px !important; height: 10px !important; position: fixed !important; top:-100px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style*=\\\"width\\\"][style*=\\\"margin\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout > main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".island_overflow-initial > .feature_wide\",\"action\":[\"style\",\"margin: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-cell > div[id]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#timer_2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".header-space\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.blocked\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".dl-content > .ageLimit ~ [class$=\\\"-player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".dl-content\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper.full\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body > [id]:not([style])\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".adb\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".forumAd\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".navbar_notice\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #right ~ .middle\",\"action\":[\"style\",\"margin-right: 4px !important\"],\"cssable\":true}]","[{\"selector\":\".contentWrap .lcWrap\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\".author__avatar video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".comment-media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\"html\",\"action\":[\"style\",\"--layout-header-height-large: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"#left-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true},{\"selector\":\"#right-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".td-header-sp-logo\",\"action\":[\"style\",\"max-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".fader-social\",\"action\":[\"style\",\"position: fixed !important; top: -10000px !important; opacity: 0 !important; z-index: -9999 !important\"],\"cssable\":true}]","[{\"selector\":\".social-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"min-width: 700px !important\"],\"cssable\":true}]","[{\"selector\":\".header.fixed .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".right_column_content > .block_news\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"header.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .eva\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"#content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .light-line\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".justify-content-center > .col[id]\",\"action\":[\"style\",\"max-width: max-content !important\"],\"cssable\":true},{\"selector\":\"body > footer\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"main#mainContainer\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#search_panel > .panel-body\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"body > .root\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .obertka-in\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap > .block\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".maincontent\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body-wrap > #content\",\"action\":[\"style\",\"margin-top:42px !important\"],\"cssable\":true}]","[{\"selector\":\"[data-bookmaker-id]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".sitemaker > .grid > .sm-responsive-full-width\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".jnrGz\",\"action\":[\"style\",\"height: calc(var(--vh, 1vh)*100 - 1px) !important\"],\"cssable\":true}]","[{\"selector\":\".ftips-branding .td-main-page-wrap\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding-ad + div\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding.td_category_template_1 .td-category-header\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"max-width: 1600px !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#advert\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 6px !important\"],\"cssable\":true}]","[{\"selector\":\".fix_block > nav\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".fix_block\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body.pagefullbg\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow-y: auto !important; position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"container-content\\\"] > div[class^=\\\"obolox\\\"]\",\"action\":[\"style\",\"margin-top: 52px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .container\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true}]","[{\"selector\":\"#content.site-max-width\",\"action\":[\"style\",\"margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div[id] > div[id]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #303030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://artline.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://bit.ly/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://compx.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://rozetka.com.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContent > section:first-of-type\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".roarticlecol\",\"action\":[\"style\",\"top: 2px !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class] > div[class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class]\",\"action\":[\"style\",\"padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"js-nh\\\"]\",\"action\":[\"style\",\"margin-top: 115px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad-300 + .w\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".main.with-top-menu\",\"action\":[\"style\",\"padding-top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: default !important; pointer-events: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".maps .maps-block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".project-maps .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".project-weather .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"margin-bottom: 20px !important\"],\"cssable\":true}]","[{\"selector\":\"#navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".newsfeed\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video_content\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://www.goha.ru/~\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper__content-inner:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wallpapers > [class^=\\\"wallpapers__item\\\"]\",\"action\":[\"style\",\"margin-right: unset !important; width: 320px !important\"],\"cssable\":true}]","[{\"selector\":\".main-block .main-inner-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".rightColumn > .darkPart\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"footer.pageContainer\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#header_box\",\"action\":[\"style\",\"height: auto !important; min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#link-b\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #f5f5f5 !important\"],\"cssable\":true}]","[{\"selector\":\"img[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"ya\\\"][href*=\\\"cc\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > .menu\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".jirrua\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"] > [id$=\\\"er\\\"]:nth-child(-1n+3)\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".main .header\",\"action\":[\"style\",\"padding-top: 94px !important\"],\"cssable\":true},{\"selector\":\".showfull .header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".short-poster > img\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".page-branded\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".article__bg\",\"action\":[\"style\",\"left: 49% !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\".right-column > .b-newsfeed > span\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_container\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".footer_container\",\"action\":[\"style\",\"height: auto !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video-stream > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".video-stream\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".preview-section .vertical-video__play-icon-wrapper\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#totalbg\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"#id_box_r_y1\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true},{\"selector\":\"#idbbbad\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".footer-slow-download__btn\",\"action\":[\"style\",\"color: #57a216 !important; font-size: 19px !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\"div#main\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"table.lista[width=\\\"100%\\\"][style] > tbody > tr > td.header[width=\\\"110px\\\"]\",\"action\":[\"style\",\"color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"body > .page__wrapper\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fltext\",\"action\":[\"style\",\"background: none !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://rdr.fmcgsd.net/in/offer/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"utm_\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href^=\\\"https://ek.ua/ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"body.age-popup-active\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#content > #header > div[style^=\\\"height: 94px;\\\"]\",\"action\":[\"style\",\"height: 6px !important\"],\"cssable\":true},{\"selector\":\"#content > #header\",\"action\":[\"style\",\"height: 220px !important; background-position-y: -100px !important\"],\"cssable\":true},{\"selector\":\"#right > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"td.left[width=\\\"200\\\"][valign=\\\"top\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".headerNotify_hasUnread .nbl-simpleControlButton\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .content-main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.watch > div[class]:not([id]):not([style]):nth-child(-1n+2)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"body.watch > header.ivi-top\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_content_table > .left.column\",\"action\":[\"style\",\"margin-right: 0 !important; width: 100% !important\"],\"cssable\":true},{\"selector\":\".body_wrapper\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".fullscreen_branding ~ .body_content_table\",\"action\":[\"style\",\"margin-top: 0 !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".left.column > #question.dialog_thanks\",\"action\":[\"style\",\"left: 67% !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > #header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > .tm-wrapper > .tm\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".branding .main__container\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper .container\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > #wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".comments_form\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".ten_ears_wrap\",\"action\":[\"style\",\"margin: 35px auto 0 auto !important\"],\"cssable\":true},{\"selector\":\".ten_topbar\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .menu_wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #bdbdbd !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 40px !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#embed-video > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true},{\"selector\":\".navbart > a[href] > .spin\",\"action\":[\"style\",\"animation-name: none !important\"],\"cssable\":true},{\"selector\":\".publisher-name > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"wrapper\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper:not(#id)\",\"action\":[\"style\",\"margin-top: 67px !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-background\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".outer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body .header .header-fixed\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body .header\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: black !important\"],\"cssable\":true}]","[{\"selector\":\"#__next > div[class^=\\\"styles_root__\\\"]:first-of-type > div[class^=\\\"styles_root__\\\"]:first-child + div > div:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"#actorListBlock\",\"action\":[\"style\",\"padding-right: 19px !important\"],\"cssable\":true},{\"selector\":\"#header-info-bg\",\"action\":[\"style\",\"background-color: transparent !important; background-image: none !important\"],\"cssable\":true},{\"selector\":\".app div[class^=\\\"device\\\"][class*=\\\" page-main__content\\\"]\",\"action\":[\"style\",\"background-color: black !important\"],\"cssable\":true},{\"selector\":\".app__page > div:not([class*=\\\"media\\\"]):not([class*=\\\"content\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".content-container_app-width_wide\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".desktop-layout-with-sidebar__content > div[class][data-tid]\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\".film-seances-page\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".filmsListNew .info\",\"action\":[\"style\",\"padding-right: 116px !important\"],\"cssable\":true},{\"selector\":\".header-navigation\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".media-post-page > div:not([class*=\\\"media\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".modal-root div[class^=\\\"fullscreen-selector\\\"]\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content > #header-info-bg + div[id]:not([class])\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".page-content > div[id]:not(#header-info-bg):empty + div[id]:not(#top)\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".shadow.shadow-restyle\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".user-subscription-partial-component__subscription-item-text\",\"action\":[\"style\",\"white-space: pre-wrap !important\"],\"cssable\":true},{\"selector\":\"body[class*=\\\"styles_body\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"div > a[aria-label=\\\"КиноПоиск\\\"] ~ div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicInfoSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicMediaSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_videoContainer\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"kinopoisk-media-container_pending\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_headerContainer\\\"] + div[class^=\\\"styles_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_middleContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"user-bar\\\"] > div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_emptyItems__\\\"] div\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_footerContainer__\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_wideContentContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width: 1px;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width:1px\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".center-box2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".subbody2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container > .wrapper-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-detail .section-detail-news\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".gbg\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"newsid_\\\"] > .row0[style=\\\"margin-bottom:8px;\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#allrecords > #t-header + div + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#allrecords > #t-header + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .page-inner\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #app [data-branding-wrapper]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > #app div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-color\",\"value\":\"^rgb\\\\(225, 231, 235\\\\)$\"}]]},{\"selector\":\"body > #app div[style=\\\"display:block !important\\\"] > div:first-child > div:first-child + div > div:first-child + div > div[data-name]:first-child + div\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"://image.krasview.ru/channel\\\"]\",\"action\":[\"style\",\"background-color: #596c84 !important\"],\"cssable\":true}]","[{\"selector\":\"#popup-manager.popup-show + #layout\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".container[style=\\\"max-width: unset;\\\"] > .container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".m-container > #yandex_rtb_R\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".js-scroll-to-site-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".longgrid-list__box\",\"action\":[\"style\",\"justify-content: unset !important\"],\"cssable\":true},{\"selector\":\".topic-body__content > .box-external-video:last-child\",\"action\":[\"remove\",\"\"]},{\"selector\":\".topic-footer > .box-external-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".downloada > .btn\",\"action\":[\"style\",\"font-size: large !important; color: #b4ff00 !important\"],\"cssable\":true},{\"selector\":\".downloada\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".main_shift\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".recipes-layout__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".theme-wrapper > .container > div\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".allpage .currency a\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\":not(.allpageinner) > :not(.header) > .logo > a[href=\\\"/\\\"] > span\",\"action\":[\"style\",\"top: inherit !important; left: inherit !important; font-size: x-large !important; font-weight: bold !important; color: #0183cb !important\"],\"cssable\":true}]","[{\"selector\":\".mainpage > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mdspost > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".pagewide-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".s-layout > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer-logo\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true},{\"selector\":\"img[src=\\\"/vision/footer-logo.png\\\"]\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"background: #1c1e1f !important; color: #fff !important\"],\"cssable\":true},{\"selector\":\".gallery_img_preload\",\"action\":[\"style\",\"position: absolute !important; display: block !important; opacity: 0 !important; margin-top: 155px !important; margin-left: 20px !important; width: calc(100% - 40%);\"],\"cssable\":true},{\"selector\":\".lstfml .footer .links a\",\"action\":[\"style\",\"color: #fff !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #1c1e1f !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"poluchenie-premium-dostupa.html\\\"] > b > .fa-spin\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true}]","[{\"selector\":\"#localNotice .floatleft img\",\"action\":[\"style\",\"height: 70px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".vjs-big-play-button\",\"action\":[\"style\",\"background: #0fc3c3 !important\"],\"cssable\":true}]","[{\"selector\":\".category-all #content\",\"action\":[\"style\",\"background-image: none !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#pagewrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topcontainer\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\".n-main-branding-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-width\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".sp-header-block\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".td-ad-background-link #td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\".overlayed .bottom-page.scroll-block\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#videoViewPlayer\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".i-layout__branding-content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".i-layout_branding\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".infobar > .info-block:not(.mail):not(.weather)\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\".hide-dn img\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"main[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".aggregator-page\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#SITE_PAGES > div > div[id]\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-mesh-id]\",\"action\":[\"style\",\"min-height: auto !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page > .content\",\"action\":[\"style\",\"margin-top: 74px !important\"],\"cssable\":true},{\"selector\":\".header-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .navbar\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#gl_pos1\",\"action\":[\"style\",\"min-width: auto !important; width: unset !important\"],\"cssable\":true},{\"selector\":\"#main_tb\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"#move_up[style*=\\\"left: -40px;\\\"]\",\"action\":[\"style\",\"left: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: #f7f8f9 !important\"],\"cssable\":true}]","[{\"selector\":\"body.noscroll\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"body.noscroll::before\",\"action\":[\"style\",\"content: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapp_content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".navbar-default\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: #e8ecff !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #fll\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header > .body\",\"action\":[\"style\",\"margin-top: 54px !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".col-side > .opinion-teaser\",\"action\":[\"style\",\"border-top: none !important\"],\"cssable\":true}]","[{\"selector\":\".main__branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block:hover\",\"action\":[\"style\",\"-webkit-animation: scroll 30s linear 0s infinite !important; animation: scroll 30s linear 0s infinite !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) *\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainWrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".postquotehref\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true},{\"selector\":\"body > .wrap\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-b\",\"action\":[\"style\",\"margin-bottom: 11px !important\"],\"cssable\":true}]","[{\"selector\":\".main__slider > a:not([href^=\\\"https://nrj.ua/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\".wrapper > .header\",\"action\":[\"style\",\"height: 150px !important\"],\"cssable\":true}]","[{\"selector\":\"#home_page\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > .main-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"global-top-menus article_menu_type\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".adv-banner__right\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".quote a.btn\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"a.btn-success[href^=\\\"https://online-fix.me/ext/\\\"]\",\"action\":[\"remove-class\",\"btn\"]},{\"selector\":\"a[href*=\\\":2053\\\"]\",\"action\":[\"remove-class\",\"btn\"]}]","[{\"selector\":\".video-box[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".g-container-outer > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".downloadlink a\",\"action\":[\"style\",\"color: #09c !important; text-decoration: underline !important\"],\"cssable\":true},{\"selector\":\".post-info > div[style^=\\\"width: 730px;\\\"][style*=\\\"#f9f9f9\\\"]\",\"action\":[\"style\",\"background-color: #333 !important\"],\"cssable\":true},{\"selector\":\"body > div\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background-image: none !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"_no_abs\\\"] > *\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"_no_abs\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a.over-hiddenlink-html[target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > [class^=\\\"fix_\\\"]\",\"action\":[\"style\",\"margin-bottom: -5px !important\"],\"cssable\":true}]","[{\"selector\":\"footer\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[value=\\\"Скачать\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"div[class^=\\\"raleas-navbar\\\"] .ad + .ad ~ .all_it\",\"action\":[\"style\",\"left: -206px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important; background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"body > .a\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"pai_thumbz_\\\"][id$=\\\"_side\\\"]\",\"action\":[\"style\",\"background: #363636 !important\"],\"cssable\":true}]","[{\"selector\":\".app > .app__inner[style*=\\\"padding-top\\\"]\",\"action\":[\"style\",\"padding-top: 64px !important\"],\"cssable\":true},{\"selector\":\".footer__inner\",\"action\":[\"style\",\"background-color: var(--color--app__bg) !important; color: var(--color--app__text) !important\"],\"cssable\":true},{\"selector\":\".pub300x250.pub300x250m.pub728x90.text-ad.textAd.textad.textads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important; position: absolute !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"page-story\\\"][class*=\\\"ments\\\"] div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > .header__main\",\"action\":[\"style\",\"background-color: var(--color--header__bg) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #branding\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#dfpPrerollDelay\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article-content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"erid:\"]]}],[\"spath\",\" a[href][rel=\\\"nofollow\\\"]\"]]},{\"selector\":\".bonus-landing-page .panel-collapse > .panel-body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page .panel-default > .panel-heading\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page-faq > .title\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true},{\"selector\":\".dfp-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".gp-game-card .user-profile-sidebar\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"body[data-user-id]\",\"action\":[\"style\",\"background: #242424 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 65px !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"._1z_ ._21_\",\"action\":[\"style\",\"width: 1000% !important; height: 1000% !important; position: absolute !important\"],\"cssable\":true},{\"selector\":\"._1z_\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".banner-advertise\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".open-main-container\",\"action\":[\"style\",\"margin-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[id][class*=\\\" BannerPlace-\\\"]\",\"action\":[\"style\",\"filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\".banner\",\"action\":[\"style\",\"height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".page-element__ads\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".site-logo\",\"action\":[\"style\",\"max-height: 90px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header-main .container .row\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".foundation-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"article vid\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".cookie-paywall-visible div > .article-body-content ~ .article-body-content\",\"action\":[\"style\",\"display: flex !important\"],\"cssable\":true}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topbrandingspot\",\"action\":[\"style\",\"padding-top: 0 !important; background: none !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 130px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad_global_below_navbar\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\"#header ~ *\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\".above_body > div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#js-content\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#app > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"footer\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"WithRightBarWrapper\\\"] > div[class*=\\\"AutoAppContainer\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\".ad_branding_main > div[class]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child > div\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.lock\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding .main-content\",\"action\":[\"style\",\"margin-top: 90px !important\"],\"cssable\":true},{\"selector\":\".poster-grid-item > a[target=\\\"_blank\\\"]:first-child\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"html[xmlns]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".page__text > div[style^=\\\"color:\\\"] + p\",\"action\":[\"style\",\"margin-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-column > .right-adv-container\",\"action\":[\"style\",\"top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".b-global-branding[branding_url*=\\\"http\\\"] .b-global-wrap\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".b-global-wrap > .b-global-offset\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[id*=\\\"-error-page\\\"] > p\",\"action\":[\"style\",\"height: 0 !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-container\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"header[class^=\\\"header--standard\\\"]\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"locked\\\"] .example\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > #content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"_spiegelWrapper\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"PageMediaContentVideo_mainContent\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Page_main\\\"][style*=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".m-blur\",\"action\":[\"style\",\"filter: none !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .all-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) .bottom-bar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper > #wrap\",\"action\":[\"style\",\"padding: 0 10px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow-x: hidden\\\"]\",\"action\":[\"style\",\"overflow-x: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#FheaderContent > div[id]:not([class])\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subheader\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"color: #00bfff !important\"],\"tasks\":[[\"matches-path\",\"topic=51666\"],[\"spath\",\" .dats > a[href=\\\"javascript:pasteN('AlAvis')\\\"] > b\"]]},{\"selector\":\".tpc > .post > a[href]\",\"action\":[\"style\",\"word-break: break-all\"],\"cssable\":true},{\"selector\":\".tpc > .post > table[width] > tbody > tr > .lgf\",\"action\":[\"style\",\"word-break: break-word\"],\"cssable\":true}]","[{\"selector\":\".header20-00\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#body_container\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".menu[role=\\\"navigation\\\"] div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"aside > div[class]:first-child div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body--brranding > .content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-ns-portal] .branding[data-page] div[class^=\\\"content_\\\"] > div[class^=\\\"bottom\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"[data-ns-portal] .branding[data-page]\",\"action\":[\"style\",\"--grid-breakpoint-lg: unset !important; margin-top: unset !important; width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div\",\"action\":[\"style\",\"max-width: 1280px !important\"],\"cssable\":true},{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div:first-child > div:first-child + div > div:not(:last-child)\",\"action\":[\"style\",\"margin-right: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"articleBlockViqeo_\\\"][class*=\\\"notReady_\\\"]\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mfp-content\",\"action\":[\"style\",\"background-color: #ddd !important\"],\"cssable\":true},{\"selector\":\".mfp-wrap\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout-without-banner\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".Entry__content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"/Erid:/\"]]}],[\"spath\",\" a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"html.dark > body\",\"action\":[\"style\",\"background-color: #171717 !important\"],\"cssable\":true},{\"selector\":\"html:not(.dark) > body\",\"action\":[\"style\",\"background: initial !important\"],\"cssable\":true}]","[{\"selector\":\"#app > .items-center > div[class]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".top_bg\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".abp\",\"action\":[\"style\",\"transform: none !important; direction: ltr !important\"],\"cssable\":true}]","[{\"selector\":\".promotion .h-layoutWide\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-site-body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main_body > .block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"#site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_top\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#cn-content.playlists-iframe\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".btn-download\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".tab__sport a[href^=\\\"https://www.championat.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#outer-top\",\"action\":[\"style\",\"padding-top: initial !important\"],\"cssable\":true}]","[{\"selector\":\".admineditor-menu\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-middle-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#branding-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-dummy:not(#id)\",\"action\":[\"style\",\"min-height: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"#site_container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html #globalcontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html .above_body\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html body > div[id][class]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"background-color: #dbdbdb !important\"],\"cssable\":true},{\"selector\":\"html.home > body idiv[class][id]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true},{\"selector\":\".header-inner\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true}]","[{\"selector\":\".redirect-button\",\"action\":[\"style\",\"pointer-events: auto !important; opacity: 1 !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-tooltips-container > .tooltip-container\",\"action\":[\"style\",\"top: 43px !important; position: fixed !important\"],\"cssable\":true},{\"selector\":\".lenta_scrollable.poster\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\"body.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"html.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none !important; cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #e8e8e8 !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(.path-frontpage) .page-main\",\"action\":[\"style\",\" min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".site-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".post_content.newsletter\",\"action\":[\"style\",\"max-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#comments_block\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\".embed-instagram > iframe\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header-menu-bg\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".dwrp\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topper_up\",\"action\":[\"style\",\"height: 88px !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tp-widget-pinned-post-item__title > a\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tBlurred\",\"action\":[\"style\",\"-webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html[prefix] > body\",\"action\":[\"style\",\"background-color: #202030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html.bx-no-touch button[data-analytics$=\\\"-watch-with-ads-btn\\\"]\",\"action\":[\"style\",\"min-width: 0 !important; max-width: unset !important; width: 115px !important; overflow: hidden !important; padding-left: 15px !important\"],\"cssable\":true}]","[{\"selector\":\"iframe.youtube-video:not([src*=\\\"//utraff.com/\\\"])\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".head-top\",\"action\":[\"style\",\"position: absolute !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: #091016 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #ffffff !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .container\",\"action\":[\"style\",\"padding-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"#site\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".right-banner > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"adpool.bet/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper > #main\",\"action\":[\"style\",\"overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\".navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".right-column > .sticky-box\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".colorAdmin\",\"action\":[\"style\",\"color: black !important; font-weight: 100 !important; font-size: 8px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"right-block\\\"][style^=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-filter:none !important; filter: none !important\"],\"cssable\":true},{\"selector\":\".fancybox-lock body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrap\",\"action\":[\"style\",\"margin-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#cmain\",\"action\":[\"style\",\"margin-left: unset !important\"],\"cssable\":true}]","[{\"selector\":\".with-cookies-agreements .channels-line\",\"action\":[\"style\",\"top: calc(70px + 0px) !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .wrapper\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable > div\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable\",\"action\":[\"style\",\"padding-top: 0 !important; background-image: none !important; pointer-events: none !important; background-color: #ECEFF2 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: #ECEFF2 !important\"],\"cssable\":true}]","[{\"selector\":\"div[style^=\\\"min-height: 100vh;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[data-video_status=\\\"paused\\\"] .buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"ul.tabsmenuverch li\",\"action\":[\"style\",\"padding-right: 2px !important; padding-left: 2px !important\"],\"cssable\":true}]","[{\"selector\":\".JoinForm__notNow\",\"action\":[\"style\",\"font-weight: bold !important; color: red !important; border: 3px solid red !important; padding: 6px !important\"],\"cssable\":true}]","[{\"selector\":\"body.video_showcase #page_body\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoGrid.video_items_list\",\"action\":[\"style\",\"max-width: 97% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoLayout\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".ly.header\",\"action\":[\"style\",\"top: -1px !important\"],\"cssable\":true},{\"selector\":\".onair[style^=\\\"height:\\\"] > .onair_wrapper > [name=\\\"btn_air_close\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\".onair_wrapper\",\"action\":[\"style\",\"position: relative !important; bottom: unset !important; right: unset !important; -webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".vjs-poster\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".block-type-widget-area\",\"action\":[\"style\",\"min-height: 0 !important; box-shadow: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #layout-center > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #layout-center\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"td[width=\\\"100%\\\"][valign=\\\"top\\\"][class^=\\\"post\\\"] > .postcolor > img\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".full-banner-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.td-animation-stack-type0 .post img\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\"body.td-animation-stack-type0 .td-animation-stack .entry-thumb\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body.home\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/storage/app/resources/\\\"][style*=\\\"blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header + .banner\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".p_wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".eael-sticky-video-wrapper > #videobox\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".dpbAll\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"transform: none !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #f1f3f6 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: hidden !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\".document_overflow-scroll_yes:not(.document_new-year-feed-own-scroll_yes) body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [class^=\\\"content--article-\\\"] [style^=\\\"opacity:\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [data-appid] > [itemscope] > div > div[id]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" div\"],[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"article-bottom-block\"}],[\"spath\",\" > [class*=\\\"social\\\"] ~ div\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/articles\"],[\"spath\",\" div:has(> article > div > [class*=\\\"image\\\"]:empty)\"]]},{\"selector\":\"article\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"/direct|mytarget/\"}]]}]]},{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/data-[a-z0-9]/\",\"value\":\"bottom-ad\"}]]},{\"selector\":\"div[class*=\\\"dzen-wrapper-with-top-content-desktop__topContent-\\\"]\",\"action\":[\"style\",\"grid-template-columns: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class] > [id] > div[style*=\\\"important\\\"]\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"news-site-\\\"][class*=\\\"skeleton\\\"]\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".b-page_type_maps div[class$=\\\"__content\\\"] > [class$=\\\"__ad\\\"] > div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".climate-calendar__cell\",\"action\":[\"style\",\"width: 13.8% !important; -webkit-flex-basis: 13.8% !important; flex-basis: 13.8% !important\"],\"cssable\":true}]","[{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".b-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".head-stripe\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".monetization-group > .monetization-group__item\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".serp-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".suggest2_align_center[data-bem*=\\\"weather_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.b-page > .b-page__container .card.content__adv.card\",\"action\":[\"style\",\"margin-bottom: unset !important; padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"ComposeDoneScreen\\\"] *\",\"action\":[\"style\",\"height: auto !important; min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".b-page.overlay\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true},{\"selector\":\".b-page[style*=\\\"padding-right:\\\"]\",\"action\":[\"style\",\"overflow-y: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".StationPage__centralArea\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true}]","[{\"selector\":\".top-line + header.main\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#sitebox:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".content:not(#id)\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".branding_wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".branding_wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > header\",\"action\":[\"style\",\"margin-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".rotate-block\",\"action\":[\"style\",\"display: table !important\"],\"cssable\":true},{\"selector\":\"aside > div[class^=\\\"styled__SidebarWrap-\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#_id_main_content\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".b_header\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"#js_col_left > .l-sticky\",\"action\":[\"style\",\"position: relative !important; top: unset !important\"],\"cssable\":true},{\"selector\":\".l-sticky:has(.forecast:empty) ~ .js-news-feed > .news-feed\",\"action\":[\"style\",\"top: 166px !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".article_inner.news_content_inner + .sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".main_content\",\"action\":[\"style\",\"margin-top: 12px !important\"],\"cssable\":true}]","[{\"selector\":\".g-banner__news-footer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".g-relative > .forecast\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".l-col-100h\",\"action\":[\"style\",\"min-height: 0 !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".g-icon-big.g-play::after\",\"action\":[\"style\",\"bottom: calc(50% - 55px) !important; left: calc(50% - 55px) !important; cursor: pointer !important\"],\"cssable\":true},{\"selector\":\".js-index-central-column .js-index-doscroll[data-type=\\\"spec\\\"]:has([href*=\\\"erid=\\\"])\",\"action\":[\"style\",\"padding: 1px !important; border-bottom: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\".js-index-doscroll audio[autoplay]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".l-small-width-top-padding\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__body\",\"action\":[\"style\",\"left: 200px !important; right: 200px !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__wrap\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".mt-auto\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".body *\",\"action\":[\"style\",\"opacity: 1 !important; filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#app-canvas .application-mail__layout .layout__column_right\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\"#app-canvas .paginator-container\",\"action\":[\"style\",\"right: 8px !important\"],\"cssable\":true},{\"selector\":\".advert-column\",\"action\":[\"style\",\"width: 0 !important\"],\"cssable\":true},{\"selector\":\".application-mail__wrap > .application-mail__layout > .layout[style*=\\\"grid-template-columns:\\\"]\",\"action\":[\"style\",\"grid-template-columns: 232px 1fr 0 0 !important\"],\"cssable\":true},{\"selector\":\".application_new-toolbar .application-mail:not(.application-mail_webview-mobile) [class*=\\\"top-line-adv\\\"]\",\"action\":[\"style\",\"--letter-list-top-toolbar-height: inherit !important; --letter-list-top-native-adv-height: inherit !important; --scrollable-top-native-adv-height: inherit !important\"],\"cssable\":true},{\"selector\":\".layer-sent-page > .layer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div > .letter-list-item-adv\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > div[style*=\\\"top:\\\"][style*=\\\"position:\\\"][style*=\\\"visibility:\\\"] #app-canvas div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".b-datalist > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".b-letter_thread > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".ph-projects > a[href^=\\\"https://e.mail.ru/messages/inbox?utm_\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > div[style=\\\"position: absolute; visibility: hidden; top: -10000px; left: -10000px;\\\"] > div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#article-root section > main + [class] > div div:not([style])\",\"action\":[\"style\",\"min-height: 0 !important; padding: unset !important\"],\"cssable\":true},{\"selector\":\"body > .block > .tag\",\"action\":[\"style\",\"z-index: 1400 !important; cursor: pointer !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-headline\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-menu\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true},{\"selector\":\".header-banner\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#grid div[class^=\\\"feed__\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article__item_source_viqeo .article__container::before\",\"action\":[\"style\",\"content: initial !important\"],\"cssable\":true},{\"selector\":\".grid__ccol > .tabs-content\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\".grid__header .ph-auth\",\"action\":[\"style\",\"height: 37px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-container\",\"action\":[\"style\",\"height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-modal-projects-overlay\",\"action\":[\"style\",\"top: inherit !important\"],\"cssable\":true},{\"selector\":\".grid__header > .headline\",\"action\":[\"style\",\"height: 40px !important; min-height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__main-col .eventbar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".grid__main-col > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\".grid_blocked #mailbox:not(#id)\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".grid_blocked div[slot=\\\"main-column\\\"] > :nth-child(-1n+2) ~ [class] > [class]\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".ph-project__user-icon-mask\",\"action\":[\"style\",\"mask-image: inherit !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__img\",\"action\":[\"style\",\"max-width: unset !important; min-width: unset !important; height: 5em !important; width: 6.66em !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__text-wrapper\",\"action\":[\"style\",\"max-height: 5em !important; white-space: pre-line !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a\",\"action\":[\"style\",\"max-height: 5em !important; position: static !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a::after\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child ~ li\",\"action\":[\"style\",\"max-width: 660px !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child\",\"action\":[\"style\",\"max-width: 750px !important\"],\"cssable\":true},{\"selector\":\".tv-widget > .vk-video\",\"action\":[\"remove\",\"\"]},{\"selector\":\".weather_right-column .weather__block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-testid=\\\"grid-left-col\\\"] > .logo\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] *\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^90px$\"}]]},{\"selector\":\"[slot=\\\"main-column\\\"] .news-item\",\"action\":[\"style\",\"line-height: 19px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] > .tabs\",\"action\":[\"style\",\"height: 20px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"body > .grid .grid__lcol > .footer\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\"body > .grid .grid__rcol\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .zeropixel ~ div > style ~ div\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class] > :first-child\",\"action\":[\"style\",\"width: 100% !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class]\",\"action\":[\"style\",\"min-width: fit-content !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs > .tabs__item\",\"action\":[\"style\",\"padding: 0 4px !important; font-size: 14px !important\"],\"cssable\":true},{\"selector\":\"div:not(.grid__main-col) > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 20px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] .tabs\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .micro-widgets\",\"action\":[\"style\",\"height: auto !important; margin: auto !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .tabs__container\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"html[style*=\\\"-tgbv\\\"] > body[style*=\\\"position: fixed;\\\"]\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".layout_footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".p-article-bookmakers ~ div a[href^=\\\"https://r.mail.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".media-ui-slider-track div:first-child + div:not([style]):last-child\",\"action\":[\"style\",\"min-height: 0 !important; width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Public__folderContent\\\"]\",\"action\":[\"style\",\"padding-right: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"ReactViewer__root-\\\"]\",\"action\":[\"style\",\"--bottom-banner-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"html.window-loaded .b-video-controls__inside-play-button\",\"action\":[\"style\",\"visibility: visible !important; opacity: 0 !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#custom-background-css\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#downloadAdModal\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#reader_pane\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true},{\"selector\":\"#sinner_container\",\"action\":[\"style\",\"display: block !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_title\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".leaderboard_ad\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true}]","[{\"selector\":\"#summary ~ div:has(> [id^=\\\"cluster-video-ad\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#vO5STmSLgNAkebzSluI8coxpDgsG97g\",\"action\":[\"style\",\"height: 1px !important; min-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".SubjectMenu_desktop.PageLayout-Nav\",\"action\":[\"style\",\"position: sticky !important\"],\"cssable\":true},{\"selector\":\"main > div > div > div\",\"tasks\":[[\"has-text\",\"/rotator|блокировщик/\"]]},{\"selector\":\"main > div:first-child:empty + div:not([class]) > div\",\"action\":[\"style\",\"min-height: 86px !important; height: 86px !important; margin-bottom: -80px !important\"],\"cssable\":true}]","[{\"selector\":\".andropov_video\",\"action\":[\"remove-attr\",\"data-video-play-mode\"]}]","[{\"selector\":\".b-article-content > h2\",\"tasks\":[[\"has-text\",\"букмекер\"]]}]","[{\"selector\":\".body > .body\",\"action\":[\"style\",\"user-select: text !important; -moz-user-select: text !important; -webkit-user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".googlead.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".video-scroll\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" [data-lcp-name*=\\\"anner-\\\"]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" div[data-widget=\\\"banner\\\"]\"]]},{\"selector\":\"[data-lcp-name*=\\\"anner-\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]},{\"selector\":\"div[data-widget=\\\"banner\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]}]","[{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yandex.\\\"][href*=\\\"/clck/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[class]\",\"action\":[\"remove-attr\",\"data-censorhip\"]},{\"selector\":\"[data-censorhip=\\\"true\\\"] .BlockTitle-module-root span\",\"action\":[\"style\",\"box-shadow: inherit !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"[data-censorhip=\\\"true\\\"] [class^=\\\"ChronologyItem-module\\\"] span\",\"action\":[\"style\",\"box-shadow: inherit !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"[data-censorhip=\\\"true\\\"] [class^=\\\"ChronologyItem-module\\\"] strong\",\"action\":[\"style\",\"box-shadow: inherit !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body.wdp-scroll\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|onselectstart|oncontextmenu/\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Для скачивания подождите отсчет таймера...\"]]}]","[{\"selector\":\".playerFlvContainer.mgp_hideControls\",\"action\":[\"style\",\"cursor: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > section[class*=\\\"section details\\\"]\",\"action\":[\"style\",\"padding-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"section\",\"action\":[\"remove-class\",\"brand\"]}]","[{\"selector\":\"videotronic-player\",\"action\":[\"remove-attr\",\"data-video-autoplay\"]}]","[{\"selector\":\".dist-overlay__popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".simple-popup__overlay\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".portal-menu__logo__link\",\"action\":[\"style\",\"width: 90px !important; !important; overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\"body > div:not([id]):not([class]):not([style]):empty\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body iframe[name][style*=\\\"display:none\\\"]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > iframe[name]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > style:empty\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#top_banner:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".advt:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".popup--sticky\",\"tasks\":[[\"has-text\",\"adblock\"]]}]"];
|
|
31
|
+
const argsSeqs = [0,1,2,-3,650,3,4,5,-6,-206,207,7,8,9,10,11,12,13,14,15,-16,-206,-207,208,17,18,19,20,21,22,23,24,-25,-206,-207,396,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,-43,254,44,45,46,47,-48,158,49,50,51,52,53,-54,203,55,56,57,58,59,-60,324,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,-93,-727,728,94,95,96,97,98,99,-100,157,101,102,103,104,105,106,107,108,109,110,-111,215,112,113,114,-115,727,-116,212,-117,551,118,119,120,121,122,123,124,-125,-294,-726,727,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,-158,-417,727,-158,-623,727,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,-188,208,189,190,191,192,193,194,195,-195,-682,704,196,197,198,-199,-668,-674,-714,724,-199,-200,-201,-671,-672,-674,714,-199,-200,724,202,203,-203,405,204,205,-206,-207,234,-206,-207,235,-206,-207,281,-206,-207,292,-206,-207,456,-206,-207,463,-206,-207,476,-206,-207,483,-206,-207,526,-206,208,-206,-207,584,-206,207,-206,370,207,208,-208,336,-208,353,-208,-410,515,-208,-335,708,-208,281,-208,403,209,210,211,212,-212,213,214,-214,215,215,-215,-518,727,216,217,218,-218,-324,719,-218,-726,727,-218,511,-218,477,-218,689,219,220,221,222,223,-223,-424,581,-223,424,224,-224,369,-224,589,-224,594,-224,602,225,226,227,-228,-229,230,-228,-230,337,-228,380,-228,230,229,231,232,233,236,237,238,-238,727,-239,240,239,241,242,243,244,245,246,247,-248,249,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,-282,730,283,284,285,286,-287,288,-287,550,289,290,291,293,-294,-726,727,295,296,297,298,299,300,301,302,-303,727,304,305,306,307,-308,587,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,-338,-339,712,-338,339,339,-339,-727,728,-340,341,-340,416,342,-342,640,343,344,345,346,347,348,349,350,351,352,-354,355,354,356,357,358,359,360,361,362,363,364,365,366,367,368,369,371,372,373,-374,375,-375,574,-375,551,376,377,-378,727,379,381,382,383,384,385,386,387,388,389,390,-391,-726,727,391,392,393,394,395,-395,407,-396,701,-396,484,-396,488,-396,487,-396,485,-396,486,-396,534,-396,603,397,398,399,400,401,402,404,406,408,-409,410,410,-410,439,411,412,413,414,415,-418,727,419,420,421,422,423,425,426,-427,727,428,429,430,431,432,433,-434,435,435,436,437,438,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,457,-458,459,-459,647,460,-460,-585,647,461,462,464,465,466,467,-468,682,469,470,471,472,473,474,475,476,477,478,-479,710,479,480,481,482,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,512,513,514,516,517,519,520,521,522,523,524,525,527,528,529,530,531,532,533,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,552,553,554,555,556,557,-558,560,558,559,561,562,563,564,565,566,567,568,569,570,571,572,573,575,576,577,578,579,580,581,582,-583,-707,711,586,587,588,590,591,592,593,595,596,597,598,599,600,601,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,641,642,643,644,645,646,647,648,649,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,-669,-670,-671,714,670,-671,-672,-674,714,673,675,676,677,678,679,680,681,682,-682,683,-684,-686,687,684,-684,686,685,688,-690,691,690,692,693,694,-695,697,-696,697,698,699,700,702,703,705,706,-706,713,-707,711,709,710,711,715,716,717,718,720,721,722,723,725,-726,727,727,-727,728,729,731];
|
|
32
|
+
const hostnamesMap = new Map([["sib.fm",1],["glianec.com",2],["vk.com",3],["vk.ru",5],["dni.ru",6],["gazeta1.com",7],["stopgame.ru",8],["bookskeeper.ru",11],["www.zoneofgames.ru",12],["zx-pk.com",13],["radiokot.ru",14],["mundolatino.org.ua",15],["novate.ru",16],["nintendo.moy.su",17],["alcodistillers.ru",18],["lion-tv.org",19],["newstudio.tv",20],["mobzon.ru",24],["videomin.ws",25],["tvvse.my1.ru",26],["liveangarsk.ru",27],["tut.by",28],["myshows.me",29],["wotsite.net",30],["electric-house.ru",31],["ixbt.com",32],["myfreeproject.com",36],["uniongang.net",37],["uniongang.org",37],["clib.me",38],["24warez.ru",39],["meteonova.ru",40],["armourbook.com",41],["oko-planet.su",42],["newdaynews.ru",43],["versia.ru",44],["ovego.tv",45],["drive2.com",46],["drive2.ru",46],["vkfaces.com",47],["planet-today.ru",48],["vsplanet.net",49],["efxi.ru",50],["old.myshows.me",51],["1news.com.ua",52],["seasonvar.one",53],["ekabu.ru",55],["ua-football.com",56],["cq.ru",57],["comss.ru",58],["fishki.net",59],["zhzh.com.ua",61],["zhzh.info",61],["syl.ru",62],["glavnayatema.com",63],["amic.ru",64],["tsn24.ru",65],["sovetromantica.com",66],["vomske.ru",68],["howdyho.net",69],["howdyho.pro",69],["racurs.ua",70],["vedomosti-ua.com",71],["forum.materinstvo.ru",72],["stalker-mods.clan.su",73],["stalker-mods.su",73],["procherk.info",75],["world-knigi.ru",76],["dorognoe.ru",77],["infosmi.net",78],["argumentiru.com",79],["kafanews.com",80],["nikcenter.org",81],["gamemag.ru",82],["24smi.org",83],["selezen.club",84],["selezen.net",84],["selezen.org",84],["bilshe.com",85],["anime-joy.ru",86],["animejoy.ru",86],["animejoy.site",86],["iphones.ru",87],["kovi.ru",88],["433175.ru",89],["molbuk.ua",90],["calorizator.ru",91],["orsk.ru",92],["chis-chernomorsk.com.ua",93],["f1analytic.com",94],["f1ua.org.ua",94],["cofp.ru",95],["sho.org.ua",96],["24.cv.ua",97],["tele.ru",98],["sobesednik.ru",99],["aramil.city",100],["koolinar.ru",101],["e-news.pro",102],["e-news.su",102],["compromat.group",103],["vokrug.tv",104],["fukushima-news.ru",105],["do4a.net",106],["4mama.ua",107],["mediaryazan.ru",110],["siver.com.ua",111],["football-ukraine.com",112],["kerch.fm",113],["kommersant.ru",114],["sport.tut.by",115],["infox.ru",116],["provladimir.ru",118],["igromania.ru",119],["ascnb1.ru",120],["yaizakon.com.ua",121],["auto62rus.ru",122],["te.ua",123],["gorod24.online",124],["unian.net",125],["unian.ua",125],["trueua.info",126],["gubkinskiy.com",127],["allboxing.ru",128],["sport-kr.com.ua",130],["interface31.ru",131],["pkzsk.info",132],["stravy.net",133],["fainaidea.com",135],["profootball.ua",137],["bitva-ex.ru",139],["photolessons.org",140],["progolovne.ck.ua",141],["rg-adguard.net",142],["news.center4.me",143],["obzor-new.ru",144],["softfl.ru",144],["forum.taxiservice.com.ua",145],["buhgalter911.com",146],["ovgorskiy.ru",150],["kino-archive.ru",151],["pravdanews.info",152],["ruspravda.info",152],["igrigo.net",153],["rintor.info",154],["rintor.net",154],["allpravda.info",155],["geo-politica.info",155],["globalwarnews.ru",155],["inosmi.info",155],["news24today.info",155],["polit-mir.ru",155],["pravdoryb.info",155],["putin24.info",155],["vnn24.ru",155],["life.ru",156],["kinokordon.net",157],["newsomsk.ru",158],["programmersforum.ru",159],["24boxing.com.ua",160],["kavkaz-uzel.eu",161],["superhumor.ru",162],["voffka.com",162],["cikavosti.com",163],["zanmsk.ru",164],["pogoda.ru",165],["redfm.ru",166],["android-club.ws",167],["versii.if.ua",168],["selomoe.ru",169],["proufu.ru",170],["smi2.ru",171],["tass.ru",172],["kanobu.ru",173],["aliexpress.ru",174],["mirnov.ru",175],["joker.ykt.ru",176],["zhenskoe-mnenie.ru",177],["onliner.by",178],["yap.ru",179],["yaplakal.com",179],["arbatmedia.kz",180],["day.kyiv.ua",180],["dokumental.ru",181],["radiorecord.fm",181],["ria-m.tv",181],["apostrophe.ua",182],["hvylya.net",183],["novorosinform.org",182],["sharknews.ru",182],["tehnowar.ru",182],["tochka.net",186],["topdaynews.ru",182],["wworld.com.ua",182],["fit4power.ru",189],["ytronews.ru",190],["bibe.ru",191],["primpogoda.ru",192],["nsn.fm",193],["popcake.tv",194],["mignews.com",195],["dachnye-sovety.ru",196],["argumenti.ru",197],["drivenn.ru",198],["nashamama.com",199],["benzin-price.ru",200],["thg.ru",201],["gsett.ru",202],["sm.news",203],["prsport.net",204],["sovsport.ru",205],["vmgu.ru",206],["2gis.by",207],["2gis.kz",207],["2gis.ru",207],["myshared.ru",208],["headinsider.net",209],["remontka.pro",210],["seo-master.org",211],["seosprint.net",211],["vip-prom.net",211],["nowa.cc",212],["softlab-portable.net",213],["dusterclubs.ru",214],["bt.kubyshka.org",215],["vlab.su",216],["nwcod.com",217],["trupornolabs.org",218],["stalker-2-2012.ucoz.net",220],["bwtorrents.ru",221],["grinkod.spb.ru",222],["mirknig.su",223],["mymirknig.ru",223],["ok.ru",224],["forums.overclockers.ru",225],["avtorambler.com",226],["rambler.ru",227],["utro.ru",230],["cnews.ru",231],["sports.ru",232],["ya.ru",233],["yandex.ru",238],["yandex.*",245],["vgtimes.ru",248],["2es.work",249],["adventuretime.ru",249],["ani.wtf",249],["cdnpotok.com",249],["cdntelesee.com",249],["cdntvpotok.com",249],["chepok.xyz",249],["domatv.net",249],["hdone.net",249],["hdru.net",250],["hindcine.tv",249],["kipolino.site",249],["klplayer.website",249],["liveball.my",249],["liveball.uno",249],["liveball.*",249],["liveball7.gq",249],["liveball8.ml",249],["luxurytv.online",249],["oneliketv.com",249],["phys-kids.com",249],["pokaz.me",249],["rxtv.github.io",249],["strah.video",249],["t1pochek.site",249],["tip0chek.site",249],["tipochek.xyz",249],["volley.ru",249],["worldvideo.site",249],["sntch.com",252],["informator.ua",253],["aif.ru",254],["ain.ua",257],["bit.ua",260],["budport.com.ua",263],["ko.com.ua",266],["kv.by",269],["livejournal.com",272],["mc.today",275],["oper.ru",278],["pay-day.ru",281],["sc2tv.ru",283],["userstyles.org",286],["zakarpatpost.net",286],["game-pool.ru",288],["2pay-day.ru",290],["4video.adult",290],["baskino.film",291],["dnepr.info",291],["dugtor.ru",292],["filmitorrent.net",294],["filmitorrent.site",294],["jetsetter.ua",291],["kinoafisha.ua",291],["kinobar.vip",291],["kinoukr.com",291],["konohatv.life",291],["ladys.media",291],["moskva.fm",291],["nnm-club.me",296],["nnmclub.ro",296],["nnmclub.to",296],["roem.ru",291],["rusfootball.info",291],["utorr.cc",294],["vc.ru",299],["virusinfo.info",302],["xxxadulttorrent.org",291],["you-anime.ru",291],["yummyanime.tv",291],["zombie-film.live",291],["hdkinozzoro.ru",304],["radioromantika.ru",306],["101.ru",307],["1080kino.net",308],["1informer.com",309],["itech.co.ua",309],["moika78.ru",309],["root-nation.com",310],["1plus1.international",312],["2plus2.ua",313],["bigudi.tv",313],["plus-plus.tv",313],["livesport.ws",315],["nv.ua",316],["star-wars-film.ru",315],["1plus1.video",319],["www.1tv.ru",320],["2ip.io",321],["2ip.ru",321],["w98008mo.beget.tech",321],["batenka.ru",321],["cursorinfo.co.il",321],["delfi.ee",321],["draug.ru",322],["modsforwot.ru",322],["edenland.com.ua",321],["eplus.by",321],["factor.ua",325],["fex.net",321],["investing.com",321],["moscowtimes.eu",321],["moscowtimes.ru",321],["newsyou.info",328],["ogorodniki.com",321],["podrobno.uz",330],["rusprofile.ru",321],["26-2.ru",332],["arbitr-praktika.ru",332],["budgetnik.ru",332],["buhsoft.ru",332],["business.ru",332],["cxychet.ru",332],["dirsalona.ru",332],["fd.ru",332],["gazeta-unp.ru",332],["gd.ru",332],["glavbukh.ru",332],["hr-director.ru",332],["kdelo.ru",332],["kom-dir.ru",332],["law.ru",332],["menobr.ru",332],["pro-goszakaz.ru",332],["pro-personal.ru",332],["resobr.ru",332],["rnk.ru",332],["sekretariat.ru",332],["stroychet.ru",332],["trudohrana.ru",332],["ugpr.ru",332],["zarplata-online.ru",332],["zdrav.ru",332],["3dnews.ru",334],["4pda.to",335],["4studio.com.ua",336],["78.ru",337],["7days.ru",338],["innal.top",339],["zannn.top",342],["noddb.ru",344],["buh24.com.ua",344],["ppt.ru",344],["dentalmagazine.ru",344],["houzz.ru",345],["senior.ua",347],["sherdog.com",349],["softportal.com",351],["texterra.ru",344],["aces.gg",353],["adme.media",354],["ag.ru",355],["agronom.com.ua",356],["tt-cup.com",356],["dyvys.info",359],["gecid.com",362],["valetudo.ru",364],["anime-bit.pro",366],["anime-bit.su",366],["agroreview.com",367],["agroxxi.ru",368],["ai-next.ru",369],["alexfilm.org",370],["alexua.tv",371],["allapteki.ru",372],["cont.ws",372],["kraj.by",372],["kurs.com.ua",373],["profile.ru",372],["allbasketball.org",375],["gstv.ru",377],["alllyr.ru",378],["androidinsider.ru",379],["anekdot.ru",380],["anidub.vip",381],["anidubonline.com",381],["anilib.me",382],["animelib.org",382],["hentailib.me",382],["hentailib.org",382],["slashlib.me",382],["yaoilib.net",382],["anime-naruto.ru",383],["blich.ru",383],["borutoplanet.ru",383],["bungou-stray-dogs.ru",383],["doktor-stoun.ru",383],["haikyu.ru",383],["hunter-x-hunter.ru",383],["klinok-rassekayuschiy-demonov.ru",383],["magicheskaya-bitva.ru",383],["my-hero-academia.ru",383],["one-pieces.ru",383],["reinkarnatsiya-bezrabotnogo.ru",383],["tokiyskie-mstiteli.ru",383],["anime777.ru",384],["animedia.pro",385],["tt.animedia.tv",387],["animedub.ru",388],["animegid.online",389],["animego.online",390],["animejapan.tv",391],["crazyatomicgames.com",391],["xxx-igra.com",391],["yaldagames.com",391],["animemobi.ru",392],["euro-football.ru",392],["onlinestreams.ru",392],["animemovie.ru",393],["animespirit.tv",394],["fullfilmhd.space",394],["igry-online.net",394],["amedias.ru",395],["anibests.ru",395],["anijutsu.ru",395],["animegofans.ru",395],["animesenpai.ru",395],["anistars.ru",395],["jutsubest.ru",395],["kinogo-net.la",395],["softbox.life",395],["animevost.one",396],["animevost.org",396],["animevost.top",396],["vost.pw",396],["anistar.org",397],["astar.bz",397],["online-star.org",397],["online-stars.org",397],["anitokyo.tv",398],["anti-malware.ru",399],["apnews.com.ua",400],["app-time.ru",401],["app2top.ru",402],["artfile.ru",403],["asn.in.ua",404],["loads.ati.su",405],["tm.ati.su",405],["trucks.ati.su",405],["audioportal.su",406],["autosport.com.ru",407],["av.by",408],["www.aviasales.by",409],["www.aviasales.kg",409],["www.aviasales.md",409],["www.aviasales.ru",409],["www.aviasales.ua",409],["www.aviasales.uz",409],["avito.ru",410],["abw.by",411],["baby.ru",412],["baibako.tv",413],["banki.ru",414],["bestpersons.ru",415],["1bigboss.com",416],["bigboss.video",416],["www.bigmir.net",417],["bin.ua",418],["gidonline.fun",419],["greenpost.ua",419],["kinoboom.su",419],["kinogo-720.net",419],["sportboom.info",419],["urologypro.ru",419],["blisch.by",420],["old.sport-tv.by",420],["mail.ukr.net",421],["blitz.if.ua",423],["blogs.pravda.com.ua",424],["bombardir.ru",425],["bosch-home.ru",426],["botanichka.ru",427],["prikol.ru",429],["brestcity.com",431],["bryansknovosti.ru",432],["novozybkov.su",432],["btu.org.ua",433],["bugaga.ru",434],["buhgalter.com.ua",435],["buhonline.ru",438],["burninghut.ru",439],["businessua.com",440],["bvedomosti.ru",441],["car.ru",442],["carambatv.ru",443],["cars.ru",444],["casstudio.tv",445],["censor.net",446],["cf.ua",448],["champion.com.ua",449],["championat.com",450],["championat.ru",450],["cherkassy-sport.com",451],["chita.ru",452],["cinema-hd.ru",454],["doramatv.su",454],["filmshd.vip",454],["goodfilms.su",454],["hdrezka.it",454],["kinoxa.cc",454],["lordfilm.lu",454],["lordserial.fun",454],["lordserial.run",454],["lordserial.top",454],["newseries.me",454],["yummyanime.best",454],["click-or-die.ru",455],["com-x.life",456],["comments.ua",457],["conversion.im",458],["coop-land.ru",459],["coub.com",460],["cpa.rip",461],["creativportal.ru",462],["ctv7.ru",463],["cyberforum.ru",464],["cybersport.ru",465],["delovoymir.biz",466],["dev.ua",467],["doefiratv.info",468],["stalkerportaal.ru",469],["top-mods.ru",469],["club.dns-shop.ru",470],["domovita.by",471],["doramalive.news",472],["doramax.org",473],["doramy.su",474],["fclmnews.ru",474],["xsport.ua",474],["dostfilms.info",475],["dostfilms.site",475],["wowskill.ru",475],["dota2.ru",476],["drahelas.ru",477],["driveroff.net",478],["forums.drom.ru",479],["dtf.ru",480],["dynamo.kiev.ua",481],["ringside24.com",484],["www.okino.ua",486],["autoua.net",487],["economistua.com",490],["hs-manacost.ru",492],["seasonvar.ru",494],["uniondht.org",495],["espreso.tv",497],["eurointegration.com.ua",498],["eva.ru",499],["ex-fs.net",500],["expertcen.ru",501],["fastpic.org",502],["fbsearch.ru",503],["filebase.ws",504],["filmhd1080.me",505],["filmishki.net",506],["filmix.date",507],["filmix.life",507],["filmix.my",507],["filmix.pub",507],["filmix.tech",507],["filmix.zone",507],["nevasport.ru",509],["ru-drivemusic.net",509],["filmix.day",510],["filmozavr.com",511],["filmozavr.net",511],["films-online.club",512],["flashscore.com.ua",513],["flashscore.ru.com",513],["flashscore.ua",513],["flashscorekz.com",513],["livescore.in",513],["soccerstand.com",513],["forum.flprog.ru",514],["footballhd.ru",515],["footballhub.com.ua",516],["forbes.ru",517],["fototips.ru",518],["freehat.cc",519],["freeopenvpn.org",520],["freetp.org",521],["freetp.ru",521],["fssprus.ru",522],["galka.if.ua",523],["gasolina-online.com",523],["proxima.net.ua",523],["game2day.ru",524],["gamebomb.ru",525],["gamegpu.com",526],["overclockers.ua",526],["gameguru.ru",527],["riotpixels.com",529],["smartmama.com.ua",531],["gamer-info.com",533],["gastronom.ru",534],["gazeta.ua",535],["gdetraffic.com",537],["gismeteo.ru",538],["glavpost.ua",539],["glavred.info",540],["glavred.net",540],["goclips.tv",541],["www.goha.ru",542],["gol.ru",543],["goodfon.ru",544],["goodgame.ru",545],["gotennis.ru",546],["kaluga-poisk.ru",547],["yasniy-city.ru",547],["yola-poisk.ru",547],["gorod.dp.ua",548],["intermedia.ru",551],["sefon.cc",551],["gotps3.ru",552],["govoritmoskva.ru",553],["great-tv.ru",554],["vserialy.com",554],["vserialy.fun",554],["allhen.online",555],["mintmanga.one",555],["hentai-share.one",556],["growhow.in.ua",558],["asienda.ru",560],["diets.ru",562],["mycharm.ru",560],["myjane.ru",560],["povarenok.ru",564],["relook.ru",566],["stranamam.ru",568],["peterburg2.ru",570],["ts.kg",572],["gta-gaming.ru",574],["gtavicecity.ru",575],["gta.com.ua",576],["h-chan.me",577],["hardwareluxx.ru",578],["hdkinomir.cc",579],["ac",580],["ag",580],["biz",580],["buzz",580],["by",580],["city",580],["club",580],["co",580],["com",580],["fi",580],["in",580],["ink",580],["kim",580],["loan",580],["me",580],["name",580],["net",580],["org",580],["pub",580],["rest",580],["run",580],["sh",580],["si",580],["so",580],["space",580],["su",580],["today",580],["tv",580],["vip",580],["website",580],["win",580],["hellomagazine.com",581],["hentaiz.org",582],["hi-fi.ru",583],["ampercar.com",585],["hi-news.ru",585],["itechua.com",585],["kino-teatr.ua",586],["mmr.net.ua",585],["uamotors.com.ua",585],["modernrock.ru",585],["hi-tech.ua",588],["holod.media",589],["russorosso.ru",590],["horrorzone.ru",591],["darkermagazine.ru",592],["obozrevatel.com",592],["i.ua",593],["ictv.ua",595],["grazia.ru",596],["mentoday.ru",596],["techinsider.ru",596],["thevoicemag.ru",596],["infocar.ua",597],["infoua.biz",598],["infourok.ru",599],["inoprosport.ru",600],["instagram.com",601],["isport.ua",602],["it-actual.ru",604],["itc.ua",605],["itnews.com.ua",606],["ivanovonews.ru",607],["www.ivi.ru",608],["forum.ixbt.com",609],["www.ixbt.com",610],["ixbt.market",612],["jut-su.net",613],["kg-portal.ru",614],["sovet.kidstaff.com.ua",615],["kino.video",616],["tasix.me",616],["kinoakter.net",617],["kinokong.sk",618],["kinokrad.net",618],["kinokrad.my",619],["kinokladovka.com",620],["kinomania.ru",621],["kinometro.ru",622],["kinoprofi.vip",623],["kinorium.com",624],["kinoshack.net",625],["tree.tv",625],["kinoteatr.ru",626],["www.kinopoisk.ru",627],["kinovibe.co",628],["kirovnet.ru",629],["kirov.online",630],["klops.ru",631],["korabel.ru",632],["kp.ru",633],["kp.kg",635],["kp.kz",635],["kp.md",635],["hlamer.ru",637],["ru",638],["kriminal.net.ua",641],["news.dn.ua",641],["kredos.com.ua",642],["smartphone.ua",642],["l2top.ru",643],["lafa.site",644],["latifundimag.com",645],["leingpt.ru",646],["lenta.ru",647],["libertycity.net",649],["libertycity.ru",649],["lifehacker.ru",650],["lifetambov.ru",651],["livecars.ru",652],["livesport.ru",652],["liveinternet.ru",653],["www.liveinternet.ru",654],["www.livejournal.com",655],["lena-miro.ru",656],["levik.blog",656],["olegmakarenko.ru",656],["periskop.su",656],["shakko.ru",656],["shiro-kino.ru",656],["vadimrazumov.ru",656],["liveresult.ru",657],["lostfilm.info",658],["lostfilm.download",659],["lostfilm.life",659],["lostfilm.one",659],["lostfilm.pro",659],["lostfilm.space",661],["lostfilm.today",659],["lostfilm.tv",659],["lostfilm.tw",659],["lostfilm.uno",659],["lostfilm.win",659],["lostfilmtv.site",659],["lostfilmtv.uno",659],["lostfilmtv2.site",659],["lostfilmtv3.site",659],["lostfilmtv5.site",659],["lrepacks.net",662],["lurkmore.wtf",663],["m24.ru",664],["mediasat.info",665],["mega.io",666],["mega.nz",666],["megogo.net",667],["mel.fm",668],["meta.ua",669],["mintmanga.live",670],["selfmanga.live",670],["www.mirf.ru",671],["gamma.mirtesen.ru",672],["mivmeste.info",673],["mmo13.ru",674],["mobile-review.com",675],["mobiltelefon.ru",676],["motorpage.ru",677],["movieshok.ru",678],["my-hit.org",679],["myseason.club",680],["namba.kz",681],["namba.kg",682],["naruto-base.su",683],["nashaplaneta.net",684],["newkaliningrad.ru",685],["newsland.com",686],["news-sport.info",687],["nezavisim.tv",688],["nn.by",689],["noob-club.ru",690],["nrj.ua",691],["ofxme.co",692],["ogorod.ru",693],["ohotniki.ru",694],["online-fix.me",695],["onlinemultfilmy.ru",696],["pogoda.onliner.by",697],["tech.onliner.by",697],["open3dmodel.com",698],["buzulukday.ru",699],["nsday.ru",699],["orenday.ru",699],["perevolockday.ru",699],["saltday.ru",699],["sorochinskday.ru",699],["otzovik.com",700],["overclockers.ru",701],["partnerkin.com",702],["patrioty.org.ua",703],["pb.wtf",704],["pirat.one",704],["piratbit.fun",704],["piratbit.org",704],["piratbit.top",704],["penzainform.ru",705],["freescreens.ru",706],["imgbase.ru",706],["imgcach.ru",706],["imgclick.ru",706],["payforpic.ru",706],["picclick.ru",706],["picclock.ru",706],["picforall.ru",706],["pikabu.ru",707],["pimpletv.ru",708],["playground.ru",709],["playua.net",710],["playvillage.ru",711],["pluggedin.ru",712],["pochta.ru",713],["politobzor.net",714],["dumka.poltava.ua",715],["pornolab.biz",716],["pornolab.cc",716],["pornolab.lib",716],["pornolab.net",716],["portaltele.com.ua",717],["portalvirtualreality.ru",718],["porus.ru",719],["ruporus.cc",719],["ruporus.com",719],["ruporus.net",719],["ruporus.top",719],["ruporus.tv",719],["ruporus.xyz",719],["postimees.ee",720],["promodj.com",721],["prophotos.ru",722],["pvpru.com",723],["radioclub.ua",724],["www.rambler.ru",725],["mail.rambler.ru",726],["horoscopes.rambler.ru",727],["tv.rambler.ru",729],["weather.rambler.ru",729],["nova.rambler.ru",730],["rayon.in.ua",731],["rbkgames.com",732],["redheadsound.studio",733],["regnum.news",734],["regnum.ru",734],["mag.relax.by",735],["repack.me",736],["reshebnik.com",737],["retail.ru",738],["context.reverso.net",739],["rezka.biz",740],["rezkahd.life",741],["rg.ru",742],["ria.ru",743],["riperam.org",744],["ritsatv.ru",745],["rp5.am",746],["rp5.by",746],["rp5.co.nz",746],["rp5.kz",746],["rp5.md",746],["rp5.ru",746],["rserials.net",747],["forum.ru-board.com",748],["rusnext.ru",749],["apad2.top",750],["game4you.top",750],["naylo.top",750],["rustorka.com",750],["rustorka.net",750],["rustorka.top",750],["rustorkacom.lib",750],["s13.ru",751],["sdamgia.ru",752],["www.e1.ru",755],["116.ru",756],["14.ru",756],["161.ru",756],["164.ru",756],["173.ru",756],["178.ru",756],["26.ru",756],["29.ru",756],["35.ru",756],["43.ru",756],["45.ru",756],["48.ru",756],["51.ru",756],["53.ru",756],["56.ru",756],["59.ru",756],["60.ru",756],["63.ru",756],["68.ru",756],["71.ru",756],["72.ru",756],["74.ru",756],["76.ru",756],["86.ru",756],["89.ru",756],["93.ru",756],["e1.ru",756],["ircity.ru",756],["izh1.ru",756],["mgorsk.ru",756],["msk1.ru",756],["ngs.ru",756],["ngs22.ru",756],["ngs24.ru",756],["ngs42.ru",756],["ngs55.ru",756],["ngs70.ru",756],["nn.ru",756],["sochi1.ru",756],["sterlitamak1.ru",756],["tolyatty.ru",756],["ufa1.ru",756],["v1.ru",756],["vladivostok1.ru",756],["voronezh1.ru",756],["ya62.ru",756],["season-var.net",757],["seolik.ru",758],["shaiba.kz",759],["shazoo.ru",760],["shedevrum.ai",761],["simhost.org",762],["slushat-tekst-pesni.ru",763],["snob.ru",764],["sobaka.ru",765],["soccer.ru",766],["soccer365.com.ua",767],["soccer365.ru",767],["softbox.tv",768],["sport-express.ua",769],["ukrfootball.ua",769],["sport-interfax.ru",770],["sport-tv.by",771],["sport.ua",772],["sportarena.com",773],["sportkp.ru",774],["sportsdaily.ru",775],["spot.uz",776],["stadion.uz",777],["stratege.ru",778],["study.ru",779],["surl.li",780],["tapochek.net",781],["doba.te.ua",782],["tehnot.com",783],["teleport2001.ru",784],["teleprogramma.org",785],["the-geek.ru",786],["the-village-kz.com",787],["the-village.me",787],["the-village.ru",787],["village.com.ua",787],["thebell.io",788],["torent-igruha.com",789],["torrentinka.me",790],["tort.fm",791],["tourpom.ru",792],["tproger.ru",793],["translit.ru",794],["trashbox.ru",795],["kino.tricolor.tv",796],["tv-kanali.online",797],["ua-cinema.com",798],["ua.news",799],["uakino.best",800],["uakino.com",801],["ukr.bio",802],["www.ukr.net",803],["ukrainianwall.com",804],["ura.news",805],["uteka.ua",806],["www.vesti.ru",807],["vgae.ru",808],["videomore.ru",809],["videoredaktor.ru",810],["media",811],["russian.rt.com",811],["cdn.viqeo.tv",812],["virtualbrest.ru",813],["vkvideo.ru",814],["vm.ru",815],["volnorez.com.ua",816],["volynpost.com",817],["vrtp.ru",818],["vse-pro-sport.com.ua",819],["vseprosport.by",819],["vseprosport.kz",819],["vseprosport.ru",819],["vsviti.com.ua",820],["vtb-league.com",821],["vtimes.io",822],["vuzopedia.ru",823],["warfiles.ru",824],["webfile.ru",825],["weukraine.tv",826],["winzoro.net",827],["wotspeak.ru",828],["wtftime.ru",829],["www.xcom-shop.ru",830],["dzen.ru",831],["sportsdzen.ru",835],["yandex.by",836],["yandex.kz",836],["yandex.uz",836],["mail.yandex.by",840],["mail.yandex.com",840],["mail.yandex.kz",840],["mail.yandex.ru",840],["mail.yandex.uz",840],["rasp.yandex.by",841],["rasp.yandex.kz",841],["rasp.yandex.ru",841],["rasp.yandex.uz",841],["yk.kz",842],["zagonka.net",843],["zagonka.tv",843],["zagonko.org",843],["zagonkop.gb.net",843],["zagonkov.gb.net",843],["zogonka.org",843],["zaycev.online",844],["zerno-ua.com",845],["znak.com",846],["zr.ru",847],["gagadget.com",848],["gazeta.ru",849],["rbc.ru",851],["rbcrealty.ru",854],["sportrbc.ru",855],["zoom.cnews.ru",857],["www.cnews.ru",858],["e.mail.ru",859],["octavius.mail.ru",861],["news.mail.ru",862],["minigames.mail.ru",863],["hi-tech.mail.ru",864],["mail.ru",865],["sportmail.ru",867],["finance.mail.ru",869],["vfokuse.mail.ru",869],["cloud.mail.ru",870],["my.mail.ru",871],["freesoft.ru",872],["inoreader.com",873],["pronpic.org",874],["kolizhanka.com.ua",875],["miyzvuk.net",875],["ozon.ru",876],["reshu.by",878],["footboom.com",880],["footboom.kz",880],["lostfilmtv1.site",881],["lostfilmtv4.site",881],["reshuent.kz",882],["meduza.io",883],["rutube.ru",884],["volyn.com.ua",885],["my-expert.ru",886],["pornhub.*",887],["rudub.*",888],["tochka.by",889],["kino-teatr.ru",890],["kinoafisha.info",890],["kinonews.ru",890],["light.mail.ru",891],["bigmir.net",892],["dengi.ua",892],["ditey.com",892],["facenews.ua",892],["pogodaua.com",892],["vsetv.com",892],["avtovod.com.ua",894],["beauty.ua",895],["enovosty.com",894],["epravda.com.ua",894],["forumodua.com",895],["inforesist.org",894],["internetua.com",895],["ivona.ua",894],["kolobok.ua",894],["kriminal.tv",894],["liga.net",894],["mama.ua",894],["meteo.ua",894],["meteofor.com.ua",894],["mport.ua",894],["nnovosti.info",894],["okino.ua",895],["orakul.com",895],["panno4ka.net",894],["pravda.com.ua",895],["real-vin.com",894],["toneto.net",895],["tv.ua",894],["tvoymalysh.com.ua",895],["u-news.com.ua",894],["ukr.net",894],["viva.ua",894],["zp.ua",894],["sinoptik.ua",897],["scrolller.com",898]]);
|
|
33
33
|
const hasEntities = true;
|
|
34
34
|
|
|
35
35
|
self.proceduralImports = self.proceduralImports || [];
|