@browserless.io/browserless 2.34.0 → 2.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/extensions/ublocklite/README.md +1 -1
  3. package/extensions/ublocklite/_locales/bs/messages.json +58 -58
  4. package/extensions/ublocklite/_locales/ro/messages.json +1 -1
  5. package/extensions/ublocklite/_locales/sr/messages.json +28 -28
  6. package/extensions/ublocklite/css/unpicker-ui.css +1 -0
  7. package/extensions/ublocklite/js/background.js +5 -3
  8. package/extensions/ublocklite/js/fetch.js +1 -1
  9. package/extensions/ublocklite/js/filter-manager.js +45 -9
  10. package/extensions/ublocklite/js/ruleset-manager.js +5 -5
  11. package/extensions/ublocklite/js/scripting/css-procedural.js +2 -0
  12. package/extensions/ublocklite/js/scripting/css-specific.js +2 -0
  13. package/extensions/ublocklite/js/scripting-manager.js +2 -2
  14. package/extensions/ublocklite/js/static-filtering-parser.js +17 -10
  15. package/extensions/ublocklite/manifest.json +2 -2
  16. package/extensions/ublocklite/rulesets/generic-details.json +1 -1
  17. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +1 -1
  18. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +6 -5
  19. package/extensions/ublocklite/rulesets/main/annoyances-others.json +2 -1
  20. package/extensions/ublocklite/rulesets/main/chn-0.json +12 -8
  21. package/extensions/ublocklite/rulesets/main/deu-0.json +5 -7
  22. package/extensions/ublocklite/rulesets/main/dpollock-0.json +2 -0
  23. package/extensions/ublocklite/rulesets/main/easylist.json +13 -71
  24. package/extensions/ublocklite/rulesets/main/easyprivacy.json +20 -8
  25. package/extensions/ublocklite/rulesets/main/fra-0.json +2 -0
  26. package/extensions/ublocklite/rulesets/main/ind-0.json +10 -7
  27. package/extensions/ublocklite/rulesets/main/irn-0.json +1 -4
  28. package/extensions/ublocklite/rulesets/main/jpn-1.json +12 -12
  29. package/extensions/ublocklite/rulesets/main/kor-1.json +3 -1
  30. package/extensions/ublocklite/rulesets/main/nor-0.json +1 -1
  31. package/extensions/ublocklite/rulesets/main/pgl.json +1 -3
  32. package/extensions/ublocklite/rulesets/main/pol-0.json +1 -2
  33. package/extensions/ublocklite/rulesets/main/rus-0.json +4 -4
  34. package/extensions/ublocklite/rulesets/main/rus-1.json +3 -1
  35. package/extensions/ublocklite/rulesets/main/spa-1.json +6 -2
  36. package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +2966 -2308
  37. package/extensions/ublocklite/rulesets/main/swe-1.json +17 -14
  38. package/extensions/ublocklite/rulesets/main/tur-0.json +11 -3
  39. package/extensions/ublocklite/rulesets/main/ublock-badware.json +5 -6
  40. package/extensions/ublocklite/rulesets/main/ublock-filters.json +32 -20
  41. package/extensions/ublocklite/rulesets/main/ubol-tests.json +17 -0
  42. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +230 -164
  43. package/extensions/ublocklite/rulesets/main/vie-1.json +22 -16
  44. package/extensions/ublocklite/rulesets/modify-headers/rus-0.json +0 -1
  45. package/extensions/ublocklite/rulesets/modify-headers/ublock-filters.json +3 -2
  46. package/extensions/ublocklite/rulesets/redirect/annoyances-overlays.json +1 -1
  47. package/extensions/ublocklite/rulesets/redirect/jpn-1.json +0 -1
  48. package/extensions/ublocklite/rulesets/redirect/ublock-filters.json +15 -23
  49. package/extensions/ublocklite/rulesets/redirect/vie-1.json +34 -2
  50. package/extensions/ublocklite/rulesets/regex/chn-0.json +3 -1
  51. package/extensions/ublocklite/rulesets/regex/easylist.json +0 -2
  52. package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
  53. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +4 -5
  54. package/extensions/ublocklite/rulesets/removeparam/adguard-spyware-url.json +4 -4
  55. package/extensions/ublocklite/rulesets/removeparam/rus-1.json +1 -0
  56. package/extensions/ublocklite/rulesets/removeparam/ublock-filters.json +2 -1
  57. package/extensions/ublocklite/rulesets/ruleset-details.json +151 -151
  58. package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +1 -1
  59. package/extensions/ublocklite/rulesets/scripting/generic/deu-0.js +2 -2
  60. package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
  61. package/extensions/ublocklite/rulesets/scripting/generic/idn-0.js +1 -1
  62. package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +2 -2
  63. package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
  64. package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +1 -12
  65. package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +3 -0
  66. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +1 -0
  67. package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +3 -3
  68. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-notifications.js +1 -1
  69. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +3 -3
  70. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
  71. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-social.js +3 -3
  72. package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +3 -3
  73. package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
  74. package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
  75. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  76. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  77. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +1 -1
  78. package/extensions/ublocklite/rulesets/scripting/procedural/tur-0.js +3 -3
  79. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  80. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-cookie-reload.js +1 -1
  81. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  82. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
  83. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +1 -1
  84. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  85. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +2 -2
  86. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +2 -2
  87. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +1 -1
  88. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-cookie.js +2 -2
  89. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-click-element.js +1 -1
  90. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-outbound-text.js +427 -0
  91. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-current-script.js +2 -2
  92. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.json-prune-fetch-response.js +588 -0
  93. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-window-open.js +1 -1
  94. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.remove-node-text.js +2 -2
  95. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.abort-current-script.js +2 -2
  96. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-write.js +2 -2
  97. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +3 -3
  98. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.abort-on-property-read.js +2 -2
  99. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +2 -2
  100. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +1 -1
  101. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +1 -1
  102. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.set-constant.js +2 -2
  103. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.abort-on-property-read.js +1 -1
  104. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +2 -2
  105. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.adjust-setInterval.js +2 -2
  106. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +1 -1
  107. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
  108. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  109. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  110. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +2 -2
  111. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +3 -3
  112. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +3 -3
  113. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +2 -2
  114. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +927 -0
  115. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  116. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +2 -2
  117. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +3 -3
  118. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +3 -3
  119. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +3 -3
  120. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +2 -2
  121. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
  122. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +2 -2
  123. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
  124. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +1 -1
  125. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
  126. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +2 -2
  127. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +3 -3
  128. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +2 -2
  129. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-constant.js +2 -2
  130. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-local-storage-item.js +1 -1
  131. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  132. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +2 -2
  133. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  134. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  135. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  136. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  137. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  138. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
  139. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  140. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  141. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  142. package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
  143. package/extensions/ublocklite/rulesets/scripting/specific/hun-0.js +1 -1
  144. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  145. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  146. package/extensions/ublocklite/rulesets/scripting/specific/irn-0.js +3 -3
  147. package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +3 -3
  148. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  149. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  150. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +2 -2
  151. package/extensions/ublocklite/rulesets/scripting/specific/nld-0.js +1 -1
  152. package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +1 -1
  153. package/extensions/ublocklite/rulesets/scripting/specific/pol-0.js +3 -3
  154. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  155. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  156. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  157. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  158. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  159. package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
  160. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  161. package/extensions/ublocklite/rulesets/scriptlet-details.json +63 -32
  162. package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +9 -0
  163. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +69 -0
  164. package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +2 -0
  165. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  166. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +14 -70
  167. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +176 -174
  168. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
  169. package/extensions/ublocklite/rulesets/strictblock/pgl.json +1 -3
  170. package/extensions/ublocklite/rulesets/strictblock/pol-0.json +1 -0
  171. package/extensions/ublocklite/rulesets/strictblock/spa-1.json +1 -0
  172. package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +2966 -2308
  173. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +486 -484
  174. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +1 -1
  175. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +230 -164
  176. package/extensions/ublocklite/rulesets/strictblock/vie-1.json +1 -1
  177. package/extensions/ublocklite/ublock.zip +0 -0
  178. package/package.json +7 -7
  179. package/scripts/build-open-api.js +15 -1
  180. package/static/docs/swagger.json +2 -2
  181. package/static/docs/swagger.min.json +1 -1
  182. package/static/function/client.js +71 -68
  183. package/static/function/index.html +71 -68
@@ -27,9 +27,9 @@
27
27
 
28
28
  /******************************************************************************/
29
29
 
