@browserless.io/browserless 2.37.0 → 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/build/browsers/index.js +15 -0
- package/build/routes/chrome/http/content.post.query.json +3 -0
- package/build/routes/chrome/http/download.post.query.json +3 -0
- package/build/routes/chrome/http/function.post.query.json +3 -0
- package/build/routes/chrome/http/pdf.post.query.json +3 -0
- package/build/routes/chrome/http/performance.post.query.json +3 -0
- package/build/routes/chrome/http/scrape.post.query.json +3 -0
- package/build/routes/chrome/http/screenshot.post.query.json +3 -0
- package/build/routes/chrome/tests/content.spec.js +21 -0
- package/build/routes/chrome/tests/json.spec.js +100 -0
- package/build/routes/chrome/ws/browser.query.json +3 -0
- package/build/routes/chrome/ws/cdp.query.json +3 -0
- package/build/routes/chrome/ws/function-connect.query.json +3 -0
- package/build/routes/chrome/ws/page.query.json +3 -0
- package/build/routes/chromium/http/content.post.query.json +3 -0
- package/build/routes/chromium/http/download.post.query.json +3 -0
- package/build/routes/chromium/http/function.post.query.json +3 -0
- package/build/routes/chromium/http/pdf.post.query.json +3 -0
- package/build/routes/chromium/http/performance.post.query.json +3 -0
- package/build/routes/chromium/http/scrape.post.query.json +3 -0
- package/build/routes/chromium/http/screenshot.post.query.json +3 -0
- package/build/routes/chromium/tests/content.spec.js +21 -0
- package/build/routes/chromium/tests/function.spec.js +27 -0
- package/build/routes/chromium/tests/json.spec.js +100 -0
- package/build/routes/chromium/ws/browser.query.json +3 -0
- package/build/routes/chromium/ws/cdp.query.json +3 -0
- package/build/routes/chromium/ws/function-connect.query.json +3 -0
- package/build/routes/chromium/ws/page.query.json +3 -0
- package/build/routes/edge/http/content.post.query.json +3 -0
- package/build/routes/edge/http/download.post.query.json +3 -0
- package/build/routes/edge/http/function.post.query.json +3 -0
- package/build/routes/edge/http/pdf.post.query.json +3 -0
- package/build/routes/edge/http/performance.post.query.json +3 -0
- package/build/routes/edge/http/scrape.post.query.json +3 -0
- package/build/routes/edge/http/screenshot.post.query.json +3 -0
- package/build/routes/edge/tests/content.spec.js +21 -0
- package/build/routes/edge/tests/json.spec.js +100 -0
- package/build/routes/edge/ws/browser.query.json +3 -0
- package/build/routes/edge/ws/cdp.query.json +3 -0
- package/build/routes/edge/ws/function-connect.query.json +3 -0
- package/build/routes/edge/ws/page.query.json +3 -0
- package/build/routes/management/http/kill.get.query.json +3 -0
- package/build/routes/management/http/sessions.get.query.json +3 -0
- package/build/routes/management/tests/management.spec.js +44 -0
- package/build/server.js +1 -1
- package/build/shim.js +11 -1
- package/build/shim.spec.js +14 -0
- package/build/types.d.ts +2 -0
- package/extensions/ublocklite/_locales/ar/messages.json +5 -5
- package/extensions/ublocklite/_locales/br_FR/messages.json +2 -2
- package/extensions/ublocklite/_locales/cs/messages.json +8 -8
- package/extensions/ublocklite/_locales/da/messages.json +5 -5
- package/extensions/ublocklite/_locales/de/messages.json +1 -1
- package/extensions/ublocklite/_locales/es/messages.json +4 -4
- package/extensions/ublocklite/_locales/fa/messages.json +8 -8
- package/extensions/ublocklite/_locales/gl/messages.json +5 -5
- package/extensions/ublocklite/_locales/hu/messages.json +5 -5
- package/extensions/ublocklite/_locales/ka/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/ru/messages.json +3 -3
- package/extensions/ublocklite/_locales/sq/messages.json +5 -5
- package/extensions/ublocklite/_locales/sv/messages.json +5 -5
- package/extensions/ublocklite/_locales/zh_CN/messages.json +5 -5
- package/extensions/ublocklite/css/settings.css +6 -0
- package/extensions/ublocklite/dashboard.html +1 -1
- package/extensions/ublocklite/js/background.js +29 -8
- package/extensions/ublocklite/js/dashboard.js +4 -5
- package/extensions/ublocklite/js/jsonpath.js +25 -10
- package/extensions/ublocklite/js/mode-manager.js +7 -9
- package/extensions/ublocklite/js/report.js +2 -4
- 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 +33 -18
- package/extensions/ublocklite/js/utils.js +15 -13
- package/extensions/ublocklite/manifest.json +3 -2
- 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 +13 -8
- package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +24 -18
- 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 +5 -3
- package/extensions/ublocklite/rulesets/main/chn-0.json +26 -16
- 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 +44 -101
- package/extensions/ublocklite/rulesets/main/easyprivacy.json +28 -15
- package/extensions/ublocklite/rulesets/main/est-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/fin-0.json +3 -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 +6 -3
- package/extensions/ublocklite/rulesets/main/jpn-1.json +31 -24
- 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 +17 -3
- 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 +5 -2
- package/extensions/ublocklite/rulesets/main/spa-1.json +13 -3
- package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +11287 -12041
- package/extensions/ublocklite/rulesets/main/swe-1.json +24 -22
- package/extensions/ublocklite/rulesets/main/tur-0.json +15 -6
- package/extensions/ublocklite/rulesets/main/ublock-badware.json +30 -3
- package/extensions/ublocklite/rulesets/main/ublock-filters.json +91 -88
- package/extensions/ublocklite/rulesets/main/ukr-0.json +3 -3
- package/extensions/ublocklite/rulesets/main/urlhaus-full.json +4063 -328
- package/extensions/ublocklite/rulesets/main/vie-1.json +62 -51
- 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/easylist.json +1 -6
- 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 -5
- package/extensions/ublocklite/rulesets/regex/ublock-filters.json +23 -14
- package/extensions/ublocklite/rulesets/ruleset-details.json +239 -239
- 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 +2 -2
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/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/grc-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/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/adguard-mobile.addEventListener-defuser.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.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.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-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 +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-window-open.js +5 -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 +19 -8
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-outbound-text.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-suppress-native-method.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.evaldata-prune.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{nld-0.json-prune-fetch-response.js → chn-0.set-cookie.js} +120 -266
- package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/est-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/{vie-1.addEventListener-defuser.js → fin-0.remove-node-text.js} +105 -154
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.href-sanitizer.js +4 -22
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.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/jpn-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +5 -1
- 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/kor-1.set-local-storage-item.js +399 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-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 +8 -4
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +6 -24
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-local-storage-item.js +399 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.href-sanitizer.js +4 -22
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-requestAnimationFrame.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.remove-node-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +4 -22
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setInterval.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.addEventListener-defuser.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.noeval-if.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +19 -8
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +848 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-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 +7 -3
- 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-edit-fetch-response.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +24 -10
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.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.jsonl-edit-xhr-response.js +24 -10
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +6 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +8 -4
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +8 -4
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.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-json-edit-fetch-response.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-override-element-method.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-dom-bypass.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +21 -10
- 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 +5 -1
- 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 +7 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +29 -11
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +24 -10
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.trusted-prevent-dom-bypass.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-window-open.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-setTimeout.js +5 -1
- package/extensions/ublocklite/rulesets/scripting/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 +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/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 +205 -117
- package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +18 -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 +267 -247
- 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 +47 -3
- package/extensions/ublocklite/rulesets/strictblock/fra-0.json +102 -41
- package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +208 -198
- package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/pgl.json +16 -20
- package/extensions/ublocklite/rulesets/strictblock/pol-0.json +5 -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 -653
- package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +23 -19
- package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +3 -0
- package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +4063 -328
- 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 +23 -22
- package/scripts/install-debugger.js +2 -2
- package/src/browsers/index.ts +20 -0
- package/src/routes/chrome/tests/content.spec.ts +24 -0
- package/src/routes/chrome/tests/json.spec.ts +134 -0
- package/src/routes/chromium/tests/content.spec.ts +24 -0
- package/src/routes/chromium/tests/function.spec.ts +33 -0
- package/src/routes/chromium/tests/json.spec.ts +134 -0
- package/src/routes/chromium/tests/scrape.spec.ts +3 -1
- package/src/routes/edge/tests/content.spec.ts +24 -0
- package/src/routes/edge/tests/json.spec.ts +134 -0
- package/src/routes/management/tests/management.spec.ts +66 -0
- package/src/server.ts +1 -1
- package/src/shared/screenshot.http.ts +1 -1
- package/src/shim.spec.ts +18 -0
- package/src/shim.ts +15 -1
- package/src/types.ts +2 -0
- package/static/docs/swagger.json +5 -2
- package/static/docs/swagger.min.json +4 -1
- package/static/function/client.js +143 -105
- package/static/function/index.html +143 -105
- package/build/routes/chrome/tests/json-version.spec.js +0 -37
- package/build/routes/chromium/tests/json-version.spec.js +0 -37
- package/build/routes/edge/tests/json-version.spec.js +0 -37
- package/src/routes/chrome/tests/json-version.spec.ts +0 -52
- package/src/routes/chromium/tests/json-version.spec.ts +0 -52
- package/src/routes/edge/tests/json-version.spec.ts +0 -52
- /package/build/routes/chrome/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
- /package/build/routes/chromium/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
- /package/build/routes/edge/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
/******************************************************************************/
|
|
29
29
|
|
|
30
|
-
const argsList = ["[]","[{\"selector\":\"#macy-container > article > .articlebox > a[href*=\\\"/blogsazan.com/mag/reportage\\\"]\",\"tasks\":[[\"upward\",\"article\"]]},{\"selector\":\".blog_center_bar > .main_title\",\"tasks\":[[\"has-text\",\"مطالب پیشنهادی\"]]},{\"selector\":\".blog_right_bar > .main_title\",\"tasks\":[[\"has-text\",\"آخرین مطالب مجله\"],[\"spath\",\" + .main_content_free\"]]},{\"selector\":\".blog_right_bar > .main_title\",\"tasks\":[[\"has-text\",\"آخرین مطالب مجله\"]]},{\"selector\":\".main_content[style=\\\"border-radius:10px;\\\"] > div[style=\\\"padding: 10px; text-align:center; font-size:13px;\\\"] > a\",\"tasks\":[[\"upward\",\".main_content\"]]}]","[{\"selector\":\"div#macy-container > article\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"> div.articlebox > div.icons\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]},{\"selector\":\"div.main_title\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"مطالب پیشنهادی از سراسر وب\"]]}]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\"div.loading-banner-modal.is-loading\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div.box > div.box_head\",\"action\":[\"style\",\"position: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/category/رپرتاژ-آگهی\"]]}],[\"spath\",\" .archive-blog > article > figure > .entry-category\"],[\"has-text\",\"رپرتاژ آگهی\"],[\"upward\",\"article\"]]}]","[{\"selector\":\"body[style^=\\\"background-image: url(\\\\\\\"/_images/nonprintable.gif\\\\\\\")\\\"]\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true},{\"selector\":\"input[id=\\\"PreparePrint\\\"]\",\"action\":[\"remove-attr\",\"disabled\"],\"tasks\":[[\"watch-attr\",[\"disabled\"]]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/category/رپرتاژ/\"]]}],[\"spath\",\" article > footer > span.post-meta-cat\"],[\"has-text\",\"رپرتاژ\"],[\"upward\",\"article\"]]},{\"selector\":\"aside > div > span > a.ani[target=\\\"_blank\\\"][title]\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"vc_url\"]]}]","[{\"selector\":\".page-body > .post:not(article) > .yn-bnr:empty\",\"tasks\":[[\"upward\",\".post\"]]},{\"selector\":\".page-body > .post:not(article) > [id^=\\\"pos-article-\\\"]:empty\",\"tasks\":[[\"upward\",\".post\"]]},{\"selector\":\".sidebar-right > .box > .title\",\"tasks\":[[\"has-text\",\"لینک های مفید\"],[\"upward\",\".box\"]]}]","[{\"selector\":\"aside.left > div.box > div.title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\"div.box\"]]}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#sidebar .widget a[href*=\\\"faradars.org\\\"] > img[alt*=\\\"فرادرس\\\"]\",\"tasks\":[[\"upward\",\".widget\"]]},{\"selector\":\"#sidebar .widget div[id^=\\\"kaprila_linktable\\\"]\",\"tasks\":[[\"upward\",\".widget\"]]},{\"selector\":\".content\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".yn-bnr\",\"tasks\":[[\"upward\",\".custom\"]]}]","[{\"selector\":\".widget-asan > span > a\",\"tasks\":[[\"upward\",\".widget-asan\"]]}]","[{\"selector\":\"#yektanet-pos-2\",\"tasks\":[[\"upward\",\".boxsh\"]]},{\"selector\":\".col-sm-push-2\",\"action\":[\"style\",\"right: unset !important;\"],\"cssable\":true},{\"selector\":\".main\",\"action\":[\"style\",\"width: 74.3% !important;\"],\"cssable\":true},{\"selector\":\".menu_left-side-ads\",\"tasks\":[[\"upward\",\".boxsh\"]]},{\"selector\":\".menu_right-side-ads\",\"tasks\":[[\"upward\",\".boxsh\"]]}]","[{\"selector\":\".widget > .widget-top\",\"tasks\":[[\"has-text\",\"آگهی متنی\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".sidebar.col-4 > ul > li > h4\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"],[\"upward\",\"li\"]]}]","[{\"selector\":\".post-sticky\",\"tasks\":[[\"upward\",\".row\"]]}]","[{\"selector\":\"div.video-list\",\"tasks\":[[\"has\",{\"selector\":\"> div > div\",\"tasks\":[[\"has\",{\"selector\":\"span.ad\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]]}]","[{\"selector\":\".block > header > h2\",\"tasks\":[[\"has-text\",\"/وبگردی|نیازمندی|رپرتاژ/\"],[\"upward\",\".block\"]]},{\"selector\":\".carousel-inner > .item > .row > .col-md-4 > article:has(a[href*=\\\"aftabir.com/reportages\\\"])\",\"tasks\":[[\"upward\",\".col-md-4\"]]},{\"selector\":\".carousel-inner > .item > .row > .col-md-8:has(article > a[href*=\\\"aftabir.com/news/view/\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".apktops-slider-section ul > li:not(:has(a[href=\\\"https://t.me/+UgVXT9YqXOs0MQTy\\\"]))\",\"action\":[\"remove\",\"\"]},{\"selector\":\".post-article > .content > .row .entry-content\",\"tasks\":[[\"has-text\",\"اسپاتیفای پرمیوم از APKTOPS\"],[\"upward\",\".post-article\"]]},{\"selector\":\".spcontent\",\"tasks\":[[\"upward\",\".post\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#yt_spotlight3 .klatest-items-div > .modtitle\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".klatest-items-div\"]]}]","[{\"selector\":\".widget > .section-heading > .h-text\",\"tasks\":[[\"has-text\",\"لینکستون\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"protoUrl\"]]}]","[{\"selector\":\"div.step:nth-of-type(3)::after\",\"action\":[\"style\",\"content: 'هشدار از طرف لیست PersianBlocker: با ثبت کردن این اطلاعات، این سایت میتواند آدرس خانه و همه اطلاعات شما که در حسابکاربری اسنپفود ثبت شده است را مشاهده کند و یا حتی اقدام به تغییر اطلاعات و ثبت سفارش کند. از این سایت با ریسک خودتان استفاده کنید و بعد از اتمام بررسی، دکمه \\\"خروج\\\" در سایت اسنپفود را زده تا Token شما لغو شده و دسترسی این سایت به حسابکاربری شما قطع شود.' !important; color: #E6000D !important; margin-top: 20px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"section.text_type_holder\",\"tasks\":[[\"has\",{\"selector\":\"> header.header_section > h4\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".widgettitle\",\"tasks\":[[\"has-text\",\"/پیشنهاد|مفید/\"]]}]]}]","[{\"selector\":\".linkbox\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\"#sidebar > .block > h5\",\"tasks\":[[\"has-text\",\"لینک های متنی\"],[\"upward\",\".block\"]]}]","[{\"selector\":\"a.dl-btn\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"ads\"]]}]]}]","[{\"selector\":\"div.col-2\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".linkbox > header\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".linkbox\"]]}]","[{\"selector\":\".bd-sidebar > div > .widget > .block-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".main-term-none > .listing > .type-post > .item-inner > .featured > .term-badges\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"],[\"upward\",\".type-post\"]]},{\"selector\":\".main-term-none > .listing > .type-post > .item-inner > .post-meta > .post-author-a > .author\",\"tasks\":[[\"has-text\",\"واحد تبلیغات\"],[\"upward\",\".type-post\"]]}]","[{\"selector\":\".general-box\",\"tasks\":[[\"has\",{\"selector\":\".box-header\",\"tasks\":[[\"has-text\",\"وب گردی\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/رپورتاژ\"]]}],[\"spath\",\" .art-post > .head-post > .cat-post\"],[\"has-text\",\"رپورتاژ\"],[\"upward\",\".art-post\"]]}]","[{\"selector\":\"#kaprila_downloadly_ir_side-2\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\"#kaprila_downloadly_ir_static-post\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\"#kaprila_downloadly_ir_top-side\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\"#kaprila_linktable\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\".postfixedafterpost\",\"tasks\":[[\"upward\",\".g-cols\"]]}]","[{\"selector\":\"div.slider-tab-ring\",\"tasks\":[[\"has\",{\"selector\":\"> h4.extra-menu\",\"tasks\":[[\"has-text\",\"حامیان ما\"]]}]]}]","[{\"selector\":\"#primary\",\"tasks\":[[\"not\",{\"selector\":\"> .categoriesPageHead\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"]]}],[\"spath\",\".rowList > li:has(a[href*=\\\"/promoted/\\\"])\"]]},{\"selector\":\".todaysNewsList__posts\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important\"],\"cssable\":true}]","[{\"selector\":\"article > .items-center .mr-auto > .mr-1 > svg[style$=\\\"fill: var(--color-ad);\\\"] .text-neutral-500::after\",\"action\":[\"style\",\"content: ' 🚫 (تبلیغ) 🚫 ' !important; color: red !important; font-weight: bold !important; font-size: large !important;\"],\"cssable\":true},{\"selector\":\"div.flex.w-full > div.grow.min-w-0 > div[class*=\\\"styles_PdpProductContent__s\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> div.break-words > div.text-body-2\",\"tasks\":[[\"has-text\",\"آگهیشده\"]]}]]},{\"selector\":\"div[class^=\\\"product-list_ProductList__item__\\\"][data-product-index] > .block > .h-full[data-testid=\\\"product-card\\\"] > article > .items-center:has(> .ml-1 > img[src=\\\"/statics/img/svg/productCard/topBadge/PromotedIncredibleOffer.svg\\\"])::after\",\"action\":[\"style\",\"content: ' 🚫 (تبلیغ) 🚫 ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"div.py-2\",\"tasks\":[[\"has\",{\"selector\":\"> div.items-center > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.h-full > div.flex > span.text-caption\",\"tasks\":[[\"has-text\",\"سفارشی\"]]}]]}]","[{\"selector\":\"div.kt-modal__contents > div.kt-modal__body a.button-row-item[href^=\\\"https://open-platform-redirect.divar.ir?app_slug=karnameh_price_evaluation\\\"] > div.kt-button > span.kt-text-truncate::after\",\"action\":[\"style\",\"content: ' (۱۰ هزار تومان)' !important;\"],\"cssable\":true}]","[{\"selector\":\".footer-content .tag-cloud\",\"tasks\":[[\"upward\",\".foot-col\"]]}]","[{\"selector\":\".container\",\"action\":[\"style\",\"width: 95% !important;\"],\"cssable\":true}]","[{\"selector\":\".latestContents\",\"tasks\":[[\"has\",{\"selector\":\".bTitle\",\"tasks\":[[\"has-text\",\"وب گردی\"]]}]]}]","[{\"selector\":\"div.sp_ln_box_title\",\"tasks\":[[\"has-text\",\"نیازمندیها\"]]}]","[{\"selector\":\"div#post p\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true},{\"selector\":\"div#sidebar300 > div.mywidget > div.titles\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"spath\",\" + div.titline\"]]},{\"selector\":\"div#sidebar300 > div.mywidget > div.titles\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]},{\"selector\":\"div.mywidget\",\"tasks\":[[\"has\",{\"selector\":\"> div.titles\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"div#player-container svg[width=\\\"48\\\"][height=\\\"48\\\"][viewBox=\\\"0 0 64 64\\\"] > g[opacity=\\\"0.6\\\"]\",\"tasks\":[[\"upward\",\"svg\"]]}]","[{\"selector\":\".widget > .widget_title\",\"tasks\":[[\"has-text\",\"پیوندهای مفید\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".aside-inner > .widget-sidebar > .title\",\"tasks\":[[\"has-text\",\"/بنر شماره|تبلیغات متنی/\"],[\"upward\",\".widget-sidebar\"]]}]","[{\"selector\":\"div.g\",\"tasks\":[[\"has\",{\"selector\":\"> div.g-col > span[style]\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}],[\"spath\",\":has(div.post-link-box1)\"]]},{\"selector\":\"div.sidebar > div.widget\",\"tasks\":[[\"has\",{\"selector\":\"> div.widget-head > h3\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".n-first-col-left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".content-column\",\"tasks\":[[\"not\",{\"selector\":\"> .archive-title\",\"tasks\":[[\"has-text\",\"رپرتاژ تبلیغاتی\"]]}],[\"spath\",\" .item-inner:has(a[href*=\\\"/pr/\\\"])\"]]}]","[{\"selector\":\"a#is_link\",\"action\":[\"style\",\"display: inline-block !important;\"],\"cssable\":true},{\"selector\":\"span#is_count, span#is_not\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div#sidebar > aside > section.widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> a > h5\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".herald-sidebar .widget\",\"tasks\":[[\"has\",{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}],[\"spath\",\" p:not(:has(a[href*=\\\"kurdsoft\\\"])):not(:has(a[href*=\\\"7ganj.ir\\\"]))\"]]}]","[{\"selector\":\".sidebar > .box > .behtarinbacklink\",\"tasks\":[[\"upward\",\".box\"]]}]","[{\"selector\":\".main_wrapper\",\"action\":[\"style\",\"max-width: 95% !important;\"],\"cssable\":true},{\"selector\":\".page_first_clm\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".page_second_clm\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true},{\"selector\":\".right_col\",\"action\":[\"style\",\"width: 95% !important;\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr > td > .dagh > strong\",\"tasks\":[[\"has-text\",\"اخبار تبلیغاتی\"]]}]","[{\"selector\":\"div[id$=\\\"col-up\\\"]\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"spath\",\" + div[id$=\\\"col-body\\\"]\"]]},{\"selector\":\"div[id$=\\\"col-up\\\"]\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]","[{\"selector\":\".ads-top\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true}]","[{\"selector\":\"div#sp-right > div.sp-column > div.sp-module\",\"tasks\":[[\"has\",{\"selector\":\"> h3.sp-module-title\",\"tasks\":[[\"has-text\",\"حامیان ما\"]]}]]}]","[{\"selector\":\".cside1 > .hside2\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".cside1\"]]}]","[{\"selector\":\"section#left-side > aside > h4\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\"aside\"]]}]","[{\"selector\":\"aside.sidebar-right > div.box\",\"tasks\":[[\"has\",{\"selector\":\"> div.title > h4.title-text\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"#ads-container > .box > header\",\"tasks\":[[\"has-text\",\"وبگردی\"],[\"upward\",\".box\"]]}]","[{\"selector\":\".m-ads\",\"tasks\":[[\"upward\",\".sidebar-left-item.content\"]]}]","[{\"selector\":\".box\",\"tasks\":[[\"has\",{\"selector\":\"header\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]},{\"selector\":\".main-content\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"css-\\\"][dir=\\\"auto\\\"]\",\"tasks\":[[\"has-text\",\"بازارگاه\"],[\"spath\",\" + div[class^=\\\"css-\\\"]:empty + div[class^=\\\"css-\\\"]:has(> div[class^=\\\"css-\\\"][style] > div[class^=\\\"css-\\\"]:empty + div[class^=\\\"css-\\\"][style] > div[style=\\\"width: 25%;\\\"] > div[tabindex=\\\"0\\\"][style=\\\"transition-duration: 0s;\\\"])\"]]},{\"selector\":\"div[class^=\\\"css-\\\"][dir=\\\"auto\\\"]\",\"tasks\":[[\"has-text\",\"بازارگاه\"]]}]","[{\"selector\":\"\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/reportage\"]]}],[\"spath\",\" .main-term-4998\"]]}]","[{\"selector\":\"\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/reportage\"]]}],[\"spath\",\" .main-term-4662\"]]}]","[{\"selector\":\"div#column3 > table.sidea > tbody > tr\",\"tasks\":[[\"has\",{\"selector\":\"> td > div.mybox > h4\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"div.col-md-7\",\"action\":[\"style\",\"width: 75% !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\".main-content > .row > .content, .main-conten\",\"action\":[\"style\",\"max-width: 99% !important; flex: 0 0 99% !important;\"],\"cssable\":true}]","[{\"selector\":\".c-forceToLogin__content\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; opacity:1 !important;\"],\"cssable\":true},{\"selector\":\"div.c-forceToLogin__content\",\"action\":[\"style\",\"filter: none !important; opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu=\"]]},{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"user-select\"]]},{\"selector\":\"style[media=\\\"print\\\"]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"display:none\"]]},{\"selector\":\"style[media=\\\"print\\\"]\",\"tasks\":[[\"has-text\",\"display:none\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select\"]]}]","[{\"selector\":\"section.other_news > header\",\"tasks\":[[\"has-text\",\"رپرتاژ\"],[\"spath\",\" + div\"]]},{\"selector\":\"section.other_news > header\",\"tasks\":[[\"has-text\",\"رپرتاژ\"]]}]","[{\"selector\":\".aside_boxs > .title_nt_box\",\"tasks\":[[\"has-text\",\"تبلیغ\"],[\"upward\",\".aside_boxs\"]]}]","[{\"selector\":\".bahavadaran-news > .header-section\",\"tasks\":[[\"has-text\",\"دیگر رسانه ها\"]]}]","[{\"selector\":\".col-md-21\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true}]","[{\"selector\":\".part-content-wordpres > .title-section\",\"tasks\":[[\"has-text\",\"پست تبلیغاتی\"],[\"upward\",\".part-content-wordpres\"]]},{\"selector\":\".small-tab-news > .sidebar-news > ul\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".small-tab-news\"]]},{\"selector\":\"section.tabliqat-text > header\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\"section.tabliqat-text\"]]}]","[{\"selector\":\"[onclick^=\\\"sendBannerDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"[onclick^=\\\"sendCardDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"[onclick^=\\\"sendDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"[onclick^=\\\"sendViewMoreDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\".rbox .rbox-h\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".rbox\"]]}]","[{\"selector\":\"div.sidebar > div.box\",\"tasks\":[[\"has\",{\"selector\":\"div.row\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".footer_column > div > ul > li > a\",\"tasks\":[[\"has-text\",\"طراحی سایت\"]]},{\"selector\":\".lnk > center > a > img[alt=\\\"ADS\\\"]\",\"tasks\":[[\"upward\",\"center\"]]}]","[{\"selector\":\".side_left > .side > .title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".side_left\"]]}]","[{\"selector\":\"div.sidebar\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"div.body-main-out.select-lock\",\"action\":[\"remove-class\",\"select-lock\"]}]","[{\"selector\":\"div.text-white\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"div#icontent\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div.col-12 div#ctl00_topModule1_pnlTop\",\"tasks\":[[\"has\",{\"selector\":\"> div.divleftmod > div.py-2 > strong\",\"tasks\":[[\"has-text\",\"جت سئو\"]]}]]}]","[{\"selector\":\"div.elementor > section > div.elementor-container\",\"tasks\":[[\"has\",{\"selector\":\"h2.heading-title\",\"tasks\":[[\"has-text\",\"لینکهای کاربردی\"]]}]]}]","[{\"selector\":\".entry\",\"tasks\":[[\"has\",{\"selector\":\".title\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".news-col-1\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".news-col-2\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true}]","[{\"selector\":\"aside#left > .box > .title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".box\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"pa_vc_url\"]]}]","[{\"selector\":\"aside\",\"tasks\":[[\"has\",{\"selector\":\"aside > div > div > span\",\"tasks\":[[\"has-text\",\"تبلیغ\"]]}]]}]","[{\"selector\":\".sidebar_item > .sidebar_item__inner > .sidebar_item__title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".sidebar_item\"]]}]","[{\"selector\":\"div.page-contents > div.footnote-list-container\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.location=\"]]}]","[{\"selector\":\"div.side_left > div.side > div.title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\"div.side\"]]}]","[{\"selector\":\"section\",\"tasks\":[[\"has\",{\"selector\":\"> header > h4\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"#webgardi_list\",\"tasks\":[[\"upward\",\".section_cnt\"]]}]","[{\"selector\":\"form[action^=\\\"link/topPageSubmit/\\\"], div#linkStr\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"section.main_c\",\"action\":[\"style\",\"width: 76% !important;\"],\"cssable\":true}]","[{\"selector\":\".post > .post__content > .post__category\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"],[\"upward\",\".post\"]]}]","[{\"selector\":\".right-sidebar > aside > .tit-side\",\"tasks\":[[\"has-text\",\"لینک های مفید\"],[\"upward\",\"aside\"]]}]","[{\"selector\":\".sidbar > p > strong\",\"tasks\":[[\"has-text\",\"پیوندها\"],[\"upward\",\".sidbar\"]]}]","[{\"selector\":\"noscript\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div.adcontainer div#p30konkor-ads-p > div.bs-vc-wrapper > div.vc_col-sm-4\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div#warpper\",\"action\":[\"style\",\"max-width: 90% !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div#custom_html-3\",\"tasks\":[[\"has\",{\"selector\":\"p.section-heading\",\"tasks\":[[\"has-text\",\"رپورتاژ\"]]}]]},{\"selector\":\"div.wbie\",\"tasks\":[[\"has\",{\"selector\":\"div.section-heading\",\"tasks\":[[\"has-text\",\"آگهی متنی\"]]}]]},{\"selector\":\"div.wpb_column\",\"tasks\":[[\"has\",{\"selector\":\"div.section-heading\",\"tasks\":[[\"has-text\",\"آگهی متنی\"]]}]]},{\"selector\":\"div.wpb_column\",\"tasks\":[[\"has\",{\"selector\":\"h3.section-heading\",\"tasks\":[[\"has-text\",\"رپورتاژ\"]]}]]}]","[{\"selector\":\"div.featured-holder > div.owl-carousel > div.owl-stage-outer > div.owl-stage > div.owl-item:has(> div.item > div > div.placeholder > iframe[src^=\\\"https://a.reymit.ir/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body > div#wrp > div.main_menu::before\",\"action\":[\"style\",\"content: 'روحت شاد صابر جان. (PersianBlocker)' !important; color: #E6000D !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"body > div#wrp::before\",\"action\":[\"style\",\"content: '«مرد نکونام نمیرد هرگز / مرده آن است که نامش به نکویی نبرند»' !important; color: #E6000D !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"div.MuiGrid-root[class*=\\\"hsCode_LimitedItem__\\\"]\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important; pointer-events: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".container, .main\",\"action\":[\"style\",\"width: 95% !important;\"],\"cssable\":true}]","[{\"selector\":\"div.margin-bottom-16 > section.various-cnt\",\"tasks\":[[\"has\",{\"selector\":\"> header.default-header > h2.title\",\"tasks\":[[\"has-text\",\"بازرگانی\"]]}]]},{\"selector\":\"header.default-header-2 > h2.title\",\"tasks\":[[\"has-text\",\"وبگردی\"]]}]","[{\"selector\":\"div.sk-side\",\"tasks\":[[\"has\",{\"selector\":\"> div.sk-side-title\",\"tasks\":[[\"has-text\",\"/لینکهای پیشنهادی|منتخب پیشنهاد امروز|روز/\"]]}]]},{\"selector\":\"html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: revert !important;\"],\"cssable\":true},{\"selector\":\"img[data-src]\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu =\"]]}]","[{\"selector\":\".box\",\"tasks\":[[\"has\",{\"selector\":\"header\",\"tasks\":[[\"has-text\",\"مفید\"]]}]]}]","[{\"selector\":\".left_news_box > .left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".main_right_archsing > .single\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".column_1\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".column_2\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".widget_title\",\"tasks\":[[\"has-text\",\"پیوند\"]]}]]}]","[{\"selector\":\".row_one_content\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".dinu\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\".GSBlock > div > .title > h3\",\"tasks\":[[\"has-text\",\"لینک های ویژه\"],[\"upward\",\".GSBlock\"]]},{\"selector\":\".GSLiveTab > .tab_container1 > #tab3 > h2\",\"tasks\":[[\"has-text\",\"مقالات\"],[\"upward\",\".GSLiveTab\"]]},{\"selector\":\".OpenTable > div > center > a[rel=\\\"nofollow\\\"] > .img-responsive\",\"tasks\":[[\"upward\",\".OpenTable\"]]},{\"selector\":\".OpenTable > h2\",\"tasks\":[[\"has-text\",\"مقالات\"],[\"upward\",\".OpenTable\"]]}]","[{\"selector\":\"div.left-body\",\"tasks\":[[\"has\",{\"selector\":\"> div.left-title\",\"tasks\":[[\"has-text\",\"لینک دوستان\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/fa/news/pr\"]]}],[\"spath\",\" .items-row\"],[\"has\",{\"selector\":\".sazitem_imgcat\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"]]}]]}]","[{\"selector\":\"div.px-3\",\"tasks\":[[\"has\",{\"selector\":\"a > span\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"li[id^=\\\"ad\\\"]\",\"tasks\":[[\"upward\",\"section.box\"]]},{\"selector\":\"section.box ul > li.bklnk\",\"tasks\":[[\"upward\",\"section.box\"]]}]","[{\"selector\":\".col-12.col-md-8\",\"action\":[\"style\",\"max-width: 100% !important; flex: 0 0 100% !important; margin-right: 0 !important;\"],\"cssable\":true},{\"selector\":\".sidebar > .d-flex > aside > section > figure:has(a[href*=\\\"ad.technews-iran.com/\\\"])\",\"tasks\":[[\"upward\",\".sidebar\"]]}]","[{\"selector\":\"div.buy_box > a.cheapest-seller-wrapper > div.online_seller div.online_badge\",\"tasks\":[[\"has-text\",\"آگهی\"],[\"upward\",\"div.buy_box\"]]}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"wccp\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/category/website/reportage/\"]]}],[\"spath\",\" .box\"],[\"has-text\",\"رپورتاژ آگهی\"]]}]","[{\"selector\":\"[class=\\\"widget_text sidebar-box\\\"]\",\"tasks\":[[\"has-text\",\"تبلیغ\"]]},{\"selector\":\"[class=\\\"widget_text sidebar-box\\\"]\",\"tasks\":[[\"has-text\",\"وبگردی\"]]}]","[{\"selector\":\"div.right-sidebar > aside\",\"tasks\":[[\"has\",{\"selector\":\"> div.tit-side\",\"tasks\":[[\"has-text\",\"پیوندهای داغ\"]]}]]}]","[{\"selector\":\"section#downloadbox > input#btnDownload\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/tag/رپورتاژ-آگهی/\"]]}],[\"spath\",\" .posts-list > article.tag-8164 > .clearfix > a[class=\\\"title\\\"][href$=\\\"reportage/\\\"]\"],[\"upward\",\"article\"]]},{\"selector\":\".widget > p > #KajAds_Panel\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\".box\",\"tasks\":[[\"has\",{\"selector\":\".top_title\",\"tasks\":[[\"has-text\",\"نیازمندیها\"]]}]]},{\"selector\":\".film_box\",\"tasks\":[[\"has-text\",\"مدرسه آنلاین\"]]},{\"selector\":\".stitle_box\",\"tasks\":[[\"has\",{\"selector\":\".top_title\",\"tasks\":[[\"has-text\",\"وب گردی\"]]}]]}]","[{\"selector\":\"app-channel div.live-box\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"input.filter\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"input.filter\",\"action\":[\"remove-class\",\"filter\"]}]","[{\"selector\":\"#mostvisited\",\"tasks\":[[\"has\",{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"aside.column-side > div.block\",\"tasks\":[[\"has\",{\"selector\":\"> div.block-title\",\"tasks\":[[\"has-text\",\"وبگردی\"]]}]]}]","[{\"selector\":\"div.col-md-3 > .box.style-1 > .box-header\",\"tasks\":[[\"has-text\",\"/تبلیغات رپورتاژ|لوگو اسپانسر/\"],[\"upward\",\".box\"]]}]","[{\"selector\":\"section#RightPanel > div.RBC > div.CCTS\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\"div.RBC\"]]}]","[{\"selector\":\"aside.widget_text > div.aside_box_title\",\"tasks\":[[\"has-text\",\"لینک های ویژه\"],[\"upward\",\"aside.widget_text\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"input[type=\\\"hidden\\\"]:is(input[name=\\\"usr_login\\\"], input[name=\\\"referer\\\"], input#usr_resolution, input#usr_os, input#usr_browser)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"aside > .title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\"aside\"]]}]","[{\"selector\":\"div.main > div.mainx1 > div\",\"tasks\":[[\"has\",{\"selector\":\"> span.side-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".form-inline\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/author/d-reportages\"]]}],[\"spath\",\" ul#posts-container > li.post-item > .post-details > .post-meta > .author-meta\"],[\"has-text\",\"دپارتمان تبلیغات\"],[\"upward\",\"li.post-item\"]]},{\"selector\":\".widget > .widget-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".col-2\",\"action\":[\"style\",\"width: 60% !important;\"],\"cssable\":true},{\"selector\":\".no-padd-1st-child\",\"action\":[\"style\",\"width: 40% !important;\"],\"cssable\":true}]","[{\"selector\":\".LeftSide > .TableOfContent > div[style=\\\"text-align:center;\\\"]\",\"tasks\":[[\"has-text\",\"صفحات مرتبط\"],[\"upward\",\".TableOfContent\"]]}]","[{\"selector\":\"a[href]:where([href*=\\\"filmazon.my/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href]:where([href*=\\\"par30games.net/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href]:where([href*=\\\"soft98.ir/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//avamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//bamabin\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//darkmovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//dibamovi\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//digimovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//filmkio\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//golchindl\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//moviefilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//mymoviz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//mytopmoviez\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//valamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//zfilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"24movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"30nama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"4kdownload.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"5download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"animelist.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"arnr.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"baniwak.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bi3-seda.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bollywood1.sbs\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bosgame.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bossfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bunnysub.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"centerdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"chchek.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"clickfiles.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"coolaks.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"danofilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dark-movies.tech\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"darkroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"disfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlday.click\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlfars.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlpersian.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlrozaneh.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"downloadha.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"ehsanfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"farafilm.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"fardisfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"farsifilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filimiano.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"film2movie.asia\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmazon.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmbaz.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmbin-test.buzz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmcase.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmdoon.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmekade.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmeno.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmino.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmlost.ink\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmnet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmparsi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmsara.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmsky.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmzi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"fox.cfd\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"foxmovie.cyou\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"funofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"gameten.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"glp.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hamahang.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hamrahmoviez.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hastidl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hexdl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"icinemaa.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"imovies-dl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"jaheshmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"kiamovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"king-movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"kingmovi.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"kingmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"lovinfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"magbazi.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"melofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"mer30download.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"mimovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"miniroid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"modernfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"montmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movie-source.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movie.af\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movielandz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movienama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"moviezone.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movineh.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"myavanet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"mygolchindl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"netpaak.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"nex1music.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"ni3movie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"nightmovie.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"niikidaily.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"nilz.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"oxymovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"par30dl.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"par30games.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"parsafilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"parsigamer.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"parsmovies.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"pelano.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"persianvid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"pinkfilm.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"playrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"plus.telewebion.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"raycamovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"rofaghayekhoob.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"rubixfa.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"saberfun.today\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"serialbar.xyz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"serialfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"sidemovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"skydl.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"skymovies.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tafrihicenter.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tak-movies.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"takmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"telvideo.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tinroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tizmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tvrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"upko.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"upmedia.movie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"vgdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"wilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"wir36.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yekmovie.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yekmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yoozdl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yoozmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zaminmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zardfilm.in\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zarfilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zflix.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zinofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//avamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//bamabin\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//darkmovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//dibamovi\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//digimovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//filmkio\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//golchindl\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//moviefilm\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mymoviz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mytopmoviez\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//valamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//zfilm\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"24movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"30nama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"4kdownload.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"5download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"animelist.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"arnr.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"baniwak.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bi3-seda.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bollywood1.sbs\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bosgame.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bossfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bunnysub.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"centerdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"chchek.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"clickfiles.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"coolaks.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"danofilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dark-movies.tech\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"darkroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"disfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlday.click\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlfars.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlpersian.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlrozaneh.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"downloadha.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ehsanfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farafilm.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fardisfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farsifilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimiano.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2movie.asia\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmazon.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbaz.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbin-test.buzz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmcase.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmdoon.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmekade.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmeno.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmino.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmlost.ink\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmnet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmparsi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsara.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsky.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmzi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fox.cfd\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"foxmovie.cyou\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"funofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gameten.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"glp.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamahang.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamrahmoviez.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hastidl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hexdl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"icinemaa.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"imovies-dl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"jaheshmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kiamovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"king-movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmovi.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"lovinfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"magbazi.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"melofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mer30download.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mimovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"miniroid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"modernfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"montmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie-source.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie.af\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movielandz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movienama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"moviezone.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movineh.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"myavanet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mygolchindl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"netpaak.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nex1music.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ni3movie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nightmovie.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"niikidaily.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nilz.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"oxymovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"p30day.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30dl.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30games.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsafilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsigamer.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsmovies.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pelano.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"persianvid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pinkfilm.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"playrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"plus.telewebion.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"raycamovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"rubixfa.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"saberfun.today\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialbar.xyz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sidemovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skydl.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skymovies.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tafrihicenter.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tak-movies.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"takmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"telvideo.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tinroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tizmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tvrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upko.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upmedia.movie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"vgdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wir36.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmovie.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozdl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zaminmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zardfilm.in\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zarfilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zflix.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zinofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"filmazon.my/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"par30games.net/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"soft98.ir/\\\"])::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//avamovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//bamabin\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//darkmovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//dibamovi\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//digimovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//filmkio\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//golchindl\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//moviefilm\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//mymoviz\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//mytopmoviez\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//valamovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//zfilm\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"24movie.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"30nama.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"4kdownload.org\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"5download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"animelist.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"arnr.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"baniwak.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bi3-seda.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bollywood1.sbs\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bossfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bunnysub.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"centerdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"chchek.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"clickfiles.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"coolaks.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"danofilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dark-movies.tech\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"disfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlday.click\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlfars.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlpersian.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlrozaneh.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ehsanfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farafilm.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fardisfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farsifilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimiano.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2movie.asia\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmazon.\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmbaz.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmbin-test.buzz\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmcase.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmdoon.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmekade.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmeno.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmino.me\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmlost.ink\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmnet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmparsi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsara.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsky.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmzi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fox.cfd\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"foxmovie.cyou\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"funofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gameten.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"glp.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamahang.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamrahmoviez.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hastidl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hexdl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"icinemaa.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"imovies-dl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"jaheshmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"kiamovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"king-movie.net\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"kingmovi.\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"kingmoviez.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"lovinfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"melofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mer30download.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mimovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"modernfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"montmovie.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movie-source.net\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movie.af\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movielandz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movienama.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"moviezone.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movineh.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"myavanet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mygolchindl.top\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"netpaak.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nex1music.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ni3movie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nightmovie.top\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"niikidaily.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nilz.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"oxymovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsafilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsmovies.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pelano.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"persianvid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pinkfilm.me\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"playrooz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"plus.telewebion.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"raycamovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"rofaghayekhoob.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"rubixfa.\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"saberfun.today\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"serialbar.xyz\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"serialfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sidemovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"skydl.org\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"skymovies.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tafrihicenter.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tak-movies.site\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"takmovie.co\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"telvideo.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tizmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tvrooz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upko.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upmedia.movie\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"wilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"wir36.site\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yekmovie.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yekmoviez.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozdl.top\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zaminmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zardfilm.in\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zarfilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zflix.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zinofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"filmazon.my/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"par30games.net/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"soft98.ir/\\\"])::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"//filmkio\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"//zfilm\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"animelist.tv\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"kiamovie.ir\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"zarfilm.com\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//avamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//bamabin\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//darkmovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//dibamovi\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//digimovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//golchindl\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//moviefilm\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mymoviz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mytopmoviez\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//valamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"24movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"30nama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"4kdownload.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"5download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"arnr.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"baniwak.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bi3-seda.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bollywood1.sbs\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bosgame.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bossfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bunnysub.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"centerdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"chchek.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"clickfiles.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"coolaks.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"danofilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dark-movies.tech\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"darkroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"disfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlday.click\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlfars.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlpersian.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlrozaneh.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"downloadha.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"ehsanfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"farafilm.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"fardisfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"farsifilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimiano.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2movie.asia\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmazon.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbaz.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbin-test.buzz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmcase.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmdoon.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmekade.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmeno.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmino.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmlost.ink\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmnet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmparsi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsara.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsky.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmzi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"fox.cfd\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"foxmovie.cyou\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"funofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"gameten.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"glp.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamahang.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamrahmoviez.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hastidl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hexdl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"icinemaa.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"imovies-dl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"jaheshmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"king-movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmovi.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"lovinfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"magbazi.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"melofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"mer30download.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"mimovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"miniroid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"modernfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"montmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie-source.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie.af\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movielandz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movienama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"moviezone.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movineh.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"myavanet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"mygolchindl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"netpaak.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"nex1music.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"ni3movie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"nightmovie.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"niikidaily.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"nilz.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"oxymovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30dl.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30games.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsafilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsigamer.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsmovies.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"pelano.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"persianvid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"pinkfilm.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"playrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"plus.telewebion.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"raycamovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"rofaghayekhoob.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"rubixfa.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"saberfun.today\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialbar.xyz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"sidemovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"skydl.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"skymovies.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tafrihicenter.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tak-movies.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"takmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"telvideo.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tinroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tizmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tvrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"upko.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"upmedia.movie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"vgdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"wilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"wir36.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmovie.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozdl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zaminmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zardfilm.in\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zflix.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zinofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bosgame.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"darkroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"downloadha.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"magbazi.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"miniroid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30dl.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30games.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsigamer.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tinroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"vgdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"a[name^=\\\"Advertisement\\\"]\",\"tasks\":[[\"upward\",\".wb_element\"]]}]","[{\"selector\":\".benawa_contentarea .benawa_treeads\",\"tasks\":[[\"upward\",\".benawa_contentarea\"]]}]","[{\"selector\":\"div[class^=\\\"sc-\\\"][spacing=\\\"[object Object]\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\"img[src^=\\\"https://img.soft98.ir/\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".top-ads-wrap\",\"action\":[\"style\",\"width: 0px !important; height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"filmazon.my/\\\"])::before\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::before\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important; font-size: large !important;\"],\"cssable\":true},{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"par30games.net/\\\"])::before\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"soft98.ir/\\\"])::before\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important; font-size: large !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"filmazon.my/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"par30games.net/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"soft98.ir/\\\"])::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; backdrop-filter: none !important; opacity: 1 !important; visibility: visible !important; mix-blend-mode: normal !important; clip-path: none !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"position: static !important; transform: none !important; filter: none !important; -webkit-filter: none !important; backdrop-filter: none !important; opacity: 1 !important; visibility: visible !important; mix-blend-mode: normal !important; clip-path: none !important;\"],\"cssable\":true},{\"selector\":\"html::after\",\"action\":[\"style\",\"all: unset !important; content: ' ⚠️ این وبسایت توسط جامعهٔ PersianBlocker یک وبسایت ضدکاربر تشخیص داده شده است؛ یعنی با جلوگیری از استفاده از افزونههای ضدتبلیغات، آزادی شماره صفرم شما (هر کاربر باید آزادی اینکه چه چیز را ببیند یا نبیند داشته باشد) را محدود کرده است. پیشنهاد میشود از وبسایتهای جایگزین استفاده کنید. PersianBlocker 🄯 ⚠️ ' !important; color: #1E88E5 !important; font-weight: bold !important; font-size: x-large !important; background-color: white !important; border: 8px solid red !important; border-radius: 12px !important; padding: 1em !important; width: min(100%, 90vw) !important; height: auto !important; max-width: 100vw !important; max-height: 90vh !important; overflow: auto !important; clip: auto !important; clip-path: none !important; mask: none !important; transform: translateX(-50%) !important; display: block !important; opacity: 100% !important; visibility: visible !important; filter: none !important; -webkit-text-fill-color: initial !important; -webkit-text-stroke: initial !important; position: absolute !important; top: 12px !important; left: 50% !important; right: auto !important; bottom: auto !important; z-index: 214748364700 !important; text-indent: 0 !important; line-height: normal !important; backface-visibility: visible !important; animation: none !important; transition: none !important; contain: content !important; box-sizing: border-box !important; margin: 0 auto; inset: 0; pointer-events: auto; isolation: isolate !important;\"],\"cssable\":true}]"];
|
|
31
|
-
const argsSeqs = [0,1,2,-3,-4,5,-3,-4,-5,36,-3,-5,118,-3,-4,-5,129,-4,-5,81,6,-7,8,8,-8,83,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,-27,-85,143,28,29,30,31,32,33,34,35,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,82,-84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,141,142,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,
|
|
32
|
-
const hostnamesMap = new Map([["blogsazan.com",1],["eramblog.com",2],["anesthesianotes.ir",3],["coffeeapps.ir",6],["p30konkor.com",10],["sclinic.ir",13],["jafekri.com",17],["alibaba.ir",20],["alfehrest.com",21],["music-fa.com",23],["jobinja.ir",24],["appreview.ir",26],["ac.ir",27],["anzalweb.ir",28],["androidparsi.ir",29],["dailymobile.ir",29],["tarfandha.org",29],["avaz-kurd.ir",30],["artmusics.top",31],["adanayi.ir",32],["adanayi.blogfa.com",32],["androidzoom.ir",33],["akharinnews.com",34],["asandl.com",35],["arga-mag.com",36],["amazing.ir",37],["alamto.com",38],["androidgozar.com",39],["aparat.com",40],["aftabir.com",41],["apktops.ir",42],["babapart.com",43],["delta3da.cam",43],["parallelsanat.com",43],["public-psychology.ir",43],["binaopt.com",44],["app.blubank.com",44],["searchline.ir",44],["takmili.com",45],["vakil.net",44],["bazimag.com",48],["bazdeh.org",49],["bandmoviez.one",50],["biainobokhor.ir",51],["behmusic.com",52],["musictag.ir",52],["bartarinha.ir",53],["charbzaban.com",54],["chetor.com",55],["darkroid.ir",56],["didarnews.ir",57],["dlrozaneh.ir",58],["deltapayam.com",59],["digiro.ir",60],["donya-e-eqtesad.com",61],["downloadsoftware.ir",62],["downloadly.ir",63],["digiboy.ir",64],["digiato.com",65],["www.digikala.com",66],["digikala.com",67],["divar.ir",68],["elmevarzesh.com",69],["eghtesadgardan.ir",70],["eghtesadepooya.ir",70],["econews.ir",70],["ecoiran.com",71],["entekhab.ir",72],["elmefarda.com",73],["filmnet.ir",74],["filmsky.ir",75],["farsifilm.ir",76],["farachart.com",77],["fardanews.com",78],["farnet.io",79],["gameeroid.com",80],["gamemods.ir",81],["7ganj.ir",82],["gamesetup.ir",83],["gostaresh.news",84],["ghatreh.com",85],["graphiran.com",86],["gadgetnews.net",87],["hellodigi.ir",88],["harmonydl.us",89],["hamtamovie.nl",90],["harfetaze.com",91],["hamshahrionline.ir",92],["iranidata.com",93],["imna.ir",94],["my.irancell.ir",95],["idehalmag.com",96],["idehaltech.com",97],["iranjib.ir",98],["isna.ir",99],["jeyran.net",100],["kihanb.ir",101],["khodrotak.com",103],["khodropluss.ir",104],["khanefootball.com",105],["khaandaniha.ir",106],["konkur.in",107],["khanoumi.com",108],["khabarpu.com",109],["kalakamuz.ir",110],["lordroid.com",111],["listen2music.ir",112],["melkana.com",113],["mihmansho.com",114],["mihantrader.com",115],["mimplus.ir",116],["mohandescenter.ir",117],["mediat.ir",118],["mihand.ir",119],["mosalasonline.com",120],["mybia4music.com",121],["marzfun.com",122],["moderndl.com",123],["noorlib.ir",124],["najiremix.ir",125],["nex11music.ir",126],["show-music.ir",126],["niniban.com",127],["55online.news",128],["opizo.me",129],["payamekhabar.ir",130],["plaza.ir",131],["par30media.com",132],["power-music.ir",133],["pichak.net",134],["parsnaz.com",135],["par30games.net",136],["1pezeshk.com",137],["reymit.ir",138],["rastikerdar.blog.ir",139],["rasm.io",140],["rouydad24.ir",141],["rokna.net",142],["subkade.ir",143],["shahanmusic.ir",144],["salameno.com",145],["shmi.ir",146],["shomavaeghtesad.com",147],["shereno.com",148],["shomanews.com",149],["sakhtafzarmag.com",150],["sarzamindownload.com",151],["skinak.ir",152],["shahrsakhtafzar.com",153],["saednews.com",154],["saat24.news",155],["technews-iran.com",156],["torob.com",157],["techfars.com",158],["techna.news",159],["texahang.org",160],["trainbit.com",161],["techrato.com",162],["tabnak.ir",163],["telewebion.com",164],["takhfifan.com",165],["toranji.ir",166],["tasnimnews.com",167],["tarafdari.com",168],["takskin.com",169],["taknaz.ir",170],["uptrack.ir",171],["uploadboy.com",172],["vipofilm.com",173],["vazeh.com",174],["xip.li",175],["youc.ir",176],["yektapress.com",177],["zibamoon.com",178],["www.google.com",179],["duckduckgo.com",180],["search.brave.com",181],["duckduckgo",182],["takvim.tj",183],["benawa.com",184],["pedal.ir",185],["filmzi.com",185],["soft98.ir",186],["~forum.soft98.ir",186],["yasdl.com",188],["alaatv.com",189],["www.bing.com",190],["zarebin.ir",
|
|
30
|
+
const argsList = ["[]","[{\"selector\":\"#macy-container > article > .articlebox > a[href*=\\\"/blogsazan.com/mag/reportage\\\"]\",\"tasks\":[[\"upward\",\"article\"]]},{\"selector\":\".blog_center_bar > .main_title\",\"tasks\":[[\"has-text\",\"مطالب پیشنهادی\"]]},{\"selector\":\".blog_right_bar > .main_title\",\"tasks\":[[\"has-text\",\"آخرین مطالب مجله\"],[\"spath\",\" + .main_content_free\"]]},{\"selector\":\".blog_right_bar > .main_title\",\"tasks\":[[\"has-text\",\"آخرین مطالب مجله\"]]},{\"selector\":\".main_content[style=\\\"border-radius:10px;\\\"] > div[style=\\\"padding: 10px; text-align:center; font-size:13px;\\\"] > a\",\"tasks\":[[\"upward\",\".main_content\"]]}]","[{\"selector\":\"div#macy-container > article\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"> div.articlebox > div.icons\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]},{\"selector\":\"div.main_title\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"مطالب پیشنهادی از سراسر وب\"]]}]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\"div.loading-banner-modal.is-loading\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div.box > div.box_head\",\"action\":[\"style\",\"position: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/category/رپرتاژ-آگهی\"]]}],[\"spath\",\" .archive-blog > article > figure > .entry-category\"],[\"has-text\",\"رپرتاژ آگهی\"],[\"upward\",\"article\"]]}]","[{\"selector\":\"body[style^=\\\"background-image: url(\\\\\\\"/_images/nonprintable.gif\\\\\\\")\\\"]\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true},{\"selector\":\"input[id=\\\"PreparePrint\\\"]\",\"action\":[\"remove-attr\",\"disabled\"],\"tasks\":[[\"watch-attr\",[\"disabled\"]]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/category/رپرتاژ/\"]]}],[\"spath\",\" article > footer > span.post-meta-cat\"],[\"has-text\",\"رپرتاژ\"],[\"upward\",\"article\"]]},{\"selector\":\"aside > div > span > a.ani[target=\\\"_blank\\\"][title]\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"vc_url\"]]}]","[{\"selector\":\".page-body > .post:not(article) > .yn-bnr:empty\",\"tasks\":[[\"upward\",\".post\"]]},{\"selector\":\".page-body > .post:not(article) > [id^=\\\"pos-article-\\\"]:empty\",\"tasks\":[[\"upward\",\".post\"]]},{\"selector\":\".sidebar-right > .box > .title\",\"tasks\":[[\"has-text\",\"لینک های مفید\"],[\"upward\",\".box\"]]}]","[{\"selector\":\"aside.left > div.box > div.title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\"div.box\"]]}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#sidebar .widget a[href*=\\\"faradars.org\\\"] > img[alt*=\\\"فرادرس\\\"]\",\"tasks\":[[\"upward\",\".widget\"]]},{\"selector\":\"#sidebar .widget div[id^=\\\"kaprila_linktable\\\"]\",\"tasks\":[[\"upward\",\".widget\"]]},{\"selector\":\".content\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".yn-bnr\",\"tasks\":[[\"upward\",\".custom\"]]}]","[{\"selector\":\".widget-asan > span > a\",\"tasks\":[[\"upward\",\".widget-asan\"]]}]","[{\"selector\":\"#yektanet-pos-2\",\"tasks\":[[\"upward\",\".boxsh\"]]},{\"selector\":\".col-sm-push-2\",\"action\":[\"style\",\"right: unset !important;\"],\"cssable\":true},{\"selector\":\".main\",\"action\":[\"style\",\"width: 74.3% !important;\"],\"cssable\":true},{\"selector\":\".menu_left-side-ads\",\"tasks\":[[\"upward\",\".boxsh\"]]},{\"selector\":\".menu_right-side-ads\",\"tasks\":[[\"upward\",\".boxsh\"]]}]","[{\"selector\":\".widget > .widget-top\",\"tasks\":[[\"has-text\",\"آگهی متنی\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".sidebar.col-4 > ul > li > h4\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"],[\"upward\",\"li\"]]}]","[{\"selector\":\".post-sticky\",\"tasks\":[[\"upward\",\".row\"]]}]","[{\"selector\":\"div.video-list\",\"tasks\":[[\"has\",{\"selector\":\"> div > div\",\"tasks\":[[\"has\",{\"selector\":\"span.ad\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]]}]","[{\"selector\":\".block > header > h2\",\"tasks\":[[\"has-text\",\"/وبگردی|نیازمندی|رپرتاژ/\"],[\"upward\",\".block\"]]},{\"selector\":\".carousel-inner > .item > .row > .col-md-4 > article:has(a[href*=\\\"aftabir.com/reportages\\\"])\",\"tasks\":[[\"upward\",\".col-md-4\"]]},{\"selector\":\".carousel-inner > .item > .row > .col-md-8:has(article > a[href*=\\\"aftabir.com/news/view/\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".apktops-slider-section ul > li:not(:has(a[href=\\\"https://t.me/+UgVXT9YqXOs0MQTy\\\"]))\",\"action\":[\"remove\",\"\"]},{\"selector\":\".post-article > .content > .row .entry-content\",\"tasks\":[[\"has-text\",\"اسپاتیفای پرمیوم از APKTOPS\"],[\"upward\",\".post-article\"]]},{\"selector\":\".spcontent\",\"tasks\":[[\"upward\",\".post\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#yt_spotlight3 .klatest-items-div > .modtitle\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".klatest-items-div\"]]}]","[{\"selector\":\".widget > .section-heading > .h-text\",\"tasks\":[[\"has-text\",\"لینکستون\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"protoUrl\"]]}]","[{\"selector\":\"div.step:nth-of-type(3)::after\",\"action\":[\"style\",\"content: 'هشدار از طرف لیست PersianBlocker: با ثبت کردن این اطلاعات، این سایت میتواند آدرس خانه و همه اطلاعات شما که در حسابکاربری اسنپفود ثبت شده است را مشاهده کند و یا حتی اقدام به تغییر اطلاعات و ثبت سفارش کند. از این سایت با ریسک خودتان استفاده کنید و بعد از اتمام بررسی، دکمه \\\"خروج\\\" در سایت اسنپفود را زده تا Token شما لغو شده و دسترسی این سایت به حسابکاربری شما قطع شود.' !important; color: #E6000D !important; margin-top: 20px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"section.text_type_holder\",\"tasks\":[[\"has\",{\"selector\":\"> header.header_section > h4\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".widgettitle\",\"tasks\":[[\"has-text\",\"/پیشنهاد|مفید/\"]]}]]}]","[{\"selector\":\".linkbox\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\"#sidebar > .block > h5\",\"tasks\":[[\"has-text\",\"لینک های متنی\"],[\"upward\",\".block\"]]}]","[{\"selector\":\"a.dl-btn\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"ads\"]]}]]}]","[{\"selector\":\"div.col-2\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".linkbox > header\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".linkbox\"]]}]","[{\"selector\":\".bd-sidebar > div > .widget > .block-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".main-term-none > .listing > .type-post > .item-inner > .featured > .term-badges\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"],[\"upward\",\".type-post\"]]},{\"selector\":\".main-term-none > .listing > .type-post > .item-inner > .post-meta > .post-author-a > .author\",\"tasks\":[[\"has-text\",\"واحد تبلیغات\"],[\"upward\",\".type-post\"]]}]","[{\"selector\":\".general-box\",\"tasks\":[[\"has\",{\"selector\":\".box-header\",\"tasks\":[[\"has-text\",\"وب گردی\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/رپورتاژ\"]]}],[\"spath\",\" .art-post > .head-post > .cat-post\"],[\"has-text\",\"رپورتاژ\"],[\"upward\",\".art-post\"]]}]","[{\"selector\":\"#kaprila_downloadly_ir_side-2\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\"#kaprila_downloadly_ir_static-post\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\"#kaprila_downloadly_ir_top-side\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\"#kaprila_linktable\",\"tasks\":[[\"upward\",\".g-cols\"]]},{\"selector\":\".postfixedafterpost\",\"tasks\":[[\"upward\",\".g-cols\"]]}]","[{\"selector\":\"div.slider-tab-ring\",\"tasks\":[[\"has\",{\"selector\":\"> h4.extra-menu\",\"tasks\":[[\"has-text\",\"حامیان ما\"]]}]]}]","[{\"selector\":\"#primary\",\"tasks\":[[\"not\",{\"selector\":\"> .categoriesPageHead\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"]]}],[\"spath\",\".rowList > li:has(a[href*=\\\"/promoted/\\\"])\"]]},{\"selector\":\".todaysNewsList__posts\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important\"],\"cssable\":true}]","[{\"selector\":\"article > .items-center .mr-auto > .mr-1 > svg[style$=\\\"fill: var(--color-ad);\\\"] .text-neutral-500::after\",\"action\":[\"style\",\"content: ' 🚫 (تبلیغ) 🚫 ' !important; color: red !important; font-weight: bold !important; font-size: large !important;\"],\"cssable\":true},{\"selector\":\"div.flex.w-full > div.grow.min-w-0 > div[class*=\\\"styles_PdpProductContent__s\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> div.break-words > div.text-body-2\",\"tasks\":[[\"has-text\",\"آگهیشده\"]]}]]},{\"selector\":\"div[class^=\\\"product-list_ProductList__item__\\\"][data-product-index] > .block > .h-full[data-testid=\\\"product-card\\\"] > article > .items-center:has(> .ml-1 > img[src=\\\"/statics/img/svg/productCard/topBadge/PromotedIncredibleOffer.svg\\\"])::after\",\"action\":[\"style\",\"content: ' 🚫 (تبلیغ) 🚫 ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"div.py-2\",\"tasks\":[[\"has\",{\"selector\":\"> div.items-center > div.swiper-container > div.swiper-wrapper > div.swiper-slide > div.h-full > div.flex > span.text-caption\",\"tasks\":[[\"has-text\",\"سفارشی\"]]}]]}]","[{\"selector\":\"div.kt-modal__contents > div.kt-modal__body a.button-row-item[href^=\\\"https://open-platform-redirect.divar.ir?app_slug=karnameh_price_evaluation\\\"] > div.kt-button > span.kt-text-truncate::after\",\"action\":[\"style\",\"content: ' (۱۰ هزار تومان)' !important;\"],\"cssable\":true}]","[{\"selector\":\".footer-content .tag-cloud\",\"tasks\":[[\"upward\",\".foot-col\"]]}]","[{\"selector\":\".container\",\"action\":[\"style\",\"width: 95% !important;\"],\"cssable\":true}]","[{\"selector\":\".latestContents\",\"tasks\":[[\"has\",{\"selector\":\".bTitle\",\"tasks\":[[\"has-text\",\"وب گردی\"]]}]]}]","[{\"selector\":\"div.sp_ln_box_title\",\"tasks\":[[\"has-text\",\"نیازمندیها\"]]}]","[{\"selector\":\"div#post p\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true},{\"selector\":\"div#sidebar300 > div.mywidget > div.titles\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"spath\",\" + div.titline\"]]},{\"selector\":\"div#sidebar300 > div.mywidget > div.titles\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]},{\"selector\":\"div.mywidget\",\"tasks\":[[\"has\",{\"selector\":\"> div.titles\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"div#player-container svg[width=\\\"48\\\"][height=\\\"48\\\"][viewBox=\\\"0 0 64 64\\\"] > g[opacity=\\\"0.6\\\"]\",\"tasks\":[[\"upward\",\"svg\"]]}]","[{\"selector\":\".widget > .widget_title\",\"tasks\":[[\"has-text\",\"پیوندهای مفید\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".aside-inner > .widget-sidebar > .title\",\"tasks\":[[\"has-text\",\"/بنر شماره|تبلیغات متنی/\"],[\"upward\",\".widget-sidebar\"]]}]","[{\"selector\":\"div.g\",\"tasks\":[[\"has\",{\"selector\":\"> div.g-col > span[style]\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}],[\"spath\",\":has(div.post-link-box1)\"]]},{\"selector\":\"div.sidebar > div.widget\",\"tasks\":[[\"has\",{\"selector\":\"> div.widget-head > h3\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".n-first-col-left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".content-column\",\"tasks\":[[\"not\",{\"selector\":\"> .archive-title\",\"tasks\":[[\"has-text\",\"رپرتاژ تبلیغاتی\"]]}],[\"spath\",\" .item-inner:has(a[href*=\\\"/pr/\\\"])\"]]}]","[{\"selector\":\"a#is_link\",\"action\":[\"style\",\"display: inline-block !important;\"],\"cssable\":true},{\"selector\":\"span#is_count, span#is_not\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div#sidebar > aside > section.widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> a > h5\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".herald-sidebar .widget\",\"tasks\":[[\"has\",{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}],[\"spath\",\" p:not(:has(a[href*=\\\"kurdsoft\\\"])):not(:has(a[href*=\\\"7ganj.ir\\\"]))\"]]}]","[{\"selector\":\".sidebar > .box > .behtarinbacklink\",\"tasks\":[[\"upward\",\".box\"]]}]","[{\"selector\":\".main_wrapper\",\"action\":[\"style\",\"max-width: 95% !important;\"],\"cssable\":true},{\"selector\":\".page_first_clm\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".page_second_clm\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true},{\"selector\":\".right_col\",\"action\":[\"style\",\"width: 95% !important;\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr > td > .dagh > strong\",\"tasks\":[[\"has-text\",\"اخبار تبلیغاتی\"]]}]","[{\"selector\":\"div[id$=\\\"col-up\\\"]\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"spath\",\" + div[id$=\\\"col-body\\\"]\"]]},{\"selector\":\"div[id$=\\\"col-up\\\"]\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]","[{\"selector\":\".ads-top\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true}]","[{\"selector\":\"div#sp-right > div.sp-column > div.sp-module\",\"tasks\":[[\"has\",{\"selector\":\"> h3.sp-module-title\",\"tasks\":[[\"has-text\",\"حامیان ما\"]]}]]}]","[{\"selector\":\".cside1 > .hside2\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".cside1\"]]}]","[{\"selector\":\"section#left-side > aside > h4\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\"aside\"]]}]","[{\"selector\":\"aside.sidebar-right > div.box\",\"tasks\":[[\"has\",{\"selector\":\"> div.title > h4.title-text\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"#ads-container > .box > header\",\"tasks\":[[\"has-text\",\"وبگردی\"],[\"upward\",\".box\"]]}]","[{\"selector\":\".m-ads\",\"tasks\":[[\"upward\",\".sidebar-left-item.content\"]]}]","[{\"selector\":\".box\",\"tasks\":[[\"has\",{\"selector\":\"header\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]},{\"selector\":\".main-content\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"css-\\\"][dir=\\\"auto\\\"]\",\"tasks\":[[\"has-text\",\"بازارگاه\"],[\"spath\",\" + div[class^=\\\"css-\\\"]:empty + div[class^=\\\"css-\\\"]:has(> div[class^=\\\"css-\\\"][style] > div[class^=\\\"css-\\\"]:empty + div[class^=\\\"css-\\\"][style] > div[style=\\\"width: 25%;\\\"] > div[tabindex=\\\"0\\\"][style=\\\"transition-duration: 0s;\\\"])\"]]},{\"selector\":\"div[class^=\\\"css-\\\"][dir=\\\"auto\\\"]\",\"tasks\":[[\"has-text\",\"بازارگاه\"]]}]","[{\"selector\":\"\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/reportage\"]]}],[\"spath\",\" .main-term-4998\"]]}]","[{\"selector\":\"\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/reportage\"]]}],[\"spath\",\" .main-term-4662\"]]}]","[{\"selector\":\"div#column3 > table.sidea > tbody > tr\",\"tasks\":[[\"has\",{\"selector\":\"> td > div.mybox > h4\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"div.col-md-7\",\"action\":[\"style\",\"width: 75% !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\".main-content > .row > .content, .main-conten\",\"action\":[\"style\",\"max-width: 99% !important; flex: 0 0 99% !important;\"],\"cssable\":true}]","[{\"selector\":\".c-forceToLogin__content\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; opacity:1 !important;\"],\"cssable\":true},{\"selector\":\"div.c-forceToLogin__content\",\"action\":[\"style\",\"filter: none !important; opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu=\"]]},{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"user-select\"]]},{\"selector\":\"style[media=\\\"print\\\"]\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"display:none\"]]},{\"selector\":\"style[media=\\\"print\\\"]\",\"tasks\":[[\"has-text\",\"display:none\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select\"]]}]","[{\"selector\":\"section.other_news > header\",\"tasks\":[[\"has-text\",\"رپرتاژ\"],[\"spath\",\" + div\"]]},{\"selector\":\"section.other_news > header\",\"tasks\":[[\"has-text\",\"رپرتاژ\"]]}]","[{\"selector\":\".aside_boxs > .title_nt_box\",\"tasks\":[[\"has-text\",\"تبلیغ\"],[\"upward\",\".aside_boxs\"]]}]","[{\"selector\":\".bahavadaran-news > .header-section\",\"tasks\":[[\"has-text\",\"دیگر رسانه ها\"]]}]","[{\"selector\":\".col-md-21\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true}]","[{\"selector\":\".part-content-wordpres > .title-section\",\"tasks\":[[\"has-text\",\"پست تبلیغاتی\"],[\"upward\",\".part-content-wordpres\"]]},{\"selector\":\".small-tab-news > .sidebar-news > ul\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".small-tab-news\"]]},{\"selector\":\"section.tabliqat-text > header\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\"section.tabliqat-text\"]]}]","[{\"selector\":\"[onclick^=\\\"sendBannerDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"[onclick^=\\\"sendCardDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"[onclick^=\\\"sendDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"[onclick^=\\\"sendViewMoreDataLayer\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\".rbox .rbox-h\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".rbox\"]]}]","[{\"selector\":\"div.sidebar > div.box\",\"tasks\":[[\"has\",{\"selector\":\"div.row\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".footer_column > div > ul > li > a\",\"tasks\":[[\"has-text\",\"طراحی سایت\"]]},{\"selector\":\".lnk > center > a > img[alt=\\\"ADS\\\"]\",\"tasks\":[[\"upward\",\"center\"]]}]","[{\"selector\":\".side_left > .side > .title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".side_left\"]]}]","[{\"selector\":\"div.sidebar\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"div.body-main-out.select-lock\",\"action\":[\"remove-class\",\"select-lock\"]}]","[{\"selector\":\"div.text-white\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"div#icontent\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div.col-12 div#ctl00_topModule1_pnlTop\",\"tasks\":[[\"has\",{\"selector\":\"> div.divleftmod > div.py-2 > strong\",\"tasks\":[[\"has-text\",\"جت سئو\"]]}]]}]","[{\"selector\":\"div.elementor > section > div.elementor-container\",\"tasks\":[[\"has\",{\"selector\":\"h2.heading-title\",\"tasks\":[[\"has-text\",\"لینکهای کاربردی\"]]}]]}]","[{\"selector\":\".entry\",\"tasks\":[[\"has\",{\"selector\":\".title\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".news-col-1\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".news-col-2\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true}]","[{\"selector\":\"aside#left > .box > .title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".box\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"pa_vc_url\"]]}]","[{\"selector\":\"aside\",\"tasks\":[[\"has\",{\"selector\":\"aside > div > div > span\",\"tasks\":[[\"has-text\",\"تبلیغ\"]]}]]}]","[{\"selector\":\".sidebar_item > .sidebar_item__inner > .sidebar_item__title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\".sidebar_item\"]]}]","[{\"selector\":\"div.page-contents > div.footnote-list-container\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.location=\"]]}]","[{\"selector\":\"div.side_left > div.side > div.title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\"div.side\"]]}]","[{\"selector\":\"section\",\"tasks\":[[\"has\",{\"selector\":\"> header > h4\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\"#webgardi_list\",\"tasks\":[[\"upward\",\".section_cnt\"]]}]","[{\"selector\":\"form[action^=\\\"link/topPageSubmit/\\\"], div#linkStr\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"section.main_c\",\"action\":[\"style\",\"width: 76% !important;\"],\"cssable\":true}]","[{\"selector\":\".post > .post__content > .post__category\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"],[\"upward\",\".post\"]]}]","[{\"selector\":\".right-sidebar > aside > .tit-side\",\"tasks\":[[\"has-text\",\"لینک های مفید\"],[\"upward\",\"aside\"]]}]","[{\"selector\":\".sidbar > p > strong\",\"tasks\":[[\"has-text\",\"پیوندها\"],[\"upward\",\".sidbar\"]]}]","[{\"selector\":\"noscript\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div.adcontainer div#p30konkor-ads-p > div.bs-vc-wrapper > div.vc_col-sm-4\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div#warpper\",\"action\":[\"style\",\"max-width: 90% !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div#custom_html-3\",\"tasks\":[[\"has\",{\"selector\":\"p.section-heading\",\"tasks\":[[\"has-text\",\"رپورتاژ\"]]}]]},{\"selector\":\"div.wbie\",\"tasks\":[[\"has\",{\"selector\":\"div.section-heading\",\"tasks\":[[\"has-text\",\"آگهی متنی\"]]}]]},{\"selector\":\"div.wpb_column\",\"tasks\":[[\"has\",{\"selector\":\"div.section-heading\",\"tasks\":[[\"has-text\",\"آگهی متنی\"]]}]]},{\"selector\":\"div.wpb_column\",\"tasks\":[[\"has\",{\"selector\":\"h3.section-heading\",\"tasks\":[[\"has-text\",\"رپورتاژ\"]]}]]}]","[{\"selector\":\"div.featured-holder > div.owl-carousel > div.owl-stage-outer > div.owl-stage > div.owl-item:has(> div.item > div > div.placeholder > iframe[src^=\\\"https://a.reymit.ir/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body > div#wrp > div.main_menu::before\",\"action\":[\"style\",\"content: 'روحت شاد صابر جان. (PersianBlocker)' !important; color: #E6000D !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"body > div#wrp::before\",\"action\":[\"style\",\"content: '«مرد نکونام نمیرد هرگز / مرده آن است که نامش به نکویی نبرند»' !important; color: #E6000D !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"div.MuiGrid-root[class*=\\\"hsCode_LimitedItem__\\\"]\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important; pointer-events: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".container, .main\",\"action\":[\"style\",\"width: 95% !important;\"],\"cssable\":true}]","[{\"selector\":\"div.margin-bottom-16 > section.various-cnt\",\"tasks\":[[\"has\",{\"selector\":\"> header.default-header > h2.title\",\"tasks\":[[\"has-text\",\"بازرگانی\"]]}]]},{\"selector\":\"header.default-header-2 > h2.title\",\"tasks\":[[\"has-text\",\"وبگردی\"]]}]","[{\"selector\":\"div.sk-side\",\"tasks\":[[\"has\",{\"selector\":\"> div.sk-side-title\",\"tasks\":[[\"has-text\",\"/لینکهای پیشنهادی|منتخب پیشنهاد امروز|روز/\"]]}]]},{\"selector\":\"html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: revert !important;\"],\"cssable\":true},{\"selector\":\"img[data-src]\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu =\"]]}]","[{\"selector\":\".box\",\"tasks\":[[\"has\",{\"selector\":\"header\",\"tasks\":[[\"has-text\",\"مفید\"]]}]]}]","[{\"selector\":\".left_news_box > .left\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true},{\"selector\":\".main_right_archsing > .single\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".column_1\",\"action\":[\"style\",\"width: 70% !important;\"],\"cssable\":true},{\"selector\":\".column_2\",\"action\":[\"style\",\"width: 30% !important;\"],\"cssable\":true}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".widget_title\",\"tasks\":[[\"has-text\",\"پیوند\"]]}]]}]","[{\"selector\":\".row_one_content\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".dinu\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\".GSBlock > div > .title > h3\",\"tasks\":[[\"has-text\",\"لینک های ویژه\"],[\"upward\",\".GSBlock\"]]},{\"selector\":\".GSLiveTab > .tab_container1 > #tab3 > h2\",\"tasks\":[[\"has-text\",\"مقالات\"],[\"upward\",\".GSLiveTab\"]]},{\"selector\":\".OpenTable > div > center > a[rel=\\\"nofollow\\\"] > .img-responsive\",\"tasks\":[[\"upward\",\".OpenTable\"]]},{\"selector\":\".OpenTable > h2\",\"tasks\":[[\"has-text\",\"مقالات\"],[\"upward\",\".OpenTable\"]]}]","[{\"selector\":\"div.left-body\",\"tasks\":[[\"has\",{\"selector\":\"> div.left-title\",\"tasks\":[[\"has-text\",\"لینک دوستان\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/fa/news/pr\"]]}],[\"spath\",\" .items-row\"],[\"has\",{\"selector\":\".sazitem_imgcat\",\"tasks\":[[\"has-text\",\"رپورتاژ آگهی\"]]}]]}]","[{\"selector\":\"div.px-3\",\"tasks\":[[\"has\",{\"selector\":\"a > span\",\"tasks\":[[\"has-text\",\"AD\"]]}]]}]","[{\"selector\":\"li[id^=\\\"ad\\\"]\",\"tasks\":[[\"upward\",\"section.box\"]]},{\"selector\":\"section.box ul > li.bklnk\",\"tasks\":[[\"upward\",\"section.box\"]]}]","[{\"selector\":\".col-12.col-md-8\",\"action\":[\"style\",\"max-width: 100% !important; flex: 0 0 100% !important; margin-right: 0 !important;\"],\"cssable\":true},{\"selector\":\".sidebar > .d-flex > aside > section > figure:has(a[href*=\\\"ad.technews-iran.com/\\\"])\",\"tasks\":[[\"upward\",\".sidebar\"]]}]","[{\"selector\":\"div.buy_box > a.cheapest-seller-wrapper > div.online_seller div.online_badge\",\"tasks\":[[\"has-text\",\"آگهی\"],[\"upward\",\"div.buy_box\"]]}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"wccp\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/category/website/reportage/\"]]}],[\"spath\",\" .box\"],[\"has-text\",\"رپورتاژ آگهی\"]]}]","[{\"selector\":\"[class=\\\"widget_text sidebar-box\\\"]\",\"tasks\":[[\"has-text\",\"تبلیغ\"]]},{\"selector\":\"[class=\\\"widget_text sidebar-box\\\"]\",\"tasks\":[[\"has-text\",\"وبگردی\"]]}]","[{\"selector\":\"div.right-sidebar > aside\",\"tasks\":[[\"has\",{\"selector\":\"> div.tit-side\",\"tasks\":[[\"has-text\",\"پیوندهای داغ\"]]}]]}]","[{\"selector\":\"section#downloadbox > input#btnDownload\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/tag/رپورتاژ-آگهی/\"]]}],[\"spath\",\" .posts-list > article.tag-8164 > .clearfix > a[class=\\\"title\\\"][href$=\\\"reportage/\\\"]\"],[\"upward\",\"article\"]]},{\"selector\":\".widget > p > #KajAds_Panel\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\".box\",\"tasks\":[[\"has\",{\"selector\":\".top_title\",\"tasks\":[[\"has-text\",\"نیازمندیها\"]]}]]},{\"selector\":\".film_box\",\"tasks\":[[\"has-text\",\"مدرسه آنلاین\"]]},{\"selector\":\".stitle_box\",\"tasks\":[[\"has\",{\"selector\":\".top_title\",\"tasks\":[[\"has-text\",\"وب گردی\"]]}]]}]","[{\"selector\":\"app-channel div.live-box\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"input.filter\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"input.filter\",\"action\":[\"remove-class\",\"filter\"]}]","[{\"selector\":\"#mostvisited\",\"tasks\":[[\"has\",{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"]]}]]}]","[{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"aside.column-side > div.block\",\"tasks\":[[\"has\",{\"selector\":\"> div.block-title\",\"tasks\":[[\"has-text\",\"وبگردی\"]]}]]}]","[{\"selector\":\"div.col-md-3 > .box.style-1 > .box-header\",\"tasks\":[[\"has-text\",\"/تبلیغات رپورتاژ|لوگو اسپانسر/\"],[\"upward\",\".box\"]]}]","[{\"selector\":\"section#RightPanel > div.RBC > div.CCTS\",\"tasks\":[[\"has-text\",\"تبلیغات متنی\"],[\"upward\",\"div.RBC\"]]}]","[{\"selector\":\"aside.widget_text > div.aside_box_title\",\"tasks\":[[\"has-text\",\"لینک های ویژه\"],[\"upward\",\"aside.widget_text\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"input[type=\\\"hidden\\\"]:is(input[name=\\\"usr_login\\\"], input[name=\\\"referer\\\"], input#usr_resolution, input#usr_os, input#usr_browser)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"aside > .title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\"aside\"]]}]","[{\"selector\":\"div.main > div.mainx1 > div\",\"tasks\":[[\"has\",{\"selector\":\"> span.side-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\".form-inline\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/author/d-reportages\"]]}],[\"spath\",\" ul#posts-container > li.post-item > .post-details > .post-meta > .author-meta\"],[\"has-text\",\"دپارتمان تبلیغات\"],[\"upward\",\"li.post-item\"]]},{\"selector\":\".widget > .widget-title\",\"tasks\":[[\"has-text\",\"تبلیغات\"],[\"upward\",\".widget\"]]}]","[{\"selector\":\".col-2\",\"action\":[\"style\",\"width: 60% !important;\"],\"cssable\":true},{\"selector\":\".no-padd-1st-child\",\"action\":[\"style\",\"width: 40% !important;\"],\"cssable\":true}]","[{\"selector\":\".LeftSide > .TableOfContent > div[style=\\\"text-align:center;\\\"]\",\"tasks\":[[\"has-text\",\"صفحات مرتبط\"],[\"upward\",\".TableOfContent\"]]}]","[{\"selector\":\"a[href]:where([href*=\\\"par30games.net/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href]:where([href*=\\\"soft98.ir/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//avamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//bamabin\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//darkmovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//dibamovi\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//digimovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//filmkio\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//golchindl\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//moviefilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//mymoviz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//mytopmoviez\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//valamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"//zfilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"24movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"30nama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"4kdownload.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"5download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"animelist.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"arnr.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"baniwak.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bi3-seda.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bollywood1.sbs\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bosgame.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bossfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"bunnysub.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"centerdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"chchek.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"clickfiles.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"coolaks.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"danofilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dark-movies.tech\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"darkroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"disfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlday.click\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlfars.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlpersian.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"dlrozaneh.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"downloadha.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"ehsanfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"farafilm.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"fardisfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"farsifilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filimiano.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"film2movie.asia\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmazon.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmbaz.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmbin-test.buzz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmcase.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmdoon.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmekade.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmeno.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmino.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmlost.ink\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmnet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmparsi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmsara.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmsky.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"filmzi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"fox.cfd\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"foxmovie.cyou\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"funofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"gameten.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"glp.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hamahang.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hamrahmoviez.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hastidl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"hexdl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"icinemaa.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"imovies-dl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"jaheshmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"kiamovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"king-movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"kingmovi.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"kingmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"lovinfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"magbazi.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"melofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"mer30download.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"mimovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"miniroid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"modernfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"montmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movie-source.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movie.af\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movielandz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movienama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"moviezone.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"movineh.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"myavanet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"mygolchindl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"netpaak.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"nex1music.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"ni3movie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"nightmovie.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"niikidaily.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"nilz.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"oxymovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"par30dl.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"par30games.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"parsafilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"parsigamer.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"parsmovies.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"pelano.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"persianvid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"pinkfilm.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"playrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"plus.telewebion.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"raycamovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"rofaghayekhoob.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"rubixfa.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"saberfun.today\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"serialbar.xyz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"serialfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"sidemovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"skydl.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"skymovies.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tafrihicenter.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tak-movies.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"takmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"telvideo.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tinroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tizmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"tvrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"upko.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"upmedia.movie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"vgdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"wilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"wir36.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yekmovie.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yekmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yoozdl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"yoozmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zaminmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zardfilm.in\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zarfilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zflix.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#gsr a[href*=\\\"zinofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//avamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//bamabin\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//darkmovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//dibamovi\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//digimovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//filmkio\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//golchindl\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//moviefilm\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mymoviz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mytopmoviez\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//valamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//zfilm\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"24movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"30nama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"4kdownload.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"5download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"animelist.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"arnr.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"baniwak.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bi3-seda.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bollywood1.sbs\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bosgame.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bossfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bunnysub.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"centerdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"chchek.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"clickfiles.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"coolaks.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"danofilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dark-movies.tech\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"darkroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"disfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlday.click\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlfars.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlpersian.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlrozaneh.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"downloadha.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ehsanfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farafilm.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fardisfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farsifilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimiano.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2movie.asia\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmazon.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbaz.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbin-test.buzz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmcase.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmdoon.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmekade.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmeno.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmino.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmlost.ink\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmnet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmparsi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsara.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsky.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmzi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fox.cfd\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"foxmovie.cyou\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"funofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gameten.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"glp.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamahang.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamrahmoviez.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hastidl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hexdl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"icinemaa.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"imovies-dl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"jaheshmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kiamovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"king-movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmovi.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"lovinfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"magbazi.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"melofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mer30download.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mimovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"miniroid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"modernfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"montmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie-source.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie.af\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movielandz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movienama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"moviezone.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movineh.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"myavanet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mygolchindl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"netpaak.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nex1music.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ni3movie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nightmovie.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"niikidaily.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nilz.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"oxymovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"p30day.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30dl.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30games.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsafilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsigamer.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsmovies.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pelano.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"persianvid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pinkfilm.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"playrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"plus.telewebion.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"raycamovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"rubixfa.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"saberfun.today\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialbar.xyz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sidemovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skydl.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skymovies.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tafrihicenter.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tak-movies.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"takmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"telvideo.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tinroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tizmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tvrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upko.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upmedia.movie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"vgdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wir36.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmovie.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozdl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zaminmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zardfilm.in\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zarfilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zflix.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zinofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div[data-snc] a[href]:where([href*=\\\"filmazon.my/\\\"]) div[role=\\\"link\\\"] > span[dir]::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"div[data-snc] a[href]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"]) div[role=\\\"link\\\"] > span[dir]::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"span[jsaction] > a[href]:where([href*=\\\"filmazon.my/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"span[jsaction] > a[href]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"]) > h3::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"filmazon.my/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"par30games.net/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][data-testid=\\\"result-title-a\\\"]:where([href*=\\\"soft98.ir/\\\"])::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//avamovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//bamabin\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//darkmovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//dibamovi\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//digimovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//filmkio\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//golchindl\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//moviefilm\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//mymoviz\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//mytopmoviez\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//valamovie\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//zfilm\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"24movie.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"30nama.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"4kdownload.org\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"5download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"animelist.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"arnr.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"baniwak.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bi3-seda.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bollywood1.sbs\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bossfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bunnysub.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"centerdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"chchek.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"clickfiles.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"coolaks.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"danofilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dark-movies.tech\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"disfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlday.click\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlfars.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlpersian.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlrozaneh.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ehsanfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farafilm.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fardisfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farsifilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimiano.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2movie.asia\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmazon.\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmbaz.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmbin-test.buzz\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmcase.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmdoon.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmekade.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmeno.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmino.me\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmlost.ink\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmnet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmparsi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsara.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsky.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmzi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fox.cfd\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"foxmovie.cyou\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"funofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gameten.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"glp.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamahang.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamrahmoviez.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hastidl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hexdl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"icinemaa.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"imovies-dl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"jaheshmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"kiamovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"king-movie.net\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"kingmovi.\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"kingmoviez.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"lovinfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"melofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mer30download.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mimovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"modernfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"montmovie.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movie-source.net\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movie.af\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movielandz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movienama.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"moviezone.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movineh.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"myavanet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mygolchindl.top\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"netpaak.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nex1music.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ni3movie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nightmovie.top\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"niikidaily.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nilz.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"oxymovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsafilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsmovies.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pelano.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"persianvid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pinkfilm.me\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"playrooz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"plus.telewebion.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"raycamovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"rofaghayekhoob.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"rubixfa.\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"saberfun.today\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"serialbar.xyz\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"serialfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sidemovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"skydl.org\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"skymovies.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tafrihicenter.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tak-movies.site\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"takmovie.co\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"telvideo.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tizmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tvrooz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upko.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upmedia.movie\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"wilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"wir36.site\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yekmovie.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yekmoviez.com\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozdl.top\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zaminmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zardfilm.in\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zarfilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zflix.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zinofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"filmazon.my/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"par30games.net/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class$=\\\"heading-serpresult\\\"]:where([href*=\\\"soft98.ir/\\\"])::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"//filmkio\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"//zfilm\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"animelist.tv\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"kiamovie.ir\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a.result-header[href*=\\\"zarfilm.com\\\"] > span.snippet-title::after\",\"action\":[\"style\",\"content: ' [نیمهاشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//avamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//bamabin\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//darkmovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//dibamovi\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//digimovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//golchindl\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//moviefilm\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mymoviz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mytopmoviez\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"//valamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"24movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"30nama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"4kdownload.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"5download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"arnr.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"baniwak.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bi3-seda.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bollywood1.sbs\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bosgame.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bossfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"bunnysub.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"centerdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"chchek.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"clickfiles.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"coolaks.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"danofilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dark-movies.tech\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"darkroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"disfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlday.click\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlfars.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlpersian.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlrozaneh.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"downloadha.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"ehsanfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"farafilm.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"fardisfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"farsifilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimiano.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2movie.asia\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmazon.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbaz.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbin-test.buzz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmcase.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmdoon.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmekade.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmeno.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmino.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmlost.ink\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmnet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmparsi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsara.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsky.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmzi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"fox.cfd\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"foxmovie.cyou\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"funofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"gameten.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"glp.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamahang.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamrahmoviez.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hastidl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"hexdl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"icinemaa.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"imovies-dl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"jaheshmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"king-movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmovi.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"lovinfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"magbazi.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"melofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"mer30download.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"mimovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"miniroid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"modernfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"montmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie-source.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie.af\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movielandz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movienama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"moviezone.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"movineh.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"myavanet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"mygolchindl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"netpaak.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"nex1music.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"ni3movie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"nightmovie.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"niikidaily.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"nilz.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"oxymovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30dl.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30games.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsafilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsigamer.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsmovies.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"pelano.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"persianvid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"pinkfilm.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"playrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"plus.telewebion.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"raycamovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"rofaghayekhoob.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"rubixfa.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"saberfun.today\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialbar.xyz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"sidemovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"skydl.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"skymovies.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tafrihicenter.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tak-movies.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"takmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"telvideo.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tinroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tizmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"tvrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"upko.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"upmedia.movie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"vgdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"wilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"wir36.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmovie.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozdl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zaminmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zardfilm.in\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zflix.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"div#results > div.snippet > a[href*=\\\"zinofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bosgame.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"darkroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"downloadha.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"magbazi.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"miniroid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30dl.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30games.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsigamer.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tinroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"],\"cssable\":true},{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"vgdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"],\"cssable\":true}]","[{\"selector\":\"a[name^=\\\"Advertisement\\\"]\",\"tasks\":[[\"upward\",\".wb_element\"]]}]","[{\"selector\":\".benawa_contentarea .benawa_treeads\",\"tasks\":[[\"upward\",\".benawa_contentarea\"]]}]","[{\"selector\":\"div[class^=\\\"sc-\\\"][spacing=\\\"[object Object]\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"تبلیغات\"]]}]]}]","[{\"selector\":\"img[src^=\\\"https://img.soft98.ir/\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".top-ads-wrap\",\"action\":[\"style\",\"width: 0px !important; height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"filmazon.my/\\\"])::before\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::before\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important; font-size: large !important;\"],\"cssable\":true},{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"par30games.net/\\\"])::before\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][href*=\\\"&mediaurl=\\\"][target=\\\"_blank\\\"][title][href^=\\\"/images/search?view=detail\\\"]:where([href*=\\\"soft98.ir/\\\"])::before\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important; font-size: large !important;\"],\"cssable\":true}]","[{\"selector\":\"div.result > a.result-link[href]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"filmazon.my/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (اشتراکی) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"namava.ir/\\\"], [href*=\\\"sansorha.ir/\\\"], [href*=\\\"karanmovie.org/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"fastmovie.ir/\\\"], [href*=\\\"ir-dl.com/\\\"], [href*=\\\"film2serial.ir/\\\"], [href*=\\\"nama.tv/\\\"], [href*=\\\"emimovie.com/\\\"], [href*=\\\"donyamovie.ir/\\\"], [href*=\\\"film2irani.ir/\\\"], [href*=\\\"film2iranis.ir/\\\"], [href*=\\\"netpaak.com/\\\"], [href*=\\\"hexdownload.co/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"filimserial.ir/\\\"], [href*=\\\"naabmovie.ir/\\\"], [href*=\\\"upera.tv/\\\"], [href*=\\\"upera.shop/\\\"], [href*=\\\"uptvs.com/\\\"], [href*=\\\"filmr.ir/\\\"], [href*=\\\"doostihaa.com/\\\"], [href*=\\\"zardfilm.in/\\\"], [href*=\\\"cooldl.net/\\\"], [href*=\\\"dlrozaneh.ir/\\\"], [href*=\\\"gapfilm.ir/\\\"], [href*=\\\"hexdl.com/\\\"], [href*=\\\"modernfilm.ir/\\\"], [href*=\\\"vipofilm.com/\\\"], [href*=\\\"upmedia.movie/\\\"], [href*=\\\"filimo.com/\\\"])::after\",\"action\":[\"style\",\"content: ' ✂️ (دارای حذفیات) ✂️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true},{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"par30games.net/\\\"])::after\",\"action\":[\"style\",\"content: ' 💰 (نیم بها) 💰 ' !important; color: yellow !important; font-weight: bold !important; text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;\"],\"cssable\":true},{\"selector\":\"a[href][class^=\\\"!text-link\\\"]:where([href*=\\\"soft98.ir/\\\"])::after\",\"action\":[\"style\",\"content: ' ⚠️ ضد کاربر | Anti-User ⚠️ ' !important; color: red !important; font-weight: bold !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; backdrop-filter: none !important; opacity: 1 !important; visibility: visible !important; mix-blend-mode: normal !important; clip-path: none !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"position: static !important; transform: none !important; filter: none !important; -webkit-filter: none !important; backdrop-filter: none !important; opacity: 1 !important; visibility: visible !important; mix-blend-mode: normal !important; clip-path: none !important;\"],\"cssable\":true},{\"selector\":\"html::after\",\"action\":[\"style\",\"all: unset !important; content: ' ⚠️ این وبسایت توسط جامعهٔ PersianBlocker یک وبسایت ضدکاربر تشخیص داده شده است؛ یعنی با جلوگیری از استفاده از افزونههای ضدتبلیغات، آزادی شماره صفرم شما (هر کاربر باید آزادی اینکه چه چیز را ببیند یا نبیند داشته باشد) را محدود کرده است. پیشنهاد میشود از وبسایتهای جایگزین استفاده کنید. PersianBlocker 🄯 ⚠️ ' !important; color: #1E88E5 !important; font-weight: bold !important; font-size: x-large !important; background-color: white !important; border: 8px solid red !important; border-radius: 12px !important; padding: 1em !important; width: min(100%, 90vw) !important; height: auto !important; max-width: 100vw !important; max-height: 90vh !important; overflow: auto !important; clip: auto !important; clip-path: none !important; mask: none !important; transform: translateX(-50%) !important; display: block !important; opacity: 100% !important; visibility: visible !important; filter: none !important; -webkit-text-fill-color: initial !important; -webkit-text-stroke: initial !important; position: absolute !important; top: 12px !important; left: 50% !important; right: auto !important; bottom: auto !important; z-index: 214748364700 !important; text-indent: 0 !important; line-height: normal !important; backface-visibility: visible !important; animation: none !important; transition: none !important; contain: content !important; box-sizing: border-box !important; margin: 0 auto; inset: 0; pointer-events: auto; isolation: isolate !important;\"],\"cssable\":true}]"];
|
|
31
|
+
const argsSeqs = [0,1,2,-3,-4,5,-3,-4,-5,36,-3,-5,118,-3,-4,-5,129,-4,-5,81,6,-7,8,8,-8,83,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,-27,-85,143,28,29,30,31,32,33,34,35,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,82,-84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,141,142,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,178,173,174,175,176,177];
|
|
32
|
+
const hostnamesMap = new Map([["blogsazan.com",1],["eramblog.com",2],["anesthesianotes.ir",3],["coffeeapps.ir",6],["p30konkor.com",10],["sclinic.ir",13],["jafekri.com",17],["alibaba.ir",20],["alfehrest.com",21],["music-fa.com",23],["jobinja.ir",24],["appreview.ir",26],["ac.ir",27],["anzalweb.ir",28],["androidparsi.ir",29],["dailymobile.ir",29],["tarfandha.org",29],["avaz-kurd.ir",30],["artmusics.top",31],["adanayi.ir",32],["adanayi.blogfa.com",32],["androidzoom.ir",33],["akharinnews.com",34],["asandl.com",35],["arga-mag.com",36],["amazing.ir",37],["alamto.com",38],["androidgozar.com",39],["aparat.com",40],["aftabir.com",41],["apktops.ir",42],["babapart.com",43],["delta3da.cam",43],["parallelsanat.com",43],["public-psychology.ir",43],["binaopt.com",44],["app.blubank.com",44],["searchline.ir",44],["takmili.com",45],["vakil.net",44],["bazimag.com",48],["bazdeh.org",49],["bandmoviez.one",50],["biainobokhor.ir",51],["behmusic.com",52],["musictag.ir",52],["bartarinha.ir",53],["charbzaban.com",54],["chetor.com",55],["darkroid.ir",56],["didarnews.ir",57],["dlrozaneh.ir",58],["deltapayam.com",59],["digiro.ir",60],["donya-e-eqtesad.com",61],["downloadsoftware.ir",62],["downloadly.ir",63],["digiboy.ir",64],["digiato.com",65],["www.digikala.com",66],["digikala.com",67],["divar.ir",68],["elmevarzesh.com",69],["eghtesadgardan.ir",70],["eghtesadepooya.ir",70],["econews.ir",70],["ecoiran.com",71],["entekhab.ir",72],["elmefarda.com",73],["filmnet.ir",74],["filmsky.ir",75],["farsifilm.ir",76],["farachart.com",77],["fardanews.com",78],["farnet.io",79],["gameeroid.com",80],["gamemods.ir",81],["7ganj.ir",82],["gamesetup.ir",83],["gostaresh.news",84],["ghatreh.com",85],["graphiran.com",86],["gadgetnews.net",87],["hellodigi.ir",88],["harmonydl.us",89],["hamtamovie.nl",90],["harfetaze.com",91],["hamshahrionline.ir",92],["iranidata.com",93],["imna.ir",94],["my.irancell.ir",95],["idehalmag.com",96],["idehaltech.com",97],["iranjib.ir",98],["isna.ir",99],["jeyran.net",100],["kihanb.ir",101],["khodrotak.com",103],["khodropluss.ir",104],["khanefootball.com",105],["khaandaniha.ir",106],["konkur.in",107],["khanoumi.com",108],["khabarpu.com",109],["kalakamuz.ir",110],["lordroid.com",111],["listen2music.ir",112],["melkana.com",113],["mihmansho.com",114],["mihantrader.com",115],["mimplus.ir",116],["mohandescenter.ir",117],["mediat.ir",118],["mihand.ir",119],["mosalasonline.com",120],["mybia4music.com",121],["marzfun.com",122],["moderndl.com",123],["noorlib.ir",124],["najiremix.ir",125],["nex11music.ir",126],["show-music.ir",126],["niniban.com",127],["55online.news",128],["opizo.me",129],["payamekhabar.ir",130],["plaza.ir",131],["par30media.com",132],["power-music.ir",133],["pichak.net",134],["parsnaz.com",135],["par30games.net",136],["1pezeshk.com",137],["reymit.ir",138],["rastikerdar.blog.ir",139],["rasm.io",140],["rouydad24.ir",141],["rokna.net",142],["subkade.ir",143],["shahanmusic.ir",144],["salameno.com",145],["shmi.ir",146],["shomavaeghtesad.com",147],["shereno.com",148],["shomanews.com",149],["sakhtafzarmag.com",150],["sarzamindownload.com",151],["skinak.ir",152],["shahrsakhtafzar.com",153],["saednews.com",154],["saat24.news",155],["technews-iran.com",156],["torob.com",157],["techfars.com",158],["techna.news",159],["texahang.org",160],["trainbit.com",161],["techrato.com",162],["tabnak.ir",163],["telewebion.com",164],["takhfifan.com",165],["toranji.ir",166],["tasnimnews.com",167],["tarafdari.com",168],["takskin.com",169],["taknaz.ir",170],["uptrack.ir",171],["uploadboy.com",172],["vipofilm.com",173],["vazeh.com",174],["xip.li",175],["youc.ir",176],["yektapress.com",177],["zibamoon.com",178],["www.google.com",179],["duckduckgo.com",180],["search.brave.com",181],["duckduckgo",182],["takvim.tj",183],["benawa.com",184],["pedal.ir",185],["filmzi.com",185],["soft98.ir",186],["~forum.soft98.ir",186],["yasdl.com",188],["alaatv.com",189],["www.bing.com",190],["www.startpage.com",191],["zarebin.ir",192]]);
|
|
33
33
|
const hasEntities = false;
|
|
34
34
|
|
|
35
35
|
self.proceduralImports = self.proceduralImports || [];
|