@browserless.io/browserless 2.29.0 → 2.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/build/limiter.js +3 -0
  3. package/build/routes/chrome/http/content.post.body.json +8 -8
  4. package/build/routes/chrome/http/pdf.post.body.json +8 -8
  5. package/build/routes/chrome/http/scrape.post.body.json +8 -8
  6. package/build/routes/chrome/http/screenshot.post.body.json +8 -8
  7. package/build/routes/chromium/http/content.post.body.json +8 -8
  8. package/build/routes/chromium/http/pdf.post.body.json +8 -8
  9. package/build/routes/chromium/http/scrape.post.body.json +8 -8
  10. package/build/routes/chromium/http/screenshot.post.body.json +8 -8
  11. package/build/routes/edge/http/content.post.body.json +8 -8
  12. package/build/routes/edge/http/pdf.post.body.json +8 -8
  13. package/build/routes/edge/http/scrape.post.body.json +8 -8
  14. package/build/routes/edge/http/screenshot.post.body.json +8 -8
  15. package/build/types.d.ts +1 -0
  16. package/extensions/ublocklite/_locales/es/messages.json +1 -1
  17. package/extensions/ublocklite/_locales/sv/messages.json +1 -1
  18. package/extensions/ublocklite/_locales/vi/messages.json +3 -3
  19. package/extensions/ublocklite/css/filtering-mode.css +3 -2
  20. package/extensions/ublocklite/css/popup.css +8 -2
  21. package/extensions/ublocklite/dashboard.html +1 -0
  22. package/extensions/ublocklite/js/action.js +22 -32
  23. package/extensions/ublocklite/js/background.js +9 -10
  24. package/extensions/ublocklite/js/popup.js +6 -3
  25. package/extensions/ublocklite/js/ruleset-manager.js +13 -5
  26. package/extensions/ublocklite/js/scripting/css-declarative.js +5 -9
  27. package/extensions/ublocklite/js/scripting/css-generic.js +5 -5
  28. package/extensions/ublocklite/js/scripting/css-procedural.js +5 -5
  29. package/extensions/ublocklite/js/scripting/css-specific.js +5 -11
  30. package/extensions/ublocklite/{rulesets/scripting/generichigh/irn-0.css → js/scripting/toolbar-icon.js} +7 -7
  31. package/extensions/ublocklite/js/scripting-manager.js +22 -33
  32. package/extensions/ublocklite/js/utils.js +14 -0
  33. package/extensions/ublocklite/manifest.json +2 -9
  34. package/extensions/ublocklite/matched-rules.html +1 -0
  35. package/extensions/ublocklite/popup.html +13 -7
  36. package/extensions/ublocklite/report.html +1 -0
  37. package/extensions/ublocklite/rulesets/generic-details.json +16 -8
  38. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +30 -16
  39. package/extensions/ublocklite/rulesets/main/annoyances-others.json +1 -0
  40. package/extensions/ublocklite/rulesets/main/annoyances-overlays.json +4 -3
  41. package/extensions/ublocklite/rulesets/main/chn-0.json +37 -31
  42. package/extensions/ublocklite/rulesets/main/cze-0.json +1 -2
  43. package/extensions/ublocklite/rulesets/main/deu-0.json +8 -4
  44. package/extensions/ublocklite/rulesets/main/dpollock-0.json +42 -1
  45. package/extensions/ublocklite/rulesets/main/easylist.json +39 -24
  46. package/extensions/ublocklite/rulesets/main/easyprivacy.json +152 -13
  47. package/extensions/ublocklite/rulesets/main/fin-0.json +1 -2
  48. package/extensions/ublocklite/rulesets/main/fra-0.json +4 -6
  49. package/extensions/ublocklite/rulesets/main/hun-0.json +46 -29
  50. package/extensions/ublocklite/rulesets/main/idn-0.json +92 -27
  51. package/extensions/ublocklite/rulesets/main/irn-0.json +0 -1
  52. package/extensions/ublocklite/rulesets/main/isr-0.json +0 -10
  53. package/extensions/ublocklite/rulesets/main/ita-0.json +2 -1
  54. package/extensions/ublocklite/rulesets/main/jpn-1.json +26 -21
  55. package/extensions/ublocklite/rulesets/main/kor-1.json +7 -18
  56. package/extensions/ublocklite/rulesets/main/mkd-0.json +1 -1
  57. package/extensions/ublocklite/rulesets/main/nld-0.json +0 -2
  58. package/extensions/ublocklite/rulesets/main/nor-0.json +8 -42
  59. package/extensions/ublocklite/rulesets/main/pgl.json +7 -14
  60. package/extensions/ublocklite/rulesets/main/pol-0.json +2 -7
  61. package/extensions/ublocklite/rulesets/main/pol-3.json +6962 -3617
  62. package/extensions/ublocklite/rulesets/main/rus-0.json +15 -12
  63. package/extensions/ublocklite/rulesets/main/rus-1.json +5 -4
  64. package/extensions/ublocklite/rulesets/main/spa-0.json +3 -1
  65. package/extensions/ublocklite/rulesets/main/spa-1.json +4 -5
  66. package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +9359 -3524
  67. package/extensions/ublocklite/rulesets/main/swe-1.json +41 -52
  68. package/extensions/ublocklite/rulesets/main/tur-0.json +23 -9
  69. package/extensions/ublocklite/rulesets/main/ublock-badware.json +42 -37
  70. package/extensions/ublocklite/rulesets/main/ublock-filters.json +90 -182
  71. package/extensions/ublocklite/rulesets/main/ukr-0.json +1420 -372
  72. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +540 -508
  73. package/extensions/ublocklite/rulesets/main/vie-1.json +22 -20
  74. package/extensions/ublocklite/rulesets/modify-headers/chn-0.json +51 -2
  75. package/extensions/ublocklite/rulesets/modify-headers/rus-0.json +2 -1
  76. package/extensions/ublocklite/rulesets/modify-headers/ublock-filters.json +1 -2
  77. package/extensions/ublocklite/rulesets/redirect/annoyances-overlays.json +0 -1
  78. package/extensions/ublocklite/rulesets/redirect/chn-0.json +18 -11
  79. package/extensions/ublocklite/rulesets/redirect/easyprivacy.json +3 -3
  80. package/extensions/ublocklite/rulesets/redirect/fra-0.json +20 -17
  81. package/extensions/ublocklite/rulesets/redirect/hun-0.json +17 -0
  82. package/extensions/ublocklite/rulesets/redirect/isr-0.json +4 -4
  83. package/extensions/ublocklite/rulesets/redirect/jpn-1.json +9 -7
  84. package/extensions/ublocklite/rulesets/redirect/kor-1.json +1 -1
  85. package/extensions/ublocklite/rulesets/redirect/nor-0.json +2 -2
  86. package/extensions/ublocklite/rulesets/redirect/pol-0.json +4 -4
  87. package/extensions/ublocklite/rulesets/redirect/rou-1.json +20 -2
  88. package/extensions/ublocklite/rulesets/redirect/rus-0.json +6 -5
  89. package/extensions/ublocklite/rulesets/redirect/spa-1.json +12 -8
  90. package/extensions/ublocklite/rulesets/redirect/swe-1.json +19 -19
  91. package/extensions/ublocklite/rulesets/redirect/tha-0.json +1 -1
  92. package/extensions/ublocklite/rulesets/redirect/tur-0.json +11 -7
  93. package/extensions/ublocklite/rulesets/redirect/ublock-filters.json +102 -87
  94. package/extensions/ublocklite/rulesets/redirect/ukr-0.json +18 -0
  95. package/extensions/ublocklite/rulesets/redirect/vie-1.json +4 -4
  96. package/extensions/ublocklite/rulesets/regex/chn-0.json +5 -2
  97. package/extensions/ublocklite/rulesets/regex/easylist.json +2 -16
  98. package/extensions/ublocklite/rulesets/regex/isr-0.json +10 -10
  99. package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
  100. package/extensions/ublocklite/rulesets/regex/kor-1.json +77 -89
  101. package/extensions/ublocklite/rulesets/regex/ublock-badware.json +1 -1
  102. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +4 -3
  103. package/extensions/ublocklite/rulesets/regex/ukr-0.json +21 -13
  104. package/extensions/ublocklite/rulesets/removeparam/adguard-spyware-url.json +13 -7
  105. package/extensions/ublocklite/rulesets/removeparam/ukr-0.json +6 -7
  106. package/extensions/ublocklite/rulesets/ruleset-details.json +242 -274
  107. package/extensions/ublocklite/rulesets/scripting/declarative/annoyances-cookies.js +3 -3
  108. package/extensions/ublocklite/rulesets/scripting/declarative/annoyances-overlays.js +3 -3
  109. package/extensions/ublocklite/rulesets/scripting/declarative/chn-0.js +1 -1
  110. package/extensions/ublocklite/rulesets/scripting/declarative/hrv-0.js +3 -3
  111. package/extensions/ublocklite/rulesets/scripting/declarative/hun-0.js +1 -1
  112. package/extensions/ublocklite/rulesets/scripting/declarative/irn-0.js +1 -1
  113. package/extensions/ublocklite/rulesets/scripting/declarative/jpn-1.js +3 -3
  114. package/extensions/ublocklite/rulesets/scripting/declarative/kor-1.js +3 -3
  115. package/extensions/ublocklite/rulesets/scripting/declarative/rus-0.js +3 -3
  116. package/extensions/ublocklite/rulesets/scripting/declarative/rus-1.js +1 -1
  117. package/extensions/ublocklite/rulesets/scripting/declarative/spa-1.js +3 -3
  118. package/extensions/ublocklite/rulesets/scripting/declarative/swe-1.js +1 -1
  119. package/extensions/ublocklite/rulesets/scripting/declarative/tur-0.js +3 -3
  120. package/extensions/ublocklite/rulesets/scripting/declarative/ublock-filters.js +3 -3
  121. package/extensions/ublocklite/rulesets/scripting/declarative/ukr-0.js +3 -3
  122. package/extensions/ublocklite/rulesets/scripting/declarative/vie-1.js +3 -3
  123. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +3 -3
  124. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-overlays.js +2 -2
  125. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +3 -3
  126. package/extensions/ublocklite/rulesets/scripting/generic/bgr-0.js +1 -1
  127. package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +1 -1
  128. package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
  129. package/extensions/ublocklite/rulesets/scripting/generic/est-0.js +1 -1
  130. package/extensions/ublocklite/rulesets/scripting/generic/hun-0.js +2 -2
  131. package/extensions/ublocklite/rulesets/scripting/generic/idn-0.js +2 -2
  132. package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +3 -3
  133. package/extensions/ublocklite/rulesets/scripting/generic/kor-1.js +3 -3
  134. package/extensions/ublocklite/rulesets/scripting/generic/nor-0.js +1 -1
  135. package/extensions/ublocklite/rulesets/scripting/generic/pol-0.js +1 -1
  136. package/extensions/ublocklite/rulesets/scripting/generic/rus-0.js +3 -3
  137. package/extensions/ublocklite/rulesets/scripting/generic/spa-0.js +1 -1
  138. package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +1 -1
  139. package/extensions/ublocklite/rulesets/scripting/generic/tur-0.js +1 -1
  140. package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
  141. package/extensions/ublocklite/rulesets/scripting/generic/ukr-0.js +3 -3
  142. package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +3 -3
  143. package/extensions/ublocklite/rulesets/scripting/generichigh/chn-0.css +2 -18
  144. package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +3 -0
  145. package/extensions/ublocklite/rulesets/scripting/generichigh/est-0.css +0 -1
  146. package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +1 -15
  147. package/extensions/ublocklite/rulesets/scripting/generichigh/jpn-1.css +0 -1
  148. package/extensions/ublocklite/rulesets/scripting/generichigh/kor-1.css +1 -2
  149. package/extensions/ublocklite/rulesets/scripting/generichigh/nor-0.css +0 -17
  150. package/extensions/ublocklite/rulesets/scripting/generichigh/pol-0.css +0 -8
  151. package/extensions/ublocklite/rulesets/scripting/generichigh/rou-1.css +0 -1
  152. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +0 -103
  153. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-1.css +0 -3
  154. package/extensions/ublocklite/rulesets/scripting/generichigh/swe-1.css +0 -1
  155. package/extensions/ublocklite/rulesets/scripting/generichigh/tur-0.css +0 -7
  156. package/extensions/ublocklite/rulesets/scripting/generichigh/ublock-filters.css +1 -6
  157. package/extensions/ublocklite/rulesets/scripting/generichigh/ukr-0.css +25 -7
  158. package/extensions/ublocklite/rulesets/scripting/generichigh/vie-1.css +0 -1
  159. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
  160. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +1 -1
  161. package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +1 -1
  162. package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
  163. package/extensions/ublocklite/rulesets/scripting/procedural/hrv-0.js +1 -1
  164. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  165. package/extensions/ublocklite/rulesets/scripting/procedural/kor-1.js +1 -1
  166. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  167. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +3 -3
  168. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  169. package/extensions/ublocklite/rulesets/scripting/procedural/ukr-0.js +3 -3
  170. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.addEventListener-defuser.js +2 -2
  171. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-constant.js +1 -1
  172. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  173. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
  174. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-session-storage-item.js +2 -2
  175. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +2 -2
  176. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  177. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-local-storage-item.js +2 -2
  178. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.remove-cookie.js +2 -2
  179. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +2 -2
  180. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-on-property-read.js +2 -2
  181. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +2 -2
  182. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +2 -2
  183. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +1 -1
  184. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-on-stack-trace.js +2 -2
  185. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.adjust-setInterval.js +2 -2
  186. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +1 -1
  187. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.set-constant.js +2 -2
  188. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.abort-current-script.js +2 -2
  189. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.abort-on-stack-trace.js +421 -0
  190. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-fetch.js +2 -2
  191. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.set-constant.js +2 -2
  192. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.remove-node-text.js +2 -2
  193. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-node-text.js +449 -0
  194. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.set-constant.js +2 -2
  195. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +2 -2
  196. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
  197. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +2 -2
  198. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-constant.js +1 -1
  199. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-xhr.js +2 -2
  200. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +1 -1
  201. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.abort-on-property-read.js +1 -1
  202. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.abort-on-property-write.js +2 -2
  203. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +1 -1
  204. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.remove-attr.js +2 -2
  205. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +1 -1
  206. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  207. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +3 -3
  208. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-write.js +2 -2
  209. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
  210. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
  211. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +2 -2
  212. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +1 -1
  213. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +1 -1
  214. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +3 -3
  215. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +2 -2
  216. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.nowebrtc.js +1 -1
  217. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +2 -2
  218. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +2 -2
  219. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +2 -2
  220. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
  221. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +3 -3
  222. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
  223. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
  224. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +2 -2
  225. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
  226. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
  227. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
  228. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-session-storage-item.js +2 -2
  229. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-dom-bypass.js +2 -2
  230. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +3 -3
  231. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-xhr-response.js +2 -2
  232. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-constant.js +2 -2
  233. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
  234. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.abort-current-script.js +451 -0
  235. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.abort-on-property-read.js +369 -0
  236. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.abort-on-property-write.js +347 -0
  237. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.json-prune.js +506 -0
  238. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +553 -0
  239. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-window-open.js +471 -0
  240. package/extensions/ublocklite/rulesets/scripting/scriptlet/{vie-1.set-cookie.js → ukr-0.remove-attr.js} +99 -127
  241. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.remove-class.js +396 -0
  242. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.remove-node-text.js +2 -2
  243. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.set-constant.js +541 -0
  244. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  245. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +1 -1
  246. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.set-constant.js +2 -2
  247. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  248. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  249. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  250. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
  251. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  252. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  253. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  254. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  255. package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
  256. package/extensions/ublocklite/rulesets/scripting/specific/hrv-0.js +3 -3
  257. package/extensions/ublocklite/rulesets/scripting/specific/hun-0.js +3 -3
  258. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  259. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  260. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  261. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
  262. package/extensions/ublocklite/rulesets/scripting/specific/lva-0.js +3 -3
  263. package/extensions/ublocklite/rulesets/scripting/specific/nld-0.js +3 -3
  264. package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +3 -3
  265. package/extensions/ublocklite/rulesets/scripting/specific/pol-0.js +3 -3
  266. package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
  267. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  268. package/extensions/ublocklite/rulesets/scripting/specific/spa-0.js +3 -3
  269. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  270. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  271. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  272. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  273. package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +4 -4
  274. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  275. package/extensions/ublocklite/rulesets/scriptlet-details.json +450 -190
  276. package/extensions/ublocklite/rulesets/strictblock/annoyances-cookies.json +6 -0
  277. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +153 -367
  278. package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +42 -1
  279. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  280. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +366 -3
  281. package/extensions/ublocklite/rulesets/strictblock/fra-0.json +6 -0
  282. package/extensions/ublocklite/rulesets/strictblock/hun-0.json +36 -2
  283. package/extensions/ublocklite/rulesets/strictblock/idn-0.json +0 -1
  284. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +152 -147
  285. package/extensions/ublocklite/rulesets/strictblock/mkd-0.json +0 -1
  286. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +6 -4
  287. package/extensions/ublocklite/rulesets/strictblock/pgl.json +7 -14
  288. package/extensions/ublocklite/rulesets/strictblock/pol-0.json +1 -1
  289. package/extensions/ublocklite/rulesets/strictblock/pol-3.json +6962 -3617
  290. package/extensions/ublocklite/rulesets/strictblock/spa-0.json +1 -0
  291. package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +9359 -3524
  292. package/extensions/ublocklite/rulesets/strictblock/swe-1.json +3 -6
  293. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +640 -628
  294. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +1 -1
  295. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +467 -103
  296. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +540 -508
  297. package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +6 -0
  298. package/extensions/ublocklite/strictblock.html +1 -0
  299. package/extensions/ublocklite/ublock.zip +0 -0
  300. package/package.json +10 -10
  301. package/scripts/build-open-api.js +16 -5
  302. package/src/limiter.ts +7 -1
  303. package/src/types.ts +1 -0
  304. package/static/docs/swagger.json +1318 -1318
  305. package/static/docs/swagger.min.json +1317 -1317
  306. package/static/function/client.js +10 -3
  307. package/static/function/index.html +10 -3
  308. package/extensions/ublocklite/rulesets/main/openphish-domains.json +0 -36928
  309. package/extensions/ublocklite/rulesets/strictblock/openphish-domains.json +0 -36943