30
- const argsList = ["[]","[{\"selector\":\"#alertTab\",\"tasks\":[[\"has-text\",\"Enter your email address\"]]}]","[{\"selector\":\"#home-section3\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".MuiBox-root\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".Promotion_container__kYNro\",\"tasks\":[[\"has-text\",\"Sign up now!\"]]}]","[{\"selector\":\".above-footer-section\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocking software\\\")]/../../..\"]]},{\"selector\":\".advanced.embed-media\",\"tasks\":[[\"has-text\",\"Get a daily look\"]]}]","[{\"selector\":\".align-items-center.py-2\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".article-body > p\",\"tasks\":[[\"has-text\",\"sign up for our newsletters\"]]}]","[{\"selector\":\".article-body__promo-box__3bCm_\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-content-wrapper > p\",\"tasks\":[[\"has-text\",\"into your inbox\"]]},{\"selector\":\"strong > em\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-main__more\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article__block--footnoteBlock--align-right\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".article__body--botttom > div > p\",\"tasks\":[[\"has-text\",\"a free newsletter\"]]}]","[{\"selector\":\".bg-base-200\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".shadow-xl.m-2.p-4\",\"tasks\":[[\"has-text\",\"Sign up for email updates\"]]}]","[{\"selector\":\".bg-cover\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".bg-dark-brown\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-fok-gray-500\",\"tasks\":[[\"has-text\",\"Join our mailing list\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".bt-inp\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Fake news\"]]},{\"selector\":\".hidden\",\"tasks\":[[\"has-text\",\"Fake news\"]]}]","[{\"selector\":\".bg-gray-600\",\"tasks\":[[\"has-text\",\"Read the latest business news\"]]}]","[{\"selector\":\".bg-left.bg-cover\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-primary-dark\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".border-primary-dark\\\\/50\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".bg-purple-50\",\"tasks\":[[\"has-text\",\"Fan of great business\"]]},{\"selector\":\".md\\\\:px-2.py-10\",\"tasks\":[[\"has-text\",\"Subscribe to the newsletter\"]]}]","[{\"selector\":\".border-gray-175\",\"tasks\":[[\"has-text\",\"BT in your inbox\"]]}]","[{\"selector\":\".border-gray-200\",\"tasks\":[[\"has-text\",\"Get the news\"]]},{\"selector\":\".border-secondary-900\",\"tasks\":[[\"has-text\",\"Get the news\"]]}]","[{\"selector\":\".callout\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".card-body\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".col1span3\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\".content-panel-container\",\"tasks\":[[\"has-text\",\"Get recipes\"]]}]","[{\"selector\":\".corner-accent\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".dcr-1mt0mpc\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\"[data-testid=\\\"contributions-liveblog-epic\\\"]\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".elementor-button-link\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".elementor-shortcode\",\"tasks\":[[\"has-text\",\"Signup Now\"]]}]","[{\"selector\":\".et_pb_row_1_tb_body\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]},{\"selector\":\".et_pb_section\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]}]","[{\"selector\":\".factbox\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".fusion_builder_column_inner_1_1\",\"tasks\":[[\"has-text\",\"BNC Newsletters\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Never miss a post\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Sign up for Express\"]]}]","[{\"selector\":\".has-border-color.wp-block-columns\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".has-border-color\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\".has-link-color.has-background\",\"tasks\":[[\"has-text\",\"free newsletter\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"Join our free newsletter\"]]}]","[{\"selector\":\".has-secondary-background-color\",\"tasks\":[[\"has-text\",\"Subscribe\"]]},{\"selector\":\".wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".inset-0.fixed\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".lg\\\\:u-max-w-\\\\[345px\\\\]\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".u-space-y-6.u-items-center\",\"tasks\":[[\"has-text\",\"Staying current\"]]}]","[{\"selector\":\".m-detail--body > p\",\"tasks\":[[\"has-text\",\"Sign up for the\"]]}]","[{\"selector\":\".mb-16\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".msl\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".mx-auto.container\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".nl-container\",\"tasks\":[[\"has-text\",\"inbox\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"Email us\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"your inbox\"]]}]","[{\"selector\":\".optin\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".p-4.bg-\\\\[\\\\#F5F5F5\\\\]\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter\"]]}]","[{\"selector\":\".p-5.bg-white.rounded-xl\",\"tasks\":[[\"has-text\",\"Weather in your inbox\"]]}]","[{\"selector\":\".p1\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".px20.pb32\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".recommendationSection\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".right_pod\",\"tasks\":[[\"has-text\",\"E-mail Address\"]]}]","[{\"selector\":\".rounded-3xl\",\"tasks\":[[\"has-text\",\"in your inbox\"]]}]","[{\"selector\":\".row > .entry-content > p\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".sidebar-form\",\"tasks\":[[\"has-text\",\"Sign Up For Our Newsletter\"]]}]","[{\"selector\":\".sm\\\\:my-10.xs\\\\:my-6\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".su-items-left\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".t-bg-surface-zero.t-p-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".text-wt-background\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".w-embed\",\"tasks\":[[\"has-text\",\"Sign up now\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"substack\"]]}]","[{\"selector\":\".wp-block-column > .is-layout-flow.wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-cover-is-layout-flow\",\"tasks\":[[\"has-text\",\"Get our newsletter\"]]}]","[{\"selector\":\".wp-block-genesis-blocks-gb-columns\",\"tasks\":[[\"has-text\",\"Subscribe by Email\"]]},{\"selector\":\".wp-block-genesis-blocks-gb-container\",\"tasks\":[[\"has-text\",\"Free Email Guide\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow.has-background.has-base-background-color\",\"tasks\":[[\"has-text\",\"Email Me This For Later\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Stay connected to the community.\"]]},{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter!\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\"[data-testid=\\\"scroll-modal-wrapper\\\"]\",\"tasks\":[[\"has-text\",\"sign up\"]]}]","[{\"selector\":\"#custom_html-12\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"div.is-style-border\",\"tasks\":[[\"has-text\",\"Daily News\"]]}]","[{\"selector\":\"div.wp-block-cover\",\"tasks\":[[\"has-text\",\"Be the first to know\"]]}]","[{\"selector\":\".bottom-0.fixed\",\"tasks\":[[\"has-text\",\"weekly newsletters\"]]},{\"selector\":\".lg\\\\:p-\\\\[16px\\\\]\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"em > strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".p-6.justify-center\",\"tasks\":[[\"has-text\",\"Daily newsletter\"]]}]","[{\"selector\":\".order-lg-2\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]},{\"selector\":\".sidebar-sticky\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".comp > strong\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-1.gap-4\",\"tasks\":[[\"has-text\",\"Sign up for\"]]},{\"selector\":\".pb-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".td-block-title.block-title\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Subscribe and thrive\"]]},{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Your inbox is ready\"]]}]","[{\"selector\":\".has-senary-background-color\",\"tasks\":[[\"has-text\",\"Email\"]]},{\"selector\":\".has-tertiary-background-color\",\"tasks\":[[\"has-text\",\"Week\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".v-card.v-card--flat\",\"tasks\":[[\"has-text\",\"Sign up to receive\"]]}]","[{\"selector\":\".w-full\",\"tasks\":[[\"has-text\",\"Mailing\"]]}]","[{\"selector\":\"h3.section_name\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".d-lg-block.sp-module\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-6.border-b\",\"tasks\":[[\"has-text\",\"Signup\"]]}]","[{\"selector\":\"p > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".p-8.bg-dynamic-primary\",\"tasks\":[[\"has-text\",\"straight to your inbox\"]]}]","[{\"selector\":\".shadow-card.p-8\",\"tasks\":[[\"has-text\",\"Laravel Newsletter\"]]}]","[{\"selector\":\".pt-\\\\[60px\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".fxsEzN\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]}]","[{\"selector\":\"section.sidebar-section\",\"tasks\":[[\"has-text\",\"email\"]]}]","[{\"selector\":\".has-background.has-dark-gray-background-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".sidebar-item-container\",\"tasks\":[[\"has-text\",\"Email me\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"/newsletter|inbox/\"]]}]","[{\"selector\":\".promo-card-primary\",\"tasks\":[[\"has-text\",\"Check your inbox\"]]}]","[{\"selector\":\".pull-right.inline-gallery-container\",\"tasks\":[[\"has-text\",\"Post this\"]]}]","[{\"selector\":\".mobile-only-on-col-ab\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Want to stay informed\"]]}]","[{\"selector\":\".border-brand-pink\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".LostInventoryMessage_root__YllYq\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\"p.ArticleParagraph_root__4mszW > small\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\"p.slate-paragraph > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".md\\\\:decorative-horizontal-lines\",\"tasks\":[[\"has-text\",\"subscribe\"]]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".hide.post__sidebar\",\"tasks\":[[\"has-text\",\"Share this article\"]]}]","[{\"selector\":\".elementor-section\",\"tasks\":[[\"has-text\",\"Subscribe for\"]]},{\"selector\":\".elementor-widget-container\",\"tasks\":[[\"has-text\",\"tired of censorship\"]]}]","[{\"selector\":\"[style=\\\"text-align:center\\\"]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".text_multiline\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-pullquote\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover\"]]}]","[{\"selector\":\"strong > .link--button\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-quote\",\"tasks\":[[\"has-text\",\"inbox daily\"]]}]","[{\"selector\":\"p.t-links-underlinedy\",\"tasks\":[[\"has-text\",\"Sign up for The Brief\"]]}]","[{\"selector\":\".bg-soft-teal\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".rounded-3.px-5\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".rounded-md.md\\\\:p-8.p-5.shadow-light\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".duet--article--highlight\",\"tasks\":[[\"has-text\",\"Sign up here\"]]}]","[{\"selector\":\".textwidget > .textwidget\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mt-\\\\[2rem\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"div[class^=\\\"-_\\\"] > form\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\".section > .wrapper\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#courier-body-wrapper\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#wrapper\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\".index-wrap\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".newsletter-signup\",\"action\":[\"style\",\"max-height:0px;visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".__show__pMA1C.__wrap__jEIal\",\"tasks\":[[\"has-text\",\"to your inbox\"]]}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".bg-light\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".border.rounded.p-2\",\"tasks\":[[\"has-text\",\"news letter\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#body *:not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#bottomAd\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".moola-search-view\",\"tasks\":[[\"has-text\",\"hide these ads\"]]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#desktopWrapper\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true},{\"selector\":\".gridCentered\",\"action\":[\"style\",\"margin-top: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".navigationWrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".notificationsContainer\",\"tasks\":[[\"has-text\",\"whitelisten of beleef Tweakers\"]]}]","[{\"selector\":\"#modal_login\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".fbUserStory\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]},{\"selector\":\".userContentWrapper\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]}]","[{\"selector\":\"p\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdB\\\")]\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".nosel\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[id]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#pftop\",\"action\":[\"style\",\"height: auto !important;padding-bottom:5px !important\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".definicao_verbete_homologado_interna\",\"action\":[\"style\",\"height:100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\".storytextp\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".hiddenRanking\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c134]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c135]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/meet\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/result\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[ngbtooltip]\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/addLinkToCopy/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Adblock\\\")]/..\"]]}]","[{\"selector\":\".js-dismissable-hero\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".SetPageTerm\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".post-section\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; pointer-events: all !important\"],\"cssable\":true}]","[{\"selector\":\".qu-overflow--hidden[style*=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter:none !important;overflow:auto !important\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll #root\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll\",\"action\":[\"style\",\"position: unset !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#lightbox-wrap img\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"ImageElement-blockPointerEvents-\\\"]\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"Module-blockGridPointerEvents-\\\"] .grid__item-image\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important;-webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".Post-body--truncated\",\"action\":[\"style\",\"max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"oncontextmenu\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"We think our Android\"]]}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\".fb_lightbox-lock\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-drag: element!important; -webkit-user-select: text!important; -moz-user-select: text!important; -ms-user-select: text!important; user-select: text!important;\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none!important;-webkit-filter: none!important;\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div:nth-of-type(1) > div\",\"tasks\":[[\"has-text\",\"adblocker\"]]}]","[{\"selector\":\".obscured\",\"action\":[\"style\",\"color: black !important;text-shadow: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".dark-theme-dialog__dialogBody___106Di\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\".result-snippet\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"copyprotect\"]]}]","[{\"selector\":\".modal-content\",\"tasks\":[[\"has\",{\"selector\":\".text > b\",\"tasks\":[[\"has-text\",\"Privacy Policy\"]]}]]}]","[{\"selector\":\"body > div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body:has(#blocking-modal)\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: auto !important; overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"body:not(.with-listing-chooser)\",\"action\":[\"style\",\"overflow: visible !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".lyricBody\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"div.storyView\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p, ul, ol\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, div, p, span, a, h1, h2, h3, h4, h5, h6\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color: #338FFF !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".CoverPop-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".no-js\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\".blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"::selection\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor:auto!important\"],\"cssable\":true}]","[{\"selector\":\"html.open-modal .overlay\",\"action\":[\"style\",\"display: none !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body::after\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"Using an ad blocker?\"],[\"upward\",3]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Adblock\\\")]\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p > b\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdBlock\\\")]\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: auto !important; -webkit-user-select: auto !important; -moz-user-select: auto !important; -webkit-user-drag: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: text !important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea), img\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".content-body-wrapper\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".sui-u-no-scroll\",\"action\":[\"style\",\"overflow:auto !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adbanner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-ms-user-select:auto !important; -moz-user-select:auto !important; -webkit-user-select:auto !important; -webkit-touch-callout:default !important; user-select:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:auto !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html.documentLocked body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked header\",\"action\":[\"style\",\"padding-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"article.post\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style] > div > .userBanner--red\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/about#support\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: visible !important;position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: initial !important\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"position: unset !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, code\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout:text !important;-webkit-user-select:text !important;-khtml-user-select:text !important;-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div:only-child > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",4]]},{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div[id][class] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"div[id][class][style^=\\\"position:\\\"] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\".ct_warn\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".has-profile.post:first-child\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: auto !important;-ms-user-select: auto !important;-webkit-user-select: auto !important;-webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/-moz-user-select:none|@media print/\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select:auto !important;-webkit-user-select:auto !important;-ms-user-select:auto !important;-moz-user-select:auto !important;-webkit-user-drag:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"innerText\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\"body > div[id]\",\"action\":[\"style\",\"visibility: hidden !important\"],\"tasks\":[[\"matches-css\",{\"name\":\"position\",\"value\":\"^fixed$\"}]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".select-none\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.carbonLoaded\"]]}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-select: auto!important; -moz-user-select: auto!important; -ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select:\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"unselectable\"]]}]","[{\"selector\":\"a:hover\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: auto!important;-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;-ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"-moz-none\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"width:17px !important\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background:#5e5e5e !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/user-select|::selection/\"]]}]","[{\"selector\":\".ReactModal__Overlay--after-open\",\"tasks\":[[\"has-text\",\"/Premium|Try 7 days/\"]]},{\"selector\":\".ReactModal__Overlay--after-open:has(iframe[srcdoc], img)\",\"tasks\":[[\"has-text\",\"signing up\"]]},{\"selector\":\"main > div[class*=\\\"-\\\"] > div[class^=\\\"_\\\"] > div[class^=\\\"_\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class^=\\\"_\\\"]\",\"tasks\":[[\"has-text\",\"Do your part to support us\"]]}]]}]","[{\"selector\":\"#MainModule + div[class] > div[style^=\\\"width\\\"] > div > i[data-icon-name=\\\"OutlookLogo\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/media print|user-select:/\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html.om-position-popup body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.tingle-enabled\",\"action\":[\"style\",\"position: static!important;overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\".ad_block_detected\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"form#link a.submit\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocker\\\")]\"]]}]","[{\"selector\":\"html.gnt__mo\",\"action\":[\"style\",\"overflow-y:scroll !important;pointer-events: unset !important;user-select: unset !important;margin-right: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;left:-9999px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"body[style^=\\\"cursor:pointer\\\"]\",\"action\":[\"style\",\"cursor: auto!important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color:Highlight!important;color:HighlightText!important\"],\"cssable\":true}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background: Highlight !important; color: HighlightText !important\"],\"cssable\":true}]","[{\"selector\":\".line\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout:default!important; -webkit-user-select:text!important; -moz-user-select:text!important; -ms-user-select:text!important; user-select:text!important;\"],\"cssable\":true}]","[{\"selector\":\"[data-lyricid]\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".all-lyrics\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.disable-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onkeydown\"]]}]","[{\"selector\":\"[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section\",\"tasks\":[[\"has-text\",\"Winter-Update\"],[\"upward\",1]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"user-select: none;\"]]}]","[{\"selector\":\"form[id=\\\"tfnewsearch\\\"] > input[id=\\\"val\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"remove-attr\",\"onsubmit\"]},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"html, .unselectable\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"#game-wrap\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"remove-class\",\"modal-open\"],\"tasks\":[[\"watch-attr\",[\"class\"]]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"checkAdblockBait\"]]}]","[{\"selector\":\".atomsPartialLinkLink\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html.show-intro-popup\",\"action\":[\"remove-class\",\"show-intro-popup\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"_0x\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"DisableDevtool\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"height: 14px !important; width: 14px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-button\",\"action\":[\"style\",\"border-color: #A6A6A6 !important; border-style: solid !important; height:16px !important; width: 16px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background: #A6A6A6 !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"scrollbar-color: revert !important; scrollbar-width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/oncontextmenu|devtools|stateObject|debugger/\"]]}]","[{\"selector\":\"#ad_box\",\"action\":[\"style\",\"height: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html.no-scroll\",\"action\":[\"remove-class\",\"no-scroll\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncopy=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncopy\"]}]","[{\"selector\":\"#fwrapper, body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".no-select\",\"action\":[\"remove-class\",\"no-select\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"user-select: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onmousedown\"]]}]","[{\"selector\":\"a:has(shreddit-player)\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"shreddit-player\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"stopRefreshSite\"]]}]","[{\"selector\":\"[id=\\\"toggle_notification_notification-ad-blocker\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"nocontextmenu\"]]}]","[{\"selector\":\".ReactModalPortal\",\"tasks\":[[\"has-text\",\"mobile\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"devtoolsDetector\"]]}]","[{\"selector\":\".l-main\",\"action\":[\"style\",\"padding-top: 13.4vw !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"contextmenu\"]]}]","[{\"selector\":\"#description\",\"action\":[\"style\",\"user-select: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/contextmenu|devtool/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"preventDefault\"]]}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"section.lyric_lyric\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-drag: auto !important; -khtml-user-drag: auto !important; -webkit-touch-callout: auto !important; -moz-touch-callout: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div > section.default\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"div.body-container\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"script[id=\\\"jquery-core-js-after\\\"]\",\"tasks\":[[\"has-text\",\"e.preventDefault();\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"button[type=\\\"submit\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".swal2-shown\",\"action\":[\"remove-class\",\"swal2-shown\"]}]","[{\"selector\":\".aui-modal-open, .modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\".confirm\",\"tasks\":[[\"has-text\",\"AdBlocker\"]]}]","[{\"selector\":\".under-map-wrapper\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncontextmenu=\\\"return false;\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor:unset!important;user-select:unset!important\"],\"cssable\":true}]","[{\"selector\":\"div.Message.is-protected\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\".elementor-top-column h6\",\"tasks\":[[\"has-text\",\"advertisement\"],[\"upward\",\".elementor-top-column\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: unset !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#maincontent\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/onselectstart|oncopy|oncontextmenu/\"]}]","[{\"selector\":\"*\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[style*=\\\"overflow\\\"] > div[class]:has(> #passport-modal-overlay)\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]:has(> div[class] > #passport-modal-overlay)\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important; padding-right: 0px !important; inset: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"contextmenu\"]}]","[{\"selector\":\".loading-text\",\"action\":[\"remove-class\",\"loading-text\"]}]","[{\"selector\":\"body *:not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\".erc-existing-profile-onboarding-modal > div[class^=\\\"modal-portal__overlay\\\"]\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"scroll-block--is-blocked\\\"]\",\"action\":[\"remove-class\",\"/scroll-block--is-blocked/\"]}]","[{\"selector\":\".novel-box :not(a)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".superpowerlol::before\",\"action\":[\"style\",\"content: unset !important;\"],\"cssable\":true},{\"selector\":\"div[oncopy]\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return!1\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\".body--prevent-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".forbidden_select\",\"action\":[\"remove-class\",\"forbidden_select\"]},{\"selector\":\".pg_main2, .panel_main, .panel_border2\",\"action\":[\"style\",\"background: unset !important; user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".track_back\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".td-post-content, .td-post-title\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"div.confuse\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".m-content#chapter .chapter-content p\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color: #338FFF !important; color: white !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"has-marketing-bar\"]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]"];
31
- const argsSeqs = [0,1,2,3,-4,132,5,6,7,8,9,10,11,12,13,14,15,16,17,-18,129,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,-58,148,59,60,61,62,63,64,65,66,67,68,69,70,-71,133,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,-112,139,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,-129,133,130,131,-131,256,132,133,-133,239,-133,254,-133,192,-133,151,134,135,-135,194,136,137,138,139,140,141,-141,192,-141,149,142,143,144,145,146,147,148,149,150,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,-167,202,-167,221,-167,231,-167,235,-167,276,-167,305,-167,-314,319,-167,331,-167,196,-167,355,168,169,170,171,172,-172,231,173,174,175,176,177,178,179,180,-180,231,-180,359,181,182,183,-184,185,185,186,187,188,189,190,191,192,193,195,196,-196,321,197,198,199,200,201,202,-202,244,-202,371,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,-223,354,224,-225,226,-226,311,227,228,229,230,-231,243,-231,244,231,-231,322,-231,321,-231,-321,323,-231,323,-231,-283,323,-231,371,232,233,234,236,237,238,240,241,242,244,245,246,247,248,249,250,251,252,253,254,255,257,258,259,260,261,262,263,-264,265,264,266,267,268,269,270,271,272,273,274,275,277,278,279,280,281,282,-282,347,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,310,312,313,314,315,316,317,318,320,321,323,324,325,326,327,-328,329,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,348,349,350,351,352,353,354,-355,373,-355,371,356,357,358,360,-360,379,361,362,363,364,365,366,367,368,369,370,371,372,373,-373,381,374,375,376,-376,384,377,378,380,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402];
32
- const hostnamesMap = new Map([["suppose.tv",1],["dailygalaxy.com",2],["coder.com",3],["sfstandard.com",4],["wideopencountry.com",6],["foxnews.com",7],["marketbeat.com",8],["dailystar.co.uk",9],["reuters.com",10],["dailydot.com",11],["phys.org",12],["e360.yale.edu",13],["nzherald.co.nz",14],["byteofdev.com",15],["thetransmitter.org",16],["forksoverknives.com",17],["bigthink.com",18],["babylonbee.com",19],["us500.com",21],["balls.ie",22],["crunchydata.com",23],["commoncog.com",24],["businesstimes.com.sg",25],["amgreatness.com",26],["calgaryherald.com",27],["edmontonjournal.com",27],["montrealgazette.com",27],["ottawacitizen.com",27],["thestarphoenix.com",27],["aspentimes.com",28],["craigdailypress.com",28],["postindependent.com",28],["skyhinews.com",28],["steamboatpilot.com",28],["vaildaily.com",28],["chron.com",29],["sfgate.com",29],["hellmanns.com",30],["cpapracticeadvisor.com",31],["theguardian.com",32],["ffrfaction.org",33],["bitcoinsensus.com",34],["advancedsciencenews.com",35],["themirror.com",36],["bravenewcoin.com",37],["wyseguide.com",38],["paloaltoonline.com",39],["linuxiac.com",40],["potatonewstoday.com",41],["qcitymetro.com",42],["thecooldown.com",43],["thebarbedwire.com",44],["esports.gg",45],["autonews.com",46],["mensjournal.com",47],["dexerto.com",48],["inverse.com",49],["businessinsider.in",50],["stuff.co.nz",51],["bakerbynature.com",52],["cockroachlabs.com",53],["weather.com",54],["rd.com",55],["ctpost.com",56],["aarp.org",57],["streetinsider.com",58],["wisegeek.com",59],["cjr.org",60],["brooklynvegan.com",62],["axios.com",63],["news.stanford.edu",64],["interestingengineering.com",65],["heatpumped.org",66],["ensemblemagazine.co.nz",67],["thenewlede.org",68],["wareable.com",69],["systemsapproach.org",70],["creepycatalog.com",71],["iheartrecipes.com",72],["lemonblossoms.com",73],["historiccity.com",74],["stitchsnitches.com",76],["eltecolote.org",77],["labrujulaverde.com",78],["lowes.com",79],["politicalwire.com",80],["haitiantimes.com",81],["cheknews.ca",82],["dlnews.com",83],["faithwire.com",84],["entrepreneur.com",85],["erlang-solutions.com",86],["ew.com",87],["fastcompany.com",88],["finsmes.com",89],["sherwood.news",90],["foxandbriar.com",91],["freethink.com",92],["gript.ie",93],["guitar.com",94],["heraldextra.com",95],["hot-dinners.com",96],["jointhefollowup.com",97],["jweekly.com",98],["kerrang.com",99],["laravel-news.com",100],["levernews.com",101],["londonpass.com",102],["marginalrevolution.com",103],["montanafreepress.org",104],["neo4j.com",105],["newsroom.co.nz",106],["newsroom.ucla.edu",107],["newswire.ca",108],["notateslaapp.com",109],["notthebee.com",110],["officialcharts.com",111],["theatlantic.com",112],["slate.com",113],["pcmag.com",114],["people.com",115],["quantamagazine.org",116],["reclaimthenet.org",117],["salon.com",119],["sciencenorway.no",120],["sfpublicpress.org",121],["skepticalraptor.com",122],["countryandtownhouse.com",123],["taskandpurpose.com",124],["texastribune.org",125],["theskimm.com",126],["thestreamable.com",127],["urbandictionary.com",128],["vox.com",129],["washington.edu",130],["worldsensorium.com",131],["yourstory.com",132],["androidauthority.com",133],["cultofmac.com",134],["audioholics.com",135],["theconversation.com",135],["cityandstateny.com",135],["bibleportal.com",135],["uinterview.com",135],["moneycontrol.com",135],["fermatslibrary.com",135],["worlddogfinder.com",135],["insauga.com",135],["moroccoworldnews.com",135],["thecradle.co",135],["vegnews.com",135],["bandt.com.au",135],["pbsamerica.co.uk",135],["wateronline.com",135],["boredpanda.com",135],["artnet.com",135],["bongino.com",135],["lensculture.com",135],["patch.com",135],["projectcbd.org",135],["media4growth.com",135],["nycgo.com",135],["thepostmillennial.com",135],["zorbabooks.com",135],["bellhelmets.com",135],["humanevents.com",135],["curiocity.com",135],["ba-bamail.com",135],["informatykzakladowy.pl",135],["prowritingaid.com",135],["nieuwsblad.be",135],["theblock.co",135],["braziljournal.com",135],["omr.com",135],["auepaisagismo.com",135],["auepaisajismo.com",135],["dispatch.com",135],["softwaretestinghelp.com",135],["vedbex.com",135],["greatist.com",135],["theepochtimes.com",136],["playpilot.com",135],["law.com",135],["magiclen.org",135],["personality-database.com",135],["talouselama.fi",135],["uusisuomi.fi",135],["tekniikkatalous.fi",135],["tivi.fi",135],["kauppalehti.fi",135],["otisoatmilk.co.nz",138],["socialitelife.com",138],["chillamo.com",138],["zerobreeze.com",138],["datacenterwires.com",138],["eletric-vehicles.com",138],["ubitennis.com",138],["dailynewsegypt.com",138],["hdwalle.com",138],["megacatstudios.com",138],["scholarlykitchen.sspnet.org",138],["daphneoz.com",138],["christianstandard.com",138],["childrenshealthdefense.org",138],["alexandracooks.com",138],["australiangolfdigest.com.au",138],["matomo.org",138],["coloradotimesrecorder.com",138],["artificialintelligence-news.com",138],["thurrott.com",138],["hypebot.com",138],["fatgirlskinny.net",138],["moneymagpie.com",138],["verdadeiroolhar.pt",138],["thecanary.co",138],["fandomwire.com",138],["thefreethoughtproject.com",138],["prepinsta.com",138],["nationalgeographic.com",139],["globoshoes.com",139],["kftv.com",139],["health.harvard.edu",139],["jessicabryson.com",139],["dailyvoice.com",139],["bankbazaar.com",139],["mashable.com",139],["sainsburysmagazine.co.uk",139],["clubhouseforchefs.ca",139],["explorersweb.com",139],["decrypt.co",139],["yesmagazine.org",139],["thebfd.co.nz",139],["6sqft.com",139],["sunrisegeek.com",139],["investors.com",139],["scetv.org",139],["berkeleyearth.org",139],["businesstraveller.com",139],["upworthy.com",139],["sportskeeda.com",139],["goodhousekeeping.com",139],["delish.com",139],["esquire.com",139],["lazycatkitchen.com",139],["apotekfordeg.no",139],["relieved.co",139],["sweetandsavory.co",139],["animalchannel.co",139],["seeitlive.co",139],["parentingisnteasy.co",139],["spotlightstories.co",139],["homehacks.co",139],["lilysilk.com",139],["dgmlive.com",139],["atlasobscura.com",140],["monarchmoney.com",139],["trutone.ca",139],["frontrunners.ca",139],["fruugo.co.uk",139],["lull.com",139],["otterbox.com",139],["pulseuniform.com",139],["saksfifthavenue.com",139],["shop.pbs.org",139],["szucstermekek.com",139],["zumub.com",139],["shop.libbey.com",139],["italianluxurygroup.com.au",139],["tiedex.co.uk",139],["tweeters.ca",139],["foliosociety.com",139],["drinkspy.co.nz",139],["littleburgundyshoes.com",139],["journeys.ca",139],["tradedepot.co.nz",139],["harborfreight.com",139],["generalpants.com",139],["pbteen.com",139],["flovitamins.com",139],["vitaminworld.com",139],["www.razer.com",139],["publiclands.com",139],["leevalley.com",139],["massivetoyblowout.ca",139],["levi.com",139],["build.com",139],["williams-sonoma.com",139],["tsc.ca",139],["wafuu.com",139],["overstock.com",139],["deskhero.ca",139],["calvinklein.at",139],["calvinklein.be",139],["calvinklein.bg",139],["calvinklein.ch",139],["calvinklein.co.uk",139],["calvinklein.com",139],["calvinklein.cz",139],["calvinklein.de",139],["calvinklein.dk",139],["calvinklein.ee",139],["calvinklein.es",139],["calvinklein.fi",139],["calvinklein.fr",139],["calvinklein.hr",139],["calvinklein.hu",139],["calvinklein.ie",139],["calvinklein.it",139],["calvinklein.lt",139],["calvinklein.lu",139],["calvinklein.lv",139],["calvinklein.nl",139],["calvinklein.pl",139],["calvinklein.pt",139],["calvinklein.ru",139],["calvinklein.se",139],["calvinklein.si",139],["calvinklein.sk",139],["headphonebar.com",139],["jolinne.com",139],["fredmeyer.com",139],["authenticoilco.com",139],["geizdental.de",139],["stylewe.com",139],["dell.com",139],["temu.com",139],["cars.com",139],["thebulletin.org",142],["npr.org",142],["vice.com",142],["forward.com",142],["nationalobserver.com",142],["washingtontimes.com",142],["monroenews.com",142],["poconorecord.com",142],["matadornetwork.com",142],["shoppingsouthparkmall.com",142],["newbalance.co.id",142],["geopoliticalmonitor.com",142],["glassblocktint.com",142],["forsvaretsforum.no",142],["broadbandbreakfast.com",143],["404media.co",143],["gwr.com",143],["hollywoodunlocked.com",143],["americastestkitchen.com",143],["stcatharinesstandard.ca",143],["thepeterboroughexaminer.com",143],["niagarafallsreview.ca",143],["therecord.com",143],["thespec.com",143],["wellandtribune.ca",143],["breakingenergy.com",143],["jewishinsider.com",143],["natlawreview.com",143],["spotlightpa.org",143],["securityweek.com",143],["ohsweetbasil.com",143],["idsnews.com",143],["milwaukeetool.com",143],["swissinfo.ch",143],["ello.co",143],["cube-magazin.de",143],["vallejosun.com",143],["travelcaffeine.com",143],["freshbooks.com",143],["contiki.com",143],["foreignaffairs.com",144],["brighteon.com",146],["elimento.com",143],["bitcoinke.io",143],["carsalesbase.com",143],["envol-vert.org",143],["latina.com",143],["petri.com",143],["syfy.com",143],["pagamentidigitali.it",143],["scottishlegal.com",143],["dailytarheel.com",143],["bucketlistly.blog",143],["skepchick.org",143],["liamodell.com",143],["snackstack.net",143],["tapinto.net",143],["vernyx.com",143],["simmiwoman.co.uk",143],["statnews.com",143],["history.com",143],["knowablemagazine.org",148],["hiddenvalley.com",143],["staradvertiser.com",143],["numero.com",143],["cryptobriefing.com",143],["www.microsoft.com",143],["readtangle.com",143],["fxstreet.com",143],["mediadump.com",143],["impulkits.com",143],["bygonely.com",143],["musclecarsandtrucks.com",143],["thepetslife.online",143],["scientificamerican.com",143],["justthenews.com",143],["njbiz.com",143],["apnews.com",143],["inquirer.com",143],["heraldnet.com",143],["thehill.com",143],["newsnationnow",143],["parent.com",143],["digital4.biz",143],["jns.org",143],["brandingmag.com",143],["staygenerator.com",143],["nimsdai.com",143],["outsports.com",143],["hcn.org",143],["everyday-reading.com",143],["macleans.ca",150],["carboncredits.com",143],["spring.org.uk",143],["abeka.com",143],["psychcentral.com",143],["heraldlive.co.za",143],["dispatchlive.co.za",143],["recyclingproductnews.com",143],["statista.com",143],["soundproofcow.com",143],["palestinechronicle.com",143],["sweetteacaviar.com",143],["dollartree.com",143],["linenbee.com",143],["vargooutdoors.com",143],["mountainwarehouse.com",143],["dsw.com",143],["bedbathandbeyond.com",143],["networldsports.ca",143],["summitracing.com",143],["racketsandrunners.ca",143],["modesens.com",143],["allbirds.co.nz",143],["allbirds.com",143],["allbirds.com.au",143],["atelierskn.com",143],["aihome.com.my",143],["ipowerqueen.com",143],["rktbns.de",143],["torpedo7.co.nz",143],["logitech.com",143],["ballantynes.co.nz",143],["pushmycart.com",143],["shutterfly.com",143],["humankinetics.com",143],["house.suntory.com",143],["eileenscookieshighlandsranch.com",143],["foodsalive.com",143],["nfm.com",143],["partsinmotion.co.uk",143],["ardene.com",143],["biglots.com",143],["toysrus.ca",143],["ringkestore.com",143],["thefp.com",152],["fine-day.com",153],["expatexplore.com",153],["vadimkravcenko.com",153],["investopedia.com",153],["simplyrecipes.com",153],["shape.com",153],["verywellhealth.com",153],["southernliving.com",153],["thespruceeats.com",153],["seriouseats.com",153],["allrecipes.com",153],["tripsavvy.com",153],["travelandleisure.com",153],["verywellmind.com",153],["foodandwine.com",153],["oneesports.gg",153],["frontofficesports.com",153],["forbestravelguide.com",153],["thebaffler.com",154],["verybestbaking.com",153],["tsunagujapan.com",153],["gcn.com",153],["washingtontechnology.com",153],["fcw.com",153],["lonelyplanet.com",153],["posylka.de",153],["dallasnews.com",156],["forbes.com",157],["newrepublic.com",158],["ftm.eu",158],["launer.com",158],["bemoneyaware.com",158],["publish0x.com",159],["pcipolicyportal.com",159],["thetruthaboutcars.com",159],["thethaiger.com",160],["mountaintopwebdesign.com",160],["kbdfans.com",160],["studyflix.de",160],["time.is",160],["kitchentime.com",161],["kitchentime.de",161],["kitchentime.dk",161],["kitchentime.fi",161],["kitchentime.no",161],["kitchentime.se",161],["revolvermag.com",162],["worldcrunch.com",164],["treblezine.com",161],["pv-magazine.*",161],["pv-magazine-australia.com",161],["pv-magazine-brasil.com",161],["pv-magazine-latam.com",161],["pv-magazine-mexico.com",161],["pv-magazine-usa.com",161],["revolve.com",161],["fwrd.com",161],["vat19.com",161],["magnumboots.com",161],["wilcooffroad.com",161],["detroitmodular.com",161],["metrocheese.com",161],["bwpsales.com",161],["fitnessav.com",161],["gronkfitnessproducts.com",161],["hockeylion.ca",161],["justcloseoutscanada.ca",161],["lakshmistores.com",161],["glasses.com",161],["olaproducts.co.nz",161],["pitviper.com",161],["capx.co",166],["prompthero.com",167],["mbt-store.com",168],["nobroker.in",169],["greencarreports.com",170],["rakentaja.fi",171],["tietoevry.com",171],["beckershospitalreview.com",171],["abcya.com",171],["ionos.de",171],["trip.com",171],["lapresse.ca",171],["milenio.com",172],["cnn.com",172],["thedisconnect.co",173],["arcade1up.com",174],["mofi.com",175],["jumia.ci",175],["jumia.co.ke",175],["jumia.com.eg",175],["jumia.com.gh",175],["jumia.com.ng",175],["jumia.com.tn",175],["jumia.dz",175],["jumia.ma",175],["jumia.sn",175],["jumia.ug",175],["logicool.co.jp",176],["aulart.com",177],["zenith-watches.com",178],["market.samm.com",179],["recordcollectormag.com",180],["rprealtyplus.com",181],["gay69.stream",182],["programegratuitepc.com",182],["sabishiidesu.com",182],["businessemailetiquette.com",182],["newsbook.pl",182],["techtrickseo.com",182],["qualityfilehosting.com",182],["republicadecuritiba.net",182],["audioreview.m1001.coreserver.jp",182],["evz.ro",183],["e-panigiria.gr",184],["socialblade.com",185],["flickr.com",186],["cyanlabs.net",187],["pinterest.*",188],["experts-exchange.com",189],["ne10.uol.com.br",190],["gaypornmasters.com",190],["gaypornwave.com",190],["insurance-corporate.blogspot.com",190],["polskacanada.com",190],["satcesc.com",190],["psychologiazycia.com",190],["mio.to",190],["software-on.com",191],["tabonitobrasil.*",190],["mainframestechhelp.com",190],["dddance.party",190],["bisablog.com",190],["adnan-tech.com",190],["ideaberita.com",190],["langitmovie.com",190],["oceanof-games.com",190],["download.ipeenk.com",190],["doranobi-fansub.id",190],["suedkurier.de",190],["utamap.com",190],["librospreuniversitariospdf.blogspot.com",193],["hienzo.com",190],["riie.jp",190],["flash-firmware.blogspot.com",190],["ntvspor.net",190],["selfstudyhistory.com",195],["music.apple.com",197],["depedlps.*",190],["mangatoon.*",190],["thegearhunt.com",190],["jootc.com",190],["ufret.jp",190],["thenekodark.com",190],["poli-vsp.ru",190],["polyvsp.ru",190],["edailybuzz.com",191],["marfilius.blogspot.com",190],["deseneledublate.com",190],["digital.lasegunda.com",190],["autophorie.de",190],["zeeebatch.blogspot.com",190],["techdracula.com",190],["seotechman.com",191],["igniel.com",190],["clubulbebelusilor.ro",190],["123movies.*",190],["gomovies.*",190],["blog.naver.com",190],["exclusifvoyages.com",190],["everydaynewinfo.com",190],["funivie.org",190],["tiktok.com",190],["world4.eu",191],["ggulpass.com",190],["irisbuddies.*",190],["loveplay123.com",190],["minecraftquiz.com",190],["magelang1337.com",190],["nandedbazaar.com",190],["objectivequiz.com",190],["musicindustryhowto.com",190],["sachonthi.com",190],["significatocanzoni.it",190],["zdravenportal.eu",190],["tahmial.blogspot.com",190],["th-world.com",199],["thezealots.org",190],["wouterplanet.com",190],["erexams.com",190],["vedantu.com",190],["fmovies.*",195],["arlinadzgn.com",190],["cambiarevita.eu",190],["otakudesu.*",190],["tritinia.com",190],["gsmfirmware.net",190],["lataifas.ro",190],["sysnettechsolutions.com",190],["bloggerspice.com",190],["youmath.it",190],["flipmsg.com",190],["starbene.it",190],["gamezop.com",190],["readm.org",190],["androidtvbox.eu",190],["myhtebooks.com",190],["gooyaabitemplates.com",190],["sogou.com",190],["themes-dl.com",190],["pixnet.net",190],["yamibo.com",190],["wjx.cn",190],["wjx.top",190],["qidian.com",190],["book.zongheng.com",190],["ciweimao.com",190],["wpchen.net",190],["peekme.cc",190],["hongxiu.com",190],["readnovel.com",190],["uslsoftware.com",190],["qiangwaikan.com",190],["invado.pl",190],["news24.jp",190],["blog.csdn.net",190],["whowantstuffs.blogspot.com",190],["unikampus.net",190],["elahmad.com",190],["adpres.ro",190],["uemeds.cn",190],["hollywoodmask.com",190],["cafago.com",190],["picallow.com",190],["magesypro.*",190],["psihologiadeazi.ro",190],["cintateknologi.com",190],["yhocdata.com",190],["cristelageorgescu.ro",190],["bike-parts-sym.com",190],["www-daftarharga.blogspot.com",190],["ukrainashop.com",190],["flinsetyadi.com",190],["koszalincity.pl",190],["aileen-novel.online",190],["bumigemilang.com",201],["bingotingo.com",195],["cafe.naver.com",190],["sekaikomik.live",190],["repack-games.com",190],["celtadigital.com",190],["convenienza.com",190],["panda-novel.com",190],["labs.j-novel.club",201],["turbo1.co",190],["outidesigoto.com",190],["novelpub.com",190],["webnovelpub.com",190],["read.amazon.com",190],["nana-music.com",190],["nullphpscript.com",190],["epitesti.ro",190],["delicateseliterare.ro",190],["bianity.net",190],["csid.ro",190],["bagaglioamano.io",190],["stiridinromania.ro",190],["kooora4lives.net",203],["kooora4livs.com",203],["walkthrough-indo.blogspot.com",190],["jpopsingles.eu",206],["scarysymptoms.com",208],["g37.com.br",190],["rodude.com",190],["terramirabilis.ro",210],["boop.pl",190],["audiologyresearch.org",190],["klartext-ne.de",210],["sqlserveregitimleri.com",190],["habuteru.com",190],["cespun.eu",190],["geeksoncoffee.com",190],["tweakers.net",212],["deezer.com",213],["facebook.com",214],["facebookcorewwwi.onion",214],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",214],["livetennis.it",215],["hindi-gk.com",215],["tinyppt.com",216],["husseinezzat.com",216],["gagetmatome.com",216],["canondrivers.org",216],["pehawe.me",216],["kimkazandi.com",216],["sdewery.me",216],["readawrite.com",216],["poipiku.com",216],["lofter.com",216],["revistasufletului.net",216],["two9success.com",216],["verselemzes.hu",216],["dollarvr.com",216],["newsme.gr",216],["savoriurbane.com",216],["descopera.ro",216],["velicu.eu",217],["panorama.it",216],["arenavalceana.ro",216],["wotlabs.net",219],["droidtekno.com",220],["neobux.com",221],["androidmtk.com",222],["proxfree.com",223],["instagram.com",224],["jobsbotswana.info",225],["yeane.org",225],["answersafrica.com",225],["practicetestgeeks.com",225],["mbahhanif.site",225],["nfltraderumors.co",225],["musixmatch.com",225],["ilturista.info",225],["sigma4pc.com",225],["informagiovani-italia.com",226],["citpekalongan.com",226],["fizyka.org",226],["androidmakale.com",226],["tfp.is",226],["dramacute.*",226],["hitcena.pl",226],["raccontivietati.com",226],["runmods.com",226],["visaonoticias.com",226],["tohkaishimpo.com",226],["raqmedia.com",226],["bolugundem.com",226],["workhouses.org.uk",226],["displayspecifications.com",226],["daily-tohoku.news",226],["joysound.com",227],["gdrivedescarga.com",229],["smartkhabrinews.com",226],["aulete.com.br",231],["mercurynews.com",232],["fanfiction.net",233],["fictionpress.com",233],["athletic.net",234],["myschool-eng.com",236],["orangespotlight.com",236],["isikuota.co.id",236],["katzen-fieber.de",236],["sinau-thewe.com",236],["clujust.ro",236],["kangkimin.com",236],["bloombergquint.com",237],["diffnow.com",238],["askubuntu.com",239],["mathoverflow.net",239],["serverfault.com",239],["stackapps.com",239],["stackexchange.com",239],["superuser.com",239],["quizlet.com",240],["bookbub.com",241],["quora.com",242],["breakingdefense.com",243],["insidesources.com",244],["behance.net",245],["kpopjjang.com",246],["awebstories.com",246],["postcourier.com.pg",247],["fantricks.com",249],["theintercept.com",250],["yoututosjeff.es",251],["autoblog.com",252],["dailymail.co.uk",253],["bigulnews.tv",254],["tepat.id",254],["festival-cannes.com",254],["indiatimes.com",254],["darktranslation.com",254],["hulnews.top",255],["boke112.com",254],["androidacy.com",254],["whoisnovel.com",257],["foreignpolicy.com",259],["chowhound.com",259],["dostfilms.*",260],["kimovil.*",260],["context.reverso.net",261],["hardware.info",262],["enotes.com",263],["digicular.com",264],["tunein.com",265],["ecosia.org",266],["skidrowreloaded.com",267],["myanimelist.net",268],["imaginetricks.com",269],["kurazone.net",270],["www.reddit.com",271],["~reddit.com",272],["techopedia.com",273],["ahzaa.net",274],["apps.jeurissen.co",275],["utaten.com",276],["sbbrisk.com",277],["sbface.com",277],["streamsb.net",277],["camcaps.to",277],["camcaps.io",277],["quotev.com",278],["lectortmo.com",279],["warungkomik.com",280],["livedays.jp",282],["opportunitydesk.org",283],["the-masters-voice.com",285],["kamerabudaya.com",287],["therealdeal.com",288],["healthitsecurity.com",289],["ef.com",290],["selfstudyanthro.com",291],["android1pro.com",293],["gakki.me",295],["tunegate.me",295],["famousintel.com",296],["jnews5.com",296],["tvshowstars.com",296],["eurooptyk.com.pl",296],["celebzcircle.com",298],["sertracen.com.pa",295],["pitesti24.ro",298],["samsungtechwin.com",298],["cours-de-droit.net",298],["iptv4best.com",298],["blogvisaodemercado.pt",298],["kapitalis.com",298],["tiempo.hn",298],["winmeen.com",298],["ibps.in",298],["visse.com.br",298],["javsubtitle.co",298],["learninsta.com",298],["licensekeys.org",298],["mediahiburan.my",298],["tipssehatcantik.com",298],["jbjbgame.com",298],["viatasisanatate.com",298],["ziarulargesul.ro",298],["globaldefensecorp.com",298],["gossipnextdoor.com",298],["coffeeapps.ir",298],["media.framu.world",298],["immobiliaremia.com",298],["colegiosconcertados.info",298],["bigdatauni.com",298],["riwyat.com",298],["rukim.id",298],["visefierbinti.ro",298],["theaircurrent.com",300],["ncert-solutions.com",298],["ncertsolutions.guru",298],["clockks.com",298],["ananda-yoga.ro",298],["poolpiscina.com",298],["infodifesa.it",298],["getective.com",298],["flashdumpfiles.com",298],["formatatmak.com",298],["drkrok.com",298],["alphagirlreviews.com",298],["kitchennovel.com",298],["voxvalachorum.ro",298],["day-hoc.org",298],["onlineonderdelenshop.nl",298],["primicia.com.ve",298],["tech-recipes.com",298],["afrikmag.com",298],["maduras.vip",298],["aprendeinglessila.com",298],["kicknews.today",298],["koalasplayground.com",298],["hellokpop.com",298],["hayatbilgileri.com",300],["moneyexcel.com",298],["placementstore.com",298],["neuroteam-metz.de",298],["codedosa.com",298],["liveyourmaths.com",298],["newspao.gr",298],["ieltsliz.com",298],["programasvirtualespc.net",298],["tempatwisataseru.com",298],["wikiofcelebs.com",298],["jornaljoca.com.br",298],["arcanescans.com",298],["filmzone.com",298],["hiraethtranslation.com",298],["kaystls.site",298],["home.novel-gate.com",298],["plural.jor.br",298],["evreporter.com",296],["sinhasannews.com",298],["viewsofgreece.gr",298],["rozbor-dila.cz",298],["kritichno.bg",298],["csiplearninghub.com",298],["freereadnovel.online",303],["piklodz.pl",303],["secondlifetranslations.com",303],["ferroviando.com.br",303],["counciloflove.com",303],["infokik.com",303],["kulinarnastronamocy.pl",303],["jafekri.com",303],["ezmanga.net",303],["reborntrans.com",303],["truyenbanquyen.com",305],["koltry.life",303],["kolnovel.com",303],["anascrie.ro",308],["guidingliterature.com",308],["cabinetexpert.ro",295],["astoryofmasasstruggles.com",308],["vol.at",310],["lokercirebon.com",311],["loginhit.com.ng",311],["sanspo.com",312],["allocine.fr",313],["duolingo.com",314],["sythe.org",315],["gamegame.kr",316],["extreme-down.*",317],["iwanichi.co.jp",318],["novelasligera.com",319],["geotips.net",319],["video.tv-tokyo.co.jp",320],["aviationweek.com",321],["community.spiceworks.com",322],["malasngeblog.com",323],["datadikdasmen.com",323],["relet365.com",324],["wikibious.com",325],["odoserwis.pl",326],["tileman.io",327],["daimangajiten.com",328],["liga.net",329],["protocol.com",329],["wenku.baidu.com",329],["dreamsfriend.com",330],["mercenaryenrollment.com",330],["xossipy.com",330],["hibiki-radio.jp",331],["dreamstime.com",332],["trakteer.id",333],["8muses.com",334],["katosatoshi.jp",335],["gridcoinstats.eu",336],["chan.sankakucomplex.com",337],["nytimes.com",338],["trucksbook.eu",340],["diariodaregiao.com.br",341],["taufiqhdyt.com",342],["liveroger.com",343],["online2pdf.com",344],["1fichier.com",345],["forum.release-apk.com",346],["fraudnavi.com",347],["elektrikmen.com",348],["kijyomatome-ch.com",349],["teamaretuza.com",350],["hotcleaner.com",351],["enttechub.com",352],["novelism.jp",353],["sportando.basketball",353],["gnt24365.net",354],["cssreference.io",355],["hardcoregames.ca",356],["teamkong.tk",357],["hitproversion.com",359],["techsini.com",359],["operatorsekolahdbn.com",359],["themosvagas.com.br",359],["appd.at",359],["lazytranslations.com",360],["bimiacg.net",361],["appofmirror.com",362],["faloo.com",363],["cheatsquad.gg",364],["janvissersweer.nl",365],["spanishdict.com",366],["outlook.live.com",367],["naaree.com",368],["revouninstaller.com",369],["blogpascher.com",370],["buondua.com",371],["otomobilgunluklerim.com",372],["social-unlock.com",373],["nusantararom.org",374],["mail.tm",375],["northjersey.com",376],["independentmail.com",376],["usatoday.com",376],["curs-valutar-bnr.ro",377],["payskip.org",378],["acupoffrench.com",379],["novelza.com",379],["novelpia.com",380],["projektowanie-wnetrz-online.pl",381],["google.*",382],["oricon.co.jp",383],["cataz.net",384],["coub.com",385],["artstation.com",386],["streamservicehd.click",387],["eplayer.click",387],["olacast.live",387],["allcryptoz.net",388],["crewbase.net",388],["crewus.net",388],["shinbhu.net",388],["shinchu.net",388],["topcryptoz.net",388],["uniqueten.net",388],["ultraten.net",388],["getlatka.com",389],["lamusica.com",390],["airbnb.de",391],["safirsoft.com",392],["anime-drama.jp",393],["cyberkrafttraining.com",393],["thailandopen.org",394],["wormate.io",395],["surreyhillsgrocer.sg",396],["mgsm.pl",397],["pl",398],["substack.com",399],["entra.news",401],["microsoftsecurityinsights.com",401],["ntuplay.xyz",402],["adslink.pw",403],["tv2.no",404],["phimlongtieng.net",405],["zunda.site",406],["dialectsarchive.com",407],["hket.com",408],["genesistls.com",409],["shortform.com",410],["firmwarefile.com",411],["webnovel.com",412],["audiotools.in",413],["7misr4day.com",413],["raindropteamfan.com",413],["ilife97.com",414],["canalnatelinhaonline.blogspot.com",415],["embed.reddit.com",416],["jpost.com",417],["9now.com.au",418],["embibe.com",419],["vidmoly.*",420],["~macaro-ni.jp",421],["seriesperu.com",422],["zelka.org",423],["playertv.net",424],["themeslide.com",425],["daotranslate.*",426],["iptvromania.ro",428],["linkco.re",430],["tuta.com",431],["venturebeat.com",432],["edurev.in",433],["ncrtsolutions.in",434],["appimagehub.com",436],["gnome-look.org",436],["store.kde.org",436],["linux-apps.com",436],["opendesktop.org",436],["pling.com",436],["xfce-look.org",436],["expquebec.com",437],["elsalvadorsurfrealestate.com",438],["photopea.com",439],["marinetraffic.com",440],["romprovider.com",441],["financasdeouro.com",442],["brokensilenze.net",443],["web.telegram.org",444],["groundies.com",445],["pap.pl",446],["espressocafe.ro",446],["zabawkahurtownia.pl",446],["hiphopa.net",446],["all4pets.com.pl",446],["romaniadeazi.biz",446],["streambuddy.net",447],["tv.bdix.app",448],["teachoo.com",449],["classnotes.org.in",448],["topperlearning.com",448],["karsaz-law.com",448],["videocardz.com",448],["partsnl.nl",448],["rds.live",448],["nsfw247.biz",451],["with.is",452],["playingfire.com",453],["unic.com.vn",453],["zigya.com",453],["ipphone-warehouse.com",454],["shaalaa.com",456],["justspices.de",457],["studiestoday.com",458],["pendulumedu.com",459],["indeed.com",460],["techcrunch-com.translate.goog",461],["brooklyneagle.com",462],["techgyd.com",463],["crunchyroll.com",464],["mskmangaz.blogspot.com",465],["myntra.com",466],["abema.tv",467],["esscctv.com",468],["hansa-online.de",469],["volokit2.com",470],["karistudio.com",471],["foxteller.com",472],["blog.tangwudi.com",473],["nihongoaz.com",474],["torontosom.ca",475],["samurai.wordoco.com",476],["ingesantoso.wordpress.com",477],["flightradar24.com",478]]);
30
+ const argsList = ["[]","[{\"selector\":\"#alertTab\",\"tasks\":[[\"has-text\",\"Enter your email address\"]]}]","[{\"selector\":\"#home-section3\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".MuiBox-root\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".Promotion_container__kYNro\",\"tasks\":[[\"has-text\",\"Sign up now!\"]]}]","[{\"selector\":\".above-footer-section\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocking software\\\")]/../../..\"]]},{\"selector\":\".advanced.embed-media\",\"tasks\":[[\"has-text\",\"Get a daily look\"]]}]","[{\"selector\":\".align-items-center.py-2\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".article-body > p\",\"tasks\":[[\"has-text\",\"sign up for our newsletters\"]]}]","[{\"selector\":\".article-body__promo-box__3bCm_\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-content-wrapper > p\",\"tasks\":[[\"has-text\",\"into your inbox\"]]},{\"selector\":\"strong > em\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article-main__more\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".article__block--footnoteBlock--align-right\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".article__body--botttom > div > p\",\"tasks\":[[\"has-text\",\"a free newsletter\"]]}]","[{\"selector\":\".bg-base-200\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".shadow-xl.m-2.p-4\",\"tasks\":[[\"has-text\",\"Sign up for email updates\"]]}]","[{\"selector\":\".bg-cover\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".bg-dark-brown\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-fok-gray-500\",\"tasks\":[[\"has-text\",\"Join our mailing list\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".bt-inp\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Fake news\"]]},{\"selector\":\".hidden\",\"tasks\":[[\"has-text\",\"Fake news\"]]}]","[{\"selector\":\".bg-gray-600\",\"tasks\":[[\"has-text\",\"Read the latest business news\"]]}]","[{\"selector\":\".bg-left.bg-cover\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-primary-dark\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\".border-primary-dark\\\\/50\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".bg-purple-50\",\"tasks\":[[\"has-text\",\"Fan of great business\"]]},{\"selector\":\".md\\\\:px-2.py-10\",\"tasks\":[[\"has-text\",\"Subscribe to the newsletter\"]]}]","[{\"selector\":\".border-gray-175\",\"tasks\":[[\"has-text\",\"BT in your inbox\"]]}]","[{\"selector\":\".border-gray-200\",\"tasks\":[[\"has-text\",\"Get the news\"]]},{\"selector\":\".border-secondary-900\",\"tasks\":[[\"has-text\",\"Get the news\"]]}]","[{\"selector\":\".bottom-0\",\"tasks\":[[\"has-text\",\"/Join now to read full articles|Save 25% on reporting you won’t find anywhere else/\"]]}]","[{\"selector\":\".callout\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".card-body\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".col1span3\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\".content-panel-container\",\"tasks\":[[\"has-text\",\"Get recipes\"]]}]","[{\"selector\":\".corner-accent\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".dcr-1mt0mpc\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\"[data-testid=\\\"contributions-liveblog-epic\\\"]\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".elementor-button-link\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".elementor-shortcode\",\"tasks\":[[\"has-text\",\"Signup Now\"]]}]","[{\"selector\":\".et_pb_row_1_tb_body\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]},{\"selector\":\".et_pb_section\",\"tasks\":[[\"has-text\",\"Sign up for our weekly newsletter\"]]}]","[{\"selector\":\".factbox\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".fusion_builder_column_inner_1_1\",\"tasks\":[[\"has-text\",\"BNC Newsletters\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Never miss a post\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"Sign up for Express\"]]}]","[{\"selector\":\".has-border-color.wp-block-columns\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".has-border-color\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\".has-link-color.has-background\",\"tasks\":[[\"has-text\",\"free newsletter\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"Join our free newsletter\"]]}]","[{\"selector\":\".has-secondary-background-color\",\"tasks\":[[\"has-text\",\"Subscribe\"]]},{\"selector\":\".wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe to our Newsletter\"]]}]","[{\"selector\":\".inset-0.fixed\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".lg\\\\:grid-cols-\\\\[445px_1fr\\\\].gap-y-10 > div\",\"tasks\":[[\"has-text\",\"Sign up to Dexerto\"]]},{\"selector\":\".mb-16\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".lg\\\\:u-max-w-\\\\[345px\\\\]\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\".u-space-y-6.u-items-center\",\"tasks\":[[\"has-text\",\"Staying current\"]]}]","[{\"selector\":\".m-detail--body > p\",\"tasks\":[[\"has-text\",\"Sign up for the\"]]}]","[{\"selector\":\".msl\",\"tasks\":[[\"has-text\",\"Subscribe for free\"]]}]","[{\"selector\":\".mx-auto.container\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\".nl-container\",\"tasks\":[[\"has-text\",\"inbox\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"Email us\"]]},{\"selector\":\".restricted-body.html-content\",\"tasks\":[[\"has-text\",\"your inbox\"]]}]","[{\"selector\":\".optin\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".p-4.bg-\\\\[\\\\#F5F5F5\\\\]\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter\"]]}]","[{\"selector\":\".p-5.bg-white.rounded-xl\",\"tasks\":[[\"has-text\",\"Weather in your inbox\"]]}]","[{\"selector\":\".p1\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".px20.pb32\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".recommendationSection\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".right_pod\",\"tasks\":[[\"has-text\",\"E-mail Address\"]]}]","[{\"selector\":\".rounded-3xl\",\"tasks\":[[\"has-text\",\"in your inbox\"]]}]","[{\"selector\":\".row > .entry-content > p\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".sidebar-form\",\"tasks\":[[\"has-text\",\"Sign Up For Our Newsletter\"]]}]","[{\"selector\":\".sm\\\\:my-10.xs\\\\:my-6\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".su-items-left\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".t-bg-surface-zero.t-p-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".text-wt-background\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".w-embed\",\"tasks\":[[\"has-text\",\"Sign up now\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"substack\"]]}]","[{\"selector\":\".wp-block-column > .is-layout-flow.wp-block-group\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-cover-is-layout-flow\",\"tasks\":[[\"has-text\",\"Get our newsletter\"]]}]","[{\"selector\":\".wp-block-genesis-blocks-gb-columns\",\"tasks\":[[\"has-text\",\"Subscribe by Email\"]]},{\"selector\":\".wp-block-genesis-blocks-gb-container\",\"tasks\":[[\"has-text\",\"Free Email Guide\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow.has-background.has-base-background-color\",\"tasks\":[[\"has-text\",\"Email Me This For Later\"]]}]","[{\"selector\":\".wp-block-group-is-layout-flow\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Stay connected to the community.\"]]},{\"selector\":\".wp-block-group.alignfull\",\"tasks\":[[\"has-text\",\"Subscribe to our newsletter!\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover more\"]]}]","[{\"selector\":\"[data-testid=\\\"scroll-modal-wrapper\\\"]\",\"tasks\":[[\"has-text\",\"sign up\"]]}]","[{\"selector\":\"#custom_html-12\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"div.is-style-border\",\"tasks\":[[\"has-text\",\"Daily News\"]]}]","[{\"selector\":\"div.wp-block-cover\",\"tasks\":[[\"has-text\",\"Be the first to know\"]]}]","[{\"selector\":\".bottom-0.fixed\",\"tasks\":[[\"has-text\",\"weekly newsletters\"]]},{\"selector\":\".lg\\\\:p-\\\\[16px\\\\]\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\"em > strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".p-6.justify-center\",\"tasks\":[[\"has-text\",\"Daily newsletter\"]]}]","[{\"selector\":\".order-lg-2\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]},{\"selector\":\".sidebar-sticky\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".comp > strong\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-1.gap-4\",\"tasks\":[[\"has-text\",\"Sign up for\"]]},{\"selector\":\".pb-6\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".td-block-title.block-title\",\"tasks\":[[\"has-text\",\"NEWSLETTER\"]]}]","[{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Subscribe and thrive\"]]},{\"selector\":\"form\",\"tasks\":[[\"has-text\",\"Your inbox is ready\"]]}]","[{\"selector\":\".has-senary-background-color\",\"tasks\":[[\"has-text\",\"Email\"]]},{\"selector\":\".has-tertiary-background-color\",\"tasks\":[[\"has-text\",\"Week\"]]}]","[{\"selector\":\".bg-gray-100\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".v-card.v-card--flat\",\"tasks\":[[\"has-text\",\"Sign up to receive\"]]}]","[{\"selector\":\".w-full\",\"tasks\":[[\"has-text\",\"Mailing\"]]}]","[{\"selector\":\"h3.section_name\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".d-lg-block.sp-module\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".pb-6.border-b\",\"tasks\":[[\"has-text\",\"Signup\"]]}]","[{\"selector\":\"p > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".p-8.bg-dynamic-primary\",\"tasks\":[[\"has-text\",\"straight to your inbox\"]]}]","[{\"selector\":\".shadow-card.p-8\",\"tasks\":[[\"has-text\",\"Laravel Newsletter\"]]}]","[{\"selector\":\".pt-\\\\[60px\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".fxsEzN\",\"tasks\":[[\"has-text\",\"Sign up to our newsletter\"]]}]","[{\"selector\":\"section.sidebar-section\",\"tasks\":[[\"has-text\",\"email\"]]}]","[{\"selector\":\".has-background.has-dark-gray-background-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".sidebar-item-container\",\"tasks\":[[\"has-text\",\"Email me\"]]}]","[{\"selector\":\".has-background\",\"tasks\":[[\"has-text\",\"/newsletter|inbox/\"]]}]","[{\"selector\":\".promo-card-primary\",\"tasks\":[[\"has-text\",\"Check your inbox\"]]}]","[{\"selector\":\".pull-right.inline-gallery-container\",\"tasks\":[[\"has-text\",\"Post this\"]]}]","[{\"selector\":\".mobile-only-on-col-ab\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".bg-gray-50\",\"tasks\":[[\"has-text\",\"Want to stay informed\"]]}]","[{\"selector\":\".border-brand-pink\",\"tasks\":[[\"has-text\",\"inbox\"]]}]","[{\"selector\":\".LostInventoryMessage_root__YllYq\",\"tasks\":[[\"has-text\",\"newsletter\"]]},{\"selector\":\"p.ArticleParagraph_root__4mszW > small\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\"p.slate-paragraph > em\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".md\\\\:decorative-horizontal-lines\",\"tasks\":[[\"has-text\",\"subscribe\"]]}]","[{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".hide.post__sidebar\",\"tasks\":[[\"has-text\",\"Share this article\"]]}]","[{\"selector\":\".elementor-section\",\"tasks\":[[\"has-text\",\"Subscribe for\"]]},{\"selector\":\".elementor-widget-container\",\"tasks\":[[\"has-text\",\"tired of censorship\"]]}]","[{\"selector\":\"[style=\\\"text-align:center\\\"]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".text_multiline\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-pullquote\",\"tasks\":[[\"has-text\",\"Sign up for\"]]}]","[{\"selector\":\".wp-block-group__inner-container\",\"tasks\":[[\"has-text\",\"Discover\"]]}]","[{\"selector\":\"strong > .link--button\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".wp-block-quote\",\"tasks\":[[\"has-text\",\"inbox daily\"]]}]","[{\"selector\":\"p.t-links-underlinedy\",\"tasks\":[[\"has-text\",\"Sign up for The Brief\"]]}]","[{\"selector\":\".bg-soft-teal\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".rounded-3.px-5\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"selector\":\".rounded-md.md\\\\:p-8.p-5.shadow-light\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".duet--article--highlight\",\"tasks\":[[\"has-text\",\"Sign up here\"]]}]","[{\"selector\":\".textwidget > .textwidget\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".has-medium-font-size\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mt-\\\\[2rem\\\\]\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\"div[class^=\\\"-_\\\"] > form\",\"tasks\":[[\"has-text\",\"newsletters\"]]}]","[{\"selector\":\".section > .wrapper\",\"tasks\":[[\"has-text\",\"Newsletters\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"#courier-body-wrapper\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#wrapper\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\".index-wrap\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body.overflow-hidden\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".newsletter-signup\",\"action\":[\"style\",\"max-height:0px;visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important; position: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: scroll !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".__show__pMA1C.__wrap__jEIal\",\"tasks\":[[\"has-text\",\"to your inbox\"]]}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"position: static !important; overflow: auto !important; width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body[style=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"height: auto !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".bg-light\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".border.rounded.p-2\",\"tasks\":[[\"has-text\",\"news letter\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#body *:not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#bottomAd\",\"action\":[\"style\",\"position: absolute !important; left: -4000px !important;\"],\"cssable\":true}]","[{\"selector\":\".moola-search-view\",\"tasks\":[[\"has-text\",\"hide these ads\"]]}]","[{\"selector\":\"ins.adsbygoogle\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\"#desktopWrapper\",\"action\":[\"style\",\"position: static !important;\"],\"cssable\":true},{\"selector\":\".gridCentered\",\"action\":[\"style\",\"margin-top: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".navigationWrapper\",\"action\":[\"style\",\"top: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".notificationsContainer\",\"tasks\":[[\"has-text\",\"whitelisten of beleef Tweakers\"]]}]","[{\"selector\":\"#modal_login\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\".fbUserStory\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]},{\"selector\":\".userContentWrapper\",\"tasks\":[[\"has-text\",\"Popular Across Facebook\"]]}]","[{\"selector\":\"p\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdB\\\")]\"]]}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".nosel\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[id]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#pftop\",\"action\":[\"style\",\"height: auto !important;padding-bottom:5px !important\"],\"cssable\":true}]","[{\"selector\":\"[class]\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".definicao_verbete_homologado_interna\",\"action\":[\"style\",\"height:100% !important;\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\".storytextp\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".hiddenRanking\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c134]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[_ngcontent-serverapp-c135]\",\"action\":[\"style\",\"text-shadow: none !important; color: #000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/meet\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[href*=\\\"/result\\\"]\",\"action\":[\"style\",\"text-shadow: none !important; color: #8b0000 !important;\"],\"cssable\":true},{\"selector\":\"[ngbtooltip]\",\"action\":[\"style\",\"text-shadow: none !important; color: #6c757d !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/addLinkToCopy/i\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//div[contains(text(),\\\"Adblock\\\")]/..\"]]}]","[{\"selector\":\".js-dismissable-hero\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"selector\":\".SetPageTerm\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".post-section\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important; pointer-events: all !important\"],\"cssable\":true}]","[{\"selector\":\".qu-overflow--hidden[style*=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter:none !important;overflow:auto !important\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll #root\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true},{\"selector\":\".signup_wall_prevent_scroll\",\"action\":[\"style\",\"position: unset !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"html, body\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"#lightbox-wrap img\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"ImageElement-blockPointerEvents-\\\"]\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"Module-blockGridPointerEvents-\\\"] .grid__item-image\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important;-webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".Post-body--truncated\",\"action\":[\"style\",\"max-height: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"oncontextmenu\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"We think our Android\"]]}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\".fb_lightbox-lock\",\"action\":[\"style\",\"overflow-x: hidden !important; overflow-y: scroll !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-drag: element!important; -webkit-user-select: text!important; -moz-user-select: text!important; -ms-user-select: text!important; user-select: text!important;\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none!important;-webkit-filter: none!important;\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div:nth-of-type(1) > div\",\"tasks\":[[\"has-text\",\"adblocker\"]]}]","[{\"selector\":\".obscured\",\"action\":[\"style\",\"color: black !important;text-shadow: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: hidden !important;\"],\"cssable\":true}]","[{\"selector\":\".dark-theme-dialog__dialogBody___106Di\",\"tasks\":[[\"upward\",4]]}]","[{\"selector\":\".result-snippet\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"copyprotect\"]]}]","[{\"selector\":\".modal-content\",\"tasks\":[[\"has\",{\"selector\":\".text > b\",\"tasks\":[[\"has-text\",\"Privacy Policy\"]]}]]}]","[{\"selector\":\"body > div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body:has(#blocking-modal)\",\"action\":[\"style\",\"pointer-events: auto !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: auto !important; overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"body:not(.with-listing-chooser)\",\"action\":[\"style\",\"overflow: visible !important; position: static !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-top: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\".lyricBody\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"debugger\"]]}]","[{\"selector\":\"div.storyView\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p, ul, ol\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, div, p, span, a, h1, h2, h3, h4, h5, h6\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"*::selection\",\"action\":[\"style\",\"background-color: #338FFF !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".async-hide\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".CoverPop-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".no-js\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"@media print\"]]}]","[{\"selector\":\".blur\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"::selection\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor:auto!important\"],\"cssable\":true}]","[{\"selector\":\"html.open-modal .overlay\",\"action\":[\"style\",\"display: none !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html.open-modal body::after\",\"action\":[\"style\",\"display: none !important;\"],\"cssable\":true}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"Using an ad blocker?\"],[\"upward\",3]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"Adblock\\\")]\"]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"div\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"p > b\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"AdBlock\\\")]\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: auto !important; -webkit-user-select: auto !important; -moz-user-select: auto !important; -webkit-user-drag: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: text !important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea), img\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"opacity: 1 !important;\"],\"cssable\":true}]","[{\"selector\":\".content-body-wrapper\",\"action\":[\"style\",\"opacity:1!important\"],\"cssable\":true}]","[{\"selector\":\".sui-u-no-scroll\",\"action\":[\"style\",\"overflow:auto !important;\"],\"cssable\":true}]","[{\"selector\":\".post-body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".unselectable, html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"-webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".adbanner\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-ms-user-select:auto !important; -moz-user-select:auto !important; -webkit-user-select:auto !important; -webkit-touch-callout:default !important; user-select:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:auto !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html.documentLocked body\",\"action\":[\"style\",\"overflow: visible !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked header\",\"action\":[\"style\",\"padding-right: 0 !important;\"],\"cssable\":true},{\"selector\":\"html.documentLocked\",\"action\":[\"style\",\"margin-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"article.post\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"div[style] > div > .userBanner--red\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important\"],\"cssable\":true}]","[{\"selector\":\"[href=\\\"/about#support\\\"]\",\"tasks\":[[\"upward\",2]]}]","[{\"selector\":\"body.no-scroll\",\"action\":[\"style\",\"overflow: visible !important;position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: initial !important\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"position: unset !important; overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important;\"],\"cssable\":true}]","[{\"selector\":\"body, code\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout:text !important;-webkit-user-select:text !important;-khtml-user-select:text !important;-moz-user-select:text !important;-ms-user-select:text !important;user-select:text !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div:only-child > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",4]]},{\"selector\":\"div[class=\\\"container_box content_box\\\"] > div[id][class] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]},{\"selector\":\"div[id][class][style^=\\\"position:\\\"] > div:last-child > div:last-child > ins.adsbygoogle\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\".ct_warn\",\"tasks\":[[\"has-text\",\"adblock\"]]}]","[{\"selector\":\".has-profile.post:first-child\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-moz-user-select: auto !important;-ms-user-select: auto !important;-webkit-user-select: auto !important;-webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/-moz-user-select:none|@media print/\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select:auto !important;-webkit-user-select:auto !important;-ms-user-select:auto !important;-moz-user-select:auto !important;-webkit-user-drag:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"innerText\"]]}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"upward\",1]]},{\"selector\":\"body > div[id]\",\"action\":[\"style\",\"visibility: hidden !important\"],\"tasks\":[[\"matches-css\",{\"name\":\"position\",\"value\":\"^fixed$\"}]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".select-none\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"window.carbonLoaded\"]]}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default!important; -webkit-user-select: auto!important; -moz-user-select: auto!important; -ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"user-select:\"]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"unselectable\"]]}]","[{\"selector\":\"a:hover\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: auto!important;-webkit-touch-callout: default!important;-webkit-user-select: auto!important;-moz-user-select: auto!important;-ms-user-select: auto!important;\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"-moz-none\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"width:17px !important\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background:#5e5e5e !important\"],\"cssable\":true}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/user-select|::selection/\"]]}]","[{\"selector\":\".ReactModal__Overlay--after-open\",\"tasks\":[[\"has-text\",\"/Premium|Try 7 days/\"]]},{\"selector\":\".ReactModal__Overlay--after-open:has(iframe[srcdoc], img)\",\"tasks\":[[\"has-text\",\"signing up\"]]},{\"selector\":\"main > div[class*=\\\"-\\\"] > div[class^=\\\"_\\\"] > div[class^=\\\"_\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[class^=\\\"_\\\"]\",\"tasks\":[[\"has-text\",\"Do your part to support us\"]]}]]}]","[{\"selector\":\"#MainModule + div[class] > div[style^=\\\"width\\\"] > div > i[data-icon-name=\\\"OutlookLogo\\\"]\",\"tasks\":[[\"upward\",3]]}]","[{\"selector\":\"style\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"has-text\",\"/media print|user-select:/\"]]}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"html.om-position-popup body\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.tingle-enabled\",\"action\":[\"style\",\"position: static!important;overflow: auto!important;\"],\"cssable\":true}]","[{\"selector\":\".ad_block_detected\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"form#link a.submit\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Adblock\"]]}]","[{\"selector\":\"\",\"tasks\":[[\"xpath\",\"//*[contains(text(),\\\"blocker\\\")]\"]]}]","[{\"selector\":\"html.gnt__mo\",\"action\":[\"style\",\"overflow-y:scroll !important;pointer-events: unset !important;user-select: unset !important;margin-right: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 1px !important;left:-9999px !important;position:absolute !important\"],\"cssable\":true}]","[{\"selector\":\"body[style^=\\\"cursor:pointer\\\"]\",\"action\":[\"style\",\"cursor: auto!important\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color:Highlight!important;color:HighlightText!important\"],\"cssable\":true}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background: Highlight !important; color: HighlightText !important\"],\"cssable\":true}]","[{\"selector\":\".line\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout:default!important; -webkit-user-select:text!important; -moz-user-select:text!important; -ms-user-select:text!important; user-select:text!important;\"],\"cssable\":true}]","[{\"selector\":\"[data-lyricid]\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".all-lyrics\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body.disable-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:initial!important\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.oncontextmenu\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onkeydown\"]]}]","[{\"selector\":\"[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body, html\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true},{\"selector\":\"section\",\"tasks\":[[\"has-text\",\"Winter-Update\"],[\"upward\",1]]}]","[{\"selector\":\"style\",\"tasks\":[[\"has-text\",\"user-select: none;\"]]}]","[{\"selector\":\"form[id=\\\"tfnewsearch\\\"] > input[id=\\\"val\\\"]\",\"action\":[\"style\",\"clip-path: circle(0) !important;\"],\"cssable\":true},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"remove-attr\",\"onsubmit\"]},{\"selector\":\"form[id=\\\"tfnewsearch\\\"]\",\"action\":[\"style\",\"font-size: 0px !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"html, .unselectable\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"#game-wrap\",\"action\":[\"style\",\"-webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"remove-class\",\"modal-open\"],\"tasks\":[[\"watch-attr\",[\"class\"]]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"checkAdblockBait\"]]}]","[{\"selector\":\".atomsPartialLinkLink\",\"action\":[\"style\",\"user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"html.show-intro-popup\",\"action\":[\"remove-class\",\"show-intro-popup\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]},{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"_0x\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"DisableDevtool\"]]}]","[{\"selector\":\"*::-webkit-scrollbar\",\"action\":[\"style\",\"height: 14px !important; width: 14px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-button\",\"action\":[\"style\",\"border-color: #A6A6A6 !important; border-style: solid !important; height:16px !important; width: 16px !important;\"],\"cssable\":true},{\"selector\":\"*::-webkit-scrollbar-thumb\",\"action\":[\"style\",\"background: #A6A6A6 !important;\"],\"cssable\":true},{\"selector\":\":root\",\"action\":[\"style\",\"scrollbar-color: revert !important; scrollbar-width: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/oncontextmenu|devtools|stateObject|debugger/\"]]}]","[{\"selector\":\"#ad_box\",\"action\":[\"style\",\"height: 50px !important;\"],\"cssable\":true}]","[{\"selector\":\".unselectable\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"html.no-scroll\",\"action\":[\"remove-class\",\"no-scroll\"]}]","[{\"selector\":\"html\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncopy=\\\"return false\\\"]\",\"action\":[\"remove-attr\",\"oncopy\"]}]","[{\"selector\":\"#fwrapper, body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".no-select\",\"action\":[\"remove-class\",\"no-select\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; cursor: auto !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"user-select: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"document.onmousedown\"]]}]","[{\"selector\":\"a:has(shreddit-player)\",\"action\":[\"remove-attr\",\"href\"]},{\"selector\":\"shreddit-player\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"stopRefreshSite\"]]}]","[{\"selector\":\"[id=\\\"toggle_notification_notification-ad-blocker\\\"]\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"nocontextmenu\"]]}]","[{\"selector\":\".ReactModalPortal\",\"tasks\":[[\"has-text\",\"mobile\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"devtoolsDetector\"]]}]","[{\"selector\":\".l-main\",\"action\":[\"style\",\"padding-top: 13.4vw !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"contextmenu\"]]}]","[{\"selector\":\"#description\",\"action\":[\"style\",\"user-select: initial !important;\"],\"cssable\":true}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/contextmenu|devtool/\"]]}]","[{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"preventDefault\"]]}]","[{\"selector\":\"::selection\",\"action\":[\"style\",\"background-color:#338FFF!important\"],\"cssable\":true}]","[{\"selector\":\"section.lyric_lyric\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-drag: auto !important; -khtml-user-drag: auto !important; -webkit-touch-callout: auto !important; -moz-touch-callout: auto !important;\"],\"cssable\":true}]","[{\"selector\":\"body > div > section.default\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"div.body-container\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"script[id=\\\"jquery-core-js-after\\\"]\",\"tasks\":[[\"has-text\",\"e.preventDefault();\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"button[type=\\\"submit\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]}]","[{\"selector\":\".swal2-shown\",\"action\":[\"remove-class\",\"swal2-shown\"]}]","[{\"selector\":\".aui-modal-open, .modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\".confirm\",\"tasks\":[[\"has-text\",\"AdBlocker\"]]}]","[{\"selector\":\".under-map-wrapper\",\"tasks\":[[\"upward\",1]]}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"[oncontextmenu=\\\"return false;\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor:unset!important;user-select:unset!important\"],\"cssable\":true}]","[{\"selector\":\"div.Message.is-protected\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow:unset!important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\".elementor-top-column h6\",\"tasks\":[[\"has-text\",\"advertisement\"],[\"upward\",\".elementor-top-column\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"user-select: unset !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"#maincontent\",\"action\":[\"style\",\"user-select: text !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; -o-user-select: text !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/onselectstart|oncopy|oncontextmenu/\"]}]","[{\"selector\":\"*\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[style*=\\\"overflow\\\"] > div[class]:has(> #passport-modal-overlay)\",\"action\":[\"style\",\"opacity: 0 !important; visibility: collapse !important;\"],\"cssable\":true},{\"selector\":\"body[style*=\\\"overflow\\\"]:has(> div[class] > #passport-modal-overlay)\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important; padding-right: 0px !important; inset: unset !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"contextmenu\"]}]","[{\"selector\":\".loading-text\",\"action\":[\"remove-class\",\"loading-text\"]}]","[{\"selector\":\"body *:not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\".erc-existing-profile-onboarding-modal > div[class^=\\\"modal-portal__overlay\\\"]\",\"action\":[\"style\",\"visibility: hidden !important;\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"scroll-block--is-blocked\\\"]\",\"action\":[\"remove-class\",\"/scroll-block--is-blocked/\"]}]","[{\"selector\":\".novel-box :not(a)\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".superpowerlol::before\",\"action\":[\"style\",\"content: unset !important;\"],\"cssable\":true},{\"selector\":\"div[oncopy]\",\"action\":[\"remove-attr\",\"/oncopy|oncut|onpaste/\"]}]","[{\"selector\":\"body[oncontextmenu=\\\"return!1\\\"]\",\"action\":[\"remove-attr\",\"oncontextmenu\"]}]","[{\"selector\":\".body--prevent-scroll\",\"action\":[\"style\",\"overflow: auto !important;\"],\"cssable\":true}]","[{\"selector\":\".forbidden_select\",\"action\":[\"remove-class\",\"forbidden_select\"]},{\"selector\":\".pg_main2, .panel_main, .panel_border2\",\"action\":[\"style\",\"background: unset !important; user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true},{\"selector\":\".track_back\",\"action\":[\"style\",\"background: unset !important;\"],\"cssable\":true}]","[{\"selector\":\".td-post-content, .td-post-title\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; -khtml-user-select: text !important; -webkit-user-select: text !important; -webkit-touch-callout: default !important;\"],\"cssable\":true}]","[{\"selector\":\"div.confuse\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".m-content#chapter .chapter-content p\",\"action\":[\"style\",\"cursor: revert !important; -webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":not(input):not(textarea)::selection\",\"action\":[\"style\",\"background-color: #338FFF !important; color: white !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\":root\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body * :not(input):not(textarea)\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-tap-highlight-color: revert !important; cursor: revert !important;\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-class\",\"has-marketing-bar\"]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: revert !important\"],\"cssable\":true}]"];
31
+ const argsSeqs = [0,1,2,3,-4,133,5,6,7,8,9,10,11,12,13,14,15,16,17,-18,130,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,-59,149,60,61,62,63,64,65,66,67,68,69,70,71,-72,134,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,-113,140,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,-130,134,131,132,-132,257,133,134,-134,240,-134,255,-134,193,-134,152,135,136,-136,195,137,138,139,140,141,142,-142,193,-142,150,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,-168,203,-168,222,-168,232,-168,236,-168,277,-168,306,-168,-315,320,-168,332,-168,197,-168,356,169,170,171,172,173,-173,232,174,175,176,177,178,179,180,181,-181,232,-181,360,182,183,184,-185,186,186,187,188,189,190,191,192,193,194,196,197,-197,322,198,199,200,201,202,203,-203,245,-203,372,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,-224,355,225,-226,227,-227,312,228,229,230,231,-232,244,-232,245,232,-232,323,-232,322,-232,-322,324,-232,324,-232,-284,324,-232,372,233,234,235,237,238,239,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,258,259,260,261,262,263,264,-265,266,265,267,268,269,270,271,272,273,274,275,276,278,279,280,281,282,283,-283,348,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,307,308,309,310,311,313,314,315,316,317,318,319,321,322,324,325,326,327,328,-329,330,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,349,350,351,352,353,354,355,-356,374,-356,372,357,358,359,361,-361,380,362,363,364,365,366,367,368,369,370,371,372,373,374,-374,382,375,376,377,-377,385,378,379,381,383,384,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404];
32
+ const hostnamesMap = new Map([["suppose.tv",1],["dailygalaxy.com",2],["coder.com",3],["sfstandard.com",4],["wideopencountry.com",6],["foxnews.com",7],["marketbeat.com",8],["dailystar.co.uk",9],["reuters.com",10],["dailydot.com",11],["phys.org",12],["e360.yale.edu",13],["nzherald.co.nz",14],["byteofdev.com",15],["thetransmitter.org",16],["forksoverknives.com",17],["bigthink.com",18],["babylonbee.com",19],["us500.com",21],["balls.ie",22],["crunchydata.com",23],["commoncog.com",24],["businesstimes.com.sg",25],["amgreatness.com",26],["theinformation.com",27],["calgaryherald.com",28],["edmontonjournal.com",28],["montrealgazette.com",28],["ottawacitizen.com",28],["thestarphoenix.com",28],["aspentimes.com",29],["craigdailypress.com",29],["postindependent.com",29],["skyhinews.com",29],["steamboatpilot.com",29],["vaildaily.com",29],["chron.com",30],["sfgate.com",30],["hellmanns.com",31],["cpapracticeadvisor.com",32],["theguardian.com",33],["ffrfaction.org",34],["bitcoinsensus.com",35],["advancedsciencenews.com",36],["themirror.com",37],["bravenewcoin.com",38],["wyseguide.com",39],["paloaltoonline.com",40],["linuxiac.com",41],["potatonewstoday.com",42],["qcitymetro.com",43],["thecooldown.com",44],["thebarbedwire.com",45],["esports.gg",46],["dexerto.com",47],["autonews.com",48],["mensjournal.com",49],["inverse.com",50],["businessinsider.in",51],["stuff.co.nz",52],["bakerbynature.com",53],["cockroachlabs.com",54],["weather.com",55],["rd.com",56],["ctpost.com",57],["aarp.org",58],["streetinsider.com",59],["wisegeek.com",60],["cjr.org",61],["brooklynvegan.com",63],["axios.com",64],["news.stanford.edu",65],["interestingengineering.com",66],["heatpumped.org",67],["ensemblemagazine.co.nz",68],["thenewlede.org",69],["wareable.com",70],["systemsapproach.org",71],["creepycatalog.com",72],["iheartrecipes.com",73],["lemonblossoms.com",74],["historiccity.com",75],["stitchsnitches.com",77],["eltecolote.org",78],["labrujulaverde.com",79],["lowes.com",80],["politicalwire.com",81],["haitiantimes.com",82],["cheknews.ca",83],["dlnews.com",84],["faithwire.com",85],["entrepreneur.com",86],["erlang-solutions.com",87],["ew.com",88],["fastcompany.com",89],["finsmes.com",90],["sherwood.news",91],["foxandbriar.com",92],["freethink.com",93],["gript.ie",94],["guitar.com",95],["heraldextra.com",96],["hot-dinners.com",97],["jointhefollowup.com",98],["jweekly.com",99],["kerrang.com",100],["laravel-news.com",101],["levernews.com",102],["londonpass.com",103],["marginalrevolution.com",104],["montanafreepress.org",105],["neo4j.com",106],["newsroom.co.nz",107],["newsroom.ucla.edu",108],["newswire.ca",109],["notateslaapp.com",110],["notthebee.com",111],["officialcharts.com",112],["theatlantic.com",113],["slate.com",114],["pcmag.com",115],["people.com",116],["quantamagazine.org",117],["reclaimthenet.org",118],["salon.com",120],["sciencenorway.no",121],["sfpublicpress.org",122],["skepticalraptor.com",123],["countryandtownhouse.com",124],["taskandpurpose.com",125],["texastribune.org",126],["theskimm.com",127],["thestreamable.com",128],["urbandictionary.com",129],["vox.com",130],["washington.edu",131],["worldsensorium.com",132],["yourstory.com",133],["androidauthority.com",134],["cultofmac.com",135],["audioholics.com",136],["theconversation.com",136],["cityandstateny.com",136],["bibleportal.com",136],["uinterview.com",136],["moneycontrol.com",136],["fermatslibrary.com",136],["worlddogfinder.com",136],["insauga.com",136],["moroccoworldnews.com",136],["thecradle.co",136],["vegnews.com",136],["bandt.com.au",136],["pbsamerica.co.uk",136],["wateronline.com",136],["boredpanda.com",136],["artnet.com",136],["bongino.com",136],["lensculture.com",136],["patch.com",136],["projectcbd.org",136],["media4growth.com",136],["nycgo.com",136],["thepostmillennial.com",136],["zorbabooks.com",136],["bellhelmets.com",136],["humanevents.com",136],["curiocity.com",136],["ba-bamail.com",136],["informatykzakladowy.pl",136],["prowritingaid.com",136],["nieuwsblad.be",136],["theblock.co",136],["braziljournal.com",136],["omr.com",136],["auepaisagismo.com",136],["auepaisajismo.com",136],["dispatch.com",136],["softwaretestinghelp.com",136],["vedbex.com",136],["greatist.com",136],["theepochtimes.com",137],["playpilot.com",136],["law.com",136],["magiclen.org",136],["personality-database.com",136],["talouselama.fi",136],["uusisuomi.fi",136],["tekniikkatalous.fi",136],["tivi.fi",136],["kauppalehti.fi",136],["otisoatmilk.co.nz",139],["socialitelife.com",139],["chillamo.com",139],["zerobreeze.com",139],["datacenterwires.com",139],["eletric-vehicles.com",139],["ubitennis.com",139],["dailynewsegypt.com",139],["hdwalle.com",139],["megacatstudios.com",139],["scholarlykitchen.sspnet.org",139],["daphneoz.com",139],["christianstandard.com",139],["childrenshealthdefense.org",139],["alexandracooks.com",139],["australiangolfdigest.com.au",139],["matomo.org",139],["coloradotimesrecorder.com",139],["artificialintelligence-news.com",139],["thurrott.com",139],["hypebot.com",139],["fatgirlskinny.net",139],["moneymagpie.com",139],["verdadeiroolhar.pt",139],["thecanary.co",139],["fandomwire.com",139],["thefreethoughtproject.com",139],["prepinsta.com",139],["nationalgeographic.com",140],["globoshoes.com",140],["kftv.com",140],["health.harvard.edu",140],["jessicabryson.com",140],["dailyvoice.com",140],["bankbazaar.com",140],["mashable.com",140],["sainsburysmagazine.co.uk",140],["clubhouseforchefs.ca",140],["explorersweb.com",140],["decrypt.co",140],["yesmagazine.org",140],["thebfd.co.nz",140],["6sqft.com",140],["sunrisegeek.com",140],["investors.com",140],["scetv.org",140],["berkeleyearth.org",140],["businesstraveller.com",140],["upworthy.com",140],["sportskeeda.com",140],["goodhousekeeping.com",140],["delish.com",140],["esquire.com",140],["lazycatkitchen.com",140],["apotekfordeg.no",140],["relieved.co",140],["sweetandsavory.co",140],["animalchannel.co",140],["seeitlive.co",140],["parentingisnteasy.co",140],["spotlightstories.co",140],["homehacks.co",140],["lilysilk.com",140],["dgmlive.com",140],["atlasobscura.com",141],["monarchmoney.com",140],["trutone.ca",140],["frontrunners.ca",140],["fruugo.co.uk",140],["lull.com",140],["otterbox.com",140],["pulseuniform.com",140],["saksfifthavenue.com",140],["shop.pbs.org",140],["szucstermekek.com",140],["zumub.com",140],["shop.libbey.com",140],["italianluxurygroup.com.au",140],["tiedex.co.uk",140],["tweeters.ca",140],["foliosociety.com",140],["drinkspy.co.nz",140],["littleburgundyshoes.com",140],["journeys.ca",140],["tradedepot.co.nz",140],["harborfreight.com",140],["generalpants.com",140],["pbteen.com",140],["flovitamins.com",140],["vitaminworld.com",140],["www.razer.com",140],["publiclands.com",140],["leevalley.com",140],["massivetoyblowout.ca",140],["levi.com",140],["build.com",140],["williams-sonoma.com",140],["tsc.ca",140],["wafuu.com",140],["overstock.com",140],["deskhero.ca",140],["calvinklein.at",140],["calvinklein.be",140],["calvinklein.bg",140],["calvinklein.ch",140],["calvinklein.co.uk",140],["calvinklein.com",140],["calvinklein.cz",140],["calvinklein.de",140],["calvinklein.dk",140],["calvinklein.ee",140],["calvinklein.es",140],["calvinklein.fi",140],["calvinklein.fr",140],["calvinklein.hr",140],["calvinklein.hu",140],["calvinklein.ie",140],["calvinklein.it",140],["calvinklein.lt",140],["calvinklein.lu",140],["calvinklein.lv",140],["calvinklein.nl",140],["calvinklein.pl",140],["calvinklein.pt",140],["calvinklein.ru",140],["calvinklein.se",140],["calvinklein.si",140],["calvinklein.sk",140],["headphonebar.com",140],["jolinne.com",140],["fredmeyer.com",140],["authenticoilco.com",140],["geizdental.de",140],["stylewe.com",140],["dell.com",140],["temu.com",140],["cars.com",140],["thebulletin.org",143],["npr.org",143],["vice.com",143],["forward.com",143],["nationalobserver.com",143],["washingtontimes.com",143],["monroenews.com",143],["poconorecord.com",143],["matadornetwork.com",143],["shoppingsouthparkmall.com",143],["newbalance.co.id",143],["geopoliticalmonitor.com",143],["glassblocktint.com",143],["forsvaretsforum.no",143],["broadbandbreakfast.com",144],["404media.co",144],["gwr.com",144],["hollywoodunlocked.com",144],["americastestkitchen.com",144],["stcatharinesstandard.ca",144],["thepeterboroughexaminer.com",144],["niagarafallsreview.ca",144],["therecord.com",144],["thespec.com",144],["wellandtribune.ca",144],["breakingenergy.com",144],["jewishinsider.com",144],["natlawreview.com",144],["spotlightpa.org",144],["securityweek.com",144],["ohsweetbasil.com",144],["idsnews.com",144],["milwaukeetool.com",144],["swissinfo.ch",144],["ello.co",144],["cube-magazin.de",144],["vallejosun.com",144],["travelcaffeine.com",144],["freshbooks.com",144],["contiki.com",144],["foreignaffairs.com",145],["brighteon.com",147],["elimento.com",144],["bitcoinke.io",144],["carsalesbase.com",144],["envol-vert.org",144],["latina.com",144],["petri.com",144],["syfy.com",144],["pagamentidigitali.it",144],["scottishlegal.com",144],["dailytarheel.com",144],["bucketlistly.blog",144],["skepchick.org",144],["liamodell.com",144],["snackstack.net",144],["tapinto.net",144],["vernyx.com",144],["simmiwoman.co.uk",144],["statnews.com",144],["history.com",144],["knowablemagazine.org",149],["hiddenvalley.com",144],["staradvertiser.com",144],["numero.com",144],["cryptobriefing.com",144],["www.microsoft.com",144],["readtangle.com",144],["fxstreet.com",144],["mediadump.com",144],["impulkits.com",144],["bygonely.com",144],["musclecarsandtrucks.com",144],["thepetslife.online",144],["scientificamerican.com",144],["justthenews.com",144],["njbiz.com",144],["apnews.com",144],["inquirer.com",144],["heraldnet.com",144],["thehill.com",144],["newsnationnow",144],["parent.com",144],["digital4.biz",144],["jns.org",144],["brandingmag.com",144],["staygenerator.com",144],["nimsdai.com",144],["outsports.com",144],["hcn.org",144],["everyday-reading.com",144],["macleans.ca",151],["carboncredits.com",144],["spring.org.uk",144],["abeka.com",144],["psychcentral.com",144],["heraldlive.co.za",144],["dispatchlive.co.za",144],["recyclingproductnews.com",144],["statista.com",144],["soundproofcow.com",144],["palestinechronicle.com",144],["sweetteacaviar.com",144],["dollartree.com",144],["linenbee.com",144],["vargooutdoors.com",144],["mountainwarehouse.com",144],["dsw.com",144],["bedbathandbeyond.com",144],["networldsports.ca",144],["summitracing.com",144],["racketsandrunners.ca",144],["modesens.com",144],["allbirds.co.nz",144],["allbirds.com",144],["allbirds.com.au",144],["atelierskn.com",144],["aihome.com.my",144],["ipowerqueen.com",144],["rktbns.de",144],["torpedo7.co.nz",144],["logitech.com",144],["ballantynes.co.nz",144],["pushmycart.com",144],["shutterfly.com",144],["humankinetics.com",144],["house.suntory.com",144],["eileenscookieshighlandsranch.com",144],["foodsalive.com",144],["nfm.com",144],["partsinmotion.co.uk",144],["ardene.com",144],["biglots.com",144],["toysrus.ca",144],["ringkestore.com",144],["thefp.com",153],["fine-day.com",154],["expatexplore.com",154],["vadimkravcenko.com",154],["investopedia.com",154],["simplyrecipes.com",154],["shape.com",154],["verywellhealth.com",154],["southernliving.com",154],["thespruceeats.com",154],["seriouseats.com",154],["allrecipes.com",154],["tripsavvy.com",154],["travelandleisure.com",154],["verywellmind.com",154],["foodandwine.com",154],["oneesports.gg",154],["frontofficesports.com",154],["forbestravelguide.com",154],["thebaffler.com",155],["verybestbaking.com",154],["tsunagujapan.com",154],["gcn.com",154],["washingtontechnology.com",154],["fcw.com",154],["lonelyplanet.com",154],["posylka.de",154],["dallasnews.com",157],["forbes.com",158],["newrepublic.com",159],["ftm.eu",159],["launer.com",159],["bemoneyaware.com",159],["publish0x.com",160],["pcipolicyportal.com",160],["thetruthaboutcars.com",160],["thethaiger.com",161],["mountaintopwebdesign.com",161],["kbdfans.com",161],["studyflix.de",161],["time.is",161],["kitchentime.com",162],["kitchentime.de",162],["kitchentime.dk",162],["kitchentime.fi",162],["kitchentime.no",162],["kitchentime.se",162],["revolvermag.com",163],["worldcrunch.com",165],["treblezine.com",162],["pv-magazine.*",162],["pv-magazine-australia.com",162],["pv-magazine-brasil.com",162],["pv-magazine-latam.com",162],["pv-magazine-mexico.com",162],["pv-magazine-usa.com",162],["revolve.com",162],["fwrd.com",162],["vat19.com",162],["magnumboots.com",162],["wilcooffroad.com",162],["detroitmodular.com",162],["metrocheese.com",162],["bwpsales.com",162],["fitnessav.com",162],["gronkfitnessproducts.com",162],["hockeylion.ca",162],["justcloseoutscanada.ca",162],["lakshmistores.com",162],["glasses.com",162],["olaproducts.co.nz",162],["pitviper.com",162],["capx.co",167],["prompthero.com",168],["mbt-store.com",169],["nobroker.in",170],["greencarreports.com",171],["rakentaja.fi",172],["tietoevry.com",172],["beckershospitalreview.com",172],["abcya.com",172],["ionos.de",172],["trip.com",172],["lapresse.ca",172],["milenio.com",173],["cnn.com",173],["thedisconnect.co",174],["arcade1up.com",175],["mofi.com",176],["jumia.ci",176],["jumia.co.ke",176],["jumia.com.eg",176],["jumia.com.gh",176],["jumia.com.ng",176],["jumia.com.tn",176],["jumia.dz",176],["jumia.ma",176],["jumia.sn",176],["jumia.ug",176],["logicool.co.jp",177],["aulart.com",178],["zenith-watches.com",179],["market.samm.com",180],["recordcollectormag.com",181],["rprealtyplus.com",182],["gay69.stream",183],["programegratuitepc.com",183],["sabishiidesu.com",183],["businessemailetiquette.com",183],["newsbook.pl",183],["techtrickseo.com",183],["qualityfilehosting.com",183],["republicadecuritiba.net",183],["audioreview.m1001.coreserver.jp",183],["evz.ro",184],["e-panigiria.gr",185],["socialblade.com",186],["flickr.com",187],["cyanlabs.net",188],["pinterest.*",189],["experts-exchange.com",190],["ne10.uol.com.br",191],["gaypornmasters.com",191],["gaypornwave.com",191],["insurance-corporate.blogspot.com",191],["polskacanada.com",191],["satcesc.com",191],["psychologiazycia.com",191],["mio.to",191],["software-on.com",192],["tabonitobrasil.*",191],["mainframestechhelp.com",191],["dddance.party",191],["bisablog.com",191],["adnan-tech.com",191],["ideaberita.com",191],["langitmovie.com",191],["oceanof-games.com",191],["download.ipeenk.com",191],["doranobi-fansub.id",191],["suedkurier.de",191],["utamap.com",191],["librospreuniversitariospdf.blogspot.com",194],["hienzo.com",191],["riie.jp",191],["flash-firmware.blogspot.com",191],["ntvspor.net",191],["selfstudyhistory.com",196],["music.apple.com",198],["depedlps.*",191],["mangatoon.*",191],["thegearhunt.com",191],["jootc.com",191],["ufret.jp",191],["thenekodark.com",191],["poli-vsp.ru",191],["polyvsp.ru",191],["edailybuzz.com",192],["marfilius.blogspot.com",191],["deseneledublate.com",191],["digital.lasegunda.com",191],["autophorie.de",191],["zeeebatch.blogspot.com",191],["techdracula.com",191],["seotechman.com",192],["igniel.com",191],["clubulbebelusilor.ro",191],["123movies.*",191],["gomovies.*",191],["blog.naver.com",191],["exclusifvoyages.com",191],["everydaynewinfo.com",191],["funivie.org",191],["tiktok.com",191],["world4.eu",192],["ggulpass.com",191],["irisbuddies.*",191],["loveplay123.com",191],["minecraftquiz.com",191],["magelang1337.com",191],["nandedbazaar.com",191],["objectivequiz.com",191],["musicindustryhowto.com",191],["sachonthi.com",191],["significatocanzoni.it",191],["zdravenportal.eu",191],["tahmial.blogspot.com",191],["th-world.com",200],["thezealots.org",191],["wouterplanet.com",191],["erexams.com",191],["vedantu.com",191],["fmovies.*",196],["arlinadzgn.com",191],["cambiarevita.eu",191],["otakudesu.*",191],["tritinia.com",191],["gsmfirmware.net",191],["lataifas.ro",191],["sysnettechsolutions.com",191],["bloggerspice.com",191],["youmath.it",191],["flipmsg.com",191],["starbene.it",191],["gamezop.com",191],["readm.org",191],["androidtvbox.eu",191],["myhtebooks.com",191],["gooyaabitemplates.com",191],["sogou.com",191],["themes-dl.com",191],["pixnet.net",191],["yamibo.com",191],["wjx.cn",191],["wjx.top",191],["qidian.com",191],["book.zongheng.com",191],["ciweimao.com",191],["wpchen.net",191],["peekme.cc",191],["hongxiu.com",191],["readnovel.com",191],["uslsoftware.com",191],["qiangwaikan.com",191],["invado.pl",191],["news24.jp",191],["blog.csdn.net",191],["whowantstuffs.blogspot.com",191],["unikampus.net",191],["elahmad.com",191],["adpres.ro",191],["uemeds.cn",191],["hollywoodmask.com",191],["cafago.com",191],["picallow.com",191],["magesypro.*",191],["psihologiadeazi.ro",191],["cintateknologi.com",191],["yhocdata.com",191],["cristelageorgescu.ro",191],["bike-parts-sym.com",191],["www-daftarharga.blogspot.com",191],["ukrainashop.com",191],["flinsetyadi.com",191],["koszalincity.pl",191],["aileen-novel.online",191],["bumigemilang.com",202],["bingotingo.com",196],["cafe.naver.com",191],["sekaikomik.live",191],["repack-games.com",191],["celtadigital.com",191],["convenienza.com",191],["panda-novel.com",191],["labs.j-novel.club",202],["turbo1.co",191],["outidesigoto.com",191],["novelpub.com",191],["webnovelpub.com",191],["read.amazon.com",191],["nana-music.com",191],["nullphpscript.com",191],["epitesti.ro",191],["delicateseliterare.ro",191],["bianity.net",191],["csid.ro",191],["bagaglioamano.io",191],["stiridinromania.ro",191],["kooora4lives.net",204],["kooora4livs.com",204],["walkthrough-indo.blogspot.com",191],["jpopsingles.eu",207],["scarysymptoms.com",209],["g37.com.br",191],["rodude.com",191],["terramirabilis.ro",211],["boop.pl",191],["audiologyresearch.org",191],["klartext-ne.de",211],["sqlserveregitimleri.com",191],["habuteru.com",191],["cespun.eu",191],["geeksoncoffee.com",191],["tweakers.net",213],["deezer.com",214],["facebook.com",215],["facebookcorewwwi.onion",215],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",215],["livetennis.it",216],["hindi-gk.com",216],["tinyppt.com",217],["husseinezzat.com",217],["gagetmatome.com",217],["canondrivers.org",217],["pehawe.me",217],["kimkazandi.com",217],["sdewery.me",217],["readawrite.com",217],["poipiku.com",217],["lofter.com",217],["revistasufletului.net",217],["two9success.com",217],["verselemzes.hu",217],["dollarvr.com",217],["newsme.gr",217],["savoriurbane.com",217],["descopera.ro",217],["velicu.eu",218],["panorama.it",217],["arenavalceana.ro",217],["wotlabs.net",220],["droidtekno.com",221],["neobux.com",222],["androidmtk.com",223],["proxfree.com",224],["instagram.com",225],["jobsbotswana.info",226],["yeane.org",226],["answersafrica.com",226],["practicetestgeeks.com",226],["mbahhanif.site",226],["nfltraderumors.co",226],["musixmatch.com",226],["ilturista.info",226],["sigma4pc.com",226],["informagiovani-italia.com",227],["citpekalongan.com",227],["fizyka.org",227],["androidmakale.com",227],["tfp.is",227],["dramacute.*",227],["hitcena.pl",227],["raccontivietati.com",227],["runmods.com",227],["visaonoticias.com",227],["tohkaishimpo.com",227],["raqmedia.com",227],["bolugundem.com",227],["workhouses.org.uk",227],["displayspecifications.com",227],["daily-tohoku.news",227],["joysound.com",228],["gdrivedescarga.com",230],["smartkhabrinews.com",227],["aulete.com.br",232],["mercurynews.com",233],["fanfiction.net",234],["fictionpress.com",234],["athletic.net",235],["myschool-eng.com",237],["orangespotlight.com",237],["isikuota.co.id",237],["katzen-fieber.de",237],["sinau-thewe.com",237],["clujust.ro",237],["kangkimin.com",237],["bloombergquint.com",238],["diffnow.com",239],["askubuntu.com",240],["mathoverflow.net",240],["serverfault.com",240],["stackapps.com",240],["stackexchange.com",240],["superuser.com",240],["quizlet.com",241],["bookbub.com",242],["quora.com",243],["breakingdefense.com",244],["insidesources.com",245],["behance.net",246],["kpopjjang.com",247],["awebstories.com",247],["postcourier.com.pg",248],["fantricks.com",250],["theintercept.com",251],["yoututosjeff.es",252],["autoblog.com",253],["dailymail.co.uk",254],["bigulnews.tv",255],["tepat.id",255],["festival-cannes.com",255],["indiatimes.com",255],["darktranslation.com",255],["hulnews.top",256],["boke112.com",255],["androidacy.com",255],["whoisnovel.com",258],["foreignpolicy.com",260],["chowhound.com",260],["dostfilms.*",261],["kimovil.*",261],["context.reverso.net",262],["hardware.info",263],["enotes.com",264],["digicular.com",265],["tunein.com",266],["ecosia.org",267],["skidrowreloaded.com",268],["myanimelist.net",269],["imaginetricks.com",270],["kurazone.net",271],["www.reddit.com",272],["~reddit.com",273],["techopedia.com",274],["ahzaa.net",275],["apps.jeurissen.co",276],["utaten.com",277],["sbbrisk.com",278],["sbface.com",278],["streamsb.net",278],["camcaps.to",278],["camcaps.io",278],["quotev.com",279],["lectortmo.com",280],["warungkomik.com",281],["livedays.jp",283],["opportunitydesk.org",284],["the-masters-voice.com",286],["kamerabudaya.com",288],["therealdeal.com",289],["healthitsecurity.com",290],["ef.com",291],["selfstudyanthro.com",292],["android1pro.com",294],["gakki.me",296],["tunegate.me",296],["famousintel.com",297],["jnews5.com",297],["tvshowstars.com",297],["eurooptyk.com.pl",297],["celebzcircle.com",299],["sertracen.com.pa",296],["pitesti24.ro",299],["samsungtechwin.com",299],["cours-de-droit.net",299],["iptv4best.com",299],["blogvisaodemercado.pt",299],["kapitalis.com",299],["tiempo.hn",299],["winmeen.com",299],["ibps.in",299],["visse.com.br",299],["javsubtitle.co",299],["learninsta.com",299],["licensekeys.org",299],["mediahiburan.my",299],["tipssehatcantik.com",299],["jbjbgame.com",299],["viatasisanatate.com",299],["ziarulargesul.ro",299],["globaldefensecorp.com",299],["gossipnextdoor.com",299],["coffeeapps.ir",299],["media.framu.world",299],["immobiliaremia.com",299],["colegiosconcertados.info",299],["bigdatauni.com",299],["riwyat.com",299],["rukim.id",299],["visefierbinti.ro",299],["theaircurrent.com",301],["ncert-solutions.com",299],["ncertsolutions.guru",299],["clockks.com",299],["ananda-yoga.ro",299],["poolpiscina.com",299],["infodifesa.it",299],["getective.com",299],["flashdumpfiles.com",299],["formatatmak.com",299],["drkrok.com",299],["alphagirlreviews.com",299],["kitchennovel.com",299],["voxvalachorum.ro",299],["day-hoc.org",299],["onlineonderdelenshop.nl",299],["primicia.com.ve",299],["tech-recipes.com",299],["afrikmag.com",299],["maduras.vip",299],["aprendeinglessila.com",299],["kicknews.today",299],["koalasplayground.com",299],["hellokpop.com",299],["hayatbilgileri.com",301],["moneyexcel.com",299],["placementstore.com",299],["neuroteam-metz.de",299],["codedosa.com",299],["liveyourmaths.com",299],["newspao.gr",299],["ieltsliz.com",299],["programasvirtualespc.net",299],["tempatwisataseru.com",299],["wikiofcelebs.com",299],["jornaljoca.com.br",299],["arcanescans.com",299],["filmzone.com",299],["hiraethtranslation.com",299],["kaystls.site",299],["home.novel-gate.com",299],["plural.jor.br",299],["evreporter.com",297],["sinhasannews.com",299],["viewsofgreece.gr",299],["rozbor-dila.cz",299],["kritichno.bg",299],["csiplearninghub.com",299],["freereadnovel.online",304],["piklodz.pl",304],["secondlifetranslations.com",304],["ferroviando.com.br",304],["counciloflove.com",304],["infokik.com",304],["kulinarnastronamocy.pl",304],["jafekri.com",304],["ezmanga.net",304],["reborntrans.com",304],["truyenbanquyen.com",306],["koltry.life",304],["kolnovel.com",304],["anascrie.ro",309],["guidingliterature.com",309],["cabinetexpert.ro",296],["astoryofmasasstruggles.com",309],["vol.at",311],["lokercirebon.com",312],["loginhit.com.ng",312],["sanspo.com",313],["allocine.fr",314],["duolingo.com",315],["sythe.org",316],["gamegame.kr",317],["extreme-down.*",318],["iwanichi.co.jp",319],["novelasligera.com",320],["geotips.net",320],["video.tv-tokyo.co.jp",321],["aviationweek.com",322],["community.spiceworks.com",323],["malasngeblog.com",324],["datadikdasmen.com",324],["relet365.com",325],["wikibious.com",326],["odoserwis.pl",327],["tileman.io",328],["daimangajiten.com",329],["liga.net",330],["protocol.com",330],["wenku.baidu.com",330],["dreamsfriend.com",331],["mercenaryenrollment.com",331],["xossipy.com",331],["hibiki-radio.jp",332],["dreamstime.com",333],["trakteer.id",334],["8muses.com",335],["katosatoshi.jp",336],["gridcoinstats.eu",337],["chan.sankakucomplex.com",338],["nytimes.com",339],["trucksbook.eu",341],["diariodaregiao.com.br",342],["taufiqhdyt.com",343],["liveroger.com",344],["online2pdf.com",345],["1fichier.com",346],["forum.release-apk.com",347],["fraudnavi.com",348],["elektrikmen.com",349],["kijyomatome-ch.com",350],["teamaretuza.com",351],["hotcleaner.com",352],["enttechub.com",353],["novelism.jp",354],["sportando.basketball",354],["gnt24365.net",355],["cssreference.io",356],["hardcoregames.ca",357],["teamkong.tk",358],["hitproversion.com",360],["techsini.com",360],["operatorsekolahdbn.com",360],["themosvagas.com.br",360],["appd.at",360],["lazytranslations.com",361],["bimiacg.net",362],["appofmirror.com",363],["faloo.com",364],["cheatsquad.gg",365],["janvissersweer.nl",366],["spanishdict.com",367],["outlook.live.com",368],["naaree.com",369],["revouninstaller.com",370],["blogpascher.com",371],["buondua.com",372],["otomobilgunluklerim.com",373],["social-unlock.com",374],["nusantararom.org",375],["mail.tm",376],["northjersey.com",377],["independentmail.com",377],["usatoday.com",377],["curs-valutar-bnr.ro",378],["payskip.org",379],["acupoffrench.com",380],["novelza.com",380],["novelpia.com",381],["projektowanie-wnetrz-online.pl",382],["google.*",383],["oricon.co.jp",384],["cataz.net",385],["coub.com",386],["artstation.com",387],["streamservicehd.click",388],["eplayer.click",388],["olacast.live",388],["allcryptoz.net",389],["crewbase.net",389],["crewus.net",389],["shinbhu.net",389],["shinchu.net",389],["topcryptoz.net",389],["uniqueten.net",389],["ultraten.net",389],["getlatka.com",390],["lamusica.com",391],["airbnb.de",392],["safirsoft.com",393],["anime-drama.jp",394],["cyberkrafttraining.com",394],["thailandopen.org",395],["wormate.io",396],["surreyhillsgrocer.sg",397],["mgsm.pl",398],["pl",399],["substack.com",400],["entra.news",402],["microsoftsecurityinsights.com",402],["ntuplay.xyz",403],["adslink.pw",404],["tv2.no",405],["phimlongtieng.net",406],["zunda.site",407],["dialectsarchive.com",408],["hket.com",409],["genesistls.com",410],["shortform.com",411],["firmwarefile.com",412],["webnovel.com",413],["audiotools.in",414],["7misr4day.com",414],["raindropteamfan.com",414],["ilife97.com",415],["canalnatelinhaonline.blogspot.com",416],["embed.reddit.com",417],["jpost.com",418],["9now.com.au",419],["embibe.com",420],["vidmoly.*",421],["~macaro-ni.jp",422],["seriesperu.com",423],["zelka.org",424],["playertv.net",425],["themeslide.com",426],["daotranslate.*",427],["iptvromania.ro",429],["linkco.re",431],["tuta.com",432],["venturebeat.com",433],["edurev.in",434],["ncrtsolutions.in",435],["appimagehub.com",437],["gnome-look.org",437],["store.kde.org",437],["linux-apps.com",437],["opendesktop.org",437],["pling.com",437],["xfce-look.org",437],["expquebec.com",438],["elsalvadorsurfrealestate.com",439],["photopea.com",440],["marinetraffic.com",441],["romprovider.com",442],["financasdeouro.com",443],["brokensilenze.net",444],["web.telegram.org",445],["groundies.com",446],["pap.pl",447],["espressocafe.ro",447],["zabawkahurtownia.pl",447],["hiphopa.net",447],["all4pets.com.pl",447],["romaniadeazi.biz",447],["streambuddy.net",448],["tv.bdix.app",449],["teachoo.com",450],["classnotes.org.in",449],["topperlearning.com",449],["karsaz-law.com",449],["videocardz.com",449],["partsnl.nl",449],["rds.live",449],["nsfw247.biz",452],["with.is",453],["playingfire.com",454],["unic.com.vn",454],["zigya.com",454],["ipphone-warehouse.com",455],["shaalaa.com",457],["justspices.de",458],["studiestoday.com",459],["pendulumedu.com",460],["indeed.com",461],["techcrunch-com.translate.goog",462],["brooklyneagle.com",463],["techgyd.com",464],["crunchyroll.com",465],["mskmangaz.blogspot.com",466],["myntra.com",467],["abema.tv",468],["esscctv.com",469],["hansa-online.de",470],["volokit2.com",471],["karistudio.com",472],["foxteller.com",473],["blog.tangwudi.com",474],["nihongoaz.com",475],["torontosom.ca",476],["samurai.wordoco.com",477],["ingesantoso.wordpress.com",478],["flightradar24.com",479],["odysee.com",480]]);
33
33
  const hasEntities = true;
34
34
 
35
35
  self.proceduralImports = self.proceduralImports || [];