@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
@@ -438,9 +438,9 @@ class JSONPath {
438
438
  break;
439
439
  }
440
440
  if ( c === 0x5C /* \ */ && (end+1) < len ) {
441
- parts.push(query.slice(beg, end));
442
441
  const d = query.charCodeAt(end+1);
443
- if ( d === targetCharCode || d === 0x5C ) {
442
+ if ( d === targetCharCode ) {
443
+ parts.push(query.slice(beg, end));
444
444
  end += 1;
445
445
  beg = end;
446
446
  }
@@ -403,9 +403,9 @@ class JSONPath {
403
403
  break;
404
404
  }
405
405
  if ( c === 0x5C /* \ */ && (end+1) < len ) {
406
- parts.push(query.slice(beg, end));
407
406
  const d = query.charCodeAt(end+1);
408
- if ( d === targetCharCode || d === 0x5C ) {
407
+ if ( d === targetCharCode ) {
408
+ parts.push(query.slice(beg, end));
409
409
  end += 1;
410
410
  beg = end;
411
411
  }
@@ -72,9 +72,14 @@ function preventFetchFn(
72
72
  const responseProps = {
73
73
  statusText: { value: 'OK' },
74
74
  };
75
+ const responseHeaders = {};
75
76
  if ( /^\{.*\}$/.test(responseType) ) {
76
77
  try {
77
78
  Object.entries(JSON.parse(responseType)).forEach(([ p, v ]) => {
79
+ if ( p === 'headers' && trusted ) {
80
+ Object.assign(responseHeaders, v);
81
+ return;
82
+ }
78
83
  if ( validResponseProps[p] === undefined ) { return; }
79
84
  if ( validResponseProps[p].includes(v) === false ) { return; }
80
85
  responseProps[p] = { value: v };
@@ -127,11 +132,11 @@ function preventFetchFn(
127
132
  }
128
133
  return Promise.resolve(generateContentFn(trusted, responseBody)).then(text => {
129
134
  safe.uboLog(logPrefix, `Prevented with response "${text}"`);
130
- const response = new Response(text, {
131
- headers: {
132
- 'Content-Length': text.length,
133
- }
134
- });
135
+ const headers = Object.assign({}, responseHeaders);
136
+ if ( headers['content-length'] === undefined ) {
137
+ headers['content-length'] = text.length;
138
+ }
139
+ const response = new Response(text, { headers });
135
140
  const props = Object.assign(
136
141
  { url: { value: details.url } },
137
142
  responseProps
@@ -539,8 +539,8 @@ class ArglistParser {
539
539
  /******************************************************************************/
540
540
 
541
541
  const scriptletGlobals = {}; // eslint-disable-line
542
- const argsList = [["RegExp.prototype.test","0","json:'runInPagePush(e){if(this.#fe.inPagePush)return void this.#r.error(\"in-page push zone already loaded on page\");this.#fe.inPagePush=!0;const{zoneId:t,delay:r,maxAds:n,renderPosDesktop:i,renderPosMobile:o,offsetTop:s,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g}=e;let{refreshRate:p}=e;if(!t)throw new Error(\"mandatory zoneId is not provided!\");if(!we(t))throw new Error(\"zoneId is not a string!\");if(void 0!==p&&(!ye(p)||p<0))throw new Error(\"refreshRate is not an integer or is less than zero\");if(void 0!==r&&(!ye(r)||r<0))throw new Error(\"delay is not an integer or is less than zero\");if(void 0!==n&&(!ye(n)||n<1))throw new Error(\"maxAds is not an integer or is less than one\");if(void 0!==i&&!xe(i))throw new Error(\"renderPosDesktop is not valid\");if(void 0!==o&&!xe(o))throw new Error(\"renderPosMobile is not valid\");if(void 0!==s&&(!ye(s)||s<0))throw new Error(\"offsetTop is not an integer or is less than zero\");this.#r.debug(\"loading in-page push on page\"),c?this.#pe.add(u):this.#pe.add(t),void 0!==p&&p>0&&p<10&&(p<5?p*=60:p=30),this.#r.debug(\"ipp rr set to\",p);const v={zoneId:t,refreshRate:p??60,delay:r??0,maxAds:n??1,renderPosDesktop:i??\"top\",renderPosMobile:o??\"top\",offsetTop:s??0,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g,adserverDomain:this.#v,adblockSettings:this.#s,adcashGlobalName:this.#xe,isLoadedAsPartOfLibrary:!1,uniqueFingerprint:this.#C};if(this.#Ce.InPagePush)return v.isLoadedAsPartOfLibrary=!0,void new this.#Ce.InPagePush(v);if(window.InPagePush)new window.InPagePush(v);else{const e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=`${window.location.protocol}//${this.#he}/script/inpagepush.js`,e.setAttribute(\"nipp\",\"1\"),e.onload=()=>{new window.InPagePush(v)},e.onerror=()=>{this.#r.error(`failed loading ${e.src}`)},document.head.appendChild(e)}}'","condition","/^\\( \\) => \\(runInterstitial/"],["String.prototype.slice","1","1","condition","/^23$/"],["String.prototype.includes","0","runPop(e){const{zoneId:t,delay:r,targetElementsCssSelector:n,triggerOnTargetElementsClick:i,targetCountries:o,triggerOnTargetCountries:s,sub1:a,sub2:c,publisherUrl:u,storeUrl:l,c1:d,c2:h,c3:f,pubHash:g,pubClickId:p,pubValue:v,fallbackOn:b,isAutoTag:m,collectiveZoneId:y,aggressivity:w,recordPageView:x,linkedZoneId:k,abTest:A,tagVersionSuffix:C}=e;if(!t)throw new Error(\"mandatory zoneId is not provided!\");if(!we(t))throw new Error(\"zoneId is not a string!\");if(void 0!==r&&(!ye(r)||r<0))throw new Error(\"delay is not an integer or is less than zero\");if(void 0!==n){if(!we(n))throw new Error(\"targetElementsCssSelector is not a string\");if(!(e=>{try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0})(n))throw new Error(\"targetElementsCssSelector is not a valid css selector\");if(!me(i))throw new Error(\"triggerOnTargetElementsClick is not a boolean\")}if(void 0!==o){if(!(e=>{if(!pe()(e))return!1;if(0===e.length)return!1;for(let t=0;t<e.length;t++)if(\"string\"!=typeof e[t]||!/^[A-Z]{2}$/.test(e[t]))return!1;return!0})(o))throw new Error(\"targetCountries is not valid\");if(!me(s))throw new Error(\"triggerOnTargetCountries is not a boolean\")}if(this.#ve.has(t))return void this.#r.error(`zoneId ${t} already loaded`);this.#ve.add(t);const T={adcashGlobalName:this.#xe,zoneId:t,windowOpenTimeout:100,delay:r,targetElementsCssSelector:n,triggerOnTargetElementsClick:i,targetCountries:o,triggerOnTargetCountries:s,adserverDomain:this.#v,adblockSettings:this.#s,uniqueFingerprint:this.#C,sub1:a,sub2:c,publisherUrl:u,storeUrl:l,c1:d,c2:h,c3:f,pubHash:g,pubClickId:p,pubValue:v,fallbackOn:b,isAutoTag:m,collectiveZoneId:y,aggressivity:w,recordPageView:x,linkedZoneId:k,abTest:A,tagVersionSuffix:C};if(this.#Ce.PopUnder)return T.isLoadedAsPartOfLibrary=!0,void new this.#Ce.PopUnder(T);if(this.#fe.pop||this.#be){if(window.PopUnder)return this.#pe.add(T.zoneId),void new PopUnder(T);const e=S()((()=>{window.PopUnder&&(this.#pe.add(T.zoneId),new PopUnder(T),clearInterval(e))}),100)}else{this.#r.debug(\"loading suv5 script on page\"),this.#be=!0;const e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=`${location.protocol}//${this.#he}/script/suv5.js`,e.onload=()=>{this.#fe.pop=!0,this.#be=!1,m?this.#pe.add(y):this.#pe.add(T.zoneId),new PopUnder(T)},e.onerror=()=>{this.#fe.pop=!1,this.#be=!1,this.#r.error(`failed loading ${e.src}`)},document.head.appendChild(e)}}","condition","/^function\\(\\)\\{ throw ''; \\}$/"],["String.prototype.includes","0","json:''","condition","function runAutoTag() { [native code] }"],["String.prototype.indexOf","0","json:''","condition","function runAutoTag() { [native code] }"],["String.prototype.split","0","json:''","condition","function runAutoTag() { [native code] }"],["decodeURIComponent","0","","condition","script.innerHTML"],["Math.round","0","121","condition","/^(\\d\\d?|1[0-2]\\d)\\.\\d+$/"],["String.prototype.includes","0","json:\"gecmisi\"","condition","googleads"],["String.prototype.includes","0","json:\"googleads\"","condition","gecmisi"],["String.prototype.includes","0","","condition","/Copyright|doubleclick$/"],["document.querySelector","0","{\"value\": \".ad-placement-interstitial\"}","condition",".easyAdsBox"],["Object.defineProperty","1","json:\"_adsEnabled\"","condition","_adsDisabled"],["JSON.parse","0","repl:/\"adBlockWallEnabled\":true/\"adBlockWallEnabled\":false/","condition","adBlockWallEnabled"],["getComputedStyle","0","body","condition","getComputedStyle"],["HTMLScriptElement.prototype.setAttribute","1","{\"value\": \"(function(){let link=document.createElement('link');link.rel='stylesheet';link.href='//image.ygosu.com/style/main.css';document.head.appendChild(link)})()\"}","condition","error-report"],["HTMLScriptElement.prototype.setAttribute","1","{\"value\": \"(function(){let link=document.createElement('link');link.rel='stylesheet';link.href='https://loawa.com/assets/css/loawa.min.css';document.head.appendChild(link)})()\"}","condition","error-report"],["HTMLScriptElement.prototype.setAttribute","1","","condition","error-report"],["document.getElementById","0","json:\"Blog1\"","condition","ad-top"],["document.querySelector","0","noopFunc","condition","adblock"],["document.addEventListener","0","json:\"click\"","condition","visibilitychange"],["Array.prototype.find","0","undefined","condition","affinity-qi"],["document.getElementById","0","null","condition","adsense-container"],["document.getElementById","0","null","condition","modal"],["document.querySelector","0","json:\"body\"","condition",".ad-zone"],["document.querySelectorAll","0","json:\"body\"","condition",".adsbygoogle:not(.adsbygoogle-noablate)"],["document.querySelectorAll","0","json:\"img\"","condition","iframe"],["document.querySelectorAll","0","json:\"#app-root\"","condition","google_ads_iframe"],["RegExp.prototype.test","0","repl:/\\.mp4$/.mp3/","condition",".mp4"],["HTMLAnchorElement.prototype.getAttribute","0","json:\"class\"","condition","data-direct-ad"],["history.replaceState","2","''","condition","?orgRef"]];
543
- const hostnamesMap = new Map([["japscan.*",[0,1,2,3,4,5]],["cdn.gledaitv.*",6],["pvpoke-re.com",7],["gecmisi.com.tr",[8,9,25,26]],["global.novelpia.com",10],["purepeople.com",11],["damndelicious.net",12],["bild.de",13],["imagereviser.com",14],["ygosu.com",15],["bamgosu.site",15],["loawa.com",16],["buzzfeed.com",17],["buzzfeednews.com",17],["cults3d.com",17],["genialetricks.de",17],["leckerschmecker.me",17],["moin.de",17],["newatlas.com",17],["picrew.me",17],["popdaily.com.tw",17],["winfuture.de",17],["download.kingtecnologia.com",18],["autosport.com",19],["motorsport.com",19],["motorsport.uol.com.br",19],["empire-anime.*",20],["empire-streaming.*",20],["empire-anime.com",20],["empire-streamz.fr",20],["empire-stream.*",20],["startpage.com",21],["copyseeker.net",22],["zonebourse.com",23],["scimagojr.com",24],["wired.com",27],["mega.nz",28],["slant.co",29],["www.lenovo.com",30]]);
542
+ const argsList = [["decodeURIComponent","0","","condition","script.innerHTML"],["Math.round","0","121","condition","/^(\\d\\d?|1[0-2]\\d)\\.\\d+$/"],["String.prototype.includes","0","json:\"gecmisi\"","condition","googleads"],["String.prototype.includes","0","json:\"googleads\"","condition","gecmisi"],["String.prototype.includes","0","","condition","/Copyright|doubleclick$/"],["Headers.prototype.get","0","json:\"content-type\"","condition","cache-control"],["Headers.prototype.has","0","json:\"content-type\"","condition","cache-control"],["document.querySelector","0","{\"value\": \".ad-placement-interstitial\"}","condition",".easyAdsBox"],["Object.defineProperty","1","json:\"_adsEnabled\"","condition","_adsDisabled"],["JSON.parse","0","repl:/\"adBlockWallEnabled\":true/\"adBlockWallEnabled\":false/","condition","adBlockWallEnabled"],["getComputedStyle","0","body","condition","getComputedStyle"],["HTMLScriptElement.prototype.setAttribute","1","{\"value\": \"(function(){let link=document.createElement('link');link.rel='stylesheet';link.href='//image.ygosu.com/style/main.css';document.head.appendChild(link)})()\"}","condition","error-report"],["HTMLScriptElement.prototype.setAttribute","1","{\"value\": \"(function(){let link=document.createElement('link');link.rel='stylesheet';link.href='https://loawa.com/assets/css/loawa.min.css';document.head.appendChild(link)})()\"}","condition","error-report"],["HTMLScriptElement.prototype.setAttribute","1","","condition","error-report"],["document.getElementById","0","json:\"Blog1\"","condition","ad-top"],["document.querySelector","0","noopFunc","condition","adblock"],["document.addEventListener","0","json:\"click\"","condition","visibilitychange"],["Array.prototype.find","0","undefined","condition","affinity-qi"],["document.getElementById","0","null","condition","adsense-container"],["document.getElementById","0","null","condition","modal"],["document.querySelector","0","json:\"body\"","condition",".ad-zone"],["document.querySelectorAll","0","json:\"body\"","condition",".adsbygoogle:not(.adsbygoogle-noablate)"],["document.querySelectorAll","0","json:\"img\"","condition","iframe"],["document.querySelectorAll","0","json:\"#app-root\"","condition","google_ads_iframe"],["RegExp.prototype.test","0","repl:/\\.mp4$/.mp3/","condition",".mp4"],["HTMLAnchorElement.prototype.getAttribute","0","json:\"class\"","condition","data-direct-ad"],["history.replaceState","2","''","condition","?orgRef"]];
543
+ const hostnamesMap = new Map([["cdn.gledaitv.*",0],["pvpoke-re.com",1],["gecmisi.com.tr",[2,3,21,22]],["global.novelpia.com",4],["omuzaani.me",[5,6]],["purepeople.com",7],["damndelicious.net",8],["bild.de",9],["imagereviser.com",10],["ygosu.com",11],["bamgosu.site",11],["loawa.com",12],["buzzfeed.com",13],["buzzfeednews.com",13],["cults3d.com",13],["dnevnik.hr",13],["genialetricks.de",13],["leckerschmecker.me",13],["moin.de",13],["newatlas.com",13],["picrew.me",13],["popdaily.com.tw",13],["winfuture.de",13],["download.kingtecnologia.com",14],["autosport.com",15],["motorsport.com",15],["motorsport.uol.com.br",15],["empire-anime.*",16],["empire-streaming.*",16],["empire-anime.com",16],["empire-streamz.fr",16],["empire-stream.*",16],["startpage.com",17],["copyseeker.net",18],["zonebourse.com",19],["scimagojr.com",20],["wired.com",23],["mega.nz",24],["slant.co",25],["www.lenovo.com",26]]);
544
544
  const exceptionsMap = new Map([]);
545
545
  const hasEntities = true;
546
546
  const hasAncestors = false;
@@ -369,8 +369,8 @@ function safeSelf() {
369
369
  /******************************************************************************/
370
370
 
371
371
  const scriptletGlobals = {}; // eslint-disable-line
372
- const argsList = [["script","(function serverContract()","(()=>{if(\"YOUTUBE_PREMIUM_LOGO\"===ytInitialData?.topbar?.desktopTopbarRenderer?.logo?.topbarLogoRenderer?.iconImage?.iconType||location.href.startsWith(\"https://www.youtube.com/tv#/\")||location.href.startsWith(\"https://www.youtube.com/embed/\"))return;document.addEventListener(\"DOMContentLoaded\",(function(){const t=()=>{const t=document.getElementById(\"movie_player\");if(!t)return;if(!t.getStatsForNerds?.()?.debug_info?.startsWith?.(\"SSAP, AD\"))return;const e=t.getProgressState?.();e&&e.duration>0&&(e.loaded<e.duration||e.duration-e.current>1)&&t.seekTo?.(e.duration)};t(),new MutationObserver((()=>{t()})).observe(document,{childList:!0,subtree:!0})}));const t={apply:(t,e,r)=>{const o=r[0];return\"function\"==typeof o&&o.toString().includes(\"onAbnormalityDetected\")&&(r[0]=function(){}),Reflect.apply(t,e,r)}};window.Promise.prototype.then=new Proxy(window.Promise.prototype.then,t);const e={apply:(t,e,r)=>{r[0]&&\"object\"==typeof r[0]&&(!r[0].attestationRequest&&r[0]?.playbackContext?.contentPlaybackContext?.currentUrl?.startsWith?.(\"/watch?\")?r[0].params&&!r[0].params.startsWith(\"yAEB\")?r[0].params=\"yAEB\"+r[0].params:r[0].params||=\"yAEB\":r[0].playerRequest?.playbackContext?.contentPlaybackContext?.currentUrl?.startsWith?.(\"/watch?\")&&(r[0].playerRequest.params&&!r[0].playerRequest.params.startsWith(\"yAEB\")?r[0].playerRequest.params=\"yAEB\"+r[0].playerRequest.params:r[0].playerRequest.params||=\"yAEB\"));const o=document.getElementById(\"player-error-message-container\");if(o){const t=window.location.search,e=new URLSearchParams(t).get(\"v\"),r=new URLSearchParams(t).get(\"t\")??0;e&&(o.remove(),document.getElementById(\"error-screen\").remove(),document.getElementById(\"movie_player\").loadVideoById(e,parseInt(r,10)))}return Reflect.apply(t,e,r)}};window.JSON.stringify=new Proxy(window.JSON.stringify,e)})();(function serverContract()","sedCount","1"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); localStorage.setItem(\"tuna\", \"dW5kZWZpbmVk\"); localStorage.setItem(\"sausage\", \"ZmFsc2U=\"); window.setTimeout(function(){fuckYouUblockAndJobcenterTycoon(false)},200);"],["script","_w.keyMap=","(()=>{const e={apply:(e,t,n)=>{let o=Reflect.apply(e,t,n);return o instanceof HTMLIFrameElement&&!o.src&&o.contentWindow&&(o.contentWindow.document.body.getElementsByTagName=window.document.body.getElementsByTagName,o.contentWindow.MutationObserver=void 0),o}};HTMLBodyElement.prototype.appendChild=new Proxy(HTMLBodyElement.prototype.appendChild,e);const t={apply:(e,t,n)=>(t instanceof HTMLLIElement&&\"b_algo\"===t?.classList?.value&&\"a\"===n?.[0]&&setTimeout((()=>{t.style.display=\"none\"}),100),Reflect.apply(e,t,n))};HTMLBodyElement.prototype.getElementsByTagName=new Proxy(HTMLBodyElement.prototype.getElementsByTagName,t)})();_w.keyMap="],["script","//tele();","telek3();"],["script","/!\\(Object\\.values.*?return false;/g"],["script","/[a-z]+\\(\\) &&/","!0&&"],["script","/googletag.*?enableServices\\(\\)\\;/s"],["script","/googletag\\.pubads\\(\\).*rewardedSlot\\)\\;\\s+\\}\\)\\;/s"],["script","(function($)","(function(){const a=document.createElement(\"div\");document.documentElement.appendChild(a),setTimeout(()=>{a&&a.remove()},100)})(); (function($)"],["script","/window\\.dataLayer.+?(location\\.replace\\(\\S+?\\)).*/","$1"],["script","WB.defer","window.wbads={public:{getDailymotionAdsParamsForScript:function(a,b){b(\"\")},setTargetingOnPosition:function(a,b){return}}};WB.defer","condition","wbads.public.setTargetingOnPosition"],["script","var ISMLIB","!function(){const o={apply:(o,n,r)=>(new Error).stack.includes(\"refreshad\")?0:Reflect.apply(o,n,r)};window.Math.floor=new Proxy(window.Math.floor,o)}();var ISMLIB"],["script","gtag != null","false"],["script","\"adBlockWallEnabled\":true","\"adBlockWallEnabled\":false"],["script","/vastURL:.*?',/","vastURL: '',"],["script","/url:.*?',/","url: '',"],["script","/\\$.*embed.*.appendTo.*;/","","condition","appendTo"],["script","setInterval"],["script","/'globalConfig':.*?\",\\s};var exportz/s","};var exportz"],["script","/\\\"homad\\\",/"],["script","/\\\"homad\\\":\\{\\\"state\\\":\\\"enabled\\\"\\}/","\"homad\":{\"state\":\"disabled\"}"],["script","useAdBlockDefend: true","useAdBlockDefend: false"],["script","/if \\([a-z0-9]{10} === [a-z0-9]{10}/","if(true"],["script","/false;/gm","true;","condition","isSubscribed"],["script","('t_modal')","('go_d2')"],["script","/window\\.location\\.href\\s*=\\s*\"intent:\\/\\/([^#]+)#Intent;[^\"]*\"/gm","window.location.href = \"https://$1\""],["script","Android/","false/","stay","1"],["script","alert","false"],["script","2000","10"],["script","/\\d{2}00/gms","10","condition","/timer|count|getElementById/gms"],["script","/^window\\.location\\.href.*\\'$/gms","","condition","buoy"],["script","/1000|100|6|30|40/gm","1","condition","/timerSeconds|counter/"],["script","getlink.removeClass('hidden');","gotolink.removeClass('hidden');"],["script","stopCountdown();","resumeCountdown();"],["script","/initialTimeSeconds = \\d+/","initialTimeSeconds = 7"],["script","/10|20/","0","condition","/countdownSeconds|wpsafelinkCount/"],["script","/1000|1700|5000/gm","10","condition","/countdownSeconds|wpsafelinkCount/"],["script","/^([^{])/","document.addEventListener('DOMContentLoaded',()=>{const i=document.createElement('iframe');i.style='height:0;width:0;border:0';i.id='aswift_0';document.body.appendChild(i);i.focus();const f=document.createElement('div');f.id='9JJFp';document.body.appendChild(f);});$1","sedCount","2"],["script","/window\\.location.*?;/"],["script","typeof cdo == 'undefined' || document.querySelector('div.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox') == undefined","false"],["script","/window\\.location\\.href='.*';/","","condition","openLink"],["script","'IFRAME'","'BODY'"],["script","timeLeft = duration","timeLeft = 1"],["script",";return;","","condition","_0x"],["script","/return Array[^;]+/","return true"],["script","return!![]","return![]"],["script","/\\d{4}/gm","10","condition","count"],["script","/getElementById\\('.*'\\).*'block';/gm","getElementById('btn6').style.display = 'block';","condition","count"],["script","3000)","10)"],["script","isadblock = 1;","isadblock = 0;"],["script","\"#sdl\"","\"#dln\""],["script","event.message);","event.message); /*start*/ !function(){\"use strict\";let t={log:window.console.log.bind(console),getPropertyValue:CSSStyleDeclaration.prototype.getPropertyValue,setAttribute:Element.prototype.setAttribute,getAttribute:Element.prototype.getAttribute,appendChild:Element.prototype.appendChild,remove:Element.prototype.remove,cloneNode:Element.prototype.cloneNode,Element_attributes:Object.getOwnPropertyDescriptor(Element.prototype,\"attributes\").get,Array_splice:Array.prototype.splice,Array_join:Array.prototype.join,createElement:document.createElement,getComputedStyle:window.getComputedStyle,Reflect:Reflect,Proxy:Proxy,crypto:window.crypto,Uint8Array:Uint8Array,Object_defineProperty:Object.defineProperty.bind(Object),Object_getOwnPropertyDescriptor:Object.getOwnPropertyDescriptor.bind(Object),String_replace:String.prototype.replace},e=t.crypto.getRandomValues.bind(t.crypto),r=function(e,r,l){return\"toString\"===r?e.toString.bind(e):t.Reflect.get(e,r,l)},l=function(r){let o=function(t){return t.toString(16).padStart(2,\"0\")},p=new t.Uint8Array((r||40)/2);e(p);let n=t.String_replace.call(t.Array_join.call(Array.from(p,o),\"\"),/^\\d+/g,\"\");return n.length<3?l(r):n},o=l(15);window.MutationObserver=new t.Proxy(window.MutationObserver,{construct:function(e,r){let l=r[0],p=function(e,r){for(let p=e.length,n=p-1;n>=0;--n){let c=e[n];if(\"childList\"===c.type&&c.addedNodes.length>0){let i=c.addedNodes;for(let a=0,y=i.length;a<y;++a){let u=i[a];if(u.localName===o){t.Array_splice.call(e,n,1);break}}}}0!==e.length&&l(e,r)};r[0]=p;let n=t.Reflect.construct(e,r);return n},get:r}),window.getComputedStyle=new t.Proxy(window.getComputedStyle,{apply(e,l,p){let n=t.Reflect.apply(e,l,p);if(\"none\"===t.getPropertyValue.call(n,\"clip-path\"))return n;let c=p[0],i=t.createElement.call(document,o);t.setAttribute.call(i,\"class\",t.getAttribute.call(c,\"class\")),t.setAttribute.call(i,\"id\",t.getAttribute.call(c,\"id\")),t.setAttribute.call(i,\"style\",t.getAttribute.call(c,\"style\")),t.appendChild.call(document.body,i);let a=t.getPropertyValue.call(t.getComputedStyle.call(window,i),\"clip-path\");return t.remove.call(i),t.Object_defineProperty(n,\"clipPath\",{get:(()=>a).bind(null)}),n.getPropertyValue=new t.Proxy(n.getPropertyValue,{apply:(e,r,l)=>\"clip-path\"!==l[0]?t.Reflect.apply(e,r,l):a,get:r}),n},get:r})}(); document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/"],["script","/\\.cloudfront\\.net|window\\.open/g","false"],["script","/element\\.contains\\(document\\.activeElement\\)|document\\.hidden && !timeCounted/g","true"],["script","!seen && ad","false"],["script","window.location.href","temp","includes","linkToOpen"],["script","(isAdsenseBlocked)","(false)"],["script","/#Intent.*?end/"],["script","intent","https"],["script","!isAdTriggered","false"],["script","900","100"],["script","3000","10","condition","getElementById"],["script","/.*adConfig.*frequency_period.*/","(async () => {const a=location.href;if(!a.includes(\"/download?link=\"))return;const b=new URL(a),c=b.searchParams.get(\"link\");try{location.assign(`${location.protocol}//${c}`)}catch(a){}} )();"],["script","a.onerror","xxx"],["script","break;case $."],["script","/^/","(()=>{window.admiral=function(d,a,b){if(\"function\"==typeof b)try{b({})}catch(a){}}})();","sedCount","1"],["script","window.googletag =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/common/css/etoday.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.googletag ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css_renew/pc/common.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","_paq.push","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css/pc/ecn_common.min.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/_paq.push"],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/wp-content/themes/hts_v2/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/_css/css.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","var _paq =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/Content/css/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var _paq =","sedCount","1"],["script","var localize =","/*start*/(function(){document.querySelectorAll(\"script[wp-data]\").forEach(element=>{const html=new DOMParser().parseFromString(atob(element.getAttribute(\"wp-data\")),\"text/html\");html.querySelectorAll(\"link:not([as])\").forEach(linkEl=>{element.after(linkEl)});element.parentElement.removeChild(element);})})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var localize =","sedCount","1"],["script","/^.+/gms","!function(){var e=Object.getOwnPropertyDescriptor(Element.prototype,\"innerHTML\").set;Object.defineProperty(Element.prototype,\"innerHTML\",{set:function(t){return t.includes(\"html-load.com\")?e.call(this,\"\"):e.call(this,t)}})}();","condition","html-load.com"],["script","(isNoAds)","(true)"],["script","/openNewTab\\(\".*?\"\\)/g","null"],["script","let playerType","window.addEventListener(\"load\",()=>{if(typeof playMovie===\"function\"){playMovie()}});let playerType"],["script","window.lazyLoadOptions =","if(typeof ilk_part_getir===\"function\"){ilk_part_getir()}window.lazyLoadOptions =","sedCount","1"],["script","popactive","nopop"],["script","/manageAds\\(video_urls\\[activeItem\\], video_seconds\\[activeItem\\], ad_urls\\[activeItem],true\\);/","playVideo();","condition","playAdd"],["script","skipButton.innerText !==","\"\" ==="],["script","var controlBar =","skipButton.click();var controlBar =","sedCount","1"],["script","await runPreRollAds();"],["script","vastTag","v"],["script","/protect_block.*?,/"],["script","/window.open.*/gms","window.open(url, \"_self\");}"],["script","/window\\.location\\.href.*?;/"],["script","/\\(window\\.show[^\\)]+\\)/","(true)","condition","classList.add"],["script","(isAdblock)","(false)"],["style","visibility: visible !important;","display: none !important;"],["script","currentTime = 1500 * 2","currentTime = 0"],["script","/^.+/s","navigator.serviceWorker.getRegistrations().then((registrations=>{for(const registration of registrations){if(registration.scope.includes(\"streamingcommunity.computer\")){registration.unregister()}}}));","condition","swDidInit"],["script","\"adsDisabled\":false","\"adsDisabled\":true"],["style","::after{content:\" \";display:table;box-sizing:border-box}","{display: none !important;}","condition","text-decoration:none;vertical-align:middle"],["script","?30:0","?0:0"],["script","({});","({}); function showHideElements(t,e){$(t).hide(),$(e).show()}function disableBtnclc(){let t=document.querySelector(\".submit-captcha\");t.disabled=!0,t.innerHTML=\"Loading...\"}function refreshButton(){$(\".refresh-capthca-btn\").addClass(\"disabled\")}function copyInput(){let t=document.querySelectorAll(\".copy-input\");t.forEach(t=>{navigator.clipboard.writeText(t.value)}),Materialize.toast(\"Copied!\",2e3)}function imgOnError(){$(\".ua-check\").html(window.atob(\"PGRpdiBjbGFzcz0idGV4dC1kYW5nZXIgZm9udC13ZWlnaHQtYm9sZCBoNSBtdC0xIj5DYXB0Y2hhIGltYWdlIGZhaWxlZCB0byBsb2FkLjxicj48YSBvbmNsaWNrPSJsb2NhdGlvbi5yZWxvYWQoKSIgc3R5bGU9ImNvbG9yOiM2MjcwZGE7Y3Vyc29yOnBvaW50ZXIiIGNsYXNzPSJ0ZXh0LWRlY29yYXRpb25lLW5vbmUiPlBsZWFzZSByZWZyZXNoIHRoZSBwYWdlLiA8aSBjbGFzcz0iZmEgZmEtcmVmcmVzaCI+PC9pPjwvYT48L2Rpdj4=\"))}$(window).on(\"load\",function(){$(\"body\").addClass(\"loaded\")}),window.history.replaceState&&window.history.replaceState(null,null,window.location.href),$(\".remove-spaces\").on(\"input\",function(){this.value=this.value.replace(/\\s/g,\"\")}),$(document).on(\"click\",\"#toast-container .toast\",function(){$(this).fadeOut(function(){$(this).remove()})}),$(\".tktemizle\").on(\"input propertychange\",function(){let t=$(this).val().match(\"access_token=(.*?)&\");t&&$(\".tktemizle\").val(t[1])}),$(document).ready(function(){let t=[{button:$(\".t-followers-button\"),menu:$(\".t-followers-menu\")},{button:$(\".t-hearts-button\"),menu:$(\".t-hearts-menu\")},{button:$(\".t-chearts-button\"),menu:$(\".t-chearts-menu\")},{button:$(\".t-views-button\"),menu:$(\".t-views-menu\")},{button:$(\".t-shares-button\"),menu:$(\".t-shares-menu\")},{button:$(\".t-favorites-button\"),menu:$(\".t-favorites-menu\")},{button:$(\".t-livestream-button\"),menu:$(\".t-livestream-menu\")},{button:$(\".ig-followers-button\"),menu:$(\".ig-followers-menu\")},{button:$(\".ig-likes-button\"),menu:$(\".ig-likes-menu\")}];$.each(t,function(t,e){e.button.click(function(){$(\".colsmenu\").addClass(\"nonec\"),e.menu.removeClass(\"nonec\")})})});"],["script","/devtoolsDetector\\.launch\\(\\)\\;/"],["script","//$('#btn_download').click();","$('#btn_download').click();","sedCount","1"],["script","/reymit_ads_for_categories\\.length>0|reymit_ads_for_streams\\.length>0/g","false"],["script","/data: \\[.*\\],/","data: [],","condition","ads_num"],["script","/for\\s*\\(\\s*(const|let|var).*?\\)\\;return\\;\\}_/g","_","condition","attribute"],["script","adv_","","condition","flashvars"],["script","/if \\(api && url\\).+/s","window.location.href = url","condition","quick-link"],["script","= getSetTimeout()","= function newTimeout(func, timer) {func()}"],["script","IFRAME","BODY"],["script","(hasBlocker)","(false)"],["P","/\\.[^.]+(1Password password manager|download 1Password)[^.]+/"],["script","startTime: '5'","startTime: '0'"],["script","/(function downloadHD\\(obj\\) {)[\\s\\S]*?(datahref.*)[\\s\\S]*?(window.location.href = datahref;)[\\s\\S]*/","$1$2$3}"],["script","buton.setAttribute","location.href=urldes;buton.setAttribute"],["script","clickCount === numberOfAdsBeforeCopy","numberOfAdsBeforeCopy >= clickCount"],["script","/if\\(.&&.\\.target\\)/","if(false)"],["script","document.getElementById('choralplayer_reference_script')","!document.getElementById('choralplayer_reference_script')"],["script","(document.hasFocus())","(false)"],["script","popunder","","condition","popunder","stay","1"],["script","(adEnable)","(true)"],["script","(download_click == false)","(false)"],["script","\"}};","\"}}; jQuery(document).ready(function(t){let e=document.createElement(\"link\");e.setAttribute(\"rel\",\"stylesheet\"),e.setAttribute(\"media\",\"all\"),e.setAttribute(\"href\",\"https://dragontea.ink/wp-content/cache/autoptimize/css/autoptimize_5bd1c33b717b78702e18c3923e8fa4f0.css\"),document.head.appendChild(e),t(\".dmpvazRKNzBib1IxNjh0T0cwUUUxekEyY3F6Wm5QYzJDWGZqdXFnRzZ0TT0nuobc\").parent().prev().prev().prev();var a=1,n=16,r=11,i=\"08\",g=\"\",c=\"\",d=0,o=2,p=3,s=0,h=100;s++,s*=2,h/=2,h/=2;var $=3,u=20;function b(){let e=t(\".entry-header.header\"),a=parseInt(e.attr(\"data-id\"));return a}function m(t,e,a,n,r){return CryptoJSAesJson.decrypt(t,e+a+n+r)}function f(t,e){return CryptoJSAesJson.decrypt(t,e)}function l(t,e){return parseInt(t.toString()+e.toString())}function k(t,e,a){return t.toString()+e.toString()+a.toString()}$*=2,u=u-2-2,i=\"03\",o++,r++,n=n/4-2,a++,a*=4,n++,n++,n++,a-=5,r++,i=\"07\",t(\".reading-content .page-break img\").each(function(){var e,g=t(this),c=f(g.attr(\"id\").toString(),(e=parseInt((b()+l(r,i))*a-t(\".reading-content .page-break img\").length),e=l(2*n+1,e)).toString());g.attr(\"id\",c)}),r=0,n=0,a=0,i=0,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=parseInt(e.attr(\"id\").replace(/image-(\\d+)[a-z]+/i,\"$1\"));t(\".reading-content .page-break\").eq(a).append(e)}),t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"id\");g+=e.substr(-1),t(this).attr(\"id\",e.slice(0,-1))}),d++,$++,$++,u/=4,u*=2,o*=2,p-=3,p++,t(\".reading-content .page-break img\").each(function(){var e,a=t(this),n=f(a.attr(\"dta\").toString(),(e=parseInt((b()+l($,u))*(2*d)-t(\".reading-content .page-break img\").length-(4*d+1)),e=k(2*o+p+p+1,g,e)).toString());a.attr(\"dta\",n)}),d=0,$=0,u=0,o=0,p=0,t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"dta\").substr(-2);c+=e,t(this).removeAttr(\"dta\")}),s*=s,s++,h-=25,h++,h++,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=f(e.attr(\"data-src\").toString(),(b(),k(b()+4*s,c,t(\".reading-content .page-break img\").length*(2*h))).toString());e.attr(\"data-src\",a)}),s=0,h=0,t(\".reading-content .page-break img\").each(function(){t(this).addClass(\"wp-manga-chapter-img img-responsive lazyload effect-fade\")}),_0xabe6x4d=!0});"],["script","scri12pts && ifra2mes && coo1kies","true"],["script","(scri12pts && ifra2mes)","(true)"],["script","/catch[\\s\\S]*?}/","","condition","fetch"],["script","/(function playVideo\\(\\) \\{[\\s\\S]*?\\.remove\\(\\);[\\s\\S]*?\\})/","$1 playVideo();"],["script","video_urls.length != activeItem","!1"],["script","var _Hasync","jfun_show_TV();var _Hasync"],["script","window._taboola =","(()=>{const e={apply:(e,o,l)=>o.closest(\"body > video[src^=\\\"blob:\\\"]\")===o?Promise.resolve(!0):Reflect.apply(e,o,l)};HTMLVideoElement.prototype.play=new Proxy(HTMLVideoElement.prototype.play,e)})();window._taboola ="],["script","/window.open.*;/"],["script","!seen","false"],["script","/if.*Disable.*?;/g","","condition","blocker"],["script","this.ads.length > this.ads_start","1==2"],["script","/\\$\\(['\"]\\.play-overlay['\"]\\)\\.click.+/s","document.getElementById(\"mainvideo\").src=srclink;player.currentTrack=0;})})","condition","srclink"],["script","const ad_slot_","(()=>{window.addEventListener(\"load\",(()=>{document.querySelectorAll(\"ins.adsbygoogle\").forEach((element=>element.dataset.adsbygoogleStatus=\"done\"))}))})();const ad_slot_","sedCount","1"],["script","window.dataLayer =","(()=>{const time=parseInt(document.querySelector(\"meta[http-equiv=\\\"refresh\\\"]\").content.split(\";\")[0])*1000+1000;setTimeout(()=>{document.body.innerHTML=document.body.innerHTML},time)})();window.dataLayer =","sedCount","1"],["script","(self.__next_f=","[\"timeupdate\",\"durationchange\",\"ended\",\"enterpictureinpicture\",\"leavepictureinpicture\",\"loadeddata\",\"loadedmetadata\",\"loadstart\",\"pause\",\"play\",\"playing\",\"ratechange\",\"resize\",\"seeked\",\"seeking\",\"suspend\",\"volumechange\",\"waiting\"].forEach((e=>{window.addEventListener(e,(()=>{const e=document.getElementById(\"player\"),t=document.querySelector(\".plyr__time\");e.src.startsWith(\"https://i.imgur.com\")&&\"none\"===window.getComputedStyle(t).display&&(e.src=\"https://cdn.plyr.io/static/blank.mp4\",e.paused&&e.plyr.play())}))}));(self.__next_f=","sedCount","1"],["script","/ function [a-zA-Z]{1,2}\\([a-zA-Z]{1,2},[a-zA-Z]{1,2}\\).*?\\(\\)\\{return [a-zA-Z]{1,2}\\;\\}\\;return [a-zA-Z]{1,2}\\(\\)\\;\\}/"],["script","/\\}\\)\\;\\s+\\(function\\(\\)\\{var .*?\\)\\;\\}\\)\\(\\)\\;\\s+\\$\\(\\\"\\#reportChapte/","}); $(\"#reportChapte"],["style","{height:370px;}","{height:70px;}"],["script","vid.vast","//vid.vast"],["script","/(function reklamla\\([^)]+\\) {)/","$1rekgecyen(0);"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); window.setTimeout(function(){blockPing()},200);"],["script","window.navigator.brave","undefined"],["script","popunder","p"],["script","preroll_timer_current == 0 && preroll_player_called == false","true"],["script","/^var \\w+=\\[.+/","(()=>{let e=[];document.addEventListener(\"DOMContentLoaded\",(()=>{const t=document.querySelector(\"body script\").textContent.match(/\"] = '(.*?)'/g);if(!t)return;t.forEach((t=>{const r=t.replace(/.*'(.*?)'/,\"$1\");e.push(r)}));const r=document.querySelector('.dl_button[href*=\"preview\"]').href.split(\"?\")[1];e.includes(r)&&(e=e.filter((e=>e!==r)));document.querySelectorAll(\".dl_button[href]\").forEach((t=>{t.target=\"_blank\";let r=t.cloneNode(!0);r.href=t.href.replace(/\\?.*/,`?${e[0]}`),t.after(r);let o=t.cloneNode(!0);o.href=t.href.replace(/\\?.*/,`?${e[1]}`),t.after(o)}))}))})();","sedCount","1"],["script","/vastSource.*?,/","vastSource:'',"],["script","/window.location.href[^?]+this[^?]+;/"],["script","/function _.*JSON.*}}/gms","function checkName(){const a = document.querySelector(\".monsters .button_wrapper .button\");const b = document.querySelector(\"#nick\");const c = \"/?from_land=1&nick=\";a.addEventListener(\"click\", function () {document.location.href = c + b.value;}); } checkName();"],["script","/document.body.appendChild.*;/"],["script","window.location.replace(urlRandom);",""],["script","/window\\.location\\.replace\\([^)]+\\);?/g"],["script","!document.getElementById","document.getElementById"],["script","window.dataLayer =","(()=>{document.querySelectorAll(`form:has(> input[value$=\".mp3\"])`).forEach(el=>{let url=el.querySelector(\"input\").getAttribute(\"value\");el.setAttribute(\"action\",url)})})();window.dataLayer =","sedCount","1"],["script",",availableAds:[",",availableAds:[],noAds:[","sedCount","1"],["script","function OptanonWrapper() {}","/*start*/(()=>{const o={apply:(o,t,e)=>(\"ads\"===e[0]&&\"object\"==typeof t&&null!==t&&(t.ads=()=>{}),Reflect.apply(o,t,e))};window.Object.prototype.hasOwnProperty=new Proxy(window.Object.prototype.hasOwnProperty,o)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/function OptanonWrapper() {}"],["script","popupAdsUrl","nopopup"],["script","window.location.href","// window.location.href"],["script","playerUnlocked = false","playerUnlocked = true"],["script","/self.+ads.+;/"],["script","jQuery.fn.center","window.addEventListener(\"load\",()=>{if (typeof load_3rdparties===\"function\"){load_3rdparties()}});jQuery.fn.center"]];
373
- const hostnamesMap = new Map([["www.youtube.com",0],["panel.freemcserver.net",[1,138]],["bing.com",2],["nontonx.com",[3,4,5]],["client.falixnodes.net",[6,7]],["9to5google.com",8],["9to5mac.com",8],["api.dock.agacad.com",9],["ozap.com",10],["jprime.jp",11],["dragonnest.com",12],["bild.de",13],["ashemaletube.*",[14,15]],["jizzbunker.com",16],["multiup.io",17],["player.buffed.de",18],["player.gamezone.de",18],["player.gamesaktuell.de",18],["player.pcgames.de",18],["player.videogameszone.de",18],["player.pcgameshardware.de",18],["giga.de",19],["kino.de",19],["spieletipps.de",19],["desired.de",19],["t-online.de",20],["sport.de",21],["forum.release-apk.com",22],["tech8s.net",[23,24]],["drop.carbikenation.com",[23,24]],["linkss.rcccn.in",[23,24]],["link.djbassking.live",[23,24]],["tech5s.co",[23,24]],["game5s.com",[23,24]],["adrinolinks.com",25],["link.vipurl.in",25],["nanolinks.in",25],["publicearn.*",[26,27,28]],["pubgaimassist.com",[29,30,31,32]],["gyanitheme.com",[29,30,31,32]],["tech.trendingword.com",[29,30,31,32]],["blog.potterworld.co",[29,30,31,32]],["hipsonyc.com",[29,30,31,32]],["tech.pubghighdamage.com",[29,30,31,32]],["blog.itijobalert.in",[29,30,31,32]],["techkhulasha.com",[29,30,31,32]],["jobzhub.store",[33,34]],["fitdynamos.com",[33,34]],["labgame.io",[33,34]],["m.jobinmeghalaya.in",[35,36]],["starkroboticsfrc.com",37],["sinonimos.de",37],["antonimos.de",37],["quesignifi.ca",37],["tiktokrealtime.com",37],["tiktokcounter.net",37],["tpayr.xyz",37],["poqzn.xyz",37],["ashrfd.xyz",37],["rezsx.xyz",37],["tryzt.xyz",37],["ashrff.xyz",37],["rezst.xyz",37],["dawenet.com",37],["erzar.xyz",37],["waezm.xyz",37],["waezg.xyz",37],["blackwoodacademy.org",37],["cryptednews.space",37],["vivuq.com",37],["swgop.com",37],["vbnmll.com",37],["telcoinfo.online",37],["dshytb.com",37],["aylink.co",38],["cpmlink.pro",38],["suaurl.com",39],["mamahawa.com",40],["bitzite.com",41],["appsbull.com",41],["diudemy.com",41],["maqal360.com",41],["advertisingexcel.com",41],["allcryptoz.net",41],["batmanfactor.com",41],["beautifulfashionnailart.com",41],["crewbase.net",41],["crewus.net",41],["documentaryplanet.xyz",41],["gametechreviewer.com",41],["midebalonu.net",41],["misterio.ro",41],["phineypet.com",41],["seory.xyz",41],["shinbhu.net",41],["shinchu.net",41],["substitutefor.com",41],["talkforfitness.com",41],["thefitbrit.co.uk",41],["thumb8.net",41],["thumb9.net",41],["topcryptoz.net",41],["uniqueten.net",41],["ultraten.net",41],["exactpay.online",41],["headlinerpost.com",42],["drinkspartner.com",42],["apcvpc.com",42],["posterify.net",42],["manishclasses.in",42],["www.apkmoddone.com",[43,44]],["dl.apkmoddone.com",45],["phongroblox.com",45],["mahitimanch.in",[46,47]],["5ghindi.in",[46,47]],["inshorturl.com",48],["rfiql.com",[49,50]],["gujjukhabar.in",[49,50]],["smartfeecalculator.com",[49,50]],["djxmaza.in",[49,50]],["thecubexguide.com",[49,50]],["jytechs.in",[49,50]],["dropgalaxy.*",[51,52]],["financemonk.net",[51,52]],["dailytech-news.eu",53],["fuckingfast.co",54],["xdl.my.id",55],["in91vip.win",56],["arolinks.com",[57,58]],["vplink.in",[57,58]],["rslinks.net",[57,58]],["fastt.gg",59],["3dsfree.org",60],["thegadgetking.in",61],["jpvhub.com",62],["pornblade.com",63],["pornfelix.com",63],["aagmaal.*",64],["247sports.com",65],["etoday.co.kr",66],["isplus.com",67],["economist.co.kr",68],["hometownstation.com",69],["sportalkorea.com",70],["m.edaily.co.kr",71],["honkailab.com",72],["lifehacker.jp",73],["playhydrax.com",74],["emturbovid.com",75],["findjav.com",75],["javggvideo.xyz",75],["mmtv01.xyz",75],["stbturbo.xyz",75],["trailerhg.xyz",75],["turboplayers.xyz",75],["turbovidhls.com",75],["steamseries88.com",76],["filmizle.*",77],["filmizletv.*",77],["filmizleplus.*",77],["fullhdfilm.*",77],["fullhdfilmizle.*",77],["gofilmizle.com",77],["hdfilmcehennemi.*",77],["hdfilmizlesene.*",77],["hdfilmsitesi.*",77],["sine5.dev",77],["sinezy.org",77],["asyaanimeleri.pw",78],["dizipal1057.com",79],["dizipal1058.com",79],["dizipal1059.com",79],["dizipal1060.com",79],["dizipal1061.com",79],["dizipal1062.com",79],["dizipal1063.com",79],["dizipal1064.com",79],["dizipal1065.com",79],["dizipal1066.com",79],["dizipal1067.com",79],["dizipal1068.com",79],["dizipal1069.com",79],["dizipal1070.com",79],["dizipal1071.com",79],["dizipal1072.com",79],["dizipal1073.com",79],["dizipal1074.com",79],["dizipal1075.com",79],["dizipal1076.com",79],["dizipal1077.com",79],["dizipal1078.com",79],["dizipal1079.com",79],["dizipal1080.com",79],["dizipal1081.com",79],["dizipal1082.com",79],["dizipal1083.com",79],["dizipal1084.com",79],["dizipal1085.com",79],["dizipal1086.com",79],["dizipal1087.com",79],["dizipal1088.com",79],["dizipal1089.com",79],["dizipal1090.com",79],["dizipal1091.com",79],["dizipal1092.com",79],["dizipal1093.com",79],["dizipal1094.com",79],["dizipal1095.com",79],["dizipal1096.com",79],["dizipal1097.com",79],["dizipal1098.com",79],["dizipal1099.com",79],["dizipal1100.com",79],["dizipal1101.com",79],["dizipal1102.com",79],["dizipal1103.com",79],["dizipal1104.com",79],["dizipal1105.com",79],["dizipal1106.com",79],["dizipal1107.com",79],["dizipal1108.com",79],["dizipal1109.com",79],["dizipal1110.com",79],["dizipal1111.com",79],["dizipal1112.com",79],["dizipal1113.com",79],["dizipal1114.com",79],["dizipal1115.com",79],["dizipal1116.com",79],["dizipal1117.com",79],["dizipal1118.com",79],["dizipal1119.com",79],["dizipal1120.com",79],["dizipal1121.com",79],["dizipal1122.com",79],["dizipal1123.com",79],["dizipal1124.com",79],["dizipal1125.com",79],["dizipal1126.com",79],["dizipal1127.com",79],["dizipal1128.com",79],["dizipal1129.com",79],["dizipal1130.com",79],["dizipal1131.com",79],["dizipal1132.com",79],["dizipal1133.com",79],["dizipal1134.com",79],["dizipal1135.com",79],["dizipal1136.com",79],["dizipal1137.com",79],["dizipal1138.com",79],["dizipal1139.com",79],["dizipal1140.com",79],["dizipal1141.com",79],["dizipal1142.com",79],["dizipal1143.com",79],["dizipal1144.com",79],["dizipal1145.com",79],["dizipal1146.com",79],["dizipal1147.com",79],["dizipal1148.com",79],["dizipal1149.com",79],["dizipal1150.com",79],["dizipal1151.com",79],["dizipal1152.com",79],["dizipal1153.com",79],["dizipal1154.com",79],["dizipal1155.com",79],["dizipal1156.com",79],["dizipal1157.com",79],["dizipal1158.com",79],["dizipal1159.com",79],["dizipal1160.com",79],["dizipal1161.com",79],["dizipal1162.com",79],["dizipal1163.com",79],["dizipal1164.com",79],["dizipal1165.com",79],["dizipal1166.com",79],["dizipal1167.com",79],["dizipal1168.com",79],["dizipal1169.com",79],["dizipal1170.com",79],["dizipal1171.com",79],["dizipal1172.com",79],["dizipal1173.com",79],["dizipal1174.com",79],["dizipal1175.com",79],["dizipal1176.com",79],["dizipal1177.com",79],["dizipal1178.com",79],["dizipal1179.com",79],["dizipal1180.com",79],["dizipal1181.com",79],["dizipal1182.com",79],["dizipal1183.com",79],["dizipal1184.com",79],["dizipal1185.com",79],["dizipal1186.com",79],["dizipal1187.com",79],["dizipal1188.com",79],["dizipal1189.com",79],["dizipal1190.com",79],["dizipal1191.com",79],["dizipal1192.com",79],["dizipal1193.com",79],["dizipal1194.com",79],["dizipal1195.com",79],["dizipal1196.com",79],["dizipal1197.com",79],["dizipal1198.com",79],["dizipal1199.com",79],["dizipal1200.com",79],["dizipal1201.com",79],["dizipal1202.com",79],["dizipal1203.com",79],["dizipal1204.com",79],["dizipal1205.com",79],["dizipal1206.com",79],["dizipal1207.com",79],["dizipal1208.com",79],["dizipal1209.com",79],["dizipal1210.com",79],["dizipal1211.com",79],["dizipal1212.com",79],["dizipal1213.com",79],["dizipal1214.com",79],["dizipal1215.com",79],["dizipal1216.com",79],["dizipal1217.com",79],["dizipal1218.com",79],["dizipal1219.com",79],["dizipal1220.com",79],["dizipal1221.com",79],["dizipal1222.com",79],["dizipal1223.com",79],["dizipal1224.com",79],["dizipal1225.com",79],["dizipal1226.com",79],["dizipal1227.com",79],["dizipal1228.com",79],["dizipal1229.com",79],["dizipal1230.com",79],["dizipal1231.com",79],["dizipal1232.com",79],["dizipal1233.com",79],["dizipal1234.com",79],["dizipal1235.com",79],["dizipal1236.com",79],["dizipal1237.com",79],["dizipal1238.com",79],["dizipal1239.com",79],["dizipal1240.com",79],["dizipal1241.com",79],["dizipal1242.com",79],["dizipal1243.com",79],["dizipal1244.com",79],["dizipal1245.com",79],["dizipal1246.com",79],["dizipal1247.com",79],["dizipal1248.com",79],["dizipal1249.com",79],["dizipal1250.com",79],["dizipal1251.com",79],["dizipal1252.com",79],["dizipal1253.com",79],["dizipal1254.com",79],["dizipal1255.com",79],["dizipal1256.com",79],["dizipal1257.com",79],["dizipal1258.com",79],["dizipal1259.com",79],["dizipal1260.com",79],["dizipal1261.com",79],["dizipal1262.com",79],["dizipal1263.com",79],["dizipal1264.com",79],["dizipal1265.com",79],["dizipal1266.com",79],["dizipal1267.com",79],["dizipal1268.com",79],["dizipal1269.com",79],["dizipal1270.com",79],["dizipal1271.com",79],["dizipal1272.com",79],["dizipal1273.com",79],["dizipal1274.com",79],["dizipal1275.com",79],["dizipal1276.com",79],["dizipal1277.com",79],["dizipal1278.com",79],["dizipal1279.com",79],["dizipal1280.com",79],["dizipal1281.com",79],["dizipal1282.com",79],["dizipal1283.com",79],["dizipal1284.com",79],["dizipal1285.com",79],["dizipal1286.com",79],["dizipal1287.com",79],["dizipal1288.com",79],["dizipal1289.com",79],["dizipal1290.com",79],["dizipal1291.com",79],["dizipal1292.com",79],["dizipal1293.com",79],["dizipal1294.com",79],["dizipal1295.com",79],["dizipal1296.com",79],["dizipal1297.com",79],["dizipal1298.com",79],["dizipal1299.com",79],["dizipal1300.com",79],["dizipal1301.com",79],["dizipal1302.com",79],["dizipal1303.com",79],["dizipal1304.com",79],["dizipal1305.com",79],["dizipal1306.com",79],["dizipal1307.com",79],["dizipal1308.com",79],["dizipal1309.com",79],["dizipal1310.com",79],["dizipal1311.com",79],["dizipal1312.com",79],["dizipal1313.com",79],["dizipal1314.com",79],["dizipal1315.com",79],["dizipal1316.com",79],["dizipal1317.com",79],["dizipal1318.com",79],["dizipal1319.com",79],["dizipal1320.com",79],["dizipal1321.com",79],["dizipal1322.com",79],["dizipal1323.com",79],["dizipal1324.com",79],["dizipal1325.com",79],["dizipal1326.com",79],["dizipal1327.com",79],["dizipal1328.com",79],["dizipal1329.com",79],["dizipal1330.com",79],["dizipal1331.com",79],["dizipal1332.com",79],["dizipal1333.com",79],["dizipal1334.com",79],["dizipal1335.com",79],["dizipal1336.com",79],["dizipal1337.com",79],["dizipal1338.com",79],["dizipal1339.com",79],["dizipal1340.com",79],["dizipal1341.com",79],["dizipal1342.com",79],["dizipal1343.com",79],["dizipal1344.com",79],["dizipal1345.com",79],["dizipal1346.com",79],["dizipal1347.com",79],["dizipal1348.com",79],["dizipal1349.com",79],["dizipal1350.com",79],["canlikolik.my",[80,81]],["pandaspor.live",82],["eroasmr.com",83],["bussyhunter.com",84],["xcloud.*",85],["xfile.*",86],["anime4u.pro",86],["kusonime.com",87],["codingnepalweb.com",88],["demonoid.is",89],["freebie-ac.jp",90],["streamingcommunity.*",91],["derstandard.at",92],["derstandard.de",92],["www.chip.de",93],["redketchup.io",94],["zefoy.com",95],["idoitmyself.xyz",96],["uploadboy.com",97],["reymit.ir",98],["empire-anime.*",99],["empire-stream.*",99],["empire-streaming.*",99],["empire-streamz.*",99],["download.megaup.net",100],["adultdeepfakes.com",101],["linkshortify.com",102],["nexusmods.com",103],["comidacaseira.me",104],["tvbanywherena.com",105],["haveibeenpwned.com",106],["trainerscity.com",107],["tikmate.app",108],["sonixgvn.net",109],["paste-drop.com",110],["filext.com",111],["choralia.net",112],["kiddyearner.com",113],["colourxh.site",114],["fullxh.com",114],["galleryxh.site",114],["megaxh.com",114],["movingxh.world",114],["seexh.com",114],["unlockxh4.com",114],["valuexh.life",114],["xhaccess.com",114],["xhadult2.com",114],["xhadult3.com",114],["xhadult4.com",114],["xhadult5.com",114],["xhamster.*",114],["xhamster1.*",114],["xhamster10.*",114],["xhamster11.*",114],["xhamster12.*",114],["xhamster13.*",114],["xhamster14.*",114],["xhamster15.*",114],["xhamster16.*",114],["xhamster17.*",114],["xhamster18.*",114],["xhamster19.*",114],["xhamster20.*",114],["xhamster2.*",114],["xhamster3.*",114],["xhamster4.*",114],["xhamster42.*",114],["xhamster46.com",114],["xhamster5.*",114],["xhamster7.*",114],["xhamster8.*",114],["xhamsterporno.mx",114],["xhbig.com",114],["xhbranch5.com",114],["xhchannel.com",114],["xhdate.world",114],["xhlease.world",114],["xhmoon5.com",114],["xhofficial.com",114],["xhopen.com",114],["xhplanet1.com",114],["xhplanet2.com",114],["xhreal2.com",114],["xhreal3.com",114],["xhspot.com",114],["xhtotal.com",114],["xhtree.com",114],["xhvictory.com",114],["xhwebsite.com",114],["xhwebsite2.com",114],["xhwebsite5.com",114],["xhwide1.com",114],["xhwide2.com",114],["xhwide5.com",114],["katfile.*",[115,116]],["dragontea.ink",117],["perchance.org",[118,119]],["cheater.ninja",120],["dizikral.com",[121,122]],["dizikral1.pro",121],["dizikral2.pro",121],["7mmtv.sx",123],["barstoolsports.com",124],["filmi7.net",125],["hidan.co",126],["hidan.sh",126],["authenticateme.xyz",127],["filmizlehdizle.com",128],["fullfilmizlesene.net",128],["strcloud.in",129],["streamta.site",129],["streamtape.*",129],["tapepops.com",129],["watchadsontape.com",129],["tempmail.ninja",130],["filmy4wap.co.in",131],["filmy4waps.org",131],["filiser.eu",132],["wishflix.cc",132],["zalukaj.io",132],["infinityscans.xyz",[133,134]],["infinityscans.net",[133,134]],["infinityscans.org",[133,134]],["abs-cbn.com",135],["cdn.tiesraides.lv",136],["filmizleplus.cc",137],["omuzaani.me",139],["nhentai.net",140],["indianporngirl10.com",141],["exploader.net",142],["lewdgames.to",143],["flixhouse.com",144],["eatcells.com",145],["ripplehub.site",146],["1337x.fyi",147],["1337x.pro",147],["magnetdl.*",148],["dynamix.top",149],["pendujatt.com.se",150],["ditjesendatjes.nl",151],["tv.onefootball.com",152],["clickapi.net",153],["kkinstagram.com",154],["kkscript.com",154],["streamflash.sx",155],["moviekhhd.biz",156],["sporx.com",157]]);
372
+ const argsList = [["script","(function serverContract()","(()=>{if(\"YOUTUBE_PREMIUM_LOGO\"===ytInitialData?.topbar?.desktopTopbarRenderer?.logo?.topbarLogoRenderer?.iconImage?.iconType||location.href.startsWith(\"https://www.youtube.com/tv#/\")||location.href.startsWith(\"https://www.youtube.com/embed/\"))return;document.addEventListener(\"DOMContentLoaded\",(function(){const t=()=>{const t=document.getElementById(\"movie_player\");if(!t)return;if(!t.getStatsForNerds?.()?.debug_info?.startsWith?.(\"SSAP, AD\"))return;const e=t.getProgressState?.();e&&e.duration>0&&(e.loaded<e.duration||e.duration-e.current>1)&&t.seekTo?.(e.duration)};t(),new MutationObserver((()=>{t()})).observe(document,{childList:!0,subtree:!0})}));const t={apply:(t,e,o)=>{const n=o[0];return\"function\"==typeof n&&n.toString().includes(\"onAbnormalityDetected\")&&(o[0]=function(){}),Reflect.apply(t,e,o)}};window.Promise.prototype.then=new Proxy(window.Promise.prototype.then,t)})();(function serverContract()","sedCount","1"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); localStorage.setItem(\"tuna\", \"dW5kZWZpbmVk\"); localStorage.setItem(\"sausage\", \"ZmFsc2U=\"); window.setTimeout(function(){fuckYouUblockAndJobcenterTycoon(false)},200);"],["script","_w.keyMap=","(()=>{const e={apply:(e,t,n)=>{let o=Reflect.apply(e,t,n);return o instanceof HTMLIFrameElement&&!o.src&&o.contentWindow&&(o.contentWindow.document.body.getElementsByTagName=window.document.body.getElementsByTagName,o.contentWindow.MutationObserver=void 0),o}};HTMLBodyElement.prototype.appendChild=new Proxy(HTMLBodyElement.prototype.appendChild,e);const t={apply:(e,t,n)=>(t instanceof HTMLLIElement&&\"b_algo\"===t?.classList?.value&&\"a\"===n?.[0]&&setTimeout((()=>{t.style.display=\"none\"}),100),Reflect.apply(e,t,n))};HTMLBodyElement.prototype.getElementsByTagName=new Proxy(HTMLBodyElement.prototype.getElementsByTagName,t)})();_w.keyMap="],["script","//tele();","telek3();"],["script","/!\\(Object\\.values.*?return false;/g"],["script","/[a-z]+\\(\\) &&/","!0&&"],["script","/window.navigator.brave.+;/","false;"],["script","(function($)","(function(){const a=document.createElement(\"div\");document.documentElement.appendChild(a),setTimeout(()=>{a&&a.remove()},100)})(); (function($)"],["script","/window\\.dataLayer.+?(location\\.replace\\(\\S+?\\)).*/","$1"],["script","WB.defer","window.wbads={public:{getDailymotionAdsParamsForScript:function(a,b){b(\"\")},setTargetingOnPosition:function(a,b){return}}};WB.defer","condition","wbads.public.setTargetingOnPosition"],["script","var ISMLIB","!function(){const o={apply:(o,n,r)=>(new Error).stack.includes(\"refreshad\")?0:Reflect.apply(o,n,r)};window.Math.floor=new Proxy(window.Math.floor,o)}();var ISMLIB"],["script","gtag != null","false"],["script","\"adBlockWallEnabled\":true","\"adBlockWallEnabled\":false"],["script","/vastURL:.*?',/","vastURL: '',"],["script","/url:.*?',/","url: '',"],["script","/\\$.*embed.*.appendTo.*;/","","condition","appendTo"],["script","setInterval"],["script","/'globalConfig':.*?\",\\s};var exportz/s","};var exportz"],["script","/\\\"homad\\\",/"],["script","/\\\"homad\\\":\\{\\\"state\\\":\\\"enabled\\\"\\}/","\"homad\":{\"state\":\"disabled\"}"],["script","useAdBlockDefend: true","useAdBlockDefend: false"],["script","/if \\([a-z0-9]{10} === [a-z0-9]{10}/","if(true"],["script","/false;/gm","true;","condition","isSubscribed"],["script","('t_modal')","('go_d2')"],["script","/window\\.location\\.href\\s*=\\s*\"intent:\\/\\/([^#]+)#Intent;[^\"]*\"/gm","window.location.href = \"https://$1\""],["script","Android/","false/","stay","1"],["script","alert","false"],["script","2000","10"],["script","/\\d{2}00/gms","10","condition","/timer|count|getElementById/gms"],["script","/^window\\.location\\.href.*\\'$/gms","","condition","buoy"],["script","/1000|100|6|30|40/gm","1","condition","/timerSeconds|counter/"],["script","getlink.removeClass('hidden');","gotolink.removeClass('hidden');"],["script","stopCountdown();","resumeCountdown();"],["script","/initialTimeSeconds = \\d+/","initialTimeSeconds = 7"],["script","/10|20/","0","condition","/countdownSeconds|wpsafelinkCount/"],["script","/1000|1700|5000/gm","10","condition","/countdownSeconds|wpsafelinkCount/"],["script","/^([^{])/","document.addEventListener('DOMContentLoaded',()=>{const i=document.createElement('iframe');i.style='height:0;width:0;border:0';i.id='aswift_0';document.body.appendChild(i);i.focus();const f=document.createElement('div');f.id='9JJFp';document.body.appendChild(f);});$1","sedCount","2"],["script","/window\\.location.*?;/"],["script","typeof cdo == 'undefined' || document.querySelector('div.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox') == undefined","false"],["script","/window\\.location\\.href='.*';/","","condition","openLink"],["script","'IFRAME'","'BODY'"],["script","timeLeft = duration","timeLeft = 1"],["script",";return;","","condition","_0x"],["script","/return Array[^;]+/","return true"],["script","return!![]","return![]"],["script","/\\d{4}/gm","10","condition","count"],["script","/getElementById\\('.*'\\).*'block';/gm","getElementById('btn6').style.display = 'block';","condition","count"],["script","3000)","10)"],["script","isadblock = 1;","isadblock = 0;"],["script","\"#sdl\"","\"#dln\""],["script","event.message);","event.message); /*start*/ !function(){\"use strict\";let t={log:window.console.log.bind(console),getPropertyValue:CSSStyleDeclaration.prototype.getPropertyValue,setAttribute:Element.prototype.setAttribute,getAttribute:Element.prototype.getAttribute,appendChild:Element.prototype.appendChild,remove:Element.prototype.remove,cloneNode:Element.prototype.cloneNode,Element_attributes:Object.getOwnPropertyDescriptor(Element.prototype,\"attributes\").get,Array_splice:Array.prototype.splice,Array_join:Array.prototype.join,createElement:document.createElement,getComputedStyle:window.getComputedStyle,Reflect:Reflect,Proxy:Proxy,crypto:window.crypto,Uint8Array:Uint8Array,Object_defineProperty:Object.defineProperty.bind(Object),Object_getOwnPropertyDescriptor:Object.getOwnPropertyDescriptor.bind(Object),String_replace:String.prototype.replace},e=t.crypto.getRandomValues.bind(t.crypto),r=function(e,r,l){return\"toString\"===r?e.toString.bind(e):t.Reflect.get(e,r,l)},l=function(r){let o=function(t){return t.toString(16).padStart(2,\"0\")},p=new t.Uint8Array((r||40)/2);e(p);let n=t.String_replace.call(t.Array_join.call(Array.from(p,o),\"\"),/^\\d+/g,\"\");return n.length<3?l(r):n},o=l(15);window.MutationObserver=new t.Proxy(window.MutationObserver,{construct:function(e,r){let l=r[0],p=function(e,r){for(let p=e.length,n=p-1;n>=0;--n){let c=e[n];if(\"childList\"===c.type&&c.addedNodes.length>0){let i=c.addedNodes;for(let a=0,y=i.length;a<y;++a){let u=i[a];if(u.localName===o){t.Array_splice.call(e,n,1);break}}}}0!==e.length&&l(e,r)};r[0]=p;let n=t.Reflect.construct(e,r);return n},get:r}),window.getComputedStyle=new t.Proxy(window.getComputedStyle,{apply(e,l,p){let n=t.Reflect.apply(e,l,p);if(\"none\"===t.getPropertyValue.call(n,\"clip-path\"))return n;let c=p[0],i=t.createElement.call(document,o);t.setAttribute.call(i,\"class\",t.getAttribute.call(c,\"class\")),t.setAttribute.call(i,\"id\",t.getAttribute.call(c,\"id\")),t.setAttribute.call(i,\"style\",t.getAttribute.call(c,\"style\")),t.appendChild.call(document.body,i);let a=t.getPropertyValue.call(t.getComputedStyle.call(window,i),\"clip-path\");return t.remove.call(i),t.Object_defineProperty(n,\"clipPath\",{get:(()=>a).bind(null)}),n.getPropertyValue=new t.Proxy(n.getPropertyValue,{apply:(e,r,l)=>\"clip-path\"!==l[0]?t.Reflect.apply(e,r,l):a,get:r}),n},get:r})}(); document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/"],["script","/\\.cloudfront\\.net|window\\.open/g","false"],["script","/element\\.contains\\(document\\.activeElement\\)|document\\.hidden && !timeCounted/g","true"],["script","!seen && ad","false"],["script","window.location.href","temp","includes","linkToOpen"],["script","(isAdsenseBlocked)","(false)"],["script","/#Intent.*?end/"],["script","intent","https"],["script","!isAdTriggered","false"],["script","900","100"],["script","3000","10","condition","getElementById"],["script","/.*adConfig.*frequency_period.*/","(async () => {const a=location.href;if(!a.includes(\"/download?link=\"))return;const b=new URL(a),c=b.searchParams.get(\"link\");try{location.assign(`${location.protocol}//${c}`)}catch(a){}} )();"],["script","a.onerror","xxx"],["script","break;case $."],["script","/^/","(()=>{window.admiral=function(d,a,b){if(\"function\"==typeof b)try{b({})}catch(a){}}})();","sedCount","1"],["script","window.googletag =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/common/css/etoday.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.googletag ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css_renew/pc/common.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","_paq.push","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/css/pc/ecn_common.min.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/_paq.push"],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/wp-content/themes/hts_v2/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","window.dataLayer =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/_css/css.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/window.dataLayer ="],["script","var _paq =","/*start*/(function(){let link=document.createElement(\"link\");link.rel=\"stylesheet\";link.href=\"/Content/css/style.css\";document.head.appendChild(link)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var _paq =","sedCount","1"],["script","var localize =","/*start*/(function(){document.querySelectorAll(\"script[wp-data]\").forEach(element=>{const html=new DOMParser().parseFromString(atob(element.getAttribute(\"wp-data\")),\"text/html\");html.querySelectorAll(\"link:not([as])\").forEach(linkEl=>{element.after(linkEl)});element.parentElement.removeChild(element);})})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/var localize =","sedCount","1"],["script","/^.+/gms","!function(){var e=Object.getOwnPropertyDescriptor(Element.prototype,\"innerHTML\").set;Object.defineProperty(Element.prototype,\"innerHTML\",{set:function(t){return t.includes(\"html-load.com\")?e.call(this,\"\"):e.call(this,t)}})}();","condition","html-load.com"],["script","(isNoAds)","(true)"],["script","/openNewTab\\(\".*?\"\\)/g","null"],["script","let playerType","window.addEventListener(\"load\",()=>{if(typeof playMovie===\"function\"){playMovie()}});let playerType"],["script","window.lazyLoadOptions =","if(typeof ilk_part_getir===\"function\"){ilk_part_getir()}window.lazyLoadOptions =","sedCount","1"],["script","popactive","nopop"],["script","/manageAds\\(video_urls\\[activeItem\\], video_seconds\\[activeItem\\], ad_urls\\[activeItem],true\\);/","playVideo();","condition","playAdd"],["script","skipButton.innerText !==","\"\" ==="],["script","var controlBar =","skipButton.click();var controlBar =","sedCount","1"],["script","await runPreRollAds();"],["script","shouldShowAds() ?","false ?"],["script","vastTag","v"],["script","/protect_block.*?,/"],["script","/window.open.*/gms","window.open(url, \"_self\");}"],["script","/window\\.location\\.href.*?;/"],["script","/\\(window\\.show[^\\)]+\\)/","(true)","condition","classList.add"],["script","(isAdblock)","(false)"],["style","visibility: visible !important;","display: none !important;"],["script","currentTime = 1500 * 2","currentTime = 0"],["script","/^.+/s","navigator.serviceWorker.getRegistrations().then((registrations=>{for(const registration of registrations){if(registration.scope.includes(\"streamingcommunity.computer\")){registration.unregister()}}}));","condition","swDidInit"],["script","\"adsDisabled\":false","\"adsDisabled\":true"],["style","::after{content:\" \";display:table;box-sizing:border-box}","{display: none !important;}","condition","text-decoration:none;vertical-align:middle"],["script","?30:0","?0:0"],["script","({});","({}); function showHideElements(t,e){$(t).hide(),$(e).show()}function disableBtnclc(){let t=document.querySelector(\".submit-captcha\");t.disabled=!0,t.innerHTML=\"Loading...\"}function refreshButton(){$(\".refresh-capthca-btn\").addClass(\"disabled\")}function copyInput(){let t=document.querySelectorAll(\".copy-input\");t.forEach(t=>{navigator.clipboard.writeText(t.value)}),Materialize.toast(\"Copied!\",2e3)}function imgOnError(){$(\".ua-check\").html(window.atob(\"PGRpdiBjbGFzcz0idGV4dC1kYW5nZXIgZm9udC13ZWlnaHQtYm9sZCBoNSBtdC0xIj5DYXB0Y2hhIGltYWdlIGZhaWxlZCB0byBsb2FkLjxicj48YSBvbmNsaWNrPSJsb2NhdGlvbi5yZWxvYWQoKSIgc3R5bGU9ImNvbG9yOiM2MjcwZGE7Y3Vyc29yOnBvaW50ZXIiIGNsYXNzPSJ0ZXh0LWRlY29yYXRpb25lLW5vbmUiPlBsZWFzZSByZWZyZXNoIHRoZSBwYWdlLiA8aSBjbGFzcz0iZmEgZmEtcmVmcmVzaCI+PC9pPjwvYT48L2Rpdj4=\"))}$(window).on(\"load\",function(){$(\"body\").addClass(\"loaded\")}),window.history.replaceState&&window.history.replaceState(null,null,window.location.href),$(\".remove-spaces\").on(\"input\",function(){this.value=this.value.replace(/\\s/g,\"\")}),$(document).on(\"click\",\"#toast-container .toast\",function(){$(this).fadeOut(function(){$(this).remove()})}),$(\".tktemizle\").on(\"input propertychange\",function(){let t=$(this).val().match(\"access_token=(.*?)&\");t&&$(\".tktemizle\").val(t[1])}),$(document).ready(function(){let t=[{button:$(\".t-followers-button\"),menu:$(\".t-followers-menu\")},{button:$(\".t-hearts-button\"),menu:$(\".t-hearts-menu\")},{button:$(\".t-chearts-button\"),menu:$(\".t-chearts-menu\")},{button:$(\".t-views-button\"),menu:$(\".t-views-menu\")},{button:$(\".t-shares-button\"),menu:$(\".t-shares-menu\")},{button:$(\".t-favorites-button\"),menu:$(\".t-favorites-menu\")},{button:$(\".t-livestream-button\"),menu:$(\".t-livestream-menu\")},{button:$(\".ig-followers-button\"),menu:$(\".ig-followers-menu\")},{button:$(\".ig-likes-button\"),menu:$(\".ig-likes-menu\")}];$.each(t,function(t,e){e.button.click(function(){$(\".colsmenu\").addClass(\"nonec\"),e.menu.removeClass(\"nonec\")})})});"],["script","/devtoolsDetector\\.launch\\(\\)\\;/"],["script","//$('#btn_download').click();","$('#btn_download').click();","sedCount","1"],["script","/reymit_ads_for_categories\\.length>0|reymit_ads_for_streams\\.length>0/g","false"],["script","/data: \\[.*\\],/","data: [],","condition","ads_num"],["script","/for\\s*\\(\\s*(const|let|var).*?\\)\\;return\\;\\}_/g","_","condition","attribute"],["script","adv_","","condition","flashvars"],["script","/if \\(api && url\\).+/s","window.location.href = url","condition","quick-link"],["script","= getSetTimeout()","= function newTimeout(func, timer) {func()}"],["script","IFRAME","BODY"],["script","(hasBlocker)","(false)"],["P","/\\.[^.]+(1Password password manager|download 1Password)[^.]+/"],["script","startTime: '5'","startTime: '0'"],["script","/(function downloadHD\\(obj\\) {)[\\s\\S]*?(datahref.*)[\\s\\S]*?(window.location.href = datahref;)[\\s\\S]*/","$1$2$3}"],["script","buton.setAttribute","location.href=urldes;buton.setAttribute"],["script","clickCount === numberOfAdsBeforeCopy","numberOfAdsBeforeCopy >= clickCount"],["script","/if\\(.&&.\\.target\\)/","if(false)"],["script","document.getElementById('choralplayer_reference_script')","!document.getElementById('choralplayer_reference_script')"],["script","(document.hasFocus())","(false)"],["script","popunder","","condition","popunder","stay","1"],["script","(adEnable)","(true)"],["script","(download_click == false)","(false)"],["script","var debounceTimer;","window.addEventListener(\"load\",()=>{document.querySelector('#players div[id]:has(> a > div[class^=\"close_reklama\"])')?.click?.()});var debounceTimer;","sedCount","1"],["script","\"}};","\"}}; jQuery(document).ready(function(t){let e=document.createElement(\"link\");e.setAttribute(\"rel\",\"stylesheet\"),e.setAttribute(\"media\",\"all\"),e.setAttribute(\"href\",\"https://dragontea.ink/wp-content/cache/autoptimize/css/autoptimize_5bd1c33b717b78702e18c3923e8fa4f0.css\"),document.head.appendChild(e),t(\".dmpvazRKNzBib1IxNjh0T0cwUUUxekEyY3F6Wm5QYzJDWGZqdXFnRzZ0TT0nuobc\").parent().prev().prev().prev();var a=1,n=16,r=11,i=\"08\",g=\"\",c=\"\",d=0,o=2,p=3,s=0,h=100;s++,s*=2,h/=2,h/=2;var $=3,u=20;function b(){let e=t(\".entry-header.header\"),a=parseInt(e.attr(\"data-id\"));return a}function m(t,e,a,n,r){return CryptoJSAesJson.decrypt(t,e+a+n+r)}function f(t,e){return CryptoJSAesJson.decrypt(t,e)}function l(t,e){return parseInt(t.toString()+e.toString())}function k(t,e,a){return t.toString()+e.toString()+a.toString()}$*=2,u=u-2-2,i=\"03\",o++,r++,n=n/4-2,a++,a*=4,n++,n++,n++,a-=5,r++,i=\"07\",t(\".reading-content .page-break img\").each(function(){var e,g=t(this),c=f(g.attr(\"id\").toString(),(e=parseInt((b()+l(r,i))*a-t(\".reading-content .page-break img\").length),e=l(2*n+1,e)).toString());g.attr(\"id\",c)}),r=0,n=0,a=0,i=0,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=parseInt(e.attr(\"id\").replace(/image-(\\d+)[a-z]+/i,\"$1\"));t(\".reading-content .page-break\").eq(a).append(e)}),t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"id\");g+=e.substr(-1),t(this).attr(\"id\",e.slice(0,-1))}),d++,$++,$++,u/=4,u*=2,o*=2,p-=3,p++,t(\".reading-content .page-break img\").each(function(){var e,a=t(this),n=f(a.attr(\"dta\").toString(),(e=parseInt((b()+l($,u))*(2*d)-t(\".reading-content .page-break img\").length-(4*d+1)),e=k(2*o+p+p+1,g,e)).toString());a.attr(\"dta\",n)}),d=0,$=0,u=0,o=0,p=0,t(\".reading-content .page-break img\").each(function(){var e=t(this).attr(\"dta\").substr(-2);c+=e,t(this).removeAttr(\"dta\")}),s*=s,s++,h-=25,h++,h++,t(\".reading-content .page-break img\").each(function(){var e=t(this),a=f(e.attr(\"data-src\").toString(),(b(),k(b()+4*s,c,t(\".reading-content .page-break img\").length*(2*h))).toString());e.attr(\"data-src\",a)}),s=0,h=0,t(\".reading-content .page-break img\").each(function(){t(this).addClass(\"wp-manga-chapter-img img-responsive lazyload effect-fade\")}),_0xabe6x4d=!0});"],["script","scri12pts && ifra2mes && coo1kies","true"],["script","(scri12pts && ifra2mes)","(true)"],["script","/catch[\\s\\S]*?}/","","condition","fetch"],["script","/(function playVideo\\(\\) \\{[\\s\\S]*?\\.remove\\(\\);[\\s\\S]*?\\})/","$1 playVideo();"],["script","video_urls.length != activeItem","!1"],["script","var _Hasync","jfun_show_TV();var _Hasync"],["script","window._taboola =","(()=>{const e={apply:(e,o,l)=>o.closest(\"body > video[src^=\\\"blob:\\\"]\")===o?Promise.resolve(!0):Reflect.apply(e,o,l)};HTMLVideoElement.prototype.play=new Proxy(HTMLVideoElement.prototype.play,e)})();window._taboola ="],["script","/window.open.*;/"],["script","!seen","false"],["script","/if.*Disable.*?;/g","","condition","blocker"],["script","this.ads.length > this.ads_start","1==2"],["script","/\\$\\(['\"]\\.play-overlay['\"]\\)\\.click.+/s","document.getElementById(\"mainvideo\").src=srclink;player.currentTrack=0;})})","condition","srclink"],["script","const ad_slot_","(()=>{window.addEventListener(\"load\",(()=>{document.querySelectorAll(\"ins.adsbygoogle\").forEach((element=>element.dataset.adsbygoogleStatus=\"done\"))}))})();const ad_slot_","sedCount","1"],["script","window.dataLayer =","(()=>{const time=parseInt(document.querySelector(\"meta[http-equiv=\\\"refresh\\\"]\").content.split(\";\")[0])*1000+1000;setTimeout(()=>{document.body.innerHTML=document.body.innerHTML},time)})();window.dataLayer =","sedCount","1"],["script","(self.__next_f=","[\"timeupdate\",\"durationchange\",\"ended\",\"enterpictureinpicture\",\"leavepictureinpicture\",\"loadeddata\",\"loadedmetadata\",\"loadstart\",\"pause\",\"play\",\"playing\",\"ratechange\",\"resize\",\"seeked\",\"seeking\",\"suspend\",\"volumechange\",\"waiting\"].forEach((e=>{window.addEventListener(e,(()=>{const e=document.getElementById(\"player\"),t=document.querySelector(\".plyr__time\");e.src.startsWith(\"https://i.imgur.com\")&&\"none\"===window.getComputedStyle(t).display&&(e.src=\"https://cdn.plyr.io/static/blank.mp4\",e.paused&&e.plyr.play())}))}));(self.__next_f=","sedCount","1"],["script","/ function [a-zA-Z]{1,2}\\([a-zA-Z]{1,2},[a-zA-Z]{1,2}\\).*?\\(\\)\\{return [a-zA-Z]{1,2}\\;\\}\\;return [a-zA-Z]{1,2}\\(\\)\\;\\}/"],["script","/\\}\\)\\;\\s+\\(function\\(\\)\\{var .*?\\)\\;\\}\\)\\(\\)\\;\\s+\\$\\(\\\"\\#reportChapte/","}); $(\"#reportChapte"],["style","{height:370px;}","{height:70px;}"],["script","vid.vast","//vid.vast"],["script","/(function reklamla\\([^)]+\\) {)/","$1rekgecyen(0);"],["script","'G-1B4LC0KT6C');","'G-1B4LC0KT6C'); window.setTimeout(function(){blockPing()},200);"],["script","popunder","p"],["script","preroll_timer_current == 0 && preroll_player_called == false","true"],["script","/^var \\w+=\\[.+/","(()=>{let e=[];document.addEventListener(\"DOMContentLoaded\",(()=>{const t=document.querySelector(\"body script\").textContent.match(/\"] = '(.*?)'/g);if(!t)return;t.forEach((t=>{const r=t.replace(/.*'(.*?)'/,\"$1\");e.push(r)}));const r=document.querySelector('.dl_button[href*=\"preview\"]').href.split(\"?\")[1];e.includes(r)&&(e=e.filter((e=>e!==r)));document.querySelectorAll(\".dl_button[href]\").forEach((t=>{t.target=\"_blank\";let r=t.cloneNode(!0);r.href=t.href.replace(/\\?.*/,`?${e[0]}`),t.after(r);let o=t.cloneNode(!0);o.href=t.href.replace(/\\?.*/,`?${e[1]}`),t.after(o)}))}))})();","sedCount","1"],["script","/vastSource.*?,/","vastSource:'',"],["script","/window.location.href[^?]+this[^?]+;/"],["script","/function _.*JSON.*}}/gms","function checkName(){const a = document.querySelector(\".monsters .button_wrapper .button\");const b = document.querySelector(\"#nick\");const c = \"/?from_land=1&nick=\";a.addEventListener(\"click\", function () {document.location.href = c + b.value;}); } checkName();"],["script","/document.body.appendChild.*;/"],["script","window.location.replace(urlRandom);",""],["script","/window\\.location\\.replace\\([^)]+\\);?/g"],["script","!document.getElementById","document.getElementById"],["script","window.dataLayer =","(()=>{document.querySelectorAll(`form:has(> input[value$=\".mp3\"])`).forEach(el=>{let url=el.querySelector(\"input\").getAttribute(\"value\");el.setAttribute(\"action\",url)})})();window.dataLayer =","sedCount","1"],["script",",availableAds:[",",availableAds:[],noAds:[","sedCount","1"],["script","function OptanonWrapper() {}","/*start*/(()=>{const o={apply:(o,t,e)=>(\"ads\"===e[0]&&\"object\"==typeof t&&null!==t&&(t.ads=()=>{}),Reflect.apply(o,t,e))};window.Object.prototype.hasOwnProperty=new Proxy(window.Object.prototype.hasOwnProperty,o)})();document.currentScript.textContent=document.currentScript.textContent.replace(/\\/\\*start\\*\\/(.*)\\/\\*end\\*\\//g,\"\");/*end*/function OptanonWrapper() {}"],["script","popupAdsUrl","nopopup"],["script","window.location.href","// window.location.href"],["script","playerUnlocked = false","playerUnlocked = true"],["script","/self.+ads.+;/"],["script","jQuery.fn.center","window.addEventListener(\"load\",()=>{if (typeof load_3rdparties===\"function\"){load_3rdparties()}});jQuery.fn.center"]];
373
+ const hostnamesMap = new Map([["www.youtube.com",0],["panel.freemcserver.net",[1,139]],["bing.com",2],["nontonx.com",[3,4,5]],["omuzaani.me",6],["9to5google.com",7],["9to5mac.com",7],["api.dock.agacad.com",8],["ozap.com",9],["jprime.jp",10],["dragonnest.com",11],["bild.de",12],["ashemaletube.*",[13,14]],["jizzbunker.com",15],["multiup.io",16],["player.buffed.de",17],["player.gamezone.de",17],["player.gamesaktuell.de",17],["player.pcgames.de",17],["player.videogameszone.de",17],["player.pcgameshardware.de",17],["giga.de",18],["kino.de",18],["spieletipps.de",18],["desired.de",18],["t-online.de",19],["sport.de",20],["forum.release-apk.com",21],["tech8s.net",[22,23]],["drop.carbikenation.com",[22,23]],["linkss.rcccn.in",[22,23]],["link.djbassking.live",[22,23]],["tech5s.co",[22,23]],["game5s.com",[22,23]],["adrinolinks.com",24],["link.vipurl.in",24],["nanolinks.in",24],["publicearn.*",[25,26,27]],["pubgaimassist.com",[28,29,30,31]],["gyanitheme.com",[28,29,30,31]],["tech.trendingword.com",[28,29,30,31]],["blog.potterworld.co",[28,29,30,31]],["hipsonyc.com",[28,29,30,31]],["tech.pubghighdamage.com",[28,29,30,31]],["blog.itijobalert.in",[28,29,30,31]],["techkhulasha.com",[28,29,30,31]],["jobzhub.store",[32,33]],["fitdynamos.com",[32,33]],["labgame.io",[32,33]],["m.jobinmeghalaya.in",[34,35]],["starkroboticsfrc.com",36],["sinonimos.de",36],["antonimos.de",36],["quesignifi.ca",36],["tiktokrealtime.com",36],["tiktokcounter.net",36],["tpayr.xyz",36],["poqzn.xyz",36],["ashrfd.xyz",36],["rezsx.xyz",36],["tryzt.xyz",36],["ashrff.xyz",36],["rezst.xyz",36],["dawenet.com",36],["erzar.xyz",36],["waezm.xyz",36],["waezg.xyz",36],["blackwoodacademy.org",36],["cryptednews.space",36],["vivuq.com",36],["swgop.com",36],["vbnmll.com",36],["telcoinfo.online",36],["dshytb.com",36],["aylink.co",37],["cpmlink.pro",37],["suaurl.com",38],["mamahawa.com",39],["bitzite.com",40],["appsbull.com",40],["diudemy.com",40],["maqal360.com",40],["advertisingexcel.com",40],["allcryptoz.net",40],["batmanfactor.com",40],["beautifulfashionnailart.com",40],["crewbase.net",40],["crewus.net",40],["documentaryplanet.xyz",40],["gametechreviewer.com",40],["midebalonu.net",40],["misterio.ro",40],["phineypet.com",40],["seory.xyz",40],["shinbhu.net",40],["shinchu.net",40],["substitutefor.com",40],["talkforfitness.com",40],["thefitbrit.co.uk",40],["thumb8.net",40],["thumb9.net",40],["topcryptoz.net",40],["uniqueten.net",40],["ultraten.net",40],["exactpay.online",40],["headlinerpost.com",41],["drinkspartner.com",41],["apcvpc.com",41],["posterify.net",41],["manishclasses.in",41],["www.apkmoddone.com",[42,43]],["dl.apkmoddone.com",44],["phongroblox.com",44],["mahitimanch.in",[45,46]],["5ghindi.in",[45,46]],["inshorturl.com",47],["rfiql.com",[48,49]],["gujjukhabar.in",[48,49]],["smartfeecalculator.com",[48,49]],["djxmaza.in",[48,49]],["thecubexguide.com",[48,49]],["jytechs.in",[48,49]],["dropgalaxy.*",[50,51]],["financemonk.net",[50,51]],["dailytech-news.eu",52],["fuckingfast.co",53],["xdl.my.id",54],["in91vip.win",55],["arolinks.com",[56,57]],["vplink.in",[56,57]],["rslinks.net",[56,57]],["fastt.gg",58],["3dsfree.org",59],["thegadgetking.in",60],["jpvhub.com",61],["pornblade.com",62],["pornfelix.com",62],["aagmaal.*",63],["247sports.com",64],["etoday.co.kr",65],["isplus.com",66],["economist.co.kr",67],["hometownstation.com",68],["sportalkorea.com",69],["m.edaily.co.kr",70],["honkailab.com",71],["lifehacker.jp",72],["playhydrax.com",73],["emturbovid.com",74],["findjav.com",74],["javggvideo.xyz",74],["mmtv01.xyz",74],["stbturbo.xyz",74],["trailerhg.xyz",74],["turboplayers.xyz",74],["turbovidhls.com",74],["steamseries88.com",75],["filmizle.*",76],["filmizletv.*",76],["filmizleplus.*",76],["fullhdfilm.*",76],["fullhdfilmizle.*",76],["gofilmizle.com",76],["hdfilmcehennemi.*",76],["hdfilmizlesene.*",76],["hdfilmsitesi.*",76],["sine5.dev",76],["sinezy.org",76],["asyaanimeleri.pw",77],["dizipal1057.com",78],["dizipal1058.com",78],["dizipal1059.com",78],["dizipal1060.com",78],["dizipal1061.com",78],["dizipal1062.com",78],["dizipal1063.com",78],["dizipal1064.com",78],["dizipal1065.com",78],["dizipal1066.com",78],["dizipal1067.com",78],["dizipal1068.com",78],["dizipal1069.com",78],["dizipal1070.com",78],["dizipal1071.com",78],["dizipal1072.com",78],["dizipal1073.com",78],["dizipal1074.com",78],["dizipal1075.com",78],["dizipal1076.com",78],["dizipal1077.com",78],["dizipal1078.com",78],["dizipal1079.com",78],["dizipal1080.com",78],["dizipal1081.com",78],["dizipal1082.com",78],["dizipal1083.com",78],["dizipal1084.com",78],["dizipal1085.com",78],["dizipal1086.com",78],["dizipal1087.com",78],["dizipal1088.com",78],["dizipal1089.com",78],["dizipal1090.com",78],["dizipal1091.com",78],["dizipal1092.com",78],["dizipal1093.com",78],["dizipal1094.com",78],["dizipal1095.com",78],["dizipal1096.com",78],["dizipal1097.com",78],["dizipal1098.com",78],["dizipal1099.com",78],["dizipal1100.com",78],["dizipal1101.com",78],["dizipal1102.com",78],["dizipal1103.com",78],["dizipal1104.com",78],["dizipal1105.com",78],["dizipal1106.com",78],["dizipal1107.com",78],["dizipal1108.com",78],["dizipal1109.com",78],["dizipal1110.com",78],["dizipal1111.com",78],["dizipal1112.com",78],["dizipal1113.com",78],["dizipal1114.com",78],["dizipal1115.com",78],["dizipal1116.com",78],["dizipal1117.com",78],["dizipal1118.com",78],["dizipal1119.com",78],["dizipal1120.com",78],["dizipal1121.com",78],["dizipal1122.com",78],["dizipal1123.com",78],["dizipal1124.com",78],["dizipal1125.com",78],["dizipal1126.com",78],["dizipal1127.com",78],["dizipal1128.com",78],["dizipal1129.com",78],["dizipal1130.com",78],["dizipal1131.com",78],["dizipal1132.com",78],["dizipal1133.com",78],["dizipal1134.com",78],["dizipal1135.com",78],["dizipal1136.com",78],["dizipal1137.com",78],["dizipal1138.com",78],["dizipal1139.com",78],["dizipal1140.com",78],["dizipal1141.com",78],["dizipal1142.com",78],["dizipal1143.com",78],["dizipal1144.com",78],["dizipal1145.com",78],["dizipal1146.com",78],["dizipal1147.com",78],["dizipal1148.com",78],["dizipal1149.com",78],["dizipal1150.com",78],["dizipal1151.com",78],["dizipal1152.com",78],["dizipal1153.com",78],["dizipal1154.com",78],["dizipal1155.com",78],["dizipal1156.com",78],["dizipal1157.com",78],["dizipal1158.com",78],["dizipal1159.com",78],["dizipal1160.com",78],["dizipal1161.com",78],["dizipal1162.com",78],["dizipal1163.com",78],["dizipal1164.com",78],["dizipal1165.com",78],["dizipal1166.com",78],["dizipal1167.com",78],["dizipal1168.com",78],["dizipal1169.com",78],["dizipal1170.com",78],["dizipal1171.com",78],["dizipal1172.com",78],["dizipal1173.com",78],["dizipal1174.com",78],["dizipal1175.com",78],["dizipal1176.com",78],["dizipal1177.com",78],["dizipal1178.com",78],["dizipal1179.com",78],["dizipal1180.com",78],["dizipal1181.com",78],["dizipal1182.com",78],["dizipal1183.com",78],["dizipal1184.com",78],["dizipal1185.com",78],["dizipal1186.com",78],["dizipal1187.com",78],["dizipal1188.com",78],["dizipal1189.com",78],["dizipal1190.com",78],["dizipal1191.com",78],["dizipal1192.com",78],["dizipal1193.com",78],["dizipal1194.com",78],["dizipal1195.com",78],["dizipal1196.com",78],["dizipal1197.com",78],["dizipal1198.com",78],["dizipal1199.com",78],["dizipal1200.com",78],["dizipal1201.com",78],["dizipal1202.com",78],["dizipal1203.com",78],["dizipal1204.com",78],["dizipal1205.com",78],["dizipal1206.com",78],["dizipal1207.com",78],["dizipal1208.com",78],["dizipal1209.com",78],["dizipal1210.com",78],["dizipal1211.com",78],["dizipal1212.com",78],["dizipal1213.com",78],["dizipal1214.com",78],["dizipal1215.com",78],["dizipal1216.com",78],["dizipal1217.com",78],["dizipal1218.com",78],["dizipal1219.com",78],["dizipal1220.com",78],["dizipal1221.com",78],["dizipal1222.com",78],["dizipal1223.com",78],["dizipal1224.com",78],["dizipal1225.com",78],["dizipal1226.com",78],["dizipal1227.com",78],["dizipal1228.com",78],["dizipal1229.com",78],["dizipal1230.com",78],["dizipal1231.com",78],["dizipal1232.com",78],["dizipal1233.com",78],["dizipal1234.com",78],["dizipal1235.com",78],["dizipal1236.com",78],["dizipal1237.com",78],["dizipal1238.com",78],["dizipal1239.com",78],["dizipal1240.com",78],["dizipal1241.com",78],["dizipal1242.com",78],["dizipal1243.com",78],["dizipal1244.com",78],["dizipal1245.com",78],["dizipal1246.com",78],["dizipal1247.com",78],["dizipal1248.com",78],["dizipal1249.com",78],["dizipal1250.com",78],["dizipal1251.com",78],["dizipal1252.com",78],["dizipal1253.com",78],["dizipal1254.com",78],["dizipal1255.com",78],["dizipal1256.com",78],["dizipal1257.com",78],["dizipal1258.com",78],["dizipal1259.com",78],["dizipal1260.com",78],["dizipal1261.com",78],["dizipal1262.com",78],["dizipal1263.com",78],["dizipal1264.com",78],["dizipal1265.com",78],["dizipal1266.com",78],["dizipal1267.com",78],["dizipal1268.com",78],["dizipal1269.com",78],["dizipal1270.com",78],["dizipal1271.com",78],["dizipal1272.com",78],["dizipal1273.com",78],["dizipal1274.com",78],["dizipal1275.com",78],["dizipal1276.com",78],["dizipal1277.com",78],["dizipal1278.com",78],["dizipal1279.com",78],["dizipal1280.com",78],["dizipal1281.com",78],["dizipal1282.com",78],["dizipal1283.com",78],["dizipal1284.com",78],["dizipal1285.com",78],["dizipal1286.com",78],["dizipal1287.com",78],["dizipal1288.com",78],["dizipal1289.com",78],["dizipal1290.com",78],["dizipal1291.com",78],["dizipal1292.com",78],["dizipal1293.com",78],["dizipal1294.com",78],["dizipal1295.com",78],["dizipal1296.com",78],["dizipal1297.com",78],["dizipal1298.com",78],["dizipal1299.com",78],["dizipal1300.com",78],["dizipal1301.com",78],["dizipal1302.com",78],["dizipal1303.com",78],["dizipal1304.com",78],["dizipal1305.com",78],["dizipal1306.com",78],["dizipal1307.com",78],["dizipal1308.com",78],["dizipal1309.com",78],["dizipal1310.com",78],["dizipal1311.com",78],["dizipal1312.com",78],["dizipal1313.com",78],["dizipal1314.com",78],["dizipal1315.com",78],["dizipal1316.com",78],["dizipal1317.com",78],["dizipal1318.com",78],["dizipal1319.com",78],["dizipal1320.com",78],["dizipal1321.com",78],["dizipal1322.com",78],["dizipal1323.com",78],["dizipal1324.com",78],["dizipal1325.com",78],["dizipal1326.com",78],["dizipal1327.com",78],["dizipal1328.com",78],["dizipal1329.com",78],["dizipal1330.com",78],["dizipal1331.com",78],["dizipal1332.com",78],["dizipal1333.com",78],["dizipal1334.com",78],["dizipal1335.com",78],["dizipal1336.com",78],["dizipal1337.com",78],["dizipal1338.com",78],["dizipal1339.com",78],["dizipal1340.com",78],["dizipal1341.com",78],["dizipal1342.com",78],["dizipal1343.com",78],["dizipal1344.com",78],["dizipal1345.com",78],["dizipal1346.com",78],["dizipal1347.com",78],["dizipal1348.com",78],["dizipal1349.com",78],["dizipal1350.com",78],["canlikolik.my",[79,80]],["pandaspor.live",81],["optraco.top",82],["eroasmr.com",83],["bussyhunter.com",84],["xcloud.*",85],["xfile.*",86],["anime4u.pro",86],["kusonime.com",87],["codingnepalweb.com",88],["demonoid.is",89],["freebie-ac.jp",90],["streamingcommunity.*",91],["derstandard.at",92],["derstandard.de",92],["www.chip.de",93],["redketchup.io",94],["zefoy.com",95],["idoitmyself.xyz",96],["uploadboy.com",97],["reymit.ir",98],["empire-anime.*",99],["empire-stream.*",99],["empire-streaming.*",99],["empire-streamz.*",99],["download.megaup.net",100],["adultdeepfakes.com",101],["linkshortify.com",102],["nexusmods.com",103],["comidacaseira.me",104],["tvbanywherena.com",105],["haveibeenpwned.com",106],["trainerscity.com",107],["tikmate.app",108],["sonixgvn.net",109],["paste-drop.com",110],["filext.com",111],["choralia.net",112],["kiddyearner.com",113],["colourxh.site",114],["fullxh.com",114],["galleryxh.site",114],["megaxh.com",114],["movingxh.world",114],["seexh.com",114],["unlockxh4.com",114],["valuexh.life",114],["xhaccess.com",114],["xhadult2.com",114],["xhadult3.com",114],["xhadult4.com",114],["xhadult5.com",114],["xhamster.*",114],["xhamster1.*",114],["xhamster10.*",114],["xhamster11.*",114],["xhamster12.*",114],["xhamster13.*",114],["xhamster14.*",114],["xhamster15.*",114],["xhamster16.*",114],["xhamster17.*",114],["xhamster18.*",114],["xhamster19.*",114],["xhamster20.*",114],["xhamster2.*",114],["xhamster3.*",114],["xhamster4.*",114],["xhamster42.*",114],["xhamster46.com",114],["xhamster5.*",114],["xhamster7.*",114],["xhamster8.*",114],["xhamsterporno.mx",114],["xhbig.com",114],["xhbranch5.com",114],["xhchannel.com",114],["xhdate.world",114],["xhlease.world",114],["xhmoon5.com",114],["xhofficial.com",114],["xhopen.com",114],["xhplanet1.com",114],["xhplanet2.com",114],["xhreal2.com",114],["xhreal3.com",114],["xhspot.com",114],["xhtotal.com",114],["xhtree.com",114],["xhvictory.com",114],["xhwebsite.com",114],["xhwebsite2.com",114],["xhwebsite5.com",114],["xhwide1.com",114],["xhwide2.com",114],["xhwide5.com",114],["katfile.*",[115,116]],["bombuj.*",117],["dragontea.ink",118],["perchance.org",[119,120]],["cheater.ninja",121],["dizikral.com",[122,123]],["dizikral1.pro",122],["dizikral2.pro",122],["7mmtv.sx",124],["barstoolsports.com",125],["filmi7.net",126],["hidan.co",127],["hidan.sh",127],["authenticateme.xyz",128],["filmizlehdizle.com",129],["fullfilmizlesene.net",129],["strcloud.in",130],["streamta.site",130],["streamtape.*",130],["tapepops.com",130],["watchadsontape.com",130],["tempmail.ninja",131],["filmy4wap.co.in",132],["filmy4waps.org",132],["filiser.eu",133],["wishflix.cc",133],["zalukaj.io",133],["infinityscans.xyz",[134,135]],["infinityscans.net",[134,135]],["infinityscans.org",[134,135]],["abs-cbn.com",136],["cdn.tiesraides.lv",137],["filmizleplus.cc",138],["nhentai.net",140],["indianporngirl10.com",141],["exploader.net",142],["lewdgames.to",143],["flixhouse.com",144],["eatcells.com",145],["ripplehub.site",146],["1337x.fyi",147],["1337x.pro",147],["magnetdl.*",148],["dynamix.top",149],["pendujatt.com.se",150],["ditjesendatjes.nl",151],["tv.onefootball.com",152],["clickapi.net",153],["kkinstagram.com",154],["kkscript.com",154],["streamflash.sx",155],["moviekhhd.biz",156],["sporx.com",157]]);
374
374
  const exceptionsMap = new Map([["xcloud.eu",[85]],["xcloud.host",[85]]]);
375
375
  const hasEntities = true;
376
376
  const hasAncestors = false;
@@ -350,8 +350,8 @@ function safeSelf() {
350
350
  /******************************************************************************/
351
351
 
352
352
  const scriptletGlobals = {}; // eslint-disable-line
353
- const argsList = [["Function.prototype.toString","( ) => value","runInterstitial(e){if(this.#fe.interstitial)return void this.#r.error(\"interstitial zone already loaded on page\");this.#fe.interstitial=!0;const{zoneId:t,sub1:r,isAutoTag:n,collectiveZoneId:i,linkedZoneId:o,aggressivity:s,recordPageView:a,abTest:c,tagVersionSuffix:u}=e;if(!t)throw new Error(\"mandatory zoneId is not provided!\");if(!we(t))throw new Error(\"zoneId is not a string!\");this.#r.debug(\"loading interstitial on page\");const l={zoneId:t,sub1:r,isAutoTag:n,collectiveZoneId:i,linkedZoneId:o,aggressivity:s,recordPageView:a,abTest:c,tagVersionSuffix:u,adcashGlobalName:this.#xe,adserverDomain:this.#v,adblockSettings:this.#s,uniqueFingerprint:this.#C,isLoadedAsPartOfLibrary:!1};if(this.#pe.add(t),this.#Ce.Interstitial)return l.isLoadedAsPartOfLibrary=!0,void new this.#Ce.Interstitial(l);if(window.Interstitial)new Interstitial(l);else{const e=document.createElement(\"script\");e.type=\"text/javascript\",e.src=`${location.protocol}//${this.#he}/script/interstitial.js`,e.setAttribute(\"a-lib\",\"1\"),e.onload=()=>{new Interstitial(l)},e.onerror=()=>{this.#r.error(`failed loading ${e.src}`)},document.head.appendChild(e)}}"],["Function.prototype.toString","( ) => (( ) => value)","runInPagePush(t){if(this.#ft.inPagePush)return void this.#r.error(\"in-page push zone already loaded on page\");this.#ft.inPagePush=!0;const{zoneId:e,delay:r,maxAds:n,renderPosDesktop:i,renderPosMobile:o,offsetTop:s,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g}=t;let{refreshRate:p}=t;if(!e)throw new Error(\"mandatory zoneId is not provided!\");if(!wt(e))throw new Error(\"zoneId is not a string!\");if(void 0!==p&&(!yt(p)||p<0))throw new Error(\"refreshRate is not an integer or is less than zero\");if(void 0!==r&&(!yt(r)||r<0))throw new Error(\"delay is not an integer or is less than zero\");if(void 0!==n&&(!yt(n)||n<1))throw new Error(\"maxAds is not an integer or is less than one\");if(void 0!==i&&!xt(i))throw new Error(\"renderPosDesktop is not valid\");if(void 0!==o&&!xt(o))throw new Error(\"renderPosMobile is not valid\");if(void 0!==s&&(!yt(s)||s<0))throw new Error(\"offsetTop is not an integer or is less than zero\");this.#r.debug(\"loading in-page push on page\"),c?this.#pt.add(u):this.#pt.add(e),void 0!==p&&p>0&&p<10&&(p<5?p*=60:p=30),this.#r.debug(\"ipp rr set to\",p);const v={zoneId:e,refreshRate:p??60,delay:r??0,maxAds:n??1,renderPosDesktop:i??\"top\",renderPosMobile:o??\"top\",offsetTop:s??0,sub1:a,isAutoTag:c,collectiveZoneId:u,linkedZoneId:l,aggressivity:d,recordPageView:h,abTest:f,tagVersionSuffix:g,adserverDomain:this.#v,adblockSettings:this.#s,adcashGlobalName:this.#xt,isLoadedAsPartOfLibrary:!1,uniqueFingerprint:this.#C};if(this.#Ct.InPagePush)return v.isLoadedAsPartOfLibrary=!0,void new this.#Ct.InPagePush(v);if(window.InPagePush)new window.InPagePush(v);else{const t=document.createElement(\"script\");t.type=\"text/javascript\",t.src=`${window.location.protocol}//${this.#ht}/script/inpagepush.js`,t.setAttribute(\"nipp\",\"1\"),t.onload=()=>{new window.InPagePush(v)},t.onerror=()=>{this.#r.error(`failed loading ${t.src}`)},document.head.appendChild(t)}}"],["atob","/.+/g","","condition","script.innerHTML"],["decodeURIComponent","Math.random() <= 0.15","false"],["atob","/.+/","","condition","/(www\\.[a-z]{8,16}\\.com|cloudfront\\.net)\\/.+\\.(css|js)$/"],["Array.prototype.shift","/^.+$/s","","condition","https"],["atob","skmedix.com","skmedix.pl"],["String.prototype.concat","/.+/","adBlockerDismissed","condition","adBlockerDismissed_"],["atob",".length === 0",".length === 31"],["atob","window.matchMedia('(display-mode: standalone)').matches","true"]];
354
- const hostnamesMap = new Map([["japscan.*",[0,1]],["cdn.gledaitv.*",2],["laweducationinfo.com",3],["savemoneyinfo.com",3],["worldaffairinfo.com",3],["godstoryinfo.com",3],["successstoryinfo.com",3],["cxissuegk.com",3],["learnmarketinfo.com",3],["bhugolinfo.com",3],["armypowerinfo.com",3],["rsgamer.app",3],["phonereviewinfo.com",3],["makeincomeinfo.com",3],["gknutshell.com",3],["vichitrainfo.com",3],["workproductivityinfo.com",3],["dopomininfo.com",3],["hostingdetailer.com",3],["fitnesssguide.com",3],["tradingfact4u.com",3],["cryptofactss.com",3],["softwaredetail.com",3],["artoffocas.com",3],["insurancesfact.com",3],["travellingdetail.com",3],["watchluna.com",4],["abysscdn.com",5],["fullfreeimage.com",5],["hihihaha1.xyz",5],["hydraxcdn.biz",5],["imagelovers.com",5],["player-cdn.com",5],["playermeow.com",5],["playhydrax.com",5],["rufiiguta.com",5],["skmedix.pl",6],["th.gl",7],["infinityscans.xyz",[8,9]],["infinityscans.net",[8,9]],["infinityscans.org",[8,9]]]);
353
+ const argsList = [["atob","/.+/g","","condition","script.innerHTML"],["Headers.prototype.get","/.+/","image/png.","condition","/^text\\/plain;charset=UTF-8$/"],["decodeURIComponent","Math.random() <= 0.15","false"],["atob","/.+/","","condition","/(www\\.[a-z]{8,16}\\.com|cloudfront\\.net)\\/.+\\.(css|js)$/"],["Array.prototype.shift","/^.+$/s","","condition","https"],["atob","skmedix.com","skmedix.pl"],["String.prototype.concat","/.+/","adBlockerDismissed","condition","adBlockerDismissed_"],["atob",".length === 0",".length === 31"],["atob","window.matchMedia('(display-mode: standalone)').matches","true"]];
354
+ const hostnamesMap = new Map([["cdn.gledaitv.*",0],["omuzaani.me",1],["laweducationinfo.com",2],["savemoneyinfo.com",2],["worldaffairinfo.com",2],["godstoryinfo.com",2],["successstoryinfo.com",2],["cxissuegk.com",2],["learnmarketinfo.com",2],["bhugolinfo.com",2],["armypowerinfo.com",2],["rsgamer.app",2],["phonereviewinfo.com",2],["makeincomeinfo.com",2],["gknutshell.com",2],["vichitrainfo.com",2],["workproductivityinfo.com",2],["dopomininfo.com",2],["hostingdetailer.com",2],["fitnesssguide.com",2],["tradingfact4u.com",2],["cryptofactss.com",2],["softwaredetail.com",2],["artoffocas.com",2],["insurancesfact.com",2],["travellingdetail.com",2],["watchluna.com",3],["abysscdn.com",4],["fullfreeimage.com",4],["hihihaha1.xyz",4],["hydraxcdn.biz",4],["imagelovers.com",4],["player-cdn.com",4],["playermeow.com",4],["playhydrax.com",4],["rufiiguta.com",4],["skmedix.pl",5],["th.gl",6],["infinityscans.xyz",[7,8]],["infinityscans.net",[7,8]],["infinityscans.org",[7,8]]]);
355
355
  const exceptionsMap = new Map([]);
356
356
  const hasEntities = true;
357
357
  const hasAncestors = false;
@@ -332,10 +332,10 @@ function runAt(fn, when) {
332
332
  /******************************************************************************/
333
333
 
334
334
  const scriptletGlobals = {}; // eslint-disable-line
335
- const argsList = [[".navbar-nav > li#navpromo2.nav-item > a","onclick","let a=function(){};return false;"],["*:not(#nitro-top,.nitro-any,#nitro-body-desktop,#nitro-header-mobile) > ins.adsbygoogle:not(:has(#aswift_0))","data-ad-status","filled"],["ins.adsbygoogle:has(> #aswift_0_host)","data-ad-status","unfilled"],["frameset[rows=\"95,30,*\"]","rows","0,30,*"]];
336
- const hostnamesMap = new Map([["japscan.*",0],["pvpoke-re.com",[1,2]],["mt-soft.sakura.ne.jp",3]]);
335
+ const argsList = [["ins.adsbygoogle:has(> #aswift_0_host)","data-ad-status","unfilled"],["*:not(.main-wrap:has(~ [id^=\"nitro-sidebar\"] .nitro-side) #nitro-top,.main-wrap:has(~ [id^=\"nitro-sidebar\"] .nitro-side) #nitro-body-desktop,[id^=\"nitro-sidebar\"]:has(.nitro-side) ~ #nitro-header-mobile) > ins.adsbygoogle:not(:has(#aswift_0))","data-ad-status","filled"],["frameset[rows=\"95,30,*\"]","rows","0,30,*"]];
336
+ const hostnamesMap = new Map([["pvpoke-re.com",[0,1]],["mt-soft.sakura.ne.jp",2]]);
337
337
  const exceptionsMap = new Map([]);
338
- const hasEntities = true;
338
+ const hasEntities = false;
339
339
  const hasAncestors = false;
340
340
 
341
341
  const collectArgIndices = (hn, map, out) => {
@@ -460,8 +460,8 @@ function validateConstantFn(trusted, raw, extraArgs = {}) {
460
460
  /******************************************************************************/
461
461
 
462
462
  const scriptletGlobals = {}; // eslint-disable-line
463
- const argsList = [["aclib","json:{\"isShowingPop\": false}"],["_omapp.scripts.geolocation","{\"value\": {\"status\":\"loaded\",\"object\":null,\"data\":{\"country\":{\"shortName\":\"\",\"longName\":\"\"},\"administrative_area_level_1\":{\"shortName\":\"\",\"longName\":\"\"},\"administrative_area_level_2\":{\"shortName\":\"\",\"longName\":\"\"},\"locality\":{\"shortName\":\"\",\"longName\":\"\"},\"original\":{\"ip\":\"\",\"ip_decimal\":null,\"country\":\"\",\"country_eu\":false,\"country_iso\":\"\",\"city\":\"\",\"latitude\":null,\"longitude\":null,\"user_agent\":{\"product\":\"\",\"version\":\"\",\"comment\":\"\",\"raw_value\":\"\"},\"zip_code\":\"\",\"time_zone\":\"\"}},\"error\":\"\"}}"],["document.activeElement","json:{\"tagName\": \"IFRAME\"}"],["navigator.userAgent","{\"value\": \"Mozilla/5.0 (iPhone14,3; U; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/19A346 Safari/602.1\"}"],["google_srt","json:0.61234"],["premium","'1'"],["reklamlar","json:[{\"sure\":\"0\"}]"],["clickAds.banner.urls","json:[{\"url\":{\"limit\":0,\"url\":\"\"}}]"],["asc","json:{\"cmd\": [null], \"que\": [null], \"wrapperVersion\": \"6.19.0\", \"refreshQue\": {\"waitDelay\": 3000, \"que\": []}, \"isLoaded\": true, \"bidderSettings\": {}, \"libLoaded\": true, \"version\": \"v9.20.0\", \"installedModules\": [], \"adUnits\": [], \"aliasRegistry\": {}, \"medianetGlobals\": {}}"],["google_tag_manager","json:{ \"G-Z8CH48V654\": { \"_spx\": false, \"bootstrap\": 1704067200000, \"dataLayer\": { \"name\": \"dataLayer\" } }, \"SANDBOXED_JS_SEMAPHORE\": 0, \"dataLayer\": { \"gtmDom\": true, \"gtmLoad\": true, \"subscribers\": 1 }, \"sequence\": 1 }"],["navigator.userAgent","{\"value\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1\"}"],["navigator.platform","{\"value\": \"iPhone\"}"],["dtGonza.playeradstime","\"-1\""],["ADS.STATUS_ERROR","json:\"COMPLETE\""],["__NEXT_DATA__.props.pageProps.broadcastData.remainingWatchDuration","json:9999999999"],["document.referrer","json:\"1\""],["premium","json:1"],["dtGonza.playeradstime","json:\"0\""],["libAnalytics","json: {\"status\":{\"dataAvailable\":false},\"data\":{}}"]];
464
- const hostnamesMap = new Map([["japscan.*",0],["seclore.com",1],["procinehub.com",2],["bookmystrip.com",2],["upshrink.com",3],["streamelements.com",4],["emturbovid.com",5],["findjav.com",5],["javggvideo.xyz",5],["mmtv01.xyz",5],["stbturbo.xyz",5],["trailerhg.xyz",5],["turboplayers.xyz",5],["turbovidhls.com",5],["canlikolik.my",6],["savefrom.net",7],["jetpunk.com",[8,9]],["app.blubank.com",10],["mobileweb.bankmellat.ir",[10,11]],["cinemitas.org",12],["cinelatino.net",12],["cineplus123.org",12],["paraveronline.org",12],["verpelis.gratis",12],["littlebigsnake.com",13],["rooter.gg",14],["comdotgame.com",15],["sextb.*>>",16],["idlixku.com",17],["globo.com",18]]);
463
+ const argsList = [["_omapp.scripts.geolocation","{\"value\": {\"status\":\"loaded\",\"object\":null,\"data\":{\"country\":{\"shortName\":\"\",\"longName\":\"\"},\"administrative_area_level_1\":{\"shortName\":\"\",\"longName\":\"\"},\"administrative_area_level_2\":{\"shortName\":\"\",\"longName\":\"\"},\"locality\":{\"shortName\":\"\",\"longName\":\"\"},\"original\":{\"ip\":\"\",\"ip_decimal\":null,\"country\":\"\",\"country_eu\":false,\"country_iso\":\"\",\"city\":\"\",\"latitude\":null,\"longitude\":null,\"user_agent\":{\"product\":\"\",\"version\":\"\",\"comment\":\"\",\"raw_value\":\"\"},\"zip_code\":\"\",\"time_zone\":\"\"}},\"error\":\"\"}}"],["document.activeElement","json:{\"tagName\": \"IFRAME\"}"],["navigator.userAgent","{\"value\": \"Mozilla/5.0 (iPhone14,3; U; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/19A346 Safari/602.1\"}"],["google_srt","json:0.61234"],["premium","'1'"],["reklamlar","json:[{\"sure\":\"0\"}]"],["clickAds.banner.urls","json:[{\"url\":{\"limit\":0,\"url\":\"\"}}]"],["asc","json:{\"cmd\": [null], \"que\": [null], \"wrapperVersion\": \"6.19.0\", \"refreshQue\": {\"waitDelay\": 3000, \"que\": []}, \"isLoaded\": true, \"bidderSettings\": {}, \"libLoaded\": true, \"version\": \"v9.20.0\", \"installedModules\": [], \"adUnits\": [], \"aliasRegistry\": {}, \"medianetGlobals\": {}}"],["google_tag_manager","json:{ \"G-Z8CH48V654\": { \"_spx\": false, \"bootstrap\": 1704067200000, \"dataLayer\": { \"name\": \"dataLayer\" } }, \"SANDBOXED_JS_SEMAPHORE\": 0, \"dataLayer\": { \"gtmDom\": true, \"gtmLoad\": true, \"subscribers\": 1 }, \"sequence\": 1 }"],["navigator.userAgent","{\"value\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1\"}"],["navigator.platform","{\"value\": \"iPhone\"}"],["dtGonza.playeradstime","\"-1\""],["ADS.STATUS_ERROR","json:\"COMPLETE\""],["__NEXT_DATA__.props.pageProps.broadcastData.remainingWatchDuration","json:9999999999"],["document.referrer","json:\"1\""],["premium","json:1"],["dtGonza.playeradstime","json:\"0\""],["libAnalytics","json: {\"status\":{\"dataAvailable\":false},\"data\":{}}"]];
464
+ const hostnamesMap = new Map([["seclore.com",0],["procinehub.com",1],["bookmystrip.com",1],["upshrink.com",2],["streamelements.com",3],["emturbovid.com",4],["findjav.com",4],["javggvideo.xyz",4],["mmtv01.xyz",4],["stbturbo.xyz",4],["trailerhg.xyz",4],["turboplayers.xyz",4],["turbovidhls.com",4],["canlikolik.my",5],["savefrom.net",6],["jetpunk.com",[7,8]],["app.blubank.com",9],["mobileweb.bankmellat.ir",[9,10]],["cinemitas.org",11],["cinelatino.net",11],["cineplus123.org",11],["paraveronline.org",11],["verpelis.gratis",11],["littlebigsnake.com",12],["rooter.gg",13],["comdotgame.com",14],["sextb.*>>",15],["idlixku.com",16],["globo.com",17]]);
465
465
  const exceptionsMap = new Map([]);
466
466
  const hasEntities = true;
467
467
  const hasAncestors = true;
@@ -439,8 +439,8 @@ function getRandomTokenFn() {
439
439
  /******************************************************************************/
440
440
 
441
441
  const scriptletGlobals = {}; // eslint-disable-line
442
- const argsList = [["Document.prototype.querySelectorAll","\"/^#/\"","prevent","/nawNA inlineScript/"],["Document.prototype.querySelector","\"/^\\[class~=/\"","prevent","inlineScript"],["Document.prototype.getElementsByClassName","\"/#/\""],["Document.prototype.createElement","\"script\"","prevent","litespeed/js"],["eval","\"/chp_?ad/\"","prevent"],["Document.prototype.querySelector","\"/[0-9a-f]+-modal/\"","abort","/\\/[0-9a-f]+\\.js\\?ver=/"],["HTMLScriptElement.prototype.setAttribute","\"data-sdk\"","abort"],["eval","\"adsBlocked\""],["Storage.prototype.setItem","searchCount"],["fetch","\"flashtalking\""],["DOMTokenList.prototype.add","\"-\""],["HTMLScriptElement.prototype.setAttribute","\"data-cfasync\"","abort"],["DOMTokenList.prototype.add","\"-\"","prevent","/wp-content\\/uploads\\/[a-z]+\\/[a-z]+\\.js/"]];
443
- const hostnamesMap = new Map([["japscan.*",[0,1,2]],["yaoimangaonline.com",3],["nxbrew.net",4],["tresdaos.com",4],["manhwass.com",5],["cinema.com.my",6],["allcelebspics.com",7],["alttyab.net",7],["an1me.*",7],["androjungle.com",7],["arkadmin.fr",7],["azoranov.com",7],["barranquillaestereo.com",7],["brasilsimulatormods.com",7],["cambrevenements.com",7],["cartoonstvonline.com",7],["comparili.net",7],["diaobe.net",7],["filegajah.com",7],["filmestorrent.tv",7],["franceprefecture.fr",7],["freecricket.net",7],["germanvibes.org",7],["getmaths.co.uk",7],["gewinnspiele-markt.com",7],["hamzag.com",7],["hannibalfm.net",7],["hornyconfessions.com",7],["ilcamminodiluce.it",7],["joguinhosgratis.com",7],["joziporn.com",7],["justpaste.top",7],["mctechsolutions.in",7],["medibok.se",7],["megafire.net",7],["mirrorpoi.my.id",7],["mockuphunts.com",7],["mortaltech.com",7],["multivideodownloader.com",7],["nauci-engleski.com",7],["nauci-njemacki.com",7],["nekopoi.my.id",7],["pa1n.xyz",7],["papafoot.*",7],["playertv.net",7],["programsolve.com",7],["radio-deejay.com",7],["ranaaclanhungary.com",7],["rasoi.me",7],["riprendiamocicatania.com",7],["rsrlink.in",7],["seriesperu.com",7],["shmapp.ca",7],["skillmineopportunities.com",7],["teczpert.com",7],["totalsportek.app",7],["tromcap.com",7],["tv0800.com",7],["tv3monde.com",7],["ustrendynews.com",7],["watchnow.fun",7],["yelitzonpc.com",7],["ymknow.xyz",7],["shomareh-yab.ir",8],["cimanow.cc",9],["freex2line.online",9],["evaki.fun",10],["sportshub.to",10],["sportnews.to",10],["bebasbokep.online",11],["asianboy.fans",12]]);
442
+ const argsList = [["Document.prototype.createElement","\"script\"","prevent","litespeed/js"],["eval","\"/chp_?ad/\"","prevent"],["Document.prototype.querySelector","\"/[0-9a-f]+-modal/\"","abort","/\\/[0-9a-f]+\\.js\\?ver=/"],["HTMLScriptElement.prototype.setAttribute","\"data-sdk\"","abort"],["eval","\"adsBlocked\""],["Storage.prototype.setItem","searchCount"],["fetch","\"flashtalking\""],["DOMTokenList.prototype.add","\"-\""],["HTMLScriptElement.prototype.setAttribute","\"data-cfasync\"","abort"],["DOMTokenList.prototype.add","\"-\"","prevent","/wp-content\\/uploads\\/[a-z]+\\/[a-z]+\\.js/"]];
443
+ const hostnamesMap = new Map([["yaoimangaonline.com",0],["nxbrew.net",1],["tresdaos.com",1],["manhwass.com",2],["cinema.com.my",3],["allcelebspics.com",4],["alttyab.net",4],["an1me.*",4],["androjungle.com",4],["arkadmin.fr",4],["azoranov.com",4],["barranquillaestereo.com",4],["brasilsimulatormods.com",4],["cambrevenements.com",4],["cartoonstvonline.com",4],["comparili.net",4],["diaobe.net",4],["filegajah.com",4],["filmestorrent.tv",4],["franceprefecture.fr",4],["freecricket.net",4],["germanvibes.org",4],["getmaths.co.uk",4],["gewinnspiele-markt.com",4],["hamzag.com",4],["hannibalfm.net",4],["hornyconfessions.com",4],["ilcamminodiluce.it",4],["joguinhosgratis.com",4],["joziporn.com",4],["justpaste.top",4],["mctechsolutions.in",4],["medibok.se",4],["megafire.net",4],["mirrorpoi.my.id",4],["mockuphunts.com",4],["mortaltech.com",4],["multivideodownloader.com",4],["nauci-engleski.com",4],["nauci-njemacki.com",4],["nekopoi.my.id",4],["pa1n.xyz",4],["papafoot.*",4],["playertv.net",4],["programsolve.com",4],["radio-deejay.com",4],["ranaaclanhungary.com",4],["rasoi.me",4],["riprendiamocicatania.com",4],["rsrlink.in",4],["seriesperu.com",4],["shmapp.ca",4],["skillmineopportunities.com",4],["teczpert.com",4],["totalsportek.app",4],["tromcap.com",4],["tv0800.com",4],["tv3monde.com",4],["ustrendynews.com",4],["watchnow.fun",4],["yelitzonpc.com",4],["ymknow.xyz",4],["shomareh-yab.ir",5],["cimanow.cc",6],["freex2line.online",6],["evaki.fun",7],["sportshub.to",7],["sportnews.to",7],["bebasbokep.online",8],["asianboy.fans",9]]);
444
444
  const exceptionsMap = new Map([]);
445
445
  const hasEntities = true;
446
446
  const hasAncestors = false;
@@ -443,9 +443,9 @@ class JSONPath {
443
443
  break;
444
444
  }
445
445
  if ( c === 0x5C /* \ */ && (end+1) < len ) {
446
- parts.push(query.slice(beg, end));
447
446
  const d = query.charCodeAt(end+1);
448
- if ( d === targetCharCode || d === 0x5C ) {
447
+ if ( d === targetCharCode ) {
448
+ parts.push(query.slice(beg, end));
449
449
  end += 1;
450
450
  beg = end;
451
451
  }
@@ -435,9 +435,9 @@ class JSONPath {
435
435
  break;
436
436
  }
437
437
  if ( c === 0x5C /* \ */ && (end+1) < len ) {
438
- parts.push(query.slice(beg, end));
439
438
  const d = query.charCodeAt(end+1);
440
- if ( d === targetCharCode || d === 0x5C ) {
439
+ if ( d === targetCharCode ) {
440
+ parts.push(query.slice(beg, end));
441
441
  end += 1;
442
442
  beg = end;
443
443
  }
@@ -72,9 +72,14 @@ function preventFetchFn(
72
72
  const responseProps = {
73
73
  statusText: { value: 'OK' },
74
74
  };
75
+ const responseHeaders = {};
75
76
  if ( /^\{.*\}$/.test(responseType) ) {
76
77
  try {
77
78
  Object.entries(JSON.parse(responseType)).forEach(([ p, v ]) => {
79
+ if ( p === 'headers' && trusted ) {
80
+ Object.assign(responseHeaders, v);
81
+ return;
82
+ }
78
83
  if ( validResponseProps[p] === undefined ) { return; }
79
84
  if ( validResponseProps[p].includes(v) === false ) { return; }
80
85
  responseProps[p] = { value: v };
@@ -127,11 +132,11 @@ function preventFetchFn(
127
132
  }
128
133
  return Promise.resolve(generateContentFn(trusted, responseBody)).then(text => {
129
134
  safe.uboLog(logPrefix, `Prevented with response "${text}"`);
130
- const response = new Response(text, {
131
- headers: {
132
- 'Content-Length': text.length,
133
- }
134
- });
135
+ const headers = Object.assign({}, responseHeaders);
136
+ if ( headers['content-length'] === undefined ) {
137
+ headers['content-length'] = text.length;
138
+ }
139
+ const response = new Response(text, { headers });
135
140
  const props = Object.assign(
136
141
  { url: { value: details.url } },
137
142
  responseProps
@@ -371,8 +371,8 @@ function getRandomTokenFn() {
371
371
  /******************************************************************************/
372
372
 
373
373
  const scriptletGlobals = {}; // eslint-disable-line
374
- const argsList = [["Promise","detectedAdblock"],["document.addEventListener","ai_run"],["setTimeout","Aff"],["Object.defineProperty","ADMStorageFileCDN"],["document.addEventListener","open"],["$","aff"],["document.addEventListener","pop"],["document.addEventListener","POP"],["document.addEventListener","popunder"],["$","arrDirectLink"],["document.getElementById","openPop"],["jQuery","popup"],["WebAssembly","globalThis"],["navigator","devtoolsDetector"],["document.addEventListener","adx"],["$","adblock"],["Symbol","break;case $"],["document.createElement",";break;case"],["eval","$._Eu"],["setTimeout","ad_block"],["jQuery","Popup"],["setInterval","offsetHeight"],["document.addEventListener","Click"],["document.getElementsByClassName","reading-content"],["document.createElement","optad"],["JSON.parse","break;case $."],["$","PopUnder"],["window.addEventListener","Ads"],["jQuery","click_time"],["JSON","fromCharCode"],["document.createElement","script"],["addEvent","popu"],["$","p0pUpRandom"],["window.addEventListener","localStorage"],["document.querySelectorAll","popMagic"],["document.getElementById","myModal"],["$","window.open"],["setTimeout","appendChild"],["eval"],["Promise","break;case"],["document.addEventListener","opup"],["jQuery","window.open"],["document.addEventListener","runAllDetections"],["jQuery","open"],["WebAssembly","instantiate"],["document.write","snow"],["setTimeout","open"],["jQuery","click_ads"],["setTimeout","window.location"]];
375
- const hostnamesMap = new Map([["10gb.vn",0],["audiotruyenfull.com",[1,2]],["imail.edu.vn",[2,19]],["www.motchill28.com",2],["trumtruyen.live",2],["teamlanhlungday.store",[2,36]],["cafef.vn",3],["gamek.vn",3],["genk.vn",3],["kenh14.vn",3],["soha.vn",3],["tuoitre.vn",3],["afamily.vn",3],["thanhnien.vn",3],["checkscam.vn",4],["game8.vn",4],["cunghocvui.com",4],["childish2x1.fun",5],["childish2x2.fun",5],["cliphubs.com",6],["clipphot.net",7],["dualeotruyenev.com",[8,44]],["economic45882.shop",9],["cdn4.tiptoe34x1.fun",9],["freeplayervideo.com",10],["abysscdn.com",10],["player-cdn.com",10],["playhydrax.com",10],["gocmod.com",11],["goctruyentranhvui17.com",12],["nettruyenar.com",12],["sextop1.show",12],["hhvsub1.com",12],["vn5.sexviet88.xyz",[12,44]],["gotphim.com",13],["haysexvl.life",14],["hh2d.tv",15],["hh3dhay.life",[16,17,18]],["tram3d.com",17],["tram3d.me",18],["animevietsub.show",18],["ios.codevn.net",[20,21]],["javhd.shop",22],["laophatgia.net",23],["linkneverdie.net",24],["linkneverdie.top",24],["linkneverdie2.com",24],["lrepacks.net",25],["lxmanga.my",[26,44]],["memecup.io",27],["motchilltvphim.com",28],["nettruyenvia.com",29],["p.thoctv.com",30],["phimmoi.sale",31],["phimtho.cc",32],["quatvn.love",[33,44]],["rphang.online",34],["misskon.com",34],["saigon24.net",35],["tusachmanga99.com",36],["tram3d.xyz",37],["truyen247.pro",38],["truyenqqtto.com",39],["phim.haysex.asia",39],["truyensextv.com",40],["yanhh3d.vip",40],["s4.chinav.sex",40],["vailonxx.vip",41],["vanphatelectric.com",42],["viet69.my",43],["vlxx.bz",44],["yurineko.my",44],["haysexvl.net",44],["cliphot69.shop",44],["doctruyen3qui15.com",44],["ihentai.cloud",44],["hentaivc.com",44],["buomtv.media",44],["truyenvn.shop",44],["javtiful.com",44],["phimsexhayvn35.com",44],["phim18hdxx.com",44],["xem.sexnung3x.com",44],["demo.14412882.com",44],["cliphot69.pics",44],["hhtq5.vip",44],["sexdiary.club",44],["vn2.xvideos69.xxx",44],["umetruyenz.net",44],["damconuong.co",44],["truyenqqgo.com",44],["clipsexsub3x.net",44],["sayhentaii.art",44],["motphim.pokemonviet.com",44],["vungoctuan.vn",45],["www.toptruyentv11.com",46],["www.truyen35zz.com",47],["xnxx-sex-videos.com",48]]);
374
+ const argsList = [["Promise","detectedAdblock"],["document.addEventListener","ai_run"],["setTimeout","Aff"],["Object.defineProperty","ADMStorageFileCDN"],["document.addEventListener","open"],["$","aff"],["document.addEventListener","pop"],["document.addEventListener","POP"],["document.addEventListener","popunder"],["$","arrDirectLink"],["document.getElementById","openPop"],["jQuery","popup"],["WebAssembly","globalThis"],["navigator","devtoolsDetector"],["document.addEventListener","adx"],["$","adblock"],["Symbol","break;case $"],["document.createElement",";break;case"],["eval","$._Eu"],["setTimeout","ad_block"],["jQuery","Popup"],["setInterval","offsetHeight"],["document.addEventListener","Click"],["document.getElementsByClassName","reading-content"],["document.createElement","optad"],["JSON.parse","break;case $."],["$","PopUnder"],["jQuery","click_time"],["JSON","fromCharCode"],["document.createElement","script"],["window.addEventListener","Ads"],["addEvent","popu"],["$","p0pUpRandom"],["window.addEventListener","localStorage"],["document.querySelectorAll","popMagic"],["document.getElementById","myModal"],["$","window.open"],["document.addEventListener","adState"],["setTimeout","appendChild"],["eval"],["Promise","break;case"],["document.addEventListener","opup"],["jQuery","window.open"],["document.addEventListener","runAllDetections"],["jQuery","open"],["WebAssembly","instantiate"],["document.addEventListener","atob"],["document.write","snow"],["setTimeout","open"],["jQuery","click_ads"],["setTimeout","window.location"]];
375
+ const hostnamesMap = new Map([["10gb.vn",0],["audiotruyenfull.com",[1,2]],["imail.edu.vn",[2,19]],["www.motchill29.com",2],["trumtruyen.xyz",2],["teamlanhlungday.store",[2,36]],["cafef.vn",3],["gamek.vn",3],["genk.vn",3],["kenh14.vn",3],["soha.vn",3],["tuoitre.vn",3],["afamily.vn",3],["thanhnien.vn",3],["checkscam.vn",4],["game8.vn",4],["cunghocvui.com",4],["childish2x1.fun",5],["childish2x2.fun",5],["tekora.space",5],["cliphubs.com",6],["clipphot.org",7],["dualeotruyenlv.com",[8,45]],["economic45882.shop",9],["cdn4.tiptoe34x1.fun",9],["freeplayervideo.com",10],["abysscdn.com",10],["player-cdn.com",10],["playhydrax.com",10],["gocmod.com",11],["goctruyentranhvui17.com",12],["nettruyenar.com",12],["sextop1.show",12],["hhvsub1.com",12],["vn5.sexviet88.xyz",[12,45]],["gotphim.com",13],["haysexdam.info",14],["hh2d.tv",15],["hh3dhay.life",[16,17,18]],["tram3d.com",17],["tram3d.me",18],["animevietsub.show",18],["ios.codevn.net",[20,21]],["javhd.shop",22],["laophatgia.net",23],["linkneverdie.net",24],["linkneverdie.top",24],["linkneverdie2.com",24],["lrepacks.net",25],["lxmanga.my",[26,45]],["motchilltvphim.com",27],["nettruyenvia.com",28],["p.thoctv.com",29],["phimlongtieng.net",[29,45]],["petmoustache.com",30],["phimmoi.sale",31],["phimtho.cc",32],["quatvn.love",[33,45]],["rphang.online",34],["misskon.com",34],["saigon24.net",35],["tusachmanga99.com",36],["thiendia1.vip",37],["tram3d.xyz",38],["truyen247.pro",39],["truyenqqtto.com",40],["phim.haysex.asia",40],["truyensextv.com",41],["yanhh3d.vip",41],["s4.chinav.sex",41],["vailonxx.co",42],["vanphatelectric.com",43],["viet69.my",44],["vlxx.bz",45],["yurineko.my",45],["haysexvl.net",45],["cliphot69.shop",45],["doctruyen3qui16.com",45],["ihentai.cloud",45],["hentaivc.com",45],["buomtv.media",45],["truyenvn.shop",45],["javtiful.com",45],["phimsexhayvn41.com",45],["phim18hdxx.com",45],["xem.sexnung3x.com",45],["demo.14412882.com",45],["cliphot69.pics",45],["hhtq5.vip",45],["sexdiary.club",45],["vn2.xvideos69.xxx",45],["umetruyenz.org",45],["damconuong.co",45],["truyenqqgo.com",45],["clipsexsub3x.net",45],["sayhentaii.ink",45],["motphim.pokemonviet.com",45],["vozer.io",46],["vungoctuan.vn",47],["www.toptruyentv11.com",48],["www.truyen35zz.com",49],["xnxx-sex-videos.com",50]]);
376
376
  const exceptionsMap = new Map([]);
377
377
  const hasEntities = false;
378
378
  const hasAncestors = false;