@browserless.io/browserless 2.37.1 → 2.38.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 -1
- package/extensions/ublocklite/_locales/ar/messages.json +5 -5
- package/extensions/ublocklite/_locales/de/messages.json +1 -1
- package/extensions/ublocklite/_locales/fa/messages.json +8 -8
- package/extensions/ublocklite/_locales/hu/messages.json +5 -5
- package/extensions/ublocklite/_locales/nb/messages.json +7 -7
- package/extensions/ublocklite/_locales/pt_PT/messages.json +9 -9
- package/extensions/ublocklite/_locales/ro/messages.json +32 -32
- package/extensions/ublocklite/_locales/sq/messages.json +4 -4
- package/extensions/ublocklite/js/background.js +19 -2
- package/extensions/ublocklite/js/mode-manager.js +7 -9
- package/extensions/ublocklite/js/scripting/css-api.js +33 -0
- package/extensions/ublocklite/js/scripting/css-generic.js +3 -13
- package/extensions/ublocklite/js/scripting/css-procedural-api.js +1 -9
- package/extensions/ublocklite/js/scripting/css-procedural.js +1 -5
- package/extensions/ublocklite/js/scripting/css-specific.js +1 -5
- package/extensions/ublocklite/js/scripting-manager.js +11 -8
- package/extensions/ublocklite/js/troubleshooting.js +3 -0
- package/extensions/ublocklite/js/utils.js +15 -13
- package/extensions/ublocklite/manifest.json +2 -1
- package/extensions/ublocklite/rulesets/generic-details.json +4 -2
- package/extensions/ublocklite/rulesets/main/adguard-mobile.json +4 -5
- package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +12 -7
- package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +21 -17
- package/extensions/ublocklite/rulesets/main/annoyances-notifications.json +2 -1
- package/extensions/ublocklite/rulesets/main/annoyances-others.json +3 -2
- package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +4 -3
- package/extensions/ublocklite/rulesets/main/chn-0.json +23 -15
- package/extensions/ublocklite/rulesets/main/deu-0.json +4 -4
- package/extensions/ublocklite/rulesets/main/dpollock-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/easylist.json +37 -91
- package/extensions/ublocklite/rulesets/main/easyprivacy.json +22 -8
- package/extensions/ublocklite/rulesets/main/est-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/fra-0.json +6 -4
- package/extensions/ublocklite/rulesets/main/hrv-0.json +6 -3
- package/extensions/ublocklite/rulesets/main/hun-0.json +5 -2
- package/extensions/ublocklite/rulesets/main/idn-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/ind-0.json +36 -34
- package/extensions/ublocklite/rulesets/main/isr-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/ita-0.json +4 -3
- package/extensions/ublocklite/rulesets/main/jpn-1.json +25 -16
- package/extensions/ublocklite/rulesets/main/kor-1.json +5 -3
- package/extensions/ublocklite/rulesets/main/mkd-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/nld-0.json +3 -1
- package/extensions/ublocklite/rulesets/main/nor-0.json +15 -1
- package/extensions/ublocklite/rulesets/main/pgl.json +16 -20
- package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/rus-0.json +14 -13
- package/extensions/ublocklite/rulesets/main/rus-1.json +4 -2
- package/extensions/ublocklite/rulesets/main/spa-1.json +8 -3
- package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +11287 -12041
- package/extensions/ublocklite/rulesets/main/swe-1.json +21 -19
- package/extensions/ublocklite/rulesets/main/tur-0.json +13 -4
- package/extensions/ublocklite/rulesets/main/ublock-badware.json +28 -3
- package/extensions/ublocklite/rulesets/main/ublock-filters.json +73 -70
- package/extensions/ublocklite/rulesets/main/ukr-0.json +2 -2
- package/extensions/ublocklite/rulesets/main/urlhaus-full.json +3496 -291
- package/extensions/ublocklite/rulesets/main/vie-1.json +52 -47
- package/extensions/ublocklite/rulesets/regex/block-lan.json +16 -0
- package/extensions/ublocklite/rulesets/regex/chn-0.json +3 -2
- package/extensions/ublocklite/rulesets/regex/jpn-1.json +2 -3
- package/extensions/ublocklite/rulesets/regex/rus-0.json +2 -1
- package/extensions/ublocklite/rulesets/regex/ublock-badware.json +5 -4
- package/extensions/ublocklite/rulesets/regex/ublock-filters.json +22 -15
- package/extensions/ublocklite/rulesets/ruleset-details.json +219 -219
- package/extensions/ublocklite/rulesets/scripting/generic/adguard-mobile.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/alb-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-others.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-overlays.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-widgets.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/bgr-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/cze-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/deu-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/easyprivacy.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/est-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/fin-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/fra-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/grc-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/hrv-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/hun-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/idn-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/ind-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/irn-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/isr-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/ita-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/kor-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/ltu-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/lva-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/mkd-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/nld-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/nor-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/pol-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/rou-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/rus-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/rus-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/spa-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/spa-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/svn-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/tha-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/tur-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/ublock-badware.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/ubol-tests.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/ukr-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generichigh/chn-0.css +3 -5
- package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +4 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +4 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/fra-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/isr-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/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/ublock-experimental.js +42 -0
- package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
- 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.set-session-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +5 -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-notifications.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-on-stack-trace.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-class.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-node-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-click-element.js +3 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-argument.js +14 -7
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{vie-1.addEventListener-defuser.js → chn-0.set-cookie.js} +133 -193
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.href-sanitizer.js +4 -22
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.adjust-setInterval.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.href-sanitizer.js +6 -24
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-xhr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-node-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{nld-0.json-prune-fetch-response.js → kor-1.set-local-storage-item.js} +86 -275
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-write.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +6 -24
- 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-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-local-storage-item.js +399 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.href-sanitizer.js +4 -22
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.remove-node-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +4 -22
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +14 -7
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-write.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.href-sanitizer.js +5 -23
- 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 +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +1 -1
- 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 +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-click-element.js +3 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-create-html.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +16 -9
- 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-set-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/est-0.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/grc-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/hrv-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/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 +2 -2
- 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/spa-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-badware.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scriptlet-details.json +154 -124
- package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +13 -28
- package/extensions/ublocklite/rulesets/strictblock/annoyances-cookies.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/annoyances-widgets.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/chn-0.json +200 -246
- package/extensions/ublocklite/rulesets/strictblock/deu-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +2 -1
- package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +30 -2
- package/extensions/ublocklite/rulesets/strictblock/fra-0.json +102 -41
- package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +187 -179
- package/extensions/ublocklite/rulesets/strictblock/pgl.json +16 -20
- package/extensions/ublocklite/rulesets/strictblock/pol-0.json +3 -1
- package/extensions/ublocklite/rulesets/strictblock/spa-1.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +11287 -12041
- package/extensions/ublocklite/rulesets/strictblock/swe-1.json +0 -1
- package/extensions/ublocklite/rulesets/strictblock/tur-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +671 -655
- package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +3496 -291
- package/extensions/ublocklite/rulesets/strictblock/vie-1.json +5 -1
- package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +59 -1
- package/extensions/ublocklite/ublock.zip +0 -0
- package/package.json +17 -17
- package/static/docs/swagger.json +2 -2
- package/static/docs/swagger.min.json +1 -1
- package/static/function/client.js +58 -14
- package/static/function/index.html +58 -14
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +0 -941
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
/******************************************************************************/
|
|
29
29
|
|
|
30
|
-
const argsList = ["[]","[{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(appleiphone|12789486)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(dieselmania|11262350)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(drhp|11196414)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(inmacbook|12175294)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(perfumelove|10001688)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(true8|18736796)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(anycallusershow|13764661)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(ghdi58|14062859)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(jpnstory|10110775)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(steamindiegame|27842958)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".location_bar\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"전체공지\"]]}],[\"spath\",\" ~ .location_fix li.board_box\"],[\"has\",{\"selector\":\"a[href].txt_area span.nick\",\"tasks\":[[\"has-text\",\"삼성스마트폰카페운영\"]]}],[\"matches-path\",\"/ca-fe\\\\\\\\/(web\\\\\\\\/cafes\\\\\\\\/|)(anycallusershow|13764661)($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".location_bar\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"전체공지\"]]}],[\"spath\",\" ~ .location_fix li.board_box\"],[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"a[href].txt_area span.nick\",\"tasks\":[[\"has-text\",\"/중고나라스태프|중나중나지기/\"]]}]]}],[\"matches-path\",\"/ca-fe\\\\\\\\/(web\\\\\\\\/cafes\\\\\\\\/|)(joonggonara|joonggonara\\\\\\\\.cafe|10050146)($|\\\\\\\\/|\\\\\\\\?)/\"]]}]","[{\"selector\":\"#cafe-data > #cafe-intro\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=28173877($|&)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"AD\"],[\"matches-path\",\"/joonggonara($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"AD\"],[\"spath\",\" + ul\"],[\"matches-path\",\"/joonggonara($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"우리카페 협력업체\"],[\"matches-path\",\"/fx8300($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"우리카페 협력업체\"],[\"spath\",\" + ul\"],[\"matches-path\",\"/fx8300($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#content-area #upperArticleList tr.board-notice\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"td.p-nick > a\",\"tasks\":[[\"has-text\",\"중고나라스태프\"]]}]]}],[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"td.p-nick > a\",\"tasks\":[[\"has-text\",\"중나중나지기\"]]}]]}],[\"matches-path\",\"(&|\\\\\\\\.|\\\\\\\\?)clubid=10050146($|&)/\"]]},{\"selector\":\"#editorMainContent *\",\"tasks\":[[\"has\",{\"selector\":\"~ div[title][style]:has(a[target=\\\"_blank\\\"][href*=\\\".police.go.kr/\\\"])\"}],[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10050146($|&)/\"]]},{\"selector\":\"#editorMainContent > *:has(a > img)\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14062859(&|$)/\"]]},{\"selector\":\"#editorMainContent > div:nth-child(1)\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14062859(&|$)/\"]]},{\"selector\":\"#editorMainContent a[href*=\\\"//cafe.naver.com/eyejoker7?iframe\\\"][target=\\\"_blank\\\"] ~ *\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=29560217($|&)/\"]]},{\"selector\":\"#editorMainContent div[title][style^=\\\"color\\\"]:not(:has(a[target=\\\"_blank\\\"])) ~ *:has(a[target=\\\"_blank\\\"])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=13764661($|&)/\"]]},{\"selector\":\"#editorMainContent table:not([width$=\\\"%\\\"]) > tbody > tr > td[width][valign]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=12789486(&|$)/\"]]},{\"selector\":\"#editorMainContent tr ~ .ad + tr:not([class])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461($|&)/\"]]},{\"selector\":\"#editorMainContent tr ~ .ad\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461($|&)/\"]]},{\"selector\":\"#editorMainContent tr ~ tr:not([class]):has(+ .ad)\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461($|&)/\"]]},{\"selector\":\"#editorMainContent tr:has(~ tr img[id=\\\"userImg8967591\\\"])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10912875(&|$)/\"]]},{\"selector\":\"#main-area #cafe-intro\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\"#main-area > #cafe-intro\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10110775(&|$)/\"]]},{\"selector\":\"#upperArticleList ._noticeArticle\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\"#upperArticleList ._noticeArticle:has(a[href][class][onclick])\",\"tasks\":[[\"has\",{\"selector\":\".td_name a[onclick][href][class]\",\"tasks\":[[\"has-text\",\"삼성스마트폰카페운영\"]]}],[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=13764661($|&)/\"]]},{\"selector\":\".ArticleFormBanner\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14062859(&|$)/\"]]},{\"selector\":\".article-board .board-notice\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\".article-board tr.type_main\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\".td_name .m-tcol-c\",\"tasks\":[[\"has-text\",\"/(카페지기|매니저)/\"]]}]]}],[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=28173877($|&)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10001688(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10110775(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=11196414(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=11262350(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=12175294(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=12789486(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=13764661(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=18736796(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27842958($|&)/\"]]},{\"selector\":\"table[role=\\\"presentation\\\"] #editorMainContent p[style^=\\\"text-align\\\"]:has(a[href*=\\\".twitch.tv/\\\"] + a[href*=\\\".twitch.tv/\\\"]) ~ p\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27842958($|&)/\"]]},{\"selector\":\"table[role=\\\"presentation\\\"] div[style=\\\"text-align: center;\\\"]:has(a[href$=\\\"/perfumelove/1193249\\\"])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10001688($|&)/\"]]}]","[{\"selector\":\"li\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/-[a-z]+-[a-z]+$/\",\"value\":\"*nad-*\"}]]}]","[{\"selector\":\"#app div[class*=\\\" \\\"] > div[class*=\\\" \\\"]:is(:has(div[id][class]:empty), :has(iframe[id^=\\\"google_ads_iframe_\\\"]))\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-bottom\",\"value\":\"[0-9]{2,}\"}]]},{\"selector\":\"aside > div[class*=\\\" \\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> img[class] ~ div[class]\",\"tasks\":[[\"has-text\",\"광고\"]]}]]}]","[{\"selector\":\".rnb > .rnb_cont\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^0px$\"}],[\"matches-css\",{\"name\":\"padding-top\",\"value\":\"^30px$\"}]]}]","[{\"selector\":\"body.nate .section_cont [disp-attr]\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\"#pnlContainer .con_b > .reply_b\",\"action\":[\"style\",\"margin: 0px auto !important;\"],\"cssable\":true},{\"selector\":\"div[class$=\\\"con_b\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> *\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\".popular-news-widget\",\"tasks\":[[\"has\",{\"selector\":\"> *\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]},{\"selector\":\"div[style].row.no-gutters > .col-6\",\"action\":[\"style\",\"max-width: 75% !important; flex-basis: 75% !important;\"],\"cssable\":true}]","[{\"selector\":\"div.article ~ aside#sidebar\",\"tasks\":[[\"has\",{\"selector\":\".facebook_like\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\".group-deal .list > div\",\"tasks\":[[\"has\",{\"selector\":\"span.ad\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"images\\\\/deal\\\\/ad\\\\.png\"}]]}]]}]","[{\"selector\":\".webplayer-internal-core-shadow > .wpc-pos-abs\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"*.bd.bd_mobile:not(:has(#bd_capture ~ #comment))\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"form[action=\\\"./\\\"]\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^auto$\"}]]}]]},{\"selector\":\".bd.bd_mobile:not(:has(*)):has(~ #spot form[action][method].search)\",\"action\":[\"remove\",\"\"]},{\"selector\":\"body div:is(.bd, .hd) div[style] > *[class*=\\\" \\\"]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"padding\",\"value\":\"5px 10px 20px\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[0-9]{2,3}\"}]]},{\"selector\":\"body[class*=\\\"mac_os\\\"] div[class=\\\"hd\\\"] ~ *[id][class*=\\\" \\\"]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"padding\",\"value\":\"5px 10px 20px\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[0-9]{2,3}\"}]]},{\"selector\":\"header[class=\\\"hd\\\"] ~ .fmad_wrapper ~ *[class]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"padding\",\"value\":\"5px 10px 20px\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[0-9]{2,3}\"}]]}]","[{\"selector\":\"aside#mAside > div[disp-attr]:has(> .content_sponsor) + div[disp-attr]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"body.nate aside#mAside > div[disp-attr]:has(> .wing_nate) + div[disp-attr]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ul[class^=\\\"ad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-content > .content-article:not(:has(+ .content-aside > div[data-tiara-layer][class=\\\"box_side\\\"]))\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".na-col > div[id^=\\\"carousel_\\\"].carousel-fade .carousel-item:has(a[href]:not([href*=\\\"//coolenjoy.net/\\\"])[target=\\\"_self\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#popupBody #nonmember_all .button_login2\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#popupBody #nonmember_all .left1\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#welcomeMainBanner_welcomeMain div[id*=\\\"_containerWrap_\\\"]:has(img[src$=\\\"Banner/ad.jpg\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"#welcomeMainBanner_welcome_tab\",\"action\":[\"style\",\"left: calc(50% - 186px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#mdnw-main-recommend-realCuration-swipeContainer > div[id*=\\\"-ad-\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class*=\\\"Banner\\\"] div[data-swiper-slide-index].swiper-slide:has(a[href^=\\\"/banners/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".banner_control_inner li[data-target=\\\"#75\\\"].banner_group_item\",\"action\":[\"remove\",\"\"]},{\"selector\":\".welcome_banner_inner li.swiper-slide:has(img[src*=\\\"image.kyobobook.co.kr/newimages/adcenter/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".trendpickup__container > .trendtab-cont:has(p.badge--ad)\",\"action\":[\"remove\",\"\"]},{\"selector\":\".trendtabs__list > li[data-adv_yn=\\\"Y\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#content div[class^=\\\"basicList_list_\\\"] div:has(div[class^=\\\"adProduct_item_\\\"]):has(~ div)\",\"action\":[\"style\",\"height: 1px !important; visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".seller_filter_area ~ div[class*=\\\"_list_\\\"] div[class^=\\\"adProduct_item\\\"]\",\"action\":[\"style\",\"visibility: hidden !important; height: 1px !important; padding: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#board_read .board_main_top .member_reward_wrapper\",\"action\":[\"style\",\"margin-top: 20px !important; float: right !important; margin-right: 20px !important;\"],\"cssable\":true},{\"selector\":\"#board_top .best_list\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#board_top > div > .top_best.best_list:has(+ .col div[id^=\\\"ad_\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"div[module-design-id] ~ div > .component\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"tasks\":[[\"has\",{\"selector\":\"div:has(.text--smiledelivery_slogan)\"}],[\"spath\",\" .section--component_title\"]]}]","[{\"selector\":\".container .recent_news_inner\",\"tasks\":[[\"has\",{\"selector\":\"> h3\",\"tasks\":[[\"has-text\",\"AD\"]]}]]},{\"selector\":\".container:has(~ div[style]#toTop) article.content\",\"action\":[\"style\",\"margin-top: 100px !important;\"],\"cssable\":true},{\"selector\":\".headding-news:has(~ div:not([style])#toTop) .col-md-8\",\"action\":[\"style\",\"margin-left: calc(50% - 384px) !important;\"],\"cssable\":true}]","[{\"selector\":\"div[data-mesh-id][data-testid] > div[id^=\\\"comp-\\\"]:has(form[id][class])\",\"action\":[\"style\",\"margin-top: -600px !important;\"],\"cssable\":true}]","[{\"selector\":\".nav-mobile\",\"action\":[\"style\",\"width: calc(100% - 290px) !important;\"],\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}],[\"spath\",\" ~ .base > .main\"]]}]","[{\"selector\":\".body > .content.xe_content:not(:has(article))\",\"action\":[\"style\",\"width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".section-lefttop-center:has(> .mule-today)\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"div.section-leftmiddle-topmiddle.cf\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"*[class*=\\\"backdrop-blur-lg\\\"]\",\"action\":[\"remove-class\",\"backdrop-blur-lg\"]},{\"selector\":\"html\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".ent_wrapper.slide-vertical-effect .ent_news\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\".ent_prefix\",\"tasks\":[[\"has-text\",\"ZZAPFLIX\"]]}]]}]]}]","[{\"selector\":\"div[class*=\\\"-player-wrapper\\\"] > .play-media-control ~ div[class^=\\\"beeteam\\\"][class*=\\\"-player-sub-element\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class] > section[class*=\\\" \\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> section > a h3 > p\",\"tasks\":[[\"has-text\",\" · AD\"]]}]]},{\"selector\":\"section[class^=\\\"css-\\\"] section[class^=\\\"css-\\\"] > [class^=\\\"css-\\\"]:is(:has(section > a[target=\\\"_blank\\\"]), :has(> div[class^=\\\"media-area \\\"]))\",\"tasks\":[[\"has-text\",\" · AD\"],[\"spath\",\":not(:has(section ~ section))\"]]}]","[{\"selector\":\".TimelineHeaderMargin ~ div .infinite-scroll-component > div\",\"tasks\":[[\"has\",{\"selector\":\"span[style*=\\\"max-height:\\\"]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]},{\"selector\":\".go_top.go_button\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#shortcutArea\",\"action\":[\"style\",\"height: auto !important; padding-left: 14px !important;\"],\"cssable\":true},{\"selector\":\"#shortcutArea\",\"action\":[\"style\",\"padding-left: 64px !important;\"],\"cssable\":true},{\"selector\":\"#topSearchWrap\",\"action\":[\"style\",\"padding-bottom: 50px !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Layout-module_\\\"] #newsstand\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"ul[class^=\\\"ContentHeaderView-\\\"][role=\\\"tablist\\\"] > li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"쇼핑투데이\"]]}]]}]","[{\"selector\":\".app > div > div > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class] > div[class] > div[class]\",\"tasks\":[[\"has-text\",\"파워링크\"]]}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > div\",\"tasks\":[[\"has-text\",\"연관상품\"],[\"spath\",\" > div\"],[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"AD\"]]}],[\"spath\",\" > img[alt=\\\"AD 가이드\\\"]\"]]}]]},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class*=\\\" \\\"]:has(> a[href^=\\\"/products/\\\"])\",\"tasks\":[[\"has-text\",\"AD\"]]},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class*=\\\" \\\"]:has(> a[href^=\\\"https://\\\"])\",\"tasks\":[[\"has-text\",\"광고\"]]}]","[{\"selector\":\".deallist_wrap li[data-d].item\",\"tasks\":[[\"has\",{\"selector\":\"span[role=\\\"presentation\\\"] > button\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"#content > .recommend_section:has(> div[style^=\\\"padding:\\\"] > #m_pay_deliverytracking)\",\"tasks\":[[\"has-text\",\"/^[ \\\\n]+$/\"]]}]","[{\"selector\":\"._listA tr.notice\",\"tasks\":[[\"has\",{\"selector\":\"span[style]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]},{\"selector\":\"main#main .eq.section #bd table tr\",\"tasks\":[[\"has\",{\"selector\":\".no ~ .title span\",\"tasks\":[[\"has-text\",\"[AD]\"]]}]]}]","[{\"selector\":\"#sidebar > .module\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"article[data-list-container=\\\"searchList\\\"] li\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"AD\"],[\"spath\",\".gray_round_badge\"]]}]]}]","[{\"selector\":\".search_box_listdeal > .list_conts_wrap\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"AD\"],[\"spath\",\".round_badge\"]]}]]}]","[{\"selector\":\".section-intro > .m-latest-renew\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"MD 추천도서\"]]}]]},{\"selector\":\".section-intro > .m-latest-renew\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"오늘의 책\"]]}]]},{\"selector\":\"div[style]#cenArea > h2[style]\",\"tasks\":[[\"has-text\",\"오늘의 책\"]]},{\"selector\":\"form[name=\\\"loginForm\\\"][action*=\\\"login.yp\\\"] > table\",\"action\":[\"style\",\"margin-left: calc(25% - 27px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#container aside[class^=\\\"aside-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"iframe\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\".offer-container > .suggestion-item\",\"tasks\":[[\"has\",{\"selector\":\"a[href=\\\"#\\\"] > span\",\"tasks\":[[\"has-text\",\"광고\"]]}]]}]","[{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td\",\"tasks\":[[\"has-text\",\"bannerManager\"],[\"spath\",\":not(:has(> *))\"]]}]]}]","[{\"selector\":\"#right-sidebar > .inside-right-sidebar > div[class]\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has-text\",\"Hi there, I\\\\'m EGG.\"]]}]]}]","[{\"selector\":\"header .row[style]\",\"action\":[\"style\",\"margin-bottom: 35px !important;\"],\"cssable\":true},{\"selector\":\"tr\",\"tasks\":[[\"has\",{\"selector\":\"> td > a[href^=\\\"../ad_board/\\\"]\",\"tasks\":[[\"has-text\",\"광고\"]]}]]},{\"selector\":\"tr.is_notice\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"(광고)\"]]}]]},{\"selector\":\"ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> a[href^=\\\"./ad_board/\\\"]\",\"tasks\":[[\"has-text\",\"광고\"]]}]]}]","[{\"selector\":\".topbar-area\",\"tasks\":[[\"has\",{\"selector\":\"> .badge\",\"tasks\":[[\"has-text\",\"뉴스\"]]}]]}]","[{\"selector\":\".app-board-section > ul.app-board-template-list > li.notice\",\"tasks\":[[\"has\",{\"selector\":\"> a[href] > span > font[color]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\".aside_item.banner\",\"tasks\":[[\"has\",{\"selector\":\"> h4[style~=\\\"font-size:13px;color:#999999;margin:0\\\"]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"table.table-divider > tbody > tr.notice\",\"tasks\":[[\"has\",{\"selector\":\"> td.title > a > strong[style]\",\"tasks\":[[\"has-text\",\"[프리미엄]\"]]}]]}]","[{\"selector\":\"section.gall-lst-group > ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> div.detail-top-lnk > a[href*=\\\"//addc.dcinside.com/\\\"].lt > span\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\".content\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"section[id^=\\\"custom_\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> div.widget_text > h3\",\"tasks\":[[\"has-text\",\"SPONSORED\"],[\"spath\",\".widgettitle\"]]}]]}]","[{\"selector\":\"a[target=\\\"_blank\\\"][href^=\\\"http://\\\"].menu-a\",\"tasks\":[[\"has-text\",\"보증토토\"]]}]","[{\"selector\":\".alert-danger.container\",\"tasks\":[[\"has-text\",\"[AD]\"]]}]","[{\"selector\":\".menu-ul > .menu-li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"보증토토\"]]}]]}]","[{\"selector\":\".alert.alert-danger\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"[AD]\"]]}]]}]","[{\"selector\":\"*[class*=\\\"not_cookie\\\"]\",\"action\":[\"remove-class\",\"not_cookie\"]}]","[{\"selector\":\"#hdSearchBarLink\",\"action\":[\"remove-attr\",\"value\"]},{\"selector\":\"#hdSearchBarText\",\"action\":[\"remove-attr\",\"value\"]},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_1\",\"action\":[\"style\",\"width: 239px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_2\",\"action\":[\"style\",\"width: 239px !important; left: 239px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_3\",\"action\":[\"style\",\"width: 239px !important; left: 478px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_4\",\"action\":[\"style\",\"width: 240px !important; left: 717px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_yNow > .mbnRollUnit > .pagen_1\",\"action\":[\"style\",\"width: 363px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_yNow > .mbnRollUnit > .pagen_2\",\"action\":[\"style\",\"width: 363px !important; left: 363px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_yNow > .mbnRollUnit > .pagen_3\",\"action\":[\"style\",\"width: 363px !important; left: 726px !important;\"],\"cssable\":true},{\"selector\":\"#yHeader .yesSearch .key_latest .lastest_word\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#ySContent .loginCont\",\"action\":[\"style\",\"margin-left: 200px !important;\"],\"cssable\":true},{\"selector\":\"#yWelMid .yWelNowBook ul\",\"action\":[\"style\",\"margin-left: calc(50% - 436px) !important;\"],\"cssable\":true},{\"selector\":\"#yWelMid .yWelNowBook\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#yWelTopMid .yWelTodayBook .tBCont .tBInfo .tb_readCon\",\"action\":[\"style\",\"width: calc(100% - 30px) !important;\"],\"cssable\":true},{\"selector\":\"#yWelTopMid .yWelTodayBook\",\"action\":[\"style\",\"width: calc(100% - 240px) !important;\"],\"cssable\":true},{\"selector\":\".mContRT .mbnZone\",\"action\":[\"style\",\"left: 94.5px !important;\"],\"cssable\":true}]","[{\"selector\":\"#bo_v_atc.mheight\",\"action\":[\"remove-class\",\"mheight\"]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"]},{\"selector\":\".xe_content\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".la\",\"action\":[\"style\",\"height: 75px !important; width: 75px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".tabad\",\"action\":[\"style\",\"top: -100px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top-sponsor\",\"action\":[\"style\",\"height: 60px !important; top: -60px !important; position: absolute !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".wrap.id_search .comp_container\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#summoner-name-header-container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"w-full min-w-[280px] pt-10\\\"] > .p-4.pb-0 div[class*=\\\"max-w-[480px]\\\"]\",\"action\":[\"style\",\"width: 100% !important; max-width: none !important;\"],\"cssable\":true}]","[{\"selector\":\".relative .post-contents > div[style]\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(+ div[class*=\\\" \\\"] > div > a[target=\\\"_blank\\\"][href^=\\\"https://\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open:has(> #academyMainModal a[href^=\\\"https://academy.prompie.com/banners/\\\"])\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#inner-content-body.hided\",\"action\":[\"style\",\"max-height: fit-content !important;\"],\"cssable\":true}]","[{\"selector\":\"#content-container\",\"action\":[\"style\",\"padding-top: 10px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top-area > div[class*=\\\" \\\"] > div[class*=\\\" \\\"]:has(div:not([class]) ~ button)\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style^=\\\"display:\\\"] > div[style^=\\\"flex-basis\\\"]:has(~ .fvideo) .news_box\",\"action\":[\"style\",\"width: revert-layer !important;\"],\"cssable\":true},{\"selector\":\"div[style^=\\\"display:\\\"] > div[style^=\\\"flex-basis\\\"]:has(~ .fvideo) .news_top\",\"action\":[\"style\",\"width: revert-layer !important;\"],\"cssable\":true},{\"selector\":\"div[style^=\\\"display:\\\"] > div[style^=\\\"flex-basis\\\"]:has(~ .fvideo)\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".post-contents > div[style]\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".container-content > section[class*=\\\" \\\"] ~ main[class*=\\\" \\\"]\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\"#map_area\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".inner-body.hided\",\"action\":[\"style\",\"overflow-y: auto !important; max-height: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#mw_mobile > .mw_icon_box\",\"action\":[\"style\",\"margin-top: 25px !important;\"],\"cssable\":true},{\"selector\":\".main-top-banner + .box\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".banner_slot_top + #container .article_cover\",\"action\":[\"style\",\"top: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"SmartPhone_\\\"][id$=\\\"_today\\\"] .lists > li::before\",\"action\":[\"style\",\"padding-top: 0px !important; border-bottom: none !important;\"],\"cssable\":true}]","[{\"selector\":\".news-view-wrap\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#zzbang_img\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrap > div[style*=\\\"height:\\\"][style^=\\\"position:\\\"] + header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"article > div[class^=\\\"sc-\\\"]\",\"action\":[\"style\",\"grid-template-columns: none !important;\"],\"cssable\":true},{\"selector\":\"body[style]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html[style]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".bodyHide\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".topBannerWrapper *\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\".depthContentsWrap .productListWrap .searchList\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#allKillItemList > .item_list_wrap\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#entFlick\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".article-adCover-div\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".content.partners-wrap\",\"action\":[\"style\",\"max-height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".social-after-title\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#SirenDiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".body.mwcphide\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#contentBody.bodyHide\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".content-full\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: auto !important; overflow-y: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".content_body > div[class^=\\\"lotto_\\\"]\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important;\"],\"cssable\":true},{\"selector\":\".wrap.blocked .content_more_div\",\"action\":[\"style\",\"max-height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".result_wrap\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".column_content\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\"#content .ad_parent\",\"action\":[\"style\",\"height: 100% !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".respons-edit > div[style].float-left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".grid-body.g-body\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"header > .header-body\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#journalist_card li\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".article_area .article_left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".container .contents > .subcontents:nth-child(1)\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"html:not([data-n-head]) .contents > .headline\",\"action\":[\"style\",\"margin-top: 0px !important; height: 70px !important;\"],\"cssable\":true}]","[{\"selector\":\".article_area > .article_left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ask_hamburger_wrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".ask_wrapper .ask_title_zone\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".ask_wrapper.not_host\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".expanded > #user-container\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".mo-new-header .header .show-ads\",\"action\":[\"style\",\"max-height: 54px !important;\"],\"cssable\":true}]","[{\"selector\":\".bch-main-wrapper > .right-cont\",\"action\":[\"style\",\"margin-right: calc(50% - 180px) !important; width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".article-ad ~ p[style][class^=\\\"title\\\"]\",\"action\":[\"style\",\"margin-top: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\"#id_my_menu_area ~ #main_sky_banner_area\",\"action\":[\"style\",\"margin-left: 685px !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"main\\\"]#middle_area .academy.fleft:not(.iyua)\",\"action\":[\"style\",\"margin-left: calc(11.5%) !important;\"],\"cssable\":true}]","[{\"selector\":\".productDetailWrap > .contentsWrap\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#hotPlace.myBox\",\"action\":[\"style\",\"margin-left: calc(50% - 65px) !important;\"],\"cssable\":true}]","[{\"selector\":\".board_view .related_area\",\"action\":[\"style\",\"height: 300px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[data-tiara-layer]:not([id])\",\"action\":[\"style\",\"margin-top: 0px !important; position: relative !important;\"],\"cssable\":true}]","[{\"selector\":\".td-pb-span8\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".site-footer\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\"body .td-header-wrap\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style].clearfix > .nd-by-line\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".news_synthesis_sec .col.col_4\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".box__login #login_tab\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".box__login .box__login-member\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".mod-top > .main-promo\",\"action\":[\"style\",\"margin-left: calc(50% - 205px) !important;\"],\"cssable\":true}]","[{\"selector\":\".global-top\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".layout-main .main-menu\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".layout-main .panel.no-margin\",\"action\":[\"style\",\"padding-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrap_cnts td[valign=\\\"top\\\"] #wrap_ctgr_new > div[id]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#wrap_cnts td[valign=\\\"top\\\"] #wrap_ctgr_new\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body[data-elementor-device-mode=\\\"desktop\\\"] div[itemprop=\\\"mainContentOfPage\\\"]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".news_doc #footer\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true}]","[{\"selector\":\".td-is-sticky > .wpb_wrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#newsBody\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#hidden1\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"inner\\\"].column > div\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".inner-main [data-cloud*=\\\"_ad_\\\"] + div\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"premium-lawyer\\\"] ~ a.goto-all-lawyers\",\"action\":[\"style\",\"margin-top: 40px !important;\"],\"cssable\":true},{\"selector\":\"div[ng-if] > .lawyers-section.has-border-bottom\",\"action\":[\"style\",\"height: 250px !important;\"],\"cssable\":true}]","[{\"selector\":\"header .artc_ad\",\"action\":[\"style\",\"height: 130px !important;\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"height: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".cs_news_area .cs_area\",\"action\":[\"style\",\"width: calc(100% - 2px) !important;\"],\"cssable\":true},{\"selector\":\"li.area_guide\",\"action\":[\"style\",\"width: 96% !important;\"],\"cssable\":true}]","[{\"selector\":\".contentBox > .topNews .icon-list\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true},{\"selector\":\".contentBox > .topNews > .con-L\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\"[class][itemtype*=\\\"//schema.org/\\\"] .markdown\",\"action\":[\"style\",\"max-width: 100% !important; flex-basis: 100% !important;\"],\"cssable\":true},{\"selector\":\"[class][itemtype*=\\\"//schema.org/\\\"] > .center\",\"action\":[\"style\",\"width: 100% !important; flex-basis: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".box-skin .mobile-popular\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\".thisTimeNews > ul\",\"action\":[\"style\",\"border-right: none !important; width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".feature_index .box_user\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".wide_layout .wrap_srch_res .wrap_sort\",\"action\":[\"style\",\"width: auto !important;\"],\"cssable\":true},{\"selector\":\".wide_layout .wrap_srch_res .wrap_tab\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".wide_layout .wrap_srch_res [class*=\\\"prod_type2\\\"]\",\"action\":[\"style\",\"width: 1275px !important; border-left: 1px solid #e4e4e4 !important; background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\".MapMain > #map\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#index > div[id^=\\\"index_box\\\"][class]:not(.index_row_full)\",\"action\":[\"style\",\"margin-left: calc(50% - 145.5px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#loginFormWrite\",\"action\":[\"style\",\"margin-left: 25% !important;\"],\"cssable\":true},{\"selector\":\".byWd .matchingContWrap\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"header ~ header\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\".articleView + .aside .smallbox + .smallbox\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\".content_area .todayBox\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".inner_contents\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".top-keyword\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"ppom_newSub\\\"] .top_newSub .left_wt\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#main_sec\",\"action\":[\"style\",\"margin-top: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".sect-movie-chart > ol:nth-child(2) > li\",\"action\":[\"style\",\"margin-left: 130px !important;\"],\"cssable\":true},{\"selector\":\".wrap-login > .sect-login\",\"action\":[\"style\",\"margin-left: calc(50% - 270px) !important;\"],\"cssable\":true}]","[{\"selector\":\"html[class*=\\\"pc-size\\\"] .m-contents > .side-area > .analysis-ranking1\",\"action\":[\"style\",\"top: 475px !important; left: auto !important; width: 100% !important;\"],\"cssable\":true},{\"selector\":\"html[class*=\\\"pc-size\\\"] .m-contents > .side-area > div:nth-child(-1n+4)\",\"action\":[\"style\",\"top: auto !important; left: auto !important;\"],\"cssable\":true},{\"selector\":\"html[class*=\\\"pc-size\\\"] .side-area + .m-guide\",\"action\":[\"style\",\"margin-bottom: 150px !important;\"],\"cssable\":true}]","[{\"selector\":\".news-cate + .news-box\",\"action\":[\"style\",\"padding-right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class~=\\\"hospital-images-box\\\"] ~ .row > .col-8\",\"action\":[\"style\",\"max-width: 100% !important; flex: none !important;\"],\"cssable\":true}]","[{\"selector\":\"table[style][width][cellspacing][cellpadding] tr[valign] > td[style] > div[style]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".gdl-page-item\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#primary\",\"action\":[\"style\",\"width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".ebs_item .inner > div[class]\",\"action\":[\"style\",\"width: 50% !important;\"],\"cssable\":true}]","[{\"selector\":\"header.main-header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".bot-content-area .mid-util-wrap > div\",\"action\":[\"style\",\"width: calc(50% - 5px) !important;\"],\"cssable\":true}]","[{\"selector\":\".errorlay .new-login-warp\",\"action\":[\"style\",\"padding-top: 20px !important; margin-left: calc(50% - 232.5px) !important;\"],\"cssable\":true}]","[{\"selector\":\".wrap_home .section_spot .best_qna_wrap\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".wrap_home .section_spot\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#contentmemo ~ .adsbygoogle > div[style^=\\\"font-size:\\\"]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#section_body\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\".content_join\",\"action\":[\"style\",\"margin-left: calc(50% - 200px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#body_wrap > #body_main > div[style]:nth-child(1), #body_wrap > #body_main > div[style]:nth-child(3)\",\"action\":[\"style\",\"width: calc(50% - 5px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".area_ranking\",\"action\":[\"style\",\"top: 400px !important;\"],\"cssable\":true}]","[{\"selector\":\".login_inputbox .inner\",\"action\":[\"style\",\"width: calc(100% - 115px) !important;\"],\"cssable\":true},{\"selector\":\".login_inputbox\",\"action\":[\"style\",\"float: none !important;\"],\"cssable\":true},{\"selector\":\".login_inputbox\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#searchArea .title_wrap\",\"action\":[\"style\",\"width: calc(100% - 50px) !important;\"],\"cssable\":true},{\"selector\":\"#searchArea .viewType_L .product_list li .prd_info\",\"action\":[\"style\",\"width: 700px !important;\"],\"cssable\":true},{\"selector\":\".wrap_list .standard\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".banner-open .contents\",\"action\":[\"style\",\"padding-top: 68px !important;\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".goods_list_tit\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div.sc-64vosk-0.jIkGEl\",\"action\":[\"style\",\"margin-bottom: 10px !important;\"],\"cssable\":true}]","[{\"selector\":\".user_view\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".erd-container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]"];
|
|
31
|
-
const argsSeqs = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,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,-
|
|
32
|
-
const hostnamesMap = new Map([["m.cafe.naver.com",1],["cafe.naver.com",2],["~m.cafe.naver.com",2],["search.naver.com",3],["namu.wiki",4],["news.tvchosun.com",5],["m.search.daum.net",6],["m.nocutnews.co.kr",7],["sports.chosun.com",8],["tipsandtrickskorea.com",9],["coocha.co.kr",10],["chzzk.naver.com",11],["m.fmkorea.com",12],["search.daum.net",13],["m.mt.co.kr",14],["news.daum.net",15],["coolenjoy.net",16],["aladin.co.kr",17],["m.danawa.com",18],["programmers.co.kr",19],["kyobobook.co.kr",20],["enuri.com",21],["search.shopping.naver.com",22],["bbs.ruliweb.com",23],["browse.auction.co.kr",24],["koreatimes.net",25],["ponh.info",26],["algumon.com",27],["5donews.co.kr",28],["mule.co.kr",29],["banhub.xyz",30],["zzzz.lol",31],["aniya24.com",32],["pedia.watcha.com",33],["m.ruliweb.com",34],["www.naver.com",35],["m.bunjang.co.kr",36],["search.tmon.co.kr",37],["m.pay.naver.com",38],["eomisae.co.kr",39],["bonik.me",40],["msearch.wemakeprice.com",41],["search.wemakeprice.com",42],["ypbooks.co.kr",43],["m.yna.co.kr",44],["hogangnono.com",45],["dailymedipharm.com",46],["eggrank.com",47],["2cpu.co.kr",48],["arca.live",49],["newreop.com",50],["ajunews.com",51],["koreaminecraft.net",52],["app.dcinside.com",53],["m.dcinside.com",53],["ppss.kr",54],["img.imimggggg87878.com",55],["frtoon220.com",56],["frtoon221.com",56],["frtoon222.com",56],["frtoon223.com",56],["frtoon224.com",56],["frtoon225.com",56],["frtoon226.com",56],["frtoon227.com",56],["frtoon228.com",56],["frtoon229.com",56],["frtoon230.com",56],["frtoon231.com",56],["frtoon232.com",56],["frtoon233.com",56],["hdhd344.net",57],["hdhd345.net",57],["hdhd346.net",57],["hdhd347.net",57],["hdhd348.net",57],["hdhd349.net",57],["hdhd350.net",57],["hdhd351.net",57],["hdhd352.net",57],["hdhd353.net",57],["hdhd354.net",57],["hdhd355.net",57],["hdhd356.net",57],["hdhd357.net",57],["hdhd358.net",57],["blacktoon302.com",58],["blacktoon303.com",58],["blacktoon304.com",58],["blacktoon305.com",58],["blacktoon306.com",58],["blacktoon307.com",58],["blacktoon308.com",58],["blacktoon309.com",58],["blacktoon310.com",58],["blacktoon311.com",58],["blacktoon312.com",58],["blacktoon313.com",58],["apycsports.com",59],["momkim.co.kr",59],["yachuk.com",59],["yes24.com",60],["semoi.kr",61],["meeco.kr",62],["aagag.com",63],["t.hi098123.com",64],["boardlife.co.kr",
|
|
30
|
+
const argsList = ["[]","[{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(appleiphone|12789486)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(dieselmania|11262350)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(drhp|11196414)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(inmacbook|12175294)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(perfumelove|10001688)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(true8|18736796)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(anycallusershow|13764661)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(ghdi58|14062859)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(jpnstory|10110775)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".banner_add.bottom\",\"tasks\":[[\"matches-path\",\"/ca-fe\\\\\\\\/web\\\\\\\\/cafes\\\\\\\\/(steamindiegame|27842958)(\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".location_bar\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"전체공지\"]]}],[\"spath\",\" ~ .location_fix li.board_box\"],[\"has\",{\"selector\":\"a[href].txt_area span.nick\",\"tasks\":[[\"has-text\",\"삼성스마트폰카페운영\"]]}],[\"matches-path\",\"/ca-fe\\\\\\\\/(web\\\\\\\\/cafes\\\\\\\\/|)(anycallusershow|13764661)($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\".location_bar\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"전체공지\"]]}],[\"spath\",\" ~ .location_fix li.board_box\"],[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"a[href].txt_area span.nick\",\"tasks\":[[\"has-text\",\"/중고나라스태프|중나중나지기/\"]]}]]}],[\"matches-path\",\"/ca-fe\\\\\\\\/(web\\\\\\\\/cafes\\\\\\\\/|)(joonggonara|joonggonara\\\\\\\\.cafe|10050146)($|\\\\\\\\/|\\\\\\\\?)/\"]]}]","[{\"selector\":\"#cafe-data > #cafe-intro\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=28173877($|&)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"AD\"],[\"matches-path\",\"/joonggonara($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"AD\"],[\"spath\",\" + ul\"],[\"matches-path\",\"/joonggonara($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"우리카페 협력업체\"],[\"matches-path\",\"/fx8300($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#cafe-menu .cafe-menu-tit\",\"tasks\":[[\"has-text\",\"우리카페 협력업체\"],[\"spath\",\" + ul\"],[\"matches-path\",\"/fx8300($|\\\\\\\\/|\\\\\\\\?)/\"]]},{\"selector\":\"#content-area #upperArticleList tr.board-notice\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"td.p-nick > a\",\"tasks\":[[\"has-text\",\"중고나라스태프\"]]}]]}],[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"td.p-nick > a\",\"tasks\":[[\"has-text\",\"중나중나지기\"]]}]]}],[\"matches-path\",\"(&|\\\\\\\\.|\\\\\\\\?)clubid=10050146($|&)/\"]]},{\"selector\":\"#editorMainContent *\",\"tasks\":[[\"has\",{\"selector\":\"~ div[title][style]:has(a[target=\\\"_blank\\\"][href*=\\\".police.go.kr/\\\"])\"}],[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10050146($|&)/\"]]},{\"selector\":\"#editorMainContent > *:has(a > img)\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14062859(&|$)/\"]]},{\"selector\":\"#editorMainContent > div:nth-child(1)\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14062859(&|$)/\"]]},{\"selector\":\"#editorMainContent a[href*=\\\"//cafe.naver.com/eyejoker7?iframe\\\"][target=\\\"_blank\\\"] ~ *\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=29560217($|&)/\"]]},{\"selector\":\"#editorMainContent div[title][style^=\\\"color\\\"]:not(:has(a[target=\\\"_blank\\\"])) ~ *:has(a[target=\\\"_blank\\\"])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=13764661($|&)/\"]]},{\"selector\":\"#editorMainContent table:not([width$=\\\"%\\\"]) > tbody > tr > td[width][valign]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=12789486(&|$)/\"]]},{\"selector\":\"#editorMainContent tr ~ .ad + tr:not([class])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461($|&)/\"]]},{\"selector\":\"#editorMainContent tr ~ .ad\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461($|&)/\"]]},{\"selector\":\"#editorMainContent tr ~ tr:not([class]):has(+ .ad)\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461($|&)/\"]]},{\"selector\":\"#editorMainContent tr:has(~ tr img[id=\\\"userImg8967591\\\"])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10912875(&|$)/\"]]},{\"selector\":\"#main-area #cafe-intro\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\"#main-area > #cafe-intro\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10110775(&|$)/\"]]},{\"selector\":\"#upperArticleList ._noticeArticle\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\"#upperArticleList ._noticeArticle:has(a[href][class][onclick])\",\"tasks\":[[\"has\",{\"selector\":\".td_name a[onclick][href][class]\",\"tasks\":[[\"has-text\",\"삼성스마트폰카페운영\"]]}],[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=13764661($|&)/\"]]},{\"selector\":\".ArticleFormBanner\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14062859(&|$)/\"]]},{\"selector\":\".article-board .board-notice\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\".article-board tr.type_main\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\".td_name .m-tcol-c\",\"tasks\":[[\"has-text\",\"/(카페지기|매니저)/\"]]}]]}],[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=28173877($|&)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10001688(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10110775(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=11196414(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=11262350(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=12175294(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=12789486(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=13764661(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=14605461(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=18736796(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27738104(&|$)/\"]]},{\"selector\":\"img[src][alt=\\\"매니저 등록 배너\\\"]\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27842958($|&)/\"]]},{\"selector\":\"table[role=\\\"presentation\\\"] #editorMainContent p[style^=\\\"text-align\\\"]:has(a[href*=\\\".twitch.tv/\\\"] + a[href*=\\\".twitch.tv/\\\"]) ~ p\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=27842958($|&)/\"]]},{\"selector\":\"table[role=\\\"presentation\\\"] div[style=\\\"text-align: center;\\\"]:has(a[href$=\\\"/perfumelove/1193249\\\"])\",\"tasks\":[[\"matches-path\",\"/(&|\\\\\\\\.|\\\\\\\\?)clubid=10001688($|&)/\"]]}]","[{\"selector\":\"li\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/-[a-z]+-[a-z]+$/\",\"value\":\"*nad-*\"}]]}]","[{\"selector\":\"#app div[class*=\\\" \\\"] > div[class*=\\\" \\\"]:is(:has(div[id][class]:empty), :has(iframe[id^=\\\"google_ads_iframe_\\\"]))\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-bottom\",\"value\":\"[0-9]{2,}\"}]]},{\"selector\":\"aside > div[class*=\\\" \\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> img[class] ~ div[class]\",\"tasks\":[[\"has-text\",\"광고\"]]}]]}]","[{\"selector\":\".rnb > .rnb_cont\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^0px$\"}],[\"matches-css\",{\"name\":\"padding-top\",\"value\":\"^30px$\"}]]}]","[{\"selector\":\"body.nate .section_cont [disp-attr]\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\"#pnlContainer .con_b > .reply_b\",\"action\":[\"style\",\"margin: 0px auto !important;\"],\"cssable\":true},{\"selector\":\"div[class$=\\\"con_b\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> *\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\".popular-news-widget\",\"tasks\":[[\"has\",{\"selector\":\"> *\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]},{\"selector\":\"div[style].row.no-gutters > .col-6\",\"action\":[\"style\",\"max-width: 75% !important; flex-basis: 75% !important;\"],\"cssable\":true}]","[{\"selector\":\"div.article ~ aside#sidebar\",\"tasks\":[[\"has\",{\"selector\":\".facebook_like\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\".group-deal .list > div\",\"tasks\":[[\"has\",{\"selector\":\"span.ad\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"images\\\\/deal\\\\/ad\\\\.png\"}]]}]]}]","[{\"selector\":\".webplayer-internal-core-shadow > .wpc-pos-abs\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"*.bd.bd_mobile:not(:has(#bd_capture ~ #comment))\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"form[action=\\\"./\\\"]\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^auto$\"}]]}]]},{\"selector\":\".bd.bd_mobile:not(:has(*)):has(~ #spot form[action][method].search)\",\"action\":[\"remove\",\"\"]},{\"selector\":\"body div:is(.bd, .hd) div[style] > *[class*=\\\" \\\"]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"padding\",\"value\":\"5px 10px 20px\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[0-9]{2,3}\"}]]},{\"selector\":\"body[class*=\\\"mac_os\\\"] div[class=\\\"hd\\\"] ~ *[id][class*=\\\" \\\"]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"padding\",\"value\":\"5px 10px 20px\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[0-9]{2,3}\"}]]},{\"selector\":\"header[class=\\\"hd\\\"] ~ .fmad_wrapper ~ *[class]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"padding\",\"value\":\"5px 10px 20px\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[0-9]{2,3}\"}]]}]","[{\"selector\":\"aside#mAside > div[disp-attr]:has(> .content_sponsor) + div[disp-attr]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"body.nate aside#mAside > div[disp-attr]:has(> .wing_nate) + div[disp-attr]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ul[class^=\\\"ad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-content > .content-article:not(:has(+ .content-aside > div[data-tiara-layer][class=\\\"box_side\\\"]))\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".na-col > div[id^=\\\"carousel_\\\"].carousel-fade .carousel-item:has(a[href]:not([href*=\\\"//coolenjoy.net/\\\"])[target=\\\"_self\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#popupBody #nonmember_all .button_login2\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#popupBody #nonmember_all .left1\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#welcomeMainBanner_welcomeMain div[id*=\\\"_containerWrap_\\\"]:has(img[src$=\\\"Banner/ad.jpg\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"#welcomeMainBanner_welcome_tab\",\"action\":[\"style\",\"left: calc(50% - 186px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#mdnw-main-recommend-realCuration-swipeContainer > div[id*=\\\"-ad-\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class*=\\\"Banner\\\"] div[data-swiper-slide-index].swiper-slide:has(a[href^=\\\"/banners/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".banner_control_inner li[data-target=\\\"#75\\\"].banner_group_item\",\"action\":[\"remove\",\"\"]},{\"selector\":\".welcome_banner_inner li.swiper-slide:has(img[src*=\\\"image.kyobobook.co.kr/newimages/adcenter/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".trendpickup__container > .trendtab-cont:has(p.badge--ad)\",\"action\":[\"remove\",\"\"]},{\"selector\":\".trendtabs__list > li[data-adv_yn=\\\"Y\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#content div[class^=\\\"basicList_list_\\\"] div:has(div[class^=\\\"adProduct_item_\\\"]):has(~ div)\",\"action\":[\"style\",\"height: 1px !important; visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".seller_filter_area ~ div[class*=\\\"_list_\\\"] div[class^=\\\"adProduct_item\\\"]\",\"action\":[\"style\",\"visibility: hidden !important; height: 1px !important; padding: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#board_read .board_main_top .member_reward_wrapper\",\"action\":[\"style\",\"margin-top: 20px !important; float: right !important; margin-right: 20px !important;\"],\"cssable\":true},{\"selector\":\"#board_top .best_list\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#board_top > div > .top_best.best_list:has(+ .col div[id^=\\\"ad_\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"div[module-design-id] ~ div > .component\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"tasks\":[[\"has\",{\"selector\":\"div:has(.text--smiledelivery_slogan)\"}],[\"spath\",\" .section--component_title\"]]}]","[{\"selector\":\".container .recent_news_inner\",\"tasks\":[[\"has\",{\"selector\":\"> h3\",\"tasks\":[[\"has-text\",\"AD\"]]}]]},{\"selector\":\".container:has(~ div[style]#toTop) article.content\",\"action\":[\"style\",\"margin-top: 100px !important;\"],\"cssable\":true},{\"selector\":\".headding-news:has(~ div:not([style])#toTop) .col-md-8\",\"action\":[\"style\",\"margin-left: calc(50% - 384px) !important;\"],\"cssable\":true}]","[{\"selector\":\"div[data-mesh-id][data-testid] > div[id^=\\\"comp-\\\"]:has(form[id][class])\",\"action\":[\"style\",\"margin-top: -600px !important;\"],\"cssable\":true}]","[{\"selector\":\".nav-mobile\",\"action\":[\"style\",\"width: calc(100% - 290px) !important;\"],\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}],[\"spath\",\" ~ .base > .main\"]]}]","[{\"selector\":\".body > .content.xe_content:not(:has(article))\",\"action\":[\"style\",\"width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".section-lefttop-center:has(> .mule-today)\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"div.section-leftmiddle-topmiddle.cf\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"*[class*=\\\"backdrop-blur-lg\\\"]\",\"action\":[\"remove-class\",\"backdrop-blur-lg\"]},{\"selector\":\"html\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".ent_wrapper.slide-vertical-effect .ent_news\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\".ent_prefix\",\"tasks\":[[\"has-text\",\"ZZAPFLIX\"]]}]]}]]}]","[{\"selector\":\"div[class*=\\\"-player-wrapper\\\"] > .play-media-control ~ div[class^=\\\"beeteam\\\"][class*=\\\"-player-sub-element\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class] > section[class*=\\\" \\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> section > a h3 > p\",\"tasks\":[[\"has-text\",\" · AD\"]]}]]},{\"selector\":\"section[class^=\\\"css-\\\"] section[class^=\\\"css-\\\"] > [class^=\\\"css-\\\"]:is(:has(section > a[target=\\\"_blank\\\"]), :has(> div[class^=\\\"media-area \\\"]))\",\"tasks\":[[\"has-text\",\" · AD\"],[\"spath\",\":not(:has(section ~ section))\"]]}]","[{\"selector\":\".TimelineHeaderMargin ~ div .infinite-scroll-component > div\",\"tasks\":[[\"has\",{\"selector\":\"span[style*=\\\"max-height:\\\"]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]},{\"selector\":\".go_top.go_button\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#shortcutArea\",\"action\":[\"style\",\"height: auto !important; padding-left: 14px !important;\"],\"cssable\":true},{\"selector\":\"#shortcutArea\",\"action\":[\"style\",\"padding-left: 64px !important;\"],\"cssable\":true},{\"selector\":\"#topSearchWrap\",\"action\":[\"style\",\"padding-bottom: 50px !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Layout-module_\\\"] #newsstand\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"ul[class^=\\\"ContentHeaderView-\\\"][role=\\\"tablist\\\"] > li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"쇼핑투데이\"]]}]]}]","[{\"selector\":\".app > div > div > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class] > div[class] > div[class]\",\"tasks\":[[\"has-text\",\"파워링크\"]]}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > div\",\"tasks\":[[\"has-text\",\"연관상품\"],[\"spath\",\" > div\"],[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"AD\"]]}],[\"spath\",\" > img[alt=\\\"AD 가이드\\\"]\"]]}]]},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class*=\\\" \\\"]:has(> a[href^=\\\"/products/\\\"])\",\"tasks\":[[\"has-text\",\"AD\"]]},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class*=\\\" \\\"]:has(> a[href^=\\\"https://\\\"])\",\"tasks\":[[\"has-text\",\"광고\"]]}]","[{\"selector\":\".deallist_wrap li[data-d].item\",\"tasks\":[[\"has\",{\"selector\":\"span[role=\\\"presentation\\\"] > button\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"#content > .recommend_section:has(> div[style^=\\\"padding:\\\"] > #m_pay_deliverytracking)\",\"tasks\":[[\"has-text\",\"/^[ \\\\n]+$/\"]]}]","[{\"selector\":\"._listA tr.notice\",\"tasks\":[[\"has\",{\"selector\":\"span[style]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]},{\"selector\":\"main#main .eq.section #bd table tr\",\"tasks\":[[\"has\",{\"selector\":\".no ~ .title span\",\"tasks\":[[\"has-text\",\"[AD]\"]]}]]}]","[{\"selector\":\"#sidebar > .module\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"article[data-list-container=\\\"searchList\\\"] li\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"AD\"],[\"spath\",\".gray_round_badge\"]]}]]}]","[{\"selector\":\".search_box_listdeal > .list_conts_wrap\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"AD\"],[\"spath\",\".round_badge\"]]}]]}]","[{\"selector\":\".section-intro > .m-latest-renew\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"MD 추천도서\"]]}]]},{\"selector\":\".section-intro > .m-latest-renew\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"오늘의 책\"]]}]]},{\"selector\":\"div[style]#cenArea > h2[style]\",\"tasks\":[[\"has-text\",\"오늘의 책\"]]},{\"selector\":\"form[name=\\\"loginForm\\\"][action*=\\\"login.yp\\\"] > table\",\"action\":[\"style\",\"margin-left: calc(25% - 27px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#container aside[class^=\\\"aside-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"iframe\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\".offer-container > .suggestion-item\",\"tasks\":[[\"has\",{\"selector\":\"a[href=\\\"#\\\"] > span\",\"tasks\":[[\"has-text\",\"광고\"]]}]]}]","[{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td\",\"tasks\":[[\"has-text\",\"bannerManager\"],[\"spath\",\":not(:has(> *))\"]]}]]}]","[{\"selector\":\"#right-sidebar > .inside-right-sidebar > div[class]\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has-text\",\"Hi there, I\\\\'m EGG.\"]]}]]}]","[{\"selector\":\"header .row[style]\",\"action\":[\"style\",\"margin-bottom: 35px !important;\"],\"cssable\":true},{\"selector\":\"tr\",\"tasks\":[[\"has\",{\"selector\":\"> td > a[href^=\\\"../ad_board/\\\"]\",\"tasks\":[[\"has-text\",\"광고\"]]}]]},{\"selector\":\"tr.is_notice\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"(광고)\"]]}]]},{\"selector\":\"ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> a[href^=\\\"./ad_board/\\\"]\",\"tasks\":[[\"has-text\",\"광고\"]]}]]}]","[{\"selector\":\".topbar-area\",\"tasks\":[[\"has\",{\"selector\":\"> .badge\",\"tasks\":[[\"has-text\",\"뉴스\"]]}]]}]","[{\"selector\":\".app-board-section > ul.app-board-template-list > li.notice\",\"tasks\":[[\"has\",{\"selector\":\"> a[href] > span > font[color]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\".aside_item.banner\",\"tasks\":[[\"has\",{\"selector\":\"> h4[style~=\\\"font-size:13px;color:#999999;margin:0\\\"]\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"table.table-divider > tbody > tr.notice\",\"tasks\":[[\"has\",{\"selector\":\"> td.title > a > strong[style]\",\"tasks\":[[\"has-text\",\"[프리미엄]\"]]}]]}]","[{\"selector\":\"section.gall-lst-group > ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> div.detail-top-lnk > a[href*=\\\"//addc.dcinside.com/\\\"].lt > span\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\".content\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"section[id^=\\\"custom_\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> div.widget_text > h3\",\"tasks\":[[\"has-text\",\"SPONSORED\"],[\"spath\",\".widgettitle\"]]}]]}]","[{\"selector\":\"a[target=\\\"_blank\\\"][href^=\\\"http://\\\"].menu-a\",\"tasks\":[[\"has-text\",\"보증토토\"]]}]","[{\"selector\":\".alert-danger.container\",\"tasks\":[[\"has-text\",\"[AD]\"]]}]","[{\"selector\":\".menu-ul > .menu-li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"보증토토\"]]}]]}]","[{\"selector\":\".alert.alert-danger\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"[AD]\"]]}]]}]","[{\"selector\":\"*[class*=\\\"not_cookie\\\"]\",\"action\":[\"remove-class\",\"not_cookie\"]}]","[{\"selector\":\"#hdSearchBarLink\",\"action\":[\"remove-attr\",\"value\"]},{\"selector\":\"#hdSearchBarText\",\"action\":[\"remove-attr\",\"value\"]},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_1\",\"action\":[\"style\",\"width: 239px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_2\",\"action\":[\"style\",\"width: 239px !important; left: 239px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_3\",\"action\":[\"style\",\"width: 239px !important; left: 478px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_001 > .mbnRollUnit > .pagen_4\",\"action\":[\"style\",\"width: 240px !important; left: 717px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_yNow > .mbnRollUnit > .pagen_1\",\"action\":[\"style\",\"width: 363px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_yNow > .mbnRollUnit > .pagen_2\",\"action\":[\"style\",\"width: 363px !important; left: 363px !important;\"],\"cssable\":true},{\"selector\":\"#mbnRoll_yNow > .mbnRollUnit > .pagen_3\",\"action\":[\"style\",\"width: 363px !important; left: 726px !important;\"],\"cssable\":true},{\"selector\":\"#yHeader .yesSearch .key_latest .lastest_word\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#ySContent .loginCont\",\"action\":[\"style\",\"margin-left: 200px !important;\"],\"cssable\":true},{\"selector\":\"#yWelMid .yWelNowBook ul\",\"action\":[\"style\",\"margin-left: calc(50% - 436px) !important;\"],\"cssable\":true},{\"selector\":\"#yWelMid .yWelNowBook\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#yWelTopMid .yWelTodayBook .tBCont .tBInfo .tb_readCon\",\"action\":[\"style\",\"width: calc(100% - 30px) !important;\"],\"cssable\":true},{\"selector\":\"#yWelTopMid .yWelTodayBook\",\"action\":[\"style\",\"width: calc(100% - 240px) !important;\"],\"cssable\":true},{\"selector\":\".mContRT .mbnZone\",\"action\":[\"style\",\"left: 94.5px !important;\"],\"cssable\":true}]","[{\"selector\":\"#bo_v_atc.mheight\",\"action\":[\"remove-class\",\"mheight\"]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"]},{\"selector\":\".xe_content\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".la\",\"action\":[\"style\",\"height: 75px !important; width: 75px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".tabad\",\"action\":[\"style\",\"top: -100px !important;\"],\"cssable\":true}]","[{\"selector\":\".ads-block-warning-overlay\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#top-sponsor\",\"action\":[\"style\",\"height: 60px !important; top: -60px !important; position: absolute !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".wrap.id_search .comp_container\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#summoner-name-header-container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"w-full min-w-[280px] pt-10\\\"] > .p-4.pb-0 div[class*=\\\"max-w-[480px]\\\"]\",\"action\":[\"style\",\"width: 100% !important; max-width: none !important;\"],\"cssable\":true}]","[{\"selector\":\".relative .post-contents > div[style]\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(+ div[class*=\\\" \\\"] > div > a[target=\\\"_blank\\\"][href^=\\\"https://\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open:has(> #academyMainModal a[href^=\\\"https://academy.prompie.com/banners/\\\"])\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#inner-content-body.hided\",\"action\":[\"style\",\"max-height: fit-content !important;\"],\"cssable\":true}]","[{\"selector\":\"#content-container\",\"action\":[\"style\",\"padding-top: 10px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top-area > div[class*=\\\" \\\"] > div[class*=\\\" \\\"]:has(div:not([class]) ~ button)\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style^=\\\"display:\\\"] > div[style^=\\\"flex-basis\\\"]:has(~ .fvideo) .news_box\",\"action\":[\"style\",\"width: revert-layer !important;\"],\"cssable\":true},{\"selector\":\"div[style^=\\\"display:\\\"] > div[style^=\\\"flex-basis\\\"]:has(~ .fvideo) .news_top\",\"action\":[\"style\",\"width: revert-layer !important;\"],\"cssable\":true},{\"selector\":\"div[style^=\\\"display:\\\"] > div[style^=\\\"flex-basis\\\"]:has(~ .fvideo)\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".post-contents > div[style]\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".container-content > section[class*=\\\" \\\"] ~ main[class*=\\\" \\\"]\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\"#map_area\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".inner-body.hided\",\"action\":[\"style\",\"overflow-y: auto !important; max-height: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#mw_mobile > .mw_icon_box\",\"action\":[\"style\",\"margin-top: 25px !important;\"],\"cssable\":true},{\"selector\":\".main-top-banner + .box\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".banner_slot_top + #container .article_cover\",\"action\":[\"style\",\"top: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"SmartPhone_\\\"][id$=\\\"_today\\\"] .lists > li::before\",\"action\":[\"style\",\"padding-top: 0px !important; border-bottom: none !important;\"],\"cssable\":true}]","[{\"selector\":\".news-view-wrap\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#zzbang_img\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrap > div[style*=\\\"height:\\\"][style^=\\\"position:\\\"] + header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"article > div[class^=\\\"sc-\\\"]\",\"action\":[\"style\",\"grid-template-columns: none !important;\"],\"cssable\":true},{\"selector\":\"body[style]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html[style]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".bodyHide\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".topBannerWrapper *\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\".depthContentsWrap .productListWrap .searchList\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#allKillItemList > .item_list_wrap\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#entFlick\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".article-adCover-div\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".content.partners-wrap\",\"action\":[\"style\",\"max-height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".social-after-title\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#SirenDiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".body.mwcphide\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#contentBody.bodyHide\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".content-full\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: auto !important; overflow-y: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".content_body > div[class^=\\\"lotto_\\\"]\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important;\"],\"cssable\":true},{\"selector\":\".wrap.blocked .content_more_div\",\"action\":[\"style\",\"max-height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".result_wrap\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".column_content\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\"#content .ad_parent\",\"action\":[\"style\",\"height: 100% !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".respons-edit > div[style].float-left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".grid-body.g-body\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"header > .header-body\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#journalist_card li\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".article_area .article_left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".container .contents > .subcontents:nth-child(1)\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"html:not([data-n-head]) .contents > .headline\",\"action\":[\"style\",\"margin-top: 0px !important; height: 70px !important;\"],\"cssable\":true}]","[{\"selector\":\".article_area > .article_left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ask_hamburger_wrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".ask_wrapper .ask_title_zone\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".ask_wrapper.not_host\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".expanded > #user-container\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".mo-new-header .header .show-ads\",\"action\":[\"style\",\"max-height: 54px !important;\"],\"cssable\":true}]","[{\"selector\":\".bch-main-wrapper > .right-cont\",\"action\":[\"style\",\"margin-right: calc(50% - 180px) !important; width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".article-ad ~ p[style][class^=\\\"title\\\"]\",\"action\":[\"style\",\"margin-top: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\"#id_my_menu_area ~ #main_sky_banner_area\",\"action\":[\"style\",\"margin-left: 685px !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"main\\\"]#middle_area .academy.fleft:not(.iyua)\",\"action\":[\"style\",\"margin-left: calc(11.5%) !important;\"],\"cssable\":true}]","[{\"selector\":\".productDetailWrap > .contentsWrap\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#hotPlace.myBox\",\"action\":[\"style\",\"margin-left: calc(50% - 65px) !important;\"],\"cssable\":true}]","[{\"selector\":\".board_view .related_area\",\"action\":[\"style\",\"height: 300px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[data-tiara-layer]:not([id])\",\"action\":[\"style\",\"margin-top: 0px !important; position: relative !important;\"],\"cssable\":true}]","[{\"selector\":\".td-pb-span8\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".site-footer\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\"body .td-header-wrap\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style].clearfix > .nd-by-line\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".news_synthesis_sec .col.col_4\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".box__login #login_tab\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".box__login .box__login-member\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".mod-top > .main-promo\",\"action\":[\"style\",\"margin-left: calc(50% - 205px) !important;\"],\"cssable\":true}]","[{\"selector\":\".global-top\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".layout-main .main-menu\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".layout-main .panel.no-margin\",\"action\":[\"style\",\"padding-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrap_cnts td[valign=\\\"top\\\"] #wrap_ctgr_new > div[id]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"#wrap_cnts td[valign=\\\"top\\\"] #wrap_ctgr_new\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body[data-elementor-device-mode=\\\"desktop\\\"] div[itemprop=\\\"mainContentOfPage\\\"]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".news_doc #footer\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true}]","[{\"selector\":\".td-is-sticky > .wpb_wrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#newsBody\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#hidden1\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"inner\\\"].column > div\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".inner-main [data-cloud*=\\\"_ad_\\\"] + div\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"premium-lawyer\\\"] ~ a.goto-all-lawyers\",\"action\":[\"style\",\"margin-top: 40px !important;\"],\"cssable\":true},{\"selector\":\"div[ng-if] > .lawyers-section.has-border-bottom\",\"action\":[\"style\",\"height: 250px !important;\"],\"cssable\":true}]","[{\"selector\":\"header .artc_ad\",\"action\":[\"style\",\"height: 130px !important;\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"height: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".cs_news_area .cs_area\",\"action\":[\"style\",\"width: calc(100% - 2px) !important;\"],\"cssable\":true},{\"selector\":\"li.area_guide\",\"action\":[\"style\",\"width: 96% !important;\"],\"cssable\":true}]","[{\"selector\":\".contentBox > .topNews .icon-list\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true},{\"selector\":\".contentBox > .topNews > .con-L\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\"[class][itemtype*=\\\"//schema.org/\\\"] .markdown\",\"action\":[\"style\",\"max-width: 100% !important; flex-basis: 100% !important;\"],\"cssable\":true},{\"selector\":\"[class][itemtype*=\\\"//schema.org/\\\"] > .center\",\"action\":[\"style\",\"width: 100% !important; flex-basis: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".box-skin .mobile-popular\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\".thisTimeNews > ul\",\"action\":[\"style\",\"border-right: none !important; width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".feature_index .box_user\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".wide_layout .wrap_srch_res .wrap_sort\",\"action\":[\"style\",\"width: auto !important;\"],\"cssable\":true},{\"selector\":\".wide_layout .wrap_srch_res .wrap_tab\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".wide_layout .wrap_srch_res [class*=\\\"prod_type2\\\"]\",\"action\":[\"style\",\"width: 1275px !important; border-left: 1px solid #e4e4e4 !important; background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\".MapMain > #map\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#index > div[id^=\\\"index_box\\\"][class]:not(.index_row_full)\",\"action\":[\"style\",\"margin-left: calc(50% - 145.5px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#loginFormWrite\",\"action\":[\"style\",\"margin-left: 25% !important;\"],\"cssable\":true},{\"selector\":\".byWd .matchingContWrap\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"header ~ header\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\".articleView + .aside .smallbox + .smallbox\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\".content_area .todayBox\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".inner_contents\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".top-keyword\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"ppom_newSub\\\"] .top_newSub .left_wt\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#main_sec\",\"action\":[\"style\",\"margin-top: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".sect-movie-chart > ol:nth-child(2) > li\",\"action\":[\"style\",\"margin-left: 130px !important;\"],\"cssable\":true},{\"selector\":\".wrap-login > .sect-login\",\"action\":[\"style\",\"margin-left: calc(50% - 270px) !important;\"],\"cssable\":true}]","[{\"selector\":\"html[class*=\\\"pc-size\\\"] .m-contents > .side-area > .analysis-ranking1\",\"action\":[\"style\",\"top: 475px !important; left: auto !important; width: 100% !important;\"],\"cssable\":true},{\"selector\":\"html[class*=\\\"pc-size\\\"] .m-contents > .side-area > div:nth-child(-1n+4)\",\"action\":[\"style\",\"top: auto !important; left: auto !important;\"],\"cssable\":true},{\"selector\":\"html[class*=\\\"pc-size\\\"] .side-area + .m-guide\",\"action\":[\"style\",\"margin-bottom: 150px !important;\"],\"cssable\":true}]","[{\"selector\":\".news-cate + .news-box\",\"action\":[\"style\",\"padding-right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class~=\\\"hospital-images-box\\\"] ~ .row > .col-8\",\"action\":[\"style\",\"max-width: 100% !important; flex: none !important;\"],\"cssable\":true}]","[{\"selector\":\"table[style][width][cellspacing][cellpadding] tr[valign] > td[style] > div[style]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".gdl-page-item\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#primary\",\"action\":[\"style\",\"width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".ebs_item .inner > div[class]\",\"action\":[\"style\",\"width: 50% !important;\"],\"cssable\":true}]","[{\"selector\":\"header.main-header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".bot-content-area .mid-util-wrap > div\",\"action\":[\"style\",\"width: calc(50% - 5px) !important;\"],\"cssable\":true}]","[{\"selector\":\".errorlay .new-login-warp\",\"action\":[\"style\",\"padding-top: 20px !important; margin-left: calc(50% - 232.5px) !important;\"],\"cssable\":true}]","[{\"selector\":\".wrap_home .section_spot .best_qna_wrap\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".wrap_home .section_spot\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#contentmemo ~ .adsbygoogle > div[style^=\\\"font-size:\\\"]\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#section_body\",\"action\":[\"style\",\"border-top: none !important;\"],\"cssable\":true}]","[{\"selector\":\".content_join\",\"action\":[\"style\",\"margin-left: calc(50% - 200px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#body_wrap > #body_main > div[style]:nth-child(1), #body_wrap > #body_main > div[style]:nth-child(3)\",\"action\":[\"style\",\"width: calc(50% - 5px) !important;\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".area_ranking\",\"action\":[\"style\",\"top: 400px !important;\"],\"cssable\":true}]","[{\"selector\":\".login_inputbox .inner\",\"action\":[\"style\",\"width: calc(100% - 115px) !important;\"],\"cssable\":true},{\"selector\":\".login_inputbox\",\"action\":[\"style\",\"float: none !important;\"],\"cssable\":true},{\"selector\":\".login_inputbox\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"#searchArea .title_wrap\",\"action\":[\"style\",\"width: calc(100% - 50px) !important;\"],\"cssable\":true},{\"selector\":\"#searchArea .viewType_L .product_list li .prd_info\",\"action\":[\"style\",\"width: 700px !important;\"],\"cssable\":true},{\"selector\":\".wrap_list .standard\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".banner-open .contents\",\"action\":[\"style\",\"padding-top: 68px !important;\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".goods_list_tit\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div.sc-64vosk-0.jIkGEl\",\"action\":[\"style\",\"margin-bottom: 10px !important;\"],\"cssable\":true}]","[{\"selector\":\".user_view\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".erd-container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]"];
|
|
31
|
+
const argsSeqs = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,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,88,89,90,-91,121,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,-121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179];
|
|
32
|
+
const hostnamesMap = new Map([["m.cafe.naver.com",1],["cafe.naver.com",2],["~m.cafe.naver.com",2],["search.naver.com",3],["namu.wiki",4],["news.tvchosun.com",5],["m.search.daum.net",6],["m.nocutnews.co.kr",7],["sports.chosun.com",8],["tipsandtrickskorea.com",9],["coocha.co.kr",10],["chzzk.naver.com",11],["m.fmkorea.com",12],["search.daum.net",13],["m.mt.co.kr",14],["news.daum.net",15],["coolenjoy.net",16],["aladin.co.kr",17],["m.danawa.com",18],["programmers.co.kr",19],["kyobobook.co.kr",20],["enuri.com",21],["search.shopping.naver.com",22],["bbs.ruliweb.com",23],["browse.auction.co.kr",24],["koreatimes.net",25],["ponh.info",26],["algumon.com",27],["5donews.co.kr",28],["mule.co.kr",29],["banhub.xyz",30],["zzzz.lol",31],["aniya24.com",32],["pedia.watcha.com",33],["m.ruliweb.com",34],["www.naver.com",35],["m.bunjang.co.kr",36],["search.tmon.co.kr",37],["m.pay.naver.com",38],["eomisae.co.kr",39],["bonik.me",40],["msearch.wemakeprice.com",41],["search.wemakeprice.com",42],["ypbooks.co.kr",43],["m.yna.co.kr",44],["hogangnono.com",45],["dailymedipharm.com",46],["eggrank.com",47],["2cpu.co.kr",48],["arca.live",49],["newreop.com",50],["ajunews.com",51],["koreaminecraft.net",52],["app.dcinside.com",53],["m.dcinside.com",53],["ppss.kr",54],["img.imimggggg87878.com",55],["frtoon220.com",56],["frtoon221.com",56],["frtoon222.com",56],["frtoon223.com",56],["frtoon224.com",56],["frtoon225.com",56],["frtoon226.com",56],["frtoon227.com",56],["frtoon228.com",56],["frtoon229.com",56],["frtoon230.com",56],["frtoon231.com",56],["frtoon232.com",56],["frtoon233.com",56],["hdhd344.net",57],["hdhd345.net",57],["hdhd346.net",57],["hdhd347.net",57],["hdhd348.net",57],["hdhd349.net",57],["hdhd350.net",57],["hdhd351.net",57],["hdhd352.net",57],["hdhd353.net",57],["hdhd354.net",57],["hdhd355.net",57],["hdhd356.net",57],["hdhd357.net",57],["hdhd358.net",57],["blacktoon302.com",58],["blacktoon303.com",58],["blacktoon304.com",58],["blacktoon305.com",58],["blacktoon306.com",58],["blacktoon307.com",58],["blacktoon308.com",58],["blacktoon309.com",58],["blacktoon310.com",58],["blacktoon311.com",58],["blacktoon312.com",58],["blacktoon313.com",58],["apycsports.com",59],["momkim.co.kr",59],["yachuk.com",59],["yes24.com",60],["semoi.kr",61],["meeco.kr",62],["aagag.com",63],["t.hi098123.com",64],["erdcloud.com",65],["boardlife.co.kr",66],["m.naver.com",67],["lol.ps",68],["2798731938.zigcou.com",69],["lawtimes.co.kr",70],["academy.prompie.com",71],["ggulzam.zal.kr",72],["economist.co.kr",73],["tftps.gg",74],["fow.kr",75],["3277532532.reviewtoday.net",76],["maple.gg",77],["courtauctionmap.com",78],["jovelys.ulog.kr",79],["coolfun.zal.kr",79],["etoland.co.kr",80],["m.hub.zum.com",81],["mlbpark.donga.com",82],["enterdiary.com",83],["hotplacehunter.co.kr",83],["mystylezip.com",83],["carandmore.co.kr",83],["maxmovieen.com",83],["tenbizt.com",83],["mobilitytv.co.kr",83],["thehousemagazine.kr",83],["tminews.co.kr",83],["capress.kr",83],["youtu.co",83],["dfast.kr",83],["mememedia.co.kr",83],["newautopost.co.kr",83],["gall.dcinside.com",84],["m.sports.chosun.com",85],["m.sportschosun.com",85],["atlantachosun.com",86],["issueclick.kr",87],["curiosityblog.co.kr",89],["m.shop.interpark.com",90],["shopping.interpark.com",91],["ygosunews.com",92],["www.auction.co.kr",94],["m.ytn.co.kr",95],["ktestone.com",96],["chchclub.com",97],["thepumpkin.io",98],["withcast.co.kr",99],["3.37.104.109",100],["donthellgo.com",101],["marupost.mycafe24.com",102],["lottoen.com",103],["simcong.com",104],["gorani.kr",105],["dodot.cafe24.com",106],["loapost.cafe24.com",106],["jiavr.xyz",106],["ohohz.cafe24.com",106],["bloter.net",107],["news.unn.net",108],["www.donga.com",109],["heraldpop.com",110],["chaoscube.co.kr",111],["news.heraldcorp.com",112],["heraldcorp.com",112],["pushoong.com",113],["topstarnews.net",114],["m.inven.co.kr",115],["blockchainhub.kr",116],["wowtv.co.kr",117],["kidkids.net",118],["lotteon.com",119],["evape.kr",120],["fomos.kr",121],["focus.daum.net",122],["autopostkorea.com",123],["newdaily.co.kr",125],["mk.co.kr",126],["memberssl.auction.co.kr",127],["auction.co.kr",128],["orbi.kr",129],["web.humoruniv.com",130],["haninvegas.com",131],["news.jtbc.co.kr",132],["sundaynewsusa.com",133],["instructivehumility.com",134],["news.oasisfeed.com",134],["ydailynewsis.blogspot.com",135],["kharn.kr",136],["v.daum.net",137],["lawtalk.co.kr",138],["medipana.com",139],["dailypharm.com",140],["~m.dailypharm.com",140],["drapt.com",141],["koreadaily.com",142],["hashcode.co.kr",143],["pinpointnews.co.kr",144],["news.nate.com",145],["encar.com",146],["shoppinghow.kakao.com",147],["diningcode.com",148],["serieamania.com",149],["jobkorea.co.kr",150],["joynews24.com",151],["inews24.com",151],["~m.joynews24.com",151],["~m.inews24.com",151],["newsis.com",152],["unsin.co.kr",153],["fnnews.com",154],["ppomppu.co.kr",155],["all-mice.co.kr",156],["cgv.co.kr",157],["paxnet.co.kr",158],["bigkinds.or.kr",159],["modoodoc.com",160],["noteforum.co.kr",161],["miraetv.net",162],["funnyissue.com",163],["googlewph.com",163],["gyeomipang.co.kr",163],["www.ebs.co.kr",164],["megabox.co.kr",165],["quasarzone.com",166],["edit.incruit.com",167],["kin.naver.com",168],["te31.com",169],["news.naver.com",170],["sso.pping.kr",171],["edufindkorea.com",172],["www.nate.com",173],["sign.dcinside.com",174],["compuzone.co.kr",175],["toomics.com",176],["windowsforum.kr",177],["berryjam.co.kr",178],["community.rememberapp.co.kr",179],["ruliweb.com",180],["www.erdcloud.com",181]]);
|
|
33
33
|
const hasEntities = false;
|
|
34
34
|
|
|
35
35
|
self.proceduralImports = self.proceduralImports || [];
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
/******************************************************************************/
|
|
29
29
|
|
|
30
|
-
const argsList = ["[]","[{\"selector\":\".elementor-column\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\".h-text\",\"tasks\":[[\"has-text\",\"publicitar\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Publ\"]]}]","[{\"selector\":\"article > div.td-post-content > p\",\"tasks\":[[\"has-text\",\"/^\\\\u00A0$/\"]]}]","[{\"selector\":\"div.grey-section\",\"tasks\":[[\"has-text\",\"Advertorial\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".container\",\"tasks\":[[\"has\",{\"selector\":\"> .part-right:has([href*=\\\"freakhosting.com\\\"])\"}]]}]","[{\"selector\":\".ipsWidget_title.ipsType_reset\",\"tasks\":[[\"has-text\",\"Sponsor\"]]}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"PUB\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"/Publicitate|Asemanatoare/\"]]}]","[{\"selector\":\".post_block:has([class^=\\\"guest\\\"])\",\"tasks\":[[\"has-text\",\"Anunturi\"]]},{\"selector\":\".topic_reply\",\"tasks\":[[\"has-text\",\"Anunturi\"]]}]","[{\"selector\":\".article-view\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]},{\"selector\":\".textlink\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\"#custom_html-10\",\"tasks\":[[\"has-text\",\"Advertising\"]]}]","[{\"selector\":\".widget_header\",\"tasks\":[[\"has-text\",\"/recomand/i\"]]}]","[{\"selector\":\".tdc-row\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"],[\"spath\",\" + .tdc-row\"]]},{\"selector\":\".tdc-row\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".td-pb-span12\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".sidebar-widget\",\"tasks\":[[\"has-text\",\"/Recomandate/\"],[\"not\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"Post\"]]}]]}]","[{\"selector\":\".inside-right-sidebar\",\"tasks\":[[\"has-text\",\"ads\"]]}]","[{\"selector\":\".elementor-widget-heading\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]},{\"selector\":\".td-pb-span3\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".custom_textwidget\",\"tasks\":[[\"has-text\",\"publicitar\"]]}]","[{\"selector\":\"section\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"Reclame\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\".elementor-element\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\".widget_media_video\",\"tasks\":[[\"has-text\",\"Publ\"]]}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"#sidebar > div.widget\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".boxstire2head\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".tdm-descr\",\"tasks\":[[\"has-text\",\"sponsor\"]]}]","[{\"selector\":\".mh-widget\",\"tasks\":[[\"has-text\",\"/PROMO|PARTENER/i\"]]}]","[{\"selector\":\".widget_media_image\",\"tasks\":[[\"has\",{\"selector\":\"[href]\",\"tasks\":[[\"not\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"[href*=\\\"litoraltv.ro\\\"]\"],[\"spath\",\":not(*:has([href*=\\\"facebook.com\\\"]))\"]]}]]}]]},{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".widget_text.widget\",\"tasks\":[[\"has-text\",\"Reclame\"]]}]","[{\"selector\":\"td > center\",\"tasks\":[[\"has-text\",\"Reclama\"]]}]","[{\"selector\":\".special-box-pm > p\",\"tasks\":[[\"has-text\",\"Philip Morris\"]]}]","[{\"selector\":\".article-category\",\"tasks\":[[\"has-text\",\"/Philip Morris|țigar/\"]]},{\"selector\":\".article-category-featured\",\"tasks\":[[\"has-text\",\"Philip Morris\"]]}]","[{\"selector\":\".article-body\",\"tasks\":[[\"has-text\",\"susținut de Philip Morris\"]]}]","[{\"selector\":\".single__content\",\"tasks\":[[\"has-text\",\"Philip Morris International\"]]}]","[{\"selector\":\".single__content\",\"tasks\":[[\"has-text\",\"Philip Morris România\"]]}]","[{\"selector\":\".article-body\",\"tasks\":[[\"has-text\",\"Philip Morris România\"]]}]","[{\"selector\":\"#article\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".article-wrap\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".single__container\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".container\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\"article\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".t-records\",\"tasks\":[[\"has-text\",\"arderea \"]]}]","[{\"selector\":\".article\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".ContentArticle\",\"tasks\":[[\"has-text\",\" tutunului\"]]}]","[{\"selector\":\"#sidebar > .widget_text\",\"tasks\":[[\"not\",{\"selector\":\".widgettitle\",\"tasks\":[[\"has-text\",\"Horoscop\"]]}]]}]","[{\"selector\":\".widget_text.widget\",\"tasks\":[[\"has-text\",\"eMAG\"]]}]","[{\"selector\":\".gridview-box-inside\",\"tasks\":[[\"has-text\",\"PROMO\"]]}]","[{\"selector\":\".striped_table_row:has(> div > .multicolumndayproginnerad)\",\"action\":[\"style\",\"position: absolute;\"],\"cssable\":true}]","[{\"selector\":\".small\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".container-top-a\",\"tasks\":[[\"has-text\",\"Publicitate\"]]},{\"selector\":\".mod-custom\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"article > *\",\"tasks\":[[\"has\",{\"selector\":\"[style]:has(.adsbygoogle)\"}]]}]","[{\"selector\":\".box_orange\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"*\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISING\"}]]}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"position:static!important; top: 0 !important;\"],\"cssable\":true},{\"selector\":\"#main_container\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".header_nav\",\"action\":[\"style\",\"position:static !important;\"],\"cssable\":true}]"];
|
|
31
|
-
const argsSeqs = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60];
|
|
32
|
-
const hostnamesMap = new Map([["mesagerulneamt.ro",1],["ziarpiatraneamt.ro",2],["presasm.ro",3],["smlive.ro",4],["agora.md",5],["agrointel.ro",6],["cspower.ro",7],["sa-mp.ro",8],["lauralaurentiu.ro",9],["lovendal.ro",10],["forum.softpedia.com",11],["kudika.ro",12],["evmarket.ro",13],["nwradu.ro",14],["desteptarea.ro",15],["autolatest.ro",16],["7media.md",17],["stireadeazi.ro",18],["agro-tv.ro",19],["mesageruldesibiu.ro",20],["weradio.ro",21],["curier.ro",22],["campinatv.ro",23],["buletindecarei.ro",24],["ciutacu.ro",25],["ziarulargesul.ro",26],["graiulsalajului.ro",27],["gorjonline.ro",28],["cespun.eu",29],["buzau.net",30],["zvj.ro",31],["presadeazi.ro",32],["ctnews.ro",33],["litoraltv.ro",34],["gazetavalceana.ro",35],["girlshare.ro",36],["jurnalul.ro",37],["stiripesurse.ro",38],["hotnews.ro",39],["csid.ro",40],["gandul.ro",41],["news.ro",42],["mediafax.ro",43],["wall-street.ro",44],["descopera.ro",45],["click.ro",46],["evz.ro",46],["dilemaveche.ro",47],["locals.md",48],["digi24.ro",49],["dcmedical.ro",50],["ramnicuvalceaweek.ro",51],["arhiblog.ro",52],["editiedevrancea.ro",53],["program-tv.ro",54],["catalog-az.ro",55],["catalog-hypermarket.ro",56],["svnews.ro",57],["reviste.ro",58],["stirileprotv.ro",59],["acasatv.ro",59],["sport.ro",59],["cinemagia.ro",60]]);
|
|
30
|
+
const argsList = ["[]","[{\"selector\":\".elementor-column\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\".h-text\",\"tasks\":[[\"has-text\",\"publicitar\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Publ\"]]}]","[{\"selector\":\"article > div.td-post-content > p\",\"tasks\":[[\"has-text\",\"/^\\\\u00A0$/\"]]}]","[{\"selector\":\"div.grey-section\",\"tasks\":[[\"has-text\",\"Advertorial\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".container\",\"tasks\":[[\"has\",{\"selector\":\"> .part-right:has([href*=\\\"freakhosting.com\\\"])\"}]]}]","[{\"selector\":\".ipsWidget_title.ipsType_reset\",\"tasks\":[[\"has-text\",\"Sponsor\"]]}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"PUB\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"/Publicitate|Asemanatoare/\"]]}]","[{\"selector\":\".post_block:has([class^=\\\"guest\\\"])\",\"tasks\":[[\"has-text\",\"Anunturi\"]]},{\"selector\":\".topic_reply\",\"tasks\":[[\"has-text\",\"Anunturi\"]]}]","[{\"selector\":\".article-view\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]},{\"selector\":\".textlink\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\"#custom_html-10\",\"tasks\":[[\"has-text\",\"Advertising\"]]}]","[{\"selector\":\".widget_header\",\"tasks\":[[\"has-text\",\"/recomand/i\"]]}]","[{\"selector\":\".tdc-row\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"],[\"spath\",\" + .tdc-row\"]]},{\"selector\":\".tdc-row\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".td-pb-span12\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".sidebar-widget\",\"tasks\":[[\"has-text\",\"/Recomandate/\"],[\"not\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"Post\"]]}]]}]","[{\"selector\":\".inside-right-sidebar\",\"tasks\":[[\"has-text\",\"ads\"]]}]","[{\"selector\":\".elementor-widget-heading\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]},{\"selector\":\".td-pb-span3\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"PUBLICITATE\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".custom_textwidget\",\"tasks\":[[\"has-text\",\"publicitar\"]]}]","[{\"selector\":\"section\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"Reclame\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\".elementor-element\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\".widget_media_video\",\"tasks\":[[\"has-text\",\"Publ\"]]}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"#sidebar > div.widget\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".boxstire2head\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".tdm-descr\",\"tasks\":[[\"has-text\",\"sponsor\"]]}]","[{\"selector\":\".mh-widget\",\"tasks\":[[\"has-text\",\"/PROMO|PARTENER/i\"]]}]","[{\"selector\":\".widget_media_image\",\"tasks\":[[\"has\",{\"selector\":\"[href]\",\"tasks\":[[\"not\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"[href*=\\\"litoraltv.ro\\\"]\"],[\"spath\",\":not(*:has([href*=\\\"facebook.com\\\"]))\"]]}]]}]]},{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".widget_text.widget\",\"tasks\":[[\"has-text\",\"Reclame\"]]}]","[{\"selector\":\"td > center\",\"tasks\":[[\"has-text\",\"Reclama\"]]}]","[{\"selector\":\".special-box-pm > p\",\"tasks\":[[\"has-text\",\"Philip Morris\"]]}]","[{\"selector\":\".article-category\",\"tasks\":[[\"has-text\",\"/Philip Morris|țigar/\"]]},{\"selector\":\".article-category-featured\",\"tasks\":[[\"has-text\",\"Philip Morris\"]]}]","[{\"selector\":\".article-body\",\"tasks\":[[\"has-text\",\"susținut de Philip Morris\"]]}]","[{\"selector\":\".single__content\",\"tasks\":[[\"has-text\",\"Philip Morris International\"]]}]","[{\"selector\":\".single__content\",\"tasks\":[[\"has-text\",\"Philip Morris România\"]]}]","[{\"selector\":\".article-body\",\"tasks\":[[\"has-text\",\"Philip Morris România\"]]}]","[{\"selector\":\"#article\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".article-wrap\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".single__container\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".container\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\"article\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".t-records\",\"tasks\":[[\"has-text\",\"arderea \"]]}]","[{\"selector\":\".article\",\"tasks\":[[\"has-text\",\"arderea tutunului\"]]}]","[{\"selector\":\".ContentArticle\",\"tasks\":[[\"has-text\",\" tutunului\"]]}]","[{\"selector\":\"#sidebar > .widget_text\",\"tasks\":[[\"not\",{\"selector\":\".widgettitle\",\"tasks\":[[\"has-text\",\"Horoscop\"]]}]]}]","[{\"selector\":\".widget_text.widget\",\"tasks\":[[\"has-text\",\"eMAG\"]]}]","[{\"selector\":\".gridview-box-inside\",\"tasks\":[[\"has-text\",\"PROMO\"]]}]","[{\"selector\":\".striped_table_row:has(> div > .multicolumndayproginnerad)\",\"action\":[\"style\",\"position: absolute;\"],\"cssable\":true}]","[{\"selector\":\".small\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\".container-top-a\",\"tasks\":[[\"has-text\",\"Publicitate\"]]},{\"selector\":\".mod-custom\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"article > *\",\"tasks\":[[\"has\",{\"selector\":\"[style]:has(.adsbygoogle)\"}]]}]","[{\"selector\":\".box_orange\",\"tasks\":[[\"has-text\",\"Publicitate\"]]}]","[{\"selector\":\"*\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISING\"}]]}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"position:static!important; top: 0 !important;\"],\"cssable\":true},{\"selector\":\"#main_container\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".header_nav\",\"action\":[\"style\",\"position:static !important;\"],\"cssable\":true}]","[{\"selector\":\".nav-user-notifications-icon-span\",\"action\":[\"style\",\"animation: none !important; -webkit-animation: none !important; animation-name: none !important; animation-duration: 0s !important;\"],\"cssable\":true}]"];
|
|
31
|
+
const argsSeqs = [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61];
|
|
32
|
+
const hostnamesMap = new Map([["mesagerulneamt.ro",1],["ziarpiatraneamt.ro",2],["presasm.ro",3],["smlive.ro",4],["agora.md",5],["agrointel.ro",6],["cspower.ro",7],["sa-mp.ro",8],["lauralaurentiu.ro",9],["lovendal.ro",10],["forum.softpedia.com",11],["kudika.ro",12],["evmarket.ro",13],["nwradu.ro",14],["desteptarea.ro",15],["autolatest.ro",16],["7media.md",17],["stireadeazi.ro",18],["agro-tv.ro",19],["mesageruldesibiu.ro",20],["weradio.ro",21],["curier.ro",22],["campinatv.ro",23],["buletindecarei.ro",24],["ciutacu.ro",25],["ziarulargesul.ro",26],["graiulsalajului.ro",27],["gorjonline.ro",28],["cespun.eu",29],["buzau.net",30],["zvj.ro",31],["presadeazi.ro",32],["ctnews.ro",33],["litoraltv.ro",34],["gazetavalceana.ro",35],["girlshare.ro",36],["jurnalul.ro",37],["stiripesurse.ro",38],["hotnews.ro",39],["csid.ro",40],["gandul.ro",41],["news.ro",42],["mediafax.ro",43],["wall-street.ro",44],["descopera.ro",45],["click.ro",46],["evz.ro",46],["dilemaveche.ro",47],["locals.md",48],["digi24.ro",49],["dcmedical.ro",50],["ramnicuvalceaweek.ro",51],["arhiblog.ro",52],["editiedevrancea.ro",53],["program-tv.ro",54],["catalog-az.ro",55],["catalog-hypermarket.ro",56],["svnews.ro",57],["reviste.ro",58],["stirileprotv.ro",59],["acasatv.ro",59],["sport.ro",59],["cinemagia.ro",60],["www.digi.ro",61]]);
|
|
33
33
|
const hasEntities = false;
|
|
34
34
|
|
|
35
35
|
self.proceduralImports = self.proceduralImports || [];
|