@browserless.io/browserless 2.38.0 → 2.38.2

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 (213) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/build/browsers/index.js +12 -6
  3. package/build/routes/management/http/kill.get.js +2 -2
  4. package/build/shared/utils/function/handler.js +2 -2
  5. package/build/utils.d.ts +1 -0
  6. package/build/utils.js +1 -0
  7. package/build/utils.spec.d.ts +1 -0
  8. package/build/utils.spec.js +27 -0
  9. package/extensions/ublocklite/_locales/be/messages.json +5 -5
  10. package/extensions/ublocklite/_locales/id/messages.json +9 -9
  11. package/extensions/ublocklite/_locales/ja/messages.json +4 -4
  12. package/extensions/ublocklite/_locales/pt_PT/messages.json +1 -1
  13. package/extensions/ublocklite/_locales/th/messages.json +2 -2
  14. package/extensions/ublocklite/_locales/uk/messages.json +9 -9
  15. package/extensions/ublocklite/_locales/vi/messages.json +5 -5
  16. package/extensions/ublocklite/_locales/zh_CN/messages.json +8 -8
  17. package/extensions/ublocklite/js/jsonpath.js +2 -2
  18. package/extensions/ublocklite/js/static-filtering-parser.js +3 -1
  19. package/extensions/ublocklite/js/utils.js +1 -3
  20. package/extensions/ublocklite/manifest.json +1 -1
  21. package/extensions/ublocklite/rulesets/generic-details.json +2 -0
  22. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +1 -2
  23. package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +7 -4
  24. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +2 -1
  25. package/extensions/ublocklite/rulesets/main/chn-0.json +23 -13
  26. package/extensions/ublocklite/rulesets/main/deu-0.json +2 -1
  27. package/extensions/ublocklite/rulesets/main/dpollock-0.json +1 -0
  28. package/extensions/ublocklite/rulesets/main/easylist.json +12 -4
  29. package/extensions/ublocklite/rulesets/main/easyprivacy.json +19 -6
  30. package/extensions/ublocklite/rulesets/main/fra-0.json +2 -2
  31. package/extensions/ublocklite/rulesets/main/hrv-0.json +6 -15
  32. package/extensions/ublocklite/rulesets/main/idn-0.json +6 -2
  33. package/extensions/ublocklite/rulesets/main/ind-0.json +27 -11
  34. package/extensions/ublocklite/rulesets/main/isr-0.json +1 -0
  35. package/extensions/ublocklite/rulesets/main/jpn-1.json +9 -4
  36. package/extensions/ublocklite/rulesets/main/kor-1.json +3 -2
  37. package/extensions/ublocklite/rulesets/main/nld-0.json +9 -7
  38. package/extensions/ublocklite/rulesets/main/nor-0.json +6 -3
  39. package/extensions/ublocklite/rulesets/main/pgl.json +10 -3
  40. package/extensions/ublocklite/rulesets/main/pol-0.json +2 -0
  41. package/extensions/ublocklite/rulesets/main/rus-0.json +11 -9
  42. package/extensions/ublocklite/rulesets/main/rus-1.json +2 -1
  43. package/extensions/ublocklite/rulesets/main/spa-1.json +2 -1
  44. package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +15646 -4853
  45. package/extensions/ublocklite/rulesets/main/swe-1.json +7 -9
  46. package/extensions/ublocklite/rulesets/main/tur-0.json +3 -4
  47. package/extensions/ublocklite/rulesets/main/ublock-badware.json +4 -7
  48. package/extensions/ublocklite/rulesets/main/ublock-filters.json +46 -21
  49. package/extensions/ublocklite/rulesets/main/ukr-0.json +3 -5
  50. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +1554 -196
  51. package/extensions/ublocklite/rulesets/main/vie-1.json +26 -26
  52. package/extensions/ublocklite/rulesets/regex/chn-0.json +2 -2
  53. package/extensions/ublocklite/rulesets/regex/hrv-0.json +20 -0
  54. package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
  55. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +10 -9
  56. package/extensions/ublocklite/rulesets/ruleset-details.json +160 -160
  57. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +1 -1
  58. package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +1 -1
  59. package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +1 -1
  60. package/extensions/ublocklite/rulesets/scripting/generic/hrv-0.js +1 -1
  61. package/extensions/ublocklite/rulesets/scripting/generic/rus-0.js +1 -1
  62. package/extensions/ublocklite/rulesets/scripting/generic/spa-1.js +2 -2
  63. package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
  64. package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +1 -1
  65. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +1 -0
  66. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +1 -1
  67. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +2 -2
  68. package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
  69. package/extensions/ublocklite/rulesets/scripting/procedural/hrv-0.js +3 -3
  70. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  71. package/extensions/ublocklite/rulesets/scripting/procedural/rou-1.js +3 -3
  72. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  73. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +2 -2
  74. package/extensions/ublocklite/rulesets/scripting/procedural/tur-0.js +3 -3
  75. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  76. package/extensions/ublocklite/rulesets/scripting/procedural/vie-1.js +3 -3
  77. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.abort-on-property-read.js +2 -2
  78. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.remove-node-text.js +1 -1
  79. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  80. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +3 -3
  81. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  82. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +1 -1
  83. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +10 -5
  84. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-node-text.js +2 -2
  85. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-on-property-read.js +2 -2
  86. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-on-stack-trace.js +2 -2
  87. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +10 -5
  88. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +10 -5
  89. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.set-constant.js +541 -0
  90. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +10 -5
  91. package/extensions/ublocklite/rulesets/scripting/scriptlet/hrv-0.set-constant.js +541 -0
  92. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +10 -5
  93. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +10 -5
  94. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +10 -5
  95. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +10 -5
  96. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.json-prune-xhr-response.js +1 -1
  97. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +10 -5
  98. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.abort-current-script.js +2 -2
  99. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +11 -6
  100. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.xml-prune.js +1 -1
  101. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +10 -5
  102. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-read.js +2 -2
  103. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +1 -1
  104. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +3 -3
  105. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +2 -2
  106. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +10 -5
  107. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-attr.js +2 -2
  108. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-cookie.js +1 -1
  109. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +1 -1
  110. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +2 -2
  111. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +10 -5
  112. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +10 -5
  113. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +2 -2
  114. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +10 -5
  115. package/extensions/ublocklite/rulesets/scripting/scriptlet/{fin-0.spoof-css.js → tur-0.remove-cookie.js} +69 -115
  116. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
  117. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-fetch-request.js +941 -0
  118. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +3 -3
  119. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
  120. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  121. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  122. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +1 -1
  123. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
  124. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +2 -2
  125. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +2 -2
  126. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +2 -2
  127. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  128. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +2 -2
  129. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +1 -1
  130. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +12 -7
  131. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +3 -3
  132. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
  133. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +2 -2
  134. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +1 -1
  135. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
  136. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
  137. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
  138. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
  139. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.spoof-css.js +3 -3
  140. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +941 -0
  141. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +2 -2
  142. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +2 -2
  143. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +10 -5
  144. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +2 -2
  145. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +2 -2
  146. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +2 -2
  147. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-attr.js +3 -3
  148. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-constant.js +2 -2
  149. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
  150. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +2 -2
  151. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +2 -2
  152. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +10 -5
  153. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  154. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +1 -1
  155. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +10 -5
  156. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.set-constant.js +2 -2
  157. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  158. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  159. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  160. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  161. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  162. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +2 -2
  163. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  164. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  165. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  166. package/extensions/ublocklite/rulesets/scripting/specific/est-0.js +3 -3
  167. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  168. package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
  169. package/extensions/ublocklite/rulesets/scripting/specific/hrv-0.js +4 -4
  170. package/extensions/ublocklite/rulesets/scripting/specific/hun-0.js +3 -3
  171. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  172. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  173. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  174. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  175. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
  176. package/extensions/ublocklite/rulesets/scripting/specific/nld-0.js +3 -3
  177. package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +3 -3
  178. package/extensions/ublocklite/rulesets/scripting/specific/pol-0.js +3 -3
  179. package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
  180. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  181. package/extensions/ublocklite/rulesets/scripting/specific/spa-0.js +3 -3
  182. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  183. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  184. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  185. package/extensions/ublocklite/rulesets/scripting/specific/ublock-badware.js +3 -3
  186. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  187. package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +1 -1
  188. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  189. package/extensions/ublocklite/rulesets/scriptlet-details.json +113 -60
  190. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +117 -2
  191. package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +1 -0
  192. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  193. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +7 -1
  194. package/extensions/ublocklite/rulesets/strictblock/hrv-0.json +8 -1
  195. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +134 -133
  196. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
  197. package/extensions/ublocklite/rulesets/strictblock/pgl.json +10 -3
  198. package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +15646 -4853
  199. package/extensions/ublocklite/rulesets/strictblock/tur-0.json +1 -0
  200. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +10 -10
  201. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +3 -3
  202. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +1 -0
  203. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +1554 -196
  204. package/extensions/ublocklite/ublock.zip +0 -0
  205. package/package.json +1 -1
  206. package/src/browsers/index.ts +17 -8
  207. package/src/routes/management/http/kill.get.ts +2 -1
  208. package/src/shared/utils/function/handler.ts +2 -1
  209. package/src/utils.spec.ts +62 -0
  210. package/src/utils.ts +3 -0
  211. package/static/docs/swagger.json +2 -2
  212. package/static/docs/swagger.min.json +1 -1
  213. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-experimental.js +0 -42
@@ -28,8 +28,8 @@
28
28
  /******************************************************************************/
29
29
 