@@ -27,7 +27,7 @@
27
27
 
28
28
  /******************************************************************************/
29
29
 
30
- const argsList = ["","{\"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;\"]}","{\"selector\":\"div.box > div.box_head\",\"action\":[\"style\",\"position: unset !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"cursor: unset !important;\"]}","{\"selector\":\"body[style^=\\\"background-image: url(\\\\\\\"/_images/nonprintable.gif\\\\\\\")\\\"]\",\"action\":[\"style\",\"background-image: unset !important;\"]}","{\"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;\"]}","{\"selector\":\".content\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".col-sm-push-2\",\"action\":[\"style\",\"right: unset !important;\"]}\n{\"selector\":\".main\",\"action\":[\"style\",\"width: 74.3% !important;\"]}","{\"selector\":\".carousel-inner > .item > .row > .col-md-8:has(article > a[href*=\\\"aftabir.com/news/view/\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"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;\"]}","{\"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;\"]}","{\"selector\":\"div.step:nth-of-type(3)::after\",\"action\":[\"style\",\"content: 'هشدار از طرف لیست PersianBlocker: با ثبت کردن این اطلاعات، این سایت می‌تواند آدرس خانه و همه اطلاعات شما که در حساب‌کاربری اسنپ‌فود ثبت شده است را مشاهده کند و یا حتی اقدام به تغییر اطلاعات و ثبت سفارش کند. از این سایت با ریسک خودتان استفاده کنید و بعد از اتمام بررسی، دکمه \\\"خروج\\\" در سایت اسنپ‌فود را زده تا Token شما لغو شده و دسترسی این سایت به حساب‌کاربری شما قطع شود.' !important; color: #E6000D !important; margin-top: 20px !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"]}","{\"selector\":\"div.col-2\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".todaysNewsList__posts\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important\"]}","{\"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;\"]}","{\"selector\":\".container\",\"action\":[\"style\",\"width: 95% !important;\"]}","{\"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;\"]}","{\"selector\":\".n-first-col-left\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\"div.cas\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"div.labeled-dw-ads\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"div.single-text-ads\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"div.site-middle-banners\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"li.ads-download\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"p:has(> a[href=\\\"https://www.farsroid.com/download-imo-android/\\\"] > img)\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}","{\"selector\":\"a#is_link\",\"action\":[\"style\",\"display: inline-block !important;\"]}","{\"selector\":\".main_wrapper\",\"action\":[\"style\",\"max-width: 95% !important;\"]}\n{\"selector\":\".page_first_clm\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".page_second_clm\",\"action\":[\"style\",\"width: 30% !important;\"]}\n{\"selector\":\".right_col\",\"action\":[\"style\",\"width: 95% !important;\"]}","{\"selector\":\".ads-top\",\"action\":[\"style\",\"visibility: hidden !important;\"]}\n{\"selector\":\".logo\",\"action\":[\"style\",\"position: static !important;\"]}","{\"selector\":\".main-content\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important;\"]}","{\"selector\":\"div.col-md-7\",\"action\":[\"style\",\"width: 75% !important;\"]}","{\"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;\"]}","{\"selector\":\".main-content > .row > .content, .main-conten\",\"action\":[\"style\",\"max-width: 99% !important; flex: 0 0 99% !important;\"]}","{\"selector\":\"div.c-forceToLogin__content\",\"action\":[\"style\",\"filter: none !important; opacity: 1 !important;\"]}","{\"selector\":\".col-md-21\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 30% !important;\"]}","{\"selector\":\".col-md-3\",\"action\":[\"style\",\"max-width: 40% !important; flex: 0 0 40% !important;\"]}\n{\"selector\":\".container\",\"action\":[\"style\",\"max-width: 95% !important; flex-grow: 1 !important;\"]}\n{\"selector\":\".main-content\",\"action\":[\"style\",\"max-width: 60% !important; flex: 0 0 60% !important;\"]}","{\"selector\":\"div.sidebar\",\"action\":[\"style\",\"user-select: text !important;\"]}","{\"selector\":\"div#icontent\",\"action\":[\"style\",\"display: block !important;\"]}","{\"selector\":\".news-col-1\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".news-col-2\",\"action\":[\"style\",\"width: 30% !important;\"]}","{\"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;\"]}","{\"selector\":\"section.main_c\",\"action\":[\"style\",\"width: 76% !important;\"]}","{\"selector\":\"div.adcontainer div#p30konkor-ads-p > div.bs-vc-wrapper > div.vc_col-sm-4\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\"body > div#warpper\",\"action\":[\"style\",\"max-width: 90% !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important;\"]}","{\"selector\":\"body > div#wrp > div.main_menu::before\",\"action\":[\"style\",\"content: 'روحت شاد صابر جان. (PersianBlocker)' !important; color: #E6000D !important; font-weight: bold !important;\"]}\n{\"selector\":\"body > div#wrp::before\",\"action\":[\"style\",\"content: '«مرد نکونام نمیرد هرگز / مرده آن است که نامش به نکویی نبرند»' !important; color: #E6000D !important; font-weight: bold !important;\"]}","{\"selector\":\"div.MuiGrid-root[class*=\\\"hsCode_LimitedItem__\\\"]\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important; pointer-events: auto !important;\"]}","{\"selector\":\".container, .main\",\"action\":[\"style\",\"width: 95% !important;\"]}","{\"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;\"]}","{\"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;\"]}\n{\"selector\":\"img[data-src]\",\"action\":[\"style\",\"opacity: 1 !important;\"]}","{\"selector\":\".left_news_box > .left\",\"action\":[\"style\",\"width: 100% !important;\"]}\n{\"selector\":\".main_right_archsing > .single\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".column_1\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".column_2\",\"action\":[\"style\",\"width: 30% !important;\"]}","{\"selector\":\".row_one_content\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".col-12.col-md-8\",\"action\":[\"style\",\"max-width: 100% !important; flex: 0 0 100% !important; margin-right: 0 !important;\"]}","{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"]}","{\"selector\":\"section#downloadbox > input#btnDownload\",\"action\":[\"style\",\"display: block !important;\"]}","{\"selector\":\"app-channel div.live-box\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"]}","{\"selector\":\".col-2\",\"action\":[\"style\",\"width: 60% !important;\"]}\n{\"selector\":\".no-padd-1st-child\",\"action\":[\"style\",\"width: 40% !important;\"]}","{\"selector\":\"div#price div.bg-card:has(> div[role=\\\"button\\\"] > div.relative div[variant=\\\"subhead\\\"][font-weight=\\\"bold\\\"][lineheight=\\\"1.6\\\"])\",\"action\":[\"style\",\"opacity: 0.5 !important; filter: blur(0.4px) !important; transition: border .3s ease, opacity .3s ease !important;\"]}\n{\"selector\":\"div#price div.bg-card:has(> div[role=\\\"button\\\"] > div.relative div[variant=\\\"subhead\\\"][font-weight=\\\"bold\\\"][lineheight=\\\"1.6\\\"]):active\",\"action\":[\"style\",\"opacity: 1 !important; filter: blur(0) !important;\"]}\n{\"selector\":\"div#price div.bg-card:has(> div[role=\\\"button\\\"] > div.relative div[variant=\\\"subhead\\\"][font-weight=\\\"bold\\\"][lineheight=\\\"1.6\\\"]):hover\",\"action\":[\"style\",\"opacity: 1 !important; filter: blur(0) !important;\"]}","{\"selector\":\"div#gsr a[href*=\\\"//avamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//bamabin\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//darkmovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//dibamovi\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//digimovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//filmkio\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//golchindl\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//moviefilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//mymoviz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//mytopmoviez\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//roozdl1.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//valamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//zfilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"24movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"30nama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"4kdownload.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"5download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"animelist.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"arnr.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"baniwak.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bi3-seda.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bollywood1.sbs\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bosgame.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bossfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bunnysub.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"centerdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"chchek.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"cinemayek.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"clickfiles.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"coolaks.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"cooldl.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"danofilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dark-movies.tech\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"darkroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"disfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlday.click\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlfars.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlpersian.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlrozaneh.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"donyamovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"doostihaa.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"downloadha.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ehsanfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"emimovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"far30dl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"farafilm.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"fardisfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"farsifilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"fastmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filimiano.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filimo.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filimserial.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"film2irani.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"film2movie.asia\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"film2serial.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmazon.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmbaz.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmbin-test.buzz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmcase.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmdoon.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmekade.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmeno.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmin.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmino.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmlost.ink\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmnet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmparsi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmr.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmsara.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmsky.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmzi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"fox.cfd\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"foxmovie.cyou\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"funofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"gameten.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"gapfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"gharbtv.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"glp.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hamahang.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hamrahmoviez.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hamtamovie.nl\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hastidl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hetfilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hexdl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hexdownload.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hivamovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"icinemaa.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"imovies-dl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ir-dl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"irantv.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"jaheshmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"karanmovie.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"kiamovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"king-movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"kingmovi.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"kingmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"lovinfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"magbazi.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"marzfun.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"melofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"mer30download.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"mimovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"miniroid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"modernfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"montmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movie-source.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movie.af\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movielandz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movienama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"moviezone.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movineh.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"myavanet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"mygolchindl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"naabmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nama.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"namava.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"netpaak.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"netpaak.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nex1music.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ni3movie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nightmovie.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"niikidaily.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nilz.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"oxymovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"par30dl.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"par30games.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"par30media.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"parsafilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"parsigamer.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"parsmovies.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"pelano.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"persianvid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"pinkfilm.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"pishgammovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"playrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"plus.telewebion.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ponoco.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"raycamovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"rofaghayekhoob.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"rubixfa.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"saberfun.today\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"sansorha.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"serialbar.xyz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"serialfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"sidemovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"skydl.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"skymovies.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"sorenmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tafrihicenter.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tak-movies.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"takmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"telvideo.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tikfilm.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tinroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tizmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tvrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upera.shop\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upera.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upko.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upmedia.movie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"uptvs.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"vgdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"vipofilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"wilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"wir36.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yekmovie.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yekmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yoozdl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yoozmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zaminmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zardfilm.in\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zarfilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zflix.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zinofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//avamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//bamabin\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//darkmovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//dibamovi\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//digimovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//filmkio\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//golchindl\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//moviefilm\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mymoviz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mytopmoviez\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//roozdl1.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//valamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"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;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"24movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"30nama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"4kdownload.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"5download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"animelist.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"arnr.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"baniwak.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bi3-seda.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bollywood1.sbs\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bosgame.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bossfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bunnysub.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"centerdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"chchek.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"cinemayek.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"clickfiles.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"coolaks.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"cooldl.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"danofilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dark-movies.tech\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"darkroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"disfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlday.click\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlfars.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlpersian.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlrozaneh.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"donyamovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"doostihaa.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"downloadha.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ehsanfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"emimovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"far30dl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farafilm.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fardisfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farsifilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fastmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimiano.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimo.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimserial.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2irani.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2movie.asia\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2serial.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmazon.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbaz.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbin-test.buzz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmcase.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmdoon.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmekade.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmeno.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmin.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmino.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmlost.ink\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmnet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmparsi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmr.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsara.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsky.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmzi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fox.cfd\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"foxmovie.cyou\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"funofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gameten.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gapfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gharbtv.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"glp.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamahang.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamrahmoviez.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamtamovie.nl\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hastidl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hetfilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hexdl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hexdownload.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hivamovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"icinemaa.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"imovies-dl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ir-dl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دا��ای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"irantv.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"jaheshmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"karanmovie.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kiamovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"king-movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmovi.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"lovinfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"magbazi.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"marzfun.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"melofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mer30download.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mimovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"miniroid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"modernfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"montmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie-source.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie.af\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movielandz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movienama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"moviezone.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movineh.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"myavanet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mygolchindl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"naabmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nama.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"namava.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"netpaak.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"netpaak.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nex1music.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ni3movie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nightmovie.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"niikidaily.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nilz.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"oxymovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"p30day.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30dl.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30games.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30media.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsafilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsigamer.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsmovies.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pelano.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"persianvid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pinkfilm.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pishgammovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"playrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"plus.telewebion.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ponoco.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"raycamovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"rubixfa.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"saberfun.today\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sansorha.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialbar.xyz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sidemovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skydl.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skymovies.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sorenmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tafrihicenter.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tak-movies.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"takmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"telvideo.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tikfilm.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tinroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tizmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tvrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upera.shop\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upera.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upko.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upmedia.movie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"uptvs.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"vgdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"vipofilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wir36.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmovie.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozdl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zaminmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zardfilm.in\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zarfilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zflix.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zinofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}","{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//roozdl1.\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"24movie.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"5download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"arnr.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"baniwak.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bi3-seda.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bossfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bunnysub.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"centerdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"chchek.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"cinemayek.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"clickfiles.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"coolaks.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"cooldl.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"danofilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"disfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlpersian.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlrozaneh.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"donyamovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"doostihaa.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"emimovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"far30dl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farafilm.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fardisfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farsifilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fastmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimiano.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimo.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimserial.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2irani.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2movie.asia\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2serial.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmbaz.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmcase.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmdoon.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmekade.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmeno.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmin.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmino.me\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmnet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmparsi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmr.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsara.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsky.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmzi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"funofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gameten.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gapfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gharbtv.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"glp.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamahang.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamrahmoviez.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamtamovie.nl\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hastidl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hetfilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hexdl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hexdownload.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hivamovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"icinemaa.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ir-dl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"irantv.me\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"jaheshmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"karanmovie.org\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"lovinfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"marzfun.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"melofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mer30download.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mimovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"modernfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"montmovie.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movie.af\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movielandz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movienama.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"moviezone.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movineh.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"myavanet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"naabmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nama.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"namava.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"netpaak.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"netpaak.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nex1music.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ni3movie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"niikidaily.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nilz.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30media.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsafilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsmovies.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pelano.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"persianvid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pishgammovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"plus.telewebion.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ponoco.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"raycamovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"rofaghayekhoob.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sansorha.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"serialfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sidemovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"skymovies.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sorenmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tafrihicenter.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"telvideo.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tikfilm.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tizmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tvrooz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upera.shop\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upera.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upko.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upmedia.movie\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"uptvs.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"vipofilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"wilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozdl.top\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zaminmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zardfilm.in\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zflix.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zinofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}","{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//avamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//bamabin\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//darkmovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//dibamovi\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//digimovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//golchindl\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//moviefilm\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mymoviz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mytopmoviez\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//roozdl1.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//valamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"24movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"30nama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"4kdownload.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"5download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"arnr.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"baniwak.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bi3-seda.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bollywood1.sbs\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bosgame.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bossfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bunnysub.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"centerdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"chchek.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"cinemayek.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"clickfiles.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"coolaks.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"cooldl.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"danofilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dark-movies.tech\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"darkroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"disfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlday.click\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlfars.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlpersian.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlrozaneh.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"donyamovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"doostihaa.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"downloadha.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ehsanfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"emimovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"far30dl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"farafilm.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"fardisfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"farsifilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"fastmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimiano.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimo.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimserial.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2irani.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2movie.asia\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2serial.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmazon.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbaz.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbin-test.buzz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmcase.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmdoon.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmekade.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmeno.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmin.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmino.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmlost.ink\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmnet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmparsi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmr.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsara.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsky.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmzi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"fox.cfd\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"foxmovie.cyou\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"funofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"gameten.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"gapfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"gharbtv.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"glp.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamahang.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamrahmoviez.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamtamovie.nl\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hastidl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hetfilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hexdl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hexdownload.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hivamovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"icinemaa.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"imovies-dl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ir-dl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"irantv.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"jaheshmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"karanmovie.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"king-movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmovi.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"lovinfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"magbazi.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"marzfun.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"melofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"mer30download.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"mimovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"miniroid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"modernfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"montmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie-source.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie.af\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movielandz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movienama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"moviezone.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movineh.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"myavanet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"mygolchindl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"naabmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nama.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"namava.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"netpaak.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"netpaak.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nex1music.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ni3movie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nightmovie.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"niikidaily.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nilz.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"oxymovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30dl.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30games.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30media.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsafilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsigamer.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsmovies.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"pelano.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"persianvid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"pinkfilm.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"pishgammovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"playrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"plus.telewebion.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ponoco.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"raycamovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"rofaghayekhoob.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"rubixfa.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"saberfun.today\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"sansorha.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialbar.xyz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"sidemovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"skydl.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"skymovies.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"sorenmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tafrihicenter.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tak-movies.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"takmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"telvideo.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tikfilm.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tinroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tizmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tvrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upera.shop\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upera.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upko.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upmedia.movie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"uptvs.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"vgdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"vipofilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"wilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"wir36.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmovie.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozdl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zaminmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zardfilm.in\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zflix.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zinofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}","{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bosgame.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"darkroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"downloadha.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"magbazi.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"miniroid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30dl.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30games.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsigamer.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tinroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"vgdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}"];
30
+ const argsList = ["","{\"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;\"]}","{\"selector\":\"div.box > div.box_head\",\"action\":[\"style\",\"position: unset !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"cursor: unset !important;\"]}","{\"selector\":\"body[style^=\\\"background-image: url(\\\\\\\"/_images/nonprintable.gif\\\\\\\")\\\"]\",\"action\":[\"style\",\"background-image: unset !important;\"]}","{\"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;\"]}","{\"selector\":\".content\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".col-sm-push-2\",\"action\":[\"style\",\"right: unset !important;\"]}\n{\"selector\":\".main\",\"action\":[\"style\",\"width: 74.3% !important;\"]}","{\"selector\":\".carousel-inner > .item > .row > .col-md-8:has(article > a[href*=\\\"aftabir.com/news/view/\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"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;\"]}","{\"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;\"]}","{\"selector\":\"div.step:nth-of-type(3)::after\",\"action\":[\"style\",\"content: 'هشدار از طرف لیست PersianBlocker: با ثبت کردن این اطلاعات، این سایت می‌تواند آدرس خانه و همه اطلاعات شما که در حساب‌کاربری اسنپ‌فود ثبت شده است را مشاهده کند و یا حتی اقدام به تغییر اطلاعات و ثبت سفارش کند. از این سایت با ریسک خودتان استفاده کنید و بعد از اتمام بررسی، دکمه \\\"خروج\\\" در سایت اسنپ‌فود را زده تا Token شما لغو شده و دسترسی این سایت به حساب‌کاربری شما قطع شود.' !important; color: #E6000D !important; margin-top: 20px !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"]}","{\"selector\":\"div.col-2\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".todaysNewsList__posts\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important\"]}","{\"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;\"]}","{\"selector\":\".container\",\"action\":[\"style\",\"width: 95% !important;\"]}","{\"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;\"]}","{\"selector\":\".n-first-col-left\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\"div.cas\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"div.labeled-dw-ads\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"div.single-text-ads\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"div.site-middle-banners\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"li.ads-download\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}\n{\"selector\":\"p:has(> a[href=\\\"https://www.farsroid.com/download-imo-android/\\\"] > img)\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important;\"]}","{\"selector\":\"a#is_link\",\"action\":[\"style\",\"display: inline-block !important;\"]}","{\"selector\":\".main_wrapper\",\"action\":[\"style\",\"max-width: 95% !important;\"]}\n{\"selector\":\".page_first_clm\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".page_second_clm\",\"action\":[\"style\",\"width: 30% !important;\"]}\n{\"selector\":\".right_col\",\"action\":[\"style\",\"width: 95% !important;\"]}","{\"selector\":\".ads-top\",\"action\":[\"style\",\"visibility: hidden !important;\"]}\n{\"selector\":\".logo\",\"action\":[\"style\",\"position: static !important;\"]}","{\"selector\":\".main-content\",\"action\":[\"style\",\"max-width: 100% !important; flex-grow: 1 !important;\"]}","{\"selector\":\"div.col-md-7\",\"action\":[\"style\",\"width: 75% !important;\"]}","{\"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;\"]}","{\"selector\":\".main-content > .row > .content, .main-conten\",\"action\":[\"style\",\"max-width: 99% !important; flex: 0 0 99% !important;\"]}","{\"selector\":\"div.c-forceToLogin__content\",\"action\":[\"style\",\"filter: none !important; opacity: 1 !important;\"]}","{\"selector\":\".col-md-21\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 30% !important;\"]}","{\"selector\":\".col-md-3\",\"action\":[\"style\",\"max-width: 40% !important; flex: 0 0 40% !important;\"]}\n{\"selector\":\".container\",\"action\":[\"style\",\"max-width: 95% !important; flex-grow: 1 !important;\"]}\n{\"selector\":\".main-content\",\"action\":[\"style\",\"max-width: 60% !important; flex: 0 0 60% !important;\"]}","{\"selector\":\"div.sidebar\",\"action\":[\"style\",\"user-select: text !important;\"]}","{\"selector\":\"div#icontent\",\"action\":[\"style\",\"display: block !important;\"]}","{\"selector\":\".news-col-1\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".news-col-2\",\"action\":[\"style\",\"width: 30% !important;\"]}","{\"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;\"]}","{\"selector\":\"section.main_c\",\"action\":[\"style\",\"width: 76% !important;\"]}","{\"selector\":\"div.adcontainer div#p30konkor-ads-p > div.bs-vc-wrapper > div.vc_col-sm-4\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\"body > div#warpper\",\"action\":[\"style\",\"max-width: 90% !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important;\"]}","{\"selector\":\"body > div#wrp > div.main_menu::before\",\"action\":[\"style\",\"content: 'روحت شاد صابر جان. (PersianBlocker)' !important; color: #E6000D !important; font-weight: bold !important;\"]}\n{\"selector\":\"body > div#wrp::before\",\"action\":[\"style\",\"content: '«مرد نکونام نمیرد هرگز / مرده آن است که نامش به نکویی نبرند»' !important; color: #E6000D !important; font-weight: bold !important;\"]}","{\"selector\":\"div.MuiGrid-root[class*=\\\"hsCode_LimitedItem__\\\"]\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important; pointer-events: auto !important;\"]}","{\"selector\":\".container, .main\",\"action\":[\"style\",\"width: 95% !important;\"]}","{\"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;\"]}","{\"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;\"]}\n{\"selector\":\"img[data-src]\",\"action\":[\"style\",\"opacity: 1 !important;\"]}","{\"selector\":\".left_news_box > .left\",\"action\":[\"style\",\"width: 100% !important;\"]}\n{\"selector\":\".main_right_archsing > .single\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".column_1\",\"action\":[\"style\",\"width: 70% !important;\"]}\n{\"selector\":\".column_2\",\"action\":[\"style\",\"width: 30% !important;\"]}","{\"selector\":\".row_one_content\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".col-12.col-md-8\",\"action\":[\"style\",\"max-width: 100% !important; flex: 0 0 100% !important; margin-right: 0 !important;\"]}","{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"]}","{\"selector\":\"section#downloadbox > input#btnDownload\",\"action\":[\"style\",\"display: block !important;\"]}","{\"selector\":\"app-channel div.live-box\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\".col-md-9\",\"action\":[\"style\",\"width: 100% !important;\"]}","{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"]}","{\"selector\":\".col-2\",\"action\":[\"style\",\"width: 60% !important;\"]}\n{\"selector\":\".no-padd-1st-child\",\"action\":[\"style\",\"width: 40% !important;\"]}","{\"selector\":\"div#price div.bg-card:has(> div[role=\\\"button\\\"] > div.relative div[variant=\\\"subhead\\\"][font-weight=\\\"bold\\\"][lineheight=\\\"1.6\\\"])\",\"action\":[\"style\",\"opacity: 0.5 !important; filter: blur(0.4px) !important; transition: border .3s ease, opacity .3s ease !important;\"]}\n{\"selector\":\"div#price div.bg-card:has(> div[role=\\\"button\\\"] > div.relative div[variant=\\\"subhead\\\"][font-weight=\\\"bold\\\"][lineheight=\\\"1.6\\\"]):active\",\"action\":[\"style\",\"opacity: 1 !important; filter: blur(0) !important;\"]}\n{\"selector\":\"div#price div.bg-card:has(> div[role=\\\"button\\\"] > div.relative div[variant=\\\"subhead\\\"][font-weight=\\\"bold\\\"][lineheight=\\\"1.6\\\"]):hover\",\"action\":[\"style\",\"opacity: 1 !important; filter: blur(0) !important;\"]}","{\"selector\":\"div#gsr a[href*=\\\"//avamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//bamabin\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//darkmovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//dibamovi\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//digimovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//filmkio\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//golchindl\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//moviefilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//mymoviz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//mytopmoviez\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//roozdl1.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//valamovie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"//zfilm\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"24movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"30nama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"4kdownload.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"5download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"animelist.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"arnr.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"baniwak.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bi3-seda.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bollywood1.sbs\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bosgame.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bossfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"bunnysub.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"centerdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"chchek.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"cinemayek.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"clickfiles.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"coolaks.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"cooldl.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"danofilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dark-movies.tech\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"darkroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"disfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlday.click\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlfars.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlpersian.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"dlrozaneh.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"donyamovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"doostihaa.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"download.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"downloadha.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ehsanfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"emimovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"far30dl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"farafilm.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"fardisfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"farsifilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"fastmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filimiano.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filimo.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filimserial.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"film2irani.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"film2movie.asia\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"film2serial.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmazon.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmbaz.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmbin-test.buzz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmcase.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmdoon.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmekade.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmeno.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmin.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmino.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmlost.ink\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmnet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmparsi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmr.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmsara.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmsky.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"filmzi.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"fox.cfd\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"foxmovie.cyou\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"funofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"gameten.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"gapfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"gharbtv.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"glp.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hamahang.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hamrahmoviez.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hamtamovie.nl\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hastidl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hetfilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hexdl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hexdownload.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"hivamovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"icinemaa.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"imovies-dl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ir-dl.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"irantv.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"jaheshmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"karanmovie.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"kiamovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"king-movie.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"kingmovi.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"kingmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"lovinfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"magbazi.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"marzfun.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"melofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"mer30download.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"mimovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"miniroid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"modernfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"montmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movie-source.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movie.af\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movielandz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movienama.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"moviezone.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"movineh.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"myavanet.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"mygolchindl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"naabmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nama.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"namava.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"netpaak.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"netpaak.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nex1music.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ni3movie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nightmovie.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"niikidaily.info\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"nilz.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"oxymovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"par30dl.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"par30games.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"par30media.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"parsafilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"parsigamer.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"parsmovies.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"pelano.net\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"persianvid.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"pinkfilm.me\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"pishgammovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"playrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"plus.telewebion.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"ponoco.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"raycamovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"rofaghayekhoob.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"rubixfa.\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"saberfun.today\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"sansorha.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"serialbar.xyz\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"serialfilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"sidemovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"skydl.org\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"skymovies.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"sorenmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tafrihicenter.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tak-movies.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"takmovie.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"telvideo.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tikfilm.co\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tinroid.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tizmovie.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"tvrooz.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upera.shop\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upera.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upko.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"upmedia.movie\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"uptvs.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"vgdl.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"vipofilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"wilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"wir36.site\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yekmovie.tv\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yekmoviez.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yoozdl.top\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"yoozmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zaminmovie.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zardfilm.in\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zarfilm.com\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zflix.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#gsr a[href*=\\\"zinofilm.ir\\\"] div[role=\\\"link\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//avamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//bamabin\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//darkmovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//dibamovi\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//digimovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//filmkio\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//golchindl\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//moviefilm\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mymoviz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//mytopmoviez\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//roozdl1.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"//valamovie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"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;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"24movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"30nama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"4kdownload.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"5download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"animelist.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"arnr.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"baniwak.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bi3-seda.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bollywood1.sbs\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bosgame.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bossfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"bunnysub.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"centerdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"chchek.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"cinemayek.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"clickfiles.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"coolaks.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"cooldl.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"danofilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dark-movies.tech\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"darkroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"disfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlday.click\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlfars.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlpersian.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"dlrozaneh.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"donyamovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"doostihaa.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"download.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"downloadha.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ehsanfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"emimovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"far30dl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farafilm.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fardisfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"farsifilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fastmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimiano.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimo.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filimserial.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2irani.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2movie.asia\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"film2serial.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmazon.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbaz.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmbin-test.buzz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmcase.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmdoon.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmekade.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmeno.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmin.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmino.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmlost.ink\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmnet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmparsi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmr.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsara.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmsky.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"filmzi.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"fox.cfd\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"foxmovie.cyou\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"funofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gameten.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gapfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"gharbtv.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"glp.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamahang.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamrahmoviez.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hamtamovie.nl\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hastidl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hetfilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hexdl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hexdownload.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"hivamovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"icinemaa.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"imovies-dl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ir-dl.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"irantv.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"jaheshmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"karanmovie.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kiamovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"king-movie.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmovi.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"kingmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"lovinfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"magbazi.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"marzfun.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"melofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mer30download.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mimovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"miniroid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"modernfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"montmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie-source.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movie.af\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movielandz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movienama.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"moviezone.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"movineh.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"myavanet.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"mygolchindl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"naabmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nama.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"namava.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"netpaak.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"netpaak.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nex1music.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ni3movie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nightmovie.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"niikidaily.info\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"nilz.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"oxymovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"p30day.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30dl.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30games.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"par30media.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsafilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsigamer.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"parsmovies.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pelano.net\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"persianvid.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pinkfilm.me\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"pishgammovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"playrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"plus.telewebion.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"ponoco.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"raycamovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"rubixfa.\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"saberfun.today\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sansorha.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialbar.xyz\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"serialfilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sidemovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skydl.org\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"skymovies.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"sorenmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tafrihicenter.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tak-movies.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"takmovie.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"telvideo.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tikfilm.co\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tinroid.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tizmovie.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"tvrooz.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upera.shop\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upera.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upko.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"upmedia.movie\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"uptvs.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"vgdl.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"vipofilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"wir36.site\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmovie.tv\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yekmoviez.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozdl.top\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"yoozmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zaminmovie.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zardfilm.in\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zarfilm.com\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [نیمه‌اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zflix.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#search span[jsaction] > a[href*=\\\"zinofilm.ir\\\"] > h3::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}","{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"//roozdl1.\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"24movie.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"5download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"arnr.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"baniwak.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bi3-seda.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bossfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bunnysub.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"centerdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"chchek.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"cinemayek.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"clickfiles.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"coolaks.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"cooldl.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"danofilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"disfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlpersian.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"dlrozaneh.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"donyamovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"doostihaa.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"emimovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"far30dl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farafilm.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fardisfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"farsifilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"fastmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimiano.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimo.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filimserial.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2irani.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2movie.asia\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"film2serial.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmbaz.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmcase.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmdoon.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmekade.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmeno.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmin.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmino.me\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmnet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmparsi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmr.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsara.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmsky.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"filmzi.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"funofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gameten.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gapfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"gharbtv.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"glp.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamahang.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamrahmoviez.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hamtamovie.nl\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hastidl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hetfilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hexdl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hexdownload.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"hivamovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"icinemaa.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ir-dl.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"irantv.me\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"jaheshmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"karanmovie.org\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"lovinfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"marzfun.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"melofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mer30download.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"mimovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"modernfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"montmovie.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movie.af\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movielandz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movienama.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"moviezone.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"movineh.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"myavanet.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"naabmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nama.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"namava.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"netpaak.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"netpaak.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nex1music.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ni3movie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"niikidaily.info\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"nilz.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30media.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsafilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsmovies.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pelano.net\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"persianvid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"pishgammovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"plus.telewebion.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"ponoco.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"raycamovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"rofaghayekhoob.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sansorha.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"serialfilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sidemovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"skymovies.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"sorenmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tafrihicenter.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"telvideo.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tikfilm.co\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tizmovie.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tvrooz.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upera.shop\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upera.tv\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upko.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"upmedia.movie\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"uptvs.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"vipofilm.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"wilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozdl.top\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"yoozmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zaminmovie.com\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zardfilm.in\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"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;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zflix.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"zinofilm.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}","{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"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;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//avamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//bamabin\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//darkmovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//dibamovi\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//digimovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//golchindl\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//moviefilm\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mymoviz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//mytopmoviez\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//roozdl1.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"//valamovie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"24movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"30nama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"4kdownload.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"5download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"arnr.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"baniwak.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bi3-seda.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bollywood1.sbs\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bosgame.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bossfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"bunnysub.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"centerdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"chchek.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"cinemayek.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"clickfiles.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"coolaks.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"cooldl.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"danofilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dark-movies.tech\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"darkroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"disfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlday.click\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlfars.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlpersian.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"dlrozaneh.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"donyamovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"doostihaa.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"download.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"downloadha.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ehsanfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"emimovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"far30dl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"farafilm.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"fardisfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"farsifilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"fastmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimiano.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimo.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filimserial.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2irani.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2movie.asia\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"film2serial.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmazon.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbaz.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmbin-test.buzz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmcase.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmdoon.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmekade.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmeno.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmin.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmino.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmlost.ink\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmnet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmparsi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmr.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsara.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmsky.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"filmzi.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"fox.cfd\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"foxmovie.cyou\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"funofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"gameten.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"gapfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"gharbtv.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"glp.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamahang.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamrahmoviez.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hamtamovie.nl\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hastidl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hetfilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hexdl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hexdownload.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"hivamovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"icinemaa.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"imovies-dl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ir-dl.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"irantv.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"jaheshmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"karanmovie.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"king-movie.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmovi.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"kingmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"lovinfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"magbazi.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"marzfun.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"melofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"mer30download.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"mimovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"miniroid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"modernfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"montmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie-source.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movie.af\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movielandz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movienama.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"moviezone.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"movineh.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"myavanet.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"mygolchindl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"naabmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nama.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"namava.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"netpaak.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"netpaak.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nex1music.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ni3movie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nightmovie.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"niikidaily.info\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"nilz.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"oxymovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30dl.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30games.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"par30media.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsafilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsigamer.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"parsmovies.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"pelano.net\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"persianvid.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"pinkfilm.me\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"pishgammovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"playrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"plus.telewebion.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"ponoco.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"raycamovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"rofaghayekhoob.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"rubixfa.\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"saberfun.today\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"sansorha.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialbar.xyz\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"serialfilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"sidemovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"skydl.org\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"skymovies.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"sorenmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tafrihicenter.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tak-movies.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"takmovie.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"telvideo.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tikfilm.co\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tinroid.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tizmovie.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"tvrooz.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upera.shop\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upera.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upko.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"upmedia.movie\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"uptvs.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"vgdl.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"vipofilm.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"wilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"wir36.site\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmovie.tv\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yekmoviez.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [اشتراکی] ' !important; color: #64b502 !important; font-weight: bold !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozdl.top\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"yoozmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zaminmovie.com\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zardfilm.in\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zflix.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"div#results > div.snippet > a[href*=\\\"zinofilm.ir\\\"] div.title::after\",\"action\":[\"style\",\"content: ' [دارای حذفیات] ' !important; color: #E6000D !important;\"]}","{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"bosgame.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"darkroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"download.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"downloadha.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"magbazi.com\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"miniroid.com\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30dl.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"par30games.net\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"parsigamer.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"tinroid.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [حذفیات لینک دانلود] ' !important; color: #E6000D !important;\"]}\n{\"selector\":\"ol.react-results--main a[data-testid=\\\"result-title-a\\\"][href*=\\\"vgdl.ir\\\"]::after\",\"action\":[\"style\",\"content: ' [لینک دانلود در کانال تلگرام] ' !important; color: #E6000D !important;\"]}"];
31
31
  const argsSeqs = [0,1,-1,35,-2,3,3,4,5,6,7,8,9,-9,47,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,45,46,48,49,50,51,52,53,54,55,56,57];
32
32
  const hostnamesMap = new Map([["anesthesianotes.ir",1],["coffeeapps.ir",1],["p30konkor.com",2],["sclinic.ir",1],["alfehrest.com",4],["music-fa.com",6],["ac.ir",7],["adanayi.ir",8],["adanayi.blogfa.com",8],["androidzoom.ir",9],["arga-mag.com",10],["aftabir.com",11],["alaatv.com",12],["binaopt.com",12],["app.blubank.com",12],["searchline.ir",12],["takmili.com",13],["vakil.net",12],["babapart.com",15],["delta3da.cam",15],["parallelsanat.com",15],["public-psychology.ir",15],["biainobokhor.ir",16],["behmusic.com",17],["musictag.ir",17],["didarnews.ir",18],["digiato.com",19],["divar.ir",20],["eghtesadgardan.ir",21],["eghtesadepooya.ir",21],["econews.ir",21],["elmefarda.com",22],["fardanews.com",23],["farsroid.com",24],["gameeroid.com",25],["gostaresh.news",26],["gadgetnews.net",27],["imna.ir",28],["isna.ir",29],["jafekri.com",30],["jeyran.net",31],["jobinja.ir",32],["khaandaniha.ir",33],["khabaronline.ir",34],["melkana.com",35],["mimplus.ir",36],["mosalasonline.com",37],["noorlib.ir",38],["payamekhabar.ir",39],["parsnaz.com",40],["par30games.net",41],["rastikerdar.blog.ir",42],["rasm.io",43],["rouydad24.ir",44],["subkade.ir",45],["shahanmusic.ir",46],["shmi.ir",47],["shomavaeghtesad.com",48],["shomanews.com",49],["technews-iran.com",50],["trainbit.com",51],["telewebion.com",52],["tasnimnews.com",53],["uploadboy.com",54],["yektapress.com",55],["zoomit.ir",56],["www.google.com",57],["duckduckgo.com",58],["search.brave.com",59],["duckduckgo",60]]);
33
33
  const hasEntities = false;