@browserless.io/browserless 2.37.1 → 2.38.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 (286) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/build/browsers/index.js +6 -1
  3. package/extensions/ublocklite/_locales/ar/messages.json +5 -5
  4. package/extensions/ublocklite/_locales/de/messages.json +1 -1
  5. package/extensions/ublocklite/_locales/fa/messages.json +8 -8
  6. package/extensions/ublocklite/_locales/hu/messages.json +5 -5
  7. package/extensions/ublocklite/_locales/nb/messages.json +7 -7
  8. package/extensions/ublocklite/_locales/pt_PT/messages.json +9 -9
  9. package/extensions/ublocklite/_locales/ro/messages.json +32 -32
  10. package/extensions/ublocklite/_locales/sq/messages.json +4 -4
  11. package/extensions/ublocklite/js/background.js +19 -2
  12. package/extensions/ublocklite/js/mode-manager.js +7 -9
  13. package/extensions/ublocklite/js/scripting/css-api.js +33 -0
  14. package/extensions/ublocklite/js/scripting/css-generic.js +3 -13
  15. package/extensions/ublocklite/js/scripting/css-procedural-api.js +1 -9
  16. package/extensions/ublocklite/js/scripting/css-procedural.js +1 -5
  17. package/extensions/ublocklite/js/scripting/css-specific.js +1 -5
  18. package/extensions/ublocklite/js/scripting-manager.js +11 -8
  19. package/extensions/ublocklite/js/troubleshooting.js +3 -0
  20. package/extensions/ublocklite/js/utils.js +15 -13
  21. package/extensions/ublocklite/manifest.json +2 -1
  22. package/extensions/ublocklite/rulesets/generic-details.json +4 -2
  23. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +4 -5
  24. package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +12 -7
  25. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +21 -17
  26. package/extensions/ublocklite/rulesets/main/annoyances-notifications.json +2 -1
  27. package/extensions/ublocklite/rulesets/main/annoyances-others.json +3 -2
  28. package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +4 -3
  29. package/extensions/ublocklite/rulesets/main/chn-0.json +23 -15
  30. package/extensions/ublocklite/rulesets/main/deu-0.json +4 -4
  31. package/extensions/ublocklite/rulesets/main/dpollock-0.json +2 -1
  32. package/extensions/ublocklite/rulesets/main/easylist.json +37 -91
  33. package/extensions/ublocklite/rulesets/main/easyprivacy.json +22 -8
  34. package/extensions/ublocklite/rulesets/main/est-0.json +2 -1
  35. package/extensions/ublocklite/rulesets/main/fra-0.json +6 -4
  36. package/extensions/ublocklite/rulesets/main/hrv-0.json +6 -3
  37. package/extensions/ublocklite/rulesets/main/hun-0.json +5 -2
  38. package/extensions/ublocklite/rulesets/main/idn-0.json +1 -1
  39. package/extensions/ublocklite/rulesets/main/ind-0.json +36 -34
  40. package/extensions/ublocklite/rulesets/main/isr-0.json +1 -1
  41. package/extensions/ublocklite/rulesets/main/ita-0.json +4 -3
  42. package/extensions/ublocklite/rulesets/main/jpn-1.json +25 -16
  43. package/extensions/ublocklite/rulesets/main/kor-1.json +5 -3
  44. package/extensions/ublocklite/rulesets/main/mkd-0.json +2 -1
  45. package/extensions/ublocklite/rulesets/main/nld-0.json +3 -1
  46. package/extensions/ublocklite/rulesets/main/nor-0.json +15 -1
  47. package/extensions/ublocklite/rulesets/main/pgl.json +16 -20
  48. package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
  49. package/extensions/ublocklite/rulesets/main/rus-0.json +14 -13
  50. package/extensions/ublocklite/rulesets/main/rus-1.json +4 -2
  51. package/extensions/ublocklite/rulesets/main/spa-1.json +8 -3
  52. package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +11287 -12041
  53. package/extensions/ublocklite/rulesets/main/swe-1.json +21 -19
  54. package/extensions/ublocklite/rulesets/main/tur-0.json +13 -4
  55. package/extensions/ublocklite/rulesets/main/ublock-badware.json +28 -3
  56. package/extensions/ublocklite/rulesets/main/ublock-filters.json +73 -70
  57. package/extensions/ublocklite/rulesets/main/ukr-0.json +2 -2
  58. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +3496 -291
  59. package/extensions/ublocklite/rulesets/main/vie-1.json +52 -47
  60. package/extensions/ublocklite/rulesets/regex/block-lan.json +16 -0
  61. package/extensions/ublocklite/rulesets/regex/chn-0.json +3 -2
  62. package/extensions/ublocklite/rulesets/regex/jpn-1.json +2 -3
  63. package/extensions/ublocklite/rulesets/regex/rus-0.json +2 -1
  64. package/extensions/ublocklite/rulesets/regex/ublock-badware.json +5 -4
  65. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +22 -15
  66. package/extensions/ublocklite/rulesets/ruleset-details.json +219 -219
  67. package/extensions/ublocklite/rulesets/scripting/generic/adguard-mobile.js +2 -2
  68. package/extensions/ublocklite/rulesets/scripting/generic/alb-0.js +1 -1
  69. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +3 -3
  70. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +2 -2
  71. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-others.js +2 -2
  72. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-overlays.js +2 -2
  73. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +3 -3
  74. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-widgets.js +1 -1
  75. package/extensions/ublocklite/rulesets/scripting/generic/bgr-0.js +2 -2
  76. package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +2 -2
  77. package/extensions/ublocklite/rulesets/scripting/generic/cze-0.js +2 -2
  78. package/extensions/ublocklite/rulesets/scripting/generic/deu-0.js +2 -2
  79. package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
  80. package/extensions/ublocklite/rulesets/scripting/generic/easyprivacy.js +1 -1
  81. package/extensions/ublocklite/rulesets/scripting/generic/est-0.js +2 -2
  82. package/extensions/ublocklite/rulesets/scripting/generic/fin-0.js +2 -2
  83. package/extensions/ublocklite/rulesets/scripting/generic/fra-0.js +2 -2
  84. package/extensions/ublocklite/rulesets/scripting/generic/grc-0.js +2 -2
  85. package/extensions/ublocklite/rulesets/scripting/generic/hrv-0.js +2 -2
  86. package/extensions/ublocklite/rulesets/scripting/generic/hun-0.js +2 -2
  87. package/extensions/ublocklite/rulesets/scripting/generic/idn-0.js +2 -2
  88. package/extensions/ublocklite/rulesets/scripting/generic/ind-0.js +1 -1
  89. package/extensions/ublocklite/rulesets/scripting/generic/irn-0.js +2 -2
  90. package/extensions/ublocklite/rulesets/scripting/generic/isr-0.js +2 -2
  91. package/extensions/ublocklite/rulesets/scripting/generic/ita-0.js +2 -2
  92. package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +2 -2
  93. package/extensions/ublocklite/rulesets/scripting/generic/kor-1.js +2 -2
  94. package/extensions/ublocklite/rulesets/scripting/generic/ltu-0.js +1 -1
  95. package/extensions/ublocklite/rulesets/scripting/generic/lva-0.js +1 -1
  96. package/extensions/ublocklite/rulesets/scripting/generic/mkd-0.js +2 -2
  97. package/extensions/ublocklite/rulesets/scripting/generic/nld-0.js +2 -2
  98. package/extensions/ublocklite/rulesets/scripting/generic/nor-0.js +2 -2
  99. package/extensions/ublocklite/rulesets/scripting/generic/pol-0.js +2 -2
  100. package/extensions/ublocklite/rulesets/scripting/generic/rou-1.js +2 -2
  101. package/extensions/ublocklite/rulesets/scripting/generic/rus-0.js +2 -2
  102. package/extensions/ublocklite/rulesets/scripting/generic/rus-1.js +2 -2
  103. package/extensions/ublocklite/rulesets/scripting/generic/spa-0.js +2 -2
  104. package/extensions/ublocklite/rulesets/scripting/generic/spa-1.js +2 -2
  105. package/extensions/ublocklite/rulesets/scripting/generic/svn-0.js +1 -1
  106. package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +2 -2
  107. package/extensions/ublocklite/rulesets/scripting/generic/tha-0.js +1 -1
  108. package/extensions/ublocklite/rulesets/scripting/generic/tur-0.js +2 -2
  109. package/extensions/ublocklite/rulesets/scripting/generic/ublock-badware.js +1 -1
  110. package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
  111. package/extensions/ublocklite/rulesets/scripting/generic/ubol-tests.js +2 -2
  112. package/extensions/ublocklite/rulesets/scripting/generic/ukr-0.js +3 -3
  113. package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +3 -3
  114. package/extensions/ublocklite/rulesets/scripting/generichigh/chn-0.css +3 -5
  115. package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +4 -0
  116. package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +4 -0
  117. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +1 -1
  118. package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +3 -3
  119. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
  120. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +1 -1
  121. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
  122. package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +1 -1
  123. package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
  124. package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +1 -1
  125. package/extensions/ublocklite/rulesets/scripting/procedural/fra-0.js +1 -1
  126. package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
  127. package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
  128. package/extensions/ublocklite/rulesets/scripting/procedural/isr-0.js +3 -3
  129. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  130. package/extensions/ublocklite/rulesets/scripting/procedural/kor-1.js +3 -3
  131. package/extensions/ublocklite/rulesets/scripting/procedural/rou-1.js +3 -3
  132. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  133. package/extensions/ublocklite/rulesets/scripting/procedural/rus-1.js +3 -3
  134. package/extensions/ublocklite/rulesets/scripting/procedural/spa-1.js +3 -3
  135. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +3 -3
  136. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-experimental.js +42 -0
  137. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  138. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.remove-node-text.js +1 -1
  139. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  140. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
  141. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-session-storage-item.js +2 -2
  142. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +5 -2
  143. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-replace-node-text.js +2 -2
  144. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  145. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.set-constant.js +2 -2
  146. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-cookie.js +2 -2
  147. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +2 -2
  148. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-on-stack-trace.js +2 -2
  149. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +1 -1
  150. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +1 -1
  151. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-attr.js +2 -2
  152. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-class.js +2 -2
  153. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-node-text.js +2 -2
  154. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +2 -2
  155. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-click-element.js +3 -0
  156. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-argument.js +14 -7
  157. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +2 -2
  158. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +1 -1
  159. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.set-constant.js +1 -1
  160. package/extensions/ublocklite/rulesets/scripting/scriptlet/{vie-1.addEventListener-defuser.js → chn-0.set-cookie.js} +133 -193
  161. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.set-constant.js +2 -2
  162. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.href-sanitizer.js +4 -22
  163. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +1 -1
  164. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.adjust-setInterval.js +2 -2
  165. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.href-sanitizer.js +6 -24
  166. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
  167. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.abort-current-script.js +2 -2
  168. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +2 -2
  169. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +2 -2
  170. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +2 -2
  171. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-xhr.js +2 -2
  172. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-cookie.js +2 -2
  173. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-node-text.js +2 -2
  174. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.set-constant.js +2 -2
  175. package/extensions/ublocklite/rulesets/scripting/scriptlet/{nld-0.json-prune-fetch-response.js → kor-1.set-local-storage-item.js} +86 -275
  176. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-write.js +2 -2
  177. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +2 -2
  178. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +2 -2
  179. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +6 -24
  180. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
  181. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
  182. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-cookie.js +2 -2
  183. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-local-storage-item.js +399 -0
  184. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.href-sanitizer.js +4 -22
  185. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +1 -1
  186. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +2 -2
  187. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.remove-node-text.js +2 -2
  188. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +4 -22
  189. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
  190. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +14 -7
  191. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +1 -1
  192. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
  193. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  194. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  195. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-write.js +1 -1
  196. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
  197. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
  198. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +1 -1
  199. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +2 -2
  200. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.href-sanitizer.js +5 -23
  201. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  202. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-xhr-response.js +3 -3
  203. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +2 -2
  204. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +2 -2
  205. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +2 -2
  206. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +1 -1
  207. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +3 -3
  208. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
  209. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +2 -2
  210. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +1 -1
  211. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-attr.js +2 -2
  212. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
  213. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
  214. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
  215. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-click-element.js +3 -0
  216. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-create-html.js +2 -2
  217. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +16 -9
  218. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +3 -3
  219. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +2 -2
  220. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-attr.js +2 -2
  221. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
  222. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  223. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +2 -2
  224. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.set-constant.js +2 -2
  225. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  226. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  227. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  228. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  229. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  230. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
  231. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  232. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  233. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  234. package/extensions/ublocklite/rulesets/scripting/specific/est-0.js +3 -3
  235. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  236. package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
  237. package/extensions/ublocklite/rulesets/scripting/specific/grc-0.js +3 -3
  238. package/extensions/ublocklite/rulesets/scripting/specific/hrv-0.js +3 -3
  239. package/extensions/ublocklite/rulesets/scripting/specific/hun-0.js +3 -3
  240. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  241. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  242. package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +3 -3
  243. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  244. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  245. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +2 -2
  246. package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +3 -3
  247. package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
  248. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  249. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  250. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  251. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  252. package/extensions/ublocklite/rulesets/scripting/specific/ublock-badware.js +1 -1
  253. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  254. package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
  255. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  256. package/extensions/ublocklite/rulesets/scriptlet-details.json +154 -124
  257. package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +13 -28
  258. package/extensions/ublocklite/rulesets/strictblock/annoyances-cookies.json +1 -0
  259. package/extensions/ublocklite/rulesets/strictblock/annoyances-widgets.json +1 -0
  260. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +200 -246
  261. package/extensions/ublocklite/rulesets/strictblock/deu-0.json +1 -0
  262. package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +2 -1
  263. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  264. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +30 -2
  265. package/extensions/ublocklite/rulesets/strictblock/fra-0.json +102 -41
  266. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +187 -179
  267. package/extensions/ublocklite/rulesets/strictblock/pgl.json +16 -20
  268. package/extensions/ublocklite/rulesets/strictblock/pol-0.json +3 -1
  269. package/extensions/ublocklite/rulesets/strictblock/spa-1.json +1 -0
  270. package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +11287 -12041
  271. package/extensions/ublocklite/rulesets/strictblock/swe-1.json +0 -1
  272. package/extensions/ublocklite/rulesets/strictblock/tur-0.json +1 -0
  273. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +671 -655
  274. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +1 -1
  275. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +1 -0
  276. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +3496 -291
  277. package/extensions/ublocklite/rulesets/strictblock/vie-1.json +5 -1
  278. package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +59 -1
  279. package/extensions/ublocklite/ublock.zip +0 -0
  280. package/package.json +17 -17
  281. package/src/browsers/index.ts +8 -1
  282. package/static/docs/swagger.json +2 -2
  283. package/static/docs/swagger.min.json +1 -1
  284. package/static/function/client.js +58 -14
  285. package/static/function/index.html +58 -14
  286. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +0 -941
@@ -27,9 +27,9 @@
27
27
 
28
28
  /******************************************************************************/
29
29
 