30
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-decryptGridline\",\"tasks\":[[\"has-text\",\"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\":\".dark\\\\:bg-main-850\",\"tasks\":[[\"has-text\",\"Join our Newsletters\"]]},{\"selector\":\"div.mt-10\",\"tasks\":[[\"has-text\",\"Daily Newsletter\"]]}]","[{\"selector\":\".dcr-1mt0mpc\",\"tasks\":[[\"has-text\",\"Sign up\"]]},{\"selector\":\"[data-testid=\\\"contributions-liveblog-epic\\\"]\",\"tasks\":[[\"has-text\",\"daily newsletter\"]]}]","[{\"selector\":\".e-con.e-con-boxed\",\"tasks\":[[\"has-text\",\"Resist censorship\"]]},{\"selector\":\".e-con.e-con-full\",\"tasks\":[[\"has-text\",\"Get news, features\"]]},{\"selector\":\".elementor-section\",\"tasks\":[[\"has-text\",\"Subscribe for\"]]},{\"selector\":\".elementor-widget-container\",\"tasks\":[[\"has-text\",\"tired of censorship\"]]}]","[{\"selector\":\".elementor-button-link\",\"tasks\":[[\"has-text\",\"Sign Up\"]]}]","[{\"selector\":\".elementor-element-38bd005\",\"tasks\":[[\"has-text\",\"Newsletter\"]]}]","[{\"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-palette-color-6-color\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"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\":\".is-position-sticky\",\"tasks\":[[\"has-text\",\"Subscribe\"]]}]","[{\"selector\":\".lg\\\\:gap-3\",\"tasks\":[[\"has-text\",\"Weekly roundup\"]]}]","[{\"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\":\".max-w-\\\\[48rem\\\\]\",\"tasks\":[[\"has-text\",\"Sign up for the Daily Brief\"]]},{\"selector\":\".p-4\",\"tasks\":[[\"has-text\",\"Sign up for the Daily Brief\"]]}]","[{\"selector\":\".md\\\\:p-10\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".mom-hidden-auth\",\"tasks\":[[\"has-text\",\"Join Our\"]]}]","[{\"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\":\".p-6.border-gray-200\",\"tasks\":[[\"has-text\",\"Stay Informed\"]]}]","[{\"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\":\".to-fntv-purple\\\\/20\",\"tasks\":[[\"has-text\",\"Breaking News Alerts\"]]}]","[{\"selector\":\".variant-default.card\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"selector\":\".w-embed\",\"tasks\":[[\"has-text\",\"Sign up now\"]]}]","[{\"selector\":\".wd_dkblue-background\",\"tasks\":[[\"has-text\",\"Stay up to date\"]]}]","[{\"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\":\".z-sticky.bottom-0.sticky\",\"tasks\":[[\"has-text\",\"opportunity\"]]}]","[{\"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.mt-10\",\"tasks\":[[\"has-text\",\"newsletter\"]]}]","[{\"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\":\".sidebar-box\",\"tasks\":[[\"has-text\",\"GET OUR NEWSLETTER NOW\"]]}]","[{\"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\":\"[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\":\"tr > .right-article\",\"tasks\":[[\"has-text\",\"Sign up\"]]}]","[{\"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\":\"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,150,5,6,7,8,9,10,11,12,13,14,15,16,17,-18,147,19,20,21,22,-23,149,24,25,26,27,28,29,30,31,32,33,-34,156,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,-56,149,57,58,59,60,61,62,63,64,65,66,67,68,69,-70,165,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,-86,151,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,-147,151,148,149,-149,273,150,151,-151,256,-151,271,-151,209,-151,168,152,153,-153,211,154,155,156,157,158,-158,209,-158,166,159,160,161,162,163,164,165,166,167,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,-184,219,-184,238,-184,248,-184,252,-184,293,-184,322,-184,-331,336,-184,348,-184,213,-184,372,185,186,187,188,189,-189,248,190,191,192,193,194,195,196,197,-197,248,-197,376,198,199,200,-201,202,202,203,204,205,206,207,208,209,210,212,213,-213,338,214,215,216,217,218,219,-219,261,-219,388,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,-240,371,241,-242,243,-243,328,244,245,246,247,-248,260,-248,261,248,-248,339,-248,338,-248,-338,340,-248,340,-248,-300,340,-248,388,249,250,251,253,254,255,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,-281,282,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,-299,364,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,323,324,325,326,327,329,330,331,332,333,334,335,337,338,340,341,342,343,344,-345,346,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,365,366,367,368,369,370,371,-372,390,-372,388,373,374,375,377,-377,396,378,379,380,381,382,383,384,385,386,387,388,389,390,-390,398,391,392,393,-393,401,394,395,397,399,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420];
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],["decrypt.co",25],["businesstimes.com.sg",27],["amgreatness.com",28],["theinformation.com",29],["calgaryherald.com",30],["edmontonjournal.com",30],["montrealgazette.com",30],["ottawacitizen.com",30],["thestarphoenix.com",30],["aspentimes.com",31],["craigdailypress.com",31],["postindependent.com",31],["skyhinews.com",31],["steamboatpilot.com",31],["vaildaily.com",31],["chron.com",32],["sfgate.com",32],["hellmanns.com",33],["cpapracticeadvisor.com",34],["gizmodo.com",35],["theguardian.com",36],["reclaimthenet.org",37],["ffrfaction.org",39],["buenosairesherald.com",40],["bitcoinsensus.com",41],["advancedsciencenews.com",42],["themirror.com",43],["bravenewcoin.com",44],["wyseguide.com",45],["paloaltoonline.com",46],["linuxiac.com",47],["potatonewstoday.com",48],["qcitymetro.com",49],["thecooldown.com",50],["thebrakereport.com",51],["thebarbedwire.com",52],["esports.gg",53],["publichealthpolicyjournal.com",54],["inc.com",55],["dexerto.com",56],["autonews.com",57],["mensjournal.com",58],["qz.com",59],["mashable.com",60],["manofmany.com",62],["inverse.com",63],["businessinsider.in",64],["stuff.co.nz",65],["bakerbynature.com",66],["cockroachlabs.com",67],["weather.com",68],["demstate.com",69],["rd.com",70],["ctpost.com",71],["aarp.org",72],["streetinsider.com",73],["wisegeek.com",74],["cjr.org",75],["brooklynvegan.com",77],["axios.com",78],["news.stanford.edu",79],["interestingengineering.com",80],["heatpumped.org",81],["freedomnews.tv",82],["finance.yahoo.com",83],["ensemblemagazine.co.nz",84],["newsroom.paypal-corp.com",85],["thenewlede.org",86],["wareable.com",87],["systemsapproach.org",88],["creepycatalog.com",89],["iheartrecipes.com",90],["lemonblossoms.com",91],["historiccity.com",92],["stitchsnitches.com",94],["eltecolote.org",95],["labrujulaverde.com",96],["seekingalpha.com",97],["lowes.com",98],["politicalwire.com",99],["haitiantimes.com",100],["kotaku.com",101],["cheknews.ca",102],["dlnews.com",103],["faithwire.com",104],["entrepreneur.com",105],["erlang-solutions.com",106],["ew.com",107],["fastcompany.com",108],["federalnewsnetwork.com",109],["finsmes.com",110],["sherwood.news",111],["foxandbriar.com",112],["freethink.com",113],["gript.ie",114],["guitar.com",115],["heraldextra.com",116],["hot-dinners.com",117],["jointhefollowup.com",118],["jweekly.com",119],["kerrang.com",120],["laravel-news.com",121],["levernews.com",122],["londonpass.com",123],["marginalrevolution.com",124],["montanafreepress.org",125],["neo4j.com",126],["newsroom.co.nz",127],["newsroom.ucla.edu",128],["newswire.ca",129],["notateslaapp.com",130],["notthebee.com",131],["officialcharts.com",132],["theatlantic.com",133],["slate.com",134],["pcmag.com",135],["people.com",136],["quantamagazine.org",137],["salon.com",138],["sciencenorway.no",139],["sfpublicpress.org",140],["skepticalraptor.com",141],["countryandtownhouse.com",142],["taskandpurpose.com",143],["texastribune.org",144],["theskimm.com",145],["thestreamable.com",146],["washingtonpost.com",147],["urbandictionary.com",148],["vox.com",149],["washington.edu",150],["worldsensorium.com",151],["yourstory.com",152],["androidauthority.com",153],["cultofmac.com",154],["audioholics.com",155],["theconversation.com",155],["cityandstateny.com",155],["bibleportal.com",155],["uinterview.com",155],["moneycontrol.com",155],["fermatslibrary.com",155],["worlddogfinder.com",155],["insauga.com",155],["moroccoworldnews.com",155],["thecradle.co",155],["vegnews.com",155],["bandt.com.au",155],["pbsamerica.co.uk",155],["wateronline.com",155],["boredpanda.com",155],["artnet.com",155],["bongino.com",155],["lensculture.com",155],["patch.com",155],["projectcbd.org",155],["media4growth.com",155],["nycgo.com",155],["thepostmillennial.com",155],["zorbabooks.com",155],["bellhelmets.com",155],["humanevents.com",155],["curiocity.com",155],["ba-bamail.com",155],["informatykzakladowy.pl",155],["prowritingaid.com",155],["nieuwsblad.be",155],["theblock.co",155],["braziljournal.com",155],["omr.com",155],["auepaisagismo.com",155],["auepaisajismo.com",155],["dispatch.com",155],["softwaretestinghelp.com",155],["vedbex.com",155],["greatist.com",155],["theepochtimes.com",156],["playpilot.com",155],["law.com",155],["magiclen.org",155],["personality-database.com",155],["talouselama.fi",155],["uusisuomi.fi",155],["tekniikkatalous.fi",155],["tivi.fi",155],["kauppalehti.fi",155],["otisoatmilk.co.nz",158],["socialitelife.com",158],["chillamo.com",158],["zerobreeze.com",158],["datacenterwires.com",158],["eletric-vehicles.com",158],["ubitennis.com",158],["dailynewsegypt.com",158],["hdwalle.com",158],["megacatstudios.com",158],["scholarlykitchen.sspnet.org",158],["daphneoz.com",158],["christianstandard.com",158],["childrenshealthdefense.org",158],["alexandracooks.com",158],["australiangolfdigest.com.au",158],["matomo.org",158],["coloradotimesrecorder.com",158],["artificialintelligence-news.com",158],["thurrott.com",158],["hypebot.com",158],["fatgirlskinny.net",158],["moneymagpie.com",158],["verdadeiroolhar.pt",158],["thecanary.co",158],["fandomwire.com",158],["thefreethoughtproject.com",158],["prepinsta.com",158],["nationalgeographic.com",159],["globoshoes.com",159],["kftv.com",159],["health.harvard.edu",159],["jessicabryson.com",159],["dailyvoice.com",159],["bankbazaar.com",159],["sainsburysmagazine.co.uk",159],["clubhouseforchefs.ca",159],["explorersweb.com",159],["yesmagazine.org",159],["thebfd.co.nz",159],["6sqft.com",159],["sunrisegeek.com",159],["investors.com",159],["scetv.org",159],["berkeleyearth.org",159],["businesstraveller.com",159],["upworthy.com",159],["sportskeeda.com",159],["goodhousekeeping.com",159],["delish.com",159],["esquire.com",159],["lazycatkitchen.com",159],["apotekfordeg.no",159],["relieved.co",159],["sweetandsavory.co",159],["animalchannel.co",159],["seeitlive.co",159],["parentingisnteasy.co",159],["spotlightstories.co",159],["homehacks.co",159],["lilysilk.com",159],["dgmlive.com",159],["atlasobscura.com",160],["monarchmoney.com",159],["trutone.ca",159],["frontrunners.ca",159],["fruugo.co.uk",159],["lull.com",159],["otterbox.com",159],["pulseuniform.com",159],["saksfifthavenue.com",159],["shop.pbs.org",159],["szucstermekek.com",159],["zumub.com",159],["shop.libbey.com",159],["italianluxurygroup.com.au",159],["tiedex.co.uk",159],["tweeters.ca",159],["foliosociety.com",159],["drinkspy.co.nz",159],["littleburgundyshoes.com",159],["journeys.ca",159],["tradedepot.co.nz",159],["harborfreight.com",159],["generalpants.com",159],["pbteen.com",159],["flovitamins.com",159],["vitaminworld.com",159],["www.razer.com",159],["publiclands.com",159],["leevalley.com",159],["massivetoyblowout.ca",159],["levi.com",159],["build.com",159],["williams-sonoma.com",159],["tsc.ca",159],["wafuu.com",159],["overstock.com",159],["deskhero.ca",159],["calvinklein.at",159],["calvinklein.be",159],["calvinklein.bg",159],["calvinklein.ch",159],["calvinklein.co.uk",159],["calvinklein.com",159],["calvinklein.cz",159],["calvinklein.de",159],["calvinklein.dk",159],["calvinklein.ee",159],["calvinklein.es",159],["calvinklein.fi",159],["calvinklein.fr",159],["calvinklein.hr",159],["calvinklein.hu",159],["calvinklein.ie",159],["calvinklein.it",159],["calvinklein.lt",159],["calvinklein.lu",159],["calvinklein.lv",159],["calvinklein.nl",159],["calvinklein.pl",159],["calvinklein.pt",159],["calvinklein.ru",159],["calvinklein.se",159],["calvinklein.si",159],["calvinklein.sk",159],["headphonebar.com",159],["jolinne.com",159],["authenticoilco.com",159],["geizdental.de",159],["stylewe.com",159],["dell.com",159],["temu.com",159],["cars.com",159],["thebulletin.org",162],["npr.org",162],["vice.com",162],["forward.com",162],["nationalobserver.com",162],["washingtontimes.com",162],["monroenews.com",162],["poconorecord.com",162],["matadornetwork.com",162],["shoppingsouthparkmall.com",162],["newbalance.co.id",162],["geopoliticalmonitor.com",162],["glassblocktint.com",162],["forsvaretsforum.no",162],["broadbandbreakfast.com",163],["404media.co",163],["gwr.com",163],["hollywoodunlocked.com",163],["americastestkitchen.com",163],["stcatharinesstandard.ca",163],["thepeterboroughexaminer.com",163],["niagarafallsreview.ca",163],["therecord.com",163],["thespec.com",163],["wellandtribune.ca",163],["breakingenergy.com",163],["jewishinsider.com",163],["natlawreview.com",163],["spotlightpa.org",163],["securityweek.com",163],["ohsweetbasil.com",163],["idsnews.com",163],["milwaukeetool.com",163],["swissinfo.ch",163],["ello.co",163],["cube-magazin.de",163],["vallejosun.com",163],["travelcaffeine.com",163],["freshbooks.com",163],["contiki.com",163],["foreignaffairs.com",164],["brighteon.com",166],["elimento.com",163],["bitcoinke.io",163],["carsalesbase.com",163],["envol-vert.org",163],["latina.com",163],["petri.com",163],["syfy.com",163],["pagamentidigitali.it",163],["scottishlegal.com",163],["dailytarheel.com",163],["bucketlistly.blog",163],["crazystupidtech.com",163],["skepchick.org",163],["liamodell.com",163],["snackstack.net",163],["tapinto.net",163],["vernyx.com",163],["simmiwoman.co.uk",163],["statnews.com",163],["history.com",163],["knowablemagazine.org",168],["hiddenvalley.com",163],["staradvertiser.com",163],["numero.com",163],["cryptobriefing.com",163],["www.microsoft.com",163],["readtangle.com",163],["fxstreet.com",163],["mediadump.com",163],["impulkits.com",163],["bygonely.com",163],["musclecarsandtrucks.com",163],["thepetslife.online",163],["scientificamerican.com",163],["justthenews.com",163],["njbiz.com",163],["apnews.com",163],["inquirer.com",163],["heraldnet.com",163],["thehill.com",163],["newsnationnow",163],["parent.com",163],["digital4.biz",163],["jns.org",163],["brandingmag.com",163],["staygenerator.com",163],["nimsdai.com",163],["outsports.com",163],["hcn.org",163],["everyday-reading.com",163],["macleans.ca",170],["carboncredits.com",163],["spring.org.uk",163],["abeka.com",163],["psychcentral.com",163],["heraldlive.co.za",163],["dispatchlive.co.za",163],["recyclingproductnews.com",163],["statista.com",163],["soundproofcow.com",163],["palestinechronicle.com",163],["sweetteacaviar.com",163],["dollartree.com",163],["linenbee.com",163],["vargooutdoors.com",163],["mountainwarehouse.com",163],["dsw.com",163],["bedbathandbeyond.com",163],["networldsports.ca",163],["summitracing.com",163],["racketsandrunners.ca",163],["modesens.com",163],["allbirds.co.nz",163],["allbirds.com",163],["allbirds.com.au",163],["atelierskn.com",163],["aihome.com.my",163],["ipowerqueen.com",163],["rktbns.de",163],["torpedo7.co.nz",163],["logitech.com",163],["ballantynes.co.nz",163],["pushmycart.com",163],["shutterfly.com",163],["humankinetics.com",163],["house.suntory.com",163],["eileenscookieshighlandsranch.com",163],["foodsalive.com",163],["nfm.com",163],["partsinmotion.co.uk",163],["ardene.com",163],["biglots.com",163],["toysrus.ca",163],["ringkestore.com",163],["thefp.com",172],["fine-day.com",173],["expatexplore.com",173],["vadimkravcenko.com",173],["investopedia.com",173],["simplyrecipes.com",173],["shape.com",173],["verywellhealth.com",173],["southernliving.com",173],["thespruceeats.com",173],["seriouseats.com",173],["allrecipes.com",173],["tripsavvy.com",173],["travelandleisure.com",173],["verywellmind.com",173],["foodandwine.com",173],["oneesports.gg",173],["frontofficesports.com",173],["forbestravelguide.com",173],["thebaffler.com",174],["verybestbaking.com",173],["tsunagujapan.com",173],["gcn.com",173],["washingtontechnology.com",173],["fcw.com",173],["lonelyplanet.com",173],["posylka.de",173],["forbes.com",176],["newrepublic.com",177],["ftm.eu",177],["webpronews.com",177],["launer.com",177],["bemoneyaware.com",177],["publish0x.com",178],["pcipolicyportal.com",178],["thetruthaboutcars.com",178],["thethaiger.com",179],["mountaintopwebdesign.com",179],["kbdfans.com",179],["studyflix.de",179],["time.is",179],["kitchentime.com",180],["kitchentime.de",180],["kitchentime.dk",180],["kitchentime.fi",180],["kitchentime.no",180],["kitchentime.se",180],["revolvermag.com",181],["worldcrunch.com",183],["treblezine.com",180],["pv-magazine.*",180],["pv-magazine-australia.com",180],["pv-magazine-brasil.com",180],["pv-magazine-latam.com",180],["pv-magazine-mexico.com",180],["pv-magazine-usa.com",180],["revolve.com",180],["fwrd.com",180],["vat19.com",180],["magnumboots.com",180],["wilcooffroad.com",180],["detroitmodular.com",180],["metrocheese.com",180],["bwpsales.com",180],["fitnessav.com",180],["gronkfitnessproducts.com",180],["hockeylion.ca",180],["justcloseoutscanada.ca",180],["lakshmistores.com",180],["glasses.com",180],["olaproducts.co.nz",180],["pitviper.com",180],["capx.co",185],["prompthero.com",186],["mbt-store.com",187],["nobroker.in",188],["greencarreports.com",189],["rakentaja.fi",190],["tietoevry.com",190],["beckershospitalreview.com",190],["psychiatrist.com",190],["windupwatchshop.com",190],["abcya.com",190],["ionos.de",190],["trip.com",190],["lapresse.ca",190],["milenio.com",191],["cnn.com",191],["addapinch.com",191],["thedisconnect.co",192],["arcade1up.com",193],["mofi.com",194],["jumia.ci",194],["jumia.co.ke",194],["jumia.com.eg",194],["jumia.com.gh",194],["jumia.com.ng",194],["jumia.com.tn",194],["jumia.dz",194],["jumia.ma",194],["jumia.sn",194],["jumia.ug",194],["logicool.co.jp",195],["aulart.com",196],["zenith-watches.com",197],["market.samm.com",198],["recordcollectormag.com",199],["rprealtyplus.com",200],["gay69.stream",201],["programegratuitepc.com",201],["sabishiidesu.com",201],["businessemailetiquette.com",201],["newsbook.pl",201],["techtrickseo.com",201],["qualityfilehosting.com",201],["republicadecuritiba.net",201],["audioreview.m1001.coreserver.jp",201],["evz.ro",202],["e-panigiria.gr",203],["socialblade.com",204],["flickr.com",205],["cyanlabs.net",206],["pinterest.*",207],["experts-exchange.com",208],["ne10.uol.com.br",209],["gaypornmasters.com",209],["gaypornwave.com",209],["insurance-corporate.blogspot.com",209],["polskacanada.com",209],["satcesc.com",209],["psychologiazycia.com",209],["mio.to",209],["software-on.com",210],["tabonitobrasil.*",209],["mainframestechhelp.com",209],["dddance.party",209],["bisablog.com",209],["adnan-tech.com",209],["ideaberita.com",209],["langitmovie.com",209],["oceanof-games.com",209],["download.ipeenk.com",209],["doranobi-fansub.id",209],["suedkurier.de",209],["utamap.com",209],["librospreuniversitariospdf.blogspot.com",212],["hienzo.com",209],["riie.jp",209],["flash-firmware.blogspot.com",209],["ntvspor.net",209],["selfstudyhistory.com",214],["music.apple.com",216],["depedlps.*",209],["mangatoon.*",209],["thegearhunt.com",209],["jootc.com",209],["ufret.jp",209],["thenekodark.com",209],["poli-vsp.ru",209],["polyvsp.ru",209],["edailybuzz.com",210],["marfilius.blogspot.com",209],["deseneledublate.com",209],["digital.lasegunda.com",209],["autophorie.de",209],["zeeebatch.blogspot.com",209],["techdracula.com",209],["seotechman.com",210],["igniel.com",209],["clubulbebelusilor.ro",209],["123movies.*",209],["gomovies.*",209],["blog.naver.com",209],["exclusifvoyages.com",209],["everydaynewinfo.com",209],["funivie.org",209],["tiktok.com",209],["world4.eu",210],["ggulpass.com",209],["irisbuddies.*",209],["loveplay123.com",209],["minecraftquiz.com",209],["magelang1337.com",209],["nandedbazaar.com",209],["objectivequiz.com",209],["musicindustryhowto.com",209],["sachonthi.com",209],["significatocanzoni.it",209],["zdravenportal.eu",209],["tahmial.blogspot.com",209],["th-world.com",218],["thezealots.org",209],["wouterplanet.com",209],["erexams.com",209],["vedantu.com",209],["fmovies.*",214],["arlinadzgn.com",209],["cambiarevita.eu",209],["otakudesu.*",209],["tritinia.com",209],["gsmfirmware.net",209],["lataifas.ro",209],["sysnettechsolutions.com",209],["bloggerspice.com",209],["youmath.it",209],["flipmsg.com",209],["starbene.it",209],["gamezop.com",209],["readm.org",209],["androidtvbox.eu",209],["myhtebooks.com",209],["gooyaabitemplates.com",209],["sogou.com",209],["themes-dl.com",209],["pixnet.net",209],["yamibo.com",209],["wjx.cn",209],["wjx.top",209],["qidian.com",209],["book.zongheng.com",209],["ciweimao.com",209],["wpchen.net",209],["peekme.cc",209],["hongxiu.com",209],["readnovel.com",209],["uslsoftware.com",209],["qiangwaikan.com",209],["invado.pl",209],["news24.jp",209],["blog.csdn.net",209],["whowantstuffs.blogspot.com",209],["unikampus.net",209],["elahmad.com",209],["adpres.ro",209],["uemeds.cn",209],["hollywoodmask.com",209],["cafago.com",209],["picallow.com",209],["magesypro.*",209],["psihologiadeazi.ro",209],["cintateknologi.com",209],["yhocdata.com",209],["cristelageorgescu.ro",209],["bike-parts-sym.com",209],["www-daftarharga.blogspot.com",209],["ukrainashop.com",209],["flinsetyadi.com",209],["koszalincity.pl",209],["aileen-novel.online",209],["bumigemilang.com",220],["bingotingo.com",214],["cafe.naver.com",209],["sekaikomik.live",209],["repack-games.com",209],["celtadigital.com",209],["convenienza.com",209],["panda-novel.com",209],["labs.j-novel.club",220],["turbo1.co",209],["outidesigoto.com",209],["novelpub.com",209],["webnovelpub.com",209],["read.amazon.com",209],["nana-music.com",209],["nullphpscript.com",209],["epitesti.ro",209],["delicateseliterare.ro",209],["bianity.net",209],["csid.ro",209],["bagaglioamano.io",209],["stiridinromania.ro",209],["kooora4lives.net",222],["kooora4livs.com",222],["walkthrough-indo.blogspot.com",209],["jpopsingles.eu",225],["scarysymptoms.com",227],["g37.com.br",209],["rodude.com",209],["terramirabilis.ro",229],["boop.pl",209],["audiologyresearch.org",209],["klartext-ne.de",229],["sqlserveregitimleri.com",209],["habuteru.com",209],["cespun.eu",209],["geeksoncoffee.com",209],["tweakers.net",231],["deezer.com",232],["facebook.com",233],["facebookcorewwwi.onion",233],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",233],["livetennis.it",234],["hindi-gk.com",234],["tinyppt.com",235],["husseinezzat.com",235],["gagetmatome.com",235],["canondrivers.org",235],["pehawe.me",235],["kimkazandi.com",235],["sdewery.me",235],["readawrite.com",235],["poipiku.com",235],["lofter.com",235],["revistasufletului.net",235],["two9success.com",235],["verselemzes.hu",235],["dollarvr.com",235],["newsme.gr",235],["savoriurbane.com",235],["descopera.ro",235],["velicu.eu",236],["panorama.it",235],["arenavalceana.ro",235],["wotlabs.net",238],["droidtekno.com",239],["neobux.com",240],["androidmtk.com",241],["proxfree.com",242],["instagram.com",243],["jobsbotswana.info",244],["yeane.org",244],["answersafrica.com",244],["practicetestgeeks.com",244],["mbahhanif.site",244],["nfltraderumors.co",244],["musixmatch.com",244],["ilturista.info",244],["sigma4pc.com",244],["informagiovani-italia.com",245],["citpekalongan.com",245],["fizyka.org",245],["androidmakale.com",245],["tfp.is",245],["dramacute.*",245],["hitcena.pl",245],["raccontivietati.com",245],["runmods.com",245],["visaonoticias.com",245],["tohkaishimpo.com",245],["raqmedia.com",245],["bolugundem.com",245],["workhouses.org.uk",245],["displayspecifications.com",245],["daily-tohoku.news",245],["joysound.com",246],["gdrivedescarga.com",248],["smartkhabrinews.com",245],["aulete.com.br",250],["mercurynews.com",251],["fanfiction.net",252],["fictionpress.com",252],["athletic.net",253],["myschool-eng.com",255],["orangespotlight.com",255],["isikuota.co.id",255],["katzen-fieber.de",255],["sinau-thewe.com",255],["clujust.ro",255],["kangkimin.com",255],["bloombergquint.com",256],["diffnow.com",257],["askubuntu.com",258],["mathoverflow.net",258],["serverfault.com",258],["stackapps.com",258],["stackexchange.com",258],["superuser.com",258],["quizlet.com",259],["bookbub.com",260],["quora.com",261],["breakingdefense.com",262],["insidesources.com",263],["behance.net",264],["kpopjjang.com",265],["awebstories.com",265],["postcourier.com.pg",266],["fantricks.com",268],["theintercept.com",269],["yoututosjeff.es",270],["autoblog.com",271],["dailymail.co.uk",272],["bigulnews.tv",273],["tepat.id",273],["festival-cannes.com",273],["indiatimes.com",273],["darktranslation.com",273],["hulnews.top",274],["boke112.com",273],["androidacy.com",273],["whoisnovel.com",276],["foreignpolicy.com",278],["chowhound.com",278],["dostfilms.*",279],["kimovil.*",279],["context.reverso.net",280],["hardware.info",281],["enotes.com",282],["digicular.com",283],["tunein.com",284],["ecosia.org",285],["skidrowreloaded.com",286],["myanimelist.net",287],["imaginetricks.com",288],["kurazone.net",289],["www.reddit.com",290],["~reddit.com",291],["techopedia.com",292],["ahzaa.net",293],["apps.jeurissen.co",294],["utaten.com",295],["sbbrisk.com",296],["sbface.com",296],["streamsb.net",296],["camcaps.to",296],["camcaps.io",296],["quotev.com",297],["lectortmo.com",298],["warungkomik.com",299],["livedays.jp",301],["opportunitydesk.org",302],["the-masters-voice.com",304],["kamerabudaya.com",306],["therealdeal.com",307],["healthitsecurity.com",308],["ef.com",309],["selfstudyanthro.com",310],["android1pro.com",312],["gakki.me",314],["tunegate.me",314],["famousintel.com",315],["jnews5.com",315],["tvshowstars.com",315],["eurooptyk.com.pl",315],["celebzcircle.com",317],["sertracen.com.pa",314],["pitesti24.ro",317],["samsungtechwin.com",317],["cours-de-droit.net",317],["iptv4best.com",317],["blogvisaodemercado.pt",317],["kapitalis.com",317],["tiempo.hn",317],["winmeen.com",317],["ibps.in",317],["visse.com.br",317],["javsubtitle.co",317],["learninsta.com",317],["licensekeys.org",317],["mediahiburan.my",317],["tipssehatcantik.com",317],["jbjbgame.com",317],["viatasisanatate.com",317],["ziarulargesul.ro",317],["globaldefensecorp.com",317],["gossipnextdoor.com",317],["coffeeapps.ir",317],["media.framu.world",317],["immobiliaremia.com",317],["colegiosconcertados.info",317],["bigdatauni.com",317],["riwyat.com",317],["rukim.id",317],["visefierbinti.ro",317],["theaircurrent.com",319],["ncert-solutions.com",317],["ncertsolutions.guru",317],["clockks.com",317],["ananda-yoga.ro",317],["poolpiscina.com",317],["infodifesa.it",317],["getective.com",317],["flashdumpfiles.com",317],["formatatmak.com",317],["drkrok.com",317],["alphagirlreviews.com",317],["kitchennovel.com",317],["voxvalachorum.ro",317],["day-hoc.org",317],["onlineonderdelenshop.nl",317],["primicia.com.ve",317],["tech-recipes.com",317],["afrikmag.com",317],["maduras.vip",317],["aprendeinglessila.com",317],["kicknews.today",317],["koalasplayground.com",317],["hellokpop.com",317],["hayatbilgileri.com",319],["moneyexcel.com",317],["placementstore.com",317],["neuroteam-metz.de",317],["codedosa.com",317],["liveyourmaths.com",317],["newspao.gr",317],["ieltsliz.com",317],["programasvirtualespc.net",317],["tempatwisataseru.com",317],["wikiofcelebs.com",317],["jornaljoca.com.br",317],["arcanescans.com",317],["filmzone.com",317],["hiraethtranslation.com",317],["kaystls.site",317],["home.novel-gate.com",317],["plural.jor.br",317],["evreporter.com",315],["sinhasannews.com",317],["viewsofgreece.gr",317],["rozbor-dila.cz",317],["kritichno.bg",317],["csiplearninghub.com",317],["freereadnovel.online",322],["piklodz.pl",322],["secondlifetranslations.com",322],["ferroviando.com.br",322],["counciloflove.com",322],["infokik.com",322],["kulinarnastronamocy.pl",322],["jafekri.com",322],["ezmanga.net",322],["reborntrans.com",322],["truyenbanquyen.com",324],["koltry.life",322],["kolnovel.com",322],["anascrie.ro",327],["guidingliterature.com",327],["cabinetexpert.ro",314],["astoryofmasasstruggles.com",327],["vol.at",329],["lokercirebon.com",330],["loginhit.com.ng",330],["sanspo.com",331],["allocine.fr",332],["duolingo.com",333],["sythe.org",334],["gamegame.kr",335],["extreme-down.*",336],["iwanichi.co.jp",337],["novelasligera.com",338],["geotips.net",338],["video.tv-tokyo.co.jp",339],["aviationweek.com",340],["community.spiceworks.com",341],["malasngeblog.com",342],["datadikdasmen.com",342],["relet365.com",343],["wikibious.com",344],["odoserwis.pl",345],["tileman.io",346],["daimangajiten.com",347],["liga.net",348],["protocol.com",348],["wenku.baidu.com",348],["dreamsfriend.com",349],["mercenaryenrollment.com",349],["xossipy.com",349],["hibiki-radio.jp",350],["dreamstime.com",351],["trakteer.id",352],["8muses.com",353],["katosatoshi.jp",354],["gridcoinstats.eu",355],["chan.sankakucomplex.com",356],["nytimes.com",357],["trucksbook.eu",359],["diariodaregiao.com.br",360],["taufiqhdyt.com",361],["liveroger.com",362],["online2pdf.com",363],["1fichier.com",364],["forum.release-apk.com",365],["fraudnavi.com",366],["elektrikmen.com",367],["kijyomatome-ch.com",368],["teamaretuza.com",369],["hotcleaner.com",370],["enttechub.com",371],["novelism.jp",372],["sportando.basketball",372],["gnt24365.net",373],["cssreference.io",374],["hardcoregames.ca",375],["teamkong.tk",376],["hitproversion.com",378],["techsini.com",378],["operatorsekolahdbn.com",378],["themosvagas.com.br",378],["appd.at",378],["lazytranslations.com",379],["bimiacg.net",380],["appofmirror.com",381],["faloo.com",382],["cheatsquad.gg",383],["janvissersweer.nl",384],["spanishdict.com",385],["outlook.live.com",386],["naaree.com",387],["revouninstaller.com",388],["blogpascher.com",389],["buondua.com",390],["otomobilgunluklerim.com",391],["social-unlock.com",392],["nusantararom.org",393],["mail.tm",394],["northjersey.com",395],["independentmail.com",395],["usatoday.com",395],["curs-valutar-bnr.ro",396],["payskip.org",397],["acupoffrench.com",398],["novelza.com",398],["novelpia.com",399],["projektowanie-wnetrz-online.pl",400],["google.*",401],["oricon.co.jp",402],["cataz.net",403],["coub.com",404],["artstation.com",405],["streamservicehd.click",406],["eplayer.click",406],["olacast.live",406],["allcryptoz.net",407],["crewbase.net",407],["crewus.net",407],["shinbhu.net",407],["shinchu.net",407],["topcryptoz.net",407],["uniqueten.net",407],["ultraten.net",407],["getlatka.com",408],["lamusica.com",409],["airbnb.de",410],["safirsoft.com",411],["anime-drama.jp",412],["cyberkrafttraining.com",412],["thailandopen.org",413],["wormate.io",414],["surreyhillsgrocer.sg",415],["mgsm.pl",416],["pl",417],["substack.com",418],["entra.news",420],["microsoftsecurityinsights.com",420],["ntuplay.xyz",421],["adslink.pw",422],["tv2.no",423],["phimlongtieng.net",424],["zunda.site",425],["dialectsarchive.com",426],["hket.com",427],["genesistls.com",428],["shortform.com",429],["firmwarefile.com",430],["webnovel.com",431],["audiotools.in",432],["7misr4day.com",432],["raindropteamfan.com",432],["ilife97.com",433],["canalnatelinhaonline.blogspot.com",434],["embed.reddit.com",435],["jpost.com",436],["9now.com.au",437],["embibe.com",438],["vidmoly.*",439],["~macaro-ni.jp",440],["seriesperu.com",441],["zelka.org",442],["playertv.net",443],["themeslide.com",444],["daotranslate.*",445],["iptvromania.ro",447],["linkco.re",449],["tuta.com",450],["venturebeat.com",451],["edurev.in",452],["ncrtsolutions.in",453],["appimagehub.com",455],["gnome-look.org",455],["store.kde.org",455],["linux-apps.com",455],["opendesktop.org",455],["pling.com",455],["xfce-look.org",455],["expquebec.com",456],["elsalvadorsurfrealestate.com",457],["photopea.com",458],["marinetraffic.com",459],["romprovider.com",460],["financasdeouro.com",461],["brokensilenze.net",462],["web.telegram.org",463],["groundies.com",464],["pap.pl",465],["espressocafe.ro",465],["lemon8-app.com",465],["zabawkahurtownia.pl",465],["hiphopa.net",465],["all4pets.com.pl",465],["romaniadeazi.biz",465],["streambuddy.net",466],["tv.bdix.app",467],["teachoo.com",468],["classnotes.org.in",467],["topperlearning.com",467],["karsaz-law.com",467],["videocardz.com",467],["partsnl.nl",467],["rds.live",467],["nsfw247.biz",470],["with.is",471],["playingfire.com",472],["unic.com.vn",472],["zigya.com",472],["ipphone-warehouse.com",473],["shaalaa.com",475],["justspices.de",476],["studiestoday.com",477],["pendulumedu.com",478],["indeed.com",479],["techcrunch-com.translate.goog",480],["brooklyneagle.com",481],["techgyd.com",482],["crunchyroll.com",483],["mskmangaz.blogspot.com",484],["myntra.com",485],["abema.tv",486],["esscctv.com",487],["hansa-online.de",488],["volokit2.com",489],["karistudio.com",490],["foxteller.com",491],["blog.tangwudi.com",492],["nihongoaz.com",493],["torontosom.ca",494],["samurai.wordoco.com",495],["ingesantoso.wordpress.com",496],["flightradar24.com",497],["odysee.com",498]]);
31
+ const argsSeqs = [0,1,2,3,-4,150,5,6,7,8,9,10,11,12,13,14,15,16,17,-18,147,19,20,21,22,-23,149,24,25,26,27,28,29,30,31,32,33,-34,156,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,-56,149,57,-58,149,59,60,61,62,63,64,65,66,67,68,69,-70,165,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,-86,151,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,-147,151,148,149,-149,273,150,151,-151,256,-151,271,-151,209,-151,168,152,153,-153,211,154,155,156,157,158,-158,209,-158,166,159,160,161,162,163,164,165,166,167,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,-184,219,-184,238,-184,248,-184,252,-184,293,-184,322,-184,-331,336,-184,348,-184,213,-184,372,185,186,187,188,189,-189,248,190,191,192,193,194,195,196,197,-197,248,-197,376,198,199,200,-201,202,202,203,204,205,206,207,208,209,210,212,213,-213,338,214,215,216,217,218,219,-219,261,-219,388,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,-240,371,241,-242,243,-243,328,244,245,246,247,-248,260,-248,261,248,-248,339,-248,338,-248,-338,340,-248,340,-248,-300,340,-248,388,249,250,251,253,254,255,257,258,259,261,262,263,264,265,266,267,268,269,270,271,272,274,275,276,277,278,279,280,-281,282,281,283,284,285,286,287,288,289,290,291,292,294,295,296,297,298,299,-299,364,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,323,324,325,326,327,329,330,331,332,333,334,335,337,338,340,341,342,343,344,-345,346,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,365,366,367,368,369,370,371,-372,390,-372,388,373,374,375,377,-377,396,378,379,380,381,382,383,384,385,386,387,388,389,390,-390,398,391,392,393,-393,401,394,395,397,399,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420];
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],["decrypt.co",25],["businesstimes.com.sg",27],["amgreatness.com",28],["theinformation.com",29],["calgaryherald.com",30],["edmontonjournal.com",30],["montrealgazette.com",30],["ottawacitizen.com",30],["thestarphoenix.com",30],["aspentimes.com",31],["craigdailypress.com",31],["postindependent.com",31],["skyhinews.com",31],["steamboatpilot.com",31],["vaildaily.com",31],["chron.com",32],["sfgate.com",32],["hellmanns.com",33],["cpapracticeadvisor.com",34],["gizmodo.com",35],["theguardian.com",36],["reclaimthenet.org",37],["ffrfaction.org",39],["buenosairesherald.com",40],["bitcoinsensus.com",41],["advancedsciencenews.com",42],["themirror.com",43],["bravenewcoin.com",44],["wyseguide.com",45],["paloaltoonline.com",46],["linuxiac.com",47],["potatonewstoday.com",48],["qcitymetro.com",49],["thecooldown.com",50],["thebrakereport.com",51],["thebarbedwire.com",52],["esports.gg",53],["publichealthpolicyjournal.com",54],["inc.com",55],["dexerto.com",56],["autonews.com",57],["mensjournal.com",58],["qz.com",59],["mashable.com",60],["manofmany.com",62],["inverse.com",63],["businessinsider.in",65],["stuff.co.nz",66],["bakerbynature.com",67],["cockroachlabs.com",68],["weather.com",69],["demstate.com",70],["rd.com",71],["ctpost.com",72],["aarp.org",73],["streetinsider.com",74],["wisegeek.com",75],["cjr.org",76],["brooklynvegan.com",78],["axios.com",79],["news.stanford.edu",80],["interestingengineering.com",81],["heatpumped.org",82],["freedomnews.tv",83],["finance.yahoo.com",84],["ensemblemagazine.co.nz",85],["newsroom.paypal-corp.com",86],["thenewlede.org",87],["wareable.com",88],["systemsapproach.org",89],["creepycatalog.com",90],["iheartrecipes.com",91],["lemonblossoms.com",92],["historiccity.com",93],["stitchsnitches.com",95],["eltecolote.org",96],["labrujulaverde.com",97],["seekingalpha.com",98],["lowes.com",99],["politicalwire.com",100],["haitiantimes.com",101],["kotaku.com",102],["cheknews.ca",103],["dlnews.com",104],["faithwire.com",105],["entrepreneur.com",106],["erlang-solutions.com",107],["ew.com",108],["fastcompany.com",109],["federalnewsnetwork.com",110],["finsmes.com",111],["sherwood.news",112],["foxandbriar.com",113],["freethink.com",114],["gript.ie",115],["guitar.com",116],["heraldextra.com",117],["hot-dinners.com",118],["jointhefollowup.com",119],["jweekly.com",120],["kerrang.com",121],["laravel-news.com",122],["levernews.com",123],["londonpass.com",124],["marginalrevolution.com",125],["montanafreepress.org",126],["neo4j.com",127],["newsroom.co.nz",128],["newsroom.ucla.edu",129],["newswire.ca",130],["notateslaapp.com",131],["notthebee.com",132],["officialcharts.com",133],["theatlantic.com",134],["slate.com",135],["pcmag.com",136],["people.com",137],["quantamagazine.org",138],["salon.com",139],["sciencenorway.no",140],["sfpublicpress.org",141],["skepticalraptor.com",142],["countryandtownhouse.com",143],["taskandpurpose.com",144],["texastribune.org",145],["theskimm.com",146],["thestreamable.com",147],["washingtonpost.com",148],["urbandictionary.com",149],["vox.com",150],["washington.edu",151],["worldsensorium.com",152],["yourstory.com",153],["androidauthority.com",154],["cultofmac.com",155],["audioholics.com",156],["theconversation.com",156],["cityandstateny.com",156],["bibleportal.com",156],["uinterview.com",156],["moneycontrol.com",156],["fermatslibrary.com",156],["worlddogfinder.com",156],["insauga.com",156],["moroccoworldnews.com",156],["thecradle.co",156],["vegnews.com",156],["bandt.com.au",156],["pbsamerica.co.uk",156],["wateronline.com",156],["boredpanda.com",156],["artnet.com",156],["bongino.com",156],["lensculture.com",156],["patch.com",156],["projectcbd.org",156],["media4growth.com",156],["nycgo.com",156],["thepostmillennial.com",156],["zorbabooks.com",156],["bellhelmets.com",156],["humanevents.com",156],["curiocity.com",156],["ba-bamail.com",156],["informatykzakladowy.pl",156],["prowritingaid.com",156],["nieuwsblad.be",156],["theblock.co",156],["braziljournal.com",156],["omr.com",156],["auepaisagismo.com",156],["auepaisajismo.com",156],["dispatch.com",156],["softwaretestinghelp.com",156],["vedbex.com",156],["greatist.com",156],["theepochtimes.com",157],["playpilot.com",156],["law.com",156],["magiclen.org",156],["personality-database.com",156],["talouselama.fi",156],["uusisuomi.fi",156],["tekniikkatalous.fi",156],["tivi.fi",156],["kauppalehti.fi",156],["otisoatmilk.co.nz",159],["socialitelife.com",159],["chillamo.com",159],["zerobreeze.com",159],["datacenterwires.com",159],["eletric-vehicles.com",159],["ubitennis.com",159],["dailynewsegypt.com",159],["hdwalle.com",159],["megacatstudios.com",159],["scholarlykitchen.sspnet.org",159],["daphneoz.com",159],["christianstandard.com",159],["childrenshealthdefense.org",159],["alexandracooks.com",159],["australiangolfdigest.com.au",159],["matomo.org",159],["coloradotimesrecorder.com",159],["artificialintelligence-news.com",159],["thurrott.com",159],["hypebot.com",159],["fatgirlskinny.net",159],["moneymagpie.com",159],["verdadeiroolhar.pt",159],["thecanary.co",159],["fandomwire.com",159],["thefreethoughtproject.com",159],["prepinsta.com",159],["nationalgeographic.com",160],["globoshoes.com",160],["kftv.com",160],["health.harvard.edu",160],["jessicabryson.com",160],["dailyvoice.com",160],["bankbazaar.com",160],["sainsburysmagazine.co.uk",160],["clubhouseforchefs.ca",160],["explorersweb.com",160],["yesmagazine.org",160],["thebfd.co.nz",160],["6sqft.com",160],["sunrisegeek.com",160],["investors.com",160],["scetv.org",160],["berkeleyearth.org",160],["businesstraveller.com",160],["upworthy.com",160],["sportskeeda.com",160],["goodhousekeeping.com",160],["delish.com",160],["esquire.com",160],["lazycatkitchen.com",160],["apotekfordeg.no",160],["relieved.co",160],["sweetandsavory.co",160],["animalchannel.co",160],["seeitlive.co",160],["parentingisnteasy.co",160],["spotlightstories.co",160],["homehacks.co",160],["lilysilk.com",160],["dgmlive.com",160],["atlasobscura.com",161],["monarchmoney.com",160],["trutone.ca",160],["frontrunners.ca",160],["fruugo.co.uk",160],["lull.com",160],["otterbox.com",160],["pulseuniform.com",160],["saksfifthavenue.com",160],["shop.pbs.org",160],["szucstermekek.com",160],["zumub.com",160],["shop.libbey.com",160],["italianluxurygroup.com.au",160],["tiedex.co.uk",160],["tweeters.ca",160],["foliosociety.com",160],["drinkspy.co.nz",160],["littleburgundyshoes.com",160],["journeys.ca",160],["tradedepot.co.nz",160],["harborfreight.com",160],["generalpants.com",160],["pbteen.com",160],["flovitamins.com",160],["vitaminworld.com",160],["www.razer.com",160],["publiclands.com",160],["leevalley.com",160],["massivetoyblowout.ca",160],["levi.com",160],["build.com",160],["williams-sonoma.com",160],["tsc.ca",160],["wafuu.com",160],["overstock.com",160],["deskhero.ca",160],["calvinklein.at",160],["calvinklein.be",160],["calvinklein.bg",160],["calvinklein.ch",160],["calvinklein.co.uk",160],["calvinklein.com",160],["calvinklein.cz",160],["calvinklein.de",160],["calvinklein.dk",160],["calvinklein.ee",160],["calvinklein.es",160],["calvinklein.fi",160],["calvinklein.fr",160],["calvinklein.hr",160],["calvinklein.hu",160],["calvinklein.ie",160],["calvinklein.it",160],["calvinklein.lt",160],["calvinklein.lu",160],["calvinklein.lv",160],["calvinklein.nl",160],["calvinklein.pl",160],["calvinklein.pt",160],["calvinklein.ru",160],["calvinklein.se",160],["calvinklein.si",160],["calvinklein.sk",160],["headphonebar.com",160],["jolinne.com",160],["authenticoilco.com",160],["geizdental.de",160],["stylewe.com",160],["dell.com",160],["temu.com",160],["cars.com",160],["thebulletin.org",163],["npr.org",163],["vice.com",163],["forward.com",163],["nationalobserver.com",163],["washingtontimes.com",163],["monroenews.com",163],["poconorecord.com",163],["matadornetwork.com",163],["shoppingsouthparkmall.com",163],["newbalance.co.id",163],["geopoliticalmonitor.com",163],["glassblocktint.com",163],["forsvaretsforum.no",163],["broadbandbreakfast.com",164],["404media.co",164],["gwr.com",164],["hollywoodunlocked.com",164],["americastestkitchen.com",164],["stcatharinesstandard.ca",164],["thepeterboroughexaminer.com",164],["niagarafallsreview.ca",164],["therecord.com",164],["thespec.com",164],["wellandtribune.ca",164],["breakingenergy.com",164],["jewishinsider.com",164],["natlawreview.com",164],["spotlightpa.org",164],["securityweek.com",164],["ohsweetbasil.com",164],["idsnews.com",164],["milwaukeetool.com",164],["swissinfo.ch",164],["ello.co",164],["cube-magazin.de",164],["vallejosun.com",164],["travelcaffeine.com",164],["freshbooks.com",164],["contiki.com",164],["foreignaffairs.com",165],["brighteon.com",167],["elimento.com",164],["bitcoinke.io",164],["carsalesbase.com",164],["envol-vert.org",164],["latina.com",164],["petri.com",164],["syfy.com",164],["pagamentidigitali.it",164],["scottishlegal.com",164],["dailytarheel.com",164],["bucketlistly.blog",164],["crazystupidtech.com",164],["skepchick.org",164],["liamodell.com",164],["snackstack.net",164],["tapinto.net",164],["vernyx.com",164],["simmiwoman.co.uk",164],["statnews.com",164],["history.com",164],["knowablemagazine.org",169],["hiddenvalley.com",164],["staradvertiser.com",164],["numero.com",164],["cryptobriefing.com",164],["www.microsoft.com",164],["readtangle.com",164],["fxstreet.com",164],["mediadump.com",164],["impulkits.com",164],["bygonely.com",164],["musclecarsandtrucks.com",164],["thepetslife.online",164],["scientificamerican.com",164],["justthenews.com",164],["njbiz.com",164],["apnews.com",164],["inquirer.com",164],["heraldnet.com",164],["thehill.com",164],["newsnationnow",164],["parent.com",164],["digital4.biz",164],["jns.org",164],["brandingmag.com",164],["staygenerator.com",164],["nimsdai.com",164],["outsports.com",164],["hcn.org",164],["everyday-reading.com",164],["macleans.ca",171],["carboncredits.com",164],["spring.org.uk",164],["abeka.com",164],["psychcentral.com",164],["heraldlive.co.za",164],["dispatchlive.co.za",164],["recyclingproductnews.com",164],["statista.com",164],["soundproofcow.com",164],["palestinechronicle.com",164],["sweetteacaviar.com",164],["dollartree.com",164],["linenbee.com",164],["vargooutdoors.com",164],["mountainwarehouse.com",164],["dsw.com",164],["bedbathandbeyond.com",164],["networldsports.ca",164],["summitracing.com",164],["racketsandrunners.ca",164],["modesens.com",164],["allbirds.co.nz",164],["allbirds.com",164],["allbirds.com.au",164],["atelierskn.com",164],["aihome.com.my",164],["ipowerqueen.com",164],["rktbns.de",164],["torpedo7.co.nz",164],["logitech.com",164],["ballantynes.co.nz",164],["pushmycart.com",164],["shutterfly.com",164],["humankinetics.com",164],["house.suntory.com",164],["eileenscookieshighlandsranch.com",164],["foodsalive.com",164],["nfm.com",164],["partsinmotion.co.uk",164],["ardene.com",164],["biglots.com",164],["toysrus.ca",164],["ringkestore.com",164],["thefp.com",173],["fine-day.com",174],["expatexplore.com",174],["vadimkravcenko.com",174],["investopedia.com",174],["simplyrecipes.com",174],["shape.com",174],["verywellhealth.com",174],["southernliving.com",174],["thespruceeats.com",174],["seriouseats.com",174],["allrecipes.com",174],["tripsavvy.com",174],["travelandleisure.com",174],["verywellmind.com",174],["foodandwine.com",174],["oneesports.gg",174],["frontofficesports.com",174],["forbestravelguide.com",174],["thebaffler.com",175],["verybestbaking.com",174],["tsunagujapan.com",174],["gcn.com",174],["washingtontechnology.com",174],["fcw.com",174],["lonelyplanet.com",174],["posylka.de",174],["forbes.com",177],["newrepublic.com",178],["ftm.eu",178],["webpronews.com",178],["launer.com",178],["bemoneyaware.com",178],["publish0x.com",179],["pcipolicyportal.com",179],["thetruthaboutcars.com",179],["thethaiger.com",180],["mountaintopwebdesign.com",180],["kbdfans.com",180],["studyflix.de",180],["time.is",180],["kitchentime.com",181],["kitchentime.de",181],["kitchentime.dk",181],["kitchentime.fi",181],["kitchentime.no",181],["kitchentime.se",181],["revolvermag.com",182],["worldcrunch.com",184],["treblezine.com",181],["pv-magazine.*",181],["pv-magazine-australia.com",181],["pv-magazine-brasil.com",181],["pv-magazine-latam.com",181],["pv-magazine-mexico.com",181],["pv-magazine-usa.com",181],["revolve.com",181],["fwrd.com",181],["vat19.com",181],["magnumboots.com",181],["wilcooffroad.com",181],["detroitmodular.com",181],["metrocheese.com",181],["bwpsales.com",181],["fitnessav.com",181],["gronkfitnessproducts.com",181],["hockeylion.ca",181],["justcloseoutscanada.ca",181],["lakshmistores.com",181],["glasses.com",181],["olaproducts.co.nz",181],["pitviper.com",181],["capx.co",186],["prompthero.com",187],["mbt-store.com",188],["nobroker.in",189],["greencarreports.com",190],["rakentaja.fi",191],["tietoevry.com",191],["beckershospitalreview.com",191],["psychiatrist.com",191],["windupwatchshop.com",191],["abcya.com",191],["ionos.de",191],["trip.com",191],["lapresse.ca",191],["milenio.com",192],["cnn.com",192],["addapinch.com",192],["thedisconnect.co",193],["arcade1up.com",194],["mofi.com",195],["jumia.ci",195],["jumia.co.ke",195],["jumia.com.eg",195],["jumia.com.gh",195],["jumia.com.ng",195],["jumia.com.tn",195],["jumia.dz",195],["jumia.ma",195],["jumia.sn",195],["jumia.ug",195],["logicool.co.jp",196],["aulart.com",197],["zenith-watches.com",198],["market.samm.com",199],["recordcollectormag.com",200],["rprealtyplus.com",201],["gay69.stream",202],["programegratuitepc.com",202],["sabishiidesu.com",202],["businessemailetiquette.com",202],["newsbook.pl",202],["techtrickseo.com",202],["qualityfilehosting.com",202],["republicadecuritiba.net",202],["audioreview.m1001.coreserver.jp",202],["evz.ro",203],["e-panigiria.gr",204],["socialblade.com",205],["flickr.com",206],["cyanlabs.net",207],["pinterest.*",208],["experts-exchange.com",209],["ne10.uol.com.br",210],["gaypornmasters.com",210],["gaypornwave.com",210],["insurance-corporate.blogspot.com",210],["polskacanada.com",210],["satcesc.com",210],["psychologiazycia.com",210],["mio.to",210],["software-on.com",211],["tabonitobrasil.*",210],["mainframestechhelp.com",210],["dddance.party",210],["bisablog.com",210],["adnan-tech.com",210],["ideaberita.com",210],["langitmovie.com",210],["oceanof-games.com",210],["download.ipeenk.com",210],["doranobi-fansub.id",210],["suedkurier.de",210],["utamap.com",210],["librospreuniversitariospdf.blogspot.com",213],["hienzo.com",210],["riie.jp",210],["flash-firmware.blogspot.com",210],["ntvspor.net",210],["selfstudyhistory.com",215],["music.apple.com",217],["depedlps.*",210],["mangatoon.*",210],["thegearhunt.com",210],["jootc.com",210],["ufret.jp",210],["thenekodark.com",210],["poli-vsp.ru",210],["polyvsp.ru",210],["edailybuzz.com",211],["marfilius.blogspot.com",210],["deseneledublate.com",210],["digital.lasegunda.com",210],["autophorie.de",210],["zeeebatch.blogspot.com",210],["techdracula.com",210],["seotechman.com",211],["igniel.com",210],["clubulbebelusilor.ro",210],["123movies.*",210],["gomovies.*",210],["blog.naver.com",210],["exclusifvoyages.com",210],["everydaynewinfo.com",210],["funivie.org",210],["tiktok.com",210],["world4.eu",211],["ggulpass.com",210],["irisbuddies.*",210],["loveplay123.com",210],["minecraftquiz.com",210],["magelang1337.com",210],["nandedbazaar.com",210],["objectivequiz.com",210],["musicindustryhowto.com",210],["sachonthi.com",210],["significatocanzoni.it",210],["zdravenportal.eu",210],["tahmial.blogspot.com",210],["th-world.com",219],["thezealots.org",210],["wouterplanet.com",210],["erexams.com",210],["vedantu.com",210],["fmovies.*",215],["arlinadzgn.com",210],["cambiarevita.eu",210],["otakudesu.*",210],["tritinia.com",210],["gsmfirmware.net",210],["lataifas.ro",210],["sysnettechsolutions.com",210],["bloggerspice.com",210],["youmath.it",210],["flipmsg.com",210],["starbene.it",210],["gamezop.com",210],["readm.org",210],["androidtvbox.eu",210],["myhtebooks.com",210],["gooyaabitemplates.com",210],["sogou.com",210],["themes-dl.com",210],["pixnet.net",210],["yamibo.com",210],["wjx.cn",210],["wjx.top",210],["qidian.com",210],["book.zongheng.com",210],["ciweimao.com",210],["wpchen.net",210],["peekme.cc",210],["hongxiu.com",210],["readnovel.com",210],["uslsoftware.com",210],["qiangwaikan.com",210],["invado.pl",210],["news24.jp",210],["blog.csdn.net",210],["whowantstuffs.blogspot.com",210],["unikampus.net",210],["elahmad.com",210],["adpres.ro",210],["uemeds.cn",210],["hollywoodmask.com",210],["cafago.com",210],["picallow.com",210],["magesypro.*",210],["psihologiadeazi.ro",210],["cintateknologi.com",210],["yhocdata.com",210],["cristelageorgescu.ro",210],["bike-parts-sym.com",210],["www-daftarharga.blogspot.com",210],["ukrainashop.com",210],["flinsetyadi.com",210],["koszalincity.pl",210],["aileen-novel.online",210],["bumigemilang.com",221],["bingotingo.com",215],["cafe.naver.com",210],["sekaikomik.live",210],["repack-games.com",210],["celtadigital.com",210],["convenienza.com",210],["panda-novel.com",210],["labs.j-novel.club",221],["turbo1.co",210],["outidesigoto.com",210],["novelpub.com",210],["webnovelpub.com",210],["read.amazon.com",210],["nana-music.com",210],["nullphpscript.com",210],["epitesti.ro",210],["delicateseliterare.ro",210],["bianity.net",210],["csid.ro",210],["bagaglioamano.io",210],["stiridinromania.ro",210],["kooora4lives.net",223],["kooora4livs.com",223],["walkthrough-indo.blogspot.com",210],["jpopsingles.eu",226],["scarysymptoms.com",228],["g37.com.br",210],["rodude.com",210],["terramirabilis.ro",230],["boop.pl",210],["audiologyresearch.org",210],["klartext-ne.de",230],["sqlserveregitimleri.com",210],["habuteru.com",210],["cespun.eu",210],["geeksoncoffee.com",210],["tweakers.net",232],["deezer.com",233],["facebook.com",234],["facebookcorewwwi.onion",234],["facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion",234],["livetennis.it",235],["hindi-gk.com",235],["tinyppt.com",236],["husseinezzat.com",236],["gagetmatome.com",236],["canondrivers.org",236],["pehawe.me",236],["kimkazandi.com",236],["sdewery.me",236],["readawrite.com",236],["poipiku.com",236],["lofter.com",236],["revistasufletului.net",236],["two9success.com",236],["verselemzes.hu",236],["dollarvr.com",236],["newsme.gr",236],["savoriurbane.com",236],["descopera.ro",236],["velicu.eu",237],["panorama.it",236],["arenavalceana.ro",236],["wotlabs.net",239],["droidtekno.com",240],["neobux.com",241],["androidmtk.com",242],["proxfree.com",243],["instagram.com",244],["jobsbotswana.info",245],["yeane.org",245],["answersafrica.com",245],["practicetestgeeks.com",245],["mbahhanif.site",245],["nfltraderumors.co",245],["musixmatch.com",245],["ilturista.info",245],["sigma4pc.com",245],["informagiovani-italia.com",246],["citpekalongan.com",246],["fizyka.org",246],["androidmakale.com",246],["tfp.is",246],["dramacute.*",246],["hitcena.pl",246],["raccontivietati.com",246],["runmods.com",246],["visaonoticias.com",246],["tohkaishimpo.com",246],["raqmedia.com",246],["bolugundem.com",246],["workhouses.org.uk",246],["displayspecifications.com",246],["daily-tohoku.news",246],["joysound.com",247],["gdrivedescarga.com",249],["smartkhabrinews.com",246],["aulete.com.br",251],["mercurynews.com",252],["fanfiction.net",253],["fictionpress.com",253],["athletic.net",254],["myschool-eng.com",256],["orangespotlight.com",256],["isikuota.co.id",256],["katzen-fieber.de",256],["sinau-thewe.com",256],["clujust.ro",256],["kangkimin.com",256],["bloombergquint.com",257],["diffnow.com",258],["askubuntu.com",259],["mathoverflow.net",259],["serverfault.com",259],["stackapps.com",259],["stackexchange.com",259],["superuser.com",259],["quizlet.com",260],["bookbub.com",261],["quora.com",262],["breakingdefense.com",263],["insidesources.com",264],["behance.net",265],["kpopjjang.com",266],["awebstories.com",266],["postcourier.com.pg",267],["fantricks.com",269],["theintercept.com",270],["yoututosjeff.es",271],["autoblog.com",272],["dailymail.co.uk",273],["bigulnews.tv",274],["tepat.id",274],["festival-cannes.com",274],["indiatimes.com",274],["darktranslation.com",274],["hulnews.top",275],["boke112.com",274],["androidacy.com",274],["whoisnovel.com",277],["foreignpolicy.com",279],["chowhound.com",279],["dostfilms.*",280],["kimovil.*",280],["context.reverso.net",281],["hardware.info",282],["enotes.com",283],["digicular.com",284],["tunein.com",285],["ecosia.org",286],["skidrowreloaded.com",287],["myanimelist.net",288],["imaginetricks.com",289],["kurazone.net",290],["www.reddit.com",291],["~reddit.com",292],["techopedia.com",293],["ahzaa.net",294],["apps.jeurissen.co",295],["utaten.com",296],["sbbrisk.com",297],["sbface.com",297],["streamsb.net",297],["camcaps.to",297],["camcaps.io",297],["quotev.com",298],["lectortmo.com",299],["warungkomik.com",300],["livedays.jp",302],["opportunitydesk.org",303],["the-masters-voice.com",305],["kamerabudaya.com",307],["therealdeal.com",308],["healthitsecurity.com",309],["ef.com",310],["selfstudyanthro.com",311],["android1pro.com",313],["gakki.me",315],["tunegate.me",315],["famousintel.com",316],["jnews5.com",316],["tvshowstars.com",316],["eurooptyk.com.pl",316],["celebzcircle.com",318],["sertracen.com.pa",315],["pitesti24.ro",318],["samsungtechwin.com",318],["cours-de-droit.net",318],["iptv4best.com",318],["blogvisaodemercado.pt",318],["kapitalis.com",318],["tiempo.hn",318],["winmeen.com",318],["ibps.in",318],["visse.com.br",318],["javsubtitle.co",318],["learninsta.com",318],["licensekeys.org",318],["mediahiburan.my",318],["tipssehatcantik.com",318],["jbjbgame.com",318],["viatasisanatate.com",318],["ziarulargesul.ro",318],["globaldefensecorp.com",318],["gossipnextdoor.com",318],["coffeeapps.ir",318],["media.framu.world",318],["immobiliaremia.com",318],["colegiosconcertados.info",318],["bigdatauni.com",318],["riwyat.com",318],["rukim.id",318],["visefierbinti.ro",318],["theaircurrent.com",320],["ncert-solutions.com",318],["ncertsolutions.guru",318],["clockks.com",318],["ananda-yoga.ro",318],["poolpiscina.com",318],["infodifesa.it",318],["getective.com",318],["flashdumpfiles.com",318],["formatatmak.com",318],["drkrok.com",318],["alphagirlreviews.com",318],["kitchennovel.com",318],["voxvalachorum.ro",318],["day-hoc.org",318],["onlineonderdelenshop.nl",318],["primicia.com.ve",318],["tech-recipes.com",318],["afrikmag.com",318],["maduras.vip",318],["aprendeinglessila.com",318],["kicknews.today",318],["koalasplayground.com",318],["hellokpop.com",318],["hayatbilgileri.com",320],["moneyexcel.com",318],["placementstore.com",318],["neuroteam-metz.de",318],["codedosa.com",318],["liveyourmaths.com",318],["newspao.gr",318],["ieltsliz.com",318],["programasvirtualespc.net",318],["tempatwisataseru.com",318],["wikiofcelebs.com",318],["jornaljoca.com.br",318],["arcanescans.com",318],["filmzone.com",318],["hiraethtranslation.com",318],["kaystls.site",318],["home.novel-gate.com",318],["plural.jor.br",318],["evreporter.com",316],["sinhasannews.com",318],["viewsofgreece.gr",318],["rozbor-dila.cz",318],["kritichno.bg",318],["csiplearninghub.com",318],["freereadnovel.online",323],["piklodz.pl",323],["secondlifetranslations.com",323],["ferroviando.com.br",323],["counciloflove.com",323],["infokik.com",323],["kulinarnastronamocy.pl",323],["jafekri.com",323],["ezmanga.net",323],["reborntrans.com",323],["truyenbanquyen.com",325],["koltry.life",323],["kolnovel.com",323],["anascrie.ro",328],["guidingliterature.com",328],["cabinetexpert.ro",315],["astoryofmasasstruggles.com",328],["vol.at",330],["lokercirebon.com",331],["loginhit.com.ng",331],["sanspo.com",332],["allocine.fr",333],["duolingo.com",334],["sythe.org",335],["gamegame.kr",336],["extreme-down.*",337],["iwanichi.co.jp",338],["novelasligera.com",339],["geotips.net",339],["video.tv-tokyo.co.jp",340],["aviationweek.com",341],["community.spiceworks.com",342],["malasngeblog.com",343],["datadikdasmen.com",343],["relet365.com",344],["wikibious.com",345],["odoserwis.pl",346],["tileman.io",347],["daimangajiten.com",348],["liga.net",349],["protocol.com",349],["wenku.baidu.com",349],["dreamsfriend.com",350],["mercenaryenrollment.com",350],["xossipy.com",350],["hibiki-radio.jp",351],["dreamstime.com",352],["trakteer.id",353],["8muses.com",354],["katosatoshi.jp",355],["gridcoinstats.eu",356],["chan.sankakucomplex.com",357],["nytimes.com",358],["trucksbook.eu",360],["diariodaregiao.com.br",361],["taufiqhdyt.com",362],["liveroger.com",363],["online2pdf.com",364],["1fichier.com",365],["forum.release-apk.com",366],["fraudnavi.com",367],["elektrikmen.com",368],["kijyomatome-ch.com",369],["teamaretuza.com",370],["hotcleaner.com",371],["enttechub.com",372],["novelism.jp",373],["sportando.basketball",373],["gnt24365.net",374],["cssreference.io",375],["hardcoregames.ca",376],["teamkong.tk",377],["hitproversion.com",379],["techsini.com",379],["operatorsekolahdbn.com",379],["themosvagas.com.br",379],["appd.at",379],["lazytranslations.com",380],["bimiacg.net",381],["appofmirror.com",382],["faloo.com",383],["cheatsquad.gg",384],["janvissersweer.nl",385],["spanishdict.com",386],["outlook.live.com",387],["naaree.com",388],["revouninstaller.com",389],["blogpascher.com",390],["buondua.com",391],["otomobilgunluklerim.com",392],["social-unlock.com",393],["nusantararom.org",394],["mail.tm",395],["northjersey.com",396],["independentmail.com",396],["usatoday.com",396],["curs-valutar-bnr.ro",397],["payskip.org",398],["acupoffrench.com",399],["novelza.com",399],["novelpia.com",400],["projektowanie-wnetrz-online.pl",401],["google.*",402],["oricon.co.jp",403],["cataz.net",404],["coub.com",405],["artstation.com",406],["streamservicehd.click",407],["eplayer.click",407],["olacast.live",407],["allcryptoz.net",408],["crewbase.net",408],["crewus.net",408],["shinbhu.net",408],["shinchu.net",408],["topcryptoz.net",408],["uniqueten.net",408],["ultraten.net",408],["getlatka.com",409],["lamusica.com",410],["airbnb.de",411],["safirsoft.com",412],["anime-drama.jp",413],["cyberkrafttraining.com",413],["thailandopen.org",414],["wormate.io",415],["surreyhillsgrocer.sg",416],["mgsm.pl",417],["pl",418],["substack.com",419],["entra.news",421],["microsoftsecurityinsights.com",421],["ntuplay.xyz",422],["adslink.pw",423],["tv2.no",424],["phimlongtieng.net",425],["zunda.site",426],["dialectsarchive.com",427],["hket.com",428],["genesistls.com",429],["shortform.com",430],["firmwarefile.com",431],["webnovel.com",432],["audiotools.in",433],["7misr4day.com",433],["raindropteamfan.com",433],["ilife97.com",434],["canalnatelinhaonline.blogspot.com",435],["embed.reddit.com",436],["jpost.com",437],["9now.com.au",438],["embibe.com",439],["vidmoly.*",440],["~macaro-ni.jp",441],["seriesperu.com",442],["zelka.org",443],["playertv.net",444],["themeslide.com",445],["daotranslate.*",446],["iptvromania.ro",448],["linkco.re",450],["tuta.com",451],["venturebeat.com",452],["edurev.in",453],["ncrtsolutions.in",454],["appimagehub.com",456],["gnome-look.org",456],["store.kde.org",456],["linux-apps.com",456],["opendesktop.org",456],["pling.com",456],["xfce-look.org",456],["expquebec.com",457],["elsalvadorsurfrealestate.com",458],["photopea.com",459],["marinetraffic.com",460],["romprovider.com",461],["financasdeouro.com",462],["brokensilenze.net",463],["web.telegram.org",464],["groundies.com",465],["pap.pl",466],["espressocafe.ro",466],["lemon8-app.com",466],["zabawkahurtownia.pl",466],["hiphopa.net",466],["all4pets.com.pl",466],["romaniadeazi.biz",466],["streambuddy.net",467],["tv.bdix.app",468],["teachoo.com",469],["classnotes.org.in",468],["topperlearning.com",468],["karsaz-law.com",468],["videocardz.com",468],["partsnl.nl",468],["rds.live",468],["nsfw247.biz",471],["with.is",472],["playingfire.com",473],["unic.com.vn",473],["zigya.com",473],["ipphone-warehouse.com",474],["shaalaa.com",476],["justspices.de",477],["studiestoday.com",478],["pendulumedu.com",479],["indeed.com",480],["techcrunch-com.translate.goog",481],["brooklyneagle.com",482],["techgyd.com",483],["crunchyroll.com",484],["mskmangaz.blogspot.com",485],["myntra.com",486],["abema.tv",487],["esscctv.com",488],["hansa-online.de",489],["volokit2.com",490],["karistudio.com",491],["foxteller.com",492],["blog.tangwudi.com",493],["nihongoaz.com",494],["torontosom.ca",495],["samurai.wordoco.com",496],["ingesantoso.wordpress.com",497],["flightradar24.com",498],["odysee.com",499]]);
33
33
  const hasEntities = true;
34
34
 
35
35
  self.proceduralImports = self.proceduralImports || [];