@browserless.io/browserless 2.37.0 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (492) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/build/browsers/index.js +15 -0
  3. package/build/routes/chrome/http/content.post.query.json +3 -0
  4. package/build/routes/chrome/http/download.post.query.json +3 -0
  5. package/build/routes/chrome/http/function.post.query.json +3 -0
  6. package/build/routes/chrome/http/pdf.post.query.json +3 -0
  7. package/build/routes/chrome/http/performance.post.query.json +3 -0
  8. package/build/routes/chrome/http/scrape.post.query.json +3 -0
  9. package/build/routes/chrome/http/screenshot.post.query.json +3 -0
  10. package/build/routes/chrome/tests/content.spec.js +21 -0
  11. package/build/routes/chrome/tests/json.spec.js +100 -0
  12. package/build/routes/chrome/ws/browser.query.json +3 -0
  13. package/build/routes/chrome/ws/cdp.query.json +3 -0
  14. package/build/routes/chrome/ws/function-connect.query.json +3 -0
  15. package/build/routes/chrome/ws/page.query.json +3 -0
  16. package/build/routes/chromium/http/content.post.query.json +3 -0
  17. package/build/routes/chromium/http/download.post.query.json +3 -0
  18. package/build/routes/chromium/http/function.post.query.json +3 -0
  19. package/build/routes/chromium/http/pdf.post.query.json +3 -0
  20. package/build/routes/chromium/http/performance.post.query.json +3 -0
  21. package/build/routes/chromium/http/scrape.post.query.json +3 -0
  22. package/build/routes/chromium/http/screenshot.post.query.json +3 -0
  23. package/build/routes/chromium/tests/content.spec.js +21 -0
  24. package/build/routes/chromium/tests/function.spec.js +27 -0
  25. package/build/routes/chromium/tests/json.spec.js +100 -0
  26. package/build/routes/chromium/ws/browser.query.json +3 -0
  27. package/build/routes/chromium/ws/cdp.query.json +3 -0
  28. package/build/routes/chromium/ws/function-connect.query.json +3 -0
  29. package/build/routes/chromium/ws/page.query.json +3 -0
  30. package/build/routes/edge/http/content.post.query.json +3 -0
  31. package/build/routes/edge/http/download.post.query.json +3 -0
  32. package/build/routes/edge/http/function.post.query.json +3 -0
  33. package/build/routes/edge/http/pdf.post.query.json +3 -0
  34. package/build/routes/edge/http/performance.post.query.json +3 -0
  35. package/build/routes/edge/http/scrape.post.query.json +3 -0
  36. package/build/routes/edge/http/screenshot.post.query.json +3 -0
  37. package/build/routes/edge/tests/content.spec.js +21 -0
  38. package/build/routes/edge/tests/json.spec.js +100 -0
  39. package/build/routes/edge/ws/browser.query.json +3 -0
  40. package/build/routes/edge/ws/cdp.query.json +3 -0
  41. package/build/routes/edge/ws/function-connect.query.json +3 -0
  42. package/build/routes/edge/ws/page.query.json +3 -0
  43. package/build/routes/management/http/kill.get.query.json +3 -0
  44. package/build/routes/management/http/sessions.get.query.json +3 -0
  45. package/build/routes/management/tests/management.spec.js +44 -0
  46. package/build/server.js +1 -1
  47. package/build/shim.js +11 -1
  48. package/build/shim.spec.js +14 -0
  49. package/build/types.d.ts +2 -0
  50. package/extensions/ublocklite/_locales/ar/messages.json +5 -5
  51. package/extensions/ublocklite/_locales/br_FR/messages.json +2 -2
  52. package/extensions/ublocklite/_locales/cs/messages.json +8 -8
  53. package/extensions/ublocklite/_locales/da/messages.json +5 -5
  54. package/extensions/ublocklite/_locales/de/messages.json +1 -1
  55. package/extensions/ublocklite/_locales/es/messages.json +4 -4
  56. package/extensions/ublocklite/_locales/fa/messages.json +8 -8
  57. package/extensions/ublocklite/_locales/gl/messages.json +5 -5
  58. package/extensions/ublocklite/_locales/hu/messages.json +5 -5
  59. package/extensions/ublocklite/_locales/ka/messages.json +5 -5
  60. package/extensions/ublocklite/_locales/nb/messages.json +7 -7
  61. package/extensions/ublocklite/_locales/pt_PT/messages.json +9 -9
  62. package/extensions/ublocklite/_locales/ro/messages.json +32 -32
  63. package/extensions/ublocklite/_locales/ru/messages.json +3 -3
  64. package/extensions/ublocklite/_locales/sq/messages.json +5 -5
  65. package/extensions/ublocklite/_locales/sv/messages.json +5 -5
  66. package/extensions/ublocklite/_locales/zh_CN/messages.json +5 -5
  67. package/extensions/ublocklite/css/settings.css +6 -0
  68. package/extensions/ublocklite/dashboard.html +1 -1
  69. package/extensions/ublocklite/js/background.js +29 -8
  70. package/extensions/ublocklite/js/dashboard.js +4 -5
  71. package/extensions/ublocklite/js/jsonpath.js +25 -10
  72. package/extensions/ublocklite/js/mode-manager.js +7 -9
  73. package/extensions/ublocklite/js/report.js +2 -4
  74. package/extensions/ublocklite/js/scripting/css-api.js +33 -0
  75. package/extensions/ublocklite/js/scripting/css-generic.js +3 -13
  76. package/extensions/ublocklite/js/scripting/css-procedural-api.js +1 -9
  77. package/extensions/ublocklite/js/scripting/css-procedural.js +1 -5
  78. package/extensions/ublocklite/js/scripting/css-specific.js +1 -5
  79. package/extensions/ublocklite/js/scripting-manager.js +11 -8
  80. package/extensions/ublocklite/js/troubleshooting.js +33 -18
  81. package/extensions/ublocklite/js/utils.js +15 -13
  82. package/extensions/ublocklite/manifest.json +3 -2
  83. package/extensions/ublocklite/rulesets/generic-details.json +4 -2
  84. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +4 -5
  85. package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +13 -8
  86. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +24 -18
  87. package/extensions/ublocklite/rulesets/main/annoyances-notifications.json +2 -1
  88. package/extensions/ublocklite/rulesets/main/annoyances-others.json +3 -2
  89. package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +5 -3
  90. package/extensions/ublocklite/rulesets/main/chn-0.json +26 -16
  91. package/extensions/ublocklite/rulesets/main/deu-0.json +4 -4
  92. package/extensions/ublocklite/rulesets/main/dpollock-0.json +2 -1
  93. package/extensions/ublocklite/rulesets/main/easylist.json +44 -101
  94. package/extensions/ublocklite/rulesets/main/easyprivacy.json +28 -15
  95. package/extensions/ublocklite/rulesets/main/est-0.json +2 -1
  96. package/extensions/ublocklite/rulesets/main/fin-0.json +3 -1
  97. package/extensions/ublocklite/rulesets/main/fra-0.json +6 -4
  98. package/extensions/ublocklite/rulesets/main/hrv-0.json +6 -3
  99. package/extensions/ublocklite/rulesets/main/hun-0.json +5 -2
  100. package/extensions/ublocklite/rulesets/main/idn-0.json +1 -1
  101. package/extensions/ublocklite/rulesets/main/ind-0.json +36 -34
  102. package/extensions/ublocklite/rulesets/main/isr-0.json +1 -1
  103. package/extensions/ublocklite/rulesets/main/ita-0.json +6 -3
  104. package/extensions/ublocklite/rulesets/main/jpn-1.json +31 -24
  105. package/extensions/ublocklite/rulesets/main/kor-1.json +5 -3
  106. package/extensions/ublocklite/rulesets/main/mkd-0.json +2 -1
  107. package/extensions/ublocklite/rulesets/main/nld-0.json +3 -1
  108. package/extensions/ublocklite/rulesets/main/nor-0.json +17 -3
  109. package/extensions/ublocklite/rulesets/main/pgl.json +16 -20
  110. package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
  111. package/extensions/ublocklite/rulesets/main/rus-0.json +14 -13
  112. package/extensions/ublocklite/rulesets/main/rus-1.json +5 -2
  113. package/extensions/ublocklite/rulesets/main/spa-1.json +13 -3
  114. package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +11287 -12041
  115. package/extensions/ublocklite/rulesets/main/swe-1.json +24 -22
  116. package/extensions/ublocklite/rulesets/main/tur-0.json +15 -6
  117. package/extensions/ublocklite/rulesets/main/ublock-badware.json +30 -3
  118. package/extensions/ublocklite/rulesets/main/ublock-filters.json +91 -88
  119. package/extensions/ublocklite/rulesets/main/ukr-0.json +3 -3
  120. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +4063 -328
  121. package/extensions/ublocklite/rulesets/main/vie-1.json +62 -51
  122. package/extensions/ublocklite/rulesets/regex/block-lan.json +16 -0
  123. package/extensions/ublocklite/rulesets/regex/chn-0.json +3 -2
  124. package/extensions/ublocklite/rulesets/regex/easylist.json +1 -6
  125. package/extensions/ublocklite/rulesets/regex/jpn-1.json +2 -3
  126. package/extensions/ublocklite/rulesets/regex/rus-0.json +2 -1
  127. package/extensions/ublocklite/rulesets/regex/ublock-badware.json +5 -5
  128. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +23 -14
  129. package/extensions/ublocklite/rulesets/ruleset-details.json +239 -239
  130. package/extensions/ublocklite/rulesets/scripting/generic/adguard-mobile.js +2 -2
  131. package/extensions/ublocklite/rulesets/scripting/generic/alb-0.js +1 -1
  132. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +3 -3
  133. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +2 -2
  134. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-others.js +2 -2
  135. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-overlays.js +2 -2
  136. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +3 -3
  137. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-widgets.js +1 -1
  138. package/extensions/ublocklite/rulesets/scripting/generic/bgr-0.js +2 -2
  139. package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +2 -2
  140. package/extensions/ublocklite/rulesets/scripting/generic/cze-0.js +2 -2
  141. package/extensions/ublocklite/rulesets/scripting/generic/deu-0.js +2 -2
  142. package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
  143. package/extensions/ublocklite/rulesets/scripting/generic/easyprivacy.js +1 -1
  144. package/extensions/ublocklite/rulesets/scripting/generic/est-0.js +2 -2
  145. package/extensions/ublocklite/rulesets/scripting/generic/fin-0.js +2 -2
  146. package/extensions/ublocklite/rulesets/scripting/generic/fra-0.js +2 -2
  147. package/extensions/ublocklite/rulesets/scripting/generic/grc-0.js +2 -2
  148. package/extensions/ublocklite/rulesets/scripting/generic/hrv-0.js +2 -2
  149. package/extensions/ublocklite/rulesets/scripting/generic/hun-0.js +2 -2
  150. package/extensions/ublocklite/rulesets/scripting/generic/idn-0.js +2 -2
  151. package/extensions/ublocklite/rulesets/scripting/generic/ind-0.js +1 -1
  152. package/extensions/ublocklite/rulesets/scripting/generic/irn-0.js +2 -2
  153. package/extensions/ublocklite/rulesets/scripting/generic/isr-0.js +2 -2
  154. package/extensions/ublocklite/rulesets/scripting/generic/ita-0.js +2 -2
  155. package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +2 -2
  156. package/extensions/ublocklite/rulesets/scripting/generic/kor-1.js +2 -2
  157. package/extensions/ublocklite/rulesets/scripting/generic/ltu-0.js +1 -1
  158. package/extensions/ublocklite/rulesets/scripting/generic/lva-0.js +1 -1
  159. package/extensions/ublocklite/rulesets/scripting/generic/mkd-0.js +2 -2
  160. package/extensions/ublocklite/rulesets/scripting/generic/nld-0.js +2 -2
  161. package/extensions/ublocklite/rulesets/scripting/generic/nor-0.js +2 -2
  162. package/extensions/ublocklite/rulesets/scripting/generic/pol-0.js +2 -2
  163. package/extensions/ublocklite/rulesets/scripting/generic/rou-1.js +2 -2
  164. package/extensions/ublocklite/rulesets/scripting/generic/rus-0.js +2 -2
  165. package/extensions/ublocklite/rulesets/scripting/generic/rus-1.js +2 -2
  166. package/extensions/ublocklite/rulesets/scripting/generic/spa-0.js +2 -2
  167. package/extensions/ublocklite/rulesets/scripting/generic/spa-1.js +2 -2
  168. package/extensions/ublocklite/rulesets/scripting/generic/svn-0.js +1 -1
  169. package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +2 -2
  170. package/extensions/ublocklite/rulesets/scripting/generic/tha-0.js +1 -1
  171. package/extensions/ublocklite/rulesets/scripting/generic/tur-0.js +2 -2
  172. package/extensions/ublocklite/rulesets/scripting/generic/ublock-badware.js +1 -1
  173. package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
  174. package/extensions/ublocklite/rulesets/scripting/generic/ubol-tests.js +2 -2
  175. package/extensions/ublocklite/rulesets/scripting/generic/ukr-0.js +3 -3
  176. package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +3 -3
  177. package/extensions/ublocklite/rulesets/scripting/generichigh/chn-0.css +3 -5
  178. package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +4 -0
  179. package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +4 -0
  180. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +1 -1
  181. package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +3 -3
  182. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
  183. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +2 -2
  184. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
  185. package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +3 -3
  186. package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
  187. package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +1 -1
  188. package/extensions/ublocklite/rulesets/scripting/procedural/fra-0.js +1 -1
  189. package/extensions/ublocklite/rulesets/scripting/procedural/grc-0.js +3 -3
  190. package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
  191. package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
  192. package/extensions/ublocklite/rulesets/scripting/procedural/isr-0.js +3 -3
  193. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  194. package/extensions/ublocklite/rulesets/scripting/procedural/kor-1.js +3 -3
  195. package/extensions/ublocklite/rulesets/scripting/procedural/rou-1.js +3 -3
  196. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  197. package/extensions/ublocklite/rulesets/scripting/procedural/rus-1.js +3 -3
  198. package/extensions/ublocklite/rulesets/scripting/procedural/spa-1.js +3 -3
  199. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +3 -3
  200. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-experimental.js +42 -0
  201. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  202. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.addEventListener-defuser.js +7 -3
  203. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.prevent-setTimeout.js +5 -1
  204. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.addEventListener-defuser.js +5 -1
  205. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +5 -1
  206. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-setTimeout.js +5 -1
  207. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.remove-node-text.js +1 -1
  208. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  209. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
  210. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-session-storage-item.js +2 -2
  211. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +5 -2
  212. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-replace-node-text.js +2 -2
  213. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  214. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.addEventListener-defuser.js +5 -1
  215. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.set-constant.js +2 -2
  216. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.addEventListener-defuser.js +5 -1
  217. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.json-prune.js +2 -2
  218. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setInterval.js +5 -1
  219. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setTimeout.js +5 -1
  220. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-cookie.js +2 -2
  221. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +2 -2
  222. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-on-stack-trace.js +2 -2
  223. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +6 -2
  224. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.noeval-if.js +5 -1
  225. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +5 -1
  226. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setInterval.js +5 -1
  227. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +6 -2
  228. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-window-open.js +5 -1
  229. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-attr.js +2 -2
  230. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-class.js +2 -2
  231. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-node-text.js +2 -2
  232. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +2 -2
  233. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-click-element.js +3 -0
  234. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-argument.js +19 -8
  235. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-outbound-text.js +5 -1
  236. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-suppress-native-method.js +5 -1
  237. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +5 -1
  238. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.evaldata-prune.js +5 -1
  239. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.noeval-if.js +5 -1
  240. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +7 -3
  241. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setInterval.js +5 -1
  242. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +6 -2
  243. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-window-open.js +5 -1
  244. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.set-constant.js +1 -1
  245. package/extensions/ublocklite/rulesets/scripting/scriptlet/{nld-0.json-prune-fetch-response.js → chn-0.set-cookie.js} +120 -266
  246. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.addEventListener-defuser.js +5 -1
  247. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setInterval.js +5 -1
  248. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setTimeout.js +5 -1
  249. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +5 -1
  250. package/extensions/ublocklite/rulesets/scripting/scriptlet/est-0.addEventListener-defuser.js +5 -1
  251. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.prevent-setTimeout.js +5 -1
  252. package/extensions/ublocklite/rulesets/scripting/scriptlet/{vie-1.addEventListener-defuser.js → fin-0.remove-node-text.js} +105 -154
  253. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.addEventListener-defuser.js +5 -1
  254. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +5 -1
  255. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-requestAnimationFrame.js +5 -1
  256. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setInterval.js +5 -1
  257. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setTimeout.js +5 -1
  258. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-window-open.js +5 -1
  259. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.addEventListener-defuser.js +5 -1
  260. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-setTimeout.js +5 -1
  261. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-window-open.js +5 -1
  262. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.set-constant.js +2 -2
  263. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.addEventListener-defuser.js +5 -1
  264. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.noeval-if.js +5 -1
  265. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +5 -1
  266. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-setTimeout.js +5 -1
  267. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +5 -1
  268. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.addEventListener-defuser.js +5 -1
  269. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.href-sanitizer.js +4 -22
  270. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +5 -1
  271. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-setTimeout.js +5 -1
  272. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-window-open.js +5 -1
  273. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.addEventListener-defuser.js +5 -1
  274. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +6 -2
  275. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-setTimeout.js +5 -1
  276. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-window-open.js +5 -1
  277. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +5 -1
  278. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.adjust-setInterval.js +2 -2
  279. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.href-sanitizer.js +6 -24
  280. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
  281. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.noeval-if.js +5 -1
  282. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +5 -1
  283. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setInterval.js +5 -1
  284. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setTimeout.js +5 -1
  285. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-window-open.js +5 -1
  286. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.abort-current-script.js +2 -2
  287. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +7 -3
  288. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +7 -3
  289. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setInterval.js +5 -1
  290. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +7 -3
  291. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +5 -1
  292. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-xhr.js +2 -2
  293. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-cookie.js +2 -2
  294. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-node-text.js +2 -2
  295. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.set-constant.js +2 -2
  296. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.set-local-storage-item.js +399 -0
  297. package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-setTimeout.js +5 -1
  298. package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-window-open.js +5 -1
  299. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.addEventListener-defuser.js +5 -1
  300. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +5 -1
  301. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-setTimeout.js +5 -1
  302. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.addEventListener-defuser.js +5 -1
  303. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +5 -1
  304. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-setTimeout.js +5 -1
  305. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.addEventListener-defuser.js +5 -1
  306. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.noeval-if.js +5 -1
  307. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setInterval.js +5 -1
  308. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setTimeout.js +5 -1
  309. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-window-open.js +5 -1
  310. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.noeval-if.js +5 -1
  311. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setInterval.js +5 -1
  312. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setTimeout.js +5 -1
  313. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-window-open.js +5 -1
  314. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-write.js +2 -2
  315. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +2 -2
  316. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +8 -4
  317. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +6 -24
  318. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.noeval-if.js +5 -1
  319. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +5 -1
  320. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setInterval.js +5 -1
  321. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +5 -1
  322. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-window-open.js +5 -1
  323. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +3 -3
  324. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
  325. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
  326. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-cookie.js +2 -2
  327. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.addEventListener-defuser.js +5 -1
  328. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +5 -1
  329. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-setTimeout.js +5 -1
  330. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-local-storage-item.js +399 -0
  331. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +5 -1
  332. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.href-sanitizer.js +4 -22
  333. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
  334. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +6 -2
  335. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +5 -1
  336. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-requestAnimationFrame.js +5 -1
  337. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setInterval.js +5 -1
  338. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +7 -3
  339. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +5 -1
  340. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.remove-node-text.js +2 -2
  341. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.addEventListener-defuser.js +5 -1
  342. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +4 -22
  343. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.noeval-if.js +5 -1
  344. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setInterval.js +5 -1
  345. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +5 -1
  346. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +5 -1
  347. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +5 -1
  348. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setInterval.js +5 -1
  349. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +5 -1
  350. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +6 -2
  351. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
  352. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.addEventListener-defuser.js +5 -1
  353. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.noeval-if.js +5 -1
  354. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +19 -8
  355. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +848 -0
  356. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
  357. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  358. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  359. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-write.js +1 -1
  360. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
  361. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +7 -3
  362. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +1 -1
  363. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +2 -2
  364. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.href-sanitizer.js +5 -23
  365. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +29 -11
  366. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +24 -10
  367. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +29 -11
  368. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  369. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-xhr-response.js +3 -3
  370. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +2 -2
  371. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +24 -10
  372. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +7 -3
  373. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +7 -3
  374. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +6 -2
  375. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +8 -4
  376. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +8 -4
  377. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +7 -3
  378. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
  379. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-attr.js +2 -2
  380. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
  381. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
  382. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
  383. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
  384. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-click-element.js +3 -0
  385. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-create-html.js +2 -2
  386. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +29 -11
  387. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +29 -11
  388. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-override-element-method.js +5 -1
  389. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-dom-bypass.js +5 -1
  390. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +7 -3
  391. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +21 -10
  392. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +3 -3
  393. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +5 -1
  394. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-attr.js +2 -2
  395. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +7 -3
  396. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +29 -11
  397. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +24 -10
  398. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.prevent-setTimeout.js +5 -1
  399. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.trusted-prevent-dom-bypass.js +5 -1
  400. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +5 -1
  401. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-window-open.js +5 -1
  402. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  403. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +2 -2
  404. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +5 -1
  405. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-setTimeout.js +5 -1
  406. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.set-constant.js +2 -2
  407. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  408. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  409. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  410. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  411. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  412. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
  413. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  414. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  415. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  416. package/extensions/ublocklite/rulesets/scripting/specific/est-0.js +3 -3
  417. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  418. package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
  419. package/extensions/ublocklite/rulesets/scripting/specific/grc-0.js +3 -3
  420. package/extensions/ublocklite/rulesets/scripting/specific/hrv-0.js +3 -3
  421. package/extensions/ublocklite/rulesets/scripting/specific/hun-0.js +3 -3
  422. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  423. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  424. package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +3 -3
  425. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  426. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  427. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
  428. package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +3 -3
  429. package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
  430. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  431. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  432. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  433. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  434. package/extensions/ublocklite/rulesets/scripting/specific/ublock-badware.js +1 -1
  435. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  436. package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
  437. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  438. package/extensions/ublocklite/rulesets/scriptlet-details.json +205 -117
  439. package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +18 -28
  440. package/extensions/ublocklite/rulesets/strictblock/annoyances-cookies.json +1 -0
  441. package/extensions/ublocklite/rulesets/strictblock/annoyances-widgets.json +1 -0
  442. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +267 -247
  443. package/extensions/ublocklite/rulesets/strictblock/deu-0.json +1 -0
  444. package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +2 -1
  445. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  446. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +47 -3
  447. package/extensions/ublocklite/rulesets/strictblock/fra-0.json +102 -41
  448. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +208 -198
  449. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
  450. package/extensions/ublocklite/rulesets/strictblock/pgl.json +16 -20
  451. package/extensions/ublocklite/rulesets/strictblock/pol-0.json +5 -1
  452. package/extensions/ublocklite/rulesets/strictblock/spa-1.json +1 -0
  453. package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +11287 -12041
  454. package/extensions/ublocklite/rulesets/strictblock/swe-1.json +0 -1
  455. package/extensions/ublocklite/rulesets/strictblock/tur-0.json +1 -0
  456. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +671 -653
  457. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +23 -19
  458. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +3 -0
  459. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +4063 -328
  460. package/extensions/ublocklite/rulesets/strictblock/vie-1.json +5 -1
  461. package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +59 -1
  462. package/extensions/ublocklite/ublock.zip +0 -0
  463. package/package.json +23 -22
  464. package/scripts/install-debugger.js +2 -2
  465. package/src/browsers/index.ts +20 -0
  466. package/src/routes/chrome/tests/content.spec.ts +24 -0
  467. package/src/routes/chrome/tests/json.spec.ts +134 -0
  468. package/src/routes/chromium/tests/content.spec.ts +24 -0
  469. package/src/routes/chromium/tests/function.spec.ts +33 -0
  470. package/src/routes/chromium/tests/json.spec.ts +134 -0
  471. package/src/routes/chromium/tests/scrape.spec.ts +3 -1
  472. package/src/routes/edge/tests/content.spec.ts +24 -0
  473. package/src/routes/edge/tests/json.spec.ts +134 -0
  474. package/src/routes/management/tests/management.spec.ts +66 -0
  475. package/src/server.ts +1 -1
  476. package/src/shared/screenshot.http.ts +1 -1
  477. package/src/shim.spec.ts +18 -0
  478. package/src/shim.ts +15 -1
  479. package/src/types.ts +2 -0
  480. package/static/docs/swagger.json +5 -2
  481. package/static/docs/swagger.min.json +4 -1
  482. package/static/function/client.js +143 -105
  483. package/static/function/index.html +143 -105
  484. package/build/routes/chrome/tests/json-version.spec.js +0 -37
  485. package/build/routes/chromium/tests/json-version.spec.js +0 -37
  486. package/build/routes/edge/tests/json-version.spec.js +0 -37
  487. package/src/routes/chrome/tests/json-version.spec.ts +0 -52
  488. package/src/routes/chromium/tests/json-version.spec.ts +0 -52
  489. package/src/routes/edge/tests/json-version.spec.ts +0 -52
  490. /package/build/routes/chrome/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
  491. /package/build/routes/chromium/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
  492. /package/build/routes/edge/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