30
- const argsList = ["[]","[{\"selector\":\".ad-dfp\",\"action\":[\"style\",\"min-height: 0.1485mm !important; height: 0.1485mm !important;\"],\"cssable\":true},{\"selector\":\".header-center\",\"action\":[\"style\",\"margin-top:-5000px !important;\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"width: 1.745px !important; padding: 1px !important\"],\"cssable\":true}]","[{\"selector\":\".iiaA_1\",\"action\":[\"remove-attr\",\"class\"]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"veevad-\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popunder|\\\\(\\\\)\\\\{try\\\\{localStorage\\\\[/\"]]}]","[{\"selector\":\"html[lang=\\\"ko\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html[lang][dir=\\\"ltr\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"aside[class^=\\\"css-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + ins.adsbygoogle\"]]}]]},{\"selector\":\"html[data-theme][lang] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"filter: opacity(0) !important; pointer-events: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"> head > style:only-child\",\"tasks\":[[\"has-text\",\"width:399px;height:411px\"]]}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"~/shop\"],[\"spath\",\" a[href*=\\\"/aclick?\\\"]:not(.vsp_ads)\"]]},{\"selector\":\".b_ad\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_adLastChild\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_restorableLink\",\"action\":[\"remove\",\"\"]},{\"selector\":\".pa_sb\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\"ol#b_results > li.b_algo\",\"tasks\":[[\"has\",{\"selector\":\".b_lineclamp3\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^url\\\\(\\\\Sdata:image\\\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD.AAAA\"}]]}]]}]","[{\"selector\":\"div[id^=\\\"novelpia_\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#o_carrepub\",\"action\":[\"style\",\"height: 1px; margin: 0; min-height: auto; visibility: hidden; width: 1px;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-header-leaderboardAd\",\"action\":[\"remove\",\"\"]},{\"selector\":\"html[data-header-hasleaderboard]\",\"action\":[\"remove-attr\",\"data-header-hasleaderboard\"]}]","[{\"selector\":\".cb-comments__create-form\",\"action\":[\"style\",\"margin-top: 30px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments .collapseable-comments__collapse\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments\",\"action\":[\"style\",\"margin-bottom: 0 !important; top: -97px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .collapseable-comments__collapseable\",\"action\":[\"style\",\"margin-bottom: -80px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block__comments\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"li.s-item\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"SPONSORED\"]]}]]}]","[{\"selector\":\".amp-animate\",\"action\":[\"remove\",\"\"]},{\"selector\":\".publi_luto_horizontal\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"google_ads_iframe_\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"iframe[id^=\\\"google_ads_iframe\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-basic\\\"][class*=\\\"cluster__column-left\\\"]\",\"action\":[\"style\",\"margin-left: 17.0418006431vw !important;\"],\"cssable\":true},{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-hub\\\"][class*=\\\"cluster__column-middle\\\"][class*=\\\"cluster__break-after\\\"]\",\"action\":[\"style\",\"margin-bottom: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".subscribe-article .subscribe-truncate\",\"action\":[\"style\",\"max-height:unset!important;order:unset!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscriber-hider\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".subscribe-truncate\",\"action\":[\"style\",\"order:0!important;max-height:inherit!important\"],\"cssable\":true},{\"selector\":\".subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important\"],\"cssable\":true},{\"selector\":\".subscriber-hider\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"a[target][href^=\\\"https://x.chip.de/\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"position: inherit !important;\"],\"cssable\":true}]","[{\"selector\":\".desktop-wrapper.has-header-banner.mt-32\",\"action\":[\"style\",\"margin-top: 8rem !important;\"],\"cssable\":true},{\"selector\":\".single-story > header\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#ymm-sub-nav\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".lite-page__header-navigation--with-ad\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".research-resources-summary__inner.is-sticky\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background:none !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"tasks\":[[\"upward\",\"[target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"KeenTracking\"]]}]","[{\"selector\":\".no-scroll\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\".zc_top_mobil\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".td-animation-stack-type0-1\",\"action\":[\"style\",\"opacity:1 !important\"],\"cssable\":true}]","[{\"selector\":\".mat-drawer-container\",\"action\":[\"style\",\"overflow-x: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/recipes/\\\"])\",\"tasks\":[[\"upward\",2],[\"spath\",\" script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{16000}/\"]]}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"._4xQrn\",\"action\":[\"style\",\"max-height:0px\"],\"cssable\":true}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]","[{\"selector\":\"#gameEtTopRight.commonEt\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\"#gamelistCategories\",\"action\":[\"style\",\"margin-bottom: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.body-load\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"article[role=\\\"presentation\\\"] > div[style]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്‌പോൺസർ ചെയ്‌തത്|पुरस्‍कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්‍රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]},{\"selector\":\"div[style=\\\"max-height: inherit; max-width: inherit;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Paid partnership with \"]]}]]}]","[{\"selector\":\"div[id] > .dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".body--onPlayer--ads\",\"action\":[\"remove-class\",\"body--onPlayer--ads\"]}]","[{\"selector\":\"html > body:not(.catalogsearch-result-index)\",\"tasks\":[[\"upward\",1],[\"spath\",\" > head > script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"body:not(:has(#remixd-audio-player)) > script\",\"tasks\":[[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"#ulCommentWidget[style*=\\\"display\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has(video)) > head > script\",\"tasks\":[[\"has-text\",\"connatix.com\"]]}]","[{\"selector\":\"html > head > script\",\"tasks\":[[\"has-text\",\"connatix.id\"],[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"window.cnx\"]]}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/video/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"connatix\\\"]\"]]}]","[{\"selector\":\".adthrive-video-player\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body.noImages .content img\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".widget-topad\",\"action\":[\"style\",\"padding-bottom: 20px !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has([class^=\\\"Dailymotion__Wrapper\\\"])) > head > script\",\"tasks\":[[\"has-text\",\"gptScript\"]]}]","[{\"selector\":\"html > head > meta[property=\\\"og:url\\\"]:not([content*=\\\"/games/\\\"], [content*=\\\"/play/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"#index-games\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" > head > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".col-md-6\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true}]","[{\"selector\":\".st-btn > img\",\"action\":[\"style\",\"margin: auto !important; display: block !important;\"],\"cssable\":true},{\"selector\":\".st-btn:not(.st-first)\",\"action\":[\"style\",\"display: inline-block !important; min-width: 50px !important; width: 50px !important;\"],\"cssable\":true},{\"selector\":\".st-hidden\",\"action\":[\"remove-class\",\"st-hidden\"]}]","[{\"selector\":\".ad-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".nonAppView > div div[class]:not([id]) > div[id^=\\\"div-gpt-ad\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"[onclick] .btxt\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] h5\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] p\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia_\"}],[\"xpath\",\"../..\"]]},{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + div\"]]},{\"selector\":\"p\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia-icon\"}],[\"xpath\",\"../..\"]]}]","[{\"selector\":\"link[rel=\\\"canonical\\\"]:not([href*=\\\"pageconfig=contactus\\\"])\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" script.optanon-category-C0001\"]]}]","[{\"selector\":\"body[style*=\\\"display: none\\\"]\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".base-asset-video\",\"action\":[\"remove-class\",\"base-asset-video\"]}]","[{\"selector\":\".subredditvars-r-ublockorigin [role=\\\"dialog\\\"] > div\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"community-highlight-card[subreddit-prefixed-name=\\\"r/uBlockOrigin\\\"][src]\",\"action\":[\"remove-attr\",\"src\"]}]","[{\"selector\":\"html:has(> head > :is(meta[name=\\\"subscriber_only\\\"][content=\\\"false\\\"], meta[property=\\\"og:url\\\"]:not([content*=\\\".html\\\"]))) script\",\"tasks\":[[\"has-text\",\"/googletagmanager|window\\\\.sophi/\"]]}]","[{\"selector\":\"[onclick$=\\\"return !ga.loaded;\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#page-header > header\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"section#home > #hero.pinned\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true}]","[{\"selector\":\"#logoContainer\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"gdwc-recommendations.is-hidden\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"connection-toast\\\"]\",\"action\":[\"style\",\"margin-top: 330px !important;\"],\"cssable\":true}]","[{\"selector\":\"#ad-container\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#comment-section\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper + .container\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true},{\"selector\":\".section-advert-banner--top\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"#fluid_video_wrapper_video-page-player\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\"#video-page-player-blocker\",\"action\":[\"style\",\"pointer-events:none\"],\"cssable\":true}]","[{\"selector\":\"video#diziyou_html5_api\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".ytlr-horizontal-list-renderer__items > .yt-virtual-list__container > .yt-virtual-list__item--visible.yt-virtual-list__item--selected.yt-virtual-list__item\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"table.info-table tr:has(td[colspan] .promo-box-any-banner)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"/anzeige/i\"]]}]","[{\"selector\":\"div.container\",\"action\":[\"style\",\"margin-top: 0px !important\"],\"cssable\":true}]","[{\"selector\":\".active > ul > li\",\"tasks\":[[\"has-text\",\"Ad:\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}],[\"spath\",\" + div\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}]]}]","[{\"selector\":\"[onclick] p\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Ad \"}],[\"xpath\",\"../..\"],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/MAHA/i\"]]}],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Times/i\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[(text()='Ad')]/../../..\"]]}]","[{\"selector\":\"H2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + DIV\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"]]}]","[{\"selector\":\".brand_ctn\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]}]","[{\"selector\":\".banner\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"ad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"banner-300x250\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#zedoads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedoads2\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"#story-maincontent\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\".adblockcontainer\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/^\\\\/(\\\\?[a-z]+=\\\\w+)?$/\"],[\"spath\",\" div[aria-posinset] :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-posinset]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/search/\"],[\"spath\",\" div[role=\\\"article\\\"] span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{265,}/\"}],[\"upward\",\"[role=\\\"article\\\"]\"]]},{\"selector\":\"#stream_pagelet div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"if\",{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"People You May Know\"]]}]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] [class] > a[href*=\\\"utm_source=facebook\\\"] span[class] > span[class][style*=\\\"-webkit-line-clamp\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has-text\",\"広告\"],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a span[aria-labelledby]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^S$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^p$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^d$/\"]]}],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a[aria-label=\\\"広告\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\".ego_column\",\"tasks\":[[\"if\",\"a[href^=\\\"/campaign/landing\\\"]\"]]},{\"selector\":\".ego_section\",\"tasks\":[[\"if\",\"a[href^=\\\"/ad_campaign\\\"]\"]]},{\"selector\":\".pagelet-group .pagelet\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"/Sponsored|Create ad|Crear un anuncio|Publicidad/\"]]}]]},{\"selector\":\".userContentWrapper > div div > span > span\",\"tasks\":[[\"has-text\",\"/^Suggested Post$/\"]]},{\"selector\":\"div[aria-describedby]:not([aria-posinset]) :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-describedby]\"]]},{\"selector\":\"div[aria-posinset]:has(a[aria-label=\\\"広告\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"div > span:has(abbr .timestampContent)\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/marketplace/item\"],[\"spath\",\" a[attributionsrc^=\\\"/privacy_sandbox/\\\"]:is([aria-label$=\\\" anunciante\\\"][aria-label*=\\\" d\\\"], [aria-label=\\\"Lien de l’annonceur\\\"], [aria-label$=\\\"autan pengiklan\\\"], [aria-label=\\\"Adverteerderskakel\\\"], [aria-label=\\\"Link sa nag-advertise\\\"], [aria-label=\\\"Link oglašivača\\\"], [aria-label=\\\"Odkaz od inzerenta\\\"], [aria-label=\\\"Link fra annoncør\\\"], [aria-label=\\\"Werbelink\\\"], [aria-label=\\\"Link ng advertiser\\\"], [aria-label=\\\"Link dell'inserzionista\\\"], [aria-label=\\\"Veza oglašivača\\\"], [aria-label=\\\"Manisautilirijimut kasurvik\\\"], [aria-label=\\\"Kiunganishi cha mtangazaji\\\"], [aria-label=\\\"Lyen konpayi ki fè piblisite a\\\"], [aria-label=\\\"Reklāmdevēja saite\\\"], [aria-label=\\\"Reklamuotojo nuoroda\\\"], [aria-label=\\\"Hirdető hivatkozása\\\"], [aria-label=\\\"Link tar-reklamatur\\\"], [aria-label=\\\"Adverteerderslink\\\"], [aria-label=\\\"Annonsørlenke\\\"], [aria-label=\\\"Link reklamodawcy\\\"], [aria-label=\\\"Link promotor\\\"], [aria-label=\\\"Lidhja e reklamuesit\\\"], [aria-label=\\\"Odkaz na inzerenta\\\"], [aria-label=\\\"Povezava oglaševalca\\\"], [aria-label=\\\"Mainostajan linkki\\\"], [aria-label=\\\"Annonsörlänk\\\"], [aria-label=\\\"Liên kết của nhà quảng cáo\\\"], [aria-label=\\\"Reklamveren bağlantısı\\\"], [aria-label=\\\"Σύνδεσμος διαφημιζόμενου\\\"], [aria-label=\\\"Връзка на рекламодател\\\"], [aria-label=\\\"Линк на огласувач на реклами\\\"], [aria-label=\\\"Сурталчлагчийн холбоос\\\"], [aria-label=\\\"Ссылка рекламодателя\\\"], [aria-label=\\\"Веза оглашивача\\\"], [aria-label=\\\"Посилання рекламодавця\\\"], [aria-label=\\\"რეკლამის განმთავსებლის ბმული\\\"], [aria-label=\\\"קישור של מפרסם\\\"], [aria-label=\\\"ایڈورٹائزر کا لنک\\\"], [aria-label=\\\"رابط المعلن\\\"], [aria-label=\\\"जाहिरातदार लिंक\\\"], [aria-label=\\\"विज्ञापनदाता द्वारा लिंक\\\"], [aria-label=\\\"বিজ্ঞাপনদাতা লিংক\\\"], [aria-label=\\\"বিজ্ঞাপনদাতার লিঙ্ক\\\"], [aria-label=\\\"જાહેરાતકર્તા લિંક\\\"], [aria-label=\\\"అడ్వర్టయిజర్ లింక్\\\"], [aria-label=\\\"പരസ്യദാതാവിന്റെ ലിങ്ക്\\\"], [aria-label=\\\"වෙළඳ ප්‍රචාරක සබැඳිය\\\"], [aria-label=\\\"ลิงก์ผู้ลงโฆษณา\\\"], [aria-label=\\\"광고주 링크\\\"], [aria-label^=\\\"廣告\\\"][aria-label$=\\\"連結\\\"], [aria-label=\\\"广告主提供的链接\\\"], [aria-label=\\\"広告主によるリンク\\\"])\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"runCount\"]]}]","[{\"selector\":\"body > .pubTime\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleImage\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleTitle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .storyBody\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".a-carousel-card:has(> div > div[cel_widget_id^=\\\"adplacements:\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad\",\"action\":[\"style\",\"position:absolute !important; left:-10000px !important; display:block !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\".iba-acceptable\",\"tasks\":[[\"has-text\",\"/Anzeige|Info/\"]]}]","[{\"selector\":\".list-articles > li\",\"tasks\":[[\"has\",{\"selector\":\".icon-addy\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"Anzeige\\\"$\"}]]}]]},{\"selector\":\".sp-article\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]]},{\"selector\":\"[data-article-id]\",\"tasks\":[[\"has\",{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ANZEIGE\"}]]}]]}]","[{\"selector\":\".main-nav .utilities > li\",\"action\":[\"style\",\"margin-left:-0.5px !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]","[{\"selector\":\".gnt_n\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body > div.gnt_n_w_w\",\"action\":[\"style\",\"margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".FeedStory.feed_item > div > div\",\"tasks\":[[\"has-text\",\"/by Quora for Business/i\"]]},{\"selector\":\".Toggle.SimpleToggle.ToggleAnswerFooterWrapper > div\",\"tasks\":[[\"has-text\",\"/Promoted/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AaDetector\"]]}]","[{\"selector\":\".center\",\"action\":[\"style\",\"margin-top:50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > a > div[id]\",\"action\":[\"style\",\"background: var(--c-bg, #aae5a3) !important\"],\"cssable\":true}]","[{\"selector\":\"body.pcm-public:not(.skybox-loaded)\",\"action\":[\"style\",\"margin-top: 90px !important;\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) > header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#content.sidebar2\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".disabled-vscroll\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Sponsored\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"/Protect your privacy/i\"]]},{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//strong[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".content-wrap #inner-wrap\",\"action\":[\"style\",\"height: 100vh !important;\"],\"cssable\":true},{\"selector\":\"body wu-header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id][style=\\\"width: 728px; height: 90px;\\\"]\",\"tasks\":[[\"upward\",\"#pub1\"]]}]","[{\"selector\":\".uppercase\",\"tasks\":[[\"has-text\",\"/advertisement/i\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: auto !important; position: static !important; width: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[starts-with(@id, \\\"dfp-ad\\\")]/../..\"]]},{\"selector\":\"article.story\",\"action\":[\"style\",\"opacity: 1.0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".btn-danger\",\"tasks\":[[\"has-text\",\"/download/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\'shift\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shift\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"admc\"]]}]","[{\"selector\":\".container > [class]\",\"tasks\":[[\"has-text\",\"VPN\"]]},{\"selector\":\".title ~ a[href] .button\",\"tasks\":[[\"upward\",\".container > div\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.write\"]]}]","[{\"selector\":\"#image_details\",\"action\":[\"style\",\"margin-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"self == top\"]]}]","[{\"selector\":\"center\",\"tasks\":[[\"has-text\",\"deal\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Hide your IP\\\")]/..\"]]},{\"selector\":\"ul > li\",\"tasks\":[[\"has-text\",\"/‌/i\"]]}]","[{\"selector\":\"#alphabet, #channels, #divx-container, #hmenu, #inform, #nowlooking, #playerCamBox, #playerMenu, #qcat, #showPlayer, #tabel_tagslist, #video_content, #web_cam, .BaseRoomContents, .buttons, .carouselTopScroll, .carusel-keys-box-ps, .footerdesc, .in_top, .load_more_rel, .mainBoxTitle, .pagIno, .playerContent100pr, .relatedVideo, .right-160px, .videos-related, footer, header, [href^=\\\"/webcams.php\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/-h?ref/\",\"value\":\"\"}]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/^on/\",\"value\":\"/event/\"}]]}]","[{\"selector\":\"#vidPlayer span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".content\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"Branded Content\"]]}]]}]","[{\"selector\":\".video\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Live\"]]}]]},{\"selector\":\"[data-vid^=\\\"live-\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[href^=\\\"https://go.cam.feet9.com/\\\"]\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"[onclick*=\\\"banner\\\"]\",\"tasks\":[[\"upward\",\".video\"]]}]","[{\"selector\":\"div[class^=\\\"span\\\"] > div.box\",\"tasks\":[[\"has\",{\"selector\":\"> .title > div\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]]}]","[{\"selector\":\"#web\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"exdynsrv\"]]}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".advert\",\"action\":[\"style\",\"z-index: -999999 !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div#wrapper\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".clearfix.branding > .surftipp\",\"tasks\":[[\"has-text\",\"Anzeige\"]]}]","[{\"selector\":\".page-wrap > section\",\"tasks\":[[\"has-text\",\"Download the free\"]]}]","[{\"selector\":\"[data-testid=\\\"trend\\\"]\",\"tasks\":[[\"has-text\",\"/Promoted|Gesponsert|Promocionado|Patrocinat|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Promotert|Promoveret|Sponsrad|Mainostettu|Sponzorováno|Promovat|Ajánlott|Προωθημένο|Dipromosikan|Được quảng bá|推廣|推广|推薦|推荐|プロモーション|프로모션|ประชาสัมพันธ์|प्रचारित|বিজ্ঞাপিত|تشہیر شدہ|مُروَّج|تبلیغی|מקודם/\"],[\"upward\",1]]},{\"selector\":\"div[style^=\\\"transform\\\"] h2 > div[style^=\\\"-webkit-line-clamp\\\"] > span\",\"tasks\":[[\"has-text\",\"/^(?:Promoted Post|Promowany Post|Post promovat|プロモポスト)$/\"],[\"upward\",3]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"wadsBlocking\"]]}]","[{\"selector\":\".InfoPcBolsaAdBlock\",\"tasks\":[[\"xpath\",\"..\"]]}]","[{\"selector\":\".adLinkBar\",\"tasks\":[[\"upward\",\"article[style=\\\"z-index: 1;\\\"]\"]]},{\"selector\":\"[id^=\\\"t3\\\"].promotedlink\",\"tasks\":[[\"upward\",\".rpBJOHq2PR60pnwJlUyP0 > div\"]]},{\"selector\":\"div[id*=\\\"sidebar\\\"][data-before-content=\\\"advertisement\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".position-absolute\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".selected\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".elementor-row\",\"tasks\":[[\"has-text\",\"[Anzeige]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"FingerprintJS\"]]}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".dd-nav-global\",\"action\":[\"style\",\"top: 0 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"/link/out/\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true}]","[{\"selector\":\"#info\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".row.divider\",\"tasks\":[[\"has-text\",\"/sponsor|press releases/i\"]]},{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"/advert|sponsor/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"VPN\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[href^=\\\"/plugout.php\\\"]\",\"tasks\":[[\"upward\",\"[class^=\\\"col-sm\\\"]\"]]}]","[{\"selector\":\".wpsafe-top > div > center\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"#list-eps\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".les-title\",\"tasks\":[[\"has-text\",\"HD\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"axtd\"]]}]","[{\"selector\":\"form#go-popup\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad-wrapper\",\"tasks\":[[\"upward\",\"div.region-sidebar-first-wrapper\"]]}]","[{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"PLAY\"]]}]","[{\"selector\":\"div.border_radius\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#gameplay > iframe\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#blockblockB\",\"action\":[\"style\",\"display: block!important;\"],\"cssable\":true}]","[{\"selector\":\"#workspace\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".col-sm-4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:has(> .adsbygoogle)\"}]]},{\"selector\":\"embed\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"0x3\"]]}]","[{\"selector\":\".head\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"tr\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".postcontainer\",\"tasks\":[[\"has\",{\"selector\":\".usertitle\",\"tasks\":[[\"has-text\",\"Publicidade\"]]}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\".uk-card-secondary\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"AD\"]]}]","[{\"selector\":\"body *\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"margin\",\"value\":\"auto\"}],[\"matches-css\",{\"name\":\"width\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"display\",\"value\":\"block|table\"}]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\".viewLink\",\"tasks\":[[\"has-text\",\"AD |\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#af-all\",\"action\":[\"style\",\"margin-top: 4em;\"],\"cssable\":true}]","[{\"selector\":\".theme_article.sidebar_increase\",\"action\":[\"style\",\"height:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#asg-inplayer-block\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\"div.row\",\"tasks\":[[\"has-text\",\"in HD\"]]},{\"selector\":\"table.movie_version\",\"tasks\":[[\"has-text\",\"Promo\"]]}]","[{\"selector\":\"h2.widget-title\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[id^=\\\"imCell_\\\"][class=\\\"\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"toscr\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"}(window);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\",window\\\\);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"(window);\"]]}]","[{\"selector\":\".widget_custom_html ins\",\"tasks\":[[\"upward\",\".widget_custom_html\"]]}]","[{\"selector\":\".ad-loading\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#adter\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".single-entry-titles\",\"tasks\":[[\"has-text\",\"Sponsor\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Advert\\\")]\"]]},{\"selector\":\".composite-branding.branding\",\"tasks\":[[\"has-text\",\"/sponsored/i\"],[\"xpath\",\"..\"]]}]","[{\"selector\":\"#jeocontainer > span\",\"tasks\":[[\"has-text\",\"Promoted\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"btoa\"]]}]","[{\"selector\":\"a.extern[href^=\\\"//www.amazon.de/\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".happy-player-beside, .happy-section, .widget_execphp\",\"tasks\":[[\"has-text\",\"/Advertisement|ExoLoader/\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//a[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".banner-inner\",\"action\":[\"style\",\"width: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adb_detected\"]]}]","[{\"selector\":\".spot-thumbs > .right\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#player_img\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".links_table > .fix-table > table > tbody > tr\",\"tasks\":[[\"has-text\",\"Patrocinador\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/aclib|runPop/\"]]}]","[{\"selector\":\"input[value^=\\\"http\\\"]\",\"action\":[\"style\",\"width: 70% !important\"],\"cssable\":true}]","[{\"selector\":\"#content-embed\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\".video-block-happy-absolute\",\"tasks\":[[\"upward\",\".order-1\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()=\\\"AD\\\")]/..\"]]},{\"selector\":\".w-100\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"html[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section > div\",\"tasks\":[[\"has-text\",\"/^AD$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"google_ad_client\"]]}]","[{\"selector\":\"#main, #ielement\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#ava-game_container\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true},{\"selector\":\"#wrapped-content\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.adsbygoogle\"]]}]","[{\"selector\":\".banotset\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".im_outer_x\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"myreadCookie/\"]]}]","[{\"selector\":\".advertising\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".banner\",\"tasks\":[[\"upward\",\".block\"]]}]","[{\"selector\":\"#player-container\",\"tasks\":[[\"has-text\",\"Close ad\"]]}]","[{\"selector\":\"#adBanner\",\"action\":[\"style\",\"height:25px !important;left:-3000px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"#main > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"#sidebar > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\".side_banner\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"ins.adsbygoogle-noablate\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"body.swal2-shown > [aria-hidden=\\\"true\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[contains(text(),\\\"Advert\\\")]/../..\"]]},{\"selector\":\"td\",\"tasks\":[[\"has\",{\"selector\":\"> span[class]\",\"tasks\":[[\"has-text\",\"Advert\"]]}]]}]","[{\"selector\":\".active.dimmer.ui\",\"tasks\":[[\"has-text\",\"/Wait|Skip/i\"]]}]","[{\"selector\":\".panel-title\",\"tasks\":[[\"has-text\",\"REKLAM\"]]},{\"selector\":\"div.col-xs-12\",\"tasks\":[[\"has-text\",\"MMPORG OYUNLAR\"]]}]","[{\"selector\":\".table-hover.table > tbody > tr\",\"tasks\":[[\"has-text\",\"Descargar Premium\"]]}]","[{\"selector\":\"noscript\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"Adblocker\"]]}]","[{\"selector\":\"div.adsbygoogle.prebid.adocean.ado.ad.ads.advert.banner.reklama.linkSponsorowany.adsense.advertisments.reklama-top.adv_container\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\".yabo816.\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".title-section\",\"tasks\":[[\"has-text\",\"/adv/i\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100% !important\"],\"cssable\":true},{\"selector\":\"li.top-results__item span\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"li\"]]}]","[{\"selector\":\".wide_boxcontent\",\"tasks\":[[\"has-text\",\"/adb/i\"]]},{\"selector\":\"div[data-width][style*=\\\"background-image: url\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".ads-between-post\",\"tasks\":[[\"upward\",\".post-item\"]]}]","[{\"selector\":\".mobile-leaderboard-320-50\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".viewtable\",\"tasks\":[[\"has\",{\"selector\":\"> center\",\"tasks\":[[\"has-text\",\"▼ Scroll down to Continue ▼\"]]}],[\"spath\",\" > a[href][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"https://boyfriend.show/\\\"][rel=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#scroll.hidden, .footerLink.hidden\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\"#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[onclick][target]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"div[class^=\\\"css-\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > aside\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > div > section > div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"visibility: collapse !important\"],\"cssable\":true}]","[{\"selector\":\"#botaoLink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapfabtest\",\"action\":[\"style\",\"height:1px !important;width:1px !important\"],\"cssable\":true}]","[{\"selector\":\"[id=\\\"colunas\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#adkit_billboard\",\"action\":[\"style\",\"padding-top: 0px!important;\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"center, .main-content\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#go_d2\",\"action\":[\"style\",\"display: inline-block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .wpsafelink-multiple-pages\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".captcha-check, #tp-snp2, #countdown\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".elementor-location-footer\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".container > center\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\".container\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true},{\"selector\":\".getlink, #getlink\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"form\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link, #section2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-link, #section2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-wrapper\",\"action\":[\"style\",\"min-height:initial! important;\"],\"cssable\":true}]","[{\"selector\":\"#gotolink, #getlink, #notarobot, .bt-success, #waiting, #pop-button, .modal-content, [src*=\\\"cloudflare.com\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gotolink[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #jatinbtn-continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp98, #jatinbtn-continue\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6, #tp98\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6, #tp98\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#yuidea-snp, #btn6, #yuidea, #countdown\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#yuidea-snp, #btn6, center, [src*=\\\"google.com/recaptcha\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#makingdifferenttimer\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".no_display\",\"action\":[\"style\",\"display: block!important; opacity: 1!important\"],\"cssable\":true},{\"selector\":\"h4, .get_btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".banner-page .container.links\",\"action\":[\"style\",\"height: fit-content! important;\"],\"cssable\":true}]","[{\"selector\":\"#iframe_id, .text-left\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#step, #next, #scroll, #glink, #countdown, #surl, #ctext, .btn-danger.btn\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#surl\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\".centered, [src*=\\\"iamnotrobot.png\\\"], #wpsafe-link, #wpsafelink-landing, #wpsafe-generate\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"form[id]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmls\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"allow ads\\\")]\"],[\"upward\",3]]},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"div.text-center[id]\",\"action\":[\"style\",\"height: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".btn-primary\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".adtester-container\",\"action\":[\"style\",\"min-height: 0px !important; max-height: 1px !important; opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".result_content_ff\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #my-btn2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #my-btn2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gourl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#gourl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".buttondownload\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".buttonnya\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"form > div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tristana, #_append, #myDiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#link, center, #yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-generate, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-wait1, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#landing, .soractrl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".kecil\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".g-recaptcha, #cross-verify-go, .captcha-check, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#rtg-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2, #cross-snp2, .tp-top\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21, [id^=\\\"Step\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"[id^=\\\"rtg\\\"], .continue_btn, [class*=\\\"rtg\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div.step_box > h4, #rtg-snp-btn, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#form > [id], [id^=\\\"wpsafe-link\\\"], [id^=\\\"plan\\\"], .wpsafelink-button, #wpsafelinkhuman, [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#notarobot, #gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #gotolink\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#donead\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"a[onclick*=\\\"adlink()\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"a.get-link.disabled\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display:block !important; height:70px !important; width:260px !important; background:linear-gradient(to right,#eb3349 40%,#f45c43) !important; position:fixed !important; top:20% !important; left:50% !important; transform:translate(-50%,-50%) !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#notarobot, #btn7\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #btn7\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#file\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#file\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#username[required]\",\"action\":[\"remove-attr\",\"required\"]}]","[{\"selector\":\"#tp982, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp982, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink, #newtimer\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#link, #btn6, #yuidea-snp\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #btn6, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#tp98[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".text-primary.inline-block, button.text-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn2, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#bottomButton\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".box-main\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top_nav, .rd_btn, .soractrl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#top_nav, .rd_btn, .soractrl, .large\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btnfianl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/AdbModel|showPopup/\"]]}]","[{\"selector\":\".btn-success, .btn-primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".btn-success, .btn-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\".RecurringadBanner\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".circular-progress, button, b > p > span\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > div\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"form button[id]\",\"action\":[\"style\",\"display: block !important; margin-top: 380px !important; margin-left: 10px !important; height: 70px !important; width: 260px !important; background: linear-gradient(to right,#eb3349 40%,#f45c43) ! important;\"],\"cssable\":true},{\"selector\":\"form button[id], .box-main, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#dlp, #dlndiv, #plzw, div:has(> .icon), nav\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"iframe[id^=\\\"google_ads_iframe_/\\\"], div[id^=\\\"adm-container-\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .text-center.wpsafe-top > div > h1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#info-message\",\"tasks\":[[\"has-text\",\"ADBLOCK\"]]},{\"selector\":\"span[style]\",\"tasks\":[[\"has\",{\"selector\":\"> span[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]]}]","[{\"selector\":\".linkcontain > button\",\"tasks\":[[\"has-text\",\"Download Link\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detectAdBlock\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#rtg-snp2, #rtg-snp21[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#original\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#continue-button\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#dwform\",\"action\":[\"style\",\"margin-top: -180px !important;\"],\"cssable\":true},{\"selector\":\"#outer-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\".button-group, #lsdwnbtn, #dwform, #btngroup\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{14000}/\"]]}]","[{\"selector\":\".slideshow__desktop-ad\",\"action\":[\"style\",\"max-height:20px\"],\"cssable\":true}]","[{\"selector\":\".swiper-slide [data-testid=\\\"topStories-cardSlider-ad\\\"]\",\"tasks\":[[\"upward\",\".swiper-slide\"]]}]","[{\"selector\":\".content.page.page-video .video-content > div[class] > div > div[class] > div[class][style^=\\\"background-image:\\\"]\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true},{\"selector\":\".page-video > div.video-videos-slider ~ div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"justify-content\",\"value\":\"^center$\"}]]}]","[{\"selector\":\"span:only-child\",\"tasks\":[[\"has-text\",\"/^AD$/\"],[\"upward\",2]]}]","[{\"selector\":\".underplayer\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".inside-list-boxes\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adstrick > .video-item\",\"action\":[\"style\",\"clear: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"mikex\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".MuiGrid-item div[style^=\\\"position\\\"] > div\",\"tasks\":[[\"has-text\",\"Skip Ad\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"WebAssembly\"]]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".item:has(a[href^=\\\"https://hive.arf.dev\\\"])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\".img_box\",\"tasks\":[[\"has-text\",\"Anzeige\"]]},{\"selector\":\"aside ins\",\"tasks\":[[\"upward\",\"aside\"]]}]","[{\"selector\":\".adsbyexoclick\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"#wrapper_content\",\"action\":[\"style\",\"margin-left: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html > iframe[style^=\\\"display:\\\"]:not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".block_area iframe\",\"tasks\":[[\"upward\",\".block_area\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiblock\"]]}]","[{\"selector\":\"a[href^=\\\"https://ballexclusives.com/\\\"][class]\",\"tasks\":[[\"has-text\",\"Refresh\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"onerror\"]]}]","[{\"selector\":\"img[alt]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #2D2D2D;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Ad-adContainer\\\"]\",\"action\":[\"style\",\"min-height:1px!important;min-width:1px!important;\"],\"cssable\":true}]","[{\"selector\":\".loading-overlay\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\"#main-bottom\",\"action\":[\"style\",\"margin-top: 164px !important;\"],\"cssable\":true}]","[{\"selector\":\".sgpb-overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapper-content\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".fluid-magic-subnav-view.desktop-nav-ad .fluid-subnav.fixed, .fluid-magic-subnav-view.mobile-nav-ad .fluid-subnav.fixed\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".global-nav-view.desktop-nav-ad, .global-nav-view.desktop-nav-ad .global-nav-content, .global-nav-view.mobile-nav-ad, .global-nav-view.mobile-nav-ad .global-nav-content\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".search-photos-unified-page-view .desktop-nav-ad\",\"action\":[\"remove-class\",\"desktop-nav-ad\"]},{\"selector\":\".search-photos-unified-page-view .mobile-nav-ad\",\"action\":[\"remove-class\",\"mobile-nav-ad\"]},{\"selector\":\"body::after\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post_simple\",\"tasks\":[[\"has\",{\"selector\":\".postsimple_pseudo\",\"tasks\":[[\"has-text\",\"/promo/i\"]]}]]}]","[{\"selector\":\"#app\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#app_msg\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#download-form\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#banner-mnz-topleft\",\"action\":[\"style\",\"height: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".samBackground\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".row-container\"]]}]","[{\"selector\":\".add-bx\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"min-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".background-cloud\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\".placeholder\",\"action\":[\"remove-class\",\"placeholder\"]}]","[{\"selector\":\"#banner_overlay-postitial-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"a.download[target=\\\"_blank\\\"]:not(a[href*=\\\"ctrlv.\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detect\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#breadcrumb + .trytopnav\",\"action\":[\"style\",\"top: 36px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + #breadcrumb ~ #container\",\"action\":[\"style\",\"top: 84px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav ~ #dragbar + #container\",\"action\":[\"style\",\"top: 48px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav\",\"action\":[\"style\",\"top: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"css\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"[href*=\\\"redirect\\\"]\",\"tasks\":[[\"upward\",\"section\"]]},{\"selector\":\"aside\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[data-empty^=\\\"true\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\"#video-player-track[style*=\\\"display: block\\\"]\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".cp-modal-popup-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class*=\\\"better-ads-listitemad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#nextBTNH\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true},{\"selector\":\"body.pcm-public\",\"action\":[\"style\",\"margin-top: 84px !important;\"],\"cssable\":true}]","[{\"selector\":\".ad\",\"tasks\":[[\"upward\",\".horizontal-ads-content\"]]}]","[{\"selector\":\".adBanner\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#top_fold[style=\\\"display:flex !important;\\\"]\",\"action\":[\"style\",\"min-height: 0px !important; transition: all 0s ease 0s !important;\"],\"cssable\":true}]","[{\"selector\":\"section.ShopWidget\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":[\"Advertisement\",\"i\"]}]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"ADV\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav.sticky\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id] *\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"/^Try (?:D.?V.?D.?F.?a.?b|StreamFab)/\"],[\"spath\",\" + a[href]\"]]}]]}]","[{\"selector\":\"#vote-root\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\".css-adfhee\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"visibility:visible !important\"],\"cssable\":true}]","[{\"selector\":\"#show_ag\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#wtf\",\"action\":[\"style\",\"visibility:visible!important;display:block!important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"script\"]]}]","[{\"selector\":\"script[src$=\\\"ads.js\\\"]\",\"tasks\":[[\"upward\",\"section[id]\"]]}]","[{\"selector\":\"center > font[size=\\\"3\\\"][face=\\\"ARIAL\\\"]\",\"tasks\":[[\"has-text\",\"ADVERTISING\"],[\"upward\",\"td\"]]}]","[{\"selector\":\"#googletop\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"img[src$=\\\"/knewz_300x250.png\\\"]\",\"tasks\":[[\"upward\",\".widget_text\"]]}]","[{\"selector\":\"[href^=\\\"/click\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"div[id$=\\\"_frame_content\\\"][class=\\\"wide_boxcontent\\\"]\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advert\"]]}]","[{\"selector\":\"body > div\",\"tasks\":[[\"shadow\",\"div\"],[\"shadow\",\"div\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"div:not([class])\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"ins.adsbygoogle[data-ad-client]\"]]}]]}]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"break;case\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?RegExp/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement('script')\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement(\\\\'script\\\\')\"]]}]","[{\"selector\":\"a[href].Post-item:has(.Post-item-external-ad)\",\"action\":[\"style\",\"opacity: 0 !important; cursor: unset !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".leftMenu .menuHeadline\",\"tasks\":[[\"has-text\",\"3D\"]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"id\",\"value\":\"/[a-zA-Z]{40,}/\"}]]}]","[{\"selector\":\".videos-ad__wrap\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".home-page.main-section, html > body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\".slideMenu\",\"action\":[\"style\",\"top: -7px !important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html > iframe[style=\\\"display: none;\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"u_cfg\"]]}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"div[class$=\\\"-margin-Advert\\\"]\",\"action\":[\"style\",\"height:1px !important;width:1px !important;position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div[pb-serve-label*=\\\"advert\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".thumb div.ad\",\"tasks\":[[\"upward\",\".thumb\"]]}]","[{\"selector\":\"body.desktopView.hasFooterAd .mainSection\",\"action\":[\"style\",\"margin-bottom: 0!important;padding-bottom: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"a > img + div[class]:last-of-type\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]},{\"selector\":\"div[sizes] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]}]","[{\"selector\":\"div > .page > div > div[style]\",\"tasks\":[[\"has-text\",\"/^Advertise/i\"],[\"spath\",\" + a\"]]}]","[{\"selector\":\"[id^=\\\"Ad\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".video-image > .track_outbound_post\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[data-cg-ft=\\\"sponsored-listing-badge\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"[id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".ipsType_richText a\",\"action\":[\"style\",\"color:currentcolor !important\"],\"cssable\":true},{\"selector\":\"a[data-autolink]\",\"action\":[\"style\",\"text-decoration: none !important; color: inherit !important; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"#fafsf2\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"[style*=\\\"pointer-events\\\"]\",\"action\":[\"style\",\"pointer-events:auto !important\"],\"cssable\":true}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"0x\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisements\"}]]}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",\"[style*=\\\"visibility\\\"]\"]]}]","[{\"selector\":\"script[language=\\\"javascript\\\"]\",\"tasks\":[[\"has-text\",\"open\"]]}]","[{\"selector\":\"#int-over\",\"action\":[\"remove\",\"\"]},{\"selector\":\"#intt-layer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"a[href^=\\\"/visual/\\\"]\",\"tasks\":[[\"upward\",\".menu > div[id]\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"Ads\"}]]},{\"selector\":\"div[id*=\\\"myabandonware_leaderboard_btf_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"div[id*=\\\"myabandonware_medrec_right_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"justify-content\"]]}]","[{\"selector\":\"[id^=\\\"cookieConsent\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div#responseads\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".cover\",\"action\":[\"style\",\"background-image: none!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"main > div > div > div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^350px$\"}]]}]","[{\"selector\":\"ins.adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"div.sacret\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#adsads\",\"action\":[\"style\",\"height: 9px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"/adblock|supporter/\"]]}]","[{\"selector\":\"*[style=\\\"display:none;\\\"]\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"body:not([data-template]) a[rel=\\\"nofollow\\\"][href^=\\\"/reviyuu/b784/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".e76xF.bJlt-\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav-bar\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) .topnav\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#playVideo\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true},{\"selector\":\"#player_embed\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/\\\\/posts/\"],[\"spath\",\" div[data-comment*=\\\"gab-ad\\\"]\"],[\"has\",{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]]},{\"selector\":\"div[class] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",5]]}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",\"[data-qa-id]\"]]}]","[{\"selector\":\".jw-reset.jw-wrapper\",\"action\":[\"style\",\"z-index:2147483647 !important\"],\"cssable\":true}]","[{\"selector\":\".Yc2Sp h1, .Yc2Sp a\",\"action\":[\"style\",\"font-size: 0 !important;\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"] > div > a[href=\\\"/docs/en/relevantads\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link, .bt-success\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-time\",\"tasks\":[[\"upward\",\"[id^=\\\"wpsafe-wait\\\"]\"]]}]","[{\"selector\":\"div[style^=\\\"--row-gutter\\\"] > div a[href=\\\"/brands\\\"]\",\"tasks\":[[\"upward\",\"div[style^=\\\"--row-gutter\\\"] > div\"]]}]","[{\"selector\":\".game-over-ad-legacy-component\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body.board-layout.with-und\",\"action\":[\"style\",\"margin-right:0px!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ref=\\\"saashub\\\"]\",\"tasks\":[[\"upward\",\"div.feed-item\"]]}]","[{\"selector\":\".fKZLNI\",\"action\":[\"style\",\"width:120% !important\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\".blur-sm\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\".advert-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".left_shadow\",\"tasks\":[[\"has-text\",\"Fast\"]]}]","[{\"selector\":\".thleft\",\"tasks\":[[\"has-text\",\"Fast\"],[\"upward\",2]]}]","[{\"selector\":\"[id^=\\\"desig-\\\"]\",\"tasks\":[[\"has-text\",\"ANZEIGE\"]]}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"button\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".ad-removal-info\",\"tasks\":[[\"has-text\",\"ads\"],[\"upward\",\"[class]\"]]}]","[{\"selector\":\"#f13 > b\",\"tasks\":[[\"has-text\",\"Sponsor\"],[\"upward\",4]]}]","[{\"selector\":\"#clickfakeplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"script[type]\",\"tasks\":[[\"has-text\",\"c=document.createElement\"]]}]","[{\"selector\":\".related_box:has(.adds)\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"#clickfkplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\".safelink-recatpcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"div\"]]},{\"selector\":\"div[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"form > div\"]]}]","[{\"selector\":\"#cc\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center:not([id]) [id^=\\\"adngin-\\\"]\",\"tasks\":[[\"upward\",\".text-center:not([id])\"]]}]","[{\"selector\":\".page__content-header\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".widget a.gofollow\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"button\",\"tasks\":[[\"has-text\",\"/Watch|🎟|👉/\"]]}]","[{\"selector\":\".ad_block\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"[style=\\\"display:none\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-block-popup\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".native-ad-item-panel\",\"tasks\":[[\"upward\",\".vertical-view__item\"]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"has-text\",\"Provider\"]]}]","[{\"selector\":\"a[href*=\\\"&epik=\\\"]\",\"tasks\":[[\"upward\",\"[data-grid-item]\"]]}]","[{\"selector\":\"[href*=\\\"3cx\\\"]\",\"tasks\":[[\"upward\",\"tbody\"]]}]","[{\"selector\":\"[src^=\\\"blob:https://autofaucet.dutchycorp.space/\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"wpsafe-generate\\\"], #continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open *\",\"action\":[\"style\",\"filter: none!important;\"],\"cssable\":true}]","[{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + div\"]]},{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\".video-info > section\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"],[\"spath\",\" + section\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"]]}]","[{\"selector\":\".main-body > div > div[class]:not([class^=\\\"item\\\"]):not([class^=\\\"article\\\"])\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]},{\"selector\":\"div[class*=\\\"article\\\"] > div:not([class]) > div[class]\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math.imul\"]]}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"margin-top:60px !important\"],\"cssable\":true}]","[{\"selector\":\"div > [id$=\\\"_slot\\\"]\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"section.wix-blog-hide-in-print p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"body.no-touch li.wt-list-unstyled div.v2-listing-card__info > div.wt-text-caption.wt-text-grey > span:not(.wt-icon):not([aria-role])\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^inline-block$\"}],[\"has-text\",\"/^Ad/i\"],[\"upward\",\"li\"]]},{\"selector\":\"li:not(#ad-ubo) .listing-link[href*=\\\"ref=sc_gallery\\\"]\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\".pagebody\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"bottom: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper\",\"action\":[\"remove\",\"\"]},{\"selector\":\".sticky_rail600\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\".aoa_overlay\",\"action\":[\"style\",\"height: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#btngetlink\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".HTML.widget .adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"div[width=\\\"300\\\"][height=\\\"250\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"div[width=\\\"728\\\"][height=\\\"90\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#tp-generate, [id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\"#colunas\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > p > span\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\"[id^=\\\"outbrain_widget_\\\"].OUTBRAIN[data-src]\",\"tasks\":[[\"has\",{\"selector\":\"> .ob-widget > .ob-widget-header > span.ob-grid-header-text\",\"tasks\":[[\"has-text\",\"/^MEHR AUS DEM WEB|MEHR AUS DEM NETZ|AUCH INTERESSANT$/\"]]}]]}]","[{\"selector\":\".search-page__result .listings-standout\",\"tasks\":[[\"upward\",\".search-page__result\"]]},{\"selector\":\".searchResults .product-card__ad-copy\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"D4zz.\"]]}]","[{\"selector\":\".show_download_links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 0px !important; visibility: collapse;\"],\"cssable\":true}]","[{\"selector\":\".ssm_adunit_container\",\"tasks\":[[\"upward\",\"[id^=\\\"list_ads\\\"]\"]]}]","[{\"selector\":\"#download_link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".definetelynotanad\",\"tasks\":[[\"upward\",\"[class^=\\\"col-md-\\\"]\"]]}]","[{\"selector\":\".partner-banner\",\"tasks\":[[\"upward\",\"div[style]\"]]}]","[{\"selector\":\".mod-container\",\"tasks\":[[\"has-text\",\"/sponsor/i\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true},{\"selector\":\"html.can-have-sky .page-body > .section-content\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adslotFilledByCriteo\"]]}]","[{\"selector\":\".glass-panel > ins.adsbygoogle\",\"action\":[\"style\",\"height: 10px !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"sjv.io\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmlAds\"]]}]","[{\"selector\":\"#dclm-blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".py-4 > p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\".TablesTitle > div:not([style=\\\"padding\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"googlesyndication\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\".dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"#screenshots span[style=\\\"width:222px\\\"] > a[href]\",\"action\":[\"remove-class\",\"/ad/i\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popMagic\"]]}]","[{\"selector\":\"[class*=\\\"MPU\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"[id*=\\\"mpu\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\\\\"admc\\\\\\\"\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"brave\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"numberPages\"]]}]","[{\"selector\":\".logo, .blinker\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"afScript\"]]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".id-Page-layoutWrap, .id-SiteWrap, .id-SiteHeader-wrap\",\"action\":[\"style\",\"width: 100% !important; max-width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".MediaStep\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".td-pb-span8\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"chp_ads_blocker_detector\"]]}]","[{\"selector\":\"style[id$=\\\"-css\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"article:has(a[href^=\\\"https://www.facebook.com/ads/\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"main > div div[style*=\\\"flex-direction: column;\\\"] > article > div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Maksettu kumppanuus|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്‌പോൺസർ ചെയ്‌തത്|पुरस्‍कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්‍රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]}]","[{\"selector\":\"._2gSkZ\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[data-id] > div[data-tkid] > div[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[data-id]\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/^Ad$/\"],[\"upward\",\"div[style]\"]]}]","[{\"selector\":\"[class*=\\\"superbanner\\\"]\",\"tasks\":[[\"upward\",\"article > div:not(#main)\"]]}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#rightcolumn > .rbox > .rboxInner img[alt=\\\"Advertisement\\\"]\",\"tasks\":[[\"upward\",\".rbox\"]]},{\"selector\":\".wallpaperSidebarAds\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.td-background-link\",\"action\":[\"style\",\"cursor:default !important;\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ads\"}]]}]","[{\"selector\":\".container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ads\",\"action\":[\"style\",\"position: absolute; opacity: 0; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"[data-profile-url-path^=\\\"/localservices\\\"]\",\"tasks\":[[\"has-text\",\"/google screened/i\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"[style]\",\"tasks\":[[\"has-text\",\"PREMIUM\"]]}]","[{\"selector\":\"button#getlink, button#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"min-height:11px!important;height:11px!important;opacity:0\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"width:11px;height:11px\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv\",\"action\":[\"style\",\"display: inline !important;\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv, #containerr\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id$=\\\"content\\\"] img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"post-\\\"]\",\"action\":[\"remove-class\",\"hidden_share\"]}]","[{\"selector\":\".post-content img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha, iframe[src*=\\\"google.com/recaptcha\\\"], .btn-captcha, .btn-black-outline\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-snp1\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#wpsafe-snp1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"[onclick^=\\\"showAd\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#M1[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"#dlcharts-list + div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]},{\"selector\":\".fb > .Listing > div\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]}]","[{\"selector\":\".FC__Container.min-height-250px-mu\",\"action\":[\"style\",\"max-height: 0.1px !important; height: 0.1px !important; min-height: 0px !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"--topbanner-height-min:unset!important;--topbanner-height-max:unset!important;\"],\"cssable\":true}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset!important;\"],\"cssable\":true}]","[{\"selector\":\".css-1352p5e\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1s6rfoz\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1wm768n\",\"action\":[\"style\",\"height: 1560px !important;\"],\"cssable\":true},{\"selector\":\".css-uc3mu7\",\"action\":[\"style\",\"margin-top: 0 !important; height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".gridRowPad\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".a11t--product\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-content > h4 > strong\",\"tasks\":[[\"has-text\",\"Brave\"]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisement\"}],[\"upward\",1]]}]","[{\"selector\":\"div > ins\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"two_worker_data_js\"]]}]","[{\"selector\":\".spr > .container-fluid:not([data-autopromo-name=\\\"freepik\\\"])\",\"tasks\":[[\"upward\",\".spr\"]]}]","[{\"selector\":\"#shortGoToCont.hidden\",\"action\":[\"remove-class\",\"hidden\"]},{\"selector\":\"#timerContainer > div:not(:has(#timerPercentage))\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"article > [class^=\\\"tc-view\\\"] #ad-header\",\"tasks\":[[\"upward\",\"article > [class^=\\\"tc-view\\\"]\"]]}]","[{\"selector\":\"body:not(.home) #content\",\"action\":[\"style\",\"margin-top: 13px !important;\"],\"cssable\":true}]","[{\"selector\":\"#customad\",\"tasks\":[[\"upward\",\".code-block\"]]},{\"selector\":\".brxe-div > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\".brxe-container\"]]},{\"selector\":\"section.brxe-section > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\"section\"]]}]","[{\"selector\":\".lm-hide\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/ConsoleBan|alert|AdBlocker/\"]]}]","[{\"selector\":\".banner-wrapper\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",2]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Rek\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Reklama\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"klama\"]]},{\"selector\":\"[data-draggable-target]\",\"tasks\":[[\"has-text\",\"Rekl\"],[\"spath\",\":not(*:has([href*=\\\"radio\\\"]))\"]]}]","[{\"selector\":\".content3 > div[style]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".ad-zone\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".row > [id^=\\\"sPost\\\"]\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true}]","[{\"selector\":\"#primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".co-Widget[style=\\\"min-height: 6000px;\\\"]\",\"action\":[\"style\",\"min-height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".container > .adsbygoogle\",\"tasks\":[[\"upward\",\".container\"]]},{\"selector\":\".container > div > .adsbygoogle\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".channel-feed__brick .cfeed-card-contents--banner-adsense\",\"tasks\":[[\"upward\",\".channel-feed__brick\"]]}]","[{\"selector\":\".is-full .climad-badge\",\"tasks\":[[\"upward\",\".is-full\"]]}]","[{\"selector\":\"#ad-Billboard\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"[data-stack-index] > section > div > div [data-item-id] > a[link-identifier][href^=\\\"https://wrd.walmart.com\\\"]\",\"tasks\":[[\"upward\",\"section > div > div\"]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#submitbutton[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"a#gobutton[onclick]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#izobrazhenie-1\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".group_viewport, .page__viewport\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px!important;\"],\"cssable\":true}]","[{\"selector\":\".main > div.container > h2\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".item > .post\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true},{\"selector\":\".item\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".efi_enabled\",\"action\":[\"style\",\"overflow: auto !important; height: auto !important; width: auto !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\"#main > div[class] > div div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"advertisement\\\"$\"}],[\"upward\",\"#main > div[class] > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/htmls|google_ad_client/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math\"]]}]","[{\"selector\":\"div[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"div[class]\"]]},{\"selector\":\"li[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"li[class]\"]]}]","[{\"selector\":\"div[class][data-mobid] > div[class=\\\"vm-placement\\\"][data-id]\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Adv\"}]]}]","[{\"selector\":\"[data-koukoku-width]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body > div iframe\",\"tasks\":[[\"upward\",\"body > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adsBlocked\"]]}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval[\\\\s\\\\S]*?decodeURIComponent/\"]]}]","[{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,200px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1024px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,250px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 768px)\"]],\"cssable\":true}]","[{\"selector\":\"#chapter-images div\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"h3.my-4\",\"tasks\":[[\"has-text\",\"/^Advertising/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shouldPop\"]]}]","[{\"selector\":\"body > [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id][class] > [class]\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^2147483[0-9]{3}$\"}]]}]","[{\"selector\":\"body [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class]:first-child\",\"tasks\":[[\"has-text\",\"REKLAMA\"],[\"spath\",\":not(:has(> *))\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[string-length(@href) > 1600]\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div > style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> style:first-child\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div > div > style:first-child\"],[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div\"]]}],[\"spath\",\":not(:has([data-st-area^=\\\"czyt_dalej\\\"]))\"]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:first-child > div:first-child:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class]:has(> img[src] ~ div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div > h6\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie\"]]},{\"selector\":\"section > h2\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie:\"]]}]","[{\"selector\":\"#site-header\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div + style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"right:0;top:0;bottom:0;left:0;margin:auto;position:absolute;\"],[\"upward\",1]]}]","[{\"selector\":\"#bottom-sticky-container > div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"class\",\"value\":\"/^[a-zA-Z]{2}$/\"}],[\"spath\",\":not([id])\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:first-child > a > img[src^=\\\"https://v.wpimg.pl/\\\"]):not([alt], [id], [width], [data-src]) + div:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:only-child > * > div > .border > .container > .labelCopy\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]}]","[{\"selector\":\"a[href=\\\"https://www.wp.pl\\\"][data-st-area=\\\"goToSG\\\"] + div\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > div\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:only-child > a > div:empty:only-child) + div:last-child:empty\"}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> iframe:only-child) + div:last-child:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"R.*E.*K.*L.*A.*M.*A\"}],[\"upward\",1]]}]","[{\"selector\":\"div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"> a:first-child:has(> div:empty:only-child) + div:empty:last-child\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> a:first-child > img[src^=\\\"https://v.wpimg.pl/\\\"]) + div:empty:last-child\"}]]}]","[{\"selector\":\"html, html > body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-body\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([style^=\\\"width: 1px; height: 1px; position: absolute; left: -10000px; top: -\\\"])\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"await fetch\"]]}]","[{\"selector\":\"body[style=\\\"margin-top: 90px; margin-bottom: 90px;\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"button[onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#obalovydiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"style\\\"]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/'.adsbygoogle'|text-danger|warning|Adblock|_0x/\"]]}]","[{\"selector\":\"[href*=\\\"preroll\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent(escape(r))\"]]}]","[{\"selector\":\"#skip\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".fluid-close[target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"target\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popstate|popMagic/\"]]}]","[{\"selector\":\".widget-height\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".below-ad-wrapper\",\"action\":[\"style\",\"margin-top: 51px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"HomepageSection\\\"]\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"top_ads_add\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popUnder\"]]}]","[{\"selector\":\".entry.card div:is(#sidead, .topad)\",\"tasks\":[[\"upward\",\".entry.card\"]]}]","[{\"selector\":\"#content > form[id]:has(> center > button)\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal_dialog_base\",\"tasks\":[[\"has\",{\"selector\":\"> .modal_top_header\",\"tasks\":[[\"has-text\",\"Marketing\"]]}]]},{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> thead > .collapsableSection > td\",\"tasks\":[[\"has-text\",\"Ads\"]]}]]}]","[{\"selector\":\".pum-open-overlay\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".mod-sidebar\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"a[href^=\\\"/out/\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".result:has(.result-open-metagerkey)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"section h6\",\"tasks\":[[\"has-text\",\"Advertising\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"a.dl-link[href][onclick*=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"a.dl-stub:not([href])\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[250px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".list_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".lst_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"main > div > div:empty\",\"tasks\":[[\"matches-css\",{\"name\":\"min-height\",\"value\":\"^250px$\"}],[\"matches-css\",{\"name\":\"min-width\",\"value\":\"^80%$\"}]]}]","[{\"selector\":\"div.fixed[style^=\\\"z-index:\\\"]\",\"tasks\":[[\"has-text\",\"گوشی خود را بچرخانید\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"ai_adb\"]]}]","[{\"selector\":\"a.btn-ad-iframe:not(a[href*=\\\"empire-\\\"])\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"#timed\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"button\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"button\",\"action\":[\"remove-class\",\"hidden\"]}]","[{\"selector\":\"body > div[style]\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"liedetector\"]]}]","[{\"selector\":\".ad-unit\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".widget .adsSidebarContainer\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"end_click\"]]}]","[{\"selector\":\":is(.owl-item, .thumb-item-flow):has(a[href^=\\\"https://www.polybuzz.ai/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[aria-label=\\\"Why this ad?\\\"]\",\"tasks\":[[\"upward\",\"[data-pla=\\\"1\\\"]\"]]}]","[{\"selector\":\".body-container\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true},{\"selector\":\"[style*=\\\"desktop-url\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#header-new\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".css-1uhcmhp\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 80em)\"]],\"cssable\":true},{\"selector\":\"div > article[data-q=\\\"search-result\\\"] > a[data-q=\\\"search-result-anchor\\\"] > div > figure.listing-tile-thumbnail-image + div\",\"tasks\":[[\"has-text\",\"Featured\"],[\"upward\",\"article[data-q=\\\"search-result\\\"]\"]]}]","[{\"selector\":\"#deviantartcom_desktop-devpage-sidebar-300x250-atf\",\"tasks\":[[\"upward\",\"div[role=\\\"complementary\\\"] > div\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.panda-novel.com/advertising\\\"]\",\"tasks\":[[\"upward\",\".index-swiper\"]]}]","[{\"selector\":\"#my-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".serieslist > ul > li\",\"tasks\":[[\"has-text\",\"(AD)\"]]},{\"selector\":\"a[href][title^=\\\"(AD)\\\"]\",\"tasks\":[[\"upward\",\".bs\"]]}]","[{\"selector\":\".relacionados .aawp\",\"tasks\":[[\"upward\",\".relacionados\"]]},{\"selector\":\"body\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a.download\",\"action\":[\"style\",\"visibility: hidden;\"],\"cssable\":true}]","[{\"selector\":\"center[style]\",\"tasks\":[[\"has-text\",\"advertisement\"]]}]","[{\"selector\":\"a[rel*=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".normal-page__content > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"clientHeight\"]]}]","[{\"selector\":\"aside\",\"action\":[\"style\",\"background: transparent !important;\"],\"cssable\":true}]","[{\"selector\":\".tweet-card .v-responsive.media-carousel-image .v-responsive__content img[alt]\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-attr\",{\"attr\":\"alt\",\"value\":\"/.*\\\\shttps:\\\\/\\\\/t\\\\.co\\\\/[\\\\w]{10}$/\"}]]}],[\"upward\",\".tweet-card\"]]}]","[{\"selector\":\"a img:not([src=\\\"images/main_logo_inverted.png\\\"])\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^([2-4]{1}[0-9]{2}(\\\\.[0-9]+)?px|0px)$\"}]]},{\"selector\":\"a:has(img[src*=\\\"/download\\\"])\",\"action\":[\"style\",\"width: 300px !important; height: 300px !important; display: block !important;\"],\"cssable\":true},{\"selector\":\"a[href][target=\\\"_blank\\\"], [src^=\\\"//ad.a-ads.com/\\\"]\",\"action\":[\"style\",\"visibility:hidden !important\"],\"cssable\":true}]","[{\"selector\":\"#main_canvas > div:not(div[id^=\\\"google\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-slot-header__wrapper\",\"action\":[\"style\",\"display: none !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".site-wrapper\",\"action\":[\"style\",\"opacity:1!important;visibility:visible!important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()='Advertisement')]\"],[\"upward\",1]]}]","[{\"selector\":\"h6.text-muted\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-navbar-container, #site-top-nav-container\",\"action\":[\"style\",\"padding-top: 10px !important;\"],\"cssable\":true},{\"selector\":\".loadingLI\",\"tasks\":[[\"upward\",\".tncms-block\"]]}]","[{\"selector\":\".pufftext > .sponsored\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".pufftext\",\"tasks\":[[\"has-text\",\"/SPONSORED/\"],[\"upward\",2]]}]","[{\"selector\":\"#content-main a[title][href*=\\\"?staticParams=\\\"]\",\"tasks\":[[\"upward\",\"span\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiAdBlockerHandler\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AdBlockEnabled\"]]}]","[{\"selector\":\"header#masthead\",\"action\":[\"style\",\"top: -110px !important;\"],\"cssable\":true}]","[{\"selector\":\"amp-iframe:has([src^=\\\"https://widget.sellwild.com\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[data-controller=\\\"downloads.front.view.download\\\"] a[data-action=\\\"download\\\"][data-wait=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-wait\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/innerHTML.*appendChild/\"]]}]","[{\"selector\":\"#cnc_branding_creative_wrapper\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".cnc-ads\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"a.box-title\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"main\",\"action\":[\"style\",\"padding-top: 5em !important;\"],\"cssable\":true}]","[{\"selector\":\"body.pageskin\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"primaryColumn\\\"] [data-testid=\\\"cellInnerDiv\\\"] > div:has([data-testid$=\\\"-impression-pixel\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"ads-not-loaded\"]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".mntl-leaderboard-spacer\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#taboola-alternating-below-article\",\"action\":[\"remove\",\"\"]},{\"selector\":\".banner-min-height\",\"action\":[\"remove\",\"\"]},{\"selector\":\".fixed.social-bar\",\"action\":[\"remove\",\"\"]},{\"selector\":\".mobile-banner-sticky-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".su-note\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".reward-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".reward-message\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#player\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adhesiveHeaderAdFixed header\",\"action\":[\"style\",\"top: 0 !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1000px)\"]],\"cssable\":true}]","[{\"selector\":\"#b3c\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#pageWrapper\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".gooWidget\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\".google-ad-leaderboard\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"adtester-container\\\"]\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.createTextNode\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/\\\\{delete window\\\\[/\"]]}]","[{\"selector\":\"#alert-popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".js-modal-url[data-target=\\\"#alert-popup\\\"]\",\"action\":[\"remove-attr\",\"data-target\"]}]","[{\"selector\":\".opera-container\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"img[alt=\\\"Buff Banner\\\"]\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\".thumb-list > .video-thumb\",\"action\":[\"style\",\"margin-right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".bunny-button-resume\",\"action\":[\"style\",\"display: grid !important;\"],\"cssable\":true},{\"selector\":\".bunny-container\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true},{\"selector\":\".bunny-icon[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".table2\",\"tasks\":[[\"has-text\",\"Sponsored\"]]},{\"selector\":\"TR\",\"tasks\":[[\"has-text\",\"Stream:\"]]}]","[{\"selector\":\".adsbyvli\",\"tasks\":[[\"upward\",\"div[style^=\\\"width: 300px; height: 250px\\\"]\"]]}]","[{\"selector\":\"#js-mount-point-header.with-ad\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class^=\\\"sc-\\\"]:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"padding-bottom\",\"value\":\"^56px$\"}]]},{\"selector\":\"iframe[name=\\\"dashboard_home\\\"]\",\"tasks\":[[\"upward\",\"div[class^=\\\"sc-\\\"][span=\\\"1\\\"]\"]]},{\"selector\":\"section > div[class^=\\\"sc-\\\"]:last-child:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-bottom\",\"value\":\"^-16px$\"}]]}]","[{\"selector\":\".Skybox--minHeight, .Skybox--minHeightBoth\",\"action\":[\"style\",\"--global-nav-v2-offset: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html[data-orlock-url]\",\"action\":[\"remove-attr\",\"data-orlock-url\"]}]","[{\"selector\":\"#players a[href][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"/href|target/\"]},{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"blink_me_ad\"],[\"upward\",2]]}]","[{\"selector\":\".ad-body\",\"action\":[\"remove\",\"\"]},{\"selector\":\".nvheader > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[class][id]:not(.logo)\",\"tasks\":[[\"if-not\",\"*\"],[\"has-text\",\"/^$/\"]]}]","[{\"selector\":\".downloadLink\",\"action\":[\"style\",\"max-height: initial !important; overflow: revert !important\"],\"cssable\":true}]","[{\"selector\":\".result__ext:has([data-testid=\\\"adResult\\\"])\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\"div[data-testid=\\\"pam.container\\\"]\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div:is(.shadow, .flex.w-full.justify-center[style=\\\"\\\"], .flex.flex-col.items-center.justify-center.gap-2[style^=\\\"min-height:\\\"]):has(a[href=\\\"/pricing\\\"] img[alt=\\\"Please support civitai and creators by disabling adblock\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"div[id][class^=\\\"mantine-\\\"].flex.relative.box-content\",\"action\":[\"style\",\"min-height: 0px !important; visibility: collapse !important; padding: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body[data-billboard=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-billboard\"]}]","[{\"selector\":\"body > div[style]:not([id])\",\"action\":[\"style\",\"position: static !important; background-color: rgba(0, 0, 0, 0) !important\"],\"cssable\":true},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".reading-content img\"]]}]","[{\"selector\":\".adsense\",\"action\":[\"style\",\"padding: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://thehackernews.uk/\\\"]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/https:\\\\/\\\\/thehackernews\\\\.uk\\\\/[a-zA-Z0-9]{4,}/\"}],[\"spath\",\":not([href*=\\\"-\\\"]):not([class*=\\\"button\\\"]):not([class*=\\\"latest\\\"])\"]]}]","[{\"selector\":\"[data-pid^=\\\"ad-\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".mb32\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".cmplz-blocked-content-container\",\"action\":[\"remove-class\",\"cmplz-blocked-content-container\"]}]","[{\"selector\":\".email-adblck-outline\",\"action\":[\"remove\",\"\"]},{\"selector\":\".email-open-read.email-open\",\"action\":[\"style\",\"display:flex !important\"],\"cssable\":true}]","[{\"selector\":\"#openLinks\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"main > div > [id].scroll-mt-20\",\"tasks\":[[\"has\",{\"selector\":\".items-center + div\",\"tasks\":[[\"has-text\",\"/^Sponsored$/\"]]}]]}]","[{\"selector\":\"div[class*=\\\"ads\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"[href*=\\\"?key\\\"][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[style*=\\\"border\\\"]:not(.checker):is([id=\\\"aswift_0_host\\\"], [id=\\\"aswift_1_host\\\"], [id=\\\"aswift_2_host\\\"], [id=\\\"aswift_3_host\\\"], [id=\\\"aswift_4_host\\\"], [id=\\\"aswift_5_host\\\"])\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[tabindex] > button\",\"tasks\":[[\"has-text\",\"Buy $\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".vjs-control-bar\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\".tjp-single__content-ads\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sponsorship\",\"action\":[\"remove-class\",\"sponsorship\"]}]","[{\"selector\":\"[data-popunder-enabled]\",\"action\":[\"remove-attr\",\"data-popunder-enabled\"]}]","[{\"selector\":\".article_content > [class] > [class]:has(.iframe_embed_container)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"header.elevation-3\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"main\",\"action\":[\"style\",\"--v-layout-top: 64px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"header.intro\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] iframe\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] table.links a\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".js-side-ads-movie-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".preShell\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\".zad.billboard\",\"action\":[\"style\",\"min-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"iframeTestTimeMS\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-collapse-trigger\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" .postContent a[href^=\\\"/\\\"]:not([href*=\\\"/forum/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/^\\\\/[-a-z]+\\\\?[a-z]{2,}=/\"}]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" a:is([href^=\\\"/\\\"], [href*=\\\"audiobookbay.lu/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/(^|audiobookbay\\\\.lu)\\\\/[-a-z0-9]+$/\"}],[\"spath\",\" img\"]]}]","[{\"selector\":\"\",\"action\":[\"style\",\"background: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" .image_box[style*=\\\"amazon.co\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" a[href^=\\\"https://www.amazon.co.jp\\\"][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?decodeURIComponent/\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"popundersPerIP\"]]}]","[{\"selector\":\"a[href^=\\\"https://skinrave.gg/rewards?\\\"]\",\"action\":[\"style\",\"height: 0px !important; margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"] .Page-header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"]\",\"action\":[\"style\",\"padding-top: var(--headerHeight) !important;\"],\"cssable\":true}]","[{\"selector\":\"#trd-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body[data-pushdown-enabled=\\\"true\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-adv-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[download-button]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#o-site-hr__leaderboard-wallpaper.u-show-for-xlarge\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[data-ad-name]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"leading_video_player_autoplay_\\\"][id$=\\\"_main_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href]#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[id^=\\\"rewarded_ad_\\\"]:not(#rewarded_ad_blocker)\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".sidebar-tabs-panels\",\"action\":[\"style\",\"max-height: 700px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"has-interstitial-ads\\\"]\",\"action\":[\"remove-class\",\"/^has-interstitial-ads/\"]},{\"selector\":\"body.has-interstitial-ads .has-interstitial-ads-page, body.has-interstitial-ads .has-interstitial-ads-page *\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background: none !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"action\":[\"style\",\"margin-top:20px !important;\"],\"cssable\":true},{\"selector\":\"main[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top:30px !important;\"],\"cssable\":true}]","[{\"selector\":\".header, .leaflet-top.leaflet-left\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".map\",\"action\":[\"style\",\"top: 52px !important;\"],\"cssable\":true}]","[{\"selector\":\"main div.MuiBox-root > span.MuiTypography-subtitle2\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\"#inGameAdsContainer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".play-Imagemaker\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".vjs-poster-onscreen\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body::after\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/history\\\\.pushState/\"]]}]","[{\"selector\":\"div[class=\\\"alert alert-info m-0 p-0\\\"]\",\"tasks\":[[\"has-text\",\"/uBlock|AdGuard|advertisments/i\"]]}]","[{\"selector\":\"p.chapter_content\",\"action\":[\"style\",\"display: block !important; visibility: visible !important; opacity: 1 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".cNDPHQ, .fKCJyZ\",\"action\":[\"style\",\"top: 0px !important; transform: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"styles_withAd\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".p-pageWrapper\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\"a.link.link--external[href][data-proxy-href]\",\"action\":[\"remove-attr\",\"data-proxy-href\"]}]","[{\"selector\":\"p[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"],[\"upward\",\".MuiBox-root\"]]}]","[{\"selector\":\"[class*=\\\"css-\\\"].MuiBox-root\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".ads_horizontal_reader\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#top_ad_container + div\",\"action\":[\"style\",\"padding-top: 4rem !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"NREUM\"]]}]","[{\"selector\":\"[data-aop=\\\"stripe.sponsored.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"[data-aop=\\\"stripe.store.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[src^=\\\"assets/bn\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"g02.\"]]}]","[{\"selector\":\"#play_button\",\"action\":[\"style\",\"display:block!important;\"],\"cssable\":true},{\"selector\":\"a.button-link.mybutton\",\"tasks\":[[\"has-text\",\"Play\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\"#top-navb\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"sidebar-stream-\\\"] > h4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([class])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"return a.split\"]]}]","[{\"selector\":\"a[id^=\\\"download-btn\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ue-app-container\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true},{\"selector\":\"[class^=\\\"Header_headerContainer\\\"]\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".list-caption\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"body > #external_container\",\"action\":[\"style\",\"height:100% !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"margin:0 !important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/advertise\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"+ script\",\"tasks\":[[\"has-text\",\"challenge\"]]}],[\"spath\",\":has(a :is(img[src*=\\\"/\\\"][src*=\\\"_\\\"][alt], [style]))\"]]},{\"selector\":\"div[id]:has(> [data-freestar-ad])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".m-188zyzr\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^728px$\"}]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",3]]}]","[{\"selector\":\"a.setpopupcookie[href^=\\\"get/video/\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[href][target^=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events:none!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ads_url]\",\"action\":[\"remove-attr\",\"data-ads_url\"]}]","[{\"selector\":\"#main-content\",\"action\":[\"style\",\"margin-top: 125px !important;\"],\"cssable\":true}]","[{\"selector\":\".navigation--has-subnav\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\"#claimform\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".unlockr-no-scroll\"]]}]","[{\"selector\":\".azz_div\",\"action\":[\"style\",\"height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#Header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[184px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Tabs_tabs__\\\"]\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"--bottom-banner-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".video-list-content\",\"action\":[\"remove-class\",\"with-happy\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#Sidebar ~ #Content:has(.adsbygoogle)\",\"action\":[\"style\",\"margin-right: 0 !important\"],\"cssable\":true},{\"selector\":\"#wb_right:has(.adsbygoogle)\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"main\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true}]","[{\"selector\":\"#home-page-home-page-component1-row-ad\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".story-container > div:not(.story-wrapper)\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".divide-nav\",\"action\":[\"style\",\"height: 120px !important\"],\"cssable\":true}]","[{\"selector\":\".great_andhra_logo_panel > div[class]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"li > .mtitle > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"li\"]]}]","[{\"selector\":\"a[href][onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"div.ad-area, div.two-ad-area\",\"action\":[\"style\",\"visibility:collapse !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity: 1.0 !important\"],\"cssable\":true}]","[{\"selector\":\".container > .my-4\",\"tasks\":[[\"has-text\",\"Advertising\"]]}]","[{\"selector\":\"a[onclick^=\\\"trackURL\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"a[onmousedown^=\\\"return enc(this,'https://track.rediff.com\\\"]\",\"action\":[\"remove-attr\",\"onmousedown\"]}]","[{\"selector\":\"a.outbound[data-outbound-url]\",\"action\":[\"remove-attr\",\"data-outbound-url\"]}]","[{\"selector\":\"#main a[href][data-sb^=\\\"/url?\\\"]\",\"action\":[\"remove-attr\",\"data-sb\"]}]","[{\"selector\":\"html > head > :is([name=\\\"canonical\\\"], [rel=\\\"canonical\\\"]):not([content*=\\\"/details/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"optimizely\\\"]\"]]}]","[{\"selector\":\"a[href][data-link-out]\",\"action\":[\"remove-attr\",\"data-link-out\"]}]","[{\"selector\":\".gsc-webResult a[data-cturl]\",\"action\":[\"remove-attr\",\"/^data-ct/\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"vglnk\"]]}]","[{\"selector\":\"main div[class][style^=\\\"top:\\\"]\",\"tasks\":[[\"has-text\",\"FORBES’ FEATURED Video\"]]}]","[{\"selector\":\".block-user\",\"action\":[\"remove-class\",\"block-user\"]}]","[{\"selector\":\".login-page\",\"action\":[\"style\",\"-webkit-animation: none !important\"],\"cssable\":true}]","[{\"selector\":\".icon_animation samp\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#pop.div_pop\",\"action\":[\"remove\",\"\"]}]"];
31
- const argsSeqs = [0,1,2,3,4,-5,374,-6,374,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-26,27,26,28,29,30,31,-31,333,-31,344,-31,429,-31,-648,-651,-652,-655,-664,-666,667,-31,-648,-651,-652,-655,666,-31,-648,-651,-652,-654,-655,-656,-657,667,-31,-648,-651,-652,-655,667,-31,-648,-651,652,-31,-648,-651,-652,-653,655,-31,-648,-651,-652,-654,-656,-662,667,-31,-648,-651,660,-31,-648,-651,-654,655,-31,-648,-651,-652,-653,-656,661,-31,-648,-651,-652,653,-31,-648,-651,-652,-653,656,-31,-648,-651,656,-31,-648,652,-31,641,-31,782,32,33,34,35,36,-37,38,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,-60,-83,86,61,62,63,-64,65,64,65,66,67,68,69,70,-71,117,72,73,74,75,76,77,78,79,80,81,82,-83,84,-85,86,87,88,89,-90,91,-90,92,93,94,-95,189,95,-95,220,-95,386,-95,559,96,97,98,99,100,101,102,103,104,-104,169,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,-121,564,122,123,124,125,-126,760,126,127,128,129,130,131,132,133,134,135,136,-137,747,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,-157,158,158,-158,203,159,160,161,162,-163,164,-163,167,163,165,166,168,170,171,172,173,-174,894,175,176,177,178,179,180,181,182,-183,184,-184,185,186,187,188,190,191,192,193,-193,204,194,195,196,197,198,199,200,201,202,205,206,-206,496,207,208,209,210,-211,212,211,-211,503,-211,548,-211,248,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,-243,866,244,245,246,247,-248,249,-248,282,248,-248,294,-248,343,-248,-415,524,-248,415,250,-250,346,251,-251,306,252,-252,-257,258,253,254,-254,255,256,-257,299,-259,260,-260,315,-261,372,262,-263,372,264,-265,266,266,267,268,269,270,271,272,273,274,-275,277,275,-275,286,-275,517,-275,604,-275,634,276,278,279,280,281,-282,331,283,284,285,286,287,288,289,-290,324,291,292,293,295,296,297,298,300,-301,302,-301,325,302,-302,319,303,-303,304,305,307,-307,309,308,-309,310,311,312,313,314,316,317,318,319,320,-321,322,322,323,324,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,345,346,347,348,349,350,351,352,353,-354,355,355,356,357,358,359,360,361,362,363,364,365,-366,367,366,367,368,369,370,371,372,373,375,376,377,378,379,380,-380,745,381,382,383,384,385,387,388,389,390,391,392,393,-393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,-414,415,415,416,417,418,419,420,421,422,423,424,425,426,427,428,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,-445,560,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,497,498,499,500,501,502,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,-540,541,540,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,561,562,563,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,-592,593,594,595,596,597,598,599,-599,642,600,601,602,603,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,-637,638,638,639,640,641,643,644,645,646,647,-649,-650,665,-649,650,649,651,652,654,655,-655,662,656,-656,658,659,662,663,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,748,749,750,751,752,753,754,755,756,757,758,759,-759,831,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,-802,845,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,832,833,834,835,836,837,838,-838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895];
32
- const hostnamesMap = new Map([["aternos.org",1],["japscan.*",2],["poophq.com",3],["veev.to",3],["0cbcq8mu.com",4],["2cf0xzdu.com",4],["4k2h4w04.xyz",4],["a6iqb4m8.xyz",4],["afl3ua5u.xyz",4],["jmzkzesy.xyz",4],["dogdrip.net",5],["infinityfree.com",7],["smsonline.cloud",9],["07c225f3.online",10],["content-loader.com",10],["css-load.com",10],["html-load.com",10],["img-load.com",10],["bing.com",11],["global.novelpia.com",12],["orange.fr",13],["drstevenlin.com",14],["yts.*",14],["romaniataramea.com",14],["straatosphere.com",14],["discussingfilm.net",14],["rmweb.co.uk",14],["sampledrive.org",14],["apnews.com",15],["carbuzz.com",16],["~ebay.com",17],["los40.com",18],["reuters.com",19],["begadistrictnews.com.au",20],["bendigoadvertiser.com.au",20],["goulburnpost.com.au",20],["maitlandmercury.com.au",20],["newcastleherald.com.au",20],["examiner.com.au",21],["theadvocate.com.au",21],["thecourier.com.au",21],["~praxistipps.chip.de",22],["hero-magazine.com",23],["digg.com",24],["autoblog.com",25],["researchgate.net",26],["~uschovna.cz",27],["uschovna.cz",28],["kitguru.net",30],["vladan.fr",30],["commands.gg",30],["stardewids.com",30],["unito.life",31],["ilbianconero.com",32],["profit.ro",33],["walletinvestor.com",34],["palatifini.it",34],["dmzj.com",34],["leechpremium.link",34],["beautypackaging.com",34],["coatingsworld.com",34],["contractpharma.com",34],["happi.com",34],["inkworldmagazine.com",34],["labelandnarrowweb.com",34],["mpo-mag.com",34],["nutraceuticalsworld.com",34],["odtmag.com",34],["printedelectronicsnow.com",34],["4j.com",34],["cinema.maalaimalar.com",34],["publish0x.com",34],["fansonlinehub.com",34],["hotmediahub.com",34],["terabox.fun",34],["teralink.me",34],["terashare.me",34],["teraearn.com",34],["techishant.in",35],["aman-dn.blogspot.com",37],["cyberlynews.com",34],["quizrent.com",34],["hindustantimes.com",39],["myflixer.*",34],["advertiserandtimes.co.uk",34],["primeos.in",34],["moviesjoy.*",34],["sportstiger.com",34],["eltiempo.es",34],["tribuna.com",34],["vuinsider.com",34],["wp.pl",41],["money.pl",49],["o2.pl",55],["parenting.pl",64],["pudelek.pl",70],["autokult.pl",74],["gadzetomania.pl",74],["fotoblogia.pl",74],["komorkomania.pl",74],["polygamia.pl",74],["abczdrowie.pl",80],["benchmark.pl",88],["kafeteria.pl",92],["pysznosci.pl",97],["dobreprogramy.pl",104],["genialne.pl",109],["autocentrum.pl",115],["jastrzabpost.pl",109],["deliciousmagazine.pl",119],["review.firstround.com",34],["truthsocial.com",34],["schools.snap.app",34],["linkneverdie.net",34],["carbonite.co.za",122],["petri.com",34],["beaumontenterprise.com",124],["bigrapidsnews.com",124],["ctinsider.com",124],["ctpost.com",124],["darientimes.com",124],["expressnews.com",124],["greenwichtime.com",124],["houstonchronicle.com",124],["lmtonline.com",124],["manisteenews.com",124],["michigansthumb.com",124],["middletownpress.com",124],["milfordmirror.com",124],["mrt.com",124],["myjournalcourier.com",124],["ncadvertiser.com",124],["newstimes.com",124],["nhregister.com",124],["ourmidland.com",124],["registercitizen.com",124],["sfchronicle.com",124],["sheltonherald.com",124],["stamfordadvocate.com",124],["theheraldreview.com",124],["thehour.com",124],["theintelligencer.com",124],["theridgefieldpress.com",124],["thetelegraph.com",124],["timesunion.com",124],["trumbulltimes.com",124],["wiltonbulletin.com",124],["yourconroenews.com",124],["cybernews.com",34],["cyberstumble.com",126],["gigantti.fi",127],["kingarthurbaking.com",128],["~job.mt.de",129],["~job.nw.de",129],["beckershospitalreview.com",130],["thequint.com",131],["prepostseo.com",133],["novelgames.com",134],["tcsjerky.com",135],["~instagram.com",136],["gamingbible.com",137],["eitb.eus",138],["riteaid.com",139],["radiox.co.uk",140],["itmedia.co.jp",141],["bellinghamherald.com",142],["bnd.com",142],["bradenton.com",142],["centredaily.com",142],["charlotteobserver.com",142],["flkeysnews.com",142],["fresnobee.com",142],["heraldonline.com",142],["heraldsun.com",142],["idahostatesman.com",142],["islandpacket.com",142],["kansas.com",142],["kansascity.com",142],["kentucky.com",142],["ledger-enquirer.com",142],["macon.com",142],["mahoningmatters.com",142],["mcclatchydc.com",142],["mercedsunstar.com",142],["miamiherald.com",142],["modbee.com",142],["myrtlebeachonline.com",142],["newsobserver.com",142],["sacbee.com",142],["sanluisobispo.com",142],["star-telegram.com",142],["sunherald.com",142],["thestate.com",143],["variety.com",144],["mediaite.com",145],["muropaketti.com",146],["jayisgames.com",147],["scotsman.com",148],["brightygames.com",149],["yoho.games",149],["sisigames.com",150],["decathlon.in",151],["metastats.net",152],["goku.sx",153],["eksisozluk.com",154],["indiatimes.com",155],["abcam.com",158],["buytesmart.com",159],["vidaextra.com",160],["www.reddit.com",161],["new.reddit.com",163],["sh.reddit.com",164],["www.al.com",165],["www.cleveland.com",165],["www.lehighvalleylive.com",165],["www.masslive.com",165],["www.mlive.com",165],["www.nj.com",165],["www.oregonlive.com",165],["www.pennlive.com",165],["www.silive.com",165],["www.syracuse.com",165],["sklep.trzynastkaplus.pl",166],["reclameaqui.com.br",167],["gifmagic.com",168],["lastampa.it",169],["nytimes.com",170],["typingtest.com",172],["gazzetta.gr",173],["steamidfinder.com",174],["abeautifuldominion.com",175],["some.porn",176],["play.diziyou1.com",177],["play.diziyou2.com",177],["play.diziyou3.com",177],["play.diziyou4.com",177],["play.diziyou5.com",177],["play.diziyou6.com",177],["play.diziyou7.com",177],["play.diziyou8.com",177],["play.diziyou9.com",177],["play.diziyou10.com",177],["play.diziyou11.com",177],["play.diziyou12.com",177],["play.diziyou13.com",177],["play.diziyou14.com",177],["play.diziyou15.com",177],["play.diziyou16.com",177],["play.diziyou17.com",177],["play.diziyou18.com",177],["play.diziyou19.com",177],["play.diziyou20.com",177],["play.diziyou21.com",177],["play.diziyou22.com",177],["play.diziyou23.com",177],["play.diziyou24.com",177],["play.diziyou25.com",177],["play.diziyou26.com",177],["play.diziyou27.com",177],["play.diziyou28.com",177],["play.diziyou29.com",177],["play.diziyou30.com",177],["play.diziyou31.com",177],["play.diziyou32.com",177],["play.diziyou33.com",177],["play.diziyou34.com",177],["play.diziyou35.com",177],["play.diziyou36.com",177],["play.diziyou37.com",177],["play.diziyou38.com",177],["play.diziyou39.com",177],["play.diziyou40.com",177],["play.diziyou41.com",177],["play.diziyou42.com",177],["play.diziyou43.com",177],["play.diziyou44.com",177],["play.diziyou45.com",177],["play.diziyou46.com",177],["play.diziyou47.com",177],["play.diziyou48.com",177],["play.diziyou49.com",177],["play.diziyou50.com",177],["youtube.com",178],["tvspielfilm.de",179],["sport1.de",180],["pornhub.*",181],["economictimes.indiatimes.com",182],["samayam.com",183],["m.economictimes.com",185],["m.timesofindia.com",187],["aranzulla.it",188],["uol.com.br",189],["businesstoday.in",190],["indiatoday.in",192],["intoday.in",192],["facebook.com",194],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",194],["web.facebook.com",195],["www.facebook.com",195],["ndtv.com",196],["investing.com",198],["greensboro.com",198],["photobucket.com",199],["yusepjaelani.blogspot.com",198],["web2.0rechner.de",198],["web2.0calc.*",198],["beermoneyforum.com",201],["streamingcommunity.*",203],["alliptvlinks.com",198],["bitchute.com",198],["breednet.com.au",198],["punters.com.au",198],["wetteronline.*",205],["m.aajtak.in",206],["amazon.*",207],["web.de",208],["golem.de",209],["bild.de",210],["usatoday.com",211],["quora.com",212],["gamestorrents.*",213],["gogoanimes.*",213],["limetorrents.*",214],["piratebayz.*",213],["mediafire.com",216],["rule34.xxx",217],["popculture.com",218],["mind42.com",219],["elmundo.es",220],["primewire.*",221],["torrentz2.*",222],["torlock.*",223],["torlock2.*",223],["wunderground.com",224],["mylink.*",225],["my1ink.*",225],["myl1nk.*",225],["myli3k.*",225],["freebeacon.com",226],["chan.sankakucomplex.com",227],["nytimes3xbfgragh.onion",228],["cooking.nytimes.com",229],["userupload.*",230],["animepahe.*",231],["kwik.*",231],["ouo.*",231],["urlpay.net",231],["newtorrentgame.com",231],["kropic.com",231],["hpaudiobooks.*",231],["xxxmax.net",231],["ebookbb.com",231],["alexsports.*",231],["poscitech.*",232],["sportsonline.*",233],["yts.mx",235],["imgtaxi.com",236],["hqq.*",237],["waaw.*",237],["alrincon.com",238],["1337x.*",239],["x1337x.*",239],["1337x.unblock2.xyz",241],["1337x.unblocked.*",241],["1337x.unblockit.*",241],["pussyspace.com",242],["pussyspace.net",242],["tnaflix.com",243],["stomp.straitstimes.com",244],["feet9.com",245],["mylust.com",246],["pixhost.*",247],["nme.com",248],["idealhome.co.uk",249],["look.co.uk",249],["focus.de",250],["vsco.co",251],["twitter.com",252],["twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion",254],["x.com",252],["jeuxvideo.com",255],["pcbolsa.com",256],["reddit.com",257],["reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion",257],["hdmotori.it",258],["strikeout.*",259],["peliculasmx.net",260],["btc-echo.de",261],["cricstream.me",262],["bowfile.com",262],["crackllc.com",263],["designmodo.com",263],["hackstore.*",263],["compucalitv.com",263],["procrackerz.org",263],["megawarez.org",263],["dailydot.com",264],["mypornstarbook.net",265],["ashemaletube.com",266],["ashemaletube.*",267],["gamepedia.com",268],["appvn.com",269],["ccn.com",270],["ettv.*",271],["xrares.com",272],["link.goto.com.np",273],["movies123.*",274],["0123movies.*",276],["5movies.*",277],["megadede.*",276],["adivineencounter.com",279],["alcasthq.com",279],["au-di-tions.com",279],["badgehungry.com",279],["bloggingawaydebt.com",279],["chipandco.com",279],["cornerstoneconfessions.com",279],["dearcreatives.com",279],["divinelifestyle.com",279],["eslauthority.com",279],["heresyoursavings.com",279],["investingchannel.com",279],["irresistiblepets.net",279],["justjared.com",279],["kompas.com",279],["lovegrowswild.com",279],["mjsbigblog.com",279],["mommybunch.com",279],["mustardseedmoney.com",279],["myfunkytravel.com",279],["mywomenstuff.com",279],["onetimethrough.com",279],["panlasangpinoymeatrecipes.com",279],["peru21.pe",279],["savespendsplurge.com",279],["savvyhoney.com",279],["silverpetticoatreview.com",279],["tamaratattles.com",279],["the-military-guide.com",279],["the2seasons.com",279],["therelaxedhomeschool.com",279],["thetechieguy.com",279],["waterheaterleakinginfo.com",279],["zeroto60times.com",279],["cut-fly.com",280],["foxseotools.com",280],["classicreload.com",281],["piratebay.*",282],["pirateproxy.*",282],["wowescape.com",283],["games2rule.com",285],["bigescapegames.com",287],["pornve.com",288],["pixlr.com",289],["elixx.*",290],["hardmob.com.br",291],["gameguardian.net",292],["safe.elektroupdate.com",292],["mirrorace.*",293],["elizabeth-mitchell.org",294],["plagiarismchecker.co",295],["temp-mail.org",297],["medievalists.net",298],["u.gg",299],["celebjihad.com",300],["xnxxjapon.com",301],["solarmovie.*",302],["dramacool.*",303],["webserver.one",304],["t-online.de",305],["~email.t-online.de",307],["convallariaslibrary.com",309],["gourmetscans.net",309],["frag-mutti.de",310],["ovagames.com",311],["food.ndtv.com",312],["ustream.*",313],["ableitungsrechner.net",314],["watchfreexxx.net",315],["pandamovie.*",316],["pandamovies.me",316],["pornkino.cc",316],["speedporn.*",316],["xxxscenes.net",316],["youwatchporn.com",316],["onle.co",318],["loskatchorros.com.br",318],["how2electronics.com",318],["univers-simu.com",318],["stokerpiller.dk",318],["onlinestudentseva.com",318],["dexterclearance.com",318],["extratorrent.*",319],["oko.sh",320],["fuqer.com",321],["filerio.in",322],["duden.de",323],["cinetux.*",324],["streameast.*",325],["mlwbd.*",326],["washingtonpost.com",327],["marketmovers.it",328],["newssokuhou666.blog.fc2.com",328],["youkaiwatch2345.blog.fc2.com",328],["5ggyan.com",329],["bigbtc.win",331],["cryptofun.space",331],["games4king.com",332],["artribune.com",333],["oscobo.com",334],["ufacw.com",335],["segurosdevida.site",337],["choiceappstore.xyz",337],["bantenexis.com",337],["tutorialsaya.com",335],["indobo.com",335],["informaxonline.com",335],["gifans.com",337],["mcrypto.club",338],["luckydice.net",337],["1apple.xyz",337],["shorttrick.in",337],["iptvjournal.com",337],["inbbotlist.com",337],["apkmaven.*",340],["theusaposts.com",337],["garoetpos.com",337],["techedubyte.com",337],["cdrab.com",342],["offerinfo.net",337],["winlator.com",337],["gosexpod.com",344],["flashingjungle.com",345],["nakedneighbour.com",346],["bestjavporn.com",347],["leechall.*",348],["ff14angler.com",349],["flsaudio.com",350],["bitcointalk.org",351],["adshrink.it",352],["turkanime.*",353],["allcalidad.*",354],["cinemaxxl.de",355],["player.pl",356],["bde4.*",357],["filmytoday.com",358],["fandom.com",359],["sensualgirls.org",360],["wallpaperwaifu.com",361],["gamesradar.com",362],["techradar.com",362],["tomsguide.com",362],["tomshardware.com",362],["whathifi.com",362],["her.ie",363],["javhoho.com",363],["techhelpbd.com",363],["greentumble.com",363],["newsonthegotoday.com",364],["boyfriendtv.com",365],["makemoneywithurl.com",366],["dvdgayonline.com",367],["94.103.83.138",367],["multimovies.*",367],["ddaynormandy.forumgaming.fr",368],["neogeo-system.com",368],["medicalnewstoday.com",369],["fiches-auto.fr",370],["subsvip.com",371],["javcl.com",372],["javfull.net",372],["allgamesejogos.*",373],["bemestarglobal.*",373],["gamesgo.*",373],["lojadebicicleta.com.br",373],["redecanais.*",374],["pcmag.com",376],["enterinit.com",377],["procinehub.com",378],["bookmystrip.com",378],["tech8s.net",379],["drop.carbikenation.com",379],["linkss.rcccn.in",379],["link.djbassking.live",379],["tech5s.co",379],["game5s.com",379],["vezeta.net",380],["waiwj.net",380],["xcbtm.net",380],["wttai.net",380],["ngviral.com",380],["vgviral.com",380],["nosviral.com",380],["mentalfile.com",380],["qaluri.com",380],["jokgame.com",380],["placementsmela.com",382],["reminimod.co",382],["highkeyfinance.com",382],["amanguides.com",382],["adcrypto.net",384],["admediaflex.com",384],["aduzz.com",384],["bitcrypto.info",384],["datacheap.io",384],["hbz.us",384],["savego.org",384],["owsafe.com",384],["sportweb.info",384],["ryuugames.com",385],["sportsonfr.com",382],["gurumu.net",382],["kreatifparenting.com",382],["panda.freemodsapp.in",382],["iconicblogger.com",382],["rsrlink.in",382],["investcrust.com",382],["litonmods.com",382],["filesupload.in",384],["technoinformations.com",384],["worldmak.com",384],["financacerta.com",387],["encurtads.net",387],["classicoder.com",382],["apkandroidhub.in",389],["studyis.xyz",392],["dulichkhanhhoa.net",392],["noithatmyphu.vn",392],["jardima.com",392],["getintoway.com",384],["blog.nationapk.com",382],["krishiloksewa.com",382],["modzilla.in",382],["mb.feedale.com",382],["tackledsoul.com",394],["adrino1.bonloan.xyz",394],["vi-music.app",394],["instanders.app",394],["rokni.xyz",395],["keedabankingnews.com",395],["tea-coffee.net",397],["spatsify.com",397],["newedutopics.com",397],["getviralreach.in",397],["edukaroo.com",397],["funkeypagali.com",397],["careersides.com",397],["nayisahara.com",397],["wikifilmia.com",397],["infinityskull.com",397],["viewmyknowledge.com",397],["iisfvirtual.in",397],["starxinvestor.com",397],["jkssbalerts.com",397],["appkamods.com",398],["imagereviser.com",400],["nichapk.com",401],["easyworldbusiness.com",401],["riveh.com",401],["upshrink.com",404],["junkyponk.com",405],["healthfirstweb.com",405],["vocalley.com",405],["yogablogfit.com",405],["howifx.com",405],["en.financerites.com",406],["mythvista.com",405],["livenewsflix.com",405],["cureclues.com",405],["apekite.com",405],["veganab.co",408],["camdigest.com",408],["bartendingexpert.com",409],["pubgaimassist.com",411],["gyanitheme.com",411],["tech.trendingword.com",411],["blog.potterworld.co",411],["hipsonyc.com",411],["tech.pubghighdamage.com",411],["blog.itijobalert.in",411],["techkhulasha.com",411],["meclipstudy.in",413],["bookszone.in",415],["graphicuv.com",417],["learnmany.in",417],["hit-films.com",417],["shortix.co",418],["uptechnologys.com",420],["sevenjournals.com",420],["yalifin.xyz",421],["lrncook.xyz",421],["cryptokinews.com",423],["lifesurance.info",423],["financenova.online",424],["utkarshonlinetest.com",424],["financewada.com",424],["v2links.me",425],["fc-lc.*",426],["jobzhub.store",427],["fitdynamos.com",427],["labgame.io",427],["m.jobinmeghalaya.in",428],["healthy4pepole.com",429],["to-travel.net",429],["homeculina.com",430],["ineedskin.com",430],["kenzo-flowertag.com",430],["lawyex.co",430],["mdn.lol",430],["awgrow.com",431],["btcbitco.in",432],["btcsatoshi.net",432],["cempakajaya.com",434],["crypto4yu.com",432],["manofadan.com",434],["readbitcoin.org",432],["wiour.com",432],["coin-free.com",435],["tremamnon.com",437],["bitcotasks.com",434],["videolyrics.in",434],["tagecoin.com",439],["allfaucet.xyz",434],["claimcoins.site",434],["cryptosh.pro",434],["bitsmagic.fun",434],["ourcoincash.xyz",441],["masterduelmeta.com",443],["promo-visits.site",444],["shorterall.com",444],["homeairquality.org",445],["reidoplacar.com",446],["paidinsurance.in",447],["conghuongtu.net",447],["coinseidon.com",447],["djpunjab2.in",448],["djqunjab.in",448],["foodxor.com",448],["geniussolutions.co",448],["mealcold.com",448],["mixrootmods.com",448],["fartechy.com",448],["nishankhatri.xyz",450],["sugarona.com",451],["blog.disheye.com",452],["tinys.click",453],["apkupload.in",453],["ezeviral.com",453],["dailynew.online",453],["pngreal.com",453],["ytpng.net",453],["askpaccosi.com",453],["bitzite.com",454],["aiimgvlog.fun",455],["appsbull.com",456],["diudemy.com",456],["maqal360.com",456],["sahlmarketing.net",457],["blog.panytourism.online",459],["zubatecno.com",459],["battleroyal.online",459],["mayaremix.in",460],["unfoldedstars.com",460],["neverdims.com",460],["bit4me.info",460],["deltabtc.xyz",460],["mbjremix.com",460],["ottlatest.com",460],["techusnews.com",461],["universitiesonline.xyz",461],["intercelestial.com",462],["linegee.net",463],["filmypoints.in",464],["financeyogi.net",465],["finclub.in",465],["freethailottery.live",466],["progfu.com",466],["loanteacher.in",467],["gorating.in",467],["trickms.com",469],["letest25.co",471],["truevpnlover.com",471],["financebolo.com",471],["rphost.in",472],["easywithcode.tech",474],["vedamdigi.tech",475],["redfea.com",477],["pranarevitalize.com",477],["techyinfo.in",477],["fitnessholic.net",477],["cancelguider.online",478],["loan.punjabworks.com",479],["petrainer.in",481],["moderngyan.com",482],["sattakingcharts.in",482],["bgmi32bitapk.in",482],["bankshiksha.in",482],["earn.mpscstudyhub.com",482],["earn.quotesopia.com",482],["money.quotesopia.com",482],["best-mobilegames.com",482],["learn.moderngyan.com",482],["bharatsarkarijobalert.com",482],["quotesopia.com",482],["creditsgoal.com",482],["loan.creditsgoal.com",484],["rupyaworld.com",484],["vahantoday.com",484],["techawaaz.in",484],["loan.bgmi32bitapk.in",485],["currentrecruitment.com",486],["investorveda.com",486],["coingraph.us",487],["impact24.us",487],["foodupe.com",488],["bloggingdaze.com",489],["dsmusic.in",490],["techurlshort.in",491],["sub4unlock.com",492],["cybercityhelp.in",493],["akcartoons.in",495],["comparepolicyy.com",496],["healthylifez.com",496],["hosttbuzz.com",496],["policiesreview.com",496],["techacode.com",497],["travel.vebma.com",498],["mrproblogger.com",499],["themezon.net",499],["headlinerpost.com",500],["drinkspartner.com",500],["apcvpc.com",500],["posterify.net",500],["manishclasses.in",500],["shrinkforearn.in",501],["blog.workedbd.com",502],["advisecreate.fun",502],["uses-in-hindi.com",502],["maxxfour.com",502],["cybertyrant.com",502],["gdspike.com",502],["profitshort.com",502],["courselinkfree.us",502],["technorozen.com",502],["hubdrive.me",502],["hosty.uprwssp.org",503],["cinedesi.in",504],["thevouz.in",504],["tejtime24.com",504],["whatgame.xyz",505],["mooonten.com",505],["msic.site",505],["fx-22.com",505],["gold-24.net",505],["forexrw7.com",505],["kbconlinegame.com",506],["hamrojaagir.com",506],["odijob.com",506],["jeuxenligne.xyz",507],["dl.apkmoddone.com",508],["phongroblox.com",508],["bkgnews.in",509],["ontechhindi.com",509],["exactpay.online",510],["mahitimanch.in",511],["5ghindi.in",511],["rfiql.com",512],["gujjukhabar.in",512],["smartfeecalculator.com",512],["djxmaza.in",512],["thecubexguide.com",512],["jytechs.in",512],["dropgalaxy.*",513],["financemonk.net",513],["hypershort.com",514],["djremixganna.com",515],["techhype.in",516],["techsite.in",516],["datavaults.co",517],["go.zovo.ink",518],["foodtechnos.in",519],["newsbreak24.de",520],["businessinsider.de",521],["echo-online.de",522],["txxx.*",523],["txxxporn.tube",525],["upornia.com",526],["familyporner.com",527],["javbake.com",528],["javcensored.net",528],["javdoge.com",528],["javsexfree.com",528],["javuncensored.watch",528],["pussymaturephoto.com",529],["jpvhub.com",530],["bunkr.*",531],["comicxxx.eu",532],["sexmadeathome.com",532],["pornocomics.*",532],["amateurs-fuck.com",532],["sex-amateur-clips.com",532],["falatron.com",532],["pornoplum.com",533],["vulgarmilf.com",533],["oldgirlsporn.com",533],["maturell.com",533],["nakedolders.com",533],["widewifes.com",533],["hentaihere.com",534],["xnxx-sexfilme.com",535],["pornojenny.net",536],["pornolisa.com",538],["pornhub-sexfilme.net",539],["pornoleon.com",539],["pahe.*",540],["actvid.*",541],["nu6i-bg-net.com",542],["ballexclusives.com",543],["androjungle.com",544],["bokugents.com",544],["idlixvip.*",545],["honkailab.com",546],["arkadium.com",547],["abysscdn.com",548],["fullfreeimage.com",548],["hihihaha1.xyz",548],["hihihaha2.xyz",548],["playhydrax.com",548],["rufiiguta.com",548],["hk.yahoo.com",549],["korinthostv.gr",550],["filmizle.*",551],["filmizletv.*",552],["filmizleplus.*",551],["fullhdfilm.*",551],["fullhdfilmizle.*",551],["gofilmizle.com",551],["hdfilmcehennemi.*",551],["hdfilmizlesene.*",551],["hdfilmsitesi.*",551],["sine5.dev",551],["sinezy.org",551],["l2db.info",554],["flickr.com",555],["forumconstruire.com",556],["vrcmods.com",557],["ilmeteo.it",558],["splitshire.com",559],["addictinggames.com",560],["foxnews.com",561],["sexodi.com",562],["sms24.*",563],["m.drtuber.com",564],["aemenstore.com",565],["cazzette.com",565],["dreamcheeky.com",565],["fidlarmusic.com",565],["jncojeans.com",565],["kiemlua.com",566],["kingsleynyc.com",565],["lucidcam.com",565],["nguyenvanbao.com",565],["nousdecor.com",565],["pennbookcenter.com",565],["publicananker.com",565],["restorbio.com",565],["rezence.com",565],["staaker.com",565],["tricksplit.io",568],["apkcombo.com",568],["ctrlv.*",569],["atozmath.com",570],["indianwebseries.*",571],["simply-debrid.com",572],["cutty.app",572],["w3schools.com",573],["healthline.com",574],["vix.com",575],["responsivevoice.org",576],["cgtips.org",577],["shortenbuddy.com",578],["comicbook.com",579],["hentaicloud.com",580],["drphil.com",581],["bookriot.com",582],["pholder.com",583],["cookpad.com",584],["urbanmilwaukee.com",584],["phica.net",584],["xxxdan.com",585],["businesstimes.com.sg",586],["teknomuda.com",587],["isi7.net",589],["alltechnerd.com",590],["citynews.ca",591],["6abc.com",592],["abc11.com",592],["abc13.com",592],["abc30.com",592],["abc7.com",592],["abc7chicago.com",592],["abc7news.com",592],["abc7ny.com",592],["abcotvs.net",592],["videohelp.com",593],["top.gg",594],["arrowos.net",595],["tvshows4mobile.*",595],["br0wsers.com",596],["nifteam.info",597],["thejournal.ie",598],["needgayporn.com",599],["rule34.paheal.net",600],["palcomix.com",601],["pikkado.com",602],["nypost.com",603],["girlsofdesire.org",604],["ladbible.com",605],["loadout.tf",606],["projectfreetv.*",607],["hdss.*",607],["moviesflix.*",607],["10starhd.*",607],["2embed.*",607],["xcloud.*",608],["~xcloud.eu",608],["~xcloud.host",608],["elmalajeno.com",609],["imgur.com",610],["getsexgames.com",611],["kickass.*",612],["javynow.com",613],["techjunkie.com",614],["reliabletv.me",615],["ytanime.tv",616],["sportskart.*",616],["garrysmods.org",617],["tyla.com",618],["sportbible.com",619],["gamingbible.co.uk",618],["dekki.com",621],["cambb.xxx",622],["xtube.com",623],["discovermagazine.com",624],["elitepvpers.com",625],["bhaskar.com",626],["divyabhaskar.co.in",626],["playonlinux.com",627],["kaotic.com",628],["cargurus.com",629],["haonguyen.top",630],["thumpertalk.com",631],["zshort.*",632],["eschenker.dbschenker.com",633],["porntn.com",634],["hotcleaner.com",635],["movie.momo-net.com",636],["xxxtime.sextgem.com",637],["gay4porn.com",638],["myabandonware.com",639],["mrunblock.*",640],["alrakoba.net",641],["netpornix.*",642],["hitproversion.com",643],["shemalestube.com",644],["sbplay.*",645],["foreca.com",646],["moviemakeronline.com",647],["kelasexcel.id",648],["maxstream.video",649],["uprot.net",650],["techpowerup.com",651],["qz.com",652],["247sports.com",653],["samehadaku.*",654],["gab.com",655],["kumparan.com",656],["videovard.*",657],["tumblr.com",658],["techymedies.com",659],["unsplash.com",660],["chess.com",661],["nodejs.libhunt.com",662],["blick.ch",663],["theloadout.com",664],["pcgamesn.com",664],["schoolcheats.net",665],["1cloudfile.com",666],["torrentdownloads.dirproxy.com",667],["torrentdownload.info",668],["designtagebuch.de",669],["rp5.*",670],["mydramalist.com",671],["stooq.*",672],["dvdgayporn.com",673],["hdmovie5.*",673],["hdmovie2.*",673],["funnywifiname.net",673],["jattfilms.*",673],["jattfilms.cfd",673],["mrbobd.com",673],["vegamovvies.to",673],["hdmoviie2.*",673],["filmyzilla.*",673],["moviespur.*",673],["1stream.*",674],["calculator-online.net",675],["onionplay.*",676],["shinchu.*",677],["networkhint.com",677],["sturls.com",678],["rephrase.info",679],["nowtolove.com.au",680],["washingtoninformer.com",681],["watch.cricstream.*",682],["cricstreams.re",682],["xenvn.com",683],["ibomma.*",684],["scrolller.com",685],["dirp.me",686],["pinterest.*",687],["distrowatch.org",688],["autofaucet.dutchycorp.space",689],["chinhnhacoban.com",690],["plotaroute.com",691],["techsignin.com",692],["ac-illust.com",693],["photo-ac.com",693],["mrgay.com",694],["buondua.com",695],["lbprate.com",696],["digminecraft.com",697],["logikfx.com",698],["etsy.com",699],["h-flash.com",700],["fashionunited.*",701],["vimm.net",702],["thedigitalfix.com",703],["dvdplay.*",704],["dubznetwork.com",705],["redirect.dafontvn.com",706],["gsmware.com",707],["poki.*",708],["chimicamo.org",709],["earnme.club",710],["jrlinks.in",710],["eztv.*",711],["ricettafitness.com",712],["comidacaseira.me",714],["welt.de",715],["autotrader.co.uk",716],["mangaraw.org",717],["apkmodhub.in",718],["digilibraries.com",719],["slidesgo.com",720],["dktechnicalmate.com",721],["indiakablog.com",721],["givee.club",722],["fucktube4k.com",723],["mail.com",724],["gmx.*",725],["tamrieltradecentre.com",726],["missav.*",727],["missav123.com",727],["missav888.com",727],["dads-banging-teens.com",728],["home-xxx-videos.com",728],["mature-chicks.com",728],["time.com",729],["distrowatch.com",730],["beatsnoop.com",731],["fetchpik.com",731],["anisearch.*",732],["veryfreeporn.com",733],["bishopsstortfordindependent.co.uk",734],["cambridgeindependent.co.uk",734],["dissexpress.co.uk",734],["fenlandcitizen.co.uk",734],["granthamjournal.co.uk",734],["lynnnews.co.uk",734],["kentonline.co.uk",734],["newarkadvertiser.co.uk",734],["rutland-times.co.uk",734],["spaldingtoday.co.uk",734],["stamfordmercury.co.uk",734],["suffolknews.co.uk",734],["velvetmag.co.uk",734],["teachoo.com",735],["itstillworks.com",736],["leaknud.com",737],["colonist.io",738],["wa.de",739],["mboost.me",740],["sumikai.com",741],["adslink.pw",742],["jpopsingles.eu",743],["instagram.com",744],["brisbanetimes.com.au",745],["smh.com.au",745],["theage.com.au",745],["watoday.com.au",745],["flipkart.com",746],["rtl.de",747],["yourdictionary.com",748],["desktopnexus.com",749],["theblock.co",750],["root-nation.com",751],["italpress.com",751],["genshin.gg",752],["mathway.com",753],["viefaucet.com",754],["google.com",755],["rechtschreibpruefung24.de",756],["tirexo.*",757],["adzz.in",758],["model-viewer.com",759],["playstore.pw",760],["adsy.pw",761],["rocketnews24.com",762],["soranews24.com",762],["youpouch.com",763],["afly.pro",765],["bloggingguidance.com",766],["snaptik.app",767],["www.chip.de",768],["chip.de",769],["praxistipps.chip.de",770],["praxistipps.focus.de",771],["netmoms.de",770],["tvtv.ca",773],["tvtv.us",773],["swisscows.com",774],["javopen.co",775],["derivative-calculator.net",776],["integral-calculator.com",776],["proappapk.com",777],["infokik.com",778],["freepik.com",779],["writedroid.*",780],["thetimes.co.uk",781],["additudemag.com",782],["techpp.com",783],["azrom.net",784],["topsporter.net",785],["sportshub.to",785],["seznamzpravy.cz",786],["guru3d.com",787],["roblox-scripts.co",788],["theodysseyonline.com",789],["adseek.site",790],["infoseek.co.jp",791],["socialcounts.org",792],["tlgrm.eu",793],["telegramchannels.me",794],["nn.de",795],["www.walmart.com",796],["thefileslocker.net",797],["n.fcd.su",798],["oxy.*",799],["~oxy.edu",799],["esopress.com",800],["karvitt.com",801],["realpornclips.com",802],["bitchesgirls.com",803],["efukt.com",804],["rookieroad.com",805],["naijafav.top",806],["novinky.cz",807],["webnovelpub.com",808],["novelpub.com",809],["lightnovelspot.com",811],["myanimelist.net",812],["gloryshole.com",813],["tokenmix.pro",814],["bitcosite.com",815],["glosbe.com",816],["mangabuddy.com",817],["elamigos-games.com",818],["elamigos-games.net",818],["elamigosgames.org",818],["imgbox.com",819],["~wp.pl",820],["~money.pl",823],["~komorkomania.pl",825],["~autokult.pl",825],["~o2.pl",825],["~parenting.pl",825],["~abczdrowie.pl",825],["~pudelek.pl",825],["open.fm",826],["vibez.pl",827],["sportowefakty.wp.pl",828],["fitness.wp.pl",828],["smaczneblogi.pl",829],["forum.kardiolo.pl",830],["~www.wp.pl",829],["horoskop.wp.pl",832],["www.wp.pl",833],["pilot.wp.pl",835],["domodi.pl",836],["turystyka.wp.pl",837],["~tv.wp.pl",838],["mag.shock2.info",839],["hints.littlealchemy2.com",840],["hacoos.com",841],["thefastcode.com",842],["besargaji.com",843],["chrysler-club.net",844],["azaleasdolls.com",845],["zefoy.com",846],["bellesa.co",847],["pepperlive.info",848],["adultcomixxx.com",849],["apk-gamers.com",849],["skiplinks.xyz",849],["streamvid.net",850],["miniwebtool.com",850],["sexvideos.host",851],["the-sun.com",852],["lovetoknow.com",853],["thedailybeast.com",854],["parentcircle.com",855],["vidello.net",856],["weatherwx.com",857],["phineypet.com",858],["cellmapper.net",859],["freewebcart.com",860],["securityweek.com",860],["curs-germana.com",860],["vlr.gg",861],["metager.org",862],["comohoy.com",863],["mapcrunch.com",864],["domaha.tv",865],["xxxrip.net",865],["sextor.org",865],["sex-torrent.net",865],["hentaipaw.com",866],["peakpx.com",867],["pxfuel.com",867],["pikist.com",868],["androidauthority.com",869],["app.blubank.com",870],["truyentranhfull.net",871],["empire-anime.*",872],["empire-streaming.*",872],["empire-anime.com",872],["empire-streamz.fr",872],["empire-stream.*",872],["taisachonthi.com",873],["isekaipalace.com",874],["woowebtools.com",875],["iwatchfriendsonline.net",876],["creativebloq.com",877],["sofmag.com",878],["khoaiphim.com",879],["nicomanga.com",880],["www.google.com",881],["totalcsgo.com",882],["gumtree.com.au",883],["gumtree.com",884],["deviantart.com",885],["pandasnovel.com",886],["bangpremier.com",887],["bankbazaar.com",888],["asura.gg",889],["asurascans.com",889],["romsmania.games",890],["freeroms.com",891],["dll-files.com",892],["modrinth.com",893],["codelivly.com",894],["www.mindbodygreen.com",895],["sotwe.com",896],["download.megaup.net",897],["rain-alarm.com",898],["cnn.com",899],["dvm360.com",900],["trakt.tv",901],["client.falixnodes.net",902],["thestar.com",903],["dailymail.co.uk",904],["m.baomoi.com",905],["movies4u.*",906],["movies4u3.*",906],["gamerxyt.com",906],["biblestudytools.com",907],["christianheadlines.com",907],["ibelieve.com",907],["screenhub.com.au",908],["insideevs.com",909],["community.pcgamingwiki.com",910],["dzapk.com",911],["zive.cz",912],["client.pylexnodes.net",913],["win.gg",914],["filmizlehdfilm.com",915],["fullfilmizle.cc",915],["gofilmizle.net",915],["estudyme.com",916],["accuweather.com",917],["fplstatistics.co.uk",918],["thespruce.com",919],["skai.gr",920],["sonixgvn.net",921],["francoischarron.com",922],["sabornutritivo.com",923],["bettycrocker.com",924],["filext.com",925],["360haven.com",926],["apkmirror.com",927],["vidsrc.*",928],["gdflix.*",929],["1337x.ninjaproxy1.com",931],["work.ink",932],["fmovies.*",933],["f2movies.to",933],["colourxh.site",934],["fullxh.com",934],["galleryxh.site",934],["megaxh.com",934],["movingxh.world",934],["seexh.com",934],["unlockxh4.com",934],["valuexh.life",934],["xhaccess.com",934],["xhadult2.com",934],["xhadult3.com",934],["xhadult4.com",934],["xhadult5.com",934],["xhamster.*",934],["xhamster1.*",934],["xhamster10.*",934],["xhamster11.*",934],["xhamster12.*",934],["xhamster13.*",934],["xhamster14.*",934],["xhamster15.*",934],["xhamster16.*",934],["xhamster17.*",934],["xhamster18.*",934],["xhamster19.*",934],["xhamster20.*",934],["xhamster2.*",934],["xhamster3.*",934],["xhamster4.*",934],["xhamster42.*",934],["xhamster46.com",934],["xhamster5.*",934],["xhamster7.*",934],["xhamster8.*",934],["xhamsterporno.mx",934],["xhbig.com",934],["xhbranch5.com",934],["xhchannel.com",934],["xhdate.world",934],["xhlease.world",934],["xhmoon5.com",934],["xhofficial.com",934],["xhopen.com",934],["xhplanet1.com",934],["xhplanet2.com",934],["xhreal2.com",934],["xhreal3.com",934],["xhspot.com",934],["xhtotal.com",934],["xhtree.com",934],["xhvictory.com",934],["xhwebsite.com",934],["xhwebsite2.com",934],["xhwebsite5.com",934],["xhwide1.com",934],["xhwide2.com",934],["xhwide5.com",934],["porndoe.com",935],["torrentdownload.*",936],["readcomiconline.*",937],["pixiv.net",938],["cbssports.com",939],["jacquieetmicheltv.net",940],["jacquieetmicheltv2.net",940],["bombuj.*",941],["xfreehd.com",942],["freethesaurus.com",943],["thefreedictionary.com",943],["getmodsapk.*",944],["qwant.com",945],["civitai.com",946],["civitai.green",946],["faroutmagazine.co.uk",947],["govtech.com",948],["dragontea.ink",949],["time.artjoey.com",950],["thehackernews.com",951],["creepypasta.com",952],["statisticsanddata.org",953],["tmailor.com",954],["aliezstream.pro",955],["mylivestream.pro",955],["mylocal.co.uk",956],["ettvi.com",957],["crictime.is",958],["freehit.eu",958],["mobilecric.com",958],["live-sport.duktek.pro",958],["decrypt.day",959],["cryptorank.io",960],["skidrowcodex.net",961],["zee5.com",962],["thejakartapost.com",963],["cenoteka.rs",964],["porno-baguette.com",965],["caravanmagazine.in",966],["eloshapes.com",967],["filerox.com",968],["lowcygier.pl",969],["mip2p.*",970],["myp2p.*",970],["game8.co",971],["ign.com",972],["club386.com",974],["yourstory.com",975],["audiobookbay.lu",976],["service.webgoto.net",977],["freemodsapp.in",978],["onlytech.com",978],["helicomicro.com",978],["9xlinks.*",979],["9xmovie.*",979],["desiflix.*",979],["girlmms.com",979],["ottxmaza.com",979],["sexmazahd.com",979],["webxmaza.com",979],["app.scope.gg",980],["governing.com",981],["therealdeal.com",982],["olympics.com",983],["taste.com.au",984],["playmod24.com",985],["euronews.com",986],["mercatinomusicale.com",987],["btv.bg",988],["btvnovinite.bg",988],["btvsport.bg",988],["1jour1film.*",989],["101soundboards.com",990],["interactivemap.app",991],["plasticsnews.com",992],["idnes.cz",993],["boundingintocomics.com",994],["themix.net",994],["metoffice.gov.uk",995],["boardgameoracle.com",996],["callofwar.com",997],["picrew.me",998],["stream4free.*",999],["sdna.gr",1000],["schnittberichte.com",1001],["infinityscans.xyz",1002],["infinityscans.net",1002],["infinityscans.org",1002],["karistudio.com",1003],["leafstudio.site",1003],["handirect.fr",1004],["giphy.com",1005],["politico.com",1006],["voz.vn",1007],["abs-cbn.com",1008],["metro.style",1009],["aov-news.com",1011],["summonersky.com",1011],["worldpopulationreview.com",1012],["sbs.com.au",1013],["msn.com",1014],["vid2faf.*",1015],["vidplay.*",1015],["ignboards.com",1016],["telepisodes.org",1017],["daddylive.*",1018],["9gag.com",1019],["op.gg",1020],["m.shuhaige.net",1021],["laser-pics.com",1022],["uexpress.com",1023],["animeshqip.org",1024],["editor.plantuml.com",1025],["theorg.com",1026],["forgee.xyz",1027],["gamehub.cam",1027],["1001tracklists.com",1028],["mirror.co.uk",1029],["mobalytics.gg",1030],["javfilms.com",1031],["europix.top",1032],["91porna.com",1033],["glamour.com",1034],["abcnews.go.com",1035],["cryptofaucet.club",1036],["redecanaistv.*",1037],["redisex.*",1037],["fapeza.com",1038],["iflscience.com",1039],["sneakernews.com",1040],["emojipedia.org",1041],["agar.io",1042],["criollasx.com",1043],["birminghammail.co.uk",1044],["bristolpost.co.uk",1044],["dailyrecord.co.uk",1044],["hulldailymail.co.uk",1044],["liverpoolecho.co.uk",1044],["manchestereveningnews.co.uk",1044],["stokesentinel.co.uk",1044],["lightningmaps.org",1045],["velo.outsideonline.com",1046],["gulfnews.com",1047],["olamovies.*",1048],["tvpassport.com",1049],["greatandhra.com",1050],["borwap.net",1051],["waptrick.com",1051],["manwa.me",1052],["www.parkers.co.uk",1053],["elamigosweb.com",1054],["rediff.com",1055],["old.reddit.com",1056],["www.google.*",1057],["bikesales.com.au",1058],["disqus.com",1059],["arstechnica.com",1060],["dermnetnz.org",1060],["proboards.com",1061],["winclassic.net",1061],["forbes.com",1062],["dmax.de",1063],["app.koinly.io",1064],["duplichecker.com",1065],["plagiarismdetector.net",1065],["searchenginereports.net",1065],["smallseotools.com",1065],["turboplayers.xyz",1066]]);
30
+ const argsList = ["[]","[{\"selector\":\".ad-dfp\",\"action\":[\"style\",\"min-height: 0.1485mm !important; height: 0.1485mm !important;\"],\"cssable\":true},{\"selector\":\".header-center\",\"action\":[\"style\",\"margin-top:-5000px !important;\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"width: 1.745px !important; padding: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"ytd-watch-flexy[player-unavailable]\",\"action\":[\"remove-attr\",\"player-unavailable\"]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"veevad-\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popunder|\\\\(\\\\)\\\\{try\\\\{localStorage\\\\[/\"]]}]","[{\"selector\":\"html[lang=\\\"ko\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html[lang][dir=\\\"ltr\\\"] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"aside[class^=\\\"css-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + ins.adsbygoogle\"]]}]]},{\"selector\":\"html[data-theme][lang] [id^=\\\"img_\\\"][style]:has(iframe[frameborder=\\\"0\\\"][style])\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"filter: opacity(0) !important; pointer-events: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"has\",{\"selector\":\"> head > style:only-child\",\"tasks\":[[\"has-text\",\"width:399px;height:411px\"]]}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"~/shop\"],[\"spath\",\" a[href*=\\\"/aclick?\\\"]:not(.vsp_ads)\"]]},{\"selector\":\".b_ad\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_adLastChild\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\".b_restorableLink\",\"action\":[\"remove\",\"\"]},{\"selector\":\".pa_sb\",\"action\":[\"style\",\"position: absolute !important; top: -9999px !important;\"],\"cssable\":true},{\"selector\":\"ol#b_results > li.b_algo\",\"tasks\":[[\"has\",{\"selector\":\".b_lineclamp3\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^url\\\\(\\\\Sdata:image\\\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD.AAAA\"}]]}]]}]","[{\"selector\":\"div[id^=\\\"novelpia_\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#o_carrepub\",\"action\":[\"style\",\"height: 1px; margin: 0; min-height: auto; visibility: hidden; width: 1px;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-header-leaderboardAd\",\"action\":[\"remove\",\"\"]},{\"selector\":\"html[data-header-hasleaderboard]\",\"action\":[\"remove-attr\",\"data-header-hasleaderboard\"]}]","[{\"selector\":\".cb-comments__create-form\",\"action\":[\"style\",\"margin-top: 30px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments .collapseable-comments__collapse\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .cb-post-block__comments\",\"action\":[\"style\",\"margin-bottom: 0 !important; top: -97px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block-images-swiper .collapseable-comments__collapseable\",\"action\":[\"style\",\"margin-bottom: -80px !important;\"],\"cssable\":true},{\"selector\":\".cb-post-block__comments\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"li.s-item\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"SPONSORED\"]]}]]}]","[{\"selector\":\".amp-animate\",\"action\":[\"remove\",\"\"]},{\"selector\":\".publi_luto_horizontal\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"google_ads_iframe_\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"iframe[id^=\\\"google_ads_iframe\\\"]\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-basic\\\"][class*=\\\"cluster__column-left\\\"]\",\"action\":[\"style\",\"margin-left: 17.0418006431vw !important;\"],\"cssable\":true},{\"selector\":\"ul[class^=\\\"cluster__stories\\\"] > li[class^=\\\"cluster__cluster-hub\\\"][class*=\\\"cluster__column-middle\\\"][class*=\\\"cluster__break-after\\\"]\",\"action\":[\"style\",\"margin-bottom: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".subscribe-article .subscribe-truncate\",\"action\":[\"style\",\"max-height:unset!important;order:unset!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important;\"],\"cssable\":true},{\"selector\":\".subscribe-article .subscriber-hider\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".subscribe-truncate\",\"action\":[\"style\",\"order:0!important;max-height:inherit!important\"],\"cssable\":true},{\"selector\":\".subscribe-truncate::before\",\"action\":[\"style\",\"background:none!important\"],\"cssable\":true},{\"selector\":\".subscriber-hider\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"a[target][href^=\\\"https://x.chip.de/\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"position: inherit !important;\"],\"cssable\":true}]","[{\"selector\":\".desktop-wrapper.has-header-banner.mt-32\",\"action\":[\"style\",\"margin-top: 8rem !important;\"],\"cssable\":true},{\"selector\":\".single-story > header\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#ymm-sub-nav\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".lite-page__header-navigation--with-ad\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".research-resources-summary__inner.is-sticky\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background:none !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"tasks\":[[\"upward\",\"[target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"KeenTracking\"]]}]","[{\"selector\":\".no-scroll\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\".zc_top_mobil\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".td-animation-stack-type0-1\",\"action\":[\"style\",\"opacity:1 !important\"],\"cssable\":true}]","[{\"selector\":\".mat-drawer-container\",\"action\":[\"style\",\"overflow-x: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/recipes/\\\"])\",\"tasks\":[[\"upward\",2],[\"spath\",\" script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{16000}/\"]]}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"._4xQrn\",\"action\":[\"style\",\"max-height:0px\"],\"cssable\":true}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]","[{\"selector\":\"#gameEtTopRight.commonEt\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\"#gamelistCategories\",\"action\":[\"style\",\"margin-bottom: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.body-load\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"article[role=\\\"presentation\\\"] > div[style]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്‌പോൺസർ ചെയ്‌തത്|पुरस्‍कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්‍රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]},{\"selector\":\"div[style=\\\"max-height: inherit; max-width: inherit;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Paid partnership with \"]]}]]}]","[{\"selector\":\"div[id] > .dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".body--onPlayer--ads\",\"action\":[\"remove-class\",\"body--onPlayer--ads\"]}]","[{\"selector\":\"html > body:not(.catalogsearch-result-index)\",\"tasks\":[[\"upward\",1],[\"spath\",\" > head > script\"],[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"body:not(:has(#remixd-audio-player)) > script\",\"tasks\":[[\"has-text\",\"googletagmanager\"]]}]","[{\"selector\":\"#ulCommentWidget[style*=\\\"display\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has(video)) > head > script\",\"tasks\":[[\"has-text\",\"connatix.com\"]]}]","[{\"selector\":\"html > head > script\",\"tasks\":[[\"has-text\",\"connatix.id\"],[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"window.cnx\"]]}]","[{\"selector\":\"html > head > link[rel=\\\"canonical\\\"]:not([href*=\\\"/video/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"connatix\\\"]\"]]}]","[{\"selector\":\".adthrive-video-player\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body.noImages .content img\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".widget-topad\",\"action\":[\"style\",\"padding-bottom: 20px !important;\"],\"cssable\":true}]","[{\"selector\":\"html:not(:has([class^=\\\"Dailymotion__Wrapper\\\"])) > head > script\",\"tasks\":[[\"has-text\",\"gptScript\"]]}]","[{\"selector\":\"html > head > meta[property=\\\"og:url\\\"]:not([content*=\\\"/games/\\\"], [content*=\\\"/play/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"#index-games\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" > head > script\"],[\"has-text\",\"wgplayer\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".col-md-6\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true}]","[{\"selector\":\".st-btn > img\",\"action\":[\"style\",\"margin: auto !important; display: block !important;\"],\"cssable\":true},{\"selector\":\".st-btn:not(.st-first)\",\"action\":[\"style\",\"display: inline-block !important; min-width: 50px !important; width: 50px !important;\"],\"cssable\":true},{\"selector\":\".st-hidden\",\"action\":[\"remove-class\",\"st-hidden\"]}]","[{\"selector\":\".ad-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".nonAppView > div div[class]:not([id]) > div[id^=\\\"div-gpt-ad\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"[onclick] .btxt\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] h5\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"[onclick] p\",\"tasks\":[[\"has-text\",\"/Ad/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia_\"}],[\"xpath\",\"../..\"]]},{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + div\"]]},{\"selector\":\"p\",\"tasks\":[[\"matches-css\",{\"name\":\"background-image\",\"value\":\"colombia-icon\"}],[\"xpath\",\"../..\"]]}]","[{\"selector\":\"link[rel=\\\"canonical\\\"]:not([href*=\\\"pageconfig=contactus\\\"])\",\"tasks\":[[\"upward\",\"html\"],[\"spath\",\" script.optanon-category-C0001\"]]}]","[{\"selector\":\"body[style*=\\\"display: none\\\"]\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".base-asset-video\",\"action\":[\"remove-class\",\"base-asset-video\"]}]","[{\"selector\":\".subredditvars-r-ublockorigin [role=\\\"dialog\\\"] > div\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"community-highlight-card[subreddit-prefixed-name=\\\"r/uBlockOrigin\\\"][src]\",\"action\":[\"remove-attr\",\"src\"]}]","[{\"selector\":\"html:has(> head > :is(meta[name=\\\"subscriber_only\\\"][content=\\\"false\\\"], meta[property=\\\"og:url\\\"]:not([content*=\\\".html\\\"]))) script\",\"tasks\":[[\"has-text\",\"/googletagmanager|window\\\\.sophi/\"]]}]","[{\"selector\":\"[onclick$=\\\"return !ga.loaded;\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#page-header > header\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"section#home > #hero.pinned\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true}]","[{\"selector\":\"#logoContainer\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"gdwc-recommendations.is-hidden\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"connection-toast\\\"]\",\"action\":[\"style\",\"margin-top: 330px !important;\"],\"cssable\":true}]","[{\"selector\":\"#ad-container\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#comment-section\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper + .container\",\"action\":[\"style\",\"margin-top: 50px !important;\"],\"cssable\":true},{\"selector\":\".section-advert-banner--top\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"#fluid_video_wrapper_video-page-player\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\"#video-page-player-blocker\",\"action\":[\"style\",\"pointer-events:none\"],\"cssable\":true}]","[{\"selector\":\"video#diziyou_html5_api\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\":not(.overflow-x_hidden, .overflow_hidden, .truncate_true, svg:not(:root), img)\",\"action\":[\"style\",\"overflow: visible !important\"],\"cssable\":true}]","[{\"selector\":\".ytlr-horizontal-list-renderer__items > .yt-virtual-list__container > .yt-virtual-list__item--visible.yt-virtual-list__item--selected.yt-virtual-list__item\",\"tasks\":[[\"has-text\",\"Ad\"]]}]","[{\"selector\":\"table.info-table tr:has(td[colspan] .promo-box-any-banner)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"/anzeige/i\"]]}]","[{\"selector\":\"div.container\",\"action\":[\"style\",\"margin-top: 0px !important\"],\"cssable\":true}]","[{\"selector\":\".active > ul > li\",\"tasks\":[[\"has-text\",\"Ad:\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}],[\"spath\",\" + div\"]]},{\"selector\":\"div h2\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Sponsored\"}]]}]]}]","[{\"selector\":\"[onclick] p\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Ad \"}],[\"xpath\",\"../..\"],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/MAHA/i\"]]}],[\"not\",{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Times/i\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[(text()='Ad')]/../../..\"]]}]","[{\"selector\":\"H2\",\"tasks\":[[\"has-text\",\"/Promoted/\"],[\"spath\",\" + DIV\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/Promoted/\"]]}]","[{\"selector\":\".brand_ctn\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../../..\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/Ad:/\"],[\"xpath\",\"../..\"]]}]","[{\"selector\":\".banner\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"ad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"banner-300x250\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#zedoads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedoads2\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"#story-maincontent\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"#zedotopnavads1\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\".adblockcontainer\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/^\\\\/(\\\\?[a-z]+=\\\\w+)?$/\"],[\"spath\",\" div[aria-posinset] :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-posinset]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-path\",\"/search/\"],[\"spath\",\" div[role=\\\"article\\\"] span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{265,}/\"}],[\"upward\",\"[role=\\\"article\\\"]\"]]},{\"selector\":\"#stream_pagelet div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"if\",{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"People You May Know\"]]}]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] [class] > a[href*=\\\"utm_source=facebook\\\"] span[class] > span[class][style*=\\\"-webkit-line-clamp\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has-text\",\"広告\"],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a span[aria-labelledby]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^S$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^p$/\"]]}],[\"has\",{\"selector\":\"> span[style=\\\"display: flex;\\\"] > span[class]\",\"tasks\":[[\"has-text\",\"/^d$/\"]]}],[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\"#watch_feed div:not([class]) > div:not([class]) div[class] span[class] > a[aria-label=\\\"広告\\\"]\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"upward\",\"div:not([class]) > div:not([class])\"]]},{\"selector\":\".ego_column\",\"tasks\":[[\"if\",\"a[href^=\\\"/campaign/landing\\\"]\"]]},{\"selector\":\".ego_section\",\"tasks\":[[\"if\",\"a[href^=\\\"/ad_campaign\\\"]\"]]},{\"selector\":\".pagelet-group .pagelet\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"/Sponsored|Create ad|Crear un anuncio|Publicidad/\"]]}]]},{\"selector\":\".userContentWrapper > div div > span > span\",\"tasks\":[[\"has-text\",\"/^Suggested Post$/\"]]},{\"selector\":\"div[aria-describedby]:not([aria-posinset]) :is(h3, h4) span > a[href]:not([href^=\\\"/groups/\\\"]):not([href*=\\\"section_header_type\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/__cft__\\\\[0\\\\]=[-\\\\w]{290,}/\"}],[\"upward\",\"div[aria-describedby]\"]]},{\"selector\":\"div[aria-posinset]:has(a[aria-label=\\\"広告\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"hyperfeed_story_id_\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"div > span:has(abbr .timestampContent)\",\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^none$\"}]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/marketplace/item\"],[\"spath\",\" a[attributionsrc^=\\\"/privacy_sandbox/\\\"]:is([aria-label$=\\\" anunciante\\\"][aria-label*=\\\" d\\\"], [aria-label=\\\"Lien de l’annonceur\\\"], [aria-label$=\\\"autan pengiklan\\\"], [aria-label=\\\"Adverteerderskakel\\\"], [aria-label=\\\"Link sa nag-advertise\\\"], [aria-label=\\\"Link oglašivača\\\"], [aria-label=\\\"Odkaz od inzerenta\\\"], [aria-label=\\\"Link fra annoncør\\\"], [aria-label=\\\"Werbelink\\\"], [aria-label=\\\"Link ng advertiser\\\"], [aria-label=\\\"Link dell'inserzionista\\\"], [aria-label=\\\"Veza oglašivača\\\"], [aria-label=\\\"Manisautilirijimut kasurvik\\\"], [aria-label=\\\"Kiunganishi cha mtangazaji\\\"], [aria-label=\\\"Lyen konpayi ki fè piblisite a\\\"], [aria-label=\\\"Reklāmdevēja saite\\\"], [aria-label=\\\"Reklamuotojo nuoroda\\\"], [aria-label=\\\"Hirdető hivatkozása\\\"], [aria-label=\\\"Link tar-reklamatur\\\"], [aria-label=\\\"Adverteerderslink\\\"], [aria-label=\\\"Annonsørlenke\\\"], [aria-label=\\\"Link reklamodawcy\\\"], [aria-label=\\\"Link promotor\\\"], [aria-label=\\\"Lidhja e reklamuesit\\\"], [aria-label=\\\"Odkaz na inzerenta\\\"], [aria-label=\\\"Povezava oglaševalca\\\"], [aria-label=\\\"Mainostajan linkki\\\"], [aria-label=\\\"Annonsörlänk\\\"], [aria-label=\\\"Liên kết của nhà quảng cáo\\\"], [aria-label=\\\"Reklamveren bağlantısı\\\"], [aria-label=\\\"Σύνδεσμος διαφημιζόμενου\\\"], [aria-label=\\\"Връзка на рекламодател\\\"], [aria-label=\\\"Линк на огласувач на реклами\\\"], [aria-label=\\\"Сурталчлагчийн холбоос\\\"], [aria-label=\\\"Ссылка рекламодателя\\\"], [aria-label=\\\"Веза оглашивача\\\"], [aria-label=\\\"Посилання рекламодавця\\\"], [aria-label=\\\"რეკლამის განმთავსებლის ბმული\\\"], [aria-label=\\\"קישור של מפרסם\\\"], [aria-label=\\\"ایڈورٹائزر کا لنک\\\"], [aria-label=\\\"رابط المعلن\\\"], [aria-label=\\\"जाहिरातदार लिंक\\\"], [aria-label=\\\"विज्ञापनदाता द्वारा लिंक\\\"], [aria-label=\\\"বিজ্ঞাপনদাতা লিংক\\\"], [aria-label=\\\"বিজ্ঞাপনদাতার লিঙ্ক\\\"], [aria-label=\\\"જાહેરાતકર્તા લિંક\\\"], [aria-label=\\\"అడ్వర్టయిజర్ లింక్\\\"], [aria-label=\\\"പരസ്യദാതാവിന്റെ ലിങ്ക്\\\"], [aria-label=\\\"වෙළඳ ප්‍රචාරක සබැඳිය\\\"], [aria-label=\\\"ลิงก์ผู้ลงโฆษณา\\\"], [aria-label=\\\"광고주 링크\\\"], [aria-label^=\\\"廣告\\\"][aria-label$=\\\"連結\\\"], [aria-label=\\\"广告主提供的链接\\\"], [aria-label=\\\"広告主によるリンク\\\"])\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"runCount\"]]}]","[{\"selector\":\"body > .pubTime\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleImage\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .secArticleTitle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > .storyBody\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".a-carousel-card:has(> div > div[cel_widget_id^=\\\"adplacements:\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad\",\"action\":[\"style\",\"position:absolute !important; left:-10000px !important; display:block !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\".iba-acceptable\",\"tasks\":[[\"has-text\",\"/Anzeige|Info/\"]]}]","[{\"selector\":\".list-articles > li\",\"tasks\":[[\"has\",{\"selector\":\".icon-addy\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"Anzeige\\\"$\"}]]}]]},{\"selector\":\".sp-article\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]]},{\"selector\":\"[data-article-id]\",\"tasks\":[[\"has\",{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ANZEIGE\"}]]}]]}]","[{\"selector\":\".main-nav .utilities > li\",\"action\":[\"style\",\"margin-left:-0.5px !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":[\"Anzeige\",\"i\"]}]]}]","[{\"selector\":\".gnt_n\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body > div.gnt_n_w_w\",\"action\":[\"style\",\"margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".FeedStory.feed_item > div > div\",\"tasks\":[[\"has-text\",\"/by Quora for Business/i\"]]},{\"selector\":\".Toggle.SimpleToggle.ToggleAnswerFooterWrapper > div\",\"tasks\":[[\"has-text\",\"/Promoted/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AaDetector\"]]}]","[{\"selector\":\".center\",\"action\":[\"style\",\"margin-top:50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > a > div[id]\",\"action\":[\"style\",\"background: var(--c-bg, #aae5a3) !important\"],\"cssable\":true}]","[{\"selector\":\"body.pcm-public:not(.skybox-loaded)\",\"action\":[\"style\",\"margin-top: 90px !important;\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) > header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#content.sidebar2\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".disabled-vscroll\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Sponsored\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"/Protect your privacy/i\"]]},{\"selector\":\"[class]:not(body):not(html)\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//strong[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".content-wrap #inner-wrap\",\"action\":[\"style\",\"height: 100vh !important;\"],\"cssable\":true},{\"selector\":\"body wu-header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id][style=\\\"width: 728px; height: 90px;\\\"]\",\"tasks\":[[\"upward\",\"#pub1\"]]}]","[{\"selector\":\".uppercase\",\"tasks\":[[\"has-text\",\"/advertisement/i\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: auto !important; position: static !important; width: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[starts-with(@id, \\\"dfp-ad\\\")]/../..\"]]},{\"selector\":\"article.story\",\"action\":[\"style\",\"opacity: 1.0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".btn-danger\",\"tasks\":[[\"has-text\",\"/download/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\'shift\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shift\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"admc\"]]}]","[{\"selector\":\".container > [class]\",\"tasks\":[[\"has-text\",\"VPN\"]]},{\"selector\":\".title ~ a[href] .button\",\"tasks\":[[\"upward\",\".container > div\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.write\"]]}]","[{\"selector\":\"#image_details\",\"action\":[\"style\",\"margin-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"self == top\"]]}]","[{\"selector\":\"center\",\"tasks\":[[\"has-text\",\"deal\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Hide your IP\\\")]/..\"]]},{\"selector\":\"ul > li\",\"tasks\":[[\"has-text\",\"/‌/i\"]]}]","[{\"selector\":\"#alphabet, #channels, #divx-container, #hmenu, #inform, #nowlooking, #playerCamBox, #playerMenu, #qcat, #showPlayer, #tabel_tagslist, #video_content, #web_cam, .BaseRoomContents, .buttons, .carouselTopScroll, .carusel-keys-box-ps, .footerdesc, .in_top, .load_more_rel, .mainBoxTitle, .pagIno, .playerContent100pr, .relatedVideo, .right-160px, .videos-related, footer, header, [href^=\\\"/webcams.php\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/-h?ref/\",\"value\":\"\"}]]},{\"selector\":\"a\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/^on/\",\"value\":\"/event/\"}]]}]","[{\"selector\":\"#vidPlayer span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".content\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"has-text\",\"Branded Content\"]]}]]}]","[{\"selector\":\".video\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Live\"]]}]]},{\"selector\":\"[data-vid^=\\\"live-\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[href^=\\\"https://go.cam.feet9.com/\\\"]\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"[onclick*=\\\"banner\\\"]\",\"tasks\":[[\"upward\",\".video\"]]}]","[{\"selector\":\"div[class^=\\\"span\\\"] > div.box\",\"tasks\":[[\"has\",{\"selector\":\"> .title > div\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]]}]","[{\"selector\":\"#web\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"exdynsrv\"]]}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".advert\",\"action\":[\"style\",\"z-index: -999999 !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div#wrapper\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".clearfix.branding > .surftipp\",\"tasks\":[[\"has-text\",\"Anzeige\"]]}]","[{\"selector\":\".page-wrap > section\",\"tasks\":[[\"has-text\",\"Download the free\"]]}]","[{\"selector\":\"[data-testid=\\\"trend\\\"]\",\"tasks\":[[\"has-text\",\"/Promoted|Gesponsert|Promocionado|Patrocinat|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Promotert|Promoveret|Sponsrad|Mainostettu|Sponzorováno|Promovat|Ajánlott|Προωθημένο|Dipromosikan|Được quảng bá|推廣|推广|推薦|推荐|プロモーション|프로모션|ประชาสัมพันธ์|प्रचारित|বিজ্ঞাপিত|تشہیر شدہ|مُروَّج|تبلیغی|מקודם/\"],[\"upward\",1]]},{\"selector\":\"div[style^=\\\"transform\\\"] h2 > div[style^=\\\"-webkit-line-clamp\\\"] > span\",\"tasks\":[[\"has-text\",\"/^(?:Promoted Post|Promowany Post|Post promovat|プロモポスト)$/\"],[\"upward\",3]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"wadsBlocking\"]]}]","[{\"selector\":\".InfoPcBolsaAdBlock\",\"tasks\":[[\"xpath\",\"..\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/\\\"v4ac1eiZr0\\\"|\\\"\\\"\\\\)\\\\.split\\\\(\\\",\\\"\\\\)\\\\[4\\\\]|(\\\\.localStorage\\\\)|JSON\\\\.parse\\\\(\\\\w)\\\\.getItem\\\\(\\\"|[\\\"']_aQS0\\\\w+[\\\"']/\"]]}]","[{\"selector\":\".adLinkBar\",\"tasks\":[[\"upward\",\"article[style=\\\"z-index: 1;\\\"]\"]]},{\"selector\":\"[id^=\\\"t3\\\"].promotedlink\",\"tasks\":[[\"upward\",\".rpBJOHq2PR60pnwJlUyP0 > div\"]]},{\"selector\":\"div[id*=\\\"sidebar\\\"][data-before-content=\\\"advertisement\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".position-absolute\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".selected\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".elementor-row\",\"tasks\":[[\"has-text\",\"[Anzeige]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"FingerprintJS\"]]}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".dd-nav-global\",\"action\":[\"style\",\"top: 0 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"/link/out/\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true}]","[{\"selector\":\"#info\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".row.divider\",\"tasks\":[[\"has-text\",\"/sponsor|press releases/i\"]]},{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"/advert|sponsor/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"VPN\\\")]\"],[\"upward\",2]]}]","[{\"selector\":\"[href^=\\\"/plugout.php\\\"]\",\"tasks\":[[\"upward\",\"[class^=\\\"col-sm\\\"]\"]]}]","[{\"selector\":\".wpsafe-top > div > center\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"#list-eps\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\".les-title\",\"tasks\":[[\"has-text\",\"HD\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"axtd\"]]}]","[{\"selector\":\"form#go-popup\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".ad-wrapper\",\"tasks\":[[\"upward\",\"div.region-sidebar-first-wrapper\"]]}]","[{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"PLAY\"]]}]","[{\"selector\":\"div.border_radius\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#gameplay > iframe\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#blockblockB\",\"action\":[\"style\",\"display: block!important;\"],\"cssable\":true}]","[{\"selector\":\"#workspace\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".col-sm-4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:has(> .adsbygoogle)\"}]]},{\"selector\":\"embed\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"0x3\"]]}]","[{\"selector\":\".head\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"tr\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".postcontainer\",\"tasks\":[[\"has\",{\"selector\":\".usertitle\",\"tasks\":[[\"has-text\",\"Publicidade\"]]}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\".uk-card-secondary\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"AD\"]]}]","[{\"selector\":\"body *\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"margin\",\"value\":\"auto\"}],[\"matches-css\",{\"name\":\"width\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"height\",\"value\":\"^[2-3]{1}[0-9]{2}(\\\\.[0-9]+)?px$\"}],[\"matches-css\",{\"name\":\"display\",\"value\":\"block|table\"}]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\".viewLink\",\"tasks\":[[\"has-text\",\"AD |\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#af-all\",\"action\":[\"style\",\"margin-top: 4em;\"],\"cssable\":true}]","[{\"selector\":\".theme_article.sidebar_increase\",\"action\":[\"style\",\"height:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#asg-inplayer-block\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\"div.row\",\"tasks\":[[\"has-text\",\"in HD\"]]},{\"selector\":\"table.movie_version\",\"tasks\":[[\"has-text\",\"Promo\"]]}]","[{\"selector\":\"h2.widget-title\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[id^=\\\"imCell_\\\"][class=\\\"\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"toscr\\\\'\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"}(window);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\",window\\\\);\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"(window);\"]]}]","[{\"selector\":\".widget_custom_html ins\",\"tasks\":[[\"upward\",\".widget_custom_html\"]]}]","[{\"selector\":\".ad-loading\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#adter\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".single-entry-titles\",\"tasks\":[[\"has-text\",\"Sponsor\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Advert\\\")]\"]]},{\"selector\":\".composite-branding.branding\",\"tasks\":[[\"has-text\",\"/sponsored/i\"],[\"xpath\",\"..\"]]}]","[{\"selector\":\"#jeocontainer > span\",\"tasks\":[[\"has-text\",\"Promoted\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"btoa\"]]}]","[{\"selector\":\"a.extern[href^=\\\"//www.amazon.de/\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".happy-player-beside, .happy-section, .widget_execphp\",\"tasks\":[[\"has-text\",\"/Advertisement|ExoLoader/\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//a[contains(text(),\\\"VPN\\\")]/../../..\"]]}]","[{\"selector\":\".banner-inner\",\"action\":[\"style\",\"width: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adb_detected\"]]}]","[{\"selector\":\".spot-thumbs > .right\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#player_img\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".links_table > .fix-table > table > tbody > tr\",\"tasks\":[[\"has-text\",\"Patrocinador\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/aclib|runPop/\"]]}]","[{\"selector\":\"input[value^=\\\"http\\\"]\",\"action\":[\"style\",\"width: 70% !important\"],\"cssable\":true}]","[{\"selector\":\"#content-embed\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\".video-block-happy-absolute\",\"tasks\":[[\"upward\",\".order-1\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()=\\\"AD\\\")]/..\"]]},{\"selector\":\".w-100\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"html[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section > div\",\"tasks\":[[\"has-text\",\"/^AD$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"google_ad_client\"]]}]","[{\"selector\":\"#main, #ielement\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#ava-game_container\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true},{\"selector\":\"#wrapped-content\",\"action\":[\"style\",\"display:inherit!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.adsbygoogle\"]]}]","[{\"selector\":\".banotset\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".im_outer_x\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"myreadCookie/\"]]}]","[{\"selector\":\".advertising\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".banner\",\"tasks\":[[\"upward\",\".block\"]]}]","[{\"selector\":\"#player-container\",\"tasks\":[[\"has-text\",\"Close ad\"]]}]","[{\"selector\":\"#adBanner\",\"action\":[\"style\",\"height:25px !important;left:-3000px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"#main > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"#sidebar > ins.adsbygoogle\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\".side_banner\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true},{\"selector\":\"ins.adsbygoogle-noablate\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"body.swal2-shown > [aria-hidden=\\\"true\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//span[contains(text(),\\\"Advert\\\")]/../..\"]]},{\"selector\":\"td\",\"tasks\":[[\"has\",{\"selector\":\"> span[class]\",\"tasks\":[[\"has-text\",\"Advert\"]]}]]}]","[{\"selector\":\".active.dimmer.ui\",\"tasks\":[[\"has-text\",\"/Wait|Skip/i\"]]}]","[{\"selector\":\".panel-title\",\"tasks\":[[\"has-text\",\"REKLAM\"]]},{\"selector\":\"div.col-xs-12\",\"tasks\":[[\"has-text\",\"MMPORG OYUNLAR\"]]}]","[{\"selector\":\".table-hover.table > tbody > tr\",\"tasks\":[[\"has-text\",\"Descargar Premium\"]]}]","[{\"selector\":\"noscript\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"Adblocker\"]]}]","[{\"selector\":\"div.adsbygoogle.prebid.adocean.ado.ad.ads.advert.banner.reklama.linkSponsorowany.adsense.advertisments.reklama-top.adv_container\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\".yabo816.\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".title-section\",\"tasks\":[[\"has-text\",\"/adv/i\"]]}]","[{\"selector\":\"#bodyContent\",\"action\":[\"style\",\"width:100% !important\"],\"cssable\":true},{\"selector\":\"li.top-results__item span\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"li\"]]}]","[{\"selector\":\".wide_boxcontent\",\"tasks\":[[\"has-text\",\"/adb/i\"]]},{\"selector\":\"div[data-width][style*=\\\"background-image: url\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".ads-between-post\",\"tasks\":[[\"upward\",\".post-item\"]]}]","[{\"selector\":\".mobile-leaderboard-320-50\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".viewtable\",\"tasks\":[[\"has\",{\"selector\":\"> center\",\"tasks\":[[\"has-text\",\"▼ Scroll down to Continue ▼\"]]}],[\"spath\",\" > a[href][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\".js-toggle-content-wrapper a[href^=\\\"https://boyfriend.show/\\\"][rel=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".js-toggle-content-wrapper\"]]}]","[{\"selector\":\"#scroll.hidden, .footerLink.hidden\",\"action\":[\"style\",\"display: block!important\"],\"cssable\":true}]","[{\"selector\":\"#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[onclick][target]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"div[class^=\\\"css-\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > aside\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[id=\\\"__next\\\"] > div[class^=\\\"css-\\\"] > div > section > div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"visibility: collapse !important\"],\"cssable\":true}]","[{\"selector\":\"#botaoLink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapfabtest\",\"action\":[\"style\",\"height:1px !important;width:1px !important\"],\"cssable\":true}]","[{\"selector\":\"[id=\\\"colunas\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#adkit_billboard\",\"action\":[\"style\",\"padding-top: 0px!important;\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"center, .main-content\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#go_d2\",\"action\":[\"style\",\"display: inline-block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .wpsafelink-multiple-pages\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".captcha-check, #tp-snp2, #countdown\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".elementor-location-footer\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".container > center\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\".container\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true},{\"selector\":\".getlink, #getlink\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"form\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link, #section2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-link, #section2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-wrapper\",\"action\":[\"style\",\"min-height:initial! important;\"],\"cssable\":true}]","[{\"selector\":\"#gotolink, #getlink, #notarobot, .bt-success, #waiting, #pop-button, .modal-content, [src*=\\\"cloudflare.com\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gotolink[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #jatinbtn-continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp98, #jatinbtn-continue\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn6, #tp98\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn6, #tp98\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#yuidea-snp, #btn6, #yuidea, #countdown\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#yuidea-snp, #btn6, center, [src*=\\\"google.com/recaptcha\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#makingdifferenttimer\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"center\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".no_display\",\"action\":[\"style\",\"display: block!important; opacity: 1!important\"],\"cssable\":true},{\"selector\":\"h4, .get_btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".banner-page .container.links\",\"action\":[\"style\",\"height: fit-content! important;\"],\"cssable\":true}]","[{\"selector\":\"#iframe_id, .text-left\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#step, #next, #scroll, #glink, #countdown, #surl, #ctext, .btn-danger.btn\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#surl\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\".centered, [src*=\\\"iamnotrobot.png\\\"], #wpsafe-link, #wpsafelink-landing, #wpsafe-generate\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#submitBtn, #go_d, #wolfexe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"form[id]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmls\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"allow ads\\\")]\"],[\"upward\",3]]},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"div.text-center[id]\",\"action\":[\"style\",\"height: 100px !important;\"],\"cssable\":true}]","[{\"selector\":\".btn-primary\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".adtester-container\",\"action\":[\"style\",\"min-height: 0px !important; max-height: 1px !important; opacity: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".result_content_ff\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafelinkhuman, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#pro-continue, #pro-btn, #my-btn\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #my-btn2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #my-btn2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#gourl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#gourl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".buttondownload\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".buttonnya\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"form > div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tristana, #_append, #myDiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#link, center, #yuidea-snp, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div#wpsafe-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div#wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-generate, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-wait1, #wpsafe-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#landing, .soractrl\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".kecil\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #btn5, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\"center, [src*=\\\"google.com/recaptcha/\\\"], #yuidea-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\".g-recaptcha, #cross-verify-go, .captcha-check, [src*=\\\"google.com/recaptcha/\\\"]\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn11, #tp-snp2, #rtg, #btn6, #wpsafe-snp\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp98, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#rtg-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#tp-snp2, #cross-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#tp-snp2, #cross-snp2, .tp-top\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21, [id^=\\\"Step\\\"]\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"[id^=\\\"rtg\\\"], .continue_btn, [class*=\\\"rtg\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div.step_box > h4, #rtg-snp-btn, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#hometimerstartbtn, #hometimer, #yuidea-btmbtn, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#form > [id], [id^=\\\"wpsafe-link\\\"], [id^=\\\"plan\\\"], .wpsafelink-button, #wpsafelinkhuman, [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#notarobot, #gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #gotolink\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#donead\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"a[onclick*=\\\"adlink()\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"a.get-link.disabled\",\"action\":[\"remove-class\",\"disabled\"]}]","[{\"selector\":\"#tp-snp2\",\"action\":[\"style\",\"display:block !important; height:70px !important; width:260px !important; background:linear-gradient(to right,#eb3349 40%,#f45c43) !important; position:fixed !important; top:20% !important; left:50% !important; transform:translate(-50%,-50%) !important;\"],\"cssable\":true},{\"selector\":\"#tp-snp2, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#notarobot, #btn7\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#notarobot, #btn7\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#file\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"#file\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#username[required]\",\"action\":[\"remove-attr\",\"required\"]}]","[{\"selector\":\"#tp982, #btn6\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#tp982, #btn6\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#getnewlink, .wp2continuelink, .getmylink, #newtimer\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#link, #btn6, #yuidea-snp\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#tp98, #btn6, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#tp98[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".text-primary.inline-block, button.text-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#btn2, #tp-snp2\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#btn2, #tp-snp2\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#bottomButton\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"remove-attr\",\"style\"]}]","[{\"selector\":\".box-main\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#top_nav, .rd_btn, .soractrl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#top_nav, .rd_btn, .soractrl, .large\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-link\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\"#btnfianl\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/AdbModel|showPopup/\"]]}]","[{\"selector\":\".btn-success, .btn-primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".btn-success, .btn-primary\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#my-btn, #pro-continue, #pro-link\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > [id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display:block !important;\"],\"cssable\":true}]","[{\"selector\":\".RecurringadBanner\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".circular-progress, button, b > p > span\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"form > div\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"form button[id]\",\"action\":[\"style\",\"display: block !important; margin-top: 380px !important; margin-left: 10px !important; height: 70px !important; width: 260px !important; background: linear-gradient(to right,#eb3349 40%,#f45c43) ! important;\"],\"cssable\":true},{\"selector\":\"form button[id], .box-main, .captcha-check\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#dlp, #dlndiv, #plzw, div:has(> .icon), nav\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"iframe[id^=\\\"google_ads_iframe_/\\\"], div[id^=\\\"adm-container-\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-link, .text-center.wpsafe-top > div > h1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#info-message\",\"tasks\":[[\"has-text\",\"ADBLOCK\"]]},{\"selector\":\"span[style]\",\"tasks\":[[\"has\",{\"selector\":\"> span[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"]]}]]}]","[{\"selector\":\".linkcontain > button\",\"tasks\":[[\"has-text\",\"Download Link\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detectAdBlock\"]]}]","[{\"selector\":\"#rtg-snp2, #rtg-snp21\",\"tasks\":[[\"others\",\"\"]]},{\"selector\":\"#rtg-snp2, #rtg-snp21[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#original\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#continue-button\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#dwform\",\"action\":[\"style\",\"margin-top: -180px !important;\"],\"cssable\":true},{\"selector\":\"#outer-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\".button-group, #lsdwnbtn, #dwform, #btngroup\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"===\"],[\"has-text\",\"/[\\\\w\\\\W]{14000}/\"]]}]","[{\"selector\":\".slideshow__desktop-ad\",\"action\":[\"style\",\"max-height:20px\"],\"cssable\":true}]","[{\"selector\":\".swiper-slide [data-testid=\\\"topStories-cardSlider-ad\\\"]\",\"tasks\":[[\"upward\",\".swiper-slide\"]]}]","[{\"selector\":\".content.page.page-video .video-content > div[class] > div > div[class] > div[class][style^=\\\"background-image:\\\"]\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true},{\"selector\":\".page-video > div.video-videos-slider ~ div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"justify-content\",\"value\":\"^center$\"}]]}]","[{\"selector\":\"span:only-child\",\"tasks\":[[\"has-text\",\"/^AD$/\"],[\"upward\",2]]}]","[{\"selector\":\".underplayer\",\"action\":[\"style\",\"min-height: initial !important;\"],\"cssable\":true},{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".inside-list-boxes\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adstrick > .video-item\",\"action\":[\"style\",\"clear: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"mikex\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".MuiGrid-item div[style^=\\\"position\\\"] > div\",\"tasks\":[[\"has-text\",\"Skip Ad\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"WebAssembly\"]]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".item:has(a[href^=\\\"https://hive.arf.dev\\\"])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\".img_box\",\"tasks\":[[\"has-text\",\"Anzeige\"]]},{\"selector\":\"aside ins\",\"tasks\":[[\"upward\",\"aside\"]]}]","[{\"selector\":\".adsbyexoclick\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"#wrapper_content\",\"action\":[\"style\",\"margin-left: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html > iframe[style^=\\\"display:\\\"]:not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".block_area iframe\",\"tasks\":[[\"upward\",\".block_area\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiblock\"]]}]","[{\"selector\":\"a[href^=\\\"https://ballexclusives.com/\\\"][class]\",\"tasks\":[[\"has-text\",\"Refresh\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"onerror\"]]}]","[{\"selector\":\"img[alt]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #2D2D2D;\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Ad-adContainer\\\"]\",\"action\":[\"style\",\"min-height:1px!important;min-width:1px!important;\"],\"cssable\":true}]","[{\"selector\":\".loading-overlay\",\"tasks\":[[\"has-text\",\"ad\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"???????\"]]}]","[{\"selector\":\"#main-bottom\",\"action\":[\"style\",\"margin-top: 164px !important;\"],\"cssable\":true}]","[{\"selector\":\".sgpb-overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#wrapper-content\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".fluid-magic-subnav-view.desktop-nav-ad .fluid-subnav.fixed, .fluid-magic-subnav-view.mobile-nav-ad .fluid-subnav.fixed\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".global-nav-view.desktop-nav-ad, .global-nav-view.desktop-nav-ad .global-nav-content, .global-nav-view.mobile-nav-ad, .global-nav-view.mobile-nav-ad .global-nav-content\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true},{\"selector\":\".search-photos-unified-page-view .desktop-nav-ad\",\"action\":[\"remove-class\",\"desktop-nav-ad\"]},{\"selector\":\".search-photos-unified-page-view .mobile-nav-ad\",\"action\":[\"remove-class\",\"mobile-nav-ad\"]},{\"selector\":\"body::after\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post_simple\",\"tasks\":[[\"has\",{\"selector\":\".postsimple_pseudo\",\"tasks\":[[\"has-text\",\"/promo/i\"]]}]]}]","[{\"selector\":\"#app\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#app_msg\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true},{\"selector\":\"#download-form\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#banner-mnz-topleft\",\"action\":[\"style\",\"height: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".samBackground\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",\".row-container\"]]}]","[{\"selector\":\".add-bx\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"min-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".background-cloud\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\".placeholder\",\"action\":[\"remove-class\",\"placeholder\"]}]","[{\"selector\":\"#banner_overlay-postitial-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#link1s-snp\",\"action\":[\"style\",\"display:block!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"a.download[target=\\\"_blank\\\"]:not(a[href*=\\\"ctrlv.\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"detect\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#breadcrumb + .trytopnav\",\"action\":[\"style\",\"top: 36px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + #breadcrumb ~ #container\",\"action\":[\"style\",\"top: 84px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav ~ #dragbar + #container\",\"action\":[\"style\",\"top: 48px!important;\"],\"cssable\":true},{\"selector\":\"#tryitLeaderboard + .trytopnav\",\"action\":[\"style\",\"top: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"css\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]},{\"selector\":\"[href*=\\\"redirect\\\"]\",\"tasks\":[[\"upward\",\"section\"]]},{\"selector\":\"aside\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]]},{\"selector\":\"div[data-empty^=\\\"true\\\"]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ADVERTISEMENT\"}]]}]","[{\"selector\":\"#video-player-track[style*=\\\"display: block\\\"]\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".cp-modal-popup-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[class*=\\\"better-ads-listitemad\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#nextBTNH\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true},{\"selector\":\"body.pcm-public\",\"action\":[\"style\",\"margin-top: 84px !important;\"],\"cssable\":true}]","[{\"selector\":\".ad\",\"tasks\":[[\"upward\",\".horizontal-ads-content\"]]}]","[{\"selector\":\".adBanner\",\"action\":[\"style\",\"height:1px !important\"],\"cssable\":true}]","[{\"selector\":\"#top_fold[style=\\\"display:flex !important;\\\"]\",\"action\":[\"style\",\"min-height: 0px !important; transition: all 0s ease 0s !important;\"],\"cssable\":true}]","[{\"selector\":\"section.ShopWidget\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":[\"Advertisement\",\"i\"]}]]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-snp\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#wpsafe-generate\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".code-block\",\"tasks\":[[\"has-text\",\"ADV\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav.sticky\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id] *\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"/^Try (?:D.?V.?D.?F.?a.?b|StreamFab)/\"],[\"spath\",\" + a[href]\"]]}]]}]","[{\"selector\":\"#vote-root\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true},{\"selector\":\".css-adfhee\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"visibility:visible !important\"],\"cssable\":true}]","[{\"selector\":\"#show_ag\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#wtf\",\"action\":[\"style\",\"visibility:visible!important;display:block!important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image:none !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"script\"]]}]","[{\"selector\":\"script[src$=\\\"ads.js\\\"]\",\"tasks\":[[\"upward\",\"section[id]\"]]}]","[{\"selector\":\"center > font[size=\\\"3\\\"][face=\\\"ARIAL\\\"]\",\"tasks\":[[\"has-text\",\"ADVERTISING\"],[\"upward\",\"td\"]]}]","[{\"selector\":\"#googletop\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"img[src$=\\\"/knewz_300x250.png\\\"]\",\"tasks\":[[\"upward\",\".widget_text\"]]}]","[{\"selector\":\"[href^=\\\"/click\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"div[id$=\\\"_frame_content\\\"][class=\\\"wide_boxcontent\\\"]\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advert\"]]}]","[{\"selector\":\"body > div\",\"tasks\":[[\"shadow\",\"div\"],[\"shadow\",\"div\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"div:not([class])\"],[\"has\",{\"selector\":\"\",\"tasks\":[[\"shadow\",\"ins.adsbygoogle[data-ad-client]\"]]}]]}]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"break;case\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?RegExp/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement('script')\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"d.createElement(\\\\'script\\\\')\"]]}]","[{\"selector\":\"a[href].Post-item:has(.Post-item-external-ad)\",\"action\":[\"style\",\"opacity: 0 !important; cursor: unset !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".leftMenu .menuHeadline\",\"tasks\":[[\"has-text\",\"3D\"]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"id\",\"value\":\"/[a-zA-Z]{40,}/\"}]]}]","[{\"selector\":\".videos-ad__wrap\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".home-page.main-section, html > body\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\".slideMenu\",\"action\":[\"style\",\"top: -7px !important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html > iframe[style=\\\"display: none;\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"u_cfg\"]]}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"div[class$=\\\"-margin-Advert\\\"]\",\"action\":[\"style\",\"height:1px !important;width:1px !important;position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div[pb-serve-label*=\\\"advert\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".thumb div.ad\",\"tasks\":[[\"upward\",\".thumb\"]]}]","[{\"selector\":\"body.desktopView.hasFooterAd .mainSection\",\"action\":[\"style\",\"margin-bottom: 0!important;padding-bottom: 0!important;\"],\"cssable\":true}]","[{\"selector\":\"a > img + div[class]:last-of-type\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]},{\"selector\":\"div[sizes] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[sizes]\"]]}]","[{\"selector\":\"div > .page > div > div[style]\",\"tasks\":[[\"has-text\",\"/^Advertise/i\"],[\"spath\",\" + a\"]]}]","[{\"selector\":\"[id^=\\\"Ad\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\".video-image > .track_outbound_post\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[data-cg-ft=\\\"sponsored-listing-badge\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"[id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".ipsType_richText a\",\"action\":[\"style\",\"color:currentcolor !important\"],\"cssable\":true},{\"selector\":\"a[data-autolink]\",\"action\":[\"style\",\"text-decoration: none !important; color: inherit !important; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"#fafsf2\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"[style*=\\\"pointer-events\\\"]\",\"action\":[\"style\",\"pointer-events:auto !important\"],\"cssable\":true}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"0x\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisements\"}]]}]","[{\"selector\":\"iframe\",\"tasks\":[[\"upward\",\"[style*=\\\"visibility\\\"]\"]]}]","[{\"selector\":\"script[language=\\\"javascript\\\"]\",\"tasks\":[[\"has-text\",\"open\"]]}]","[{\"selector\":\"#int-over\",\"action\":[\"remove\",\"\"]},{\"selector\":\"#intt-layer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"a[href^=\\\"/visual/\\\"]\",\"tasks\":[[\"upward\",\".menu > div[id]\"]]},{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"Ads\"}]]},{\"selector\":\"div[id*=\\\"myabandonware_leaderboard_btf_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"div[id*=\\\"myabandonware_medrec_right_\\\"]\",\"tasks\":[[\"upward\",\"div[id]\"]]},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"justify-content\"]]}]","[{\"selector\":\"[id^=\\\"cookieConsent\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"position:absolute !important;left:-3000px !important\"],\"cssable\":true}]","[{\"selector\":\"div#responseads\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".onp-sl-content\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\".cover\",\"action\":[\"style\",\"background-image: none!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"main > div > div > div[class]\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^350px$\"}]]}]","[{\"selector\":\"ins.adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"div.sacret\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"#adsads\",\"action\":[\"style\",\"height: 9px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"tasks\":[[\"has-text\",\"/adblock|supporter/\"]]}]","[{\"selector\":\"*[style=\\\"display:none;\\\"]\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"body:not([data-template]) a[rel=\\\"nofollow\\\"][href^=\\\"/reviyuu/b784/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".e76xF.bJlt-\",\"action\":[\"style\",\"padding-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\".nav-bar\",\"action\":[\"style\",\"top:0px !important\"],\"cssable\":true},{\"selector\":\"body:not(.skybox-loaded) .topnav\",\"action\":[\"style\",\"margin-top:0px !important\"],\"cssable\":true}]","[{\"selector\":\"#playVideo\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true},{\"selector\":\"#player_embed\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/\\\\/posts/\"],[\"spath\",\" div[data-comment*=\\\"gab-ad\\\"]\"],[\"has\",{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"]]}]]},{\"selector\":\"div[class] > span[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",5]]}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",\"[data-qa-id]\"]]}]","[{\"selector\":\".jw-reset.jw-wrapper\",\"action\":[\"style\",\"z-index:2147483647 !important\"],\"cssable\":true}]","[{\"selector\":\".Yc2Sp h1, .Yc2Sp a\",\"action\":[\"style\",\"font-size: 0 !important;\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"] > div > a[href=\\\"/docs/en/relevantads\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#wpsafe-generate, #wpsafe-link, .bt-success\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"#wpsafe-time\",\"tasks\":[[\"upward\",\"[id^=\\\"wpsafe-wait\\\"]\"]]}]","[{\"selector\":\"div[style^=\\\"--row-gutter\\\"] > div a[href=\\\"/brands\\\"]\",\"tasks\":[[\"upward\",\"div[style^=\\\"--row-gutter\\\"] > div\"]]}]","[{\"selector\":\".game-over-ad-legacy-component\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body.board-layout.with-und\",\"action\":[\"style\",\"margin-right:0px!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ref=\\\"saashub\\\"]\",\"tasks\":[[\"upward\",\"div.feed-item\"]]}]","[{\"selector\":\".fKZLNI\",\"action\":[\"style\",\"width:120% !important\"],\"cssable\":true}]","[{\"selector\":\"header\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\".blur-sm\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\".advert-wrapper\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".left_shadow\",\"tasks\":[[\"has-text\",\"Fast\"]]}]","[{\"selector\":\".thleft\",\"tasks\":[[\"has-text\",\"Fast\"],[\"upward\",2]]}]","[{\"selector\":\"[id^=\\\"desig-\\\"]\",\"tasks\":[[\"has-text\",\"ANZEIGE\"]]}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"button\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".ad-removal-info\",\"tasks\":[[\"has-text\",\"ads\"],[\"upward\",\"[class]\"]]}]","[{\"selector\":\"#f13 > b\",\"tasks\":[[\"has-text\",\"Sponsor\"],[\"upward\",4]]}]","[{\"selector\":\"#clickfakeplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"script[type]\",\"tasks\":[[\"has-text\",\"c=document.createElement\"]]}]","[{\"selector\":\".related_box:has(.adds)\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"#clickfkplayer[href]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\".safelink-recatpcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"div\"]]},{\"selector\":\"div[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"display: block !important;\"],\"tasks\":[[\"upward\",\"form > div\"]]}]","[{\"selector\":\"#cc\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".text-center:not([id]) [id^=\\\"adngin-\\\"]\",\"tasks\":[[\"upward\",\".text-center:not([id])\"]]}]","[{\"selector\":\".page__content-header\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".widget a.gofollow\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"button\",\"tasks\":[[\"has-text\",\"/Watch|🎟|👉/\"]]}]","[{\"selector\":\".ad_block\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"[style=\\\"display:none\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-block-popup\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".native-ad-item-panel\",\"tasks\":[[\"upward\",\".vertical-view__item\"]]}]","[{\"selector\":\"[id]\",\"tasks\":[[\"has-text\",\"Provider\"]]}]","[{\"selector\":\"a[href*=\\\"&epik=\\\"]\",\"tasks\":[[\"upward\",\"[data-grid-item]\"]]}]","[{\"selector\":\"[href*=\\\"3cx\\\"]\",\"tasks\":[[\"upward\",\"tbody\"]]}]","[{\"selector\":\"[src^=\\\"blob:https://autofaucet.dutchycorp.space/\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"[id^=\\\"wpsafe-generate\\\"], #continue\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open *\",\"action\":[\"style\",\"filter: none!important;\"],\"cssable\":true}]","[{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"spath\",\" + div\"]]},{\"selector\":\".headline.wrapper\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\".video-info > section\",\"tasks\":[[\"has-text\",\"Adv\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"],[\"spath\",\" + section\"]]},{\"selector\":\"article > .headline\",\"tasks\":[[\"has-text\",\"Suggested\"]]}]","[{\"selector\":\".main-body > div > div[class]:not([class^=\\\"item\\\"]):not([class^=\\\"article\\\"])\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]},{\"selector\":\"div[class*=\\\"article\\\"] > div:not([class]) > div[class]\",\"tasks\":[[\"has-text\",\"/^Sponsored ads$/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math.imul\"]]}]","[{\"selector\":\".g-recaptcha\",\"action\":[\"style\",\"margin-top:60px !important\"],\"cssable\":true}]","[{\"selector\":\"div > [id$=\\\"_slot\\\"]\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"section.wix-blog-hide-in-print p[style=\\\"font-size:12px; text-align:center;\\\"] > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"body.no-touch li.wt-list-unstyled div.v2-listing-card__info > div.wt-text-caption.wt-text-grey > span:not(.wt-icon):not([aria-role])\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"display\",\"value\":\"^inline-block$\"}],[\"has-text\",\"/^Ad/i\"],[\"upward\",\"li\"]]},{\"selector\":\"li:not(#ad-ubo) .listing-link[href*=\\\"ref=sc_gallery\\\"]\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\".pagebody\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adunitContainer\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"bottom: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#nn_bfa_wrapper\",\"action\":[\"remove\",\"\"]},{\"selector\":\".sticky_rail600\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\".aoa_overlay\",\"action\":[\"style\",\"height: 0px !important\"],\"cssable\":true}]","[{\"selector\":\"#btngetlink\",\"action\":[\"style\",\"display: inline-block !important\"],\"cssable\":true}]","[{\"selector\":\".HTML.widget .adsbygoogle\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"div[width=\\\"300\\\"][height=\\\"250\\\"]\",\"tasks\":[[\"upward\",1]]},{\"selector\":\"div[width=\\\"728\\\"][height=\\\"90\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has-text\",\"Adv\"]]}]","[{\"selector\":\"#tp-generate, [id^=\\\"tp-snp\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table\",\"tasks\":[[\"has-text\",\"VPN\"]]}]","[{\"selector\":\"#colunas\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body > p > span\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\"[id^=\\\"outbrain_widget_\\\"].OUTBRAIN[data-src]\",\"tasks\":[[\"has\",{\"selector\":\"> .ob-widget > .ob-widget-header > span.ob-grid-header-text\",\"tasks\":[[\"has-text\",\"/^MEHR AUS DEM WEB|MEHR AUS DEM NETZ|AUCH INTERESSANT$/\"]]}]]}]","[{\"selector\":\".search-page__result .listings-standout\",\"tasks\":[[\"upward\",\".search-page__result\"]]},{\"selector\":\".searchResults .product-card__ad-copy\",\"tasks\":[[\"upward\",\"li\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"D4zz.\"]]}]","[{\"selector\":\".show_download_links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 0px !important; visibility: collapse;\"],\"cssable\":true}]","[{\"selector\":\".ssm_adunit_container\",\"tasks\":[[\"upward\",\"[id^=\\\"list_ads\\\"]\"]]}]","[{\"selector\":\"#download_link\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".definetelynotanad\",\"tasks\":[[\"upward\",\"[class^=\\\"col-md-\\\"]\"]]}]","[{\"selector\":\".partner-banner\",\"tasks\":[[\"upward\",\"div[style]\"]]}]","[{\"selector\":\".mod-container\",\"tasks\":[[\"has-text\",\"/sponsor/i\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"width:100%!important\"],\"cssable\":true},{\"selector\":\"html.can-have-sky .page-body > .section-content\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adslotFilledByCriteo\"]]}]","[{\"selector\":\".glass-panel > ins.adsbygoogle\",\"action\":[\"style\",\"height: 10px !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"sjv.io\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"htmlAds\"]]}]","[{\"selector\":\"#dclm-blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".py-4 > p\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\".TablesTitle > div:not([style=\\\"padding\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"googlesyndication\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\".dfp-ad-unit\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"#screenshots span[style=\\\"width:222px\\\"] > a[href]\",\"action\":[\"remove-class\",\"/ad/i\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popMagic\"]]}]","[{\"selector\":\"[class*=\\\"MPU\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\"[id*=\\\"mpu\\\"]\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"\\\\\\\"admc\\\\\\\"\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"brave\"]]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"numberPages\"]]}]","[{\"selector\":\".logo, .blinker\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"afScript\"]]}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".id-Page-layoutWrap, .id-SiteWrap, .id-SiteHeader-wrap\",\"action\":[\"style\",\"width: 100% !important; max-width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".MediaStep\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".td-pb-span8\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"chp_ads_blocker_detector\"]]}]","[{\"selector\":\"style[id$=\\\"-css\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"article:has(a[href^=\\\"https://www.facebook.com/ads/\\\"])\",\"action\":[\"style\",\"height: 0 !important; overflow: hidden !important;\"],\"cssable\":true},{\"selector\":\"main > div div[style*=\\\"flex-direction: column;\\\"] > article > div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child span\",\"tasks\":[[\"has-text\",\"/Anzeige|Gesponsert|Sponsored|Geborg|Maksettu kumppanuus|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്‌പോൺസർ ചെയ്‌തത്|पुरस्‍कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්‍රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/\"]]}]]}]","[{\"selector\":\"._2gSkZ\",\"action\":[\"style\",\"height: 150px !important;\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[data-id] > div[data-tkid] > div[class]\",\"tasks\":[[\"has-text\",\"Sponsored\"],[\"upward\",\"div[data-id]\"]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/^Ad$/\"],[\"upward\",\"div[style]\"]]}]","[{\"selector\":\"[class*=\\\"superbanner\\\"]\",\"tasks\":[[\"upward\",\"article > div:not(#main)\"]]}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#rightcolumn > .rbox > .rboxInner img[alt=\\\"Advertisement\\\"]\",\"tasks\":[[\"upward\",\".rbox\"]]},{\"selector\":\".wallpaperSidebarAds\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.td-background-link\",\"action\":[\"style\",\"cursor:default !important;\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"ads\"}]]}]","[{\"selector\":\".container\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ads\",\"action\":[\"style\",\"position: absolute; opacity: 0; pointer-events: none;\"],\"cssable\":true}]","[{\"selector\":\"[data-profile-url-path^=\\\"/localservices\\\"]\",\"tasks\":[[\"has-text\",\"/google screened/i\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"[style]\",\"tasks\":[[\"has-text\",\"PREMIUM\"]]}]","[{\"selector\":\"button#getlink, button#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"min-height:11px!important;height:11px!important;opacity:0\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"width:11px;height:11px\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv\",\"action\":[\"style\",\"display: inline !important;\"],\"cssable\":true}]","[{\"selector\":\"#targetdiv, #containerr\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\"div[id][style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id$=\\\"content\\\"] img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"post-\\\"]\",\"action\":[\"remove-class\",\"hidden_share\"]}]","[{\"selector\":\".post-content img.lazy\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".g-recaptcha, iframe[src*=\\\"google.com/recaptcha\\\"], .btn-captcha, .btn-black-outline\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"#wpsafe-snp1\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"#wpsafe-snp1\",\"tasks\":[[\"others\",\"\"]]}]","[{\"selector\":\"[onclick^=\\\"showAd\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#M1[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true},{\"selector\":\"#dlcharts-list + div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]},{\"selector\":\".fb > .Listing > div\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"/Gesponsert|Bezahlte Empfehlung|Anzeige/\"],[\"spath\",\" + a[href^=\\\"https://www.chip.de/downloads/\\\"]\"]]}]]}]","[{\"selector\":\".FC__Container.min-height-250px-mu\",\"action\":[\"style\",\"max-height: 0.1px !important; height: 0.1px !important; min-height: 0px !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"--topbanner-height-min:unset!important;--topbanner-height-max:unset!important;\"],\"cssable\":true}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset!important;\"],\"cssable\":true}]","[{\"selector\":\".css-1352p5e\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1s6rfoz\",\"action\":[\"style\",\"height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".css-1wm768n\",\"action\":[\"style\",\"height: 1560px !important;\"],\"cssable\":true},{\"selector\":\".css-uc3mu7\",\"action\":[\"style\",\"margin-top: 0 !important; height: 2400px !important;\"],\"cssable\":true},{\"selector\":\".gridRowPad\",\"action\":[\"style\",\"margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".a11t--product\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-content > h4 > strong\",\"tasks\":[[\"has-text\",\"Brave\"]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Advertisement\"}],[\"upward\",1]]}]","[{\"selector\":\"div > ins\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\"#gotolink\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"two_worker_data_js\"]]}]","[{\"selector\":\".spr > .container-fluid:not([data-autopromo-name=\\\"freepik\\\"])\",\"tasks\":[[\"upward\",\".spr\"]]}]","[{\"selector\":\"#shortGoToCont.hidden\",\"action\":[\"remove-class\",\"hidden\"]},{\"selector\":\"#timerContainer > div:not(:has(#timerPercentage))\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\"article > [class^=\\\"tc-view\\\"] #ad-header\",\"tasks\":[[\"upward\",\"article > [class^=\\\"tc-view\\\"]\"]]}]","[{\"selector\":\"body:not(.home) #content\",\"action\":[\"style\",\"margin-top: 13px !important;\"],\"cssable\":true}]","[{\"selector\":\"#customad\",\"tasks\":[[\"upward\",\".code-block\"]]},{\"selector\":\".brxe-div > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\".brxe-container\"]]},{\"selector\":\"section.brxe-section > div[class=\\\"brxe-container\\\"] .adsbygoogle\",\"tasks\":[[\"upward\",\"section\"]]}]","[{\"selector\":\".lm-hide\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/ConsoleBan|alert|AdBlocker/\"]]}]","[{\"selector\":\".banner-wrapper\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",2]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Rek\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"Reklama\"]]},{\"selector\":\".sticky-content\",\"tasks\":[[\"has-text\",\"klama\"]]},{\"selector\":\"[data-draggable-target]\",\"tasks\":[[\"has-text\",\"Rekl\"],[\"spath\",\":not(*:has([href*=\\\"radio\\\"]))\"]]}]","[{\"selector\":\".content3 > div[style]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".ad-zone\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".row > [id^=\\\"sPost\\\"]\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true}]","[{\"selector\":\"#primary\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".co-Widget[style=\\\"min-height: 6000px;\\\"]\",\"action\":[\"style\",\"min-height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".container > .adsbygoogle\",\"tasks\":[[\"upward\",\".container\"]]},{\"selector\":\".container > div > .adsbygoogle\",\"tasks\":[[\"upward\",\"div\"]]}]","[{\"selector\":\".channel-feed__brick .cfeed-card-contents--banner-adsense\",\"tasks\":[[\"upward\",\".channel-feed__brick\"]]}]","[{\"selector\":\".is-full .climad-badge\",\"tasks\":[[\"upward\",\".is-full\"]]}]","[{\"selector\":\"#ad-Billboard\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"[data-stack-index] > section > div > div [data-item-id] > a[link-identifier][href^=\\\"https://wrd.walmart.com\\\"]\",\"tasks\":[[\"upward\",\"section > div > div\"]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\"#submitbutton[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"a#gobutton[onclick]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#izobrazhenie-1\",\"action\":[\"style\",\"padding-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\".group_viewport, .page__viewport\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbyvli\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px!important;\"],\"cssable\":true}]","[{\"selector\":\".main > div.container > h2\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".item > .post\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true},{\"selector\":\".item\",\"action\":[\"style\",\"height: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".efi_enabled\",\"action\":[\"style\",\"overflow: auto !important; height: auto !important; width: auto !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\"#main > div[class] > div div[class]\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"^\\\"advertisement\\\"$\"}],[\"upward\",\"#main > div[class] > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/htmls|google_ad_client/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"Math\"]]}]","[{\"selector\":\"div[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"div[class]\"]]},{\"selector\":\"li[class] > ins.adsbygoogle\",\"tasks\":[[\"upward\",\"li[class]\"]]}]","[{\"selector\":\"div[class][data-mobid] > div[class=\\\"vm-placement\\\"][data-id]\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"matches-css-before\",{\"name\":\"content\",\"pseudo\":\"before\",\"value\":\"Adv\"}]]}]","[{\"selector\":\"[data-koukoku-width]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body > div iframe\",\"tasks\":[[\"upward\",\"body > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adsBlocked\"]]}]","[{\"selector\":\"#G32\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval[\\\\s\\\\S]*?decodeURIComponent/\"]]}]","[{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,200px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1024px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-columns: minmax(180px,250px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".dictionary-grid\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 768px)\"]],\"cssable\":true}]","[{\"selector\":\"#chapter-images div\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"h3.my-4\",\"tasks\":[[\"has-text\",\"/^Advertising/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"shouldPop\"]]}]","[{\"selector\":\"body > [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\"body > [id][class] > [class]\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^2147483[0-9]{3}$\"}]]}]","[{\"selector\":\"body [class]\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class]:first-child\",\"tasks\":[[\"has-text\",\"REKLAMA\"],[\"spath\",\":not(:has(> *))\"]]}]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[string-length(@href) > 1600]\"]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div > style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> style:first-child\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div > div > style:first-child\"],[\"has-text\",\"flex: 0 0 100%\"],[\"spath\",\" + div\"]]}],[\"spath\",\":not(:has([data-st-area^=\\\"czyt_dalej\\\"]))\"]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:first-child > div:first-child:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class*=\\\" \\\"]:has(> div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div[class]:has(> img[src] ~ div:empty)\",\"tasks\":[[\"matches-css\",{\"name\":\"z-index\",\"value\":\"^0$\"}],[\"matches-css\",{\"name\":\"position\",\"value\":\"^relative$\"}]]}]","[{\"selector\":\"div > h6\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie\"]]},{\"selector\":\"section > h2\",\"tasks\":[[\"has-text\",\"Oferty dla Ciebie:\"]]}]","[{\"selector\":\"#site-header\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> img[src] + div + style\",\"tasks\":[[\"has-text\",\"flex: 0 0 100%\"]]}]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"right:0;top:0;bottom:0;left:0;margin:auto;position:absolute;\"],[\"upward\",1]]}]","[{\"selector\":\"#bottom-sticky-container > div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"class\",\"value\":\"/^[a-zA-Z]{2}$/\"}],[\"spath\",\":not([id])\"]]}]","[{\"selector\":\"*\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:first-child > a > img[src^=\\\"https://v.wpimg.pl/\\\"]):not([alt], [id], [width], [data-src]) + div:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:only-child > * > div > .border > .container > .labelCopy\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]}]","[{\"selector\":\"a[href=\\\"https://www.wp.pl\\\"][data-st-area=\\\"goToSG\\\"] + div\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > div\",\"tasks\":[[\"has-text\",\"REKLAMA\"]]}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> div:only-child > a > div:empty:only-child) + div:last-child:empty\"}]]},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> iframe:only-child) + div:last-child:empty\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"matches-css-after\",{\"name\":\"content\",\"pseudo\":\"after\",\"value\":\"R.*E.*K.*L.*A.*M.*A\"}],[\"upward\",1]]}]","[{\"selector\":\"div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has\",{\"selector\":\"> a:first-child:has(> div:empty:only-child) + div:empty:last-child\"}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> div:first-child:has(> a:first-child > img[src^=\\\"https://v.wpimg.pl/\\\"]) + div:empty:last-child\"}]]}]","[{\"selector\":\"html, html > body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#tie-body\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([style^=\\\"width: 1px; height: 1px; position: absolute; left: -10000px; top: -\\\"])\",\"action\":[\"style\",\"height: 0px !important; min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"await fetch\"]]}]","[{\"selector\":\"body[style=\\\"margin-top: 90px; margin-bottom: 90px;\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"button[onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]}]","[{\"selector\":\"#obalovydiv\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"style\\\"]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/'.adsbygoogle'|text-danger|warning|Adblock|_0x/\"]]}]","[{\"selector\":\"[href*=\\\"preroll\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent(escape(r))\"]]}]","[{\"selector\":\"#skip\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".fluid-close[target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"target\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/popstate|popMagic/\"]]}]","[{\"selector\":\".widget-height\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".below-ad-wrapper\",\"action\":[\"style\",\"margin-top: 51px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class^=\\\"HomepageSection\\\"]\",\"action\":[\"style\",\"grid-template-rows: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"top_ads_add\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"popUnder\"]]}]","[{\"selector\":\".entry.card div:is(#sidead, .topad)\",\"tasks\":[[\"upward\",\".entry.card\"]]}]","[{\"selector\":\"#content > form[id]:has(> center > button)\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal_dialog_base\",\"tasks\":[[\"has\",{\"selector\":\"> .modal_top_header\",\"tasks\":[[\"has-text\",\"Marketing\"]]}]]},{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> thead > .collapsableSection > td\",\"tasks\":[[\"has-text\",\"Ads\"]]}]]}]","[{\"selector\":\".pum-open-overlay\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".mod-sidebar\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"a[href^=\\\"/out/\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".result:has(.result-open-metagerkey)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"section h6\",\"tasks\":[[\"has-text\",\"Advertising\"],[\"upward\",\"section\"]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\"a.dl-link[href][onclick*=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"a.dl-stub:not([href])\",\"action\":[\"style\",\"cursor: pointer !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[250px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".list_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".lst_ads\",\"action\":[\"style\",\"height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"main > div > div:empty\",\"tasks\":[[\"matches-css\",{\"name\":\"min-height\",\"value\":\"^250px$\"}],[\"matches-css\",{\"name\":\"min-width\",\"value\":\"^80%$\"}]]}]","[{\"selector\":\"div.fixed[style^=\\\"z-index:\\\"]\",\"tasks\":[[\"has-text\",\"گوشی خود را بچرخانید\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"ai_adb\"]]}]","[{\"selector\":\"a.btn-ad-iframe:not(a[href*=\\\"empire-\\\"])\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"#timed\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"button\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"button\",\"action\":[\"remove-class\",\"hidden\"]}]","[{\"selector\":\"body > div[style]\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"liedetector\"]]}]","[{\"selector\":\".ad-unit\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".widget .adsSidebarContainer\",\"tasks\":[[\"upward\",\".widget\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"end_click\"]]}]","[{\"selector\":\":is(.owl-item, .thumb-item-flow):has(a[href^=\\\"https://www.polybuzz.ai/\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[aria-label=\\\"Why this ad?\\\"]\",\"tasks\":[[\"upward\",\"[data-pla=\\\"1\\\"]\"]]}]","[{\"selector\":\".body-container\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true},{\"selector\":\"[style*=\\\"desktop-url\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#header-new\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".css-1uhcmhp\",\"action\":[\"style\",\"grid-template-rows: 0 auto !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 80em)\"]],\"cssable\":true},{\"selector\":\"div > article[data-q=\\\"search-result\\\"] > a[data-q=\\\"search-result-anchor\\\"] > div > figure.listing-tile-thumbnail-image + div\",\"tasks\":[[\"has-text\",\"Featured\"],[\"upward\",\"article[data-q=\\\"search-result\\\"]\"]]}]","[{\"selector\":\"#deviantartcom_desktop-devpage-sidebar-300x250-atf\",\"tasks\":[[\"upward\",\"div[role=\\\"complementary\\\"] > div\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.panda-novel.com/advertising\\\"]\",\"tasks\":[[\"upward\",\".index-swiper\"]]}]","[{\"selector\":\"#my-content\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".serieslist > ul > li\",\"tasks\":[[\"has-text\",\"(AD)\"]]},{\"selector\":\"a[href][title^=\\\"(AD)\\\"]\",\"tasks\":[[\"upward\",\".bs\"]]}]","[{\"selector\":\".relacionados .aawp\",\"tasks\":[[\"upward\",\".relacionados\"]]},{\"selector\":\"body\",\"action\":[\"style\",\"padding-bottom: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a.download\",\"action\":[\"style\",\"visibility: hidden;\"],\"cssable\":true}]","[{\"selector\":\"center[style]\",\"tasks\":[[\"has-text\",\"advertisement\"]]}]","[{\"selector\":\"a[rel*=\\\"sponsored\\\"]\",\"tasks\":[[\"upward\",\".normal-page__content > div\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"clientHeight\"]]}]","[{\"selector\":\"aside\",\"action\":[\"style\",\"background: transparent !important;\"],\"cssable\":true}]","[{\"selector\":\".tweet-card .v-responsive.media-carousel-image .v-responsive__content img[alt]\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-attr\",{\"attr\":\"alt\",\"value\":\"/.*\\\\shttps:\\\\/\\\\/t\\\\.co\\\\/[\\\\w]{10}$/\"}]]}],[\"upward\",\".tweet-card\"]]}]","[{\"selector\":\"a img:not([src=\\\"images/main_logo_inverted.png\\\"])\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^([2-4]{1}[0-9]{2}(\\\\.[0-9]+)?px|0px)$\"}]]},{\"selector\":\"a:has(img[src*=\\\"/download\\\"])\",\"action\":[\"style\",\"width: 300px !important; height: 300px !important; display: block !important;\"],\"cssable\":true},{\"selector\":\"a[href][target=\\\"_blank\\\"], [src^=\\\"//ad.a-ads.com/\\\"]\",\"action\":[\"style\",\"visibility:hidden !important\"],\"cssable\":true}]","[{\"selector\":\"#main_canvas > div:not(div[id^=\\\"google\\\"])\",\"action\":[\"style\",\"width: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".ad-slot-header__wrapper\",\"action\":[\"style\",\"display: none !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"?key=\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".site-wrapper\",\"action\":[\"style\",\"opacity:1!important;visibility:visible!important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto!important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[(text()='Advertisement')]\"],[\"upward\",1]]}]","[{\"selector\":\"h6.text-muted\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"#site-navbar-container, #site-top-nav-container\",\"action\":[\"style\",\"padding-top: 10px !important;\"],\"cssable\":true},{\"selector\":\".loadingLI\",\"tasks\":[[\"upward\",\".tncms-block\"]]}]","[{\"selector\":\".pufftext > .sponsored\",\"tasks\":[[\"upward\",3]]},{\"selector\":\".pufftext\",\"tasks\":[[\"has-text\",\"/SPONSORED/\"],[\"upward\",2]]}]","[{\"selector\":\"#content-main a[title][href*=\\\"?staticParams=\\\"]\",\"tasks\":[[\"upward\",\"span\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"antiAdBlockerHandler\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"AdBlockEnabled\"]]}]","[{\"selector\":\"header#masthead\",\"action\":[\"style\",\"top: -110px !important;\"],\"cssable\":true}]","[{\"selector\":\"amp-iframe:has([src^=\\\"https://widget.sellwild.com\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"div[data-controller=\\\"downloads.front.view.download\\\"] a[data-action=\\\"download\\\"][data-wait=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-wait\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/innerHTML.*appendChild/\"]]}]","[{\"selector\":\"#cnc_branding_creative_wrapper\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\".cnc-ads\",\"action\":[\"style\",\"min-height: 0px !important; height: 0px !important; visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"a.box-title\",\"tasks\":[[\"has-text\",\"Ads\"]]}]","[{\"selector\":\"main\",\"action\":[\"style\",\"padding-top: 5em !important;\"],\"cssable\":true}]","[{\"selector\":\"body.pageskin\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"height: 1px !important;\"],\"cssable\":true}]","[{\"selector\":\"[data-testid=\\\"primaryColumn\\\"] [data-testid=\\\"cellInnerDiv\\\"] > div:has([data-testid$=\\\"-impression-pixel\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"ads-not-loaded\"]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true}]","[{\"selector\":\".mntl-leaderboard-spacer\",\"action\":[\"style\",\"min-height: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#taboola-alternating-below-article\",\"action\":[\"remove\",\"\"]},{\"selector\":\".banner-min-height\",\"action\":[\"remove\",\"\"]},{\"selector\":\".fixed.social-bar\",\"action\":[\"remove\",\"\"]},{\"selector\":\".mobile-banner-sticky-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".su-note\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".reward-btn\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true},{\"selector\":\".reward-message\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#player\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".adhesiveHeaderAdFixed header\",\"action\":[\"style\",\"top: 0 !important;\"],\"tasks\":[[\"matches-media\",\"(min-width: 1000px)\"]],\"cssable\":true}]","[{\"selector\":\"#b3c\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#pageWrapper\",\"action\":[\"style\",\"display: initial !important;\"],\"cssable\":true}]","[{\"selector\":\".gooWidget\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\".google-ad-leaderboard\",\"action\":[\"style\",\"opacity: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"adtester-container\\\"]\",\"action\":[\"style\",\"position: absolute !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.createTextNode\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/\\\\{delete window\\\\[/\"]]}]","[{\"selector\":\"#alert-popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".js-modal-url[data-target=\\\"#alert-popup\\\"]\",\"action\":[\"remove-attr\",\"data-target\"]}]","[{\"selector\":\".opera-container\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"img[alt=\\\"Buff Banner\\\"]\",\"action\":[\"style\",\"visibility: collapse !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\".thumb-list > .video-thumb\",\"action\":[\"style\",\"margin-right: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".bunny-button-resume\",\"action\":[\"style\",\"display: grid !important;\"],\"cssable\":true},{\"selector\":\".bunny-container\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true},{\"selector\":\".bunny-icon[disabled]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".table2\",\"tasks\":[[\"has-text\",\"Sponsored\"]]},{\"selector\":\"TR\",\"tasks\":[[\"has-text\",\"Stream:\"]]}]","[{\"selector\":\".adsbyvli\",\"tasks\":[[\"upward\",\"div[style^=\\\"width: 300px; height: 250px\\\"]\"]]}]","[{\"selector\":\"#js-mount-point-header.with-ad\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"sc-\\\"] > div[class^=\\\"sc-\\\"]:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"padding-bottom\",\"value\":\"^56px$\"}]]},{\"selector\":\"iframe[name=\\\"dashboard_home\\\"]\",\"tasks\":[[\"upward\",\"div[class^=\\\"sc-\\\"][span=\\\"1\\\"]\"]]},{\"selector\":\"section > div[class^=\\\"sc-\\\"]:last-child:has(> div[style*=\\\"width: 728px;\\\"]:only-child > iframe[name=\\\"footer\\\"][width=\\\"728\\\"][height=\\\"90\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-bottom\",\"value\":\"^-16px$\"}]]}]","[{\"selector\":\".Skybox--minHeight, .Skybox--minHeightBoth\",\"action\":[\"style\",\"--global-nav-v2-offset: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"html[data-orlock-url]\",\"action\":[\"remove-attr\",\"data-orlock-url\"]}]","[{\"selector\":\"#players a[href][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"/href|target/\"]},{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"blink_me_ad\"],[\"upward\",2]]}]","[{\"selector\":\".ad-body\",\"action\":[\"remove\",\"\"]},{\"selector\":\".nvheader > span\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"div[class][id]:not(.logo)\",\"tasks\":[[\"if-not\",\"*\"],[\"has-text\",\"/^$/\"]]}]","[{\"selector\":\".downloadLink\",\"action\":[\"style\",\"max-height: initial !important; overflow: revert !important\"],\"cssable\":true}]","[{\"selector\":\".result__ext:has([data-testid=\\\"adResult\\\"])\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true},{\"selector\":\"div[data-testid=\\\"pam.container\\\"]\",\"action\":[\"style\",\"max-height: 1px !important; opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div:is(.shadow, .flex.w-full.justify-center[style=\\\"\\\"], .flex.flex-col.items-center.justify-center.gap-2[style^=\\\"min-height:\\\"]):has(a[href=\\\"/pricing\\\"] img[alt=\\\"Please support civitai and creators by disabling adblock\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"div[id][class^=\\\"mantine-\\\"].flex.relative.box-content\",\"action\":[\"style\",\"min-height: 0px !important; visibility: collapse !important; padding: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body[data-billboard=\\\"true\\\"]\",\"action\":[\"remove-attr\",\"data-billboard\"]}]","[{\"selector\":\"body > div[style]:not([id])\",\"action\":[\"style\",\"position: static !important; background-color: rgba(0, 0, 0, 0) !important\"],\"cssable\":true},{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".reading-content img\"]]}]","[{\"selector\":\".adsense\",\"action\":[\"style\",\"padding: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://thehackernews.uk/\\\"]\",\"tasks\":[[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/https:\\\\/\\\\/thehackernews\\\\.uk\\\\/[a-zA-Z0-9]{4,}/\"}],[\"spath\",\":not([href*=\\\"-\\\"]):not([class*=\\\"button\\\"]):not([class*=\\\"latest\\\"])\"]]}]","[{\"selector\":\"[data-pid^=\\\"ad-\\\"]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".mb32\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".cmplz-blocked-content-container\",\"action\":[\"remove-class\",\"cmplz-blocked-content-container\"]}]","[{\"selector\":\".email-adblck-outline\",\"action\":[\"remove\",\"\"]},{\"selector\":\".email-open-read.email-open\",\"action\":[\"style\",\"display:flex !important\"],\"cssable\":true}]","[{\"selector\":\"#openLinks\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"main > div > [id].scroll-mt-20\",\"tasks\":[[\"has\",{\"selector\":\".items-center + div\",\"tasks\":[[\"has-text\",\"/^Sponsored$/\"]]}]]}]","[{\"selector\":\"div[class*=\\\"ads\\\"]\",\"tasks\":[[\"has-text\",\"/Advertisement/i\"]]}]","[{\"selector\":\"[href*=\\\"?key\\\"][target=\\\"_blank\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[style*=\\\"border\\\"]:not(.checker):is([id=\\\"aswift_0_host\\\"], [id=\\\"aswift_1_host\\\"], [id=\\\"aswift_2_host\\\"], [id=\\\"aswift_3_host\\\"], [id=\\\"aswift_4_host\\\"], [id=\\\"aswift_5_host\\\"])\",\"action\":[\"style\",\"opacity: 0 !important; pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[tabindex] > button\",\"tasks\":[[\"has-text\",\"Buy $\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\".vjs-control-bar\",\"action\":[\"style\",\"display: flex !important;\"],\"cssable\":true}]","[{\"selector\":\".tjp-single__content-ads\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sponsorship\",\"action\":[\"remove-class\",\"sponsorship\"]}]","[{\"selector\":\"[data-popunder-enabled]\",\"action\":[\"remove-attr\",\"data-popunder-enabled\"]}]","[{\"selector\":\".article_content > [class] > [class]:has(.iframe_embed_container)\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"header.elevation-3\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"main\",\"action\":[\"style\",\"--v-layout-top: 64px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"header.intro\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] iframe\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"] table.links a\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"a[rel=\\\"sponsored\\\"][href*=\\\"cldbt.cloud\\\"]\",\"action\":[\"style\",\"pointer-events: none !important;\"],\"cssable\":true}]","[{\"selector\":\".js-side-ads-movie-container\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".preShell\",\"action\":[\"style\",\"height: 0 !important;\"],\"cssable\":true},{\"selector\":\".zad.billboard\",\"action\":[\"style\",\"min-height: 1px !important;\"],\"cssable\":true},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"iframeTestTimeMS\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: unset !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-collapse-trigger\",\"action\":[\"style\",\"top: 0 !important; margin-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" .postContent a[href^=\\\"/\\\"]:not([href*=\\\"/forum/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/^\\\\/[-a-z]+\\\\?[a-z]{2,}=/\"}]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/^\\\\/($|abss\\\\/)/\"],[\"spath\",\" a:is([href^=\\\"/\\\"], [href*=\\\"audiobookbay.lu/\\\"])\"],[\"matches-attr\",{\"attr\":\"href\",\"value\":\"/(^|audiobookbay\\\\.lu)\\\\/[-a-z0-9]+$/\"}],[\"spath\",\" img\"]]}]","[{\"selector\":\"\",\"action\":[\"style\",\"background: none !important;\"],\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" .image_box[style*=\\\"amazon.co\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"not\",{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/amafav/\"]]}],[\"spath\",\" a[href^=\\\"https://www.amazon.co.jp\\\"][target=\\\"_blank\\\"]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/eval\\\\(.+?decodeURIComponent/\"]]}]","[{\"selector\":\"script[data-cfasync]\",\"tasks\":[[\"has-text\",\"popundersPerIP\"]]}]","[{\"selector\":\"a[href^=\\\"https://skinrave.gg/rewards?\\\"]\",\"action\":[\"style\",\"height: 0px !important; margin-bottom: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"] .Page-header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\".Page-body[data-header-hat=\\\"true\\\"]\",\"action\":[\"style\",\"padding-top: var(--headerHeight) !important;\"],\"cssable\":true}]","[{\"selector\":\"#trd-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"body[data-pushdown-enabled=\\\"true\\\"]\",\"action\":[\"style\",\"margin-top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"#header-adv-banner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".main-header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[download-button]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"#o-site-hr__leaderboard-wallpaper.u-show-for-xlarge\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[data-ad-name]\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background-image: none !important;\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"leading_video_player_autoplay_\\\"][id$=\\\"_main_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"a[href]#clickfakeplayer\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"[id^=\\\"rewarded_ad_\\\"]:not(#rewarded_ad_blocker)\",\"action\":[\"style\",\"display: block !important; visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\".sidebar-tabs-panels\",\"action\":[\"style\",\"max-height: 700px !important;\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"has-interstitial-ads\\\"]\",\"action\":[\"remove-class\",\"/^has-interstitial-ads/\"]},{\"selector\":\"body.has-interstitial-ads .has-interstitial-ads-page, body.has-interstitial-ads .has-interstitial-ads-page *\",\"action\":[\"style\",\"visibility: visible !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background: none !important;\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true},{\"selector\":\"h1\",\"action\":[\"style\",\"margin-top:20px !important;\"],\"cssable\":true},{\"selector\":\"main[role=\\\"main\\\"]\",\"action\":[\"style\",\"margin-top:30px !important;\"],\"cssable\":true}]","[{\"selector\":\".header, .leaflet-top.leaflet-left\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\".map\",\"action\":[\"style\",\"top: 52px !important;\"],\"cssable\":true}]","[{\"selector\":\"main div.MuiBox-root > span.MuiTypography-subtitle2\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",1]]}]","[{\"selector\":\"#inGameAdsContainer\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".play-Imagemaker\",\"action\":[\"style\",\"height: 100% !important;\"],\"cssable\":true}]","[{\"selector\":\".vjs-poster-onscreen\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\"body::after\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/history\\\\.pushState/\"]]}]","[{\"selector\":\"div[class=\\\"alert alert-info m-0 p-0\\\"]\",\"tasks\":[[\"has-text\",\"/uBlock|AdGuard|advertisments/i\"]]}]","[{\"selector\":\"p.chapter_content\",\"action\":[\"style\",\"display: block !important; visibility: visible !important; opacity: 1 !important; transform: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body::before\",\"action\":[\"style\",\"background-image: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".cNDPHQ, .fKCJyZ\",\"action\":[\"style\",\"top: 0px !important; transform: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"styles_withAd\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".p-pageWrapper\",\"action\":[\"style\",\"margin-bottom: 0px !important;\"],\"cssable\":true},{\"selector\":\"a.link.link--external[href][data-proxy-href]\",\"action\":[\"remove-attr\",\"data-proxy-href\"]}]","[{\"selector\":\"p[style]\",\"tasks\":[[\"has-text\",\"ADVERTISEMENT\"],[\"upward\",\".MuiBox-root\"]]}]","[{\"selector\":\"[class*=\\\"css-\\\"].MuiBox-root\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".ads_horizontal_reader\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#top_ad_container + div\",\"action\":[\"style\",\"padding-top: 4rem !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"NREUM\"]]}]","[{\"selector\":\"[data-aop=\\\"stripe.sponsored.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]},{\"selector\":\"[data-aop=\\\"stripe.store.navigation_stripenavigation\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"[src^=\\\"assets/bn\\\"]\",\"tasks\":[[\"upward\",\"[style]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"g02.\"]]}]","[{\"selector\":\"#play_button\",\"action\":[\"style\",\"display:block!important;\"],\"cssable\":true},{\"selector\":\"a.button-link.mybutton\",\"tasks\":[[\"has-text\",\"Play\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"decodeURIComponent\"]]}]","[{\"selector\":\"#top-navb\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true},{\"selector\":\"[id^=\\\"sidebar-stream-\\\"] > h4\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"[id^=\\\"div-gpt-ad\\\"]:not([class])\",\"tasks\":[[\"upward\",\"div[class]\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"return a.split\"]]}]","[{\"selector\":\"a[id^=\\\"download-btn\\\"]\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".ue-app-container\",\"action\":[\"style\",\"margin-top: 60px !important;\"],\"cssable\":true},{\"selector\":\"[class^=\\\"Header_headerContainer\\\"]\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".list-caption\",\"tasks\":[[\"has-text\",\"Advertisement\"]]}]","[{\"selector\":\"body > #external_container\",\"action\":[\"style\",\"height:100% !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"margin:0 !important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/advertise\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".downloadbtn\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"+ script\",\"tasks\":[[\"has-text\",\"challenge\"]]}],[\"spath\",\":has(a :is(img[src*=\\\"/\\\"][src*=\\\"_\\\"][alt], [style]))\"]]},{\"selector\":\"div[id]:has(> [data-freestar-ad])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\".m-188zyzr\",\"tasks\":[[\"matches-css\",{\"name\":\"width\",\"value\":\"^728px$\"}]]},{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",3]]}]","[{\"selector\":\"a.setpopupcookie[href^=\\\"get/video/\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"a[href][target^=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events:none!important\"],\"cssable\":true}]","[{\"selector\":\"[data-ads_url]\",\"action\":[\"remove-attr\",\"data-ads_url\"]}]","[{\"selector\":\"#main-content\",\"action\":[\"style\",\"margin-top: 125px !important;\"],\"cssable\":true}]","[{\"selector\":\".navigation--has-subnav\",\"action\":[\"style\",\"top:0 !important\"],\"cssable\":true}]","[{\"selector\":\"#claimform\",\"action\":[\"style\",\"display:block !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\".unlockr-no-scroll\"]]}]","[{\"selector\":\".azz_div\",\"action\":[\"style\",\"height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"#Header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".site-header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".min-h-\\\\[184px\\\\]\",\"action\":[\"style\",\"min-height: 0 !important;\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Tabs_tabs__\\\"]\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"--bottom-banner-height: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".video-list-content\",\"action\":[\"remove-class\",\"with-happy\"]}]","[{\"selector\":\".sticky ~ header\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"#Sidebar ~ #Content:has(.adsbygoogle)\",\"action\":[\"style\",\"margin-right: 0 !important\"],\"cssable\":true},{\"selector\":\"#wb_right:has(.adsbygoogle)\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"main\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true}]","[{\"selector\":\"#home-page-home-page-component1-row-ad\",\"tasks\":[[\"upward\",2]]},{\"selector\":\".story-container > div:not(.story-wrapper)\",\"action\":[\"style\",\"top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".divide-nav\",\"action\":[\"style\",\"height: 120px !important\"],\"cssable\":true}]","[{\"selector\":\".great_andhra_logo_panel > div[class]\",\"tasks\":[[\"has-text\",\"Advertisement\"]]},{\"selector\":\"li > .mtitle > span\",\"tasks\":[[\"has-text\",\"Advertisement\"],[\"upward\",\"li\"]]}]","[{\"selector\":\"a[href][onclick^=\\\"window.open\\\"]\",\"action\":[\"remove-attr\",\"href\"]}]","[{\"selector\":\"div.ad-area, div.two-ad-area\",\"action\":[\"style\",\"visibility:collapse !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity: 1.0 !important\"],\"cssable\":true}]","[{\"selector\":\".container > .my-4\",\"tasks\":[[\"has-text\",\"Advertising\"]]}]","[{\"selector\":\".adult-content.censored .main-col .c-page__content\",\"action\":[\"style\",\"opacity:1 !important\"],\"cssable\":true}]","[{\"selector\":\".download-button\",\"action\":[\"style\",\"display: block !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"remove-class\",\"modal-open\"]}]","[{\"selector\":\"a[onclick^=\\\"trackURL\\\"]\",\"action\":[\"remove-attr\",\"onclick\"]},{\"selector\":\"a[onmousedown^=\\\"return enc(this,'https://track.rediff.com\\\"]\",\"action\":[\"remove-attr\",\"onmousedown\"]}]","[{\"selector\":\"a.outbound[data-outbound-url]\",\"action\":[\"remove-attr\",\"data-outbound-url\"]}]","[{\"selector\":\"#main a[href][data-sb^=\\\"/url?\\\"]\",\"action\":[\"remove-attr\",\"data-sb\"]}]","[{\"selector\":\"html > head > :is([name=\\\"canonical\\\"], [rel=\\\"canonical\\\"]):not([content*=\\\"/details/\\\"])\",\"tasks\":[[\"upward\",1],[\"spath\",\" > script[src*=\\\"optimizely\\\"]\"]]}]","[{\"selector\":\"a[href][data-link-out]\",\"action\":[\"remove-attr\",\"data-link-out\"]}]","[{\"selector\":\".gsc-webResult a[data-cturl]\",\"action\":[\"remove-attr\",\"/^data-ct/\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"vglnk\"]]}]","[{\"selector\":\"main div[class][style^=\\\"top:\\\"]\",\"tasks\":[[\"has-text\",\"FORBES’ FEATURED Video\"]]}]","[{\"selector\":\".block-user\",\"action\":[\"remove-class\",\"block-user\"]}]","[{\"selector\":\".login-page\",\"action\":[\"style\",\"-webkit-animation: none !important\"],\"cssable\":true}]","[{\"selector\":\".icon_animation samp\",\"action\":[\"style\",\"animation: none !important;\"],\"cssable\":true}]","[{\"selector\":\"#pop.div_pop\",\"action\":[\"remove\",\"\"]}]"];
31
+ const argsSeqs = [0,1,2,3,4,-5,375,-6,375,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-26,27,26,28,29,30,31,-31,334,-31,345,-31,431,-31,-651,-654,-655,-658,-667,-669,670,-31,-651,-654,-655,-658,669,-31,-651,-654,-655,-657,-658,-659,-660,670,-31,-651,-654,-655,-658,670,-31,-651,-654,655,-31,-651,-654,-655,-656,658,-31,-651,-654,-655,-657,-659,-665,670,-31,-651,-654,663,-31,-651,-654,-657,658,-31,-651,-654,-655,-656,-659,664,-31,-651,-654,-655,656,-31,-651,-654,-655,-656,659,-31,-651,-654,659,-31,-651,655,-31,644,-31,786,32,33,34,35,36,-37,38,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,-60,-84,87,61,62,63,-64,65,64,65,66,67,68,69,70,-71,118,72,73,74,75,76,77,78,79,80,81,82,83,-84,85,-86,87,88,89,90,-91,92,-91,93,94,95,-96,190,96,-96,221,-96,388,-96,562,97,98,99,100,101,102,103,104,105,-105,170,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,-122,567,123,124,125,126,-127,764,127,128,129,130,131,132,133,134,135,136,137,-138,751,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,-158,159,159,-159,204,160,161,162,163,-164,165,-164,168,164,166,167,169,171,172,173,174,-175,901,176,177,178,179,180,181,182,183,-184,185,-185,186,187,188,189,191,192,193,194,-194,205,195,196,197,198,199,200,201,202,203,206,207,-207,499,208,209,210,211,-212,213,212,-212,506,-212,551,-212,249,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,-244,870,245,246,247,248,-249,250,-249,283,249,-249,295,-249,344,-249,-417,527,-249,417,251,-251,347,252,-252,307,253,-253,-258,259,254,255,-255,256,257,-258,300,-260,261,-261,316,-262,373,263,-264,373,265,-266,267,267,268,269,270,271,272,273,274,275,-276,278,276,-276,287,-276,520,-276,607,-276,637,277,279,280,281,282,-283,332,284,285,286,287,288,289,290,-291,325,292,293,294,296,297,298,299,301,-302,303,-302,326,303,-303,320,304,-304,305,306,308,-308,310,309,-310,311,312,313,314,315,317,318,319,320,321,-322,323,323,324,325,327,328,329,330,331,333,334,335,336,337,338,339,340,341,342,343,346,347,348,349,350,351,352,353,354,-355,356,356,357,358,359,360,361,362,363,364,365,366,-367,368,367,368,369,370,371,372,373,374,376,377,378,379,380,381,382,-382,749,383,384,385,386,387,389,390,391,392,393,394,395,-395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,-416,417,417,418,419,420,421,422,423,424,425,426,427,428,429,430,432,433,434,435,436,437,438,439,440,441,442,-443,444,444,445,446,447,448,-448,563,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,500,501,502,503,504,505,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,-543,544,543,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,564,565,566,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,-595,596,597,598,599,600,601,602,-602,645,603,604,605,606,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,-640,641,641,642,643,644,646,647,648,649,650,-652,-653,668,-652,653,652,654,655,657,658,-658,665,659,-659,661,662,665,666,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,752,753,754,755,756,757,758,759,760,761,762,763,-763,835,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,-806,849,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,836,837,838,839,840,841,842,-842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902];
32
+ const hostnamesMap = new Map([["aternos.org",1],["www.youtube.com",2],["poophq.com",3],["veev.to",3],["0cbcq8mu.com",4],["2cf0xzdu.com",4],["4k2h4w04.xyz",4],["a6iqb4m8.xyz",4],["afl3ua5u.xyz",4],["jmzkzesy.xyz",4],["dogdrip.net",5],["infinityfree.com",7],["smsonline.cloud",9],["07c225f3.online",10],["content-loader.com",10],["css-load.com",10],["html-load.com",10],["img-load.com",10],["bing.com",11],["global.novelpia.com",12],["orange.fr",13],["drstevenlin.com",14],["yts.*",14],["romaniataramea.com",14],["straatosphere.com",14],["discussingfilm.net",14],["rmweb.co.uk",14],["sampledrive.org",14],["apnews.com",15],["carbuzz.com",16],["~ebay.com",17],["los40.com",18],["reuters.com",19],["begadistrictnews.com.au",20],["bendigoadvertiser.com.au",20],["goulburnpost.com.au",20],["maitlandmercury.com.au",20],["newcastleherald.com.au",20],["examiner.com.au",21],["theadvocate.com.au",21],["thecourier.com.au",21],["~praxistipps.chip.de",22],["hero-magazine.com",23],["digg.com",24],["autoblog.com",25],["researchgate.net",26],["~uschovna.cz",27],["uschovna.cz",28],["kitguru.net",30],["vladan.fr",30],["commands.gg",30],["stardewids.com",30],["unito.life",31],["ilbianconero.com",32],["profit.ro",33],["walletinvestor.com",34],["palatifini.it",34],["dmzj.com",34],["leechpremium.link",34],["beautypackaging.com",34],["coatingsworld.com",34],["contractpharma.com",34],["happi.com",34],["inkworldmagazine.com",34],["labelandnarrowweb.com",34],["mpo-mag.com",34],["nutraceuticalsworld.com",34],["odtmag.com",34],["printedelectronicsnow.com",34],["4j.com",34],["cinema.maalaimalar.com",34],["publish0x.com",34],["fansonlinehub.com",34],["hotmediahub.com",34],["terabox.fun",34],["teralink.me",34],["terashare.me",34],["teraearn.com",34],["techishant.in",35],["aman-dn.blogspot.com",37],["cyberlynews.com",34],["quizrent.com",34],["hindustantimes.com",39],["myflixer.*",34],["advertiserandtimes.co.uk",34],["primeos.in",34],["moviesjoy.*",34],["sportstiger.com",34],["eltiempo.es",34],["tribuna.com",34],["vuinsider.com",34],["wp.pl",41],["money.pl",49],["o2.pl",55],["parenting.pl",64],["pudelek.pl",70],["autokult.pl",74],["gadzetomania.pl",74],["fotoblogia.pl",74],["komorkomania.pl",74],["polygamia.pl",74],["abczdrowie.pl",80],["benchmark.pl",88],["kafeteria.pl",92],["pysznosci.pl",97],["dobreprogramy.pl",104],["genialne.pl",109],["autocentrum.pl",115],["jastrzabpost.pl",109],["deliciousmagazine.pl",119],["review.firstround.com",34],["truthsocial.com",34],["schools.snap.app",34],["linkneverdie.net",34],["carbonite.co.za",122],["petri.com",34],["beaumontenterprise.com",124],["bigrapidsnews.com",124],["ctinsider.com",124],["ctpost.com",124],["darientimes.com",124],["expressnews.com",124],["greenwichtime.com",124],["houstonchronicle.com",124],["lmtonline.com",124],["manisteenews.com",124],["michigansthumb.com",124],["middletownpress.com",124],["milfordmirror.com",124],["mrt.com",124],["myjournalcourier.com",124],["ncadvertiser.com",124],["newstimes.com",124],["nhregister.com",124],["ourmidland.com",124],["registercitizen.com",124],["sfchronicle.com",124],["sheltonherald.com",124],["stamfordadvocate.com",124],["statesman.com",124],["theheraldreview.com",124],["thehour.com",124],["theintelligencer.com",124],["theridgefieldpress.com",124],["thetelegraph.com",124],["timesunion.com",124],["trumbulltimes.com",124],["wiltonbulletin.com",124],["yourconroenews.com",124],["cybernews.com",34],["cyberstumble.com",126],["gigantti.fi",127],["kingarthurbaking.com",128],["~job.mt.de",129],["~job.nw.de",129],["beckershospitalreview.com",130],["thequint.com",131],["prepostseo.com",133],["novelgames.com",134],["tcsjerky.com",135],["~instagram.com",136],["gamingbible.com",137],["eitb.eus",138],["riteaid.com",139],["radiox.co.uk",140],["itmedia.co.jp",141],["bellinghamherald.com",142],["bnd.com",142],["bradenton.com",142],["centredaily.com",142],["charlotteobserver.com",142],["flkeysnews.com",142],["fresnobee.com",142],["heraldonline.com",142],["heraldsun.com",142],["idahostatesman.com",142],["islandpacket.com",142],["kansas.com",142],["kansascity.com",142],["kentucky.com",142],["ledger-enquirer.com",142],["macon.com",142],["mahoningmatters.com",142],["mcclatchydc.com",142],["mercedsunstar.com",142],["miamiherald.com",142],["modbee.com",142],["myrtlebeachonline.com",142],["newsobserver.com",142],["sacbee.com",142],["sanluisobispo.com",142],["star-telegram.com",142],["sunherald.com",142],["thestate.com",143],["variety.com",144],["mediaite.com",145],["muropaketti.com",146],["jayisgames.com",147],["scotsman.com",148],["brightygames.com",149],["yoho.games",149],["sisigames.com",150],["decathlon.in",151],["metastats.net",152],["goku.sx",153],["eksisozluk.com",154],["indiatimes.com",155],["abcam.com",158],["buytesmart.com",159],["vidaextra.com",160],["www.reddit.com",161],["new.reddit.com",163],["sh.reddit.com",164],["www.al.com",165],["www.cleveland.com",165],["www.lehighvalleylive.com",165],["www.masslive.com",165],["www.mlive.com",165],["www.nj.com",165],["www.oregonlive.com",165],["www.pennlive.com",165],["www.silive.com",165],["www.syracuse.com",165],["sklep.trzynastkaplus.pl",166],["reclameaqui.com.br",167],["gifmagic.com",168],["lastampa.it",169],["nytimes.com",170],["typingtest.com",172],["gazzetta.gr",173],["steamidfinder.com",174],["abeautifuldominion.com",175],["some.porn",176],["play.diziyou1.com",177],["play.diziyou2.com",177],["play.diziyou3.com",177],["play.diziyou4.com",177],["play.diziyou5.com",177],["play.diziyou6.com",177],["play.diziyou7.com",177],["play.diziyou8.com",177],["play.diziyou9.com",177],["play.diziyou10.com",177],["play.diziyou11.com",177],["play.diziyou12.com",177],["play.diziyou13.com",177],["play.diziyou14.com",177],["play.diziyou15.com",177],["play.diziyou16.com",177],["play.diziyou17.com",177],["play.diziyou18.com",177],["play.diziyou19.com",177],["play.diziyou20.com",177],["play.diziyou21.com",177],["play.diziyou22.com",177],["play.diziyou23.com",177],["play.diziyou24.com",177],["play.diziyou25.com",177],["play.diziyou26.com",177],["play.diziyou27.com",177],["play.diziyou28.com",177],["play.diziyou29.com",177],["play.diziyou30.com",177],["play.diziyou31.com",177],["play.diziyou32.com",177],["play.diziyou33.com",177],["play.diziyou34.com",177],["play.diziyou35.com",177],["play.diziyou36.com",177],["play.diziyou37.com",177],["play.diziyou38.com",177],["play.diziyou39.com",177],["play.diziyou40.com",177],["play.diziyou41.com",177],["play.diziyou42.com",177],["play.diziyou43.com",177],["play.diziyou44.com",177],["play.diziyou45.com",177],["play.diziyou46.com",177],["play.diziyou47.com",177],["play.diziyou48.com",177],["play.diziyou49.com",177],["play.diziyou50.com",177],["~poczta.wp.pl",178],["youtube.com",179],["tvspielfilm.de",180],["sport1.de",181],["pornhub.*",182],["economictimes.indiatimes.com",183],["samayam.com",184],["m.economictimes.com",186],["m.timesofindia.com",188],["aranzulla.it",189],["uol.com.br",190],["businesstoday.in",191],["indiatoday.in",193],["intoday.in",193],["facebook.com",195],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",195],["web.facebook.com",196],["www.facebook.com",196],["ndtv.com",197],["investing.com",199],["greensboro.com",199],["photobucket.com",200],["yusepjaelani.blogspot.com",199],["web2.0rechner.de",199],["web2.0calc.*",199],["beermoneyforum.com",202],["streamingcommunity.*",204],["alliptvlinks.com",199],["bitchute.com",199],["breednet.com.au",199],["punters.com.au",199],["wetteronline.*",206],["m.aajtak.in",207],["amazon.*",208],["web.de",209],["golem.de",210],["bild.de",211],["usatoday.com",212],["quora.com",213],["gamestorrents.*",214],["gogoanimes.*",214],["limetorrents.*",215],["piratebayz.*",214],["mediafire.com",217],["rule34.xxx",218],["popculture.com",219],["mind42.com",220],["elmundo.es",221],["primewire.*",222],["torrentz2.*",223],["torlock.*",224],["torlock2.*",224],["wunderground.com",225],["mylink.*",226],["my1ink.*",226],["myl1nk.*",226],["myli3k.*",226],["freebeacon.com",227],["chan.sankakucomplex.com",228],["nytimes3xbfgragh.onion",229],["cooking.nytimes.com",230],["userupload.*",231],["animepahe.*",232],["kwik.*",232],["ouo.*",232],["urlpay.net",232],["newtorrentgame.com",232],["kropic.com",232],["hpaudiobooks.*",232],["xxxmax.net",232],["ebookbb.com",232],["alexsports.*",232],["poscitech.*",233],["sportsonline.*",234],["yts.mx",236],["imgtaxi.com",237],["hqq.*",238],["waaw.*",238],["alrincon.com",239],["1337x.*",240],["x1337x.*",240],["1337x.unblock2.xyz",242],["1337x.unblocked.*",242],["1337x.unblockit.*",242],["pussyspace.com",243],["pussyspace.net",243],["tnaflix.com",244],["stomp.straitstimes.com",245],["feet9.com",246],["mylust.com",247],["pixhost.*",248],["nme.com",249],["idealhome.co.uk",250],["look.co.uk",250],["focus.de",251],["vsco.co",252],["twitter.com",253],["twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion",255],["x.com",253],["jeuxvideo.com",256],["pcbolsa.com",257],["reddit.com",258],["reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion",258],["hdmotori.it",259],["strikeout.*",260],["peliculasmx.net",261],["btc-echo.de",262],["cricstream.me",263],["bowfile.com",263],["crackllc.com",264],["designmodo.com",264],["hackstore.*",264],["compucalitv.com",264],["procrackerz.org",264],["megawarez.org",264],["dailydot.com",265],["mypornstarbook.net",266],["ashemaletube.com",267],["ashemaletube.*",268],["gamepedia.com",269],["appvn.com",270],["ccn.com",271],["ettv.*",272],["xrares.com",273],["link.goto.com.np",274],["movies123.*",275],["0123movies.*",277],["5movies.*",278],["megadede.*",277],["adivineencounter.com",280],["alcasthq.com",280],["au-di-tions.com",280],["badgehungry.com",280],["bloggingawaydebt.com",280],["chipandco.com",280],["cornerstoneconfessions.com",280],["dearcreatives.com",280],["divinelifestyle.com",280],["eslauthority.com",280],["heresyoursavings.com",280],["investingchannel.com",280],["irresistiblepets.net",280],["justjared.com",280],["kompas.com",280],["lovegrowswild.com",280],["mjsbigblog.com",280],["mommybunch.com",280],["mustardseedmoney.com",280],["myfunkytravel.com",280],["mywomenstuff.com",280],["onetimethrough.com",280],["panlasangpinoymeatrecipes.com",280],["peru21.pe",280],["savespendsplurge.com",280],["savvyhoney.com",280],["silverpetticoatreview.com",280],["tamaratattles.com",280],["the-military-guide.com",280],["the2seasons.com",280],["therelaxedhomeschool.com",280],["thetechieguy.com",280],["waterheaterleakinginfo.com",280],["zeroto60times.com",280],["cut-fly.com",281],["foxseotools.com",281],["classicreload.com",282],["piratebay.*",283],["pirateproxy.*",283],["wowescape.com",284],["games2rule.com",286],["bigescapegames.com",288],["pornve.com",289],["pixlr.com",290],["elixx.*",291],["hardmob.com.br",292],["gameguardian.net",293],["safe.elektroupdate.com",293],["mirrorace.*",294],["elizabeth-mitchell.org",295],["plagiarismchecker.co",296],["temp-mail.org",298],["medievalists.net",299],["u.gg",300],["celebjihad.com",301],["xnxxjapon.com",302],["solarmovie.*",303],["dramacool.*",304],["webserver.one",305],["t-online.de",306],["~email.t-online.de",308],["convallariaslibrary.com",310],["gourmetscans.net",310],["frag-mutti.de",311],["ovagames.com",312],["food.ndtv.com",313],["ustream.*",314],["ableitungsrechner.net",315],["watchfreexxx.net",316],["pandamovie.*",317],["pandamovies.me",317],["pornkino.cc",317],["speedporn.*",317],["xxxscenes.net",317],["youwatchporn.com",317],["onle.co",319],["loskatchorros.com.br",319],["how2electronics.com",319],["univers-simu.com",319],["stokerpiller.dk",319],["onlinestudentseva.com",319],["dexterclearance.com",319],["extratorrent.*",320],["oko.sh",321],["fuqer.com",322],["filerio.in",323],["duden.de",324],["cinetux.*",325],["streameast.*",326],["mlwbd.*",327],["washingtonpost.com",328],["marketmovers.it",329],["newssokuhou666.blog.fc2.com",329],["youkaiwatch2345.blog.fc2.com",329],["5ggyan.com",330],["bigbtc.win",332],["cryptofun.space",332],["games4king.com",333],["artribune.com",334],["oscobo.com",335],["ufacw.com",336],["segurosdevida.site",338],["choiceappstore.xyz",338],["bantenexis.com",338],["tutorialsaya.com",336],["indobo.com",336],["informaxonline.com",336],["gifans.com",338],["mcrypto.club",339],["luckydice.net",338],["1apple.xyz",338],["shorttrick.in",338],["iptvjournal.com",338],["inbbotlist.com",338],["apkmaven.*",341],["theusaposts.com",338],["garoetpos.com",338],["techedubyte.com",338],["cdrab.com",343],["offerinfo.net",338],["winlator.com",338],["gosexpod.com",345],["flashingjungle.com",346],["nakedneighbour.com",347],["bestjavporn.com",348],["leechall.*",349],["ff14angler.com",350],["flsaudio.com",351],["bitcointalk.org",352],["adshrink.it",353],["turkanime.*",354],["allcalidad.*",355],["cinemaxxl.de",356],["player.pl",357],["bde4.*",358],["filmytoday.com",359],["fandom.com",360],["sensualgirls.org",361],["wallpaperwaifu.com",362],["gamesradar.com",363],["techradar.com",363],["tomsguide.com",363],["tomshardware.com",363],["whathifi.com",363],["her.ie",364],["javhoho.com",364],["techhelpbd.com",364],["greentumble.com",364],["newsonthegotoday.com",365],["boyfriendtv.com",366],["makemoneywithurl.com",367],["dvdgayonline.com",368],["94.103.83.138",368],["multimovies.*",368],["ddaynormandy.forumgaming.fr",369],["neogeo-system.com",369],["medicalnewstoday.com",370],["fiches-auto.fr",371],["subsvip.com",372],["javcl.com",373],["javfull.net",373],["allgamesejogos.*",374],["bemestarglobal.*",374],["gamesgo.*",374],["lojadebicicleta.com.br",374],["redecanais.*",375],["pcmag.com",377],["enterinit.com",378],["procinehub.com",379],["bookmystrip.com",379],["tech8s.net",380],["drop.carbikenation.com",380],["linkss.rcccn.in",380],["link.djbassking.live",380],["tech5s.co",380],["game5s.com",380],["vezeta.net",381],["waiwj.net",381],["xcbtm.net",381],["wttai.net",381],["ngviral.com",381],["vgviral.com",381],["nosviral.com",381],["mentalfile.com",381],["qaluri.com",381],["jokgame.com",381],["placementsmela.com",383],["reminimod.co",383],["highkeyfinance.com",383],["amanguides.com",383],["adcrypto.net",385],["admediaflex.com",385],["aduzz.com",385],["bitcrypto.info",385],["datacheap.io",385],["hbz.us",385],["savego.org",385],["owsafe.com",385],["sportweb.info",385],["ryuugames.com",386],["sportsonfr.com",383],["gurumu.net",383],["kreatifparenting.com",383],["panda.freemodsapp.in",383],["iconicblogger.com",383],["rsrlink.in",383],["investcrust.com",383],["litonmods.com",383],["filesupload.in",385],["technoinformations.com",385],["worldmak.com",385],["financacerta.com",388],["encurtads.net",388],["classicoder.com",383],["apkandroidhub.in",390],["studyis.xyz",393],["dulichkhanhhoa.net",393],["noithatmyphu.vn",393],["jardima.com",393],["getintoway.com",385],["blog.nationapk.com",383],["krishiloksewa.com",383],["modzilla.in",383],["mb.feedale.com",383],["tackledsoul.com",395],["adrino1.bonloan.xyz",395],["vi-music.app",395],["instanders.app",395],["rokni.xyz",396],["keedabankingnews.com",396],["tea-coffee.net",398],["spatsify.com",398],["newedutopics.com",398],["getviralreach.in",398],["edukaroo.com",398],["funkeypagali.com",398],["careersides.com",398],["nayisahara.com",398],["wikifilmia.com",398],["infinityskull.com",398],["viewmyknowledge.com",398],["iisfvirtual.in",398],["starxinvestor.com",398],["jkssbalerts.com",398],["appkamods.com",399],["imagereviser.com",401],["nichapk.com",402],["easyworldbusiness.com",402],["riveh.com",402],["upshrink.com",405],["junkyponk.com",406],["healthfirstweb.com",406],["vocalley.com",406],["yogablogfit.com",406],["howifx.com",406],["en.financerites.com",407],["mythvista.com",406],["livenewsflix.com",406],["cureclues.com",406],["apekite.com",406],["veganab.co",409],["camdigest.com",409],["bartendingexpert.com",410],["pubgaimassist.com",412],["gyanitheme.com",412],["tech.trendingword.com",412],["blog.potterworld.co",412],["hipsonyc.com",412],["tech.pubghighdamage.com",412],["blog.itijobalert.in",412],["techkhulasha.com",412],["meclipstudy.in",414],["bookszone.in",416],["graphicuv.com",418],["learnmany.in",418],["hit-films.com",418],["shortix.co",419],["uptechnologys.com",421],["sevenjournals.com",421],["yalifin.xyz",422],["lrncook.xyz",422],["cryptokinews.com",424],["lifesurance.info",424],["financenova.online",425],["utkarshonlinetest.com",425],["financewada.com",425],["v2links.me",426],["fc-lc.*",427],["jobzhub.store",428],["fitdynamos.com",428],["labgame.io",428],["m.jobinmeghalaya.in",429],["healthy4pepole.com",430],["to-travel.net",430],["homeculina.com",431],["ineedskin.com",431],["kenzo-flowertag.com",431],["lawyex.co",431],["mdn.lol",431],["awgrow.com",432],["btcbitco.in",433],["btcsatoshi.net",433],["cempakajaya.com",435],["crypto4yu.com",433],["manofadan.com",435],["readbitcoin.org",433],["wiour.com",433],["coin-free.com",436],["tremamnon.com",438],["bitcotasks.com",435],["videolyrics.in",435],["tagecoin.com",440],["allfaucet.xyz",435],["claimcoins.site",435],["cryptosh.pro",435],["bitsmagic.fun",435],["ourcoincash.xyz",442],["masterduelmeta.com",444],["promo-visits.site",445],["shorterall.com",445],["homeairquality.org",446],["reidoplacar.com",447],["paidinsurance.in",448],["conghuongtu.net",448],["coinseidon.com",448],["djpunjab2.in",449],["djqunjab.in",449],["foodxor.com",449],["geniussolutions.co",449],["mealcold.com",449],["mixrootmods.com",449],["fartechy.com",449],["nishankhatri.xyz",451],["sugarona.com",452],["blog.disheye.com",453],["tinys.click",454],["apkupload.in",454],["ezeviral.com",454],["dailynew.online",454],["pngreal.com",454],["ytpng.net",454],["askpaccosi.com",454],["bitzite.com",455],["aiimgvlog.fun",456],["appsbull.com",457],["diudemy.com",457],["maqal360.com",457],["sahlmarketing.net",458],["blog.panytourism.online",460],["zubatecno.com",460],["battleroyal.online",460],["mayaremix.in",461],["unfoldedstars.com",461],["neverdims.com",461],["bit4me.info",461],["deltabtc.xyz",461],["mbjremix.com",461],["ottlatest.com",461],["techusnews.com",462],["universitiesonline.xyz",462],["intercelestial.com",463],["linegee.net",464],["filmypoints.in",465],["financeyogi.net",466],["finclub.in",466],["freethailottery.live",467],["progfu.com",467],["loanteacher.in",468],["gorating.in",468],["trickms.com",470],["letest25.co",472],["truevpnlover.com",472],["financebolo.com",472],["rphost.in",473],["easywithcode.tech",475],["vedamdigi.tech",476],["redfea.com",478],["pranarevitalize.com",478],["techyinfo.in",478],["fitnessholic.net",478],["cancelguider.online",479],["loan.punjabworks.com",480],["petrainer.in",482],["moderngyan.com",483],["sattakingcharts.in",483],["bgmi32bitapk.in",483],["bankshiksha.in",483],["earn.mpscstudyhub.com",483],["earn.quotesopia.com",483],["money.quotesopia.com",483],["best-mobilegames.com",483],["learn.moderngyan.com",483],["bharatsarkarijobalert.com",483],["quotesopia.com",483],["creditsgoal.com",483],["loan.creditsgoal.com",485],["rupyaworld.com",485],["vahantoday.com",485],["techawaaz.in",485],["loan.bgmi32bitapk.in",486],["currentrecruitment.com",487],["investorveda.com",487],["coingraph.us",488],["impact24.us",488],["foodupe.com",489],["bloggingdaze.com",490],["dsmusic.in",491],["techurlshort.in",492],["sub4unlock.com",493],["cybercityhelp.in",494],["akcartoons.in",496],["comparepolicyy.com",497],["healthylifez.com",497],["hosttbuzz.com",497],["policiesreview.com",497],["techacode.com",498],["travel.vebma.com",499],["mrproblogger.com",500],["themezon.net",500],["headlinerpost.com",501],["drinkspartner.com",501],["apcvpc.com",501],["posterify.net",501],["manishclasses.in",501],["shrinkforearn.in",502],["blog.workedbd.com",503],["advisecreate.fun",503],["uses-in-hindi.com",503],["maxxfour.com",503],["cybertyrant.com",503],["gdspike.com",503],["profitshort.com",503],["courselinkfree.us",503],["technorozen.com",503],["hubdrive.me",503],["hosty.uprwssp.org",504],["cinedesi.in",505],["thevouz.in",505],["tejtime24.com",505],["whatgame.xyz",506],["mooonten.com",506],["msic.site",506],["fx-22.com",506],["gold-24.net",506],["forexrw7.com",506],["kbconlinegame.com",507],["hamrojaagir.com",507],["odijob.com",507],["jeuxenligne.xyz",508],["dl.apkmoddone.com",509],["phongroblox.com",509],["bkgnews.in",510],["ontechhindi.com",510],["exactpay.online",511],["mahitimanch.in",512],["5ghindi.in",512],["rfiql.com",513],["gujjukhabar.in",513],["smartfeecalculator.com",513],["djxmaza.in",513],["thecubexguide.com",513],["jytechs.in",513],["dropgalaxy.*",514],["financemonk.net",514],["hypershort.com",515],["djremixganna.com",516],["techhype.in",517],["techsite.in",517],["datavaults.co",518],["go.zovo.ink",519],["foodtechnos.in",520],["newsbreak24.de",521],["businessinsider.de",522],["echo-online.de",523],["txxx.*",524],["txxxporn.tube",526],["upornia.com",527],["familyporner.com",528],["javbake.com",529],["javcensored.net",529],["javdoge.com",529],["javsexfree.com",529],["javuncensored.watch",529],["pussymaturephoto.com",530],["jpvhub.com",531],["bunkr.*",532],["comicxxx.eu",533],["sexmadeathome.com",533],["pornocomics.*",533],["amateurs-fuck.com",533],["sex-amateur-clips.com",533],["falatron.com",533],["pornoplum.com",534],["vulgarmilf.com",534],["oldgirlsporn.com",534],["maturell.com",534],["nakedolders.com",534],["widewifes.com",534],["hentaihere.com",535],["xnxx-sexfilme.com",536],["pornojenny.net",537],["pornolisa.com",539],["pornhub-sexfilme.net",540],["pornoleon.com",540],["pahe.*",541],["actvid.*",542],["nu6i-bg-net.com",543],["ballexclusives.com",544],["androjungle.com",545],["bokugents.com",545],["idlixvip.*",546],["honkailab.com",547],["arkadium.com",548],["abysscdn.com",549],["fullfreeimage.com",549],["hihihaha1.xyz",549],["hihihaha2.xyz",549],["playhydrax.com",549],["rufiiguta.com",549],["seirsanduk.net",550],["hk.yahoo.com",551],["korinthostv.gr",552],["filmizle.*",553],["filmizletv.*",554],["filmizleplus.*",553],["fullhdfilm.*",553],["fullhdfilmizle.*",553],["gofilmizle.com",553],["hdfilmcehennemi.*",553],["hdfilmizlesene.*",553],["hdfilmsitesi.*",553],["sine5.dev",553],["sinezy.org",553],["l2db.info",556],["flickr.com",557],["forumconstruire.com",558],["vrcmods.com",559],["ilmeteo.it",560],["splitshire.com",561],["addictinggames.com",562],["foxnews.com",563],["sexodi.com",564],["sms24.*",565],["m.drtuber.com",566],["aemenstore.com",567],["cazzette.com",567],["dreamcheeky.com",567],["fidlarmusic.com",567],["jncojeans.com",567],["kiemlua.com",568],["kingsleynyc.com",567],["lucidcam.com",567],["nguyenvanbao.com",567],["nousdecor.com",567],["pennbookcenter.com",567],["publicananker.com",567],["restorbio.com",567],["rezence.com",567],["staaker.com",567],["tricksplit.io",570],["apkcombo.com",570],["ctrlv.*",571],["atozmath.com",572],["indianwebseries.*",573],["simply-debrid.com",574],["cutty.app",574],["w3schools.com",575],["healthline.com",576],["vix.com",577],["responsivevoice.org",578],["cgtips.org",579],["shortenbuddy.com",580],["comicbook.com",581],["hentaicloud.com",582],["drphil.com",583],["bookriot.com",584],["pholder.com",585],["cookpad.com",586],["urbanmilwaukee.com",586],["phica.net",586],["xxxdan.com",587],["businesstimes.com.sg",588],["teknomuda.com",589],["isi7.net",591],["alltechnerd.com",592],["citynews.ca",593],["6abc.com",594],["abc11.com",594],["abc13.com",594],["abc30.com",594],["abc7.com",594],["abc7chicago.com",594],["abc7news.com",594],["abc7ny.com",594],["abcotvs.net",594],["videohelp.com",595],["top.gg",596],["arrowos.net",597],["tvshows4mobile.*",597],["br0wsers.com",598],["nifteam.info",599],["thejournal.ie",600],["needgayporn.com",601],["rule34.paheal.net",602],["palcomix.com",603],["pikkado.com",604],["nypost.com",605],["girlsofdesire.org",606],["ladbible.com",607],["loadout.tf",608],["projectfreetv.*",609],["hdss.*",609],["moviesflix.*",609],["10starhd.*",609],["2embed.*",609],["xcloud.*",610],["~xcloud.eu",610],["~xcloud.host",610],["elmalajeno.com",611],["imgur.com",612],["getsexgames.com",613],["kickass.*",614],["javynow.com",615],["techjunkie.com",616],["thehealthsite.com",618],["reliabletv.me",619],["ytanime.tv",620],["sportskart.*",620],["garrysmods.org",621],["tyla.com",622],["sportbible.com",623],["gamingbible.co.uk",622],["dekki.com",625],["cambb.xxx",626],["xtube.com",627],["discovermagazine.com",628],["elitepvpers.com",629],["bhaskar.com",630],["divyabhaskar.co.in",630],["playonlinux.com",631],["kaotic.com",632],["cargurus.com",633],["haonguyen.top",634],["thumpertalk.com",635],["zshort.*",636],["eschenker.dbschenker.com",637],["porntn.com",638],["hotcleaner.com",639],["movie.momo-net.com",640],["xxxtime.sextgem.com",641],["gay4porn.com",642],["myabandonware.com",643],["mrunblock.*",644],["alrakoba.net",645],["netpornix.*",646],["hitproversion.com",647],["shemalestube.com",648],["sbplay.*",649],["foreca.com",650],["moviemakeronline.com",651],["kelasexcel.id",652],["maxstream.video",653],["uprot.net",654],["techpowerup.com",655],["qz.com",656],["247sports.com",657],["samehadaku.*",658],["gab.com",659],["kumparan.com",660],["videovard.*",661],["tumblr.com",662],["techymedies.com",663],["unsplash.com",664],["chess.com",665],["nodejs.libhunt.com",666],["blick.ch",667],["theloadout.com",668],["pcgamesn.com",668],["schoolcheats.net",669],["1cloudfile.com",670],["torrentdownloads.dirproxy.com",671],["torrentdownload.info",672],["designtagebuch.de",673],["rp5.*",674],["mydramalist.com",675],["stooq.*",676],["dvdgayporn.com",677],["hdmovie5.*",677],["hdmovie2.*",677],["funnywifiname.net",677],["jattfilms.*",677],["jattfilms.cfd",677],["mrbobd.com",677],["vegamovvies.to",677],["hdmoviie2.*",677],["filmyzilla.*",677],["moviespur.*",677],["1stream.*",678],["calculator-online.net",679],["onionplay.*",680],["shinchu.*",681],["networkhint.com",681],["sturls.com",682],["rephrase.info",683],["nowtolove.com.au",684],["washingtoninformer.com",685],["watch.cricstream.*",686],["cricstreams.re",686],["xenvn.com",687],["ibomma.*",688],["scrolller.com",689],["dirp.me",690],["pinterest.*",691],["distrowatch.org",692],["autofaucet.dutchycorp.space",693],["chinhnhacoban.com",694],["plotaroute.com",695],["techsignin.com",696],["ac-illust.com",697],["photo-ac.com",697],["mrgay.com",698],["buondua.com",699],["lbprate.com",700],["digminecraft.com",701],["logikfx.com",702],["etsy.com",703],["h-flash.com",704],["fashionunited.*",705],["vimm.net",706],["thedigitalfix.com",707],["dvdplay.*",708],["dubznetwork.com",709],["redirect.dafontvn.com",710],["gsmware.com",711],["poki.*",712],["chimicamo.org",713],["earnme.club",714],["jrlinks.in",714],["eztv.*",715],["ricettafitness.com",716],["comidacaseira.me",718],["welt.de",719],["autotrader.co.uk",720],["mangaraw.org",721],["apkmodhub.in",722],["digilibraries.com",723],["slidesgo.com",724],["dktechnicalmate.com",725],["indiakablog.com",725],["givee.club",726],["fucktube4k.com",727],["mail.com",728],["gmx.*",729],["tamrieltradecentre.com",730],["missav.*",731],["missav123.com",731],["missav888.com",731],["dads-banging-teens.com",732],["home-xxx-videos.com",732],["mature-chicks.com",732],["time.com",733],["distrowatch.com",734],["beatsnoop.com",735],["fetchpik.com",735],["anisearch.*",736],["veryfreeporn.com",737],["bishopsstortfordindependent.co.uk",738],["cambridgeindependent.co.uk",738],["dissexpress.co.uk",738],["fenlandcitizen.co.uk",738],["granthamjournal.co.uk",738],["lynnnews.co.uk",738],["kentonline.co.uk",738],["newarkadvertiser.co.uk",738],["rutland-times.co.uk",738],["spaldingtoday.co.uk",738],["stamfordmercury.co.uk",738],["suffolknews.co.uk",738],["velvetmag.co.uk",738],["teachoo.com",739],["itstillworks.com",740],["leaknud.com",741],["colonist.io",742],["wa.de",743],["mboost.me",744],["sumikai.com",745],["adslink.pw",746],["jpopsingles.eu",747],["instagram.com",748],["brisbanetimes.com.au",749],["smh.com.au",749],["theage.com.au",749],["watoday.com.au",749],["flipkart.com",750],["rtl.de",751],["yourdictionary.com",752],["desktopnexus.com",753],["theblock.co",754],["root-nation.com",755],["italpress.com",755],["genshin.gg",756],["mathway.com",757],["viefaucet.com",758],["google.com",759],["rechtschreibpruefung24.de",760],["tirexo.*",761],["adzz.in",762],["model-viewer.com",763],["playstore.pw",764],["adsy.pw",765],["rocketnews24.com",766],["soranews24.com",766],["youpouch.com",767],["afly.pro",769],["bloggingguidance.com",770],["snaptik.app",771],["www.chip.de",772],["chip.de",773],["praxistipps.chip.de",774],["praxistipps.focus.de",775],["netmoms.de",774],["tvtv.ca",777],["tvtv.us",777],["swisscows.com",778],["javopen.co",779],["derivative-calculator.net",780],["integral-calculator.com",780],["proappapk.com",781],["infokik.com",782],["freepik.com",783],["writedroid.*",784],["thetimes.co.uk",785],["additudemag.com",786],["techpp.com",787],["azrom.net",788],["topsporter.net",789],["sportshub.to",789],["seznamzpravy.cz",790],["guru3d.com",791],["roblox-scripts.co",792],["theodysseyonline.com",793],["adseek.site",794],["infoseek.co.jp",795],["socialcounts.org",796],["tlgrm.eu",797],["telegramchannels.me",798],["nn.de",799],["www.walmart.com",800],["thefileslocker.net",801],["n.fcd.su",802],["oxy.*",803],["~oxy.edu",803],["esopress.com",804],["karvitt.com",805],["realpornclips.com",806],["bitchesgirls.com",807],["efukt.com",808],["rookieroad.com",809],["naijafav.top",810],["novinky.cz",811],["webnovelpub.com",812],["novelpub.com",813],["lightnovelspot.com",815],["myanimelist.net",816],["gloryshole.com",817],["tokenmix.pro",818],["bitcosite.com",819],["glosbe.com",820],["mangabuddy.com",821],["elamigos-games.com",822],["elamigos-games.net",822],["elamigosgames.org",822],["imgbox.com",823],["~wp.pl",824],["~money.pl",827],["~komorkomania.pl",829],["~autokult.pl",829],["~o2.pl",829],["~parenting.pl",829],["~abczdrowie.pl",829],["~pudelek.pl",829],["open.fm",830],["vibez.pl",831],["sportowefakty.wp.pl",832],["fitness.wp.pl",832],["smaczneblogi.pl",833],["forum.kardiolo.pl",834],["~www.wp.pl",833],["horoskop.wp.pl",836],["www.wp.pl",837],["pilot.wp.pl",839],["domodi.pl",840],["turystyka.wp.pl",841],["~tv.wp.pl",842],["mag.shock2.info",843],["hints.littlealchemy2.com",844],["hacoos.com",845],["thefastcode.com",846],["besargaji.com",847],["chrysler-club.net",848],["azaleasdolls.com",849],["zefoy.com",850],["bellesa.co",851],["pepperlive.info",852],["adultcomixxx.com",853],["apk-gamers.com",853],["skiplinks.xyz",853],["streamvid.net",854],["miniwebtool.com",854],["sexvideos.host",855],["the-sun.com",856],["lovetoknow.com",857],["thedailybeast.com",858],["parentcircle.com",859],["vidello.net",860],["weatherwx.com",861],["phineypet.com",862],["cellmapper.net",863],["freewebcart.com",864],["securityweek.com",864],["curs-germana.com",864],["vlr.gg",865],["metager.org",866],["comohoy.com",867],["mapcrunch.com",868],["domaha.tv",869],["xxxrip.net",869],["sextor.org",869],["sex-torrent.net",869],["hentaipaw.com",870],["peakpx.com",871],["pxfuel.com",871],["pikist.com",872],["androidauthority.com",873],["app.blubank.com",874],["truyentranhfull.net",875],["empire-anime.*",876],["empire-streaming.*",876],["empire-anime.com",876],["empire-streamz.fr",876],["empire-stream.*",876],["taisachonthi.com",877],["isekaipalace.com",878],["woowebtools.com",879],["iwatchfriendsonline.net",880],["creativebloq.com",881],["sofmag.com",882],["khoaiphim.com",883],["nicomanga.com",884],["www.google.com",885],["totalcsgo.com",886],["gumtree.com.au",887],["gumtree.com",888],["deviantart.com",889],["pandasnovel.com",890],["bangpremier.com",891],["bankbazaar.com",892],["asura.gg",893],["asurascans.com",893],["romsmania.games",894],["freeroms.com",895],["dll-files.com",896],["modrinth.com",897],["codelivly.com",898],["www.mindbodygreen.com",899],["sotwe.com",900],["download.megaup.net",901],["rain-alarm.com",902],["cnn.com",903],["player4u.xyz",904],["vidapi.xyz",904],["dvm360.com",905],["trakt.tv",906],["client.falixnodes.net",907],["thestar.com",908],["dailymail.co.uk",909],["m.baomoi.com",910],["movies4u.*",911],["movies4u3.*",911],["gamerxyt.com",911],["biblestudytools.com",912],["christianheadlines.com",912],["ibelieve.com",912],["screenhub.com.au",913],["insideevs.com",914],["community.pcgamingwiki.com",915],["dzapk.com",916],["zive.cz",917],["client.pylexnodes.net",918],["win.gg",919],["filmizlehdfilm.com",920],["fullfilmizle.cc",920],["gofilmizle.net",920],["estudyme.com",921],["accuweather.com",922],["fplstatistics.co.uk",923],["thespruce.com",924],["skai.gr",925],["sonixgvn.net",926],["francoischarron.com",927],["sabornutritivo.com",928],["bettycrocker.com",929],["filext.com",930],["360haven.com",931],["apkmirror.com",932],["vidsrc.*",933],["gdflix.*",934],["1337x.ninjaproxy1.com",936],["work.ink",937],["fmovies.*",938],["f2movies.to",938],["colourxh.site",939],["fullxh.com",939],["galleryxh.site",939],["megaxh.com",939],["movingxh.world",939],["seexh.com",939],["unlockxh4.com",939],["valuexh.life",939],["xhaccess.com",939],["xhadult2.com",939],["xhadult3.com",939],["xhadult4.com",939],["xhadult5.com",939],["xhamster.*",939],["xhamster1.*",939],["xhamster10.*",939],["xhamster11.*",939],["xhamster12.*",939],["xhamster13.*",939],["xhamster14.*",939],["xhamster15.*",939],["xhamster16.*",939],["xhamster17.*",939],["xhamster18.*",939],["xhamster19.*",939],["xhamster20.*",939],["xhamster2.*",939],["xhamster3.*",939],["xhamster4.*",939],["xhamster42.*",939],["xhamster46.com",939],["xhamster5.*",939],["xhamster7.*",939],["xhamster8.*",939],["xhamsterporno.mx",939],["xhbig.com",939],["xhbranch5.com",939],["xhchannel.com",939],["xhdate.world",939],["xhlease.world",939],["xhmoon5.com",939],["xhofficial.com",939],["xhopen.com",939],["xhplanet1.com",939],["xhplanet2.com",939],["xhreal2.com",939],["xhreal3.com",939],["xhspot.com",939],["xhtotal.com",939],["xhtree.com",939],["xhvictory.com",939],["xhwebsite.com",939],["xhwebsite2.com",939],["xhwebsite5.com",939],["xhwide1.com",939],["xhwide2.com",939],["xhwide5.com",939],["porndoe.com",940],["torrentdownload.*",941],["readcomiconline.*",942],["pixiv.net",943],["cbssports.com",944],["jacquieetmicheltv.net",945],["jacquieetmicheltv2.net",945],["bombuj.*",946],["xfreehd.com",947],["freethesaurus.com",948],["thefreedictionary.com",948],["getmodsapk.*",949],["qwant.com",950],["civitai.com",951],["civitai.green",951],["faroutmagazine.co.uk",952],["govtech.com",953],["dragontea.ink",954],["time.artjoey.com",955],["thehackernews.com",956],["creepypasta.com",957],["statisticsanddata.org",958],["tmailor.com",959],["aliezstream.pro",960],["mylivestream.pro",960],["mylocal.co.uk",961],["ettvi.com",962],["crictime.is",963],["freehit.eu",963],["mobilecric.com",963],["live-sport.duktek.pro",963],["decrypt.day",964],["cryptorank.io",965],["skidrowcodex.net",966],["zee5.com",967],["thejakartapost.com",968],["cenoteka.rs",969],["porno-baguette.com",970],["caravanmagazine.in",971],["eloshapes.com",972],["filerox.com",973],["lowcygier.pl",974],["mip2p.*",975],["myp2p.*",975],["game8.co",976],["ign.com",977],["club386.com",979],["yourstory.com",980],["audiobookbay.lu",981],["service.webgoto.net",982],["freemodsapp.in",983],["onlytech.com",983],["helicomicro.com",983],["9xlinks.*",984],["9xmovie.*",984],["desiflix.*",984],["girlmms.com",984],["ottxmaza.com",984],["sexmazahd.com",984],["webxmaza.com",984],["app.scope.gg",985],["governing.com",986],["therealdeal.com",987],["olympics.com",988],["taste.com.au",989],["playmod24.com",990],["euronews.com",991],["mercatinomusicale.com",992],["btv.bg",993],["btvnovinite.bg",993],["btvsport.bg",993],["1jour1film.*",994],["101soundboards.com",995],["interactivemap.app",996],["plasticsnews.com",997],["idnes.cz",998],["boundingintocomics.com",999],["themix.net",999],["metoffice.gov.uk",1000],["boardgameoracle.com",1001],["callofwar.com",1002],["picrew.me",1003],["stream4free.*",1004],["sdna.gr",1005],["schnittberichte.com",1006],["infinityscans.xyz",1007],["infinityscans.net",1007],["infinityscans.org",1007],["karistudio.com",1008],["leafstudio.site",1008],["handirect.fr",1009],["giphy.com",1010],["politico.com",1011],["voz.vn",1012],["abs-cbn.com",1013],["metro.style",1014],["aov-news.com",1016],["summonersky.com",1016],["worldpopulationreview.com",1017],["sbs.com.au",1018],["msn.com",1019],["vid2faf.*",1020],["vidplay.*",1020],["ignboards.com",1021],["telepisodes.org",1022],["daddylive.*",1023],["9gag.com",1024],["op.gg",1025],["m.shuhaige.net",1026],["laser-pics.com",1027],["uexpress.com",1028],["animeshqip.org",1029],["editor.plantuml.com",1030],["theorg.com",1031],["forgee.xyz",1032],["gamehub.cam",1032],["1001tracklists.com",1033],["mirror.co.uk",1034],["mobalytics.gg",1035],["javfilms.com",1036],["europix.top",1037],["91porna.com",1038],["glamour.com",1039],["abcnews.go.com",1040],["cryptofaucet.club",1041],["redecanaistv.*",1042],["redisex.*",1042],["fapeza.com",1043],["iflscience.com",1044],["sneakernews.com",1045],["emojipedia.org",1046],["agar.io",1047],["criollasx.com",1048],["birminghammail.co.uk",1049],["bristolpost.co.uk",1049],["dailyrecord.co.uk",1049],["hulldailymail.co.uk",1049],["liverpoolecho.co.uk",1049],["manchestereveningnews.co.uk",1049],["stokesentinel.co.uk",1049],["lightningmaps.org",1050],["velo.outsideonline.com",1051],["gulfnews.com",1052],["olamovies.*",1053],["tvpassport.com",1054],["greatandhra.com",1055],["borwap.net",1056],["waptrick.com",1056],["manwa.me",1057],["www.parkers.co.uk",1058],["elamigosweb.com",1059],["manhwaclub.net",1060],["filesq.net",1061],["pogift.click",1062],["povast.click",1062],["rediff.com",1063],["old.reddit.com",1064],["www.google.*",1065],["bikesales.com.au",1066],["disqus.com",1067],["arstechnica.com",1068],["dermnetnz.org",1068],["proboards.com",1069],["winclassic.net",1069],["forbes.com",1070],["dmax.de",1071],["app.koinly.io",1072],["duplichecker.com",1073],["plagiarismdetector.net",1073],["searchenginereports.net",1073],["smallseotools.com",1073],["turboplayers.xyz",1074]]);
33
33
  const hasEntities = true;
34
34
 
35
35
  self.proceduralImports = self.proceduralImports || [];