@@ -27,9 +27,9 @@
27
27
 
28
28
  /******************************************************************************/
29
29
 
30
- const argsList = ["[]","[{\"selector\":\".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\":\"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\":\"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\":\".adsbyexoclick\",\"tasks\":[[\"upward\",1]]}]","[{\"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,371,-5,371,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,-25,26,25,27,28,29,30,-30,332,-30,343,-30,426,-30,-646,-649,-650,-653,-662,-664,665,-30,-646,-649,-650,-653,664,-30,-646,-649,-650,-652,-653,-654,-655,665,-30,-646,-649,-650,-653,665,-30,-646,-649,650,-30,-646,-649,-650,-651,653,-30,-646,-649,-650,-652,-654,-660,665,-30,-646,-649,658,-30,-646,-649,-652,653,-30,-646,-649,-650,-651,-654,659,-30,-646,-649,-650,651,-30,-646,-649,-650,-651,654,-30,-646,-649,654,-30,-646,650,-30,639,-30,780,31,32,33,34,35,-36,37,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,-59,-82,85,60,61,62,-63,64,63,64,65,66,67,68,69,-70,116,71,72,73,74,75,76,77,78,79,80,81,-82,83,-84,85,86,87,88,-89,90,-89,91,92,93,-94,188,94,-94,219,-94,383,-94,557,95,96,97,98,99,100,101,102,103,-103,168,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,-120,562,121,122,123,124,-125,758,125,126,127,128,129,130,131,132,133,134,135,-136,745,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,-156,157,157,-157,202,158,159,160,161,-162,163,-162,166,162,164,165,167,169,170,171,172,-173,892,174,175,176,177,178,179,180,181,-182,183,-183,184,185,186,187,189,190,191,192,-192,203,193,194,195,196,197,198,199,200,201,204,205,-205,494,206,207,208,209,-210,211,210,-210,501,-210,546,-210,247,212,213,214,215,216,217,218,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,-242,864,243,244,245,246,-247,248,-247,281,247,-247,293,-247,342,-247,-412,522,-247,412,249,-249,345,250,-250,305,251,-251,-256,257,252,253,-253,254,255,-256,298,-258,259,-259,314,-260,369,261,-262,369,263,-264,265,265,266,267,268,269,270,271,272,273,-274,276,274,-274,285,-274,515,-274,602,-274,632,275,277,278,279,280,-281,330,282,283,284,285,286,287,288,-289,323,290,291,292,294,295,296,297,299,-300,301,-300,324,301,-301,318,302,-302,303,304,306,-306,308,307,-308,309,310,311,312,313,315,316,317,318,319,-320,321,321,322,323,325,326,327,328,329,331,332,333,334,335,336,337,338,339,340,341,344,345,346,347,348,349,350,351,352,-353,354,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,372,373,374,375,376,377,-377,743,378,379,380,381,382,384,385,386,387,388,389,390,-390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,-411,412,412,413,414,415,416,417,418,419,420,421,422,423,424,425,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,-443,558,444,445,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,495,496,497,498,499,500,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,-538,539,538,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,559,560,561,563,564,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,-590,591,592,593,594,595,596,597,-597,640,598,599,600,601,603,604,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,636,637,638,639,641,642,643,644,645,-647,-648,663,-647,648,647,649,650,652,653,-653,660,654,-654,656,657,660,661,666,667,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,746,747,748,749,750,751,752,753,754,755,756,757,-757,829,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,-800,843,801,802,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,830,831,832,833,834,835,836,-836,837,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];
32
- const hostnamesMap = new Map([["aternos.org",1],["poophq.com",2],["veev.to",2],["0cbcq8mu.com",3],["2cf0xzdu.com",3],["4k2h4w04.xyz",3],["a6iqb4m8.xyz",3],["afl3ua5u.xyz",3],["jmzkzesy.xyz",3],["dogdrip.net",4],["infinityfree.com",6],["smsonline.cloud",8],["07c225f3.online",9],["content-loader.com",9],["css-load.com",9],["html-load.com",9],["img-load.com",9],["bing.com",10],["global.novelpia.com",11],["orange.fr",12],["drstevenlin.com",13],["yts.*",13],["romaniataramea.com",13],["straatosphere.com",13],["discussingfilm.net",13],["rmweb.co.uk",13],["sampledrive.org",13],["apnews.com",14],["carbuzz.com",15],["~ebay.com",16],["los40.com",17],["reuters.com",18],["begadistrictnews.com.au",19],["bendigoadvertiser.com.au",19],["goulburnpost.com.au",19],["maitlandmercury.com.au",19],["newcastleherald.com.au",19],["examiner.com.au",20],["theadvocate.com.au",20],["thecourier.com.au",20],["~praxistipps.chip.de",21],["hero-magazine.com",22],["digg.com",23],["autoblog.com",24],["researchgate.net",25],["~uschovna.cz",26],["uschovna.cz",27],["kitguru.net",29],["vladan.fr",29],["commands.gg",29],["stardewids.com",29],["unito.life",30],["ilbianconero.com",31],["profit.ro",32],["walletinvestor.com",33],["palatifini.it",33],["dmzj.com",33],["leechpremium.link",33],["beautypackaging.com",33],["coatingsworld.com",33],["contractpharma.com",33],["happi.com",33],["inkworldmagazine.com",33],["labelandnarrowweb.com",33],["mpo-mag.com",33],["nutraceuticalsworld.com",33],["odtmag.com",33],["printedelectronicsnow.com",33],["4j.com",33],["cinema.maalaimalar.com",33],["publish0x.com",33],["fansonlinehub.com",33],["hotmediahub.com",33],["terabox.fun",33],["teralink.me",33],["terashare.me",33],["teraearn.com",33],["techishant.in",34],["aman-dn.blogspot.com",36],["cyberlynews.com",33],["quizrent.com",33],["hindustantimes.com",38],["myflixer.*",33],["advertiserandtimes.co.uk",33],["primeos.in",33],["moviesjoy.*",33],["sportstiger.com",33],["eltiempo.es",33],["tribuna.com",33],["vuinsider.com",33],["wp.pl",40],["money.pl",48],["o2.pl",54],["parenting.pl",63],["pudelek.pl",69],["autokult.pl",73],["gadzetomania.pl",73],["fotoblogia.pl",73],["komorkomania.pl",73],["polygamia.pl",73],["abczdrowie.pl",79],["benchmark.pl",87],["kafeteria.pl",91],["pysznosci.pl",96],["dobreprogramy.pl",103],["genialne.pl",108],["autocentrum.pl",114],["jastrzabpost.pl",108],["deliciousmagazine.pl",118],["review.firstround.com",33],["truthsocial.com",33],["schools.snap.app",33],["linkneverdie.net",33],["carbonite.co.za",121],["petri.com",33],["beaumontenterprise.com",123],["bigrapidsnews.com",123],["ctinsider.com",123],["ctpost.com",123],["darientimes.com",123],["expressnews.com",123],["greenwichtime.com",123],["houstonchronicle.com",123],["lmtonline.com",123],["manisteenews.com",123],["michigansthumb.com",123],["middletownpress.com",123],["milfordmirror.com",123],["mrt.com",123],["myjournalcourier.com",123],["ncadvertiser.com",123],["newstimes.com",123],["nhregister.com",123],["ourmidland.com",123],["registercitizen.com",123],["sfchronicle.com",123],["sheltonherald.com",123],["stamfordadvocate.com",123],["theheraldreview.com",123],["thehour.com",123],["theintelligencer.com",123],["theridgefieldpress.com",123],["thetelegraph.com",123],["timesunion.com",123],["trumbulltimes.com",123],["wiltonbulletin.com",123],["yourconroenews.com",123],["cybernews.com",33],["cyberstumble.com",125],["gigantti.fi",126],["kingarthurbaking.com",127],["~job.mt.de",128],["~job.nw.de",128],["beckershospitalreview.com",129],["thequint.com",130],["prepostseo.com",132],["novelgames.com",133],["tcsjerky.com",134],["~instagram.com",135],["gamingbible.com",136],["eitb.eus",137],["riteaid.com",138],["radiox.co.uk",139],["itmedia.co.jp",140],["bellinghamherald.com",141],["bnd.com",141],["bradenton.com",141],["centredaily.com",141],["charlotteobserver.com",141],["flkeysnews.com",141],["fresnobee.com",141],["heraldonline.com",141],["heraldsun.com",141],["idahostatesman.com",141],["islandpacket.com",141],["kansas.com",141],["kansascity.com",141],["kentucky.com",141],["ledger-enquirer.com",141],["macon.com",141],["mahoningmatters.com",141],["mcclatchydc.com",141],["mercedsunstar.com",141],["miamiherald.com",141],["modbee.com",141],["myrtlebeachonline.com",141],["newsobserver.com",141],["sacbee.com",141],["sanluisobispo.com",141],["star-telegram.com",141],["sunherald.com",141],["thestate.com",142],["variety.com",143],["mediaite.com",144],["muropaketti.com",145],["jayisgames.com",146],["scotsman.com",147],["brightygames.com",148],["yoho.games",148],["sisigames.com",149],["decathlon.in",150],["metastats.net",151],["goku.sx",152],["eksisozluk.com",153],["indiatimes.com",154],["abcam.com",157],["buytesmart.com",158],["vidaextra.com",159],["www.reddit.com",160],["new.reddit.com",162],["sh.reddit.com",163],["www.al.com",164],["www.cleveland.com",164],["www.lehighvalleylive.com",164],["www.masslive.com",164],["www.mlive.com",164],["www.nj.com",164],["www.oregonlive.com",164],["www.pennlive.com",164],["www.silive.com",164],["www.syracuse.com",164],["sklep.trzynastkaplus.pl",165],["reclameaqui.com.br",166],["gifmagic.com",167],["lastampa.it",168],["nytimes.com",169],["typingtest.com",171],["gazzetta.gr",172],["steamidfinder.com",173],["abeautifuldominion.com",174],["some.porn",175],["play.diziyou1.com",176],["play.diziyou2.com",176],["play.diziyou3.com",176],["play.diziyou4.com",176],["play.diziyou5.com",176],["play.diziyou6.com",176],["play.diziyou7.com",176],["play.diziyou8.com",176],["play.diziyou9.com",176],["play.diziyou10.com",176],["play.diziyou11.com",176],["play.diziyou12.com",176],["play.diziyou13.com",176],["play.diziyou14.com",176],["play.diziyou15.com",176],["play.diziyou16.com",176],["play.diziyou17.com",176],["play.diziyou18.com",176],["play.diziyou19.com",176],["play.diziyou20.com",176],["play.diziyou21.com",176],["play.diziyou22.com",176],["play.diziyou23.com",176],["play.diziyou24.com",176],["play.diziyou25.com",176],["play.diziyou26.com",176],["play.diziyou27.com",176],["play.diziyou28.com",176],["play.diziyou29.com",176],["play.diziyou30.com",176],["play.diziyou31.com",176],["play.diziyou32.com",176],["play.diziyou33.com",176],["play.diziyou34.com",176],["play.diziyou35.com",176],["play.diziyou36.com",176],["play.diziyou37.com",176],["play.diziyou38.com",176],["play.diziyou39.com",176],["play.diziyou40.com",176],["play.diziyou41.com",176],["play.diziyou42.com",176],["play.diziyou43.com",176],["play.diziyou44.com",176],["play.diziyou45.com",176],["play.diziyou46.com",176],["play.diziyou47.com",176],["play.diziyou48.com",176],["play.diziyou49.com",176],["play.diziyou50.com",176],["youtube.com",177],["tvspielfilm.de",178],["sport1.de",179],["pornhub.*",180],["economictimes.indiatimes.com",181],["samayam.com",182],["m.economictimes.com",184],["m.timesofindia.com",186],["aranzulla.it",187],["uol.com.br",188],["businesstoday.in",189],["indiatoday.in",191],["intoday.in",191],["facebook.com",193],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",193],["web.facebook.com",194],["www.facebook.com",194],["ndtv.com",195],["investing.com",197],["greensboro.com",197],["photobucket.com",198],["yusepjaelani.blogspot.com",197],["web2.0rechner.de",197],["web2.0calc.*",197],["beermoneyforum.com",200],["streamingcommunity.*",202],["alliptvlinks.com",197],["bitchute.com",197],["breednet.com.au",197],["punters.com.au",197],["wetteronline.*",204],["m.aajtak.in",205],["amazon.*",206],["web.de",207],["golem.de",208],["bild.de",209],["usatoday.com",210],["quora.com",211],["gamestorrents.*",212],["gogoanimes.*",212],["limetorrents.*",213],["piratebayz.*",212],["mediafire.com",215],["rule34.xxx",216],["popculture.com",217],["mind42.com",218],["elmundo.es",219],["primewire.*",220],["torrentz2.*",221],["torlock.*",222],["torlock2.*",222],["wunderground.com",223],["mylink.*",224],["my1ink.*",224],["myl1nk.*",224],["myli3k.*",224],["freebeacon.com",225],["chan.sankakucomplex.com",226],["nytimes3xbfgragh.onion",227],["cooking.nytimes.com",228],["userupload.*",229],["animepahe.*",230],["kwik.*",230],["ouo.*",230],["urlpay.net",230],["newtorrentgame.com",230],["kropic.com",230],["hpaudiobooks.*",230],["xxxmax.net",230],["ebookbb.com",230],["alexsports.*",230],["poscitech.*",231],["sportsonline.*",232],["yts.mx",234],["imgtaxi.com",235],["hqq.*",236],["waaw.*",236],["alrincon.com",237],["1337x.*",238],["x1337x.*",238],["1337x.unblock2.xyz",240],["1337x.unblocked.*",240],["1337x.unblockit.*",240],["pussyspace.com",241],["pussyspace.net",241],["tnaflix.com",242],["stomp.straitstimes.com",243],["feet9.com",244],["mylust.com",245],["pixhost.*",246],["nme.com",247],["idealhome.co.uk",248],["look.co.uk",248],["focus.de",249],["vsco.co",250],["twitter.com",251],["twitter3e4tixl4xyajtrzo62zg5vztmjuricljdp2c5kshju4avyoid.onion",253],["x.com",251],["jeuxvideo.com",254],["pcbolsa.com",255],["reddit.com",256],["reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion",256],["hdmotori.it",257],["strikeout.*",258],["peliculasmx.net",259],["btc-echo.de",260],["cricstream.me",261],["bowfile.com",261],["crackllc.com",262],["designmodo.com",262],["hackstore.*",262],["compucalitv.com",262],["procrackerz.org",262],["megawarez.org",262],["dailydot.com",263],["mypornstarbook.net",264],["ashemaletube.com",265],["ashemaletube.*",266],["gamepedia.com",267],["appvn.com",268],["ccn.com",269],["ettv.*",270],["xrares.com",271],["link.goto.com.np",272],["movies123.*",273],["0123movies.*",275],["5movies.*",276],["megadede.*",275],["adivineencounter.com",278],["alcasthq.com",278],["au-di-tions.com",278],["badgehungry.com",278],["bloggingawaydebt.com",278],["chipandco.com",278],["cornerstoneconfessions.com",278],["dearcreatives.com",278],["divinelifestyle.com",278],["eslauthority.com",278],["heresyoursavings.com",278],["investingchannel.com",278],["irresistiblepets.net",278],["justjared.com",278],["kompas.com",278],["lovegrowswild.com",278],["mjsbigblog.com",278],["mommybunch.com",278],["mustardseedmoney.com",278],["myfunkytravel.com",278],["mywomenstuff.com",278],["onetimethrough.com",278],["panlasangpinoymeatrecipes.com",278],["peru21.pe",278],["savespendsplurge.com",278],["savvyhoney.com",278],["silverpetticoatreview.com",278],["tamaratattles.com",278],["the-military-guide.com",278],["the2seasons.com",278],["therelaxedhomeschool.com",278],["thetechieguy.com",278],["waterheaterleakinginfo.com",278],["zeroto60times.com",278],["cut-fly.com",279],["foxseotools.com",279],["classicreload.com",280],["piratebay.*",281],["pirateproxy.*",281],["wowescape.com",282],["games2rule.com",284],["bigescapegames.com",286],["pornve.com",287],["pixlr.com",288],["elixx.*",289],["hardmob.com.br",290],["gameguardian.net",291],["safe.elektroupdate.com",291],["mirrorace.*",292],["elizabeth-mitchell.org",293],["plagiarismchecker.co",294],["temp-mail.org",296],["medievalists.net",297],["u.gg",298],["celebjihad.com",299],["xnxxjapon.com",300],["solarmovie.*",301],["dramacool.*",302],["webserver.one",303],["t-online.de",304],["~email.t-online.de",306],["convallariaslibrary.com",308],["gourmetscans.net",308],["frag-mutti.de",309],["ovagames.com",310],["food.ndtv.com",311],["ustream.*",312],["ableitungsrechner.net",313],["watchfreexxx.net",314],["pandamovie.*",315],["pandamovies.me",315],["pornkino.cc",315],["speedporn.*",315],["xxxscenes.net",315],["youwatchporn.com",315],["onle.co",317],["loskatchorros.com.br",317],["how2electronics.com",317],["univers-simu.com",317],["stokerpiller.dk",317],["onlinestudentseva.com",317],["dexterclearance.com",317],["extratorrent.*",318],["oko.sh",319],["fuqer.com",320],["filerio.in",321],["duden.de",322],["cinetux.*",323],["streameast.*",324],["mlwbd.*",325],["washingtonpost.com",326],["marketmovers.it",327],["newssokuhou666.blog.fc2.com",327],["youkaiwatch2345.blog.fc2.com",327],["5ggyan.com",328],["bigbtc.win",330],["cryptofun.space",330],["games4king.com",331],["artribune.com",332],["oscobo.com",333],["ufacw.com",334],["segurosdevida.site",336],["choiceappstore.xyz",336],["bantenexis.com",336],["tutorialsaya.com",334],["indobo.com",334],["informaxonline.com",334],["gifans.com",336],["mcrypto.club",337],["luckydice.net",336],["1apple.xyz",336],["shorttrick.in",336],["iptvjournal.com",336],["inbbotlist.com",336],["apkmaven.*",339],["theusaposts.com",336],["garoetpos.com",336],["techedubyte.com",336],["cdrab.com",341],["offerinfo.net",336],["winlator.com",336],["gosexpod.com",343],["flashingjungle.com",344],["nakedneighbour.com",345],["bestjavporn.com",346],["leechall.*",347],["ff14angler.com",348],["flsaudio.com",349],["bitcointalk.org",350],["adshrink.it",351],["turkanime.*",352],["allcalidad.*",353],["cinemaxxl.de",354],["player.pl",355],["bde4.*",356],["filmytoday.com",357],["fandom.com",358],["sensualgirls.org",359],["wallpaperwaifu.com",360],["gamesradar.com",361],["techradar.com",361],["tomsguide.com",361],["tomshardware.com",361],["whathifi.com",361],["her.ie",362],["javhoho.com",362],["techhelpbd.com",362],["greentumble.com",362],["newsonthegotoday.com",363],["boyfriendtv.com",364],["makemoneywithurl.com",365],["dvdgayonline.com",366],["94.103.83.138",366],["multimovies.*",366],["ddaynormandy.forumgaming.fr",367],["neogeo-system.com",367],["medicalnewstoday.com",368],["fiches-auto.fr",369],["subsvip.com",370],["javcl.com",371],["javfull.net",371],["allgamesejogos.*",372],["bemestarglobal.*",372],["gamesgo.*",372],["lojadebicicleta.com.br",372],["redecanais.*",373],["pcmag.com",375],["enterinit.com",376],["procinehub.com",377],["bookmystrip.com",377],["tech8s.net",378],["drop.carbikenation.com",378],["linkss.rcccn.in",378],["link.djbassking.live",378],["tech5s.co",378],["game5s.com",378],["vezeta.net",379],["waiwj.net",379],["xcbtm.net",379],["wttai.net",379],["ngviral.com",379],["vgviral.com",379],["nosviral.com",379],["mentalfile.com",379],["qaluri.com",379],["jokgame.com",379],["placementsmela.com",381],["reminimod.co",381],["highkeyfinance.com",381],["amanguides.com",381],["adcrypto.net",383],["admediaflex.com",383],["aduzz.com",383],["bitcrypto.info",383],["datacheap.io",383],["hbz.us",383],["savego.org",383],["owsafe.com",383],["sportweb.info",383],["ryuugames.com",384],["sportsonfr.com",381],["gurumu.net",381],["kreatifparenting.com",381],["panda.freemodsapp.in",381],["iconicblogger.com",381],["rsrlink.in",381],["investcrust.com",381],["litonmods.com",381],["filesupload.in",383],["technoinformations.com",383],["worldmak.com",383],["financacerta.com",386],["encurtads.net",386],["classicoder.com",381],["apkandroidhub.in",388],["studyis.xyz",391],["dulichkhanhhoa.net",391],["noithatmyphu.vn",391],["jardima.com",391],["getintoway.com",383],["blog.nationapk.com",381],["krishiloksewa.com",381],["modzilla.in",381],["mb.feedale.com",381],["tackledsoul.com",393],["adrino1.bonloan.xyz",393],["vi-music.app",393],["instanders.app",393],["rokni.xyz",394],["keedabankingnews.com",394],["tea-coffee.net",396],["spatsify.com",396],["newedutopics.com",396],["getviralreach.in",396],["edukaroo.com",396],["funkeypagali.com",396],["careersides.com",396],["nayisahara.com",396],["wikifilmia.com",396],["infinityskull.com",396],["viewmyknowledge.com",396],["iisfvirtual.in",396],["starxinvestor.com",396],["jkssbalerts.com",396],["appkamods.com",397],["imagereviser.com",399],["nichapk.com",400],["easyworldbusiness.com",400],["riveh.com",400],["upshrink.com",403],["junkyponk.com",404],["healthfirstweb.com",404],["vocalley.com",404],["yogablogfit.com",404],["howifx.com",404],["en.financerites.com",405],["mythvista.com",404],["livenewsflix.com",404],["cureclues.com",404],["apekite.com",404],["veganab.co",407],["camdigest.com",407],["bartendingexpert.com",408],["pubgaimassist.com",410],["gyanitheme.com",410],["tech.trendingword.com",410],["blog.potterworld.co",410],["hipsonyc.com",410],["tech.pubghighdamage.com",410],["blog.itijobalert.in",410],["techkhulasha.com",410],["meclipstudy.in",412],["bookszone.in",414],["graphicuv.com",416],["learnmany.in",416],["hit-films.com",416],["shortix.co",417],["uptechnologys.com",419],["sevenjournals.com",419],["yalifin.xyz",420],["lrncook.xyz",420],["cryptokinews.com",422],["lifesurance.info",422],["financenova.online",423],["utkarshonlinetest.com",423],["financewada.com",423],["v2links.me",424],["fc-lc.*",425],["jobzhub.store",426],["fitdynamos.com",426],["labgame.io",426],["m.jobinmeghalaya.in",427],["healthy4pepole.com",428],["to-travel.net",428],["homeculina.com",429],["ineedskin.com",429],["kenzo-flowertag.com",429],["lawyex.co",429],["mdn.lol",429],["awgrow.com",430],["btcbitco.in",431],["btcsatoshi.net",431],["cempakajaya.com",433],["crypto4yu.com",431],["manofadan.com",433],["readbitcoin.org",431],["wiour.com",431],["coin-free.com",434],["tremamnon.com",436],["bitcotasks.com",433],["videolyrics.in",433],["tagecoin.com",438],["allfaucet.xyz",433],["claimcoins.site",433],["cryptosh.pro",433],["bitsmagic.fun",433],["ourcoincash.xyz",440],["masterduelmeta.com",442],["promo-visits.site",443],["shorterall.com",443],["homeairquality.org",444],["reidoplacar.com",445],["paidinsurance.in",446],["conghuongtu.net",446],["coinseidon.com",446],["djpunjab2.in",447],["djqunjab.in",447],["foodxor.com",447],["geniussolutions.co",447],["mealcold.com",447],["mixrootmods.com",447],["fartechy.com",447],["nishankhatri.xyz",449],["sugarona.com",450],["blog.disheye.com",451],["tinys.click",452],["apkupload.in",452],["ezeviral.com",452],["dailynew.online",452],["pngreal.com",452],["ytpng.net",452],["askpaccosi.com",452],["bitzite.com",453],["aiimgvlog.fun",454],["appsbull.com",455],["diudemy.com",455],["maqal360.com",455],["sahlmarketing.net",456],["blog.panytourism.online",458],["zubatecno.com",458],["battleroyal.online",458],["mayaremix.in",459],["unfoldedstars.com",459],["neverdims.com",459],["bit4me.info",459],["deltabtc.xyz",459],["mbjremix.com",459],["ottlatest.com",459],["techusnews.com",460],["universitiesonline.xyz",460],["intercelestial.com",461],["linegee.net",462],["filmypoints.in",463],["financeyogi.net",464],["finclub.in",464],["freethailottery.live",465],["progfu.com",465],["loanteacher.in",466],["gorating.in",466],["trickms.com",468],["letest25.co",470],["truevpnlover.com",470],["financebolo.com",470],["rphost.in",471],["easywithcode.tech",473],["vedamdigi.tech",474],["redfea.com",476],["pranarevitalize.com",476],["techyinfo.in",476],["fitnessholic.net",476],["cancelguider.online",477],["loan.punjabworks.com",478],["petrainer.in",480],["moderngyan.com",481],["sattakingcharts.in",481],["bgmi32bitapk.in",481],["bankshiksha.in",481],["earn.mpscstudyhub.com",481],["earn.quotesopia.com",481],["money.quotesopia.com",481],["best-mobilegames.com",481],["learn.moderngyan.com",481],["bharatsarkarijobalert.com",481],["quotesopia.com",481],["creditsgoal.com",481],["loan.creditsgoal.com",483],["rupyaworld.com",483],["vahantoday.com",483],["techawaaz.in",483],["loan.bgmi32bitapk.in",484],["currentrecruitment.com",485],["investorveda.com",485],["coingraph.us",486],["impact24.us",486],["foodupe.com",487],["bloggingdaze.com",488],["dsmusic.in",489],["techurlshort.in",490],["sub4unlock.com",491],["cybercityhelp.in",492],["akcartoons.in",494],["comparepolicyy.com",495],["healthylifez.com",495],["hosttbuzz.com",495],["policiesreview.com",495],["techacode.com",496],["travel.vebma.com",497],["mrproblogger.com",498],["themezon.net",498],["headlinerpost.com",499],["drinkspartner.com",499],["apcvpc.com",499],["posterify.net",499],["manishclasses.in",499],["shrinkforearn.in",500],["blog.workedbd.com",501],["advisecreate.fun",501],["uses-in-hindi.com",501],["maxxfour.com",501],["cybertyrant.com",501],["gdspike.com",501],["profitshort.com",501],["courselinkfree.us",501],["technorozen.com",501],["hubdrive.me",501],["hosty.uprwssp.org",502],["cinedesi.in",503],["thevouz.in",503],["tejtime24.com",503],["whatgame.xyz",504],["mooonten.com",504],["msic.site",504],["fx-22.com",504],["gold-24.net",504],["forexrw7.com",504],["kbconlinegame.com",505],["hamrojaagir.com",505],["odijob.com",505],["jeuxenligne.xyz",506],["dl.apkmoddone.com",507],["phongroblox.com",507],["bkgnews.in",508],["ontechhindi.com",508],["exactpay.online",509],["mahitimanch.in",510],["5ghindi.in",510],["rfiql.com",511],["gujjukhabar.in",511],["smartfeecalculator.com",511],["djxmaza.in",511],["thecubexguide.com",511],["jytechs.in",511],["dropgalaxy.*",512],["financemonk.net",512],["hypershort.com",513],["djremixganna.com",514],["techhype.in",515],["techsite.in",515],["datavaults.co",516],["go.zovo.ink",517],["foodtechnos.in",518],["newsbreak24.de",519],["businessinsider.de",520],["echo-online.de",521],["txxx.*",522],["txxxporn.tube",524],["upornia.com",525],["familyporner.com",526],["javbake.com",527],["javcensored.net",527],["javdoge.com",527],["javsexfree.com",527],["javuncensored.watch",527],["pussymaturephoto.com",528],["jpvhub.com",529],["bunkr.*",530],["comicxxx.eu",531],["sexmadeathome.com",531],["pornocomics.*",531],["amateurs-fuck.com",531],["sex-amateur-clips.com",531],["falatron.com",531],["pornoplum.com",532],["vulgarmilf.com",532],["oldgirlsporn.com",532],["maturell.com",532],["nakedolders.com",532],["widewifes.com",532],["hentaihere.com",533],["xnxx-sexfilme.com",534],["pahe.*",535],["actvid.*",536],["nu6i-bg-net.com",537],["ballexclusives.com",538],["androjungle.com",539],["bokugents.com",539],["idlixvip.*",540],["honkailab.com",541],["arkadium.com",542],["abysscdn.com",543],["fullfreeimage.com",543],["hihihaha1.xyz",543],["hihihaha2.xyz",543],["playhydrax.com",543],["rufiiguta.com",543],["hk.yahoo.com",544],["korinthostv.gr",545],["filmizle.*",546],["filmizletv.*",547],["filmizleplus.*",546],["fullhdfilm.*",546],["fullhdfilmizle.*",546],["gofilmizle.com",546],["hdfilmcehennemi.*",546],["hdfilmizlesene.*",546],["hdfilmsitesi.*",546],["sine5.dev",546],["sinezy.org",546],["l2db.info",549],["flickr.com",550],["forumconstruire.com",551],["vrcmods.com",552],["ilmeteo.it",553],["splitshire.com",554],["addictinggames.com",555],["foxnews.com",556],["sexodi.com",557],["sms24.*",558],["m.drtuber.com",559],["aemenstore.com",560],["cazzette.com",560],["dreamcheeky.com",560],["fidlarmusic.com",560],["jncojeans.com",560],["kiemlua.com",561],["kingsleynyc.com",560],["lucidcam.com",560],["nguyenvanbao.com",560],["nousdecor.com",560],["pennbookcenter.com",560],["publicananker.com",560],["restorbio.com",560],["rezence.com",560],["staaker.com",560],["tricksplit.io",563],["apkcombo.com",563],["ctrlv.*",564],["atozmath.com",565],["indianwebseries.*",566],["simply-debrid.com",567],["cutty.app",567],["w3schools.com",568],["healthline.com",569],["vix.com",570],["responsivevoice.org",571],["cgtips.org",572],["shortenbuddy.com",573],["comicbook.com",574],["hentaicloud.com",575],["drphil.com",576],["bookriot.com",577],["pholder.com",578],["cookpad.com",579],["urbanmilwaukee.com",579],["phica.net",579],["xxxdan.com",580],["businesstimes.com.sg",581],["teknomuda.com",582],["isi7.net",584],["alltechnerd.com",585],["citynews.ca",586],["6abc.com",587],["abc11.com",587],["abc13.com",587],["abc30.com",587],["abc7.com",587],["abc7chicago.com",587],["abc7news.com",587],["abc7ny.com",587],["abcotvs.net",587],["videohelp.com",588],["top.gg",589],["arrowos.net",590],["tvshows4mobile.*",590],["br0wsers.com",591],["nifteam.info",592],["thejournal.ie",593],["needgayporn.com",594],["rule34.paheal.net",595],["palcomix.com",596],["pikkado.com",597],["nypost.com",598],["girlsofdesire.org",599],["ladbible.com",600],["loadout.tf",601],["projectfreetv.*",602],["hdss.*",602],["moviesflix.*",602],["10starhd.*",602],["2embed.*",602],["xcloud.*",603],["~xcloud.eu",603],["~xcloud.host",603],["elmalajeno.com",604],["imgur.com",605],["getsexgames.com",606],["pornojenny.net",607],["pornolisa.com",607],["kickass.*",608],["javynow.com",609],["techjunkie.com",610],["reliabletv.me",611],["ytanime.tv",612],["sportskart.*",612],["garrysmods.org",613],["tyla.com",614],["sportbible.com",615],["gamingbible.co.uk",614],["dekki.com",617],["cambb.xxx",618],["xtube.com",619],["discovermagazine.com",620],["elitepvpers.com",621],["bhaskar.com",622],["divyabhaskar.co.in",622],["playonlinux.com",623],["kaotic.com",624],["cargurus.com",625],["haonguyen.top",626],["thumpertalk.com",627],["zshort.*",628],["eschenker.dbschenker.com",629],["porntn.com",630],["hotcleaner.com",631],["movie.momo-net.com",632],["xxxtime.sextgem.com",633],["gay4porn.com",634],["myabandonware.com",635],["mrunblock.*",636],["alrakoba.net",637],["netpornix.*",638],["hitproversion.com",639],["shemalestube.com",640],["sbplay.*",641],["foreca.com",642],["moviemakeronline.com",643],["kelasexcel.id",644],["maxstream.video",645],["uprot.net",646],["techpowerup.com",647],["qz.com",648],["247sports.com",649],["samehadaku.*",650],["gab.com",651],["kumparan.com",652],["videovard.*",653],["tumblr.com",654],["techymedies.com",655],["unsplash.com",656],["chess.com",657],["nodejs.libhunt.com",658],["blick.ch",659],["theloadout.com",660],["pcgamesn.com",660],["schoolcheats.net",661],["1cloudfile.com",662],["torrentdownloads.dirproxy.com",663],["torrentdownload.info",664],["designtagebuch.de",665],["rp5.*",666],["mydramalist.com",667],["stooq.*",668],["dvdgayporn.com",669],["hdmovie5.*",669],["hdmovie2.*",669],["funnywifiname.net",669],["jattfilms.*",669],["jattfilms.cfd",669],["mrbobd.com",669],["vegamovvies.to",669],["hdmoviie2.*",669],["filmyzilla.*",669],["moviespur.*",669],["1stream.*",670],["calculator-online.net",671],["onionplay.*",672],["shinchu.*",673],["networkhint.com",673],["sturls.com",674],["rephrase.info",675],["nowtolove.com.au",676],["washingtoninformer.com",677],["watch.cricstream.*",678],["cricstreams.re",678],["xenvn.com",679],["ibomma.*",680],["scrolller.com",681],["dirp.me",682],["pinterest.*",683],["distrowatch.org",684],["autofaucet.dutchycorp.space",685],["chinhnhacoban.com",686],["plotaroute.com",687],["techsignin.com",688],["ac-illust.com",689],["photo-ac.com",689],["mrgay.com",690],["buondua.com",691],["lbprate.com",692],["digminecraft.com",693],["logikfx.com",694],["etsy.com",695],["h-flash.com",696],["fashionunited.*",697],["vimm.net",698],["thedigitalfix.com",699],["dvdplay.*",700],["dubznetwork.com",701],["redirect.dafontvn.com",702],["gsmware.com",703],["poki.*",704],["chimicamo.org",705],["earnme.club",706],["jrlinks.in",706],["eztv.*",707],["ricettafitness.com",708],["comidacaseira.me",710],["welt.de",711],["autotrader.co.uk",712],["mangaraw.org",713],["apkmodhub.in",714],["digilibraries.com",715],["slidesgo.com",716],["dktechnicalmate.com",717],["indiakablog.com",717],["givee.club",718],["fucktube4k.com",719],["mail.com",720],["gmx.*",721],["tamrieltradecentre.com",722],["missav.*",723],["missav123.com",723],["missav888.com",723],["dads-banging-teens.com",724],["home-xxx-videos.com",724],["mature-chicks.com",724],["time.com",725],["distrowatch.com",726],["beatsnoop.com",727],["fetchpik.com",727],["anisearch.*",728],["veryfreeporn.com",729],["bishopsstortfordindependent.co.uk",730],["cambridgeindependent.co.uk",730],["dissexpress.co.uk",730],["fenlandcitizen.co.uk",730],["granthamjournal.co.uk",730],["lynnnews.co.uk",730],["kentonline.co.uk",730],["newarkadvertiser.co.uk",730],["rutland-times.co.uk",730],["spaldingtoday.co.uk",730],["stamfordmercury.co.uk",730],["suffolknews.co.uk",730],["velvetmag.co.uk",730],["teachoo.com",731],["itstillworks.com",732],["leaknud.com",733],["colonist.io",734],["wa.de",735],["mboost.me",736],["sumikai.com",737],["adslink.pw",738],["jpopsingles.eu",739],["instagram.com",740],["brisbanetimes.com.au",741],["smh.com.au",741],["theage.com.au",741],["watoday.com.au",741],["flipkart.com",742],["rtl.de",743],["yourdictionary.com",744],["desktopnexus.com",745],["theblock.co",746],["root-nation.com",747],["italpress.com",747],["genshin.gg",748],["mathway.com",749],["viefaucet.com",750],["google.com",751],["rechtschreibpruefung24.de",752],["tirexo.*",753],["adzz.in",754],["model-viewer.com",755],["playstore.pw",756],["adsy.pw",757],["rocketnews24.com",758],["soranews24.com",758],["youpouch.com",759],["afly.pro",761],["bloggingguidance.com",762],["snaptik.app",763],["www.chip.de",764],["chip.de",765],["praxistipps.chip.de",766],["praxistipps.focus.de",767],["netmoms.de",766],["tvtv.ca",769],["tvtv.us",769],["swisscows.com",770],["javopen.co",771],["derivative-calculator.net",772],["integral-calculator.com",772],["proappapk.com",773],["infokik.com",774],["freepik.com",775],["writedroid.*",776],["thetimes.co.uk",777],["additudemag.com",778],["techpp.com",779],["azrom.net",780],["topsporter.net",781],["sportshub.to",781],["seznamzpravy.cz",782],["guru3d.com",783],["roblox-scripts.co",784],["theodysseyonline.com",785],["adseek.site",786],["infoseek.co.jp",787],["socialcounts.org",788],["tlgrm.eu",789],["telegramchannels.me",790],["nn.de",791],["www.walmart.com",792],["thefileslocker.net",793],["n.fcd.su",794],["oxy.*",795],["~oxy.edu",795],["esopress.com",796],["karvitt.com",797],["realpornclips.com",798],["bitchesgirls.com",799],["efukt.com",800],["rookieroad.com",801],["naijafav.top",802],["novinky.cz",803],["webnovelpub.com",804],["novelpub.com",805],["lightnovelspot.com",807],["myanimelist.net",808],["gloryshole.com",809],["tokenmix.pro",810],["bitcosite.com",811],["glosbe.com",812],["mangabuddy.com",813],["elamigos-games.com",814],["elamigos-games.net",814],["elamigosgames.org",814],["imgbox.com",815],["~wp.pl",816],["~money.pl",819],["~komorkomania.pl",821],["~autokult.pl",821],["~o2.pl",821],["~parenting.pl",821],["~abczdrowie.pl",821],["~pudelek.pl",821],["open.fm",822],["vibez.pl",823],["sportowefakty.wp.pl",824],["fitness.wp.pl",824],["smaczneblogi.pl",825],["forum.kardiolo.pl",826],["~www.wp.pl",825],["horoskop.wp.pl",828],["www.wp.pl",829],["pilot.wp.pl",831],["domodi.pl",832],["turystyka.wp.pl",833],["~tv.wp.pl",834],["mag.shock2.info",835],["hints.littlealchemy2.com",836],["hacoos.com",837],["thefastcode.com",838],["besargaji.com",839],["chrysler-club.net",840],["azaleasdolls.com",841],["zefoy.com",842],["bellesa.co",843],["pepperlive.info",844],["adultcomixxx.com",845],["apk-gamers.com",845],["skiplinks.xyz",845],["streamvid.net",846],["miniwebtool.com",846],["sexvideos.host",847],["the-sun.com",848],["lovetoknow.com",849],["thedailybeast.com",850],["parentcircle.com",851],["vidello.net",852],["weatherwx.com",853],["phineypet.com",854],["cellmapper.net",855],["freewebcart.com",856],["securityweek.com",856],["curs-germana.com",856],["vlr.gg",857],["metager.org",858],["comohoy.com",859],["mapcrunch.com",860],["domaha.tv",861],["xxxrip.net",861],["sextor.org",861],["sex-torrent.net",861],["hentaipaw.com",862],["peakpx.com",863],["pxfuel.com",863],["pikist.com",864],["androidauthority.com",865],["app.blubank.com",866],["truyentranhfull.net",867],["empire-anime.*",868],["empire-streaming.*",868],["empire-anime.com",868],["empire-streamz.fr",868],["empire-stream.*",868],["taisachonthi.com",869],["isekaipalace.com",870],["woowebtools.com",871],["iwatchfriendsonline.net",872],["creativebloq.com",873],["sofmag.com",874],["khoaiphim.com",875],["nicomanga.com",876],["www.google.com",877],["totalcsgo.com",878],["gumtree.com.au",879],["gumtree.com",880],["deviantart.com",881],["pandasnovel.com",882],["bangpremier.com",883],["bankbazaar.com",884],["asura.gg",885],["asurascans.com",885],["romsmania.games",886],["freeroms.com",887],["dll-files.com",888],["modrinth.com",889],["codelivly.com",890],["www.mindbodygreen.com",891],["sotwe.com",892],["download.megaup.net",893],["rain-alarm.com",894],["cnn.com",895],["dvm360.com",896],["trakt.tv",897],["client.falixnodes.net",898],["thestar.com",899],["dailymail.co.uk",900],["m.baomoi.com",901],["movies4u.*",902],["movies4u3.*",902],["gamerxyt.com",902],["biblestudytools.com",903],["christianheadlines.com",903],["ibelieve.com",903],["screenhub.com.au",904],["insideevs.com",905],["community.pcgamingwiki.com",906],["dzapk.com",907],["zive.cz",908],["client.pylexnodes.net",909],["win.gg",910],["filmizlehdfilm.com",911],["fullfilmizle.cc",911],["gofilmizle.net",911],["estudyme.com",912],["accuweather.com",913],["fplstatistics.co.uk",914],["thespruce.com",915],["skai.gr",916],["sonixgvn.net",917],["francoischarron.com",918],["sabornutritivo.com",919],["bettycrocker.com",920],["filext.com",921],["360haven.com",922],["apkmirror.com",923],["vidsrc.*",924],["gdflix.*",925],["1337x.ninjaproxy1.com",927],["work.ink",928],["fmovies.*",929],["f2movies.to",929],["colourxh.site",930],["fullxh.com",930],["galleryxh.site",930],["megaxh.com",930],["movingxh.world",930],["seexh.com",930],["unlockxh4.com",930],["valuexh.life",930],["xhaccess.com",930],["xhadult2.com",930],["xhadult3.com",930],["xhadult4.com",930],["xhadult5.com",930],["xhamster.*",930],["xhamster1.*",930],["xhamster10.*",930],["xhamster11.*",930],["xhamster12.*",930],["xhamster13.*",930],["xhamster14.*",930],["xhamster15.*",930],["xhamster16.*",930],["xhamster17.*",930],["xhamster18.*",930],["xhamster19.*",930],["xhamster20.*",930],["xhamster2.*",930],["xhamster3.*",930],["xhamster4.*",930],["xhamster42.*",930],["xhamster46.com",930],["xhamster5.*",930],["xhamster7.*",930],["xhamster8.*",930],["xhamsterporno.mx",930],["xhbig.com",930],["xhbranch5.com",930],["xhchannel.com",930],["xhdate.world",930],["xhlease.world",930],["xhmoon5.com",930],["xhofficial.com",930],["xhopen.com",930],["xhplanet1.com",930],["xhplanet2.com",930],["xhreal2.com",930],["xhreal3.com",930],["xhspot.com",930],["xhtotal.com",930],["xhtree.com",930],["xhvictory.com",930],["xhwebsite.com",930],["xhwebsite2.com",930],["xhwebsite5.com",930],["xhwide1.com",930],["xhwide2.com",930],["xhwide5.com",930],["porndoe.com",931],["torrentdownload.*",932],["readcomiconline.*",933],["pixiv.net",934],["cbssports.com",935],["jacquieetmicheltv.net",936],["jacquieetmicheltv2.net",936],["bombuj.*",937],["xfreehd.com",938],["freethesaurus.com",939],["thefreedictionary.com",939],["getmodsapk.*",940],["qwant.com",941],["civitai.com",942],["civitai.green",942],["faroutmagazine.co.uk",943],["govtech.com",944],["dragontea.ink",945],["time.artjoey.com",946],["thehackernews.com",947],["creepypasta.com",948],["statisticsanddata.org",949],["tmailor.com",950],["aliezstream.pro",951],["mylivestream.pro",951],["mylocal.co.uk",952],["ettvi.com",953],["crictime.is",954],["freehit.eu",954],["mobilecric.com",954],["live-sport.duktek.pro",954],["decrypt.day",955],["cryptorank.io",956],["skidrowcodex.net",957],["zee5.com",958],["thejakartapost.com",959],["cenoteka.rs",960],["porno-baguette.com",961],["caravanmagazine.in",962],["eloshapes.com",963],["filerox.com",964],["lowcygier.pl",965],["mip2p.*",966],["myp2p.*",966],["game8.co",967],["ign.com",968],["club386.com",970],["yourstory.com",971],["audiobookbay.lu",972],["service.webgoto.net",973],["freemodsapp.in",974],["onlytech.com",974],["helicomicro.com",974],["9xlinks.*",975],["9xmovie.*",975],["desiflix.*",975],["girlmms.com",975],["ottxmaza.com",975],["sexmazahd.com",975],["webxmaza.com",975],["app.scope.gg",976],["governing.com",977],["therealdeal.com",978],["olympics.com",979],["taste.com.au",980],["playmod24.com",981],["euronews.com",982],["mercatinomusicale.com",983],["btv.bg",984],["btvnovinite.bg",984],["btvsport.bg",984],["1jour1film.*",985],["101soundboards.com",986],["interactivemap.app",987],["plasticsnews.com",988],["idnes.cz",989],["boundingintocomics.com",990],["themix.net",990],["metoffice.gov.uk",991],["boardgameoracle.com",992],["callofwar.com",993],["picrew.me",994],["stream4free.*",995],["sdna.gr",996],["schnittberichte.com",997],["infinityscans.xyz",998],["infinityscans.net",998],["infinityscans.org",998],["karistudio.com",999],["leafstudio.site",999],["handirect.fr",1000],["giphy.com",1001],["politico.com",1002],["voz.vn",1003],["abs-cbn.com",1004],["metro.style",1005],["aov-news.com",1007],["summonersky.com",1007],["worldpopulationreview.com",1008],["sbs.com.au",1009],["msn.com",1010],["vid2faf.*",1011],["vidplay.*",1011],["ignboards.com",1012],["telepisodes.org",1013],["daddylive.*",1014],["9gag.com",1015],["op.gg",1016],["m.shuhaige.net",1017],["laser-pics.com",1018],["uexpress.com",1019],["animeshqip.org",1020],["editor.plantuml.com",1021],["theorg.com",1022],["forgee.xyz",1023],["gamehub.cam",1023],["1001tracklists.com",1024],["mirror.co.uk",1025],["mobalytics.gg",1026],["javfilms.com",1027],["europix.top",1028],["91porna.com",1029],["glamour.com",1030],["abcnews.go.com",1031],["cryptofaucet.club",1032],["redecanaistv.*",1033],["redisex.*",1033],["fapeza.com",1034],["iflscience.com",1035],["sneakernews.com",1036],["emojipedia.org",1037],["agar.io",1038],["criollasx.com",1039],["birminghammail.co.uk",1040],["bristolpost.co.uk",1040],["dailyrecord.co.uk",1040],["hulldailymail.co.uk",1040],["liverpoolecho.co.uk",1040],["manchestereveningnews.co.uk",1040],["stokesentinel.co.uk",1040],["lightningmaps.org",1041],["velo.outsideonline.com",1042],["gulfnews.com",1043],["olamovies.*",1044],["tvpassport.com",1045],["greatandhra.com",1046],["borwap.net",1047],["waptrick.com",1047],["manwa.me",1048],["www.parkers.co.uk",1049],["elamigosweb.com",1050],["rediff.com",1051],["old.reddit.com",1052],["www.google.*",1053],["bikesales.com.au",1054],["disqus.com",1055],["arstechnica.com",1056],["dermnetnz.org",1056],["proboards.com",1057],["winclassic.net",1057],["forbes.com",1058],["dmax.de",1059],["app.koinly.io",1060],["duplichecker.com",1061],["plagiarismdetector.net",1061],["searchenginereports.net",1061],["smallseotools.com",1061],["turboplayers.xyz",1062]]);
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 || [];