@browserless.io/browserless 2.37.0 → 2.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (338) hide show
  1. package/build/browsers/index.js +15 -0
  2. package/build/routes/chrome/http/content.post.query.json +3 -0
  3. package/build/routes/chrome/http/download.post.query.json +3 -0
  4. package/build/routes/chrome/http/function.post.query.json +3 -0
  5. package/build/routes/chrome/http/pdf.post.query.json +3 -0
  6. package/build/routes/chrome/http/performance.post.query.json +3 -0
  7. package/build/routes/chrome/http/scrape.post.query.json +3 -0
  8. package/build/routes/chrome/http/screenshot.post.query.json +3 -0
  9. package/build/routes/chrome/tests/content.spec.js +21 -0
  10. package/build/routes/chrome/tests/json.spec.js +100 -0
  11. package/build/routes/chrome/ws/browser.query.json +3 -0
  12. package/build/routes/chrome/ws/cdp.query.json +3 -0
  13. package/build/routes/chrome/ws/function-connect.query.json +3 -0
  14. package/build/routes/chrome/ws/page.query.json +3 -0
  15. package/build/routes/chromium/http/content.post.query.json +3 -0
  16. package/build/routes/chromium/http/download.post.query.json +3 -0
  17. package/build/routes/chromium/http/function.post.query.json +3 -0
  18. package/build/routes/chromium/http/pdf.post.query.json +3 -0
  19. package/build/routes/chromium/http/performance.post.query.json +3 -0
  20. package/build/routes/chromium/http/scrape.post.query.json +3 -0
  21. package/build/routes/chromium/http/screenshot.post.query.json +3 -0
  22. package/build/routes/chromium/tests/content.spec.js +21 -0
  23. package/build/routes/chromium/tests/function.spec.js +27 -0
  24. package/build/routes/chromium/tests/json.spec.js +100 -0
  25. package/build/routes/chromium/ws/browser.query.json +3 -0
  26. package/build/routes/chromium/ws/cdp.query.json +3 -0
  27. package/build/routes/chromium/ws/function-connect.query.json +3 -0
  28. package/build/routes/chromium/ws/page.query.json +3 -0
  29. package/build/routes/edge/http/content.post.query.json +3 -0
  30. package/build/routes/edge/http/download.post.query.json +3 -0
  31. package/build/routes/edge/http/function.post.query.json +3 -0
  32. package/build/routes/edge/http/pdf.post.query.json +3 -0
  33. package/build/routes/edge/http/performance.post.query.json +3 -0
  34. package/build/routes/edge/http/scrape.post.query.json +3 -0
  35. package/build/routes/edge/http/screenshot.post.query.json +3 -0
  36. package/build/routes/edge/tests/content.spec.js +21 -0
  37. package/build/routes/edge/tests/json.spec.js +100 -0
  38. package/build/routes/edge/ws/browser.query.json +3 -0
  39. package/build/routes/edge/ws/cdp.query.json +3 -0
  40. package/build/routes/edge/ws/function-connect.query.json +3 -0
  41. package/build/routes/edge/ws/page.query.json +3 -0
  42. package/build/routes/management/http/kill.get.query.json +3 -0
  43. package/build/routes/management/http/sessions.get.query.json +3 -0
  44. package/build/routes/management/tests/management.spec.js +44 -0
  45. package/build/server.js +1 -1
  46. package/build/shim.js +11 -1
  47. package/build/shim.spec.js +14 -0
  48. package/build/types.d.ts +2 -0
  49. package/extensions/ublocklite/_locales/br_FR/messages.json +2 -2
  50. package/extensions/ublocklite/_locales/cs/messages.json +8 -8
  51. package/extensions/ublocklite/_locales/da/messages.json +5 -5
  52. package/extensions/ublocklite/_locales/es/messages.json +4 -4
  53. package/extensions/ublocklite/_locales/gl/messages.json +5 -5
  54. package/extensions/ublocklite/_locales/ka/messages.json +5 -5
  55. package/extensions/ublocklite/_locales/ru/messages.json +3 -3
  56. package/extensions/ublocklite/_locales/sq/messages.json +5 -5
  57. package/extensions/ublocklite/_locales/sv/messages.json +5 -5
  58. package/extensions/ublocklite/_locales/zh_CN/messages.json +5 -5
  59. package/extensions/ublocklite/css/settings.css +6 -0
  60. package/extensions/ublocklite/dashboard.html +1 -1
  61. package/extensions/ublocklite/js/background.js +10 -6
  62. package/extensions/ublocklite/js/dashboard.js +4 -5
  63. package/extensions/ublocklite/js/jsonpath.js +25 -10
  64. package/extensions/ublocklite/js/report.js +2 -4
  65. package/extensions/ublocklite/js/troubleshooting.js +30 -18
  66. package/extensions/ublocklite/manifest.json +2 -2
  67. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +1 -1
  68. package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +1 -1
  69. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +6 -4
  70. package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +2 -1
  71. package/extensions/ublocklite/rulesets/main/chn-0.json +5 -3
  72. package/extensions/ublocklite/rulesets/main/easylist.json +10 -13
  73. package/extensions/ublocklite/rulesets/main/easyprivacy.json +8 -9
  74. package/extensions/ublocklite/rulesets/main/fin-0.json +3 -1
  75. package/extensions/ublocklite/rulesets/main/ita-0.json +2 -0
  76. package/extensions/ublocklite/rulesets/main/jpn-1.json +8 -10
  77. package/extensions/ublocklite/rulesets/main/nor-0.json +2 -2
  78. package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
  79. package/extensions/ublocklite/rulesets/main/rus-1.json +2 -1
  80. package/extensions/ublocklite/rulesets/main/spa-1.json +6 -1
  81. package/extensions/ublocklite/rulesets/main/swe-1.json +5 -5
  82. package/extensions/ublocklite/rulesets/main/tur-0.json +2 -2
  83. package/extensions/ublocklite/rulesets/main/ublock-badware.json +4 -2
  84. package/extensions/ublocklite/rulesets/main/ublock-filters.json +25 -25
  85. package/extensions/ublocklite/rulesets/main/ukr-0.json +2 -2
  86. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +610 -80
  87. package/extensions/ublocklite/rulesets/main/vie-1.json +20 -14
  88. package/extensions/ublocklite/rulesets/regex/easylist.json +1 -6
  89. package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
  90. package/extensions/ublocklite/rulesets/regex/ublock-badware.json +3 -4
  91. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +11 -9
  92. package/extensions/ublocklite/rulesets/ruleset-details.json +120 -120
  93. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +2 -2
  94. package/extensions/ublocklite/rulesets/scripting/generic/ita-0.js +1 -1
  95. package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +2 -2
  96. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
  97. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +2 -2
  98. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
  99. package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +3 -3
  100. package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +1 -1
  101. package/extensions/ublocklite/rulesets/scripting/procedural/grc-0.js +3 -3
  102. package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
  103. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  104. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  105. package/extensions/ublocklite/rulesets/scripting/procedural/spa-1.js +3 -3
  106. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +2 -2
  107. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  108. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.addEventListener-defuser.js +7 -3
  109. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.prevent-setTimeout.js +5 -1
  110. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.addEventListener-defuser.js +5 -1
  111. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +5 -1
  112. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-setTimeout.js +5 -1
  113. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  114. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
  115. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +2 -2
  116. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  117. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.addEventListener-defuser.js +5 -1
  118. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.addEventListener-defuser.js +5 -1
  119. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.json-prune.js +2 -2
  120. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setInterval.js +5 -1
  121. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setTimeout.js +5 -1
  122. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +5 -1
  123. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.noeval-if.js +5 -1
  124. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +5 -1
  125. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setInterval.js +5 -1
  126. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +5 -1
  127. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-window-open.js +5 -1
  128. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-class.js +2 -2
  129. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-argument.js +5 -1
  130. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-outbound-text.js +5 -1
  131. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-suppress-native-method.js +5 -1
  132. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +5 -1
  133. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.evaldata-prune.js +5 -1
  134. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.noeval-if.js +5 -1
  135. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +6 -2
  136. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setInterval.js +5 -1
  137. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +5 -1
  138. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-window-open.js +5 -1
  139. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.addEventListener-defuser.js +5 -1
  140. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setInterval.js +5 -1
  141. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setTimeout.js +5 -1
  142. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +5 -1
  143. package/extensions/ublocklite/rulesets/scripting/scriptlet/est-0.addEventListener-defuser.js +5 -1
  144. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.prevent-setTimeout.js +5 -1
  145. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.remove-node-text.js +449 -0
  146. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.addEventListener-defuser.js +5 -1
  147. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +5 -1
  148. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-requestAnimationFrame.js +5 -1
  149. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setInterval.js +5 -1
  150. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setTimeout.js +5 -1
  151. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-window-open.js +5 -1
  152. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.addEventListener-defuser.js +5 -1
  153. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-setTimeout.js +5 -1
  154. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-window-open.js +5 -1
  155. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.addEventListener-defuser.js +5 -1
  156. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.noeval-if.js +5 -1
  157. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +5 -1
  158. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-setTimeout.js +5 -1
  159. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +5 -1
  160. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.addEventListener-defuser.js +5 -1
  161. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +5 -1
  162. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-setTimeout.js +5 -1
  163. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-window-open.js +5 -1
  164. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.addEventListener-defuser.js +5 -1
  165. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +5 -1
  166. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-setTimeout.js +5 -1
  167. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-window-open.js +5 -1
  168. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +5 -1
  169. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
  170. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.noeval-if.js +5 -1
  171. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +5 -1
  172. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setInterval.js +5 -1
  173. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setTimeout.js +5 -1
  174. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-window-open.js +5 -1
  175. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +5 -1
  176. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +5 -1
  177. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setInterval.js +5 -1
  178. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +5 -1
  179. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +5 -1
  180. package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-setTimeout.js +5 -1
  181. package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-window-open.js +5 -1
  182. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.addEventListener-defuser.js +5 -1
  183. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +5 -1
  184. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-setTimeout.js +5 -1
  185. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.addEventListener-defuser.js +5 -1
  186. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +5 -1
  187. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-setTimeout.js +5 -1
  188. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.addEventListener-defuser.js +5 -1
  189. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.noeval-if.js +5 -1
  190. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setInterval.js +5 -1
  191. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setTimeout.js +5 -1
  192. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-window-open.js +5 -1
  193. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.noeval-if.js +5 -1
  194. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setInterval.js +5 -1
  195. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setTimeout.js +5 -1
  196. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-window-open.js +5 -1
  197. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +2 -2
  198. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +8 -4
  199. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.noeval-if.js +5 -1
  200. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +5 -1
  201. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setInterval.js +5 -1
  202. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +5 -1
  203. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-window-open.js +5 -1
  204. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +3 -3
  205. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
  206. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
  207. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.addEventListener-defuser.js +5 -1
  208. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +5 -1
  209. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-setTimeout.js +5 -1
  210. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +5 -1
  211. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
  212. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +5 -1
  213. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +5 -1
  214. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-requestAnimationFrame.js +5 -1
  215. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setInterval.js +5 -1
  216. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +5 -1
  217. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +5 -1
  218. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.addEventListener-defuser.js +5 -1
  219. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.noeval-if.js +5 -1
  220. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setInterval.js +5 -1
  221. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +5 -1
  222. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +5 -1
  223. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +5 -1
  224. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setInterval.js +5 -1
  225. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +5 -1
  226. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +6 -2
  227. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +1 -1
  228. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.addEventListener-defuser.js +5 -1
  229. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.noeval-if.js +5 -1
  230. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +5 -1
  231. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +848 -0
  232. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
  233. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  234. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  235. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
  236. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +7 -3
  237. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +29 -11
  238. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +24 -10
  239. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +29 -11
  240. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  241. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +24 -10
  242. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +6 -2
  243. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +7 -3
  244. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +5 -1
  245. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +5 -1
  246. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +7 -3
  247. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +5 -1
  248. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
  249. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +2 -2
  250. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +1 -1
  251. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
  252. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +941 -0
  253. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +29 -11
  254. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +29 -11
  255. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-override-element-method.js +5 -1
  256. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-dom-bypass.js +5 -1
  257. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +7 -3
  258. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +5 -1
  259. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +2 -2
  260. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +7 -3
  261. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +6 -2
  262. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +29 -11
  263. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +24 -10
  264. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.prevent-setTimeout.js +5 -1
  265. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.trusted-prevent-dom-bypass.js +5 -1
  266. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +5 -1
  267. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-window-open.js +5 -1
  268. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  269. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +1 -1
  270. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.addEventListener-defuser.js +5 -1
  271. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +5 -1
  272. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-setTimeout.js +5 -1
  273. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  274. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  275. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  276. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  277. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  278. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
  279. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  280. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  281. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  282. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  283. package/extensions/ublocklite/rulesets/scripting/specific/grc-0.js +3 -3
  284. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  285. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  286. package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +1 -1
  287. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  288. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  289. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
  290. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  291. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  292. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  293. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  294. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  295. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  296. package/extensions/ublocklite/rulesets/scriptlet-details.json +90 -32
  297. package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +5 -0
  298. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +67 -1
  299. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  300. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +17 -1
  301. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +198 -196
  302. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
  303. package/extensions/ublocklite/rulesets/strictblock/pol-0.json +2 -0
  304. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +532 -530
  305. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +23 -19
  306. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +2 -0
  307. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +610 -80
  308. package/extensions/ublocklite/ublock.zip +0 -0
  309. package/package.json +13 -12
  310. package/scripts/install-debugger.js +2 -2
  311. package/src/browsers/index.ts +20 -0
  312. package/src/routes/chrome/tests/content.spec.ts +24 -0
  313. package/src/routes/chrome/tests/json.spec.ts +134 -0
  314. package/src/routes/chromium/tests/content.spec.ts +24 -0
  315. package/src/routes/chromium/tests/function.spec.ts +33 -0
  316. package/src/routes/chromium/tests/json.spec.ts +134 -0
  317. package/src/routes/chromium/tests/scrape.spec.ts +3 -1
  318. package/src/routes/edge/tests/content.spec.ts +24 -0
  319. package/src/routes/edge/tests/json.spec.ts +134 -0
  320. package/src/routes/management/tests/management.spec.ts +66 -0
  321. package/src/server.ts +1 -1
  322. package/src/shared/screenshot.http.ts +1 -1
  323. package/src/shim.spec.ts +18 -0
  324. package/src/shim.ts +15 -1
  325. package/src/types.ts +2 -0
  326. package/static/docs/swagger.json +4 -1
  327. package/static/docs/swagger.min.json +4 -1
  328. package/static/function/client.js +86 -92
  329. package/static/function/index.html +86 -92
  330. package/build/routes/chrome/tests/json-version.spec.js +0 -37
  331. package/build/routes/chromium/tests/json-version.spec.js +0 -37
  332. package/build/routes/edge/tests/json-version.spec.js +0 -37
  333. package/src/routes/chrome/tests/json-version.spec.ts +0 -52
  334. package/src/routes/chromium/tests/json-version.spec.ts +0 -52
  335. package/src/routes/edge/tests/json-version.spec.ts +0 -52
  336. /package/build/routes/chrome/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
  337. /package/build/routes/chromium/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
  338. /package/build/routes/edge/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
@@ -27,9 +27,9 @@
27
27
 
28
28
  /******************************************************************************/
29
29
 
30
- const argsList = ["",".adblock-overlay","body > div[style*=\"position: fixed;\"][style*=\"z-index: 999999;\"]:has(> .ad-blocked-container)","#hbr3-ad-notice","#adb-enabled",".adblockalert","a[href^=\"https://bingx.com/\"]",".adsbygoogle-noablate","div[id^=\"aswift_\"]","ins.adsbygoogle[data-ad-client]\nins.adsbygoogle[data-ad-slot]",".reklam",".adsBanner","div[class^=\"popup\"][class$=\"wrap\"][id]",".ad-placement","#adblockbyspider",".ad-blocker-detected","#kanews-modal-adblock","#AdHeader",".adv-right","#AD_Top","#homead","#ad-lead",".reklam_alani",".adblock-detection",".XGT-AdBlock-Govde",".reklam728x90","body > div[id][class][style*=\"z-index: 9999\"]\nbody > div[id][class][style*=\"z-index: 9999\"] + div[class][style*=\"z-index: 9999\"]","a[rel=\"noopener noreferrer nofollow\"] > img\na[rel=\"sponsored nofollow noreferrer\"]\ndiv[class^=\"clickout-native_table_box-\"]\ndiv[id^=\"banner\"]","#siteLoginPromotionContent","#reklam","#hnsbox",".modal-backdrop",".prevideo","#adModal","#burtiModal","#mainpage-modal[data-galabel=\"bankoligappdownload\"]","#popupreklam\n#popupreklam ~ div.modal-backdrop","#modal-ads",".once-reklam","#modal-ads ~ .modal-backdrop",".hideBlock",".modal","#mobil_modal_ad","#myModal","#adv-modal",".mtsnb-top","#popup",".hentry > div.ivr","#v-player > p[style^=\"background-color:\"]","#content > p[style*=\"text-align: center;\"]",".holder > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]","#page > p[style^=\"background-color:\"][style$=\"text-align: center;\"]","#video > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]",".kon","center > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]",".advert","body .banner","div[class^=\"banner_\"]","div[class^=\"advert_\"]",".ads:not(#style_important)",".footer-sticky",".rek","div[class*=\"reklam\"]",".ad","div[id^=\"ad_\"]",".stream-item","body .code-block",".block-pano > div.us","#HTML4","#adCreative","a[onclick^=\"trackBannerClick\"]",".billboard-top","#sidebar > .sidebar-content:has(> .textwidget > p > a[target=\"_blank\"])","#my-video_jw .jw-logo-top-right\n#my-video_jw > .alert","a[aria-label^=\"REKLAM - \"]\na[href^=\"http://\"] > span\ndiv[data-mbzone*=\"x\"][data-wbzone-loaded*=\"x\"]\ndiv[style^=\"width: 300px; height: 250px;\"]","body > div.container:has(> div.row > div.col-12 > div.ads)","#overlayPopup",".ODA_VIDEO","header > a[target=\"_blank\"]",".onn_placeholder","div[data-dest=\"placeholder\"]",".search-store-ads-container",".row > div.text-center:has(> div.adpro)",".tdb-block-inner > .code-block","div[data-test-id=\"sponsored-products\"]",".adv-col",".content-adv-col","#masthead-ad",".Html_Kod_1.numodul",".mt-4.\\32 xl\\:max-w-screen-2xl:not(.lg\\:brd-full)",".haber-ici-2_greklam",".lg\\:max-w-full > .lg\\:hidden.py-4.px-0",".widget-300x600","#__next > div[class]:has(> div[class] > div[id^=\"div-gpt-ad\"])","div[data-widget-area=\"header\"] > a[href]:has(> img[class^=\"reklam\"])",".rekimg",".altt","a[href^=\"https://sbtmcdn.com/\"]",".easy-notification-bar",".swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img\n.swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img + div.swiper-lazy-preloader",".swiper-wrapper > div.swiper-slide:has(a[href^=\"https://www.sinpasyts.com/\"])","#overlay","img[alt^=\"Banner \"]","#q-app > div[style$=\"z-index:1000000000;\"]",".mpy__container-banner",".mpy__slider",".background-ad","#loadingIframe","a[href=\"http://bit.ly/2u0TxYL\"]\na[href^=\"https://iddaa.sporx.com/\"]\ndiv[id^=\"dfp_\"]\ndiv[style$=\"position: relative; margin-top: 10px; min-height: 350px;\"]\ndiv[style*=\"min-height: 250px;\"][style*=\"text-align: center;\"]\ndiv[style^=\"float:left; width:300px; min-height:250px;\"]\ndiv[style^=\"width: 650px;\"] > div > a[href^=\"http://bit.ly/\"]\niframe[src^=\"https://www.sporx.com/_iframe/mac-merkezi/scoreboard_bilyoner\"]",".currency-view",".sidebar-block:has(.sidebar-trend a.sidebar-trend__item__link[href^=\"https://s.mdznconnect.com/\"])","div[class^=\"pure\"] > div[class^=\"pure\"]:has(> div.ortala > ins.adsbygoogle)","div[style=\"min-height:350px;\"]",".genel > .text-center",".all-page-a-d","#sidebartop",".money-text",".money-wrapper",".money-item","div[style]:has(> a[href^=\"/showad.asp?\"])",".saniyeli_reklam_header",".sidebar-section:has(> div[style] > a[href] > img.ads-img)","#ad-container",".arkaresimmobil",".voa > a[href]",".hentry > .ivr",".news-icerik > .new3-video-container > div[style=\"width:300px; height:100px; margin:0 auto;\"]","#ouibounce-modal",".stream-item-widget","#activeFrontVid",".bg-advert-mobile",".page-top:has(> .malker)",".bahis-siteleri","div[class*=\"banner\"]",".poster > .flex-col.gap-4.items-center",".overflow-hidden.relative.w-full:has(div[id^=\"masthead-banner-\"])",".bottom-advert-cont",".backdrop-blur-sm",".promo-card-legendary",".banner-card-compact",".vertical-banner-compact",".fixed.right-2[style^=\"pointer-events:\"]",".banner-wrap","div[class^=\"styles_ad\"]\ndiv[class^=\"styles_bannerWrapper__\"]\ndiv[class^=\"styles_listingDfpBanner__\"]","a[href^=\"//bs.serving-sys.com/serving/adServer.bs\"]\na[href^=\"//pubads.g.doubleclick.net/gampad/\"]\ndiv[class*=\"h-[600px]\"]:has(> .sticky > div[class*=\"dyg-\"])",".cb-header > div[style]:has(> div[id^=\"yandex_rtb\"])",".cb-content > div[style]:has(> div[id^=\"yandex_rtb\"])",".safirCustomMenu:has(a[href*=\"?utm_source=\"])","#fl813691","main.content > .container > .no-click",".link-group > a[target=\"_blank\"]:not([href^=\"/yayin\"][href$=\".html\"])","amp-iframe[src=\"https://cdn-2mk.pages.dev/sayact24\"]",".adm",".kln","#video > center > p[style=\"background-color: #f7d600; color: #000000; font-weight: bold; font-size: 19px; text-align: center;\"]",".p-body-inner > a[href^=\"https://minecraft-turkiye.com/threads/\"]","a[href=\"https://www.zurna.net/\"]","#player > div[style^=\"position: absolute;\"]",".p-body > a[target=\"_blank\"]","div[class^=\"r_header\"]",".reklam-yatay",".block-ins-gad",".row > div.col-lg-7:has(> div.block-ins-gad)",".swal2-container",".p-body-inner > div[style^=\"width: 100%;\"][style*=\"flex;\"]","#server-ad-right","#server-ad-left",".ads","#rk-content",".arakaplan-reklam-link","img[src*=\"amd-banner\"]",".adControl > *",".newsGroupFrame > .container > .row > .col:has(> .advert)","#taboola-below-article-widget",".new3card-reklam-container > .new3card-reklam:has(> .backupContent)",".new3detail-page-container > .new3detail-left:has(> article.tuhps:only-child > #taboola-below-article-widget)","#popup-overlay",".hmasthead",".bn-fw",".list-grid-news > .container > .row > div:has(> #bikadv)","div[data-id=\"masthead\"][class^=\"top-adbar\"]\ndiv[id^=\"ad-slot\"]\ndiv[id^=\"div-gpt-ad\"][style]","main > .text-center:has(div[id^=\"ad-slot\"])","div[data-module-name=\"advert\"]\ndiv[id^=\"disable-div-gpt-ad-\"]","article > div.detail-sort-item:has(> div.detailside-inner-ad-cont)",".sticky-ad-holder",".bg-adsGray","div[id^=\"fontSizeChanger\"] > div[class*=\"250px\"]:has(> .adsbygoogle)",".col-start-1 > .my-6 > .items-center > .relative:has(> .block > .adsbygoogle)",".detailside-inner-ad-cont","ad\ndiv[class*=\"bg-[rgb\"] > div:has(> div:only-child > a:first-child + button:last-child)","#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)","div:is(.kanews-article-content, .execphpwidget) > a[target=\"_blank\"] > img",".subNews","a[href^=\"https://bit.ly/\"]",".content-items > a.click-tracker[targe]","a[rel=\"sponsored\"]\naside > div[class^=\"widget-\"]:has(> div[id^=\"theads-\"])",".article-text > p > a[rel=\"nofollow\"]",".dfp",".footerAdContainer",".hesapcomads",".article-res > .related:has(> div[id^=\"taboola-\"])","div[data-meta=\"placeholder-slot\"]",".ad-container","p > a[href=\"https://dausen.org/\"]\np[class^=\"Adv-\"]",".panel-grid-cell > div.widget_dik-numarali-manset-posts-list-widget + div.widget_media_image\n.panel-grid-cell > div.widget_manset-1-posts-list-widget + div.widget_media_image",".affiliate","#mobileBanner","center > a[href][target=\"_blank\"]","div[class^=\"button-container\"]",".banner-container",".header-html-1",".plalt-bn","div[id^=\"300x250_Kutu\"]\ndiv[id^=\"musthead\"]\ndiv[id^=\"native_masthead_\"][id*=\"x\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad-\"])",".news-row > .news-item[style*=\"z-index\"][style*=\"width:\"][style*=\"height:\"]\n.news-row > .news-item[style=\"width: 300px; height: 250px;\"]\n.news-row > div[style]:not(.news-item)","#tb-inpage-general",".duzyazibar","a[rel=\"nofollow sponsored\"]\ndiv[class]:not(.container):has(> div[class^=\"r\"][style=\"display: none !important;\"]:not(.rPanel, .right))\ndiv[data-cname*=\"rk\"]\ndiv[id^=\"fastadmodal\"]\nimg[width=\"950\"][height=\"90\"]\nli[id^=\"sponsorReklam\"]","div[class^=\"fullAd\"]\ndiv[style*=\"height:\"]:has(> div[style^=\"text-align:\"] .js-gpt-ad)","div:is(.sc_blogger_columns_wrap, .post_featured) > div.text-center > a[target=\"_blank\"] > img",".rutaku-banner","a[href]:has(img[src=\"https://tranimaci.com/image/reklam.jpg\"])","div[class^=\"r_header_\"]","#vidaltins","#player div[data-watermark]",".app-detail-embed > .embed-col > div[style^=\"cursor: pointer; display: block;\"][style*=\"z-index:\"]:not([id], [class])",".sm\\:mt-0.sm\\:px-20.mb-0:has(ad)",".border-t-0 > .items-center:has(a[href] > #mPlayerVideos)",".entry-content > div[style]:has(> a[href^=\"https://lotobetyon.xyz/\"])",".stream-item-above-post",".ramazan-banner",".masthead-container",".pt-5",".w-full:empty",".interstitial-page #toasts\n.interstitial-page .wrapper > center:has(> div:only-child .download-buttons-video)",".slick-slide:has(> div:only-child > div[class] > a[href^=\"https://adservice\"])","#hyd-adx","div[id^=\"Advertisement_\"]\niframe[src=\"\"]",".yatayReklam",".info-text:has(> span.kripto-info > img[alt=\"Reklam\"])","#content > div[style*=\"height:250px;\"]:has(> div[id^=\"div-gpt-\"])","#inpage_reklam","main > div.info-text:has(> a[target=\"_blank\"])",".membranaVideoDiv","#mainContent > .hbDetay:has(> article:only-child > #taboola-below-article-widget)",".newsDetailAds","body .body-banner-block",".ng-sidebar > .position-relative:has(> .adv-item-box)","#f_player > div[style^=\"position: absolute; z-index: 1999999\"]",".schema_movie > div[style=\"height:210px\"]",".sayfa-sol > a[target=\"_blank\"]",".series-watch-player > div[style^=\"position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;\"]",".popup-reklam","div[class*=\"dyg-\"]",".row div.sozcu-ramazan-imsakiye > a[target=\"_blank\"]","#custom-popup","[class=\"common-box common-box-300px featured\"]\na[href^=\"http://onelink.to\"]\narticle[class=\"common-horizontal featured\"]\narticle[id^=\"div-gpt-ad\"]\ndiv[class^=\"bg-[#f7f8fb]\"][class$=\"min-h-[200px]\"]\ndiv[id$=\"-mh-container\"]\ndiv[id^=\"before-infinie-scroll-thumbnails\"]\ndiv[id^=\"before-infinite-scroll-thumbnails\"]\ndiv[id^=\"div-gpt-\"]\ndiv[id^=\"taboola-adunit-\"]\ndiv[orig-id][data-google-query-id][id][class]:not([data-version])\ndiv[unit-name=\"masthead\"]\ndiv[unit-name^=\"icerik\"]",".player > .flex:has(> div > img[alt=\"ad image\"])","[data-mayd=\"moon_ayd\"]",".article-ads-container","div[class=\"col-sm-4 col-xs-12\"] > div:not([class]):not([id]) > div[id][style=\"width:300px;height:250px;\"]\ndiv[class=\"col-sm-4 col-xs-12\"] > div[class] > div[class] > div[style=\"width:200px;height:200px\"]\ndiv[itemprop=\"articleBody\"] > div[style*=\"width:300px;\"][style*=\"height:250px;\"]\ndiv[style=\"margin-bottom:20px\"] > div[class] > div[style^=\"width:\"][style*=\"height:\"]\ndiv[style=\"margin-bottom:20px\"] ~ div:not([class]):not([id]) > div[style=\"width:300px;height:600px;\"]\ndiv[style=\"width: 970px; height: 250px;\"]\ndiv[style=\"width:728px;height:90px\"]\ndiv[style=\"width:970px;height:250px\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad\"]:only-child)\ndiv[style^=\"height:600px; width:300px;\"]","#mobile-preroll",".download-video",".md\\:min-h-\\[96px\\]",".under-top-ad",".personaclick-recommend","body > .header-top:has(> .malker:only-child)","div.malker","#onp","div[class=\"flex center\"]",".happy-sidebar","#head_box",".desktop-reklam-card",".bik-ilan",".full-reklam",".player-side-ad",".footer-ad-container","div[class^=\"rnd-\"] > a[target=\"_blank\"] > img",".playerTextReklam","#player > .jw-wrapper > .jw-logo\n#player > .jw-wrapper > .jw-title",".container > div.mb-4:has(> div.col > a[href^=\"https://www.getmidas.com/\"])",".single-info > a[target=\"_blank\"] > img","#wrap > a[target=\"_blank\"] > img","#SideBarAds",".detail > div[style*=\"min-height:\"]:has(> div[id^=\"protag-MPU\"])","#reklamToggle",".relative > div[class=\"sm:w-[433px] w-full\"]",".prospeed_demo_banner","[id^=\"bannerContainer\"]\n[id^=\"frmTextBanner-\"]\ndiv[class^=\"mpu\"]\ndiv[id$=\"978x45_div\"]\ndiv[id*=\"hype_container\"]\ndiv[id^=\"dvTopBanner\"]\ndiv[style=\"width: 300px; height: 250px; text-align: center\"]\ntbody > tr:has(> td > div[style^=\"height:100px;\"])\ntd[class^=\"bannerPlaceHolder\"]","a[target=\"_blank\"] > img[alt]","a[class^=\"rklm\"]\ndiv[class^=\"adulu_col-\"]\ndiv[id^=\"beat-index-ust\"]\ndiv[style^=\"width: 320px; height: 100px;\"]\niframe[src^=\"\\\\theme\\\\resy\\\\v2\\\\\"][src*=\"\\\\index.html\"]",".content-body__detail > p > a[href^=\"https://turk.net/gigafiber\"]\n.content-body__detail > p:has(> a.box-link ~ strong)\n.content-body__detail > p:has(> a.box-link ~ strong) + h2\n.content-body__detail > p:has(> img[alt=\"turknet\"])\n.content-body__detail > p:has(> img[alt=\"turknet\"]) + p",".bottom-new-video:has(> div.bottom-link > div > a[href][onclick])",".pagination:has(> .hide:only-child)",".postList > .r10HRBk > center > a[href] > img\n.postList > .rPanel > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li > .content > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li:not(.post, [data-order])",".rabdfe3","#psContainer",".gif-banner","#maintop ~ div[style^=\"margin-left:\"]","#header-container","div[class^=\"masthead-\"]",".listele > ul[style=\"background:#F5F5F5;position:relative;\"]",".row > .mb20[style]:has(> .CHT_VIDEO:only-child:empty)\n.row:has(> div[class^=\"col-\"] > div[style*=\"aspect-ratio\"] > div[id^=\"div-gpt-ad\"])\n.row:has(> div[class^=\"col-\"] > div[style] > div.CHT_VIDEO)\n.row[style^=\"width:100%;\"]","#gowitImpressionEvent","a[href^=\"/showad.asp?id=\"]\ndiv[style^=\"width:314px; height:264px; border:1px solid\"]",".masthead-wrap","a[href*=\"/advertpro/\"]\nsection[data-section^=\"reklam\"]",".news-card:has(> a[href^=\"https://bit.ly/\"])","#mod-base","#div-sozcu_desktop_detay_sticky_parent",".container.mt-3 > div[style]","#__next > div.relative:has(> a[href^=\"https://8fl2.tr.adj.st/\"])\n#__next > div.relative:has(> a[target=\"_blank\"][href^=\"https://www.hangikredi.com/basvuru/hkyonlendirme\"])","div[id^=\"feedbannerslot\"]\ndiv[style^=\"min-height:100px;\"]\ndiv[style^=\"min-height:250px;\"]","a[href^=\"https://kingads2.org/\"]\ncenter > a[href^=\"https://yonderdim.com/\"]\ncenter > noindex:has(> a[href^=\"https://fullindirsene.net/yonlendirme/\"])","div[class*=\"Reklam\"]","div[id^=\"yandex_rtb\"]\ndiv[id^=\"zone_\"]",".videoaltix",".fancybox-overlay","div[class^=\"XAd_\"]","a[href^=\"https://tinyurl.com/\"]",".text-center:has(> div[id^=\"feedbannerslot\"])",".pr-2",".md\\:py-\\[50px\\]","div[id=\"01_Mynet_AnaSayfa_Genel_Body_Custom_1\"]\ndiv[id^=\"diger_mansetler-\"] > .col[isshowcase] > a[href^=\"https://www.amazon.com.tr/deals?\"]\ndiv[id^=\"gallery-body-adv-\"]\ndiv[isshowcase]\ndiv[issponsored]\nins[data-ad-client]",".detaySagSilme","[id^=\"advertorial\"]\na[href*=\"ads.haberler.com\"]\namp-embed[type=\"engageya\"]\ndiv[id*=\"reklam\"]\ndiv[id=\"300x600_\"]\ndiv[id^=\"detay_mobile_336x280_\"]\ndiv[style=\"width: 970px; height: 250px; margin: 0 auto 15px auto;\"]\niframe[width=\"970\"][height=\"250\"]\nimg[src^=\"/mstatic/reklam/\"]","div[data-widget_type] > .elementor-widget-container > a[target=\"_blank\"]:not([href*=\"tclira.com\"], [href*=\"news.google.com\"]) > img","html > iframe[id][style*=\"position:\"][style*=\"display:\"]",".tbl_reel","div[style^=\"bottom:0;height:50px;\"]",".inad-text",".row > div[class]:has(> a[href=\"/kobi\"])\n.row > div[class^=\"col-\"]:has(> div.ads-area)","#fixedDiv","div[class^=\"serp__wrapper__main__afs\"]",".cart-list > figure[isshowcase]","#background-adser",".td-fix-index > a[target=\"_blank\"][rel] > img","div[style=\"float:right; margin-right:4px; width:300px;\"] div[style=\"min-height: 255px;\"]\ndiv[style=\"min-height: 255px; width: 300px; margin-left: auto; margin-right: auto;\"]\niframe[src^=\"http://www.webaslan.com/_iframe/banner.php\"]","body > div.jwplayer ~ a[href]",".content-container > aside:has(> div[style^=\"height:\"]:only-child > #reklamGoster:only-child)","#membrana-zone","img[width=\"360\"][height=\"60\"]","#manset div[class]:has(> div[id^=\"taboola-home-thumbnails\"])",".flex-col > div.ambilight:has(> div.backdrop-blur > a > img[src^=\"https://images.macellan.online/allads/\"])",".adsmasthead","a[href=\"https://www.dizdize.com/\"]",".abg245",".game-banner","#tdb-autoload-article div.td-pb-row > div.td-stretch-content:has(a[target=\"_blank\"][rel=\"nofollow\"][title] > span)",".infinitegallery-picture-container:has(> div > div._picture > a[href*=\"&utm_\"])",".focus-ad",".products > ul:has(> li > div#product-item > div.prd-inner > div.prd-body > div.prd-features > span.plp-badge-text)","#reklamCode",".fixed-header-promo",".flex-col > .relative:has(> .native-card-section + div.tooltip) + div[class=\"relative\"]\n.flex-col > .relative:has(> .native-card-section + div.tooltip):first-of-type","#resmiIlanArticles",".topDetail > div.col-sm-12:has(> div.advert)","#contextual > div[style*=\"min-height\"]:has(> div[data-wbzone=\"native_advertorial\"])","#nativeAdvertorialZone",".nativeAdContent",".gowit","a:not([href^=\"https://perakende.org\"])[target=\"_blank\"][rel=\"noopener nofollow\"] > img",".theiaStickySidebar > div#text-2",".flex > div.relative:has(> div.native-card-section > a[href*=\"&ct=banner\"])",".binance-free-btc","#topic > ul#entry-item-list > li#entry-item:has(> footer > span.sponsored)",".sidebar-wrap","body > center > a > img[alt]\ndiv[class*=\"alti\"]\nimg[width=\"1100\"][height=\"100\"]\nimg[width=\"710\"][height=\"80\"]","div[style*=\"2147483647\"]",".kanews-article-header > a[target=\"_blank\"] > img","#sidebar section.kanews-section",".site-header-top-center",".habericireklam",".sidebar-inner p > a:not([href*=\"havadiskibris.com\"], [href^=\"/\"]) > img","div[class^=\"native_native_\"]","#__next > div[style] > div[class^=\"masthead-\"]","#Muslimer",".content-banner-img",".Textlink",".band-banner","body > div[id] > [style^=\"position:fixed;inset:\"][style*=\"z-index:\"][style*=\"height:100%;width:100%\"]\nimg[src^=\"reklam/\"]","#movie > div[style*=\"position: absolute;\"][style*=\"z-index:\"]","div[class^=\"ai-viewport\"]",".metaRedirectWrapperTopAds","div[class*=\"-adv\"]","#div[onclick=\"openIt()\"]","div[class*=\"max-h-[300px]\"]:has(> .empower-ad)","body .desktop-ad",".content-inside-ad",".footerleft > br ~ a[href]","#header ~ div[class][id][style] img","#tdi_3","#tdi_31",".inner-wrapper-sticky > div.featured-single:has(> .bannergroup-300)","body .adpro","a[title=\"reklam_videoustu1\"]","div[style=\"height:300px;margin:0 auto; display:block;\"]",".sticky-top2:empty",".article > .container > .row > .col-12:has(> div:only-child > .container > .row > .text-center > .adsbygoogle)","#adsbyio","body .billboard_content:not(#style_important)",".Ads","div[id*=\"-div-gpt-ad-\"]",".pauseroll-adv-container",".theiaStickySidebar > .stream-item-widget > .stream-item-widget-content > a > img","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > img\ndiv[class^=\"col-xs-\"] > .row > div[class^=\"col-xs-\"] > .panel:has(> #sponsored)\ndiv[id^=\"sponsored\"]",".swiper-wrapper > a[href^=\"https://www.odatv.com/\"] ~ a:not([href^=\"https://www.odatv.com/\"])",".masthead-cls","a.bg-position-top[target=\"_blank\"]","a[target=\"_blank\"] > .alert","#billboard_wrapper","a[href^=\"https://adsp.haberturk.com\"]\na[href^=\"https://www.mynet.com/\"]\nht-section[data-section=\"manset2reklam\"]\niframe[src*=\"/ads/\"]",".aksa","p > a[target=\"_blank\"]:not([href*=\"discord.com\"]) > img\nsection:has(> p > a[href^=\"https://bit.ly/\"])",".duyuru-kutusu",".adsense-container-skeleton","#afs-top-container-father","#video_befor",".frek",".full-page-advertising","div[class^=\"ad-masthead\"]\ndiv[class^=\"header-firstAd_\"]",".row > div[style]:has(> div[style^=\"min-height\"] > div.dfp-wrapper)",".special-days","body > center > a > img[style=\"max-width: 100%\"]\ncenter:has(> a[href] > img[src^=\"https://i.hizliresim.com\"])\ndiv[class^=\"pageskin-main\"]",".slickModal",".arkaplan-container",".tanitim_alani","._sidebar-kesfet",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://tinyurl.com/\"])\n.swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://tinyurl.com/\"])","#reklamlar center",".ad-bitay","p[style=\"text-align: center;\"] > a[target=\"_blank\"] > img",".left-right-banner","footer > p",".row > div[class^=\"col-\"]:has(> div.panel > div#sponsored)","#reklamCodeiframe_yeni","a[target=\"_blank\"]",".ad-placement-area","div[data-mbzone]",".videoustuheader",".leader-board-row",".video > a",".col-lg-4 > div.well3:has(> div.panel > center > a[href=\"https://medyabayim.com\"])","#daion-overlay-container > #single-ad-timer ~ #daion-c2a-std",".colPageRight > .hbBoxScope > .sidebox:has(> .sidebox-content > div[id^=\"div-gpt-ad-\"])",".black-friday-ads",".bg-cover-faker > div:not([class]):not([id]) > center",".ads-embed",".slick-track > div.slick-slide > div > div.ntv-main-slider-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])\n.slick-track > div.slick-slide > div > li.ntv-main-slider-pagination-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#primeContainerDetail","#ctl21_adCstmYorumUstuAlan","a[href^=\"https://tr.rdrtr.com/aff_c?\"]\nmain > div[data-title] + div[style^=\"margin:\"]","#videoText","#warning2","iframe[src*=\"/rklm/\"]",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])",".swiper-pagination-bullets > span.swiper-pagination-bullet:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#adVideo",".notices",".samItem","#popup-1",".top-alert-bar","#pageskin_ayd","div[class^=\"r_reklam\"]\ndiv[style=\"margin:8px 0px;\"]\ndiv[style^=\"margin:\"] > a[target=\"_blank\"] > img",".floatbanner","#block-13",".ps-head-container","#sticky-masthead","#sidebar-b",".nctr",".rek-wrap","[data-time]","main div[class*=\"pageskin-\"]",".ad-fixture-standing-masthead-banner","#sticky-player",".col-md-12.mb20[style^=\"width:100%; aspect-ratio:\"]",".promo-banner",".mainCenter > div[style*=\"height: 190px;\"]:not([class]):not([id])\n.mainCenter > div[style*=\"margin-right:\"]",".owl-stage > div.owl-item:has(> div.ads)",".container > .row > .col-md-6:has(> .adpro)",".innerContainer div.row > div[class^=\"col-\"] > div[style^=\"margin:\"]:has(> ins.adsbygoogle)","div[id^=\"stream-item-125-widget-\"]","#text-434","#custom_html-119","#tie-block_1130",".ContentBoxContainerPadding10 > div[style^=\"text-align:center;width:336px;height:280px;\"]",".manset_alti_reklam_mk","div.min-h-100vh div.dr:has(> .dr.bg-gri:empty)",".p-body-sidebar > div.block:has(> div[data-widget-key*=\"reklam\"])","a[href*=\"//apps.star.com.tr/advredir\"]\ndiv[style^=\"height:\"]:has(> div[id^=\"div-gpt-ad\"])\ndiv[style^=\"height:110px\"]:not([class]):not([id])\ndiv[style^=\"height:130px\"]:not([class]):not([id])\ndiv[style^=\"height:225px\"]:not([class]):not([id])\ndiv[style^=\"height:262px\"]:not([class]):not([id])\ndiv[style^=\"height:274px\"]:not([class]):not([id])\nli:has(> a[href*=\"//apps.star.com.tr/advredir\"])",".col-lg-4 > .mb-3:has(> .adsbygoogle)",".master-slider > div.swiper-wrapper > div.swiper-slide:has(> div > a[href^=\"https://adsp.haberturk.com/\"])","section.penci-disSticky.elementor-section-items-middle:has(> .elementor-container:only-child > .penci-sticky-ct:only-child > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .adsbygoogle)",".sidebar-content-infinite > div.wrapper:has(> div > div.ads-zone)",".row > div.col-12:has(> div.box > div.adpro)","#wrap > p:has(> iframe[src*=\"/rklm/\"])","div[class^=\"col-\"] > div.center:has(> div[style^=\"margin-bottom:20px;\"] > div[id^=\"div-gpt-ad\"])\ndiv[style=\"height:330px;\"][class^=\"flex\"]\ndiv[style^=\"margin-bottom:20px;text-align:center;height:262px\"]",".contentFrame > .container > .row > .col-md-4:has(> .advert)",".page-wrapper > .container > .row > .col-md-12 > .row > .col-md-6:has(> .advers-box)",".small-news-block > .item:has(> figure > figcaption > h3 > a[target=\"_blank\"][href^=\"https://www.youtube.com/\"])",".ys-headline-carousel-item:has(div.ys-headline-carousel-media > div.ys-link > a[href^=\"https://\"][target=\"_blank\"])",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://ensonhaber.me/\"])",".items > div.item:has(> a[href^=\"https://tinyurl.com/\"])","section > div.swiper-slide:has(> a > span.auto-promo-text)",".facility-list-item + div[class^=\"css-\"]:has(> div[class^=\"css-\"] > div[id^=\"div-gpt-ad-\"])",".grid > div[class*=\"hidden-\"]:has(div#right-video-banner)",".slick-dots > li:has(> a:not([href]))\nul.slick-dots > li > a[href^=\"http://www.haber7.com/advertorial\"]","#cimri-product ~ section:has(> div[id^=\"adslot-\"])",".bullets > div.bullet:has(> a[href^=\"https://rd.yenimedya.com.tr/\"])",".grid .mb-2[class*=\"min-h-\"]:has(> .bikifi_fluid)",".display-none:has(> div.advers-box)",".view-sm-20:has(> div.advers-box)","#search-box-ad","#contenedor > div[class*=\"onceki\"]:has(> center > iframe[src*=\"/rklm/\"])","body > div.container:has(> div.header_big_advert)",".news-right-content > div.sticky-wrapper:has(> div.sticky > section.adv)",".gutters-sm > div[class=\"col-md-3 d-none d-md-block\"]:has(> [id^=\"reklamokul\"]:not(#reklamokul2))",".container > div.row:has(> div[style] > div[class^=\"container-ads\"])",".row > div.col-4:has(> div.bg-white > div.bg-filigran > div.ads-wrapper)","#main > div[id^=\"av_section_\"]:has(.adsbygoogle)",".theiaStickySidebar > div.widget_text:has(> div.textwidget > ins.adsbygoogle)","#genel > div[style]:has(> img[src^=\"http://www.boluyankihaber.com/reklam/\"])","div[style=\"float: right;\"] > a[href][target=\"_blank\"] > video:has(> source[src^=\"http://marastahaber.com/wp-content/uploads/\"][src$=\"/MaviTekReklam.webm\"])","#pagenav_menu ~ div:has(> font[color] div[id=\"slider\"] > ul > li > div[style] > a[target=\"_blank\"] > img)",".content-block > div.block:has(> div.block-content > a[target=\"_blank\"] > img)",".sidebar > div.sidebar_list > aside.widget:has(> div.textwidget > a[rel^=\"nofollow\"])",".grid-stack-item:has(> div.Reklam_001)",".flex-column > .sosyal-medya-alt:has(> .adsbygoogle)","#printable > div[style]:has(> div[style] > div[class^=\"banner_\"])",".box__item:has(> section.adv)",".grid-stack > div.grid-stack-item:has(> div[class*=\"Reklam_\"])",".block-pano > div[class]:has(> ins.rkm)","iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=30\"]\niframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=37\"]\ntd:has(div > iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=8\"])\ntd:has(iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=1\"])",".wrap > .maltibanner:has(> a[href])",".well-box:has(> center > ins.adsbygoogle)","body > div.fancybox-overlay\nbody > div.fancybox-overlay:has(> div)",".sag > .anatablo:has(> .karereklam)",".code-block:has(> .adsbygoogle)",".sagKolon > .sagItem:has(> script)",".manset > div.manset-img:has(> a > img[src*=\"/reklam/\"])",".MuiGrid-spacing-xs-2 > div.MuiGrid-item:has(> img[src^=\"https://cdn.oggito.com/images/ads/\"])",".ustrek","#f-uyari > span","img[alt=\"superbetin\"]",".samLinkUnit","div[data-block-structure=\"custom\"] a[href^=\"https://kuponigo.com/go/\"][target=\"_blank\"] > picture",".specialdayBand",".banner-effect","div[class*=\"header-ads\"]",".alice-adslot",".topBandBanner",".modal#modalContentContent\n.modal#siteLoginContentContent",".fade.show:empty","a[target=\"_blank\"] > div[class^=\"bg_content_\"]\ndiv[class^=\"bg_rek_\"]\nimg[src^=\"https://cdn.itemci.com/storage/images/rek/\"]",".pvpAdvertRow","a[href*=\"source=pvpserverlerpro\"][target=\"_blank\"]\ndiv[id^=\"bg_rek\"]",".detay-gecis",".fbox > a",".moon_ayd",".col-md-12 > div[style^=\"padding-top:\"].row",".col-lg-11 > div[style^=\"min-height:\"].row","body > div[style=\"margin: auto; width: 100%; height: 250px; text-align: center;\"]","a[href^=\"https://azureiptv1.site/\"]",".top-bnr",".series-watch-player a[target=\"_blank\"] > img",".inside-right-sidebar > aside.widget_custom_html","div[class^=\"adx-\"]\ndiv[class^=\"dfp-\"]\ndiv[class^=\"nativeadstr-\"]\ndiv[id^=\"dfp-masthead-infinity-\"]\ndiv[style=\"display:flex; justify-content: space-around; min-height:280px; margin-top: 20px; margin-bottom: 20px;\"]\ndiv[style^=\"min-width: 300px; min-height: 250px; display:flex;\"]","a[href=\"https://medyapanel.net/\"]",".smaller",".footerleft > a:not([href*=\"dizicaps.org\"])","#f-uyari > a","tbody tr#between_links",".container-fluid > .row > .col-md-3",".footerleft",".top-wcs",".ys-popup-video-ad",".footerleft > a:not([href*=\"fullhdfilm.*\"])",".filmcontent > div[style^=\"margin:3px\"]",".main-card-ads","#custom_html-7","a.coverup",".padder[style]:empty",".left-column > div > a[target=\"_blank\"] > img","footer > p > span[style]",".adv-news","#sidebar > div[style=\"margin:3px 0px;\"]",".masthead-infinity",".masthead-top",".pageskin:not(#style_important)","body > #kapat",".adv-item-box",".empower-ad","div:has(> .empower-ad:only-child)\ndiv:has(> div:only-child > .empower-ad:only-child)","div[style=\"height:262px;\"]","div[data-ad]\niframe[data-id=\"nedir.org_300x600_sidebar_responsive_2_DFP\"]","div[id^=\"widget_General_Advert_\"]",".theiaStickySidebar > div.adsWidget ~ div.nativeWidget",".optional-url-cnt > a[onclick][rel=\"nofollow\"][title]\n.optional-url-cnt > img","#modalPromotionContent",".rightColumnForLarge > div.well.p0",".bireklam",".player-ustu-metin","a[target=\"_blank\"] > img[width=\"100%\"][height=\"100%\"]","#footer-fixed",".swiper-pagination > a[href^=\"https://tinyurl.com/\"]","#f-uyari",".dikReklam160","#wpfooter",".masthead","div[class$=\"-ad-area\"]\ndiv[id^=\"doganBurdaAds\"]",".text-center > div[style*=\"overflow: hidden !important\"]","body > div[style^=\"height:\"].showed","iframe[src^=\"https://cdn.kanal7.com/ulketv/ads/\"]",".sol-reklam","a[href^=\"https://sbrcdn.com/\"]","#stream-item-widget-2","#content > a","div[class^=\"fullads\"]",".news-content > .cf",".ad-banner","footer .lastright > p ~ a","div[class^=\"vid\"][class*=\"-ads\"]",".empower",".mobil[style^=\"min-width:300px;min-height:\"]",".banner","#dfp-detail-kare-container","div[id^=\"teaser\"]",".sponsor-category",".top-ad-bar-container",".tag-ad",".news-inline-ads",".hide-mobile[style*=\"min-height: 250px;\"]\n.hide-mobile[style^=\"min-width:\"][style*=\"min-height:\"]","#splashmodal",".sporskor-advert-widget-frame",".sub-board-frame",".widget_media_image > a[target=\"_blank\"]",".nd-article__content p a[href*=\"&utm_campaign=\"] > img","#main > div[style^=\"height: 285px; width: 100%;\"][style*=\"display: flex; justify-content: center;\"]",".cities-banner",".ramadan-timer-banner",".homeengageya","a.w-full[target=\"_blank\"] > img",".masthead-ads-container",".rek_alani","div[class*=\"views-field-field-reklam-yatay-\"]\nsection[id^=\"block-views-reklam-block-\"]",".post .icerik-baslik > center\n.post center > a[target=\"_blank\"]","center > center > a[onclick^=\"window.open(\"]","div[class=\"e3lan e3lan-top\"]\ndiv[data-phpbb-ads-id]\ndiv[id^=\"ad\"]","#media_image-2","#text-html-widget-33","div[style=\"margin:5px auto; width:100%; max-height:336px; min-height:300px;\"]",".saga-rek",".yazi-alt-reklami",".footer a[href]:not([class])",".links",".ramadan-item","div[class^=\"ramadan-band-widget-\"]",".tt-fiber-hiziyla",".ramadan-band-widget","a[class*=\"banner-shadow\"]",".page-skin-ad",".rover-article-ad-post","a[href^=\"http://wallup.net\"]\nform > a[target=\"_blank\"] > img",".back-ads","#board-ads",".ad-large","div[style^=\"float:left;\"][style$=\"min-width:336px;min-height:250px;\"]","#footer > p > span[style]","a[href^=\"https://cutt.ly/\"]","div[style^=\"text-align: center;\"] > a[target=\"_blank\"]:not([href=\"https://anizm.net/\"])",".screen-stream",".logo-adv","div[class^=\"Advertisement\"]\ndiv[style=\"width: 728px; height: 90px;\"]","a[href*=\"pubads.g.doubleclick.net\"]\na[href^=\"https://www.misli.com/\"]\na[href^=\"https://www.misli.com?ref=\"]\ndiv[class^=\"milliyet_below_article_\"]\np > a[href*=\"&utm_medium=\"][href*=\"&utm_campaign=\"][target=\"_blank\"] > img",".card-layout-ads",".sidebar-adsense",".single-adsense",".adulu-col-right-ulu",".slick-track > a[href=\"https://www.dermansut.com.tr/\"]\n.slick-track > a[href=\"https://www.letstr.com/\"]",".wrap > div.lb > a[target=\"_blank\"] > img",".bitay-area",".footer-info > br\n.footer-info > br ~ a[href][title]","p[style=\"overflow: auto; position: fixed; height: 0pt; width: 0pt\"] + p","#logo-container","div[style^=\"width: 100%; height: auto;\"]","div[style^=\"position:fixed;inset:0px;z-index:\"]",".p-header-logo > a[href]:not([href*=\"vsro.org\"], [href^=\"/\"]) > img",".sidebar > div[class^=\"bg-[#f7f8fb]\"]",".advert-part",".mobad",".deskad",".moveItem","a[href^=\"http://pubads.g.doubleclick.net/gampad/\"]",".main-card-ads-vertical",".footer-bottom > p[style] ~ *","#top-adbar2",".sidebar .banner\n.sidebar .native",".hd-280.text-center\n.hd-280[style=\"text-align: center;\"]",".footer-description",".footer-info","body > form > div[align=\"center\"] > a > img\nbody > form > div[align=\"center\"] table > tbody > tr > td > div[style=\"text-align:right; float:left;margin:0 5px\"]\ndiv[class^=\"relative\"]\nimg[alt$=\"reklam\"]","#feed-contents > div[style=\"z-index:3;\"]","body .advert.mpu",".slot-container","footer > div.top.text","div[style=\"width: 100%;height:50px;margin-bottom:10px;\"]",".fkay","a[target=\"_blank\"] > video",".ys-masthead-ad-content",".aa",".widget_text","#top-adbar",".esx-home-mansetalt","#random-ads",".header-banner-cover","#searchForm > .bottomcontainer > #products","a[href^=\"core.php?ajax=reklam_say\"]",".headerTop > div[style^=\"min-height:\"]","div[style*=\"height:280px;\"]\ndiv[style=\"display:block;height:290px;margin:10px 0;\"]","img[alt=\"ads\"]","a[target=\"_blank\"] > img.img-responsive[src^=\"/images/\"][alt]",".biflm",".bihdr","#text-138","#text-147","#text-154",".ad_web",".carousel-ad",".pt-control",".sidebar-cla",".defen-orta","a[id$=\"_banner\"]",".banner-reklam","#block-3","#footer > footer.site-footer + p",".ortala",".yazialtireklam","div[ad]\ndiv[data-area=\"Advert300x100\"]\ndiv[data-wbzone-loaded=\"728x90\"]",".addForMainPage",".giydirme-container","#videoContainer","body > div#footer + p[style=\"text-align: center;\"]","body > div[id^=\"filmcidayi\"]",".diziyouFooter",".page-left-ad",".page-right-ad","div[onclick^=\"window.open\"][style^=\"position:fixed\"]",".body-wrap > p[style=\"text-align: center;\"]","a[href=\"https://cutt.ly/reklamsizokuma\"]","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > picture","div[id^=\"video-ust-rek\"]",".product-card--has-badge-sponsored",".product-card.product-card--border","#reklamCode video\n#reklamCode ~ #rekgecyen",".bulten_sidebar",".haber-ici-reklam","#tdsAdContainer",".p-body-content > a[target=\"_blank\"] > img",".p-body-sideNavContent > a[target=\"_blank\"] > img","center > a[target=\"_blank\"]",".rightBanners","._3amny",".next-news-ads",".kanews-banner > a[target=\"_blank\"] > img\n.kanews-banner:not(.kanews-banner-widget)","div[class*=\"-adv\"].text-center",".content > div[onclick^=\"window.open(\"]",".rkl","body .cls-edit-kutu",".ads-area","a[href][rel=\"sponsored\"][target=\"_blank\"] > img\np[class^=\"wmads\"]","#floatcenter","div[align=\"center\"][style*=\"height:300px;\"]","a[data-type=\"page_skins\"]\na[href^=\"https://www.trendyol.com?utm_source=aff_t&utm_medium=cpm&utm_campaign=cimri_sponsor_text_lin\"]\ndiv[class^=\"sc-\"] > a[width=\"300\"][height=\"250\"]\ndiv[id*=\"_300x250_\"]\ndiv[id*=\"_728x90_\"]\ndiv[id*=\"_MASTHEAD_DESKTOP_\"]\ndiv[id^=\"adslot-\"]\ndiv[name=\"offers\"] tbody > tr[class]:not(.esCTCr):not(.sc-iSDuPN)\ndiv[name=\"teklifler\"] a[href^=\"https://www.trendyol.com?utm_source=aff\"][target=\"_blank\"]\nsection > div[id*=\"_300X250_\"][style^=\"background-color:\"]","a[href^=\"go.asp?\"]\ndiv[class*=\"-yapiskan-reklam\"]\ndiv[class^=\"mobilde\"]","a[href^=\" http://pubads.g.doubleclick.net/\"]\na[href^=\"https://pubads.g.doubleclick.net/gampad/\"]\ndiv[class^=\"bigpara-kredi-\"]",".rekkklam","#featured-bottom-ad","div[class^=\"ne-banner-\"]","div[class=\"my-2 print:hidden bg-slate-50 pb-3 block\"]",".all-page-ad-frame",".subdetail-content > div.row > div.sidebar-column > div.sidebar",".clickout-banner-native_table_box",".fbnx","center > a[href^=\"https://www.google.com/\"]","#wptpageskin","video[onclick^=\"playAndAd\"]","div[class^=\"code-block code-block-\"][style=\"margin: 8px 0; clear: both;\"]","#sidebar-advert",".video-right > div.video-right-content > div[id][data-ub-carousel][style]",".ub-notification-ad",".has-ad div[class*=\"bitay\"]","#main > .header[style^=\"height:\"]",".icrypex-wrap",".sidebar-related","#DESKTOP_MASTHEAD-googleAdvertisement","#dfp-kare-1","div[id^=\"dfp-anasayfa-masthead-\"]","#footer_q",".money--video","[class^=\"search-store-advs\"]","#mcx-12","#mcx-10",".maltBnnr",".marka-listele","div[class*=\"AdBanner_\"]",".page-between-box > div[id] > .image-link-area","article > .partners","#ana_160x600_scroll",".Advertisement","#custom_html-9","div[id^=\"stream-item\"]","div[class^=\"mobilg\"] > a[target=\"_blank\"]\ndiv[id$=\"sabit3\"]",".simpleslider__slideshow.yetkin-report-add-area",".listing-top-banner","._3wHMMW",".-JTEJb","a[href^=\"https://pubads.g.doubleclick.net/\"]","#dfp-homepage-masthead-container","div[class^=\"dfp-kare\"]\ndiv[id^=\"dfp-kare\"]",".advert-desktop","#dfp-masthead-container","div[class^=\"dfp-galeri-masthead\"]","#dfp-homepage-kare-container","#detay_masthead","div[class*=\"-adv\"][class$=\" text-center\"]",".buss-bnr-item",".side-bnr-list",".probi-target","#simple-banner",".dr > div[style$=\"min-width: 300px; min-height: 250px;\"]",".better-ads-listitemad","#block-2",".ad-homepage-below-hero","#between_content_and_img","#tarif_detay_icerik_sonrasi","#desktop_inside_post_content","#section_section_banner",".AltkisimMenu > ul > li > a[href].linked",".billBoardFrame",".masthead-bnr-block",".side-bnr-block","#paribu",".reklam-metin","#myButtonx","amp-carousel[aria-label=\"Reklam Alanı\"]",".sagsutunaru","#mansetust",".ust_reklam","#tureng-primis-placeholder",".r-frame",".g-frm-bnr",".top-link-g",".piyasa_alsat_link_frame","#slider_bottom_news > div > .p-bnr + a[rel=\"nofollow sponsored\"]",".logoAd","div[id^=\"divFLRA\"]","#pageskin_div","#tie-block_2320.media-overlay",".theiaStickySidebar > .stream-item-widget","img[src^=\"https://www.cdnco.net/\"]","iframe[src^=\"//www.youtube.com/embed/q_PyWNKsD9c?\"]","div[class^=\"e3lan\"]",".gemli-before-content",".sidebar .zone","div[class*=\"_greklam\"]",".masthead-script","#ctl00_divMasthead","body > div[id][style*=\"position: absolute;\"][style*=\"z-index: 100000;\"]","iframe[width=\"200\"][height=\"200\"]","#header-standard-container",".dygtag-masthead",".category-detail-suggest",".ntv-kriptrade-widget",".pg-right > div[style=\"margin-top:20px;\"] > div[style*=\"http://mdcdn.sporx.com/_img/otoraba/\"]\n.pg-right > div[style=\"position: relative; margin-top:5px;\"]",".rkbg",".reklam-ortala",".kampanya",".finans_place_holder","img[src^=\"https://konyagazetesi.com.tr/writable/uploads/advcom/\"]",".playerBottom",".playerTop","div[class^=\"kanews-banner\"]\ndiv[id^=\"kanews_widget_ads\"]",".row > div.widget_text",".banner-pageskin",".Altkisim li > a[rel=\"dofollow\"]","iframe[name=\"BIKADV\"]",".widget_sponsor_150",".bunlariKacirmaTopic","#widget_455",".ad_header_inner",".canvas-layout-container > table[width=\"100%\"][cellspacing=\"0\"]",".reklam300-600","a[href=\"https://www.atisyapi.com.tr/\"]",".row-ads",".bHead","a[href^=\"https://www.aydinpost.com/advert/\"]\na[title^=\"Advert \"]","#full-width-seperator-ad","#arsiv-native",".col-12 > a[target=\"_blank\"] > img","div[align=\"center\"] > div[style=\"display: flex; min-height: 250px; min-width: 300px;\"]\ndiv[align=\"center\"] > div[style=\"display:flex;min-height:250px;min-width:300px\"]",".right.floated > div[data-gets] > a[href][target=\"_blank\"] > img",".rek-wrap > *:not(b)",".rek-0","div[class^=\"page-\"][class*=\"fixed-ad\"]",".inline-ad-height",".masthead_css",".sticky-top",".tepe_reklam","div[style=\"height:280px;\"]","#sidebar_reklam","div[style^=\"background:#eeeeee; border:2px\"]","#yeni_alt_reklam","div[class*=\"-icerikten-\"]",".banner-wrapper","div[v-if]","a[href^=\"https://kingredirect.com/\"]","#details > center","a[rel=\"sponsored noopener noreferrer\"]","#custom_html-8","#custom_html-25",".modulAds",".reklam-manset",".flash-wrapper",".sag-manset","#Arpian-ads","div[class*=\"reklam-\"]","#content > a[rel=\"dofollow\"]","div[class^=\"b2b-marketing-\"] > a[target=\"_blank\"]",".img_position_left",".zfc-ads","#movie-sidebar > a[target=\"_blank\"]",".fixed-pub","center > a[target=\"_blank\"] > img",".sticky-ads","#adStop",".pppx","#block-38",".zone-area",".masthead-main",".reklam-kutu","div[class^=\"text-center\"][style^=\"height\"]",".thb_before_header",".ReklamInnerRow","#masaustu","div[id^=\"native-ads-\"]\ndiv[style=\"margin: 0px auto; margin-top: 16px\"]\ndiv[style^=\"width:1048px;height: 90px;\"]","#globalsun","a[href^=\"/reklam/\"]","#cerceve_rek",".masthead-frame",".topbar",".google-adsense-ad",".ads_row","#tie-block_2579","#tie-block_1497",".adpro",".adcontent","div[class^=\"Ad_leaderboard-\"]\ndiv[class^=\"SkyscraperAd_\"]\nol[data-testid=\"accommodation-list\"] > li[data-testid=\"accommodation-list-element\"] ~ li[class=\"flex items-center justify-center\"]","div[class*=\"FeedOtoPlusGridItemstyles\"]\ndiv[data-test=\"letgoAd\"]","a[href^=\"https://rebrand.ly/\"]",".page-banner-masthead",".bn","#app::before","#sponsor",".sponsor",".headerBanner",".sagReklam",".tabloReklam",".lBannerArea","a[href^=\"https://app.stormgain.com/\"]\np > a[href][target=\"_blank\"]:not([href^=\"http://www.koreanturk.com/\"]) > img",".wpforo-ad","a[href^=\"https://ad.cozumpark.com/\"] > img\ndiv[class^=\"cozum-\"]","#text-20",".thb-ad",".ads-container","a[title^=\"plugins.advert\"]","a[href=\"https://www.centone.com.tr/\"] > img\ndiv[class$=\"banner\"]\ndiv[id^=\"adhouse-\"]\niframe[src^=\"https://web-node-cdn.foreks.com/\"]","#channel_reklam",".w300x250","a[href^=\"https://www.gecemilano.com/\"]",".yeni-bnnr",".hk_bar",".ust-reklam","body > section#primary[style^=\"width:\"][style*=\"height:\"]","#reki","body .ads-skin",".adulu_col-main-ulu","body > div[style=\"display: flex; justify-content:center\"]","header > div[style=\"height: 300px;\"]","center a[onclick*=\"window.open(\"]",".ad-home-masthead-wrapper",".p-bnr",".adbImg","div[id^=\"tv-ads-\"]","#adContentWrapper","div[style=\"min-height:260px\"]\ndiv[style=\"min-height:280px\"]",".local-ads-index","#roadblock",".amp-x-div",".right_sidebar","a[title=\"plugins.advert::advert.widget_advertising\"]","[id^=\"reklamokul\"]:not(#reklamokul2)","#custom_html-6","#custom_html-4","#home-content > div[style^=\"background: rgb(14,33,84)\"]","#custom_html-10","#custom_html-12","#newsRead > div.lholder",".text-center > a[title^=\"plugins.advert\"]","#el-4ed034a2 p > a > img",".qrcode-banner",".sticky-banner","#mail_ad",".banner_text_bottom","div[id^=\"main-billboard\"]",".reklamside","div[align=\"center\"] > a[target=\"_blank\"] > img","#lyr_ads_top2",".head-banner","#sagAds","div.ai-viewports[data-insertion]","div[id^=\"adContainer\"]",".gallery_onu",".partner","div[style=\"display:block;margin:10px 0;height:280px;\"]","#likexajax",".soz_layout_reklam","#mastheadads",".header-top-ads",".adv-link","a[href^=\"https://app.adjust.com\"]\ndiv[id^=\"imgBottomAds-\"]",".htSearchAdWrapper","ul.metin[style^=\"background:#F5F5F5;\"]","a[href^=\"/rdads.aspx?r=\"]\ndiv[id^=\"ads_ta\"]",".singleSag",".row > div.container > div.table-container",".sponsored-card","div[onclick^=\"event.preventDefault();window.open(\"]","div[class^=\"reklamalt\"]",".justify-content-center[style=\"width:100%;overflow:hidden;\"]",".medyanet-right-adv","body .adv-masthead:not(#style_important)","a[rel$=\"sponsored\"]",".kl-icerik > .sayfacik div[style=\"display: inline-block; width: 100%; text-align: center; padding: 10px 0; float: left\"]",".news-item > a[href^=\"https://bit.ly/\"]","div[class=\"right\"] > div[class=\"photo\"][style=\"text-align:center;height:280px;\"]\ndiv[id^=\"ads-div-\"]","div[bvm-banner-id]",".wt-masthead__horizontal",".p-body-inner > div[style=\"width: 100%; display: flex;\"] > a[target=\"_blank\"]",".masaustureklam","div[id*=\"BannerDiv\"]\ndiv[id^=\"event_ad_\"]",".tab > div[class=\"table\"][style^=\"float:left;width:966px;border:2px solid #F0E4BA;\"]",".close_page_skin","div[data-tur^=\"ads\"]",".mastheadcontainer","#footadskpt",".fotlogo > div.text > p > a[href] ~ *","#ustR",".icReklam","#yorumiciReklam",".boxStyle[style^=\"height:\"]","iframe[src^=\"https://ads.inegolonline.com/\"]",".genel > div[style^=\"width: 980px; height: auto; margin:\"]",".player-top-ad a",".ads_aky",".widget-970x250",".widget-336x280",".widget-580x400","#bannerKarosel","#oc_masthead","div[style^=\"background-color:#f0f0f0;padding-top:\"]","#mashedBanner_wrapper","#mansetAlti-container",".page-ads-top","div[data-wbzone-loaded]",".masthead-header","#layout3",".mp-widget",".logoYani","#mainInnerBanner","body .empower-ad:not(#style_important)","img[height=\"250\"][width=\"300\"]",".pull-right > div.box-sidebar",".adv.full-width.pull-left","#tie-wrapper > .stream-item-above-header",".lholder",".article-oads","#masthead-container","div[style=\"clear:both;margin:10px 0; height: 250px;\"]\ndiv[style=\"max-width:328px;margin:10px 0;\"]\ndiv[style^=\"width:60%;float:left;\"]",".centered-banner","a[title=\"bynogame\"]\np[align=\"center\"] > a[rel=\"nofollow\"] > img","#reklamdetay","body > div[class$=\"banners\"]\ndiv[style=\"width:635px; height:110px;padding-top:5px;\"]\ndiv[style^=\" margin-right: auto; margin-left: auto;\\9 text-align: left; padding-top: 0px;\\9 padding-bottom: 10px;\"]\ndiv[style^=\"width:635px; height:10\"]\ndiv[style^=\"width:635px; height:12\"]\nimg[width=\"480\"][height=\"76\"]",".p-body-inner > center > a > img","#brand-skinundernav",".stream-item-top > div[data-advadstrackid]",".add-section","a.homepage-img-728x90[target=\"_blank\"]","#reklamHD","div[class^=\"text-center list-ban-\"]","#sag-reklam","#MenuAlti",".gunun_mansetleri_nativo_ads","body .adInitRemove",".nativo",".content-inner-ad",".currencyAdArea",".dfp-container",".top_banner",".player-ustu-metin > a[rel=\"nofollow\"]","#td-outer-wrap > div[class^=\"mob-\"]",".ads-header",".gameads",".gameadsh","#specialNews","a[href^=\"https://accounts.binance.me/\"]",".rklm_frame",".nokta-ad",".noktaAdRight","#main_content > div[style^=\"height:\"] + center","div[style=\"width:970px; height:250px; margin: 0 auto;\"]",".ths-head-ad","div[id^=\"Banner\"]","#sponsorNewContainer",".advImagePanel","[id^=\"textBanner\"]\ndiv[id^=\"bannerContainer\"]\ndiv[id^=\"interstitial\"]\niframe[id^=\"frmTextBanner\"]",".livescore-banner-temp","#sg-popup","#bgBanner",".main-box-300-250",".tuttur-logo",".sidebar > .mpu",".widget-idda-tuttur",".widget-gpt-ads",".widget-nesine-most-played-coupons",".mpu",".sidebar > .mpu--2",".widget-gpt-ads--topbanner",".widget-iddaa-tuttur-onebytwo",".menu-center > a:not(.menu-rows)[target=\"_blank\"] > img","#live-master > div > div[style=\"float: right; width: 300px; margin-left: 3px\"] > div[style=\"width: 300px; height: 250px; text-align: center\"]","#dvBanner300x600","#dvTutturStickyBanner","#mcklk_ad_bg_image",".baner300x250",".PKBanner","#BuyukUstReklam","#tepebanner",".ag-head-author",".masthead-bus-bnr",".box-adv",".td-ss-main-sidebar > aside[id^=\"custom_html-\"]",".mob-desk","a[href^=\"http://www.sanalbasin.com/\"]",".advert_x_detail",".hBanner",".saniyeli_reklam",".sads-area",".container > .row > .col-sm-100 > #collapse1\n.container > .row > .col-sm-100 > div[style] > button[href=\"#collapse1\"]",".adRendererInfinite","a[class*=\"SideBarBanner\"]\ndiv[class*=\"BannerDiv\"] > a[target=\"_blank\"]\ndiv[class*=\"Bannerdiv\"] > a[target=\"_blank\"]",".xgt-Banner-Kutusu","div[id^=\"ad_below_menu\"]","div[align=\"center\"][style^=\"margin: 0 auto;height:\"]\ndiv[id^=\"eng_brnd_\"]\ndiv[style=\"height:110px;\"]\ndiv[style=\"height:220px\"]\ndiv[style=\"height:250px;width:300px;margin:0 auto;\"]\ndiv[style=\"height:262px;margin:0px auto;\"]\ndiv[style=\"height:270px;\"]\ndiv[style=\"height:480px;\"]\ndiv[style=\"height:800px;\"]\ndiv[style=\"width:300px;height:250px;margin-bottom:10px;\"]\ndiv[style=\"width:300px;height:260px;margin:0px auto;\"]\ndiv[style=\"width:300px;height:620px;margin:0px auto;\"]\ndiv[style=\"width:980px;height:260px;\"]\ndiv[style=\"width:980px;height:262px;\"]\ndiv[style=\"width:980px;height:274px;\"]\niframe[width=\"980\"][height=\"250\"]\nul > li > a[href^=\"https://goo.gl/\"][target=\"_blank\"]",".samCodeUnit.samAlignCenter","#ad-slot","div[class^=\"Reklam-Alani-\"]","#trend-link","center > a[target] > img","a[href^=\"https://www.linkonclick.com/jump/next.php\"]",".sidebar-content > #custom_html-8","center > button.btn2",".wpb_wrapper > div.banneralani1.td-pb-border-top",".adRenderer","a[href*=\"/ads/\"][target=\"_blank\"]\ndiv[class$=\"modal-backdrop fade in\"]\ndiv[class\\\"ads-article\\\"]",".left > p.sakla",".right > p.sakla\n.right > p.sakla + p.note",".dynamic-ads-container","div[id^=\"media_image-\"]",".thb-article-bottom-ad",".thb-sponsored-content-container",".yaziicireklam",".panel-body > a[href^=\"https://cex.io/r/\"]",".col-lg-4 > a[href^=\"http://bit.ly/\"]\n.col-lg-4 > a[href^=\"http://bit.ly/\"] ~ hr","a[href^=\"http://bit.ly/\"] > img","a[href^=\"https://wallet.advcash.com:\"]",".above-header",".space-300x250","#MastheadBanner",".rekbot",".arareklam","#header + .center__row--top",".sidebar__point-status-rk",".news__bottom",".btcturk__banner",".big-point__status-rk",".kanews_widget_ads",".kanews-banner","#babaslik",".dbx-head-full","div[style=\"margin-top: 10px; height: 250px;\"]\ndiv[style=\"margin-top: 10px; height: 310px;\"]\ndiv[style=\"margin-top:10px;height:250px\"]\ndiv[style=\"margin-top:10px;height:310px\"]","div[id^=\"ozel_banner-\"]","body > .ai-track > a[target=\"_blank\"] > img",".sidebar > div[class=\"space-3 flex center margin-bottom-md\"]",".container > div[class=\"space-2 flex center margin-bottom-md\"]","#wrap > div[style=\"margin:0px 10% 25px 10%;min-height: 290px;\"]","a[href^=\"https://beincrypto.com/\"]","a[href^=\"https://www.binance.com/\"]","#custom_html-52",".malker","#rkm-ac",".mh-content-ad",".gridlove-sticky-sidebar > div#gridlove_raklsense_widget-2\n.gridlove-sticky-sidebar > div#mks_rakel_widget-2\n.gridlove-sticky-sidebar > div:not([id^=\"gridlove_posts_widget\"])","#page > div[class*=\"Banner\"]",".theiaStickySidebar > aside[id^=\"text-\"] div[align=\"center\"]","div[class$=\"Reklam\"]",".adv-newsdetail",".icreklam","#SayfaEnUst",".News-Reader-Ad",".ad-blank","[class^=\"ad-zone-\"]",".nativeWidget",".kolay-kampus",".swiper-wrapper > a[data-category=\"advertorial\"]",".RekStyle","div[style=\"width: 300px; height: 250px; overflow: hidden;\"]",".banner_wrapper","#Header_wrapper + div[class^=\"code-block code-block-\"]",".g-reklam",".adbelowpost","#wrSlider",".sidebarAdvertisement",".theiaStickySidebar > div[id^=\"text-\"]","#gp-header-area a[target=\"_blank\"] > img",".werbung","#ads","#FormBottomAdContainer",".AdSection","#solBlok > div[style^=\"text-align: center; width: 100%;\"]","#siteGenel > div[style^=\"text-align: center; width: 980px;\"]",".Y-ReklamBG","#header_right_cell > a[rel=\"nofollow\"] > img",".reklamkutusu","#advertimentbar",".fdsphvn",".hbr-solreklam",".ai-track",".ai_widget",".pub",".body-inner > a[target=\"_blank\"] > .videoDiv2",".mastheadvisisblity",".mustheadmyrealcontainer",".masthead-wrapper",".gralan",".yanreklam",".mur","div[id^=\"block-sidebarreklam\"]",".sidebar-reklam:not(#block-sosyalmedyasidebar)","#block-videoreklam",".ads-ab-dynamic",".index_banner","a[rel^=\"sponsored\"]\nsection > [class*=\"mx-auto\"][class*=\"text-center\"][class*=\"text-xs\"]",".wpfad",".arkaresimmasas",".icreklam > .googleic",".ad-control-left",".ad-control-full:not(#style_important)","div[class^=\"xgt-Banner\"] > ul[class]",".vmagazine_lite_medium_ad",".theiaStickySidebar > #sow-slider-5","div[style^=\"min-height:100px;margin-top:20px;\"]\ndiv[style^=\"min-height:300px;margin-top: 25px;\"]\ndiv[style^=\"min-height:300px;margin-top:20px;\"]\ndiv[style^=\"min-height:350px;width:100%;margin-top:\"]","a[onclick^=\"adThisAfterSet\"]\ndiv[class^=\"DH-Reklam-\"]\ndiv[class^=\"Forum_Anasayfa_YeniMasthead_\"]\ndiv[id^=\"dha_\"]",".banner_with_stats",".incontent_ad","a[data-ad-id]","#adsMoving",".ustMenu1","div[data-reklam_id]",".bg-filigran",".else-news[style=\"border-bottom: 5px solid #ddd;\"]",".righttr > a[href][target=\"_blank\"] > img","a[href^=\"https://oley.com\"]","a[href^=\"https://univa.com.tr/\"] > img\na[href^=\"https://www.sonsaat.com.tr/\"] > img","aside[class^=\"reklam\"]",".my-2",".ws-masthead",".post-ad-title","#haber-detay-reklam","#sub-headline-reklam","div[class^=\"dynamic-ad\"]",".bottom-banner",".bigpara-banner",".menualti",".sticky-sidebar > section#ai_widget-2","div[id^=\"sagareklam\"]","#obi_random_banners_posts",".col-md-12 > div[style^=\"position:absolute;\"] > iframe","div[class^=\"adRes\"]","#benzerler",".rk",".custom-html-widget > div[style^=\"clear:both;margin:10px auto;\"]","a[href^=\"https://www.acilkitap.com/\"] > img\niframe[src=\"https://www.bilgicik.com/iframe/ari_sm/index.html\"]\nimg[alt*=\"reklam\"]",".header-ainfo",".ustaltrek",".site > div.code-block[style^=\"position: fixed; z-index: 999\"]","div[class^=\"banner-widget\"]",".viessmann",".widget-sponsor-slider","header > div.container > div[class^=\"fixed\"]",".bottom-header",".widget-adver",".photo-page-ads",".geniseleman",".code-block > a[target=\"_blank\"] > img","#filmcidayidesktop","div.reklam",".type-ads","body > #panel","#adni_widgets-2","._ning_zone_inner",".entry-content > div[style^=\"margin: 8px auto;\"][style*=\"text-align: center\"] > center",".arsiv-native","a[href*=\"https://kingads.mobi/\"]",".yatay-banner","#wrapperindex > div[style*=\"text-align: center;\"]:not([style*=\"background: #666666;\"])",".ads-height-250",".bitci-bar","div[class^=\"sag-ust\"]","div[data-zone]","div[class^=\"popstk\"]","img[alt=\"Banner\"]","div[id] a[href^=\"https://www.google.com\"]","center > a[rel^=\"dofollow\"] > img","div[id$=\"reklam300\"]","div[class*=\"_greklam \"]","div[style=\"height:265px; text-align: center;\"]","div[style^=\"float:left;\"][style*=\"width:300px;\"]","div[style^=\"min-height:300px;margin-top:\"]",".rrReklam",".altReklam","div[style=\"min-height: 120px;\"]\ndiv[style=\"min-height: 265px;\"]","img[onclick*=\"'Banner'\"]","a[href^=\"https://tr.rdrtr.com/\"]",".kargo-widget",".adace-slot-wrapper iframe",".g1-sidebar > aside[id^=\"text-\"] > div > p > ins[style=\"display:inline-block;width:300px;height:250px;\"]\n.g1-sidebar a[href*=\".binance.com/\"][href*=\"?ref=\"] > img",".post-middle-ad-box",".alt-bant",".anadolu-banner","#custom-super-banner",".sponsored-placeholder",".ad-widget-wrap",".fntKar",".fntLst250","#adsense-size",".header-banner-area",".stream-item-below-header > a[target=\"_blank\"]","#stream-item-widget-3",".side-banner-img","#flashContentAlt",".message-userContent > article + center > a[href][target=\"_blank\"] > img","body .ad-box","#indir > h1[style] > a[href*=\"&utm_medium=banner\"][target=\"_blank\"]","img[src=\"/Content/Eksen/images/380x960_high.gif\"]","div[class^=\"ana-sayfa-manset-ustu-buyuk-adv\"]","div[class$=\"reklam text-center\"]",".mobildegizle",".ortala > div[style=\"width:970px;margin:20px auto;min-height: 90px;\"]",".p-body-sidebar > a[href][target=\"_blank\"] > img",".indexReklam",".reklamBaslikBuyuk","div[class$=\"Sag\"] + div[style^=\"position:absolute;display:block;width:\"]",".mom-e3lan > a[href][target=\"_blank\"]",".toyota-syi-content-bant",".banner-promotions-wrapper",".af-main-banner-featured-posts","#bannerTop",".midiBanners",".videoalt",".videoust",".slider3Widget",".mansetyani","#alt > div.at",".genel_kapsayici > #memoli","#mastheadslot",".galerireklam",".head-advers","div[style=\"height: 90px; margin-bottom: 20px\"]","div[class^=\"shirl-icerikten-\"]",".up-masthead-infinite-item",".single-iframe-bnr",".center-bus-bnr","aside > .sidebarWidget > .textwidget > div[style=\"width: 125px !important;height: 80px !important;\"]",".yaziici-ust-reklam","ad-host",".esnekreklam","#big-masthead","a[target=\"_blank\"] > img[width=\"300\"][height=\"300\"]","div[class*=\"css-ads-\"]",".safirGalleryAds","body .top__area","#reklamana","#js-hook-for-ing-credit","div[id^=\"banner_\"]","[id=\"970x250_hype_container\"]\ndiv[class^=\"masthead-ad\"]",".haber-detay-reklam",".tepe-banner","#ps_ust","#siteSag > div[style^=\"width: 370px; height: auto; overflow: hidden; display: block;\"]","div[class$=\"_reklam\"]\ndiv[class^=\"sol_reklam_\"]","div[class$=\"utuns\"]",".slideads","td[width=\"840\"] > div[style^=\"float:left;width:185px; height:100px;\"]",".gazet-adlabel",".widget_reklam_widget",".banner-wide","a[href=\"http://bortargroup.com.tr\"][target=\"_blank\"] > img",".page_inner_right > div[style^=\" width:230px; height:378; overflow:hidden; margin:\"]","a[href=\"https://kafasozluk.com\"][target=\"_blank\"] > img",".avia-image-container","#news-partner",".swiper-slide > a[href^=\"/reklam/\"] > img",".banner300x600","#tie-block_760",".reklamSonDakika","#dvSagSabitReklam","center > .mob-desk[id$=\"masthead\"]","center > .mob-desk[id$=\"Masthead\"]","#fancybox-wrap","#fancybox-overlay",".controller2 > div[style^=\"float:\"]",".column-two-third > hr ~ a[target=\"_blank\"] > img","img[style=\"margin-top:20px; width:728px;\"]","#sidebar > a[target=\"_blank\"] > img\n#sidebar > center > a[target=\"_blank\"] > img",".RekStyleA",".reklam5","#xqadnan","img[width=\"160\"][height=\"600\"]",".e3lan-top",".tower_adv_left",".backstretch",".sinyazisonu1orta",".arkaresimm",".arkaresimmasa",".live-broadcast",".googleSabitRkl",".box_reklam",".yust",".theiaStickySidebar","#tie-block_1992","div[class^=\"reklam-alani\"]",".ust1[style=\"height:250px;text-align:center;\"]",".mobilgoster > a[href] > img[src^=\"/reklamlar/\"]",".PageWidth .default-widget > a[href][rel=\"nofollow\"]","div[style*=\"width:678px;\"][style*=\"height:90px;\"]\ndiv[style*=\"width:991px;\"][style*=\"height:135px;\"]",".ads-drive-host","div[class^=\"bigbanner_\"]\niframe[src^=\"https://ad.doubleclick.net/\"]","#div_reklam","a[href^=\"https://axitrbilisim.com/\"]\nimg[width=\"727\"][height=\"91\"]","img[width=\"970\"][height=\"250\"]","div[style^=\"text-align: center;\"][style*=\"width: 980px;\"][style*=\"overflow: hidden;\"]",".arkaresim",".container > a[target=\"_blank\"] > img",".wpb_wrapper > div.td_block_single_image:not([data-td-block-uid])",".banner > p > a[href]:not([href^=\"http://www.detaykibris.com/\"]) > img[height]:not([alt^=\"twitter\"]):not([alt^=\"facebook\"]):not([alt^=\"google\"])\n.banner > p > img","a[href^=\"https://tr.rdrtr.com/\"][target=\"_blank\"] > picture","a[href^=\"https://www.samsungazetesi.com/banner.php\"]",".adx-300",".tepe-manset > a[target=\"_blank\"] > img","div[class*=\"rklm-\"]","a[href^=\"http://www.marashaber.com.tr/banner.php\"]",".kolon10 > .float-right img[alt*=\"reklam\"]",".leftC > .videoalt",".sidebar_inner > #custom_html-13",".advers-box","body .billBoardFrame","#id_d_bantreklam","#banner-masthead div[id^=\"medyanet\"]",".site-content > div[class^=\"site-\"]","div[style*=\"width: 980px; height: auto; margin: 20px\"]",".haberDetayIcerik > div[style^=\"margin-right: 10px; float: left;\"]","#siteSol > div[style^=\"width: 728px; height: auto; margin: 20px\"]\n#siteSol > div[style^=\"width: 780px; height: auto;\"]","#siteSag > div[style^=\"width: 370px; height: auto;\"]","#haberAlani > div[style^=\"width: 100%; height: auto; overflow: hidden;\"]",".mainMastheadBg","div[id^=\"ENGAGEYA_WIDGET_\"]",".container > div[style=\"width:980px;margin:0 auto;height:250px;\"]",".news-detail .adv","a[href=\"https://www.kodlabuyu.com/\"]",".sag-kayan",".bannerwidget","#leaderboard",".splash_box",".splash-box",".ara-reklam-wrapper","div[class^=\"tekno-banner\"]","a[href=\"https://www.asyasu.com.tr/\"]",".advert-o-desktop",".bandReklam","div[style=\"width:610px; height:250px;\"]\niframe[name=\"vatanref\"]","#masthead-reklam",".reklam-button",".reklam-item","#__next > div > div[class*=\"-\"] > a[rel^=\"nofollow\"][target=\"_blank\"]","div[data-nokta-zone]","a[rel*=\"sponsored\"]","a.yazisonu_banner",".desktopHeaderBanner",".hResim > a[href*=\"&utm_campaign\"] > img",".probi-sticky",".wh_ad_inner","footer h3[style=\"text-align: center;\"] > span[style=\"color: #999999;\"] > strong\nfooter p[style=\"text-align: center;\"] > a[href][target=\"_blank\"] > img","td[align=\"center\"] > a[href][target=\"_blank\"] > img",".widget_custom_html a:not([href^=\"https://bakis.bg/\"]) > img",".banner-img","div[class^=\"ads--\"]",".logoYaniReklam","#advBillboard",".k2_ad","#topbannerpagewrapper",".solcolonreklam",".gamer_ads","a[target=\"_blank\"]:not([href^=\"http://www.ciftlikdergisi.com.tr/\"]) > img",".row > div[style=\"margin-top:-10px\"]",".banner-box","div[id^=\"medyanet/\"]",".temp_interstitial_ad","#homePopup","p > a[target=\"_blank\"] > img","#detaybar > div.engin06",".row > div.justify-content-center.d-flex.align-items-center[style*=\"px\"]:not([id])",".bg--gri[style=\"padding: 10px 0;\"]","#tam-ekran-reklam","a[href^=\"tel:\"]",".blok-reklam","#tepereklam","div[data-zone][style^=\"width:300px;height:250px;\"]\ndiv[data-zone][style^=\"width:320px;height:100px;\"]","img.disabled[width=\"250\"][height=\"90\"]\nimg.disabled[width=\"300\"]",".rightBox > div > a[target=\"_blank\"]",".ad-right-area","a[href=\"https://apps.facebook.com/canakokey/\"]\na[href^=\"https://app.adjust.com/1hy437i\"]","img[alt^=\"reklam\"]",".beyaz > div > p > img\n.beyaz > div > p[style=\"text-align:center\"] > img","span[style^=\"font-family:Verdana\"] > .floatleftle > a > img","#popupCampaign\n#popupCampaign ~ div#dynamicDarkScreenDiv","body .adv-wrapper:not(#style_important)",".splash-popup","div[id^=\"nuifm-\"]",".message-body > center > a[target=\"_blank\"][href^=\"https://discord.gg\"]",".tpaw0",".addss",".splashAds","div[itemprop=\"articleBody\"] > div[style^=\"margin-right: 10px; float: left;\"] > a[target=\"_blank\"] > img\ndiv[style$=\"height: auto; margin: 20px auto 0px auto; display: block; text-align: center; overflow: hidden; position: relative;\"] > a > img","#siteSag > div[style^=\"width: 370px; height: auto; overflow: hidden;\"] > div > a > img","#adv","a[href^=\"//www.acilkitap.com/\"]\ndiv[class^=\"bannerBloc\"]",".left-ads-area","div[style^=\"width:990px; height:90px;\"]",".sgpb-popup-dialog-main-div-wrapper",".spu-bg",".spu-box",".sag-banner",".site-modal",".top-banner","#sidebarbanner","#block-agrippa-faturaodetumurunlersonucbilisim-area",".bc_random_banner",".hdr-reklam",".widget-list-ads",".theiaStickySidebar > #text-10\n.theiaStickySidebar > #text-4\n.theiaStickySidebar > #text-5","#lock > div[style] > a[href][target=\"_blank\"] > img",".popup",".sag_in > div[class*=\"300x250\"][style*=\"width: 300px\"]","a[href^=\"https://kingads.\"]",".gallery-banner","#stickyBanner","body > div[align=\"center\"] > a[href][target=\"_blank\"] > img",".betvigotop","td[valign=\"top\"] > font[size] > table[cellpadding] + a[target=\"_blank\"] > img\ntd[valign=\"top\"] > table[width][style] + a[target=\"_blank\"] > img",".news-detail_advertorial",".reklam-row > .rro-col > .rro-bg > a[href][target=\"_blank\"] > img","header > .logo-banner .pull-right a[href][target=\"_blank\"] > img",".reklam-sidebar",".reklam-yatay-yeni-footer2","a[href*=\"&utm_campaign=\"][target=\"_blank\"] > img[src*=\"banner\"]\na[title=\"reklam\"][target=\"_blank\"]",".reklam-orta-728-90","a[target=\"_blank\"][rel=\"noopener\"] > img.aligncenter",".reklammain",".adace-after-paragraph",".header-promo","div[class$=\"reklamalanı\"]",".widget_media_image > a:not([href*=\"kobiyasam\"]) > img","a[href^=\"https://www.hostg.xyz/aff_c\"]",".advert > p","#_bottom_content_bottom a[href^=\"https://ykl.co/\"][target=\"_blank\"] > img",".adcontainer","aside[class=\"td_block_template_1 widget widget_text\"]",".homepage-widgetarea > div#media_gallery-3\n.homepage-widgetarea > div#media_gallery-6","a[href^=\"https://bitly.com/\"]\na[href^=\"https://serve.for.com.tr/server/redirect.php\"] > img",".adv-height250","#maxAdContainer",".bu-ad","div[class*=\"advertisement-\"]","#sidebar-right > #custom_html-20",".adbetnetwork","div[class$=\"-rek\"]","div[id^=\"stnz_topBanner\"]",".stnz_reklam_blok","#stnz_middleContent > div[style=\"text-align: center;\"] > pre + div",".onreklam","div[id^=\"selectedBroshuresAd\"]",".wide_banner",".haber-reklam","div[id^=\"lounge-\"]",".c-banner__element",".u-flex-justify-center div.l-grid__col a > img","img[alt=\"Ad\"]","div[class^=\"k_reklam\"]","#text-21","div[style=\"margin:0 auto 20px; height:280px;\"]\ndiv[style^=\"text-align:center;\"] > div[style^=\"margin:\"][class^=\"hide-on-\"]",".container > div[class=\"row mb-2\"] > img",".mainsliderads","div[class*=\"_ads_\"]",".main_cats_bottom_1 > img",".sagrek",".icReklamOrta",".reklam-body-left1",".container > .intitation > div[style^=\"background-image:\"]","div.hbrad","div[align=\"center\"] > a[href][target=\"_blank\"] > img",".last-sidebar-right > img[alt=\"Reklam\"]\n.last-sidebar-right > img[width=\"100%\"][height=\"70%\"]",".currency-backed > .currency-left > img[data-src$=\"/ünal.gif\"]","#IcerikReklam","a[href^=\"https://www.haber61.net/banner.php\"]",".zozo_ads_widget",".newser-artical-bottom-ads","#banner",".haberdetayReklam","#header-inner .container > .navbar-header + a[href][target=\"_blank\"] > img",".block-content-inner > .row > #body_div_diger > a[href][target=\"_blank\"] > img","div[class^=\"sol_banner\"]",".left > div > a[href=\"https://www.toyotakocaelikaya.com.tr/\"]",".dikey > p > a[href][target=\"_blank\"]",".theiaStickySidebar > .tb-block > a[href=\"https://www.VitaminDuragim.com/\"]\n.theiaStickySidebar > .tb-block > a[href][target=\"_blank\"] > img","div[class$=\"-adva text-center\"]",".banner-row","img[alt=\"banner\"]",".news-banner-container","img[data-src^=\"https://www.kibrispostasi.com/imagecache/banner_\"]","#modal-ads.in ~ .modal-backdrop","div[class$=\"-banner\"]\nimg[width=\"1440\"][height=\"570\"]","img[width=\"510\"][height=\"150\"]",".mastheadx",".reklamayar",".yazi_1_r_ma",".mobil-r-mb15",".blok-ust-r-ma",".notifyModal",".content-container > div.ad-placement-header-footer",".menualtireklam","#playex > a[href][target=\"_blank\"] > img","#dt_contenedor > a[href][target=\"_blank\"][style]",".yapisikreklam2",".ASD","div[id*=\"soldasabitdesktop\"]",".right-ads-area","body > a[href][target=\"_blank\"][rel=\"noopener\"] > img",".konuiciReklam",".adsbig","#content > div.post > center","#wrapper > header + div.container > div[id=\"content_section\"] > div.container",".body_wrapper > div[id=\"pagetitle\"] + div[id=\"news_mod-block\"]",".pageContent br + table[style=\"width:100%\"]",".wrapper > div[id=\"prostats_table\"] + table.tborder",".uc-ads",".fulladsd",".kapla > .icerik > p > img[src$=\"enerya.png\"]","div[class^=\"ad-space-\"]","#testslider",".related-news-container",".ustbar",".onerilenler","div[id=\"sag_rek\"]\ndiv[id=\"sol_rek\"]","iframe[src^=\"https://gedik-cdn.foreks.com/\"]",".other-ads-container",".gamer-ads-container","a[class^=\"\\\"trkvzbnr\"]\ndiv[id=\"id_d_970x250\"]","div[class*=\"-banner-\"]",".haberorta",".habersag",".mansetaltisol",".bannerhaberalt",".footerrek","#ad_global_below_navbar",".content-in-ads",".threadList > div.head + form[action] > div.announcements ~ div[class][data-type]",".asd","div[class^=\"googlead_\"]\ndiv[style=\"position:relative;float:left;width:492px;\"] > a > img","div[id^=\"bultenbanner\"]\niframe[src=\"https://hibya.com/banner.htm\"]","div#medimagazinreklam_hype_container","#page-body > div[id=\"p\"][class^=\"clearfix\"]","img[width=\"150\"][height=\"600\"]",".sidebar > div.koseyazarlari + div.widget","img[style=\"width: 678px; height: 60px;\"]\nimg[width=\"325\"][height=\"325\"]\nimg[width=\"330\"][height=\"60\"]\nimg[width=\"678\"][height=\"90\"]",".sol_reklam",".fixed_banner",".ss-outer-wrap","div.best-of-best",".ccp-top",".icerik_detay > div[style^=\"float:left;\"] > a > img",".ic_alt_reklam","div[class^=\"bannerzone\"]","img[width=\"330\"][height=\"466\"]\nimg[width=\"336\"][height=\"196\"]",".solsabit",".sagsabit",".reklamalani-1",".rklm-box","#acilisreklam",".p-body-sidebar > a[href=\"https://www.elitnet.com/\"] > img",".singleContent [class^=\"btnads\"]",".ad-single",".afc_popup","div[class^=\"arena-\"]\nimg[width=\"1200\"][height=\"200\"]","img[width=\"300\"][height=\"300\"]","#panels > div.sidebarWidget.safirBox",".theiaStickySidebar > div.homeWidget.safirBox",".container > .rPanel > a[href][rel*=\"nofollow\"] > img\n.container > div[class^=\"rc\"] > div[class^=\"rd\"] > a[href][rel*=\"nofollow\"][target=\"_blank\"] > img","a[href^=\"https://kenttv.net/reklam/\"]",".hbaAdv",".backupContent","#dvReklamPaneli","div[id*=\"dvAltReklam\"]","#p900y100 > .breaking-news-ticker ~ .div > div[style=\"width: 100%; text-align: center;\"] > #jcarousel2",".col-4 > .space-250","#ads_fixed","#advertisement",".above_body > div.navigationWrapper + div[class] > div[align] > a[target=\"_blank\"] > img","body > div.fancybox-mobile","a[href][target=\"_blank\"] > img[alt=\"banner ad\"]","div[align=\"center\"] > a[href][target=\"_blank\"][rel=\"nofollow\"]",".d-reklam","#modal-ads ~ div.modal-backdrop",".col.pr-0 a[href][target=\"_blank\"] > img",".blossomfeaturebox","#haberAlani > div[style*=\"width: 100%\"][style*=\"float: left\"] > div[style*=\"width: 728px\"][style*=\"overflow: hidden\"] > a[href] > img",".blok_reklam",".theiaStickySidebar > div.yanmenu > div.textwidget","ins[id^=\"rkm-ana-\"]","#reklambandi",".dikreklamsol",".dikreklamsag",".a-single","div[style=\"width:640px; height:320px;\"]\ndiv[style^=\"width:970px; height:\"]",".banner-alani",".adflashsag",".banners-index","#sagdakayan",".post_reklam",".blokreklam-dis",".ustmansetreklam","a[target=\"_blank\"]:not([href*=\"kadikoylife.com\"]) > img[alt]:not([srcset])\nimg[width=\"1150\"][height=\"125\"]\nimg[width=\"1170\"][height=\"360\"]\nimg[width=\"780\"][height=\"100\"]\nimg[width=\"780\"][height=\"96\"]",".footerAdArea",".theiaStickySidebar > aside[id^=\"text-\"]","#logoright > a[rel=\"nofollow\"]","div[id^=\"gridlove_adsense_widget\"]\ndiv[id^=\"mks_ads_widget\"]",".arkaplan-giydirme","div[class^=\"reklamalan\"]","#manseyansagreklam","div[style=\"width:300px; height:250px; margin:;\"]\ntd[width=\"300\"][height=\"175\"]\ntd[width=\"300\"][height=\"600\"]\ntd[width=\"660\"][height=\"250\"]\ntd[width=\"980\"][height=\"245\"]",".masthead-banner",".ad-banner-big","#\\33 00x250Reklam",".sidebar > .widget > a[href][target=\"_blank\"]:not([href*=\"islamveihsan.com/\"]) > img",".blokrek","div.ad",".Banner",".popular-section-ads",".hot-news-ads2","#metin > a[href=\"https://abone.evrensel.net\"]",".top-add-section",".haber-reklam-detay",".gallery-post-item > a[rel=\"nofollow\"] > img\n.gallery-post-item > a[rel=\"nofollow\"]:not([href^=\"https://dostbeykoz.com/\"]) > img",".sidebar-add-place",".Reklam_001","a[href^=\"http://bit.ly/\"][target=\"_blank\"] > img",".haberaltibanner",".adx-shadow","#saniyeli_reklamx",".all-header-reklam","#vidyome-containeradContainer",".once-reklam a[href]",".adsbynokta",".reklam-haber-detay","a[href][target=\"_blank\"] > img","#reklamalani3",".fiori-container > div[style=\"text-align:center\"] > div:not([class]):not([id]) a[href][target=\"_blank\"] > img",".yensag",".yheaderreklam",".entry-content > div.be-read-views ~ p > img[srcset*=\"-212x300.jpg\"]",".google_ust",".submengoogle","#header-alt-reklam","#hybrid-badge",".ads-max-height-600",".sagblok","marquee",".konulisteTextReklam","a[href^=\"https://menuburada.com/reklam-zipla.php\"]",".tepereklam","div[class^=\"strrklm\"]",".widget a[href=\"http://yotel.com/\"] > img",".rek:not(.haber_rek)",".FrmmknAdvertising","iframe[src=\"https://www.animex.club/reklamEngine.php\"]",".adversAreaa","#content > div.content-adsense > a:not([href=\"http://erzurumajans.com/\"]) > img","img[width=\"300\"][height=\"400\"]","#sagsabitle > .blokccs[style*=\"background-color:\"]",".lgx-logo-slider-wp","#sidebar-before-content > div.templatic_text","#templatic_text-72",".reklam_videosu",".amp-ad","img[width=\"300px\"][height=\"250px\"]","div[id^=\"block-anasayfareklam\"]\ndiv[id^=\"block-views-block-reklam-\"]","#top_banner","#sidebar-topbanner","div[style^=\"width:300px;\"] > div[style]",".firmad",".ap-930x100",".ap-300x400",".ap-615",".single_loop > a[rel=\"nofollow noreferrer\"] > img",".spon","video[src*=\"_970x250.\"]","body .sidebar-partner",".news-box > a[href][target=\"_blank\"].block > img",".header-img > a[href][target=\"_blank\"].block > img","div[style*=\"width: 970px;height: 250px;\"]","div[style^=\"width: 728px; height: 90px;\"]",".sagSabitKose",".ziledoviz",".haberler-grids > .haberler-item#milliyet_widget_div\n.haberler-grids > .haberler-item#widgetet\n.haberler-grids > div[class^=\"haberler-item\"][id^=\"widget_div_\"]","div[class*=\"Reklam_\"]",".ayrac","a[href*=\"torku.com.tr/\"]",".widget_custom_html",".big_banner","a[href^=\" https://www.ford-helvacioglu-mugla.com/\"]",".popup-window",".popup-overlay","a[href^=\"http://bit.ly/\"]","#mvp-leader-wrap",".bottomBanner","#rec-full-block",".top-banner-area",".bannergroup",".haber-ici-1_greklam","div[class$=\"reklam\"]",".leaderboard-1-banner",".masted-reklam-alani",".skitter-large-box",".row > div[class^=\"col-md-\"] > div.well > a[target=\"_blank\"] > img","center > a[rel=\"nofollow\"] > img",".fixed_ads",".adace-sponsors-box",".adace-slideup-slot-closer",".ad-channel","#sabitSagAds","#sabitSolAds","#reklamTepe","#kapatReklam","#logoSagi","#zzz","div[class^=\"ilan_tahtasi\"]","div[class^=\"haber-ici-1-adv\"]\ndiv[class^=\"mi-banner-layout\"]","div[itemprop=\"articleBody\"] > div.code-block-1","div[class^=\"rklm-\"]",".video-ad-container","body .CM_pageskin",".banner-animation","#stream-item-widget-16","#header-cont > #banner > img[src^=\"https://i.hizliresim.com/\"]","section.sidebarWidget.nativeWidget > .textwidget > p > img[src^=\"https://i.hizliresim.com/\"]",".sectionAd",".searchHeaderAd",".bgads",".samBackground > a[href][target=\"_blank\"].samBackgroundItem","#DetailMtrxCentre > div#quiz_masthead[style^=\"width:970px; height:250px;\"]",".u-ads",".sagads",".Ad",".ikili-reklamlar",".mutlu-aku-banner","#js-hook-for-kocfinans-credit",".add-banner",".col-lg-3 > .add > a[href][target=\"_blank\"] > img","li[id^=\"grand_news_custom_ads-\"]","div[class^=\"ad-\"][class*=\"-prod\"]",".inner-box > .row > .col-12 > div[style=\"width: 920px; height: 180px;margin: 20px auto;\"]\n.inner-box > .row > .col-12 > div[style=\"width: 970px; height: 200px;margin: 0 auto;margin-bottom: 20px;\"]",".yaris-widget",".zebramo-screen > div.row > div[class] > a[target=\"_blank\"] > img",".sag-blok-hava-durumu-ustu-adva",".container > div[class^=\"ana-sayfa-\"][class*=\"-buyuk-adv\"]",".ad-970x250",".page > section.manset-wrap > a[href][target=\"_blank\"] > img",".pageSkinOrta","img[width=\"300\"][height=\"600\"]",".tavan_reklam",".haberDetay_reklam","div[id^=\"advertising-\"]",".HeaderAdvertising",".advertising728x90_MansetAlti",".body-clickable",".Ads-L",".CS.Last > .CXL.Mag",".widget_bt_banner_widget",".rekFull",".article-detail-right > section.new-article-box",".skip-intro",".ustreklamgrubudesktop",".reklam300x250","div[id^=\"reklam_250_\"]",".inlineAdsG",".anasayfaustreklam",".headerrek",".sidebar > a[href][rel=\"nofollow\"] > img",".webmobile > a[href][rel=\"nofollow\"] > img","div[class^=\"ads_\"]","ins[id^=\"rkm-\"]",".analysis-banner","center > a[href][onclick][style^=\"width\"]",".banner_970",".cb-block","div[id^=\"ads-\"]","#melbet",".add-inner",".headline-ad","#custom_html-5","#reklambuyuk","body > div[class^=\"pageskin-\"]\ndiv[class^=\"corpad-\"]",".home-full-banner",".single-ad-top",".main-adsense",".home-adbox",".bik-ad",".smart-ads",".solreklam",".inner-right-ad-300",".tepe-alan",".Banner320x50:not([href^=\"https://api.whatsapp.com\"])",".Banner320x100",".adver_custom",".custom_advert_right",".newsbox_sidebar_ads",".newsbox_sidebar_ads_single",".adv-600",".container > div > a[href^=\"http://bit.ly\"]","#ivr-reklam-text",".masthead-content","body > div[style=\"text-align:center\"]\nimg[src^=\"https://gmag.com.tr/wp-content/uploads/\"][src*=\"/banner_\"][src*=\".gif\"]","div.code-block > a[target=\"_blank\"] > img",".jeg_ad","a[href^=\"http://www.nefesgazetesi.com/banner.php\"]","#advertising_load_area",".banner > a[target^=\"_blan\"] > img","#pre_video","div[class^=\"singleAd\"]",".megaBanner","#custom_html-3",".btbg",".mansetyanitekli-x","#de_reklam",".sagyan_reklam","div[class$=\"_reklam_160x600\"]","ul[style=\"width:400px; height:300px;\"]","#add-popup",".md-overlay",".left-side > a[rel=\"nofollow\"]",".right-side > a[rel=\"nofollow\"]","img[alt=\"Advert\"]","#tie-block_2405",".stream-item-top-wrapper","p > a[rel=\"noopener\"] > img:not([alt^=\"sosyal\"])",".td-adspot-title",".pub_code",".side_pub > a[href]:not([href*=\".saglikaktuel.com\"])[target=\"_blank\"] > img","a[href*=\"banner.php\"][target=\"_blank\"] > img","div[class^=\"ad-control-\"]",".ifBanner300x250","#pageFull > .wrap950u.mTop10","a[target=\"_new\"] > img:not([src*=\"whatsapp\"]):not([facebook])","div[style=\"clear:both;height:30px\"]","div[id$=\"-banner\"]","#manset_ile_gundem","#vitrin_ile_astro","center > a[href*=\"://bit.ly/\"] > img\ncenter > a[href][target=\"_blank\"][rel].external > img\niframe[src^=\"https://www.obilet.com/widget/\"]",".grids > div[class] > .sidebar","center > p[style=\"background-color: #e7e7e7; color: #F00; font-weight: bold; font-size: 18px; text-align: center;\"]",".thecontent > .code-block > a[href][target=\"_blank\"][rel].external > img\n.thecontent > div.code-block > a[data-wpel-link=\"external\"] > img","#fadeinbox",".advertising","#advertising_div","div[class^=\"netr0nRadyoYanReklam\"]",".td-ss-main-sidebar p > a[href] > img",".widget-banner",".ortaKategori1Reklam",".header_big_advert","div[class^=\"ui-popup\"]",".main-menu > .main-menu-item > a[href=\"http://ekonomi.haber7.com/kobi\"] > img",".sidebar > .widget > .textwidget > *:not(.sossy-social-profile) > a[href][target=\"_blank\"][rel] > img",".td-all-devices > a[href^=\"http://bit.ly/\"] > img",".ap-xsr",".apw-xbt",".apw-xbl",".apw-xbr",".ap-940x100",".ap-928X96",".ap-450x400",".geoit_popup_ade","center > a[href=\"https://www.dekolte.net\"] > img",".footer_fixed_banner","a[href*=\".rdrtr.com/aff_c?\"]","div.ads",".ustreklammasa","#highlights_suslu li.url-highlight",".ads-page-skin",".p-body-sidebar > .samCodeUnit",".nsi_add",".banner300Soru","#ads728and250","#header2 > #coco2","p > a[href]:not([href^=\"https://gsmturkey.net/threads/\"])[target=\"_blank\"][rel=\"noopener\"] > img",".ads-row","div[class=\"con pt30 pt10-sm\"] > div.row > div[class=\"col c-rsilan order-6\"]",".flex-row > .col > aside[itemtype=\"https://schema.org/WPAdBlock\"] + .cl10",".NewsContent > .RelatedNews","div[style=\"margin:10px 0px;\"] > fieldset[style=\"border: 1px solid!important;padding:10px;color:8a8a8a;\"]",".gl-advert","div[data-wbzone$=\"extlink\"] > div#id_m_textlink","div[data-mbzone$=\"extlink\"] > div#id_d_textlink","#scrolladsbanners",".mitsubishi-link",".banner_main",".ad52-container","#main_container > a[href][style][data-type=\"page_skins\"][rel=\"nofollow noopener\"]\n#main_container a[id^=\"product_detail_ad_\"]",".pageSkin",".container > div.row > a[rel=\"nofollow\"]","a[href^=\"https://www.dunyabizim.com/banner.php?\"] > img","body > #printlogo + div[class=\"container tb-block mt-10 mb-10 block-1\"]",".paratic_sidebar > a[target=\"_blank\"][title]",".sadece-mobil","div[style=\"margin:28px\"] > center > b > a[href][target=\"_blank\"]",".textbox#current[style^=\"float: left;\"]",".banner_wrapper > a[target=\"_blank\"] > img[alt=\"Sözcü Plus\"]",".splash",".advrs",".col-2x > .widget-slider","#reklam2",".reklam4","#sag > .s > img[src^=\"/images/372x\"]\n#sag > .s5","a[href^=\"http://www.bolgevizyon.com.tr/\"]\ncenter > a[href=\"http://www.sakaryagazetesi.com.tr/iletisim/\"] > img",".mi-banner-layout1","[data-aaid=\"\\\"ad\\\"\"]","#header-text-nav-container > div[style*=\"width:100%;height: 250px;\"]","#pskinad",".banner-side",".header-banners",".ads.dev-detail-ad-template",".samCodeUnit",".rightColWrap > div[class=\"col-sm-12 col-xs-12 pad0 border1 pad30 marTB20 text-center\"]","div.adpro",".index_sub_headline[style=\"height:230px; width: 780px; overflow:hidden; margin:0 auto; text-align:center;\"]","div[style=\"width:100%; height: 280px; margin:0 auto;margin-bottom:5px;\"]\niframe[src^=\"/advertisement/\"]",".h80-reklam + div[style*=\"width:100%; height: 280px;\"]",".post_list_banner",".g-ad-t",".g-ad-y","iframe[src^=\"/pages/ad.aspx?adLoc=\"]",".sag336-reklam","#side iframe[src^=\" http://www.emlakeki.com/\"][src*=\"banner.aspx?ref=\"]","#single_1_aciklama_alt","#film > div[class*=\"-metin\"]",".menuustu-reklam",".post-content > div.wpcf7[role=\"form\"]","#solkisim > div[style=\"text-align:left;width:300px;height:250px;padding:10px;background:none;\"]",".col-md-4 > .adblock",".left-bnnr",".right-bnnr",".addy",".top-header-banner","section.header nav .sponsor","body .adsbygoogle","#ad_global_below_navbar > .alt1 > div[align=\"center\"] > a[href*=\"banner\"][target=\"_blank\"] > img",".banner_320x50",".picangle > .konuz > a[href][target=\"_blank\"]",".sponsor-container",".dt_banner",".widget > .add",".row .text-center > a[href][rel=\"nofollow\"] > img","body > div[class$=\"-side hidden-xs hidden-sm\"] > a[href][rel=\"nofollow\"] > img","#Anasayfa","#firma-rehberi",".c-adblok","#thb-infinite-article > .section-grey","#stream-item-125-widget-7","#stream-item-widget-15",".stream-item-below-post-content","#wrapper > .above-header","a[href^=\"/banner-gosterimi?id=\"]\ndiv[id^=\"div-gpt-ad\"]",".virgul-ad","#nativeAd",".adv-content-inner-full",".advBox-s-type-300-250",".bellona-overlay",".headline-slider .slick-track a[href^=\"http://www.haber7.com/advertorial\"] > .image","#adidm_reklam",".advers",".ads-300x600","#sidebar > aside#text-19",".homepage > aside#text-21","#Header-Banner-Masthead",".ad-ver-ti-se-ment","#widgets-wrap-sidebar-right > #custom_html-3",".adsbox","#sidebar_reklam_alan",".col-md-9 > .horizontal-place",".sol_sidebar a[href] > img:not([alt])","#sidebar > #black-studio-tinymce-11\n#sidebar > #black-studio-tinymce-12\n#sidebar > #black-studio-tinymce-13\n#sidebar > #black-studio-tinymce-14\n#sidebar > #black-studio-tinymce-5\n#sidebar > #black-studio-tinymce-6","#altSreklam",".filmicerik > center > a[target=\"_blank\"] > img",".top-banner-wrapper > .top-banner","td[width=\"130\"]:first-of-type > br:first-of-type","#sagblokfix > div[style*=\"width:300px;height:250px;\"]",".elementor-image > a[target=\"_blank\"]:not([href*=\"kadikoylife.com\"]) > img[alt]",".td-main-content-wrap > img[alt][width]","div[class$=\"advert\"]","#ebolax_div",".featured",".content > .inbar","._commercial","#bannerClick\n#bannerClick + div.image",".midleft > [id][style=\"width:336px;height:280px;\"]:empty",".banner > .cls-pn-ad","img[alt*=\"sponsor\"]","#main > #post-entry",".tb-block",".mm-page > div[class=\"container-fluid y100 hidden-xs\"]","#inner-wrap #logo-wrap > #logo\n#inner-wrap > #bio",".tribe_image_plus a:not([href*=\"edebiyathaber.net\"]) > img","div[class^=\"widget_banner_\"]",".detailp > .img_position_left",".post-body > .img_position_left",".popular-products","#text-html-widget-2",".singleAd2","div[id^=\"dhascript\"] img","iframe[src^=\"https://ad.yemeksepeti.com\"]","#text-2","#soldakayan",".rstboxes",".fulladds",".extra-banwrapper","#advancenative","#adsupp-div",".adFirst",".textFrame > .advert ~ .textlink[banner-zone]","#text-17",".adsbygoogle",".nativeBanner","iframe[src^=\"https://a-ssl.ligatus.com/\"]",".rb-adv",".wrap > div#menugoster[style=\"text-align:right; cursor:pointer\"]",".menu > ul > li[style=\"margin-bottom:10px; padding-left:10px;\"] > img",".video-player ~ .current-slide-sidebar > .current-slide-right-sidebar","#maltreklamsef","#ResultsContentRight > div[style*=\"width:300px;\"][style*=\"height:250px\"]","#sidebar-right > #inner-left > #magman_widget_text-5\n#sidebar-right > #inner-left > #text-13",".block-image > a[target=\"_blank\"] > img","a[href^=\"https://www.haber46.com.tr/banner.php\"]","body .ads",".ligatusAdvert",".amp-dfpslot",".w620-ad",".ad-right-block",".ad-double-300x250",".detail-first-ad",".detail-second-ad",".main-menu-item > a[href^=\"http://bit.ly/\"]","a[href^=\"/reklam.php\"]","#ustuzunreklam",".cizgi_film_kare_tanitim",".add_middle_cont","div[class^=\"ad_type\"]\ndiv[id^=\"ad275x145\"]","#div_300_250_top","#div_728_90_top","#div_300_250_center",".adIDM","#right a[href=\"http://www.teknobeyin.com/reklam\"] > img","body .td-header-wrap .td-g-rec-id-header > .adsbygoogle","body .td-header-style-12 .td-g-rec-id-header .adsbygoogle","div.text-center.columns > a[target=\"_blank\"] > img[alt]",".entry > div[style*=\"padding: 5px;\"][style*=\"margin-bottom: 10px;\"][style*=\"margin-top: 5px;\"] > center","#custom_html-2",".mad",".u-bottomFixer","div[class$=\"kulereklam\"]","#rklm-sayfaustu","#girisReklamalani",".single_makale_basi_reklam",".bolum-sponsoru\n.bolum-sponsoru + .b1d",".ad-banner-type-728-90",".r302",".anadiv > .ust22[style]",".reklam-sagbant","#ad-haber-alti",".bgtiklansin",".news-box > .cas-inner > a[href^=\"http://bit.ly/\"]\n.news-box > a[href^=\"http://bit.ly/\"]",".header_720x90v2",".sidebar-reklam","a[href*=\"/earn.php?\"]","div[class*=\"ereklam\"]","#sagBlok img[width=\"300\"][height=\"250\"]",".economy-ad",".subhead-ad",".multimedia-ad",".vce_adsense_widget",".rmedia","div[class^=\"brn-ads-\"]",".right-column > div[style*=\"height:600px\"][style*=\"width:300px\"]","#main-ads","#yan > div[style*=\"auto;box-sizing:border-box;border:#ddd\"][style*=\"width:200px\"]:not([class]):not([id])","#rklmpst",".samBannerUnit",".header_banner",".theiaStickySidebar > #meta-2","#gdad_leaderboard","#sabit_reklam","#ozel_reklam","#content > div[style*=\"height:250px\"][style*=\"width:\"][style*=\"margin-left:\"]","div[id^=\"gdad_\"]","#article-banner","div[id^=\"para\"]","#adds",".ban300x250",".adControl","#Masthead","a[href^=\"http://notoskitap.com/\"][target=\"_blank\"] > img","#kt_2","div[class^=\"code-block code-block-\"]",".adv300B","#custom_html-26",".alt1 > a[href=\"https://wmaraci.com/reklam\"][title=\"reklam\"]\n.alt1 > a[href^=\"https://wmaraci.com/w/palmara\"] > img\n.alt1 > a[target=\"_blank\"][rel=\"sponsored\"] > img",".header-weather-widget.mitsubishi .weather-content-block > .mitsubishi","div[data-mbzone=\"300x250\"]",".funboxWrapper > center > a[href][target=\"_blank\"] > img",".mainContent > ol.nodeList#forums > center > a[href][target=\"_blank\"] > img",".entry-footer",".container-fluid li[onclick] > img",".single_head_ad_wrapper",".contentWrapperInner > .homeFeedBox",".stickySideAdsContainer",".header-banner",".turkiye-banner",".dkn-adlabel",".sidebar > .dkn-widget",".topbanner","a[href*=\"epincity.net/\"][target=\"_blank\"]","#reklamGoster","blockquote.messageText > .funbox","div[class*=\"Content\"] > .sectionMain.funbox",".topBannerFrame","#content > div[style^=\"width: 970px;height: 270px;\"]","#bg_rek",".sponsor-icons",".haberler-item#hurriyet_widget_div\n.haberler-item#partner_widget","#Garanti_Interstitial","div[class*=\"indig-\"]",".rowAdd",".contentArea > .contentAreaRight > div[style*=\"width:336px;height:280px;\"]",".dyg-soller",".adv-sticky-bottom",".bannerWrapper300",".anarek2-adva",".sagrek1-adva",".ilkmesajreklam","#newsContent > div[style=\"margin:3px;\"] > a[href^=\"http://bit.ly/\"]","a[href^=\"http://ad.afftrck.com/\"]\na[href^=\"https://webapp.akbank.com/\"]","#cimri-masthead",".banneritem",".right > div[align=\"center\"][style=\"margin-top:20px;\"] > div[style*=\"background: url(/_img/otoraba/\"]",".theiaStickySidebar > #text-97",".col-adv","#yaziSonuBanners","a[href^=\"https://www.gcmforex.com/\"]","center > a[href][target=\"_blank\"] > img",".pageSkinright",".pageSkinLeft","#tdi_22",".tdi_84","#masthead","#menu > div.container > div.container-fluid > nav > ul > li > a[rel=\"nofollow\"] > img","a.news[href^=\"http://www.haber7.com/advertorial/\"]",".reklam-sol",".reklam-sag","#reklam-sol","#reklam-sag",".td-all-devices > a[href][target=\"_blank\"] > img[src*=\"BANNER\"]\n.td-all-devices > a[href][target=\"_blank\"] > img[src*=\"banner\"]",".oyun_penceresi > div[style=\"float:left; padding:10px;\"]",".td-header-sp-recs","#single-banner","a[href][target=\"_blank\"][rel=\"nofollow\"] > img",".mastHeadAdBanner",".stickySideAds",".sidebarTrailingAdWrapper","#topBanner",".yazilim-sponsor",".logo-banner",".reklam-haber-ici","#pageSkinReklam",".widget_webrazzisponsoredpostswidget","body .masthead",".tise-banner","#modal-ads.fade.in ~ .modal-backdrop",".video_onu","body .top-ads","body .right-ads",".threadSponsor",".sidebox._sgm_remove_",".manset-slider > .swiper-wrapper > .swiper-slide > a[href^=\"http://bit.ly/\"]","a[href^=\"https://goo.gl/\"][target=\"_blank\"] > img","div[class*=\"sponsored-news-recommendation\"]",".eto > h3",".eto_2 > * a[href]:not([href^=\"https://rooteto.com/\"])",".col-sm-3 > div[style=\"width:300px;height:600px\"]:not([class]):not([id])","#_top_footer_left.galeriFooter",".o-sponsored-article",".sponsored",".reklamdizi",".reklamizle",".dizi_video > ul > div[style^=\"width:336px;height:332px;float:right;\"]","a[href=\"https://goo.gl/zMa6wH\"]",".DnmBnr_content","[class^=\"dygad-\"]","[class^=\"dygad-\"] + .ros",".td-g-rec",".left-content.bottom > div[style=\"margin-top:10px;margin-bottom:30px;height:100px;\"]",":not([style*=\"-9999\"]) + div[id^=\"div-gpt-ad\"]\na[onclick*=\"Reklamı Kapat\"]\ndiv[id^=\"div-gpt-ad-\"]","div[id^=\"ads\"]",".fixedAd","#mynativeplatform_reklam",".weather-sponsor",".news_detail > div.side_detail",".adv-dtl","#CntnrNew > .sidebox.item:first-of-type",".haltiLnkT",".advertFrame","#myAffix","aside > .row > .col-sm-4.hidden-sm:last-child","#trek",".mrek",".side > a[rel=\"nofollow\"] > img","#rightBanners",".bannerBox",".dissagreklam","#sticky",".rek1","div[class^=\"ortrek\"]\ndiv[style^=\"width:728px; height:90px;\"]\nimg[style=\"width:460px; height:90px\"]\nimg[width=\"460\"][height=\"80\"]",".pageskin",".t3reklam","#xturk > div[style^=\"width: 990px\"]",".haberreklam",".wideadcon","#topbans",".mainarticle > div[style*=\"width:576px;\"]:not([class]):not([id])",".ads-form-banner",".news-body > div[style=\"width:315px;float:left;height:250px;padding:3px;\"]",".haber_banner_300","a[target=\"300x171_banner\"]\ndiv[class^=\"banner_300x\"]\ndiv[id*=\"/adnative_\"]",".forumreklamlari",".tepebanners","#rb > .adv",".right > .right[style*=\"280px;\"]","div[style^=\"padding: 5px;\"] > div[style=\"width: 306px;\"] > div[style=\"min-height: 255px;\"]",".popup-ads",".passbnd",".halkbank-yuzliram","#Interstitial","#NewsContent > .mainBox[style*=\"250px; margin-right:\"]\n#NewsContent > .mainBox[style*=\"auto; padding:\"][style*=\"580\"]","#ReklamAlani","#Reklamdiv","#SliderReklam","#active-popup","#adv_square","#amk_masthead","#banner336","#banner_logo_top","#billboard_banner","#billboard_kapat","#cboxOverlay","#colorbox","#cm-social-overlay","#ctl00_ensagreklam","#dfp_300x250_sag","#div-NativeAd","#fixedreklam","#games > #baguette\n#games > .boule","#header > div.logo > a > img","#header-banner","#hicidiv","#iceriksol > div#indralt > div#prioyun","#iframe_partner","#info > .baguette","#kutu","#lightBox","#main > div[class^=\"satir satir\"] > center > img","#main300x250container","#main_right > div > a > [style*=\"308px;\"][style*=\"border\"]","#marcamarca","#masthead-outer","#masthead-wrapper","#mustheadAdd","#ngVirgul_660x250","#page > a[class^=\"pageskin\"]","#pageskin","#pageskin_ng","#plusNewsListRightBlock","#pnlFanbox","#popup-container","#popupustdiv","#post-thumbnail > .print > div[style]",".reklam-header","#reklam1","#reklam_center","#reklambtn","#reviews > aside > .boule","#secondary > aside[id^=\"text-\"]","#sgcboxOverlay","#sgcolorbox","#splash","#text-6","#tickeradss","#toolbar","#top-adv","#widgetKareHaberlerManset","#widget_background_widget_23",".CM_pageskin_1",".ReklamLink",".ReklamMenu",".ad-logo",".ad617",".adm-ads-area",".ads-300x250-sidebar",".ads-masthead__horizontal",".ads.ads.square\ndiv[class^=\"col-md-\"] > div.ads",".ads630",".ads640",".adsWidgetSidebar",".ads_kare",".ads_kule",".adsnd",".adv",".advbox",".advertItem",".advertisement",".ap-300x250",".ap-480x80",".ap-728x90",".ap-928x100",".ap-928x90",".apw-xib",".article-300x250",".asdWrapper",".b-banner",".background-cover",".band_news_banner","body .banner-section",".banner_alani",".banner_article",".banner_code",".banner_container",".banner_pos",".billBoard",".bnnr",".boomads",".c5ab_ads",".carousel-banner",".cdxhd_interstitial",".center-banner",".cnt > div.passbnd",".desktop-wrap > div.show-desktop > a",".detayFoto",".detayReklam",".dhorta > .kl-ustu",".featured-floating",".freklam",".fullads",".funbox",".fvitrin",".games",".genel > .sag + * + .sag-icerik\n.genel > .sag + .icerik-yan-baslik",".genelReklamCon",".haber_arasi_banner",".haberadvertorial",".hbr-sol-reklam",".headBannerCover",".header-content > div.e3lan",".header-content-o > a > img",".headline_advert",".headline_side",".headreklam",".hsharea",".ind_300x250",".kobi-head-banner",".konuhbrprt1",".main-banner",".mainBox.adsFace:not(:last-child)",".manset-alti-banner-1",".manset_alt_reklam",".mansetyanreklam",".mastheadVid_container",".mustheadBlk",".news > div.dtl > div.fea",".one_bottom_bar",".orta_reklamlar",".pageskin-main",".patslot",".pr.flleft > a > img",".prgm_ads",".program_vitrin",".r300",".rb-footer-popup",".psk",".rekgec-div",".reklam-1",".reklam3",".reklamAlani",".reklam_sag",".reklam_tikla",".reklamalan1",".reklamliste",".resim-reklamlar",".left_ad_areas",".right_ad_areas",".right_banner",".rklm",".row.hidden-xs img.img-responsive",".s300x250",".sAd_box",".sag2 > div > a > img",".scrollhelper",".serbay > a > img",".side_banner",".sidebar-banner",".sidebar-inner > .widget-area > aside[id^=\"text-\"]",".sidebarddd",".sidebox.banners",".single-lyric-ads",".site_onu",".slider-reklam",".sol_reklamlar",".turkiye_gezgini_banner",".up-masthead__container",".ust_slider",".ustduyuru_img",".ustreklam",".w-box-content div[class=\"panel panel-default\"]",".widget.add",".x300",".x300250",".x_advert",".yanReklamlar","a[href^=\"/showad.asp\"]","a[href^=\"http://www.internetoku.com/showad.asp\"]","a[href^=\"https://www.eleman.net/yonlendir.php?reklam_id=\"]","a[rel=\"nofollow\"][class$=\"-lg\"] > img","a[style] > img[width=\"300px\"][height=\"250px\"]\ndiv[id=\"300x250\"]\ndiv[id=\"728x90\"]","aside[id^=\"adswidget\"]","body > div > div[class=\"hurBox flashOne nflashOne\"][style=\"margin-left:10px;\"]","body > div[style^=\"width: 960px;margin: 0px auto;position: relative;min-height:35px;\"]","div[aria-labelledby$=\"ui-dialog-title-myPopUp\"]","div[class$=\"Banner\"]","div[class$=\"banner-square\"]","div[class$=\"e3lan e3lan-bottom\"]\ndiv[class$=\"e3lan e3lan-top\"]","div[class$=\"header_banner gizle\"]","div[class$=\"ortala u_b_u\"]","div[class^=\"ad\"][id^=\"r\"]","div[class^=\"ad-\"]","div[class^=\"ads\"]","div[class^=\"ads-\"]","div[class^=\"advert-\"]","div[class^=\"advert\"]\ndiv[id^=\"advert-\"]","div[class^=\"advertise\"]","div[class^=\"banner area-\"]","div[class^=\"banner\"]","div[class^=\"banner-\"]","div[class^=\"buyuk-banner\"]","div[class^=\"desktopAds\"]\ndiv[class^=\"mobileAds\"]","div[class^=\"fancybox-\"]","div[class^=\"modal-backdrop\"]","div[class^=\"reklam-\"]","div[class^=\"reklam\"]","div[id$=\"728x90_h\"]","div[id$=\"Pageskin\"]","div[id^=\"Gad-\"]","div[id^=\"fancybox\"]","div[id^=\"reklam\"]","div[id^=\"reklam-\"]","div[id^=\"simplemodal-\"]","div[style=\"margin-top:20px;\"] > div.container > div.col-md-4 > p img.img-responsive","div[style=\"width: 300px; height: 250px;\"]","div[style=\"width:970px; height:90px;\"]","div[style^=\"background:url(images/banner_\"]","div[style^=\"width:336px;height:280px;\"]","iframe[name$=\"BIKADV\"]","iframe[src^=\"/action/ibanner\"]","img[alt*=\"web-banner\"]","img[alt=\"reklam\"]","img[alt=\"Reklam\"]","img[alt=\"ad\"]","img[style=\"width: 300px;height: 250px;\"]","img[width=\"180\"][height=\"180\"]","img[width=\"276\"][height=\"571\"]","img[width=\"300\"][height=\"250\"]","img[width=\"938\"][height=\"120\"]","marquee[id^=\"hitson\"]","section[class^=\"ortablok\"] > div.sag","table[width=\"468\"]","td[width=\"200\"] a[target=\"_blank\"] img[width=\"200\"][alt]","#filmoncereklam","#vast > div[id].jwplayer",".tab-reklam",".play-that-video","div#rk-content.center","#rekmine","#reki2","#rekmine2","#reki:not([style*=\"display\"])",".container-pl",".vidcontainer","#birinci","#reki1","#bir.oynama","body > a[href^=\"https://\"][target=\"_blank\"]","body > div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".full-width-banner","ul[data-nav-mobile=\"#nk-nav-mobile\"] > li:has(> a[href^=\"https://bit.ly/\"])\nul[data-nav-mobile=\"#nk-nav-mobile\"] > li:has(> a[href^=\"https://tinyurl.com/\"]:not([href$=\"-Telegram\"]):not([href$=\"-Twitter\"]):not([href$=\"-instagram\"]))",".vertical-gap:has(> .col-lg-12 > a[href^=\"https://\"][target=\"_blank\"])","div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".livecontainer > div.vertical-gap a[target=\"_blank\"] > img","header > a[href^=\"https://goley90canlitv\"][href$=\".site/\"] + ul",".footer-links",".watermark",".header-right-section",".footer-bottom-area",".banner-grup","div[onclick^=\"window.open(\"][style^=\"background-color: #006400\"]","div[id^=\"modal\"]",".bgBanner",".pa-container","div[style^=\"text-align: center;\"] > a[target=\"_blank\"] > img",".film-tab ~ a[target=\"_blank\"] > img",".header_r",".w100p",".iframe_728","div#stream_holder > iframe#video_reklam",".banner-placeholder",".pageskin-clickable",".top-text-banner","[id^=\"betting-sites\"]\nheader a[href]:not(.logo-link, [aria-label])","div[data-isbd-main-container] > section > div.hidden-xs.text-center","div[class^=\"footer-\"]\nheader > a[href=\"/\"] + ul",".wpb_wrapper > a[target=\"_blank\"][style^=\"color:red; background-color:black; padding:10px; display:inline-block;\"]\n.wpb_wrapper > center > a[target=\"_blank\"]","a[target=\"_blank\"][rel=\"noopener\"] > img",".ads-img","body > div[style=\"position:fixed; bottom:0px; left:0; width:100%; text-align:center; z-index:999999;\"]\nfooter div[style^=\"position: absolute; top: 0; left: 0;\"][style*=\"z-index: 9999;\"]",".player > a[href][target=\"_blank\"]","#header-text","koddostu","body > script + marquee[bgcolor=\"black\"][onmouseover]",".topNav > div.buttons","a[href^=\"//clbanners3.com/\"]",".container > aside.sidebar:has(> .banner)",".footer",".socials a:is(.meritroyal, .iptv, .streamradar)","div[style=\"margin: 10px; text-align: center;\"]",".player > div.flex","a[href^=\"https://diken.xyz/\"]",".relative:has(> div[class] > ad)",".player > .flex:has(> div:only-child > img[alt*=\"ad\"])","#router-view > div > div > div[class]:has(> div:only-child > ad)",".page-overlay",".banners",".bannetr",".nomobil",".list > div.item:has(> a[target=\"_blank\"])",".kapat",".chat_over_reklam",".full_bg","#xbetpu","div[class=\"clearfix mt10\"]\ndiv[class^=\"r_\"]",".video_content > a[target=\"_blank\"]",".containerAds","a[target=\"_blank\"][rel=\"nofollow\"]\nbody > div[align=\"center\"][class=\"bb\"] ~ br",".fb-popup",".top-banner-container","div[class^=\"bg-\"].z-\\[99999\\]\ndiv[data-type^=\"v\"][data-gets]","#playerLsDizilla > div:has(a[href$=\"/dizipalvideobanner\"])","#malker-vid-alti","#site > div[id=\"header\"]","#sticky-footer","#banners",".headbar","#bottomBx","#SolBlok div.hideMobil","iframe[src*=\"/a_kutu/\"]","div[class^=\"r_\"][class$=\"_0\"]\ndiv[class^=\"r_filmvideo\"]","a[href^=\"http://track.adform.net/\"]","img[style=\"width:728px; height:90px;\"]","#player-before-ads","#superderbi","#overplay","#reklam-header","#malker-footer",".money",".card-money","img[src^=\"/rek/\"]",".fotlogo > div.logo ~ *",".code-block",".copy","#footer a:not([href*=\"realfilmizle\"])","#adStarter","[class^=\"rotorfon-\"]\ndiv[id^=\"filmcidayi\"]\nvideo[onclick^=\"playAndAd(\"]",".rkads","#myVideo0ad","a[target=\"_blank\"][href=\"javascript:void(0)\"]",".mail-DirectLine",".DirectInline","div[style^=\"position: absolute; z-index: 1999999;\"]",".duyuru_kutusu",".haber-sidebar-banner",".text-center.visible-lg > a[class=\"download\"][rel=\"nofollow\"]",".hello_from_adguard_turkish","#adslider","div[id^=\"floatLayer\"]","div[id^=\"gpt_ad_\"]",".adInfo","#top-banner","#reklamlar","div[class^=\"reklam_\"]","#ustreklam","#reklamCodeiframe",".vertical-ads","ins[data-revive-zoneid]",".td-a-rec",".post-sponsored",".ad-desktop",".splash-reklam","a[target=\"_blank\"] > img[alt^=\"banner\"][src*=\".gif\"]","AMP-AD",".adTop",".ads-image"];
31
- const argsSeqs = [0,-1,2,-3,493,4,5,-6,8,-7,8,7,9,10,-10,25,11,12,-12,-732,2167,13,14,-15,590,-16,-1195,-1837,1838,-17,-18,-19,-20,21,-22,1326,-23,2068,24,26,-27,-56,-780,-931,-1179,-1831,-2074,-2208,-2233,2234,-28,-31,-104,-105,-534,-546,-550,-551,-552,-553,-597,-1736,2272,29,-30,-31,-642,1435,-31,33,-31,-34,-216,-292,-293,-294,-948,-1274,-1694,-1725,2326,-31,-37,1283,-31,41,-31,-37,-42,-882,-1414,-1632,-2145,2490,-31,-43,-526,-1467,-1555,-1664,1813,-31,-44,2463,-31,37,-31,894,31,-31,307,-31,-37,-65,-1422,2101,-31,-43,-1156,-1434,-1698,2146,-31,-2647,2656,-32,-1741,-1934,-1969,2310,-32,-55,-189,-190,-2685,-2705,2706,35,-36,-1154,-2040,2323,-37,39,-37,-62,-1208,-1648,1866,-37,2322,-37,-2322,-2530,2623,-37,1740,-38,1302,38,-38,156,-38,193,40,-45,66,-46,-301,-329,-473,-474,-516,-902,-1420,2546,-46,-75,-76,-1656,2460,-46,-63,-165,-166,167,-47,-51,52,-47,-48,-49,-50,-51,52,-47,49,53,-54,-915,996,54,-55,-189,-190,-407,-667,-2463,-2685,-2686,-2687,-2688,2689,-55,-134,-225,-226,-256,-451,1615,-55,1474,-55,-496,-633,-837,-990,-1497,1987,-55,-58,-513,-1531,-1782,-2445,2569,-55,-58,-2006,2557,-55,-837,2180,55,-55,58,-55,-62,-863,-1526,2599,-55,-58,1592,-55,-56,2478,-55,56,-55,1700,-55,2557,-55,-1259,-1463,-1610,2478,-55,-56,-489,1878,-55,-56,-1878,1879,-55,-56,2400,-55,1152,-55,2065,-55,-58,2569,-55,1964,-55,2569,-55,-130,-131,-339,-377,-633,-1207,-1265,-1474,-1497,2613,-55,-437,-633,-1264,-1474,-1497,2161,-55,-71,-171,-172,-442,-501,-603,-633,-654,-655,-1072,-1207,-1264,-1265,-1346,-1474,-1497,-1685,-2180,-2355,2462,-55,-56,-930,2091,-55,-1404,-1785,-1786,-1787,-2142,2438,-55,-1247,-1984,1985,-55,57,-55,-56,2426,-55,-442,-655,-656,-787,-1072,-1474,2253,-55,-1259,-2474,2543,-55,-109,-442,-497,-498,-633,-990,-1264,-1265,-1473,-1474,-1497,-2164,-2165,2244,-55,-56,-109,-265,-266,-354,-355,-356,-357,-358,-633,-657,-679,-736,-990,-1148,-1473,-1474,-1475,-1497,-1987,-1988,-2116,-2244,-2502,2504,-55,-974,-1201,-1202,2478,56,-56,-61,-1722,-2359,2360,-56,2478,-56,-495,592,-56,-63,891,-56,1019,-56,-59,-1019,1025,-56,-1050,-1051,2364,-56,-1414,-1484,-2027,2100,-56,1716,-56,-1486,-2444,-2476,2601,-56,-2503,-2516,2578,-56,981,-56,-1322,-1357,1992,-56,-831,-832,-833,-834,-895,-896,-1320,-1334,1503,-56,-1644,-1645,-1646,-1647,2416,-56,-1043,2381,-56,-523,1695,-56,-360,2460,-56,2261,-56,-268,-398,-495,-725,-1493,1947,-56,-258,-549,-635,-691,-692,-2123,-2376,2377,-56,2210,-56,882,-56,2167,-56,-63,2102,-56,-2361,2362,-56,1186,-56,-702,-2405,-2411,2434,-56,-59,-585,-586,-932,-1172,-1574,-2162,-2386,-2407,-2418,-2423,2519,-56,-2093,2351,57,58,-58,2557,-58,-1979,2557,-59,229,59,-59,-263,-364,511,-59,606,-59,-634,-790,2085,-59,1220,-59,-100,-296,-499,-574,-659,-707,-1443,2067,-59,1083,-59,950,-59,-853,854,-59,1298,-59,66,-59,2441,-59,-1398,2348,-59,-65,2348,-59,-623,1019,-59,1071,-59,1086,-59,-193,-1294,-1436,-1565,1857,-59,-1109,2167,-59,-1281,1458,-59,1279,-59,-61,1550,-59,-1298,-1384,2455,-59,-797,-1330,2631,-59,2154,-59,1379,-59,-1078,1476,-59,1534,-59,1155,-59,1650,-59,-1937,-1968,-2154,-2202,2348,-59,-1753,1754,-59,-1844,2481,-59,-1034,2090,-59,-1657,-2064,2367,-59,-944,-2070,2521,-59,2625,-59,63,-59,-505,-947,-1936,-2008,-2113,-2114,-2136,-2182,-2183,-2184,-2185,-2186,-2187,-2222,-2223,-2224,-2257,-2299,-2301,-2320,-2367,-2385,2453,-59,-63,-691,-815,-1578,-2352,2482,-59,-85,-86,-87,-110,-290,-291,-943,-1045,-2179,-2451,-2452,-2470,2489,60,-60,-72,741,-60,78,-60,1313,-60,106,-60,-561,2632,-60,-698,928,-60,-697,928,-60,-168,-221,-697,-708,-2700,-2737,2738,-60,168,-60,-193,-221,-599,-600,-602,-1035,-2633,-2700,-2737,2738,61,-61,-277,278,-61,-1549,1550,-61,-1427,1428,-61,-2032,2033,-61,-623,-2358,-2359,2360,-61,-1427,-1428,1681,-61,67,-62,884,-62,-1972,1973,62,-62,859,-62,1643,-62,763,-62,383,-63,-242,-253,-306,-308,-426,-429,-789,-792,-1042,-1100,-1101,-1102,-1103,-1104,-1105,-1325,-2168,-2169,-2216,-2320,-2327,-2328,-2472,2552,63,-63,-1530,-1658,2600,-63,2150,-63,1391,-63,1595,-63,-177,-178,-179,-180,-181,-199,-200,-411,-500,-631,-636,-694,-695,-696,-710,-711,2498,-63,1295,-63,-539,2246,-63,-231,-232,408,-64,1742,65,-65,-614,-1692,2052,-65,2473,-65,-66,809,-65,1231,-65,66,-65,519,-65,-66,-228,-288,-365,-366,-371,-372,-951,-952,-1447,-1448,-1558,-1559,-1980,-1981,2134,-66,2068,66,-66,2010,-66,-923,1880,-66,-352,-687,2250,-66,1597,-66,-1356,1693,-66,464,-66,-480,-481,-482,-483,2484,-66,-334,335,-67,-1403,1859,67,-67,2032,-67,-1773,1774,68,-69,70,73,-74,-109,-316,-427,-509,-510,-633,-655,-788,-791,-990,-1016,-1264,-1473,-1474,-1497,-1838,2413,-77,-202,-405,953,77,-78,-2670,-2671,2672,78,-79,80,-81,-623,798,-82,953,-83,1291,-84,-234,-235,-236,-793,807,88,-89,-90,-91,1856,-92,-194,-195,-466,-502,-1063,-1064,-1065,-1452,2450,-93,503,94,-95,-96,-97,1023,98,99,-101,102,-101,-193,-289,-676,-1037,-1395,-1570,1571,-103,1048,-107,-116,-117,118,-108,-297,-341,-872,-979,-1402,2402,111,-112,113,-114,-778,-848,-849,-850,-851,-852,-989,-1114,-1905,-2045,-2046,-2049,-2096,-2292,-2293,-2311,-2312,2313,115,-119,2571,-120,1227,121,-122,-123,-147,-148,-477,-1262,-1441,-1442,-1460,-1583,-1794,-2022,-2023,-2348,-2564,2616,122,-124,1158,125,-126,-173,-174,-175,-240,-241,-243,-244,-271,-272,-323,-324,-331,-443,-507,-774,-805,-806,-822,-1484,-1727,-1728,-1841,-1887,-1971,-2274,-2275,-2341,-2353,-2354,-2410,-2417,-2420,-2424,-2443,-2450,-2513,-2520,2605,127,128,129,-129,-250,2616,-129,718,-129,-573,1061,-132,133,135,-136,-182,-183,-1499,1500,-137,-138,-139,-140,141,-142,812,-143,-813,814,-144,-252,869,-145,146,149,-150,151,-152,-767,939,153,154,155,-157,-220,-280,667,-158,-163,-164,931,-159,-2737,2738,-160,2630,-161,162,-168,169,-168,2628,168,-168,1378,-170,-349,-756,-757,1367,176,-184,2514,-185,-186,-187,309,188,-189,-190,256,-191,-368,-369,-370,-2145,2370,192,193,-193,992,-193,-967,2094,-193,578,-193,-946,1024,-193,1544,-193,-1949,1950,-193,2198,-193,-1850,-2157,2158,-193,1453,196,-197,-198,-348,-635,-1157,-1498,-1507,-1573,-1593,-2449,-2510,2603,-198,-692,-1573,2123,-201,444,-202,203,-202,-386,387,202,-204,-2348,2472,-205,-273,-753,-754,-1777,-1778,-1779,2739,-206,375,207,-208,-209,210,209,-211,-1377,-1378,-1969,-2531,2532,-212,-213,-214,-238,-239,-270,-338,-416,-855,-1406,-2267,-2349,-2354,2420,215,-217,330,218,219,-221,222,-221,-2700,-2737,2738,-221,-222,-2700,-2715,-2737,2738,-221,-703,-704,-752,-2700,-2737,2738,-221,-351,-2700,-2737,2738,-221,2700,-223,-758,-2670,-2671,2672,-224,2629,-227,228,-228,-856,-857,-2104,-2105,2106,-230,-1115,-1116,2156,233,237,-237,-605,-1666,2600,-245,-246,-322,-327,-333,-376,-589,-988,-1598,-1599,-1715,-2111,-2112,-2291,2460,-247,-248,-2737,2738,249,-251,-612,-938,-1581,-1582,-2268,2269,-252,442,254,-255,-285,-686,-1070,-1084,-1085,-1372,-1801,-2137,-2335,-2336,-2493,2549,-257,-610,667,-257,569,-259,-639,-760,-2130,-2228,-2321,-2345,2408,260,261,-262,-310,-321,-353,362,264,267,269,-274,-275,-276,2460,279,-281,-440,-742,-878,-879,957,-282,-1223,-1224,-1433,-2068,-2091,2232,-283,-439,-2108,-2167,-2396,2397,-284,-2232,2605,286,-287,-1133,-1134,-1135,-1136,-1137,-1138,-1139,-1140,-1141,-1142,-1143,1428,-288,403,-295,-408,667,298,299,-300,-1030,-1049,-2132,2605,-302,350,303,-304,-305,-442,-583,-586,-1250,-1305,1306,-311,-319,-320,-587,904,-312,-842,-1319,2248,313,-313,2679,-314,315,316,317,-318,452,-318,1965,318,325,326,-328,2460,332,336,337,-340,2628,342,-343,-1983,2179,344,-345,-1077,1078,-346,-726,-727,-728,-1189,-1190,-1191,-1192,-1193,-2245,2320,-347,-390,391,349,359,-361,2473,363,-367,-758,987,-373,-374,-750,751,-378,-840,-1087,-1562,-2261,-2324,-2325,-2527,-2528,-2563,2584,-379,-380,-897,-929,-1032,1033,-381,1677,382,-383,-863,-945,2599,-383,-1526,-1901,-1902,2061,-383,-1938,2599,-384,-389,1792,-385,-504,1078,-386,-2235,2239,-388,-1377,-1378,1912,392,-393,-1529,2486,394,-395,590,-396,397,-399,409,-400,401,-402,-442,607,-404,-433,-836,883,-406,-436,-565,-594,-624,-712,-761,-786,-794,-820,2477,-407,408,-408,-1377,1378,-410,-442,-490,-492,-583,-586,-587,-936,-976,-1029,-1112,-1310,-1955,-1958,-2117,-2121,2460,-412,-413,733,414,415,-417,418,-419,-420,472,-421,-487,-2068,2232,-422,-423,-457,-458,-459,-460,2524,-423,-424,425,428,430,431,432,-434,435,436,-438,-1377,-1378,1912,441,-442,-447,-632,-869,-870,-871,-1850,-2041,-2252,-2279,-2342,-2343,2403,442,-442,991,-442,-2383,-2457,2458,-442,471,-445,2716,446,-448,-449,-450,-555,-626,-627,-738,-1764,-1805,-1948,-2215,2599,451,453,-453,-512,-1053,1054,-454,-455,-514,-528,-545,-617,-773,-1073,-1074,-1075,-1573,-2181,-2243,-2425,-2448,2483,-456,-994,1933,457,-461,-462,-575,-576,-584,-752,-2737,2738,-463,1402,-465,-1207,-1297,-1603,-2080,-2081,2404,-467,468,-469,470,469,-475,-1052,-1383,2463,-476,-718,-1089,-1090,-2141,-2371,-2372,2373,478,-479,-2143,2600,-484,-1269,2120,-485,-2071,-2078,2082,-486,-828,898,-488,-1185,-1483,-1484,-2320,-2419,2450,491,-491,1821,494,-506,-771,-1502,-1588,-2044,2287,-508,777,-515,999,-517,-1277,1278,-518,-1418,-1992,2261,520,-521,1661,522,524,525,-527,-1824,1825,-529,1842,530,531,532,-533,1991,535,-536,2153,537,-538,-919,-920,-921,-922,2160,-540,541,-542,682,-543,-590,-671,-1439,-1885,-1886,-1961,-2026,-2232,-2367,2609,544,-547,-548,1963,554,-556,1792,-557,-2737,2738,-558,559,-560,1731,-562,931,563,564,-566,653,567,-568,-613,-1377,-1378,2631,-570,571,-572,-667,2628,-577,-672,-1157,-1171,-1221,-1290,-1347,-1349,-1573,-1945,-2249,-2334,2460,-579,580,-581,-590,-995,2415,-582,-740,1078,-586,-779,-795,-864,-2183,2320,588,590,-590,-591,1426,-590,-1149,-1150,1425,-592,-1161,-1483,-1484,-1485,-1732,-2320,-2393,-2419,-2428,-2450,2460,-593,-621,-622,-944,1263,-594,-816,-817,-818,-819,-820,-821,-937,2115,-594,-2196,-2262,2461,595,596,-598,1097,-599,-601,-602,-720,-1107,2636,600,-604,-706,-980,2631,-607,-608,-629,-630,-1003,1426,-609,-629,-1078,-1522,-1523,1524,-611,2025,-615,-1377,1378,616,-618,1771,-619,620,623,-623,2145,-623,-2681,-2682,2683,-623,-2681,-2682,-2683,2691,625,-628,-804,-1041,-1165,-1270,-2315,2492,-637,-638,-641,2346,640,-643,1739,-644,-645,885,645,-646,-647,-648,1699,-649,-650,651,-652,-741,-784,785,658,660,661,-662,663,664,665,666,-667,719,-667,-668,719,667,-669,-1195,1580,670,-673,-674,675,-675,-1768,-1939,-1940,-1941,-1942,1943,677,678,-680,-681,-709,-785,1313,683,684,-685,2232,687,-688,689,690,693,698,-699,-1446,-1795,-1796,-2401,-2523,2559,-700,-972,-1514,1790,-701,2594,-705,-706,2640,-713,966,714,715,716,717,-720,-721,982,-722,-723,724,-729,-730,1001,731,-734,-735,1845,737,739,-743,-744,-745,962,-746,-747,2248,748,749,-755,944,-759,-1375,1376,-762,-2124,-2125,-2126,2548,-763,863,764,-765,1444,-765,-1076,-1444,-1716,-1839,-1840,-2431,2491,-766,-1038,-1039,-1544,-2095,-2350,-2475,2614,-768,-892,-893,-972,2251,769,770,-772,2265,-775,-1078,-2421,-2593,2602,-776,1402,-781,2635,782,783,-785,-2729,-2730,-2731,-2732,2733,-796,797,-797,2631,-799,800,-801,2281,-802,-1673,-1674,-1675,-2440,-2495,-2497,2588,803,808,-809,-1981,-2670,-2671,2672,-810,890,-811,1007,823,-823,-1333,1902,-824,-825,-1147,-1389,1390,-826,-827,1508,-829,-1311,-1563,1594,-830,1858,-835,-838,-839,-1733,-1734,2589,-841,2463,841,843,-844,-845,1409,846,847,854,858,-860,-861,2347,862,-863,-1363,2599,-863,2599,865,-866,-992,-1659,-1660,2639,-867,-2068,2232,-868,2001,873,-874,-1922,1923,875,876,877,-878,879,-880,-881,-1881,-1882,2348,-884,2537,-886,1927,-887,-888,889,-899,-900,901,-903,-912,-2089,2512,905,-906,2273,907,-908,975,-909,-910,2534,911,913,-914,2294,916,-917,-918,1968,924,-924,-2036,-2211,-2212,-2460,-2529,2588,925,926,-927,2607,-927,2150,-927,-2150,-2412,-2455,2615,928,930,931,-931,1577,933,934,935,-940,-941,-1144,1649,942,-944,-1903,1904,-944,1986,944,949,953,954,955,956,-958,2581,-959,960,-961,962,-963,-964,965,-968,-969,-1093,1232,970,-971,-1177,-1178,1184,973,-977,978,-978,-2050,-2051,-2163,2294,-982,983,-984,-985,2084,986,987,-993,-2337,-2338,-2339,2539,-996,-1331,1997,-997,-1755,2158,998,-1000,1004,1002,-1003,1004,-1005,-1298,-1708,-1709,1972,-1006,2598,-1008,1009,-1010,-1011,1012,-1013,1946,-1014,1312,1015,1017,1018,1020,1021,1022,1023,-1026,-1027,-2147,2148,-1028,2460,1031,1036,1040,1044,-1046,1547,1047,1048,-1055,-1056,-1057,-1920,2128,-1058,-1059,1927,-1060,1857,1061,1062,-1066,-1067,1068,1069,-1078,-1927,2596,1079,-1080,-1081,-1792,2423,1082,-1083,-1237,-1238,-1298,1857,1088,1091,-1092,-1612,1706,1094,1095,-1096,-1867,-1868,-1869,-1870,-1871,1872,-1098,2590,1099,1106,1107,1108,-1110,1111,1113,1117,1118,-1119,1159,-1120,-1121,-1122,2175,-1123,-1124,-1125,-1126,-1127,-1128,-1129,-1130,-1131,-1132,-1134,1143,1145,-1146,-1477,-1783,2588,1150,1151,1152,1153,-1157,-2155,-2375,2509,1159,-1159,2232,1160,-1162,1919,1163,1164,-1166,1419,1167,1168,-1169,1321,-1170,1494,-1173,1174,-1175,-1176,1683,-1180,-1181,-1182,1183,1182,-1187,1188,1194,-1194,1195,-1194,-1195,-1343,1344,1195,1196,-1197,-1965,2460,-1198,1421,1199,1200,1203,-1204,-1205,1206,1205,1207,1208,1209,-1210,1763,-1211,1212,-1213,2600,1214,1215,-1216,-1253,1631,1217,-1218,1219,1220,-1220,1398,1222,-1225,1226,-1228,2204,1229,1230,1233,1234,-1235,1236,1239,-1240,-1241,1511,-1242,-1609,2600,1243,1244,-1245,1246,1248,-1249,2069,-1251,-1678,1768,-1252,-1253,1254,-1255,-1256,-1257,1258,-1259,-2508,2624,1260,1261,-1264,-2037,-2038,-2039,2244,-1264,-1474,-1516,-2037,-2038,-2039,2244,-1264,-1474,-1516,-2037,-2038,-2039,-2244,2270,1266,-1267,1268,-1271,1272,1273,1275,1276,-1280,1896,-1282,1423,1282,-1283,2544,-1284,1285,-1286,1287,1288,-1289,-1780,2261,1292,1293,1296,-1299,2419,-1300,2333,1301,1303,1304,-1307,-1308,-1309,-2388,-2390,2580,1314,1315,1316,-1317,1318,1323,-1324,1802,1327,1328,1329,1330,-1331,1496,1331,1332,1333,1335,1336,-1337,1338,1339,1340,-1341,1342,1345,1348,1350,-1351,1352,1353,1354,-1355,-1356,1594,1358,-1359,-1457,-1458,-1520,-1635,-1684,2496,1360,-1361,-2409,2599,1362,-1364,-1643,-1938,-2282,2283,1365,1366,-1368,-1369,-1370,2641,1371,-1373,1374,-1377,-1378,1912,-1377,1378,1378,1380,1381,1382,1385,1386,1387,-1388,2561,-1392,1800,-1393,1454,1394,1396,1397,1399,1400,-1401,-1892,-1893,2463,1402,-1404,-1667,2040,-1404,1405,-1407,2616,-1408,2617,-1410,-1411,1782,1412,1413,-1415,1416,1417,1424,1426,-1427,-1428,-1429,-1430,1431,-1427,-1428,-1907,-1908,2550,-1427,2276,-1432,-2068,-2254,-2255,2329,1437,1438,-1440,2600,1445,-1449,2499,-1450,1451,1455,-1456,-1637,1638,-1458,-2314,2609,-1459,2005,1461,1462,1464,1465,1466,1468,1469,-1470,2205,1471,1472,-1473,1474,-1478,-1479,-1480,-1481,1482,1484,-1487,-1924,-1925,1926,-1488,1489,1490,-1491,1492,-1495,1652,1499,1501,1503,1504,-1504,-1505,-1506,-2309,2310,1509,1510,1512,-1513,2004,-1515,2284,-1517,-1518,1519,1521,-1525,-2479,2522,1526,1527,-1527,2261,1528,1531,-1531,1744,-1531,-1532,1533,-1533,-1814,1815,-1535,1536,-1537,1711,1538,-1539,1543,1540,-1540,-1541,1542,-1544,-1633,1634,-1545,2005,1545,1546,1548,-1551,1552,1553,-1554,-2028,2580,1556,-1557,1916,1560,1561,-1562,2160,1564,-1566,-1567,1568,1567,1569,1572,1575,1576,-1579,-1644,1891,1584,-1585,-1759,-1760,-1761,-2133,2261,1586,1587,-1588,1589,1590,1591,-1594,1906,1596,1600,1601,-1602,2261,1604,-1605,-1606,1607,1608,-1610,2551,-1611,-2558,2599,-1613,1614,1615,-1616,1617,1618,-1619,-1620,-1621,-1622,2588,1623,-1624,-1625,1626,1627,1628,-1629,1630,1635,-1636,-1716,2447,1639,-1640,-2503,2595,-1641,1642,1643,-1645,1855,-1651,1851,-1653,-1654,1655,-1662,1663,1665,-1666,2600,-1668,1862,1669,1670,1671,1672,1676,-1679,1680,1682,-1686,2209,-1687,-1688,-1689,-1690,-1691,-2378,2379,1692,1693,1696,1697,-1701,-2304,-2305,2455,1702,-1703,1704,1704,1705,1707,1710,1712,-1712,-1713,-1714,-2517,-2533,2534,-1716,-1757,1758,1716,1717,-1718,1738,-1719,2018,1720,-1721,-1722,-1723,-1724,1851,1726,-1729,1730,1735,1737,1743,-1745,2616,1746,-1747,-1748,-1749,-1750,1751,-1749,-2365,-2366,-2368,-2369,2370,1752,1756,1762,-1765,-1766,2124,1767,1768,1769,1770,-1772,-2304,2305,-1775,1776,1781,1782,1784,1786,1788,1789,1791,1792,1793,1797,-1798,1799,1800,-1803,-1804,2616,1806,-1807,1808,-1809,2305,1810,1811,1812,1816,-1817,-1850,2600,-1818,1819,1820,1822,1823,1826,1827,-1828,-1829,-1830,-2011,-2012,-2013,-2014,-2015,-2016,-2017,-2464,-2466,-2467,-2468,-2469,2488,1832,1833,-1834,-1835,-1836,2463,1837,1842,1843,1845,1846,-1847,-1989,-2454,2606,-1848,1849,-1850,-2285,2289,1851,-1852,-1853,-1854,2384,-1855,2159,-1855,-1899,2599,1856,-1856,2061,1857,-1857,2591,-1860,1861,1862,1863,1864,1865,-1865,2091,1873,1874,1875,1876,-1877,1935,-1883,1884,-1888,1889,1890,-1894,1895,1896,-1897,1898,1900,-1909,-1910,1911,1912,-1913,1914,1915,1917,1918,-1921,2478,1927,1928,1929,-1930,2129,-1931,2456,-1932,1933,1935,-1944,2592,1946,-1951,1952,-1953,1954,1956,1957,-1959,1960,-1961,2167,1962,1965,-1966,2348,1967,1970,-1972,1973,1974,-1975,-1976,-1977,-1978,-2097,-2098,-2099,2463,-1979,-1999,2544,1982,1986,-1990,2587,-1992,-1993,1994,-1995,-1998,2009,1996,1999,2000,2002,2003,2004,2006,-2007,2167,2018,2019,-2020,2167,2021,2022,2024,-2029,2030,2031,-2034,-2035,-2245,-2387,-2450,-2515,2588,2040,-2042,2043,-2047,2048,2053,2054,-2055,2056,-2057,-2058,2059,-2060,-2389,-2414,-2433,2526,2061,2062,2063,2065,-2066,-2152,2487,-2072,2073,-2075,-2076,-2077,2079,2083,-2086,-2087,-2088,2586,-2092,2456,-2103,-2107,2319,-2109,2110,-2118,2119,2122,2127,2131,2135,2138,-2139,2140,2144,2149,-2150,2151,2150,2151,2154,-2154,2348,2160,-2166,2167,-2167,-2201,-2202,2347,2167,-2170,-2171,-2172,2173,2174,2176,2177,2178,2179,2181,-2188,-2189,2190,-2191,2192,-2193,-2194,2195,-2197,2555,2199,2200,2202,2203,2205,-2206,2207,-2207,2230,2207,-2213,-2214,2619,2217,2218,2219,-2220,2221,2225,2226,2227,2229,-2231,2232,2236,2237,2238,-2240,2241,2242,2247,2248,-2256,-2258,-2259,2260,2261,-2263,2264,2265,2266,-2271,2511,2272,-2277,2278,2280,2286,2288,2290,2294,-2295,-2296,-2297,2298,2300,-2302,2303,2304,-2304,2305,-2304,-2305,2455,2306,2307,2308,-2308,2621,-2316,2317,-2318,2600,-2320,2367,2323,2330,-2331,2332,2340,2344,2347,-2356,-2357,-2574,2740,2363,-2367,-2649,-2650,2651,2367,2374,-2380,-2442,2597,2382,-2384,-2465,2466,2388,-2391,2427,2392,2394,2395,-2398,-2399,-2430,2617,-2406,2577,-2422,2576,-2423,2611,-2428,-2432,2450,-2429,2518,2435,-2436,2437,2438,2439,2446,-2455,2606,2455,2459,2460,2461,2463,-2471,2535,2473,2476,2478,2480,2485,-2494,2612,2500,2501,2505,-2506,2604,2507,2524,2525,-2536,-2541,2542,2537,2538,2540,2542,2543,-2545,2608,2547,2553,2554,2556,2560,2562,-2565,2573,2566,-2567,2568,2568,2570,2571,2572,2575,2579,2582,2583,2585,2586,2587,-2587,2606,2588,2593,2594,-2594,-2666,-2667,2668,2599,-2599,-2670,-2673,2674,-2599,2684,2600,-2600,2616,2603,2605,2606,-2610,2617,2616,-2616,-2707,2708,2618,2620,2622,2626,2627,2628,2630,2631,2634,2637,2638,2640,2642,2643,-2643,-2645,2646,-2643,2646,2644,-2647,2648,-2652,2653,-2654,2655,2657,2658,-2659,2660,-2661,-2662,-2663,2664,-2661,2663,-2661,-2662,-2663,-2664,-2695,-2696,-2697,-2698,2699,2665,2669,-2670,-2671,2672,2670,2675,-2676,2677,2678,2680,-2685,-2686,2687,2690,2692,-2693,2694,-2701,2702,2703,2704,-2709,-2710,2711,-2712,-2713,2714,2715,2716,-2717,2718,2719,2720,-2721,2722,-2723,2724,-2725,-2726,-2727,2728,2734,2735,2736,-2737,2738,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760];
32
- const hostnamesMap = new Map([["merlinscans.com",1],["haber3.com",3],["futbolsayfasi.net",5],["menufiyatlari.com.tr",6],["gecmisi.com.tr",7],["~gecmisi.com.tr",9],["~akillikafa.com",11],["~tranimaci.*",12],["~sinnerclownceviri.com",13],["~dizifon.com",13],["~birasyadizi.com",13],["~fontyukle.net",13],["~altin.in",14],["~horseturk.com",13],["~t24.com.tr",13],["~uzaymanga.com",16],["nirvanamanga.com",17],["mangawt.com",18],["~turkanime.co",21],["~mangaship.com",21],["turkishairforce.org",22],["boxofficeturkiye.com",23],["coinotag.com",25],["~kanald.com.tr",29],["fontyukle.net",34],["isgfrm.com",36],["huawei-turkiye.com",38],["kasvekuvvet.net",39],["coin-turk.com",40],["itemci.com",50],["neskici.com",63],["~neskici.com",63],["degisimmedya.com",64],["radyofenomen.com",68],["r10.net",70],["61saat.com",81],["haberintakasi.com",84],["haber61.net",86],["karadenizgazete.com.tr",94],["mygaziantep.com",101],["esgundem26.com",104],["aydinpost.com",106],["trabzonhaber24.com",108],["nesine.com",109],["egehaber.com",111],["medimagazin.com.tr",116],["oncurtv.com",104],["beintvcanliizle52.com",122],["beintvcanliizle53.com",122],["beintvcanliizle54.com",122],["beintvcanliizle55.com",122],["beintvcanliizle56.com",122],["beintvcanliizle57.com",122],["beintvcanliizle58.com",122],["beintvcanliizle59.com",122],["beintvcanliizle60.com",122],["beintvcanliizle61.com",122],["beintvcanliizle62.com",122],["beintvcanliizle63.com",122],["beintvcanliizle64.com",122],["beintvcanliizle65.com",122],["beintvcanliizle66.com",122],["beintvcanliizle67.com",122],["beintvcanliizle68.com",122],["beintvcanliizle69.com",122],["beintvcanliizle70.com",122],["beintvcanliizle71.com",122],["dizitime.*",125],["yabancidizi.*",130],["ssport.tv",137],["besiktas.com.tr",138],["eskisehirekspres.net",142],["karaman24.com",142],["haberlisin.com",142],["eskisehirhaber.com",142],["halk54.com",142],["kocaelidenge.com",144],["ekonomihaber.com",149],["haber32.com.tr",151],["e-inegol.com",155],["eroticpub.com",157],["gecefilmizle.com",159],["filmizlemobil.net",160],["filmizleson.com",159],["sinekolik.com",162],["mobeseizle.net",164],["bilgenc.com",165],["cumhuriyet.com.tr",167],["akyazihaber.com",176],["servers-mc.net",181],["com",186],["info",189],["biz",195],["sexzun.com",197],["badtv.net",198],["doeda.one",201],["dizilla40.com",202],["selcukflix.net",213],["dizilla.club",202],["atvavrupa.tv",220],["apara.com.tr",222],["larende.com",229],["kemergozcu.com",236],["otohaber.com.tr",240],["lha.com.tr",243],["aktifbulten.com.tr",243],["antalyasonhaber.com",243],["haberetanik.com",244],["tevhidgundemi.com",243],["hakimiyet.com",246],["gaziantep27.net",243],["olay53.com",243],["olayrize.com",251],["akcaabatinsesi.com",254],["haberzamani.net",243],["avazturk.com",243],["ereglimetro.com.tr",243],["aydinhedef.com.tr",243],["lojiport.com",257],["ngazete.com",243],["marastanhaber.com.tr",259],["nutuk.com.tr",243],["yenikapihaber.com",243],["ilgazetesi.com.tr",243],["hakkariobjektifhaber.com",257],["tasova.net",261],["hakkarihabertv.com",257],["karamanhabercisi.com",257],["marasgundem.com.tr",257],["sivasbulteni.com",243],["detaykibris.com",263],["wanhaber.com",268],["elazighaber.com",243],["virahaber.com",272],["61trabzonhaber.com",257],["karsmanset.com",243],["mepanews.com",243],["golbasisongaste.com",243],["yuksekovahaber.com.tr",243],["memleket.com.tr",257],["gazeteguncel.com",243],["enerjigunlugu.net",257],["buyukkocaeli.com.tr",257],["magazinkolik.com",276],["sakaryahaber.com",243],["ekrangazetesi.com",279],["isilanlarikariyer.com",243],["konyaninsesi.com.tr",257],["siyasetcafe.com",243],["optimushaber.com",243],["gunboyugazetesi.com.tr",281],["agazete.com.tr",283],["aktuelpsikoloji.com",286],["banazguncelhaber.com",288],["kibris724.com",243],["takvim.com.tr",290],["aydin24haber.com",243],["turkiyeegitim.com",243],["nazillihavadis.com",243],["koylerim.com",243],["yeniasir.com.tr",301],["ahaber.com.tr",308],["risalehaber.com",243],["bilecikhaber.com.tr",257],["pusulahaber.com.tr",243],["bolgegundem.com",329],["olay.com.tr",333],["saglikaktuel.com",340],["afyonanahaber.com.tr",243],["merhabahaber.com",344],["sariyermanset.com",243],["haberartiturk.com",243],["yeniduzen.com",346],["bafra55.net",257],["atv.com.tr",349],["ajans32.com",357],["aspor.com.tr",361],["dengegazetesi.com.tr",243],["haberay.com.tr",243],["kargohaber.com",243],["medyaege.com.tr",243],["memurpostasi.com",243],["ozgurkocaeli.com.tr",254],["pazar53.com",243],["sabah.com.tr",376],["teknolojic.com",243],["ulkucumedya.com",243],["ulusalpost.com",243],["yenicaggazetesi.com.tr",402],["ajansbesiktas.com",243],["veteknoloji.com",407],["kamuajans.net",407],["kadikoygazetesi.com",408],["arti49.com",413],["sokgazetesi.com.tr",415],["webursa.com",407],["lifebursa.com",418],["bursahakimiyet.com.tr",421],["igfhaber.com",407],["yenidonem.com.tr",423],["insaatderyasi.com",407],["borsatek.com",407],["dizilab9.*",427],["dizilab8.*",427],["abcgazetesi.com",431],["anadoludabugun.com.tr",436],["egelife.com",407],["halktv.com.tr",407],["karar.com",438],["haberciniz.biz",407],["yurtgazetesi.com.tr",443],["tozlumagazin.net",447],["bbnhaber.com.tr",449],["otuzbeslik.com",407],["nefisyemektarifleri.com",453],["mansethaber.com",407],["kibrispostasi.com",463],["gununyalanlari.com",407],["sosyalhalisaha.com",407],["ertehaber.com",407],["beyazgazete.com",469],["yesiligdir.com",472],["perakende.org",475],["yarimadagazetesi.com",407],["sinematuru.com",478],["fotospor.com",480],["fanatik.com.tr",487],["erasmusu.com",496],["bolugundem.com",498],["aofsoru.com",500],["kocaeligazetesi.com.tr",502],["antalyaburada.com",505],["airporthaber.com",508],["oyungemisi.com",510],["pudra.com",407],["televole.com",407],["yeniakit.com.tr",515],["neoldu.com",528],["tarsusakdeniz.com",531],["havaturkiye.com",531],["mersinhaber.com",531],["sonses.tv",532],["anamurekspres.com",532],["sakinca.com",532],["gazetebanka.com",532],["habereko.com",532],["aktifhabergazetesi.com",532],["elazighaberkent.com",532],["elazigharputgazetesi.com",532],["samsunhaberhatti.com",532],["yurtspor.com",533],["hayat.ro",535],["ahbmedya.com",538],["worldofturkiye.com",540],["eksisozluk.com",541],["filmizlekral.com",545],["ogznet.com",547],["ajanstekirdag.com",551],["enyenimedya.com",540],["yenisafak.com",553],["kocatepegazetesi.com",562],["dinimizislam.com",540],["tarihiyolculuk.com",540],["geziforumu.com",540],["kadinloji.com",540],["donghuatr.com",540],["havadurumu15gunluk.xyz",564],["sonhaber16.com",566],["bifikir.com",540],["nowtv.com.tr",540],["haber228.com",569],["diyarbakirhaber.com.tr",540],["diyarbakirgazete.com",540],["konupara.com",571],["cumrapostasi.com",562],["sinemafilmizle.net",573],["degisimgazetesi.com.tr",575],["esporlab.com",540],["havadurumu15gunluk.org",564],["voleybolmagazin.com",578],["londragazete.com",540],["bursahayat.com.tr",581],["trt1.com.tr",584],["noktabursa.com.tr",540],["anlikaltinfiyatlari.com",586],["pasada.com.tr",588],["memoryhackers.org",594],["slideplayer.biz.tr",540],["sakarya360.com",569],["bigunhaber.com",540],["son32.com",540],["emlaknews.com.tr",597],["cagingazetesi.com.tr",600],["sabahhaberi.com",602],["sonsaat.com.tr",605],["medyaankara.com",540],["erotikfilmtube.com",609],["anadolugunluk.com",540],["kesinkarar.com",540],["bursverenkurumlar.com",613],["mengen.gen.tr",615],["capital.com.tr",617],["canlimobeseizle.com",540],["nallihanhaber.com",540],["muhabir26.com",540],["gundembursa.com",540],["uyan32.com",569],["selcukhaber.com",620],["webhakim.com",622],["ibrala.com",624],["ulakci.com",540],["haberyum.com",540],["yozgatses.com",540],["forumotomobil.com",540],["bodrumolay.com",626],["akvaryum.com",632],["uyumhaber.com",540],["yenimeram.com.tr",635],["gzt.com",638],["thebrandage.com",540],["gamer.com.tr",641],["medyafaresi.com",645],["indir.com",540],["bjk.com.tr",540],["bursadabugun.com",649],["gercekgundem.com",651],["haber7.com",653],["internethaber.com",677],["webtekno.com",684],["fullhdizlet.cc",698],["720pizleme.cc",699],["yabancidizivip.com",702],["fullfilmcibabaizlet.com",704],["fullfilmcibaba.nl",704],["fullhdabifilmizlet.com",706],["royalfilmizle.com",698],["fulltimehdfilmizle.*",708],["jetfilmizletv.net",698],["evrenselfilm1.com",711],["altyazilifilmizle3.com",714],["fullfilmizle.*",717],["1080pizle.net",725],["fullhdizle.*",727],["cehennemstream.xyz",738],["hlktrpl.cfd",739],["antalyahakkinda.com",742],["kandiraninsesi.com",745],["davahaber.com",738],["canlihaber.com",738],["milligazete.com.tr",748],["bidunyahaber.net",738],["kartalgazetesi.com",751],["kirkbir.com",756],["cagdaskocaeli.com.tr",760],["kocaelihaberdunyasi.com",738],["lidergazete.com",762],["bilecik11.com",764],["liderbursa.com",767],["mebehliyetsinavsorulari.com",767],["haberler33.com",767],["mygazete.com",768],["kastamonuguncel.com",770],["elazigonline.com",772],["gazetecin.com",767],["elazighakimiyethaber.com",774],["sozcu.com.tr",776],["korkusuz.com.tr",801],["szctv.com.tr",801],["bursa.com",802],["megahaber27.com",806],["yemektarifleri.org",808],["mshowto.org",801],["dunyaatlasi.com",810],["ensonhaber.com",812],["gayrimenkulhaber.com",801],["cinemadran.com",801],["ranini.tv",830],["oggito.com",832],["rumma.org",801],["aydindenge.com.tr",801],["gecmisgazete.com",801],["roketdizi.*",835],["gelirkapisi.com",839],["bedavainternet.com.tr",841],["turkedebiyati.org",842],["frpnet.net",846],["teknobh.com",848],["begonya.com",841],["kadinvekadin.net",841],["savunmasanayist.com",851],["aof.tc",853],["m5dergi.com",841],["sosyola.com",855],["havadiskibris.com",857],["unirehberi.com",841],["techolay.net",874],["oyunindir.club",876],["armoniscans.com",876],["yoldaolmak.com",877],["sorumatik.co",879],["andronova.net",876],["koinfinans.com",882],["hwp.com.tr",886],["lafmacun.net",888],["oyundunyasi.net",891],["teknodiot.com",893],["ruyashoujo.com",876],["pchocasi.com.tr",899],["dusuncekatalogu.com",876],["dirilispostasi.com",902],["turkuazgazetesi.net",905],["yenialanya.com",905],["bugunkocaeli.com.tr",905],["mansetaydin.com",906],["seskocaeli.com",908],["kocaelibarisgazetesi.com",905],["kocaelikoz.com",905],["enkocaeli.com",905],["nasil-yazilir.com",911],["pandaspor.live",912],["hotstream.club",914],["fotomac.com.tr",915],["odatv.com",933],["odatv4.com",937],["justintvsh.baby",938],["justinttvvamphd.cfd",942],["evvelcevap.com",943],["trendyol.com",945],["f5haber.com",948],["bitcoinsistemi.com",950],["hepsiburada.com",952],["ogretmenlersitesi.com",958],["kayserianadoluhaber.com.tr",959],["memurlar.net",963],["neredekal.com",973],["yesilkartforum.com",975],["fullhdfilmsalonu.org",976],["bedavahesap.org",980],["aydinlik.com.tr",981],["cizgivedizi.com",982],["uludagsozluk.com",984],["sporekrani.com",992],["hdfilmcehennemi.*",994],["sporx.com",998],["nufusu.com",1005],["sorubak.com",1006],["paratic.com",1008],["canlimacizlene.blogspot.com",1027],["gunhaber.com.tr",1028],["canakkalegundem.net",1030],["bewins.tv",1032],["basarisiralamalari.com",1033],["havaforum.com",1049],["borsadirekt.com",1050],["elisa1.lat",1052],["haberler.com",1053],["justintv-canlimacizle.com",1092],["taraftarium.tr",1093],["dizirex.com",1094],["dizimag.*",1095],["izlekolik.org",1098],["dizikorea.*",1100],["arenasportshd.com",1103],["htspor.com",1105],["gazetebirlik.com",1106],["justintvnews.com",1111],["hepsiemlak.com",1116],["emlakjet.com",1118],["ntvspor.net",1121],["thewikihow.com",1124],["antalyahurses.com",1126],["taraftariumlive.com",1127],["trhaber.com",1129],["asyaanimeleri.*",1132],["cristal.guru",1133],["minecraft-turkiye.com",1134],["tranimaci.com",1135],["fivemturk.net",1139],["hdfilmsitesi.*",1143],["sinefilmgo.org",1146],["tarzifilm.com",1148],["mnfilmizle.com",1150],["mnfilmizle1.com",1150],["fullhdfilmcehennemi.vip",1152],["filmtib.com",1154],["filmizlemobil.com",1154],["filmizlego.com",1154],["yenifilmizle.org",1154],["erotizmcenneti.org",1154],["dizirella.com",1155],["burcufilm.com",1154],["filmizlersin.com",1154],["forum.donanimarsivi.com",1157],["epikplayer.xyz",1162],["beyazperde.com",1163],["gdh.digital",1165],["iscihaber.net",1169],["roketdizi.live",1170],["kibrisgazetesi.com",1173],["12punto.com.tr",1179],["taraftarium-24tv.com",1180],["puango.net",1180],["dizimag.eu",1181],["koreanturk.com",1183],["bizevdeyokuz.com",1186],["incisozluk.com.tr",1188],["emlaktuel.com",1191],["tercihrobotu.com.tr",1193],["donanimarsivi.com",1196],["yeniisfikirleri.net",1198],["enerjigazetesi.ist",1202],["kanalfinans.com",1180],["selcuksporthd24.com",1180],["selcuksporthd25.com",1180],["selcuksporthd26.com",1180],["selcuksporthd27.com",1180],["selcuksporthd28.com",1180],["selcuksporthd29.com",1180],["selcuksporthd30.com",1180],["selcuksporthd31.com",1180],["selcuksporthd32.com",1180],["selcuksporthd33.com",1180],["selcuksporthd34.com",1180],["selcuksporthd35.com",1180],["selcuksporthd36.com",1180],["selcuksporthd37.com",1180],["selcuksporthd38.com",1180],["selcuksporthd39.com",1180],["selcuksporthd40.com",1180],["selcuksporthd41.com",1180],["selcuksporthd42.com",1180],["selcuksporthd43.com",1180],["eurovizyon.co.uk",1204],["gazetevatan.com",1205],["posta.com.tr",1217],["softonic.com.tr",1221],["bugunkibris.com",1223],["tv100.com",1225],["gazetememur.com",1228],["~amp-krone-at.cdn.ampproject.org",1228],["~krone.at",1228],["~mixdownmag.com.au",1228],["antakyagazetesi.com",1229],["evrensel.net",1232],["boykot.co",1240],["selcuksports.*",1242],["selcuksportss.com",1243],["dizi16.life",1246],["dizi17.life",1246],["dizi18.life",1246],["dizi19.life",1246],["dizi20.life",1246],["dizi21.life",1246],["dizi22.life",1246],["dizi23.life",1246],["dizi24.life",1246],["dizi25.life",1246],["dizi26.life",1246],["dizi27.life",1246],["dizi28.life",1246],["dizi29.life",1246],["dizi30.life",1246],["dizi31.life",1246],["dizi32.life",1246],["dizi33.life",1246],["dizi34.life",1246],["dizi35.life",1246],["fullhdfilmizlesene.*",1247],["sondakika.com",1253],["yabancidiziizle.*",1267],["gunes.com",1268],["canli-macizle.com",1270],["golgebahcesi.com",1271],["filmizleplus.cc",1272],["filmizlehdfilm.com",1274],["filmizletv.*",1278],["fullhdfilmizle.*",1284],["fullhdfilmizletv.*",1274],["hdfilmcix.*",1291],["hdfilmizlesene.org",1296],["sinema.cx",1296],["inattvgiris.pro",1298],["webdramaturkey.org",1303],["utanmazkizlar.com",1305],["maksatbilgi.com",1307],["yemek.com",1313],["aylink.co",1317],["pamukovasosyalmedya.com",1318],["buyuksivas.com",1319],["mansetmalatya.com",1318],["mynet.com",1323],["filmizle.*",1338],["sinekolikk.com",1342],["sinetiktok.com",1342],["mc-tr.com",1343],["startv.com.tr",1350],["parselsorgu.tkgm.gov.tr",1352],["onedio.com",1353],["birasyadizi.com",1366],["dizifon.com",1369],["t24.com.tr",1371],["filmmodu.io",1379],["gitlink.pro",1380],["hangikredi.com",1381],["yatsan.com",1386],["izlekolik.pro",1387],["wfilmizle.my",1387],["erotizimfilmizle.com",1388],["herpet.net",1389],["yatirimnedir.com",1393],["diziyou.co",1394],["kadinlarkulubu.com",1400],["merlininkazani.com",1407],["m-tr.net",1413],["gazeteipekyol.com",1416],["mackolik.com",1417],["cioupdate.com.tr",1430],["sinefil.tv",1432],["forum.shiftdelete.net",1435],["techinside.com",1436],["epey.com",1437],["teknosa.com",1442],["istegundem.com",1444],["bloomberght.com",1445],["diyetkolik.com",1453],["fullindirsene.net",1458],["habercigazetesi.net",1462],["justintvx30.blogspot.com",1463],["justintvxx10.blogspot.com",1463],["inattv-taraftarium24-macizle.blogspot.com",1463],["canli-mac-izle-taraftarium24-izle.blogspot.com",1463],["justintvgiris.blogspot.com",1463],["sportboss-macizlesbs.blogspot.com",1463],["taraftarium402.blogspot.com",1463],["macicanliizle.sbs",1463],["taraftarium24canli-macizlesene.blogspot.com",1463],["taraftarium24hdgiris1.blogspot.com",1463],["selcukspor-taraftarium24canliizle1.blogspot.com",1463],["canlidizi6.org",1465],["cepteteb.com.tr",1467],["gidadedektifi.com",1468],["onlinedizi.xyz",1469],["dizihot.com",1471],["koredizileri.pw",1473],["fullfilmizle.pro",1473],["tclira.com",1474],["koreliscans.com",1475],["hayalistic.com.tr",1475],["inatflix9.xyz",1476],["emlak.mitula.com.tr",1478],["webaslan.com",1479],["pornoeileen.com",1480],["videojs.online",1480],["vipfilmsitesi.com",1481],["unutulmazfilmler4.com",1483],["birgun.net",1484],["tekfullfilmizle5.com",1487],["elle.com.tr",1488],["ajansspor.com",1491],["atarita.com",1502],["joymaxtr.net",1505],["koctas.com.tr",1506],["domlepen.com",1507],["erotikfilmkeyfi.org",1509],["siyahfilmizle.fan",1509],["fullprogramlarindir.net",1510],["hesapkurdu.com",1513],["tamindir.com",1517],["jetfilmizle.*",1528],["uzmancoin.com",1534],["dosya.one",1536],["kayseriolay.com",1537],["gercekfethiye.com",1541],["elazigyenihaber.com",1546],["dizigom1.tv",1549],["canlidoviz.com",1552],["gazeteduvar.com.tr",1555],["dizipal.org",1558],["oyungezer.com.tr",1562],["teknolojioku.com",1563],["hdfilmcehennem.net",1566],["alonot.com",1567],["bilgiportal.com",1569],["akakce.com",1571],["patronlardunyasi.com",1573],["kanald.com.tr",1575],["turkanime.co",1578],["turkiyegazetesi.com.tr",1582],["yabancidizi.io",1593],["diziyoutv.com",1595],["haberturk.com",1598],["uzaymanga.com",1615],["trovit.com.tr",1618],["mitula.com.tr",1619],["filmizlehdizle.com",1620],["fullfilmizlesene.net",1620],["beinsports.com.tr",1622],["forum.turkmmo.com",1625],["kocuce.com",1629],["mmotutkunlari.com",1636],["mislink3.com",1639],["dentalilan.com",1640],["kulaklik.com",1641],["yeppuu.com",1642],["vkfilmizlet.*",1643],["tgrthaber.com",1645],["dizimom.*",1646],["manga-tr.com",1650],["ntv.com.tr",1651],["tlctv.com.tr",1664],["dmax.com.tr",1664],["beyaztv.com.tr",1665],["kanal7.com",1667],["showtv.com.tr",1671],["teve2.com.tr",1664],["tv8.com.tr",1664],["tv8bucuk.com",1664],["tabii.com",1664],["trtizle.com",1664],["sinefy3.com",1673],["animeizlesene.com",1675],["webdramaturkey.*",1675],["donanimhaber.com",1676],["contentx.me",1688],["supernaturalizle.com",1689],["diziyo.*",1690],["hurriyet.com.tr",1694],["dogruhaber.com.tr",1710],["cheatglobal.com",1713],["fullhdfilm.*",1714],["bursahaber.com",1722],["filmmakinesi.*",1724],["mangaku.blog",1731],["dizipia.com",1733],["hdfilmcehennemii.co",1735],["dizimov.*",1735],["sikayetvar.com",1736],["haberkibris.com",1740],["superhaber.com",1748],["neguzelsozler.com",1749],["boxerdergisi.com.tr",1752],["bafrahaber.com",1755],["1000kitap.com",1759],["star.com.tr",1762],["serieturkisch.com",1769],["serietvturche.com",1769],["tvseriadosturcos.com",1769],["seriesturco.com",1769],["seriesturkish.com",1769],["televizyongazetesi.com",1770],["breakingbadizle.*",1772],["cimri.com",1773],["bikifi.com",1779],["okultanitimi.net",1781],["haber365.com.tr",1783],["airturkhaber.com",1786],["boluyankihaber.com",1790],["marastahaber.com",1791],["minipassion.net",1793],["sordum.net",1794],["bigahavadis.com",1795],["aksarayhaberci.com",1795],["girisimhaber.com",1796],["bandirmamanset.com",1799],["bizimyaka.com",1801],["cazkolik.com",1802],["starkibris.net",1803],["kimintelefonu.com",1804],["turkudostlari.net",1806],["ozengen.com",1807],["tenceretv.com",1809],["bomba32.com",1810],["hdfilmizleamk.*",1816],["sinemakolik.net",1818],["technopat.net",1820],["kuponigo.com",1831],["kraloyun.com",1832],["pvpserverler.pro",1835],["asyafanatiklerim.com",1836],["sinema.*",1838],["nnchaber.com",1841],["yenimesaj.com.tr",1843],["720pizle.*",1845],["diziroll.*",1847],["teknoloji.org",1848],["trwebtoon.com",1849],["plastikciyiz.biz",1851],["dizicaps.*",1852],["sportlemone.top",1857],["sportlemon.net",1857],["goodfilmizle.com",1859],["milliyet.com.tr",1862],["sinematurk.com",1875],["sinemalar.com",1877],["tarotscans.com",1881],["yasemin.com",1884],["medyahaber.com",1890],["kazanabilirsin.com",1891],["evimdergisi.com.tr",1892],["popsci.com.tr",1895],["aksam.com.tr",1899],["nedir.org",1911],["mavikadin.com",1916],["iha.com.tr",1925],["tvaktuel.com",1929],["oyunmoduindir.com",1930],["yenibiris.com",1931],["dizifilmbox.*",1933],["fullhdfilmizlesenebox.net",1939],["elzemfilm.org",1940],["ekonomist.com.tr",1944],["lezzet.com.tr",1950],["ulketv.com.tr",1956],["asyadiziizle.com",1958],["reytingtv.com",1961],["islamveihsan.com",1962],["tafdi3.com",1964],["tafdi4.com",1964],["ekoltv.com.tr",1966],["airporthaber2.com",1966],["tvnota.com",1966],["bayburtmanset.com",1966],["sehirmedya.com",1967],["yozgatcamlik.com",1966],["justintv200.com",1969],["justintv201.com",1969],["justintv202.com",1969],["justintv203.com",1969],["justintv204.com",1969],["justintv205.com",1969],["justintv206.com",1969],["justintv207.com",1969],["justintv208.com",1969],["justintv209.com",1969],["justintv210.com",1969],["justintv211.com",1969],["justintv212.com",1969],["justintv213.com",1969],["justintv214.com",1969],["justintv215.com",1969],["justintv216.com",1969],["justintv217.com",1969],["justintv218.com",1969],["justintv219.com",1969],["selcuksportshd1590.xyz",1973],["selcuksportshd1591.xyz",1973],["selcuksportshd1592.xyz",1973],["selcuksportshd1593.xyz",1973],["selcuksportshd1594.xyz",1973],["selcuksportshd1595.xyz",1973],["selcuksportshd1596.xyz",1973],["selcuksportshd1597.xyz",1973],["selcuksportshd1598.xyz",1973],["selcuksportshd1599.xyz",1973],["selcuksportshd1600.xyz",1973],["selcuksportshd-1c7ac28e5a14.click",1973],["selcuksportshd-f629290c2705.xyz",1973],["selcuksportshdde540fcd.xyz",1973],["selcuksportshd3e705845.xyz",1973],["selcuksportshd3d16b304.xyz",1973],["adonisfansub.com",1978],["forum.donanimhaber.com",1979],["trthaber.com",1986],["riojadivino.com",1990],["gercekbandirma.com",1991],["sandalca.com",1993],["sandalca.club",1996],["drtus.com",1997],["aktuel-urunler.com",2001],["fullhdfilmizlett1.com",2004],["dugun.com",2008],["kooplog.com",2009],["dosya.co",2010],["kimkimdir.net.tr",2011],["kitapyurdu.com",2013],["biliyo.org",2014],["afroditscans.com",2015],["puffytr.com",2016],["anizm.net",2018],["anizle.com",2016],["diziroll.club",2021],["veryansintv.com",2022],["muhasebetr.com",2025],["tarihdersi.net",2026],["yesiltopuklar.com",2029],["medyabar.com",2036],["samanyoluhaber.com",2037],["720pfilmizleme1.com",2038],["abysscdn.com",2043],["likessb.com",2044],["vsro.org",2045],["leadergamer.com.tr",2047],["golftutkusu.com",2048],["724dinle.com",2050],["dafflix.net",2051],["fullhdfilmizlebaba.com",2052],["turkrus.com",2053],["evrimagaci.org",2060],["oyunskor.com",2064],["fullhdfilmmodu2.*",2066],["n11.com",2069],["search.donanimhaber.com",2071],["trdoktor.com",2072],["finans.gazetevatan.com",2073],["tlkur.com",2074],["fullhdfilmizlesenebox.org",2075],["simulasyonturk.com",2078],["defenceturk.net",2081],["gazetevan.com",2084],["ehliyettestleri.com",2085],["testlericoz.com",2085],["ye-mek.net",2088],["gartic.io",2089],["tranimeizle.co",2090],["ruya-manga.com",2094],["hayalistic.com",2097],["clover-manga.com",2097],["vkfilmizle.net",2098],["pusulagazetesi.com.tr",2099],["cosmoturk.com",2101],["airlinehaber.com",2104],["sha.com.tr",2109],["eksiduyuru.com",2111],["yenikonya.com.tr",2112],["konhaber.com",2114],["cnnturk.com",2122],["wmaraci.com",2130],["ayatoon.com",2135],["raindropteamfan.com",2135],["dovizgrafik.com",2136],["salom.com.tr",2137],["doviz.com",2139],["samsunsehirgazetesi.com",2144],["fullhdfilmizle.vip",2146],["erotikfilmizle1.com",2148],["eniyifilms.com",2149],["realfilmizle6.com",2150],["realfilmizle7.com",2150],["realfilmizle8.com",2150],["realfilmizle9.com",2150],["realfilmizle10.com",2150],["realfilmizle11.com",2150],["realfilmizle12.com",2150],["realfilmizle13.com",2150],["realfilmizle14.com",2150],["realfilmizle15.com",2150],["realfilmizle16.com",2150],["realfilmizle17.com",2150],["realfilmizle18.com",2150],["realfilmizle19.com",2150],["realfilmizle20.com",2150],["realfilmizle21.com",2150],["realfilmizle22.com",2150],["realfilmizle23.com",2150],["realfilmizle24.com",2150],["realfilmizle25.com",2150],["realfilmizle26.com",2150],["realfilmizle27.com",2150],["realfilmizle28.com",2150],["realfilmizle29.com",2150],["realfilmizle30.com",2150],["siyahfilmizle.*",2156],["hdmixfilim.com",2158],["derstarih.com",2160],["medyaalemi.com.tr",2162],["birlikhabergazetesi.com",2164],["socratesdergi.com",2172],["gezilesiyer.com",2173],["justintv.*",2174],["yuksektopuklar.com",2179],["yetkinreport.com",2181],["bartinhergungazetesi.com",2183],["bartinolay.com",2184],["themagger.com",2187],["probiyotix.com",2192],["kriptoarena.com",2195],["koinbulteni.com",2199],["oggusto.com",2201],["enpolitik.com",2207],["ispartamhaber.com",2209],["bomba15.com",2209],["tarsusgazetesi.com",2209],["telegramgruplari.com",2210],["tele1.com.tr",2211],["avmgezgini.com",2214],["tureng.com",2215],["metin2rehberi.com",2216],["theflashizle.com",2217],["gemlikgundemgazetesi.com",2218],["hthayat.haberturk.com",2221],["malatyanethaber.com.tr",2222],["kocaelizirve.com",2225],["artisiirt.com",2225],["pazarlamasyon.com",2227],["dizimodu.com",2228],["gezenbilir.com",2233],["tiendeo.com.tr",2236],["vidmoxy.com",2238],["gazetemanifesto.com",2239],["incehesap.com",2242],["finans7.com",2243],["konyagazetesi.com.tr",2244],["sinemadelisi.com",2245],["muglayenigun.com",2247],["finikeakdeniz.com.tr",2252],["kimkazandi.com",2254],["bahiskilavuz4.com",2256],["dafflix.*",2259],["kariyer.net",2262],["malatyam.com",2266],["teknoseyir.com",2267],["myburc.com",2269],["canlitv.center",2270],["kredibankalar.com",2272],["altporno.xyz",2275],["flvconverter.org",2276],["youtube-mp3-music.com",2276],["mp3medya.com",2277],["turkaliz.com",2279],["teknobird.com",2280],["passporterstore.com",2283],["istanbulticaretgazetesi.com",2283],["timeturk.com",2284],["wv2.net",2291],["marketingturkiye.com.tr",2292],["ordugazete.com",2293],["imaret.com.tr",2295],["afyonhaber.com",2297],["seyredeger.com",2302],["yenihaberden.com",2303],["yetiskinfilmizle.xyz",2304],["burasiduzce.com",2305],["turkerotikfilm.com",2304],["cehennemstream.click",2307],["filmizle.in",2308],["yildizkisafilm.org",2308],["movietube32.xyz",2308],["burdenfly.com",2309],["altyazi.net",2310],["akorlar.com",2314],["sanalbasin.com",2315],["karamangundem.com",2318],["egitimsistem.com",2320],["karamandan.com",2320],["numaraara.com",2321],["gazeteoku.com",2322],["cnbce.com",2322],["dunya.com",2322],["paradurumu.com",2322],["tarifikolay.com",2323],["trivago.com.tr",2324],["letgo.com",2325],["tasit.com",2326],["canliskor.biz.tr",2328],["bundle.app",2330],["macsonuclari.com.tr",2332],["cozumpark.com",2335],["arabateknik.com",2339],["shiftdelete.net",2340],["habervakti.com",2344],["mp3indirdur.life",2345],["muzikmp3indir.com",2347],["sinepal.*",2352],["galeri.uludagsozluk.com",2354],["kamubulten.com",2357],["buyurindir.org",2358],["fragman-tv.com",2359],["doeda.com",2364],["editsizserverler.org",2367],["kamudanhaber.net",2370],["zamaninvarken.com",2371],["seyredelim.com",2373],["korsanedebiyat.com",2374],["ufukgazetesi.net",2376],["esgazete.com",2381],["fenerbahce.org",2383],["mail.com.tr",2385],["yenierzurumhaber.com",2388],["kriptoteknikhaber.com",2390],["altinpiyasa.com",2392],["kocaelidebugun.com",2393],["almanilan.com",2394],["yemekev.com",2395],["lorentlabs.com",2396],["canlialtinfiyatlari.com",2397],["filmkovasi.org",2398],["edebiyathaber.net",2399],["futbolarena.com",2403],["turizmajansi.com",2405],["numarasorgulamax.com",2406],["320volt.com",2407],["mp3semti.com",2408],["fivemturk.com",2409],["testkolik.com",2411],["macrehberi.com",2412],["altin.in",2413],["inegolonline.com",2418],["41saat.com",2421],["diziplus.*",2423],["dizivap.*",2423],["dizivid.co",2423],["diziday1.com",2423],["filmzal.*",2423],["arabamkacyakar.com",2424],["trt.net.tr",2425],["engelsiztrt.tv",2428],["trtmuzik.net.tr",2428],["repertuarim.com",2429],["jukeduke.com",2432],["stargamescasinoonline.com",2432],["dizibox.*",2433],["koinbox.net",2437],["bandirmasehir.com",2438],["frmtr.com",2443],["spyhackerz.org",2444],["kizlarsoruyor.com",2445],["emlaktasondakika.com",2448],["steelradar.com",2449],["kayserihaber38.com",2450],["arabalar.com.tr",2457],["bantmag.com",2459],["iyihisset.com",2460],["fullhdfilmizle.top",2461],["hdfilmcehennemizle.com",2461],["formsante.com.tr",2462],["ui.memoryhackers.org",2463],["fullhdfilmizlesene.pw",2465],["videovak.com",2466],["yesilist.com",2467],["turkhacks.com",2468],["bulurum.com",2470],["sahadan.com",2474],["alemfm.com",2486],["alem.com.tr",2486],["petroturk.com",2487],["atlasdergisi.com",2491],["adanahaber.net",2492],["meydannet.com",2493],["uzmanpara.milliyet.com.tr",2494],["dha.com.tr",2495],["1yuz.com",2499],["webmasterforum.com.tr",2500],["crackturkey.com",2499],["otomasyonforum.com",2502],["kontrolkalemi.com",2503],["devletdestekli.com",2505],["itemsatis.com",2506],["warezturkey.me",2507],["indirin.co",2509],["technoprogram.com",2510],["filmindir.be",2511],["teknoblog.com",2513],["dersimiz.com",2515],["belgeselizlesene.com",2517],["kriptoparapiyasasi.com",2520],["devirsaati.com",2524],["macsonuclari.mobi",2525],["siirtolayhaber.com",2527],["bursayadairhersey.com",2527],["surajans.com",2528],["kriptoparahaber.com",2530],["gazetecorlu.com",2534],["kriptokoin.com",2534],["solidshare.net",2535],["diziboxx.com",2536],["finanswebde.com",2539],["sahibim.net",2541],["coinkolik.com",2542],["tebernuskirecci.com.tr",2543],["koinmedya.com",2544],["kriptoparafiyatlari.com",2547],["filmmakinesi1.*",2548],["gaziantepinhabercisi.com",2549],["otonomhaber.com",2550],["tosunkaya.com",2551],["kuponla.com",2553],["burdurweb.com",2555],["bigpara.hurriyet.com.tr",2557],["klasspor.com",2558],["ehaege.com",2559],["kurdistan24.net",2562],["akittv.com.tr",2563],["dilekcesepeti.com",2565],["yurthaber61.com",2565],["bodrumgundem.com",2566],["egeyonhaber.com",2565],["turkgun.com",2568],["savunmasanayi.org",2569],["meleklermekani.com",2571],["turkiyeklinikleri.com",2573],["lastikcim.com.tr",2574],["transfermarkt.com.tr",2575],["keyfimuzik.net",2576],["kelimeler.net",2577],["kackalori.com.tr",2579],["forumkolik.net",2580],["ebrosur.com",2583],["sgkbilgisi.com",2586],["ardahanhaberi.com",2587],["btchaber.com",2588],["gastronomiturkey.com",2590],["businessht.bloomberght.com",2591],["haberglobal.com.tr",2593],["malatyahaber.com",2596],["almanyabulteni.de",2599],["akhisarhaber.com",2603],["temizsozluk.com.tr",2606],["malatyamegahaber.com",2607],["samdan.com.tr",2608],["esquire.com.tr",2613],["harpersbazaar.com.tr",2620],["forum.mevsim.org",2628],["fikirliderleri.com",2629],["medikalakademi.com.tr",2631],["hrdergi.com",2633],["karabukgundem.com",2634],["denizliyeniolay.com",2635],["asistanaliz.com",2636],["habergazetesi.com.tr",2638],["samsunsonhaber.com",2640],["kamuajans.com",2641],["ortacizgi.com",2643],["ajansurfa.com",2645],["indirimdemarket.com",2647],["dostbeykoz.com",2648],["millisavunma.com",2651],["jurnalci.com",2652],["illerarasimesafe.com",2653],["log.com.tr",2654],["bilgicik.com",2656],["zirvedehaber.com",2658],["ruyalar.net",2659],["magazinci.com",2660],["turizmgazetesi.com",2661],["goster.co",2667],["korezin.com",2668],["gundemsaros.com.tr",2669],["aydinda.com",2670],["forumatmosfer.com",2672],["find.com.tr",2673],["forum.sordum.net",2675],["lezizci.com",2675],["bilgidem.com",2675],["e-kitap.site",2676],["ekitap.site",2676],["lojistikhatti.com",2677],["yetiskinfilmler.org",2678],["hizliresim.com",2679],["kasut.org",2681],["alisverisrehberi.com",2682],["gaziantephaber.com",2683],["hayvansitesi.com",2684],["ilan365.net",2685],["ilacprospektusu.com",2686],["rasthaber.com",2688],["voltimum.com.tr",2689],["kargo-takibi.com",2690],["jeotermalhaberler.com",2692],["mimdap.org",2693],["eczacininsesi.com",2694],["fonttr.com",2695],["sekilliharfler.com",2697],["yesilekonomi.com",2698],["kointimes.net",2699],["bolumsonucanavari.com",2702],["forum.gamer.com.tr",2703],["cesmehaber.com",2710],["gezginler.net",2711],["radioeksen.com",2714],["sondakika23.com",2715],["satrancoyna.gen.tr",2720],["oyunkolu.com",2721],["oyunu.com.tr",2722],["alomaliye.com",2726],["hvac360tr.com",2727],["erosfilmizle.*",2729],["hdfilmizle.in",2732],["yabancidizilertv.*",2732],["dizipal1022.com",2729],["dizipal1021.com",2729],["dizipal1017.com",2729],["dizipal1.com",2729],["dizipal2.com",2729],["dizipal3.com",2729],["dizipal4.com",2729],["dizipal5.com",2729],["dizipal6.com",2729],["dizipal7.com",2729],["dizipal8.com",2729],["dizipal9.com",2729],["dizipal10.com",2729],["dizipal11.com",2729],["dizipal12.com",2729],["dizipal13.com",2729],["dizipal14.com",2729],["dizipal15.com",2729],["diziwatch1.net",2729],["diziwatch2.net",2729],["diziwatch3.net",2729],["diziwatch4.net",2729],["diziwatch5.net",2729],["diziwatch6.net",2729],["diziwatch7.net",2729],["diziwatch8.net",2729],["diziwatch9.net",2729],["diziwatch10.net",2729],["diziwatch11.net",2729],["diziwatch12.net",2729],["diziwatch13.net",2729],["diziwatch14.net",2729],["diziwatch15.net",2729],["filmcusx.com",2734],["fullhdfilmizlesem.com",2734],["memleketimbolu.com",2735],["ademyurt.com",2736],["giresunhaberci.com",2737],["bayimolurmusun.com.tr",2738],["indirveoyna.com",2739],["shirl.club",2740],["uplifers.com",2741],["yemek24.com",2743],["ifsamerkezi.com",2745],["dalamantv.com",2747],["kayiprihtim.com",2748],["oyun101.com",2749],["otomobilir.com",2750],["oyunoyna.tv.tr",2751],["oyuntimes.com",2751],["arabam.com",2752],["bolge.com.tr",2756],["muzikonair.com",2756],["milasonder.com",2757],["memohaber.com",2760],["akcakocahavadis.com",2762],["geredeyenigun.com",2764],["cerkezkoyhaber.com.tr",2766],["gazetekolektif.com",2769],["ha-ber.com",2770],["egemeclisi.com",2771],["dunyasozluk.com",2773],["hesabet.com",2774],["istanbullife.com.tr",2775],["gunaydinduzce.com",2776],["duzceninsesi.com.tr",2781],["indigodergisi.com",2786],["forum.miuiturkiye.net",2788],["savebutonu.com",2793],["idilyazar.com",2794],["icn.com.tr",2795],["cevir.gen.al",2797],["namazsitesi.com",2798],["hurhaber.com",2800],["teknoburada.net",2802],["insaattrendy.com",2803],["antoloji.com",2806],["saraygazetesi.com",2809],["mirror-h.org",2811],["gzone.com.tr",2812],["3dmadmax.com",2813],["samsungazetesi.com",2814],["tvnet.com.tr",2815],["flaskocaeli.com",2816],["marashaber.com.tr",2817],["gencinsesi.com",2818],["hdfilmizletv.net",2820],["fmhikayeleri.com",2821],["sofra.com.tr",2822],["paradergi.com.tr",2822],["unyenethaber.com",2824],["sapanca.com.tr",2829],["bilgisayarbilisim.net",2830],["mycbet.com",2834],["grafikerler.org",2836],["dogushaber.com",2837],["duzcetv.com",2839],["milatgazetesi.com",2841],["acikradyo.com.tr",2842],["hastane.com.tr",2843],["ifhaber.com",2844],["borsanasiloynanir.co",2845],["wikihow.com.tr",2850],["vidtekno.com",2851],["bakis.bg",2852],["ogrencikariyeri.com",2853],["appleyardim.org",2855],["tavsiyeediyorum.com",2857],["ciftlikdergisi.com.tr",2860],["karnaval.com",2861],["kentteyasam.com",2864],["tranimaci.com.tr",2865],["tourmag.com.tr",2866],["belemturktv.com",2868],["nusaybinim.com",2869],["karsolay.com",2870],["efelerhaber.com",2872],["erzurumajans.com",2875],["ceofix.com",2878],["8gunhaber.com",2880],["radyodinle.*",2882],["oyun.mynet.com",2883],["rodopruzgari.com",2885],["muratlihizmetgazetesi.com",2886],["antalyam.com",2889],["imarhaber.com",2892],["bolupostasi.com",2894],["bozuyukhaberajansi.com",2894],["yenicagri.com",2894],["businesschannel.com.tr",2894],["onlarnediyo.com",2894],["medyaayvalik.com",2894],["emlakmanset.com",2895],["tvdizix.com",2896],["corumtime.com",2897],["mp3indir.rocks",2899],["fenokulu.net",2900],["gorunumgazetesi.com.tr",2903],["kediblog.com",2904],["fuaraktuel.com",2906],["gazetepoyraz.com",2907],["yenikocaeli.com",2908],["akillitarife.com",2910],["aykutozdemir.com.tr",2911],["yerelbt.com",2914],["7deniz.net",2915],["muzmp3indir.com",2916],["oyunhabertr.com",2917],["sinemagecesi.com",2918],["turkhackteam.org",2919],["diziizle.top",2922],["kadikoylife.com",2923],["gazeteulus.com",2929],["egetelgraf.com",2930],["golcukvizyongazetesi.com",2931],["kobiyasam.com.tr",2933],["hurdusun.com",2934],["nereye.com.tr",2935],["kenthayat.com",2937],["bumudur.com",2938],["poki.com",2939],["pendiklitv.com",2940],["iskuruyorum.com",2942],["acipayamgazetesi.com",2943],["on5yirmi5.com",2946],["millihakimiyet.com",2947],["basketdergisi.com",2949],["1907.org",2952],["avrupaturkgazetesi.com",2954],["hatayyasam.com",2955],["myinstants.com",2957],["yozgatgazetesi.com",2958],["yerkoyhabergazetesi.com",2963],["tunceliemek.com.tr",2964],["kandiragundem.com",2967],["1080hdfilmizle.com",2968],["tekirdagodak.com",2969],["istanbul.com",2971],["belge.com.tr",2972],["mimarizm.com",2975],["mavikocaeli.com.tr",2976],["batiakdeniztv.com",2979],["haberkasaba.com",2981],["egitimtercihi.com",2982],["thegeyik.com",2984],["arifiyehaber.net",2986],["onceokuloncesi.com",2989],["sosyalbilimler.org",2991],["kirsehirhakimiyet.com",2992],["kanal15.com.tr",2992],["upslut.com",2994],["fiatlinea.org",2996],["seatclubturkey.com",2997],["kiaclubtr.com",2998],["tofasteam.com",2999],["sektorel.com",3000],["casinokazan.net",3001],["paraborsa.net",3003],["yapi.com.tr",3004],["motosiklet.net",3006],["turkeyforum.com",3013],["renaultfanclub.com",3013],["forum.grandepuntotr.com",3013],["malzemebilimi.net",3014],["scroll.com.tr",3014],["magazin.com.tr",3015],["hibya.com",3016],["batmangapgazetesi.com",3017],["rayhaber.com",3021],["trakyagundem.net",3022],["2eylul.com.tr",3024],["sariyergazetesi.com",3025],["kartal24.com",3026],["sirketlerligi.com",3027],["msxlabs.org",3028],["avrupayakasi.com.tr",3029],["konyaninnabzi.web.tr",3035],["tuzgolugazetesi.com",3038],["excel.web.tr",3039],["indirgo.club",3040],["fosforludusunceler.com",3042],["koinvizyon.com",3044],["arenabodrumhaber.com",3045],["kenttv.net",3050],["turkegitim.net",3051],["engelliler.biz",3053],["fotografdergisi.com",3054],["nurdanhaber.com",3055],["eniyiandroid.com",3056],["nazilliadalet.com",3058],["aydinlatma.org",3059],["kibrissondakika.com",3064],["elektriktesisatportali.com",3070],["ileilgili.org",3071],["nedirnasilneden.com",3071],["businessturkeytoday.com",3072],["afsinhabermerkezi.com",3073],["edirnehaber.org",3076],["marasexpress.com",3077],["guneykoresinemasi.com",3078],["turizmdosyasi.com",3079],["istanbultakipte.com",3080],["doramagazin.com",3083],["turkascihaberleri.com",3085],["unyekent.com",3086],["besniekspres.com",3086],["aksarayhaber68.com",3086],["moradergisi.com",3086],["afyonmansethaber.com",3086],["kanal16haber.com",3086],["guneydogutv.com",3086],["simashaber.com",3086],["gazipasahaber.com",3086],["antalyaguncel.com",3086],["termebilgigazetesi.com",3086],["tersanedergisi.com",3087],["ilkokul1.com",3088],["vidyome.com",3089],["efullizle.com",3090],["malatyasoz.com",3091],["dizilla.*",3092],["zipfilmizle.com",3092],["rehberlikservisi.net",3093],["kesanpostasi.com",3094],["renklikodlar.net",3095],["yemekyapin.com",3097],["bigatribun.net",3098],["menuburada.com",3101],["59.com.tr",3102],["airwaypost.com",3104],["kocaelihaberci.com",3106],["forummakina.com.tr",3107],["animex.club",3108],["cadcamsektoru.com",3109],["gmdergi.com",3110],["gurmeajanda.com",3113],["vogue.com.tr",3115],["mutfakhaber.net",3116],["hizmetix.com.tr",3117],["kamyonum.com.tr",3118],["sultanbeylim.com",3119],["denizlihaber.com",3120],["morfikirler.com",3136],["tokihaber.com.tr",3137],["yenienerji.com",3138],["artfulliving.com.tr",3142],["haberdurus.com",3143],["kardelengazetesi.com",3143],["basakgazetesi.com",3143],["haber18.com",3144],["askeribirlikler.com",3145],["hadipisir.com",3146],["fethiyehaber.com",3147],["papajohns.com.tr",3151],["superfb.com",3153],["sanayigazetesi.com.tr",3156],["paraanaliz.com",3156],["yenikutahya.com",3156],["d20haber.com",3157],["retailturkiye.com",3161],["denizpostasi.com",3161],["yarisdergisi.com",3163],["dijitalgaste.com",3166],["elazighaber23.com",3167],["egedeizmir.com",3169],["orduulak.com",3170],["siberdeyiz.com",3172],["subaruturkiyeforum.com",3174],["urfa.com",3175],["olumhaberi.com",3176],["animehaber.com",3177],["ajanimo.com",3178],["oyunlarskor.com",3180],["kayisihaber.com",3181],["korkmazhaber.com",3182],["genelpara.com",3183],["tranimeizle.*",3184],["ellerimesaglik.com",3186],["freemagazine.com.tr",3188],["turkishtimedergi.com",3190],["canakkalekalem.com",3191],["bthaber.com",3193],["liderform.com.tr",3194],["zebramo.com",3196],["turkiyesanayigazetesi.com",3197],["perakendeisdunyasi.com",3197],["maxfilmizle.*",3200],["enyenifilmizle.*",3200],["dizibox6.com",3200],["dizibox7.com",3200],["dizibox8.com",3200],["dizibox9.com",3200],["dizibox10.com",3200],["dizibox11.com",3200],["dizibox12.com",3200],["dizibox13.com",3200],["dizibox14.com",3200],["dizibox15.com",3200],["dizibox16.com",3200],["dizibox17.com",3200],["dizibox18.com",3200],["dizibox19.com",3200],["dizibox20.com",3200],["dizibox21.com",3200],["dizibox22.com",3200],["dizibox23.com",3200],["dizibox24.com",3200],["dizibox25.com",3200],["sigortacigazetesi.com.tr",3201],["gazeddakibris.com",3203],["sacsirlari.com",3204],["puhutv.com",3205],["magazind.net",3206],["gencgazete.net",3208],["urfanatik.com",3209],["isyatirim.com.tr",3210],["torrentoyunindir.com",3211],["halkinhabercisi.com",3213],["sanatatak.com",3215],["kayseritelgraf.com",3217],["yeniasya.com.tr",3218],["snobmagazin.com",3220],["postkolik.com",3221],["gundem71.com",3223],["hiztesti.com.tr",3225],["ismporno.com",3226],["pornmsc.com",3226],["gmag.com.tr",3227],["oyunceviri.net",3229],["nefesgazetesi.com",3231],["izlemag.com",3232],["turkiyedeenerji.com",3233],["qualitydergisi.com",3235],["cerkezkoyekspres.com",3236],["bakirkoydenhaber.com",3237],["gercekkocaeli.com.tr",3239],["kocaelifikir.com",3240],["demokratkocaeli.com",3248],["cevremuhendisligi.org",3251],["cukurovaexpres.com",3252],["geyvemedya.com",3253],["divamagazin.com",3255],["birhayalinpesinde.com",3258],["bestylemagazine.com",3261],["fullfilmizle.cx",3262],["dolubatarya.com",3263],["espor.migros.com.tr",3263],["favorilezzetler.com",3263],["digitalage.com.tr",3263],["clubberism.com",3264],["tr724.com",3265],["benguturk.com",3266],["gecce.com.tr",3267],["m.pes24.com",3268],["azbuz.org",3270],["pembeoje.com",3271],["tercihiniyap.net",3272],["eskimeyenkitaplar.com",3274],["neolacakki.com",3275],["suslusozluk.com",3276],["videoindirelim.com",3277],["gsmturkey.net",3279],["sgkrehberi.com",3280],["denizli24haber.com",3287],["pes24.com",3287],["bianet.org",3288],["dunyabizim.com",3290],["sozcukitabevi.com",3292],["jhlclinic.com",3293],["justintv.vip",3293],["bhdgc.com",3293],["donailfoulardautore.com",3293],["gazeterize.com",3293],["aydinses.com",3293],["atastymorsel.com",3293],["bonneyrega.com",3293],["tesisatmarket.com",3294],["08haber.com",3296],["sakaryagazetesi.com.tr",3299],["gunisigigazetesi.net",3304],["msn.com",3305],["mutfaksirlari.com",3306],["politikars.com",3307],["sahibinden.com",3308],["m.bafrahaber.com",3311],["medyaradar.com",3313],["egitimler.info",3317],["turizmaktuel.com",3318],["akademikpersonel.org",3322],["webrazzi.com",3324],["izlesene.com",3327],["yolculukterapisi.com",3329],["muhendisimaaslari.com",3331],["benzinmagazin.com",3332],["gulum.net",3333],["magazinkafe.com",3334],["sifalidoktor.com",3335],["emlaksitem.com",3336],["cokbilgi.com",3338],["kanalb.com.tr",3339],["aykiri.com.tr",3340],["bihavadis.com",3342],["thecruiselife.com.tr",3342],["adalet.tv",3342],["haberasi.com",3342],["ajansgazetesi.com.tr",3342],["avcilarhabermerkezi.com",3342],["sanattanyansimalar.com",3342],["turgutluyanki.com",3342],["denizlidesiyaset.com",3342],["finans365.com",3342],["malatyaozhaber.com",3342],["kulahaber.net",3342],["hayrankaldim.com",3342],["yenibakis.com.tr",3342],["habercicanakkale.com",3342],["haber16.com",3342],["karamanca.net",3342],["denizgazete.com",3342],["kaptanhaber.com",3342],["oncusehir.com",3342],["turgutlupostasi.com",3342],["gebzeyenigun.com",3342],["turkinfo.nl",3342],["habercuk.com",3342],["habersanliurfa.net",3342],["mizahdunyam.com",3342],["denizlikenthaber.com",3342],["tarihistan.org",3342],["haberturizm.com",3342],["gazete365.com",3342],["turizmhabermerkezi.net",3343],["gazetegercek.com.tr",3343],["afyonkenthaber.com",3343],["tamgaturk.com",3343],["yozgatolay.com",3344],["bodrumdabirgun.com",3345],["astakoshaber.com",3347],["androidmakale.com",3348],["ggmyfriend.com",3350],["driverdestek.com",3354],["kha.com.tr",3355],["boluekspres.com",3359],["dijitalajanslar.com",3360],["temizmagazin.com",3361],["haber46.com.tr",3362],["silentall.net",3363],["www-hurriyet-com-tr.cdn.ampproject.org",3364],["cizgifilm.in",3365],["biletix.com",3368],["doktorsitesi.com",3370],["teknobeyin.com",3373],["cepkolik.com",3375],["tarihiolaylar.com",3376],["hdabla.net",3377],["gurkanbilgisu.com",3377],["hesaplama.net",3378],["zirve2000.com",3379],["bolusporluyuz.com",3380],["ozgurbolu.com",3382],["spor14.com",3384],["haber.sol.org.tr",3385],["haberegider.com",3388],["blogkurdu.net",3389],["mp3indirdur.mobi",3390],["ukraynahayat.com",3391],["muslimmedya.com",3393],["porn19.net",3394],["eodev.com",3395],["uzmanim.net",3396],["bisikletforum.com",3397],["canlitv.*",3399],["dosyauzantisi.com",3400],["nedir.com",3401],["canliradyodinle.fm",3402],["radyodinle.com",3404],["ilacrehberi.com",3405],["dilbilgisi.net",3406],["bilgihanem.com",3407],["daricagazetesi.com.tr",3411],["diken.com.tr",3412],["ligradyo.com.tr",3414],["dreamfancy.org",3415],["futbolingo.com",3416],["maxigame.org",3418],["paracevirici.com",3419],["m.mynet.com",3421],["m-mynet-com.cdn.ampproject.org",3421],["vucut-kitle-endeksi.hesaplama.net",3422],["21yyte.org",3423],["bankotahminler.com",3424],["mp3indirdur.pro",3425],["obezitehaber.com",3425],["mach1digital.com",3425],["donanimgunlugu.com",3426],["otomobil.haber7.com",3430],["aydinyeniufuk.com.tr",3431],["kemerhaber.com",3433],["fanmedya.com",3433],["ozgurifade.com.tr",3434],["apron24.com",3436],["sonperiyot.com",3439],["barbioyunu.com.tr",3440],["larimza.com",3441],["gaiadergi.com",3442],["boluobjektif.com",3444],["61medya.net",3446],["izle7.com",3448],["attyiz.biz.tr",3450],["m.hurriyet.com.tr",3451],["rooteto.com",3452],["applefoni.com",3454],["webellek.com",3455],["ingilizcenotlar.com",3456],["saglamindir.net",3457],["antalyakorfez.com",3461],["goley90canlitv3003.site",3462],["goley90canlitv3004.site",3462],["goley90canlitv3005.site",3462],["goley90canlitv3006.site",3462],["goley90canlitv3007.site",3462],["goley90canlitv3008.site",3462],["goley90canlitv3009.site",3462],["goley90canlitv3010.site",3462],["goley90canlitv3011.site",3462],["goley90canlitv3012.site",3462],["goley90canlitv3013.site",3462],["goley90canlitv3014.site",3462],["goley90canlitv3015.site",3462],["goley90canlitv3016.site",3462],["goley90canlitv3017.site",3462],["goley90canlitv3018.site",3462],["goley90canlitv3019.site",3462],["goley90canlitv3020.site",3462],["goley90canlitv3021.site",3462],["goley90canlitv3022.site",3462],["eclipsebettv81.com",3466],["eclipsebettv82.com",3466],["eclipsebettv83.com",3466],["eclipsebettv84.com",3466],["eclipsebettv85.com",3466],["eclipsebettv86.com",3466],["eclipsebettv87.com",3466],["eclipsebettv88.com",3466],["eclipsebettv89.com",3466],["eclipsebettv90.com",3466],["eclipsebettv91.com",3466],["eclipsebettv92.com",3466],["eclipsebettv93.com",3466],["eclipsebettv94.com",3466],["eclipsebettv95.com",3466],["eclipsebettv96.com",3466],["eclipsebettv97.com",3466],["eclipsebettv98.com",3466],["eclipsebettv99.com",3466],["eclipsebettv100.com",3466],["avrupabettv1.com",3466],["avrupabettv2.com",3466],["avrupabettv3.com",3466],["avrupabettv4.com",3466],["avrupabettv5.com",3466],["avrupabettv6.com",3466],["avrupabettv7.com",3466],["avrupabettv8.com",3466],["avrupabettv9.com",3466],["avrupabettv10.com",3466],["avrupabettv11.com",3466],["avrupabettv12.com",3466],["avrupabettv13.com",3466],["avrupabettv14.com",3466],["avrupabettv15.com",3466],["avrupabettv16.com",3466],["avrupabettv17.com",3466],["avrupabettv18.com",3466],["avrupabettv19.com",3466],["avrupabettv20.com",3466],["avrupabettv21.com",3466],["avrupabettv22.com",3466],["rekortv39.com",3466],["rekortv40.com",3466],["rekortv41.com",3466],["rekortv42.com",3466],["rekortv43.com",3466],["rekortv44.com",3466],["rekortv45.com",3466],["rekortv46.com",3466],["rekortv47.com",3466],["rekortv48.com",3466],["rekortv49.com",3466],["rekortv50.com",3466],["rekortv51.com",3466],["rekortv52.com",3466],["rekortv53.com",3466],["rekortv54.com",3466],["rekortv55.com",3466],["rekortv56.com",3466],["rekortv57.com",3466],["rekortv58.com",3466],["rekortv59.com",3466],["rekortv60.com",3466],["rekortv61.com",3466],["rekortv62.com",3466],["rekortv63.com",3466],["forvettv31.online",3466],["forvettv32.online",3466],["forvettv33.online",3466],["forvettv34.online",3466],["forvettv35.online",3466],["forvettv36.online",3466],["forvettv37.online",3466],["forvettv38.online",3466],["forvettv39.online",3466],["forvettv40.online",3466],["forvettv41.online",3466],["forvettv42.online",3466],["forvettv43.online",3466],["forvettv44.online",3466],["forvettv45.online",3466],["forvettv46.online",3466],["forvettv47.online",3466],["forvettv48.online",3466],["forvettv49.online",3466],["betexpertv173.live",3466],["betexpertv174.live",3466],["betexpertv175.live",3466],["betexpertv176.live",3466],["betexpertv177.live",3466],["betexpertv178.live",3466],["betexpertv179.live",3466],["betexpertv180.live",3466],["betexpertv181.live",3466],["betexpertv182.live",3466],["betexpertv183.live",3466],["betexpertv184.live",3466],["betexpertv185.live",3466],["betexpertv186.live",3466],["betexpertv187.live",3466],["betexpertv188.live",3466],["betexpertv189.live",3466],["betexpertv190.live",3466],["01macvartv.live",3466],["yeniemlak.com",3467],["objektifhaber.com",3468],["karakartal.com",3471],["denizlisporhaber.com",3472],["arasikackm.com",3475],["a24.com.tr",3476],["beycan.net",3478],["biyografi.info",3479],["gundemgazetesi.net",3480],["balikesirhaberajansi.com",3481],["kuzeyanadolugazetesi.com",3485],["akillitelefon.com",3487],["dogruses.com",3489],["platinonline.com",3491],["sechaber.com.tr",3494],["suffagah.com",3496],["baslattusu.com",3497],["ekippolishaber.com",3499],["abamedya.com",3499],["blog.namazsitesi.com",3500],["yapimagazin.com",3501],["umraniyegundemi.com",3502],["kentvizyonhaber.com",3504],["borsagundem.com.tr",3505],["finansgundem.com",3505],["yemektekeyifvar.com",3506],["ttf.org.tr",3506],["arkeolojikhaber.com",3507],["ankaramasasi.com",3508],["hakimiyetgazetesi.com",3508],["guncelgazete.com",3508],["ihavideo.com.tr",3508],["gazikent27.com",3508],["yenisokegazetesi.com",3508],["paramedya.com.tr",3508],["emlakkulisi.com",3508],["cepde.net",3508],["web.tv",3508],["zargan.com",3509],["yemekzevki.com.tr",3511],["akcakocatv.com",3512],["ajans32tv.com",3513],["tarsushaber.com",3514],["hurriyetemlak.com",3515],["sanalokulumuz.com",3516],["anadolugazetesi.com",3518],["esenyurthaberleri.com",3519],["kutahyaekspres.com",3520],["pckoloji.com.tr",3520],["duzceparantez.com",3521],["trakyaninsesi.com",3523],["turkmmo.com",3524],["araba.com",3525],["kocaelioncu.com",3526],["afyonhisargazetesi.com",3529],["bolgegazetesi.com",3530],["sondakika-24.com",3531],["hendekgundem.com",3532],["borunsesi.com",3532],["buyukhaber.com",3532],["usakhabermerkezi.com",3532],["sariyeryenigun.com",3533],["canakkaleolay.com",3534],["haberself.com",3536],["ceplik.com",3537],["maxicep.com",3538],["sarkisozlerihd.com",3539],["gazetekeyfi.com",3540],["urgupajans.com",3541],["eleman.net",3542],["nasilkolay.com",3544],["minikago.com.tr",3545],["minikacocuk.com.tr",3547],["apelasyon.com",3548],["egepostasi.com",3549],["gercekizmir.com",3549],["gundemcesme.com",3549],["turktime.com",3549],["internetoku.com",3550],["zaytung.com",3551],["ihaledergisi.com",3552],["dogus.nl",3553],["ilerihaber.org",3554],["alternatifim.com",3555],["enerjiatlasi.com",3556],["kargotakiptr.com",3557],["yerelgazete.com.tr",3558],["mangazure.com",3560],["turizmprojedergisi.com",3561],["gundemkibris.com",3561],["ulasimonline.com",3561],["canlidizi6.com",3562],["sporcafe15.xyz",3563],["sporcafe16.xyz",3563],["sporcafe17.xyz",3563],["sporcafe18.xyz",3563],["sporcafe19.xyz",3563],["sporcafe20.xyz",3563],["sporcafe21.xyz",3563],["sporcafe22.xyz",3563],["sporcafe23.xyz",3563],["sporcafe24.xyz",3563],["sporcafe25.xyz",3563],["sporcafe26.xyz",3563],["sporcafe27.xyz",3563],["sporcafe28.xyz",3563],["sporcafe29.xyz",3563],["sporcafe30.xyz",3563],["sporcafe31.xyz",3563],["sporcafe32.xyz",3563],["afyonhaberturk.com",3567],["denizli20haber.com",3567],["egegundem.com.tr",3567],["fragmanlar.com",3567],["selcuksports127.top",3568],["selcuksports128.top",3568],["selcuksports129.top",3568],["selcuksports130.top",3568],["selcuksports131.top",3568],["selcuksports132.top",3568],["selcuksports133.top",3568],["selcuksports134.top",3568],["selcuksports135.top",3568],["selcuksports136.top",3568],["selcuksports137.top",3568],["selcuksports138.top",3568],["selcuksports139.top",3568],["selcuksports140.top",3568],["selcuksports141.top",3568],["selcuksports142.top",3568],["selcuksports143.top",3568],["selcuksports144.top",3568],["selcuksports145.top",3568],["selcuksports146.top",3568],["justintv61.top",3572],["justintv62.top",3572],["justintv63.top",3572],["justintv64.top",3572],["justintv65.top",3572],["justintv66.top",3572],["justintv67.top",3572],["justintv68.top",3572],["justintv69.top",3572],["justintv70.top",3572],["justintv71.top",3572],["justintv72.top",3572],["justintv73.top",3572],["justintv74.top",3572],["justintv75.top",3572],["justintv76.top",3572],["justintv77.top",3572],["justintv78.top",3572],["justintv79.top",3572],["justintv80.top",3572],["justintv81.top",3572],["justintv82.top",3572],["justintv83.top",3572],["justintv84.top",3572],["justintv85.top",3572],["justintv86.top",3572],["justintv87.top",3572],["justintv88.top",3572],["justintv89.top",3572],["justintv90.top",3572],["justintv91.top",3572],["justintv92.top",3572],["justintv93.top",3572],["justintv94.top",3572],["justintv95.top",3572],["justintv96.top",3572],["justintv97.top",3572],["justintv98.top",3572],["justintv99.top",3572],["justintv100.top",3572],["jestyayin941.com",3572],["jestyayin942.com",3572],["jestyayin943.com",3572],["jestyayin944.com",3572],["jestyayin945.com",3572],["jestyayin946.com",3572],["jestyayin947.com",3572],["jestyayin948.com",3572],["jestyayin949.com",3572],["jestyayin950.com",3572],["jestyayin951.com",3572],["jestyayin952.com",3572],["jestyayin953.com",3572],["jestyayin954.com",3572],["jestyayin955.com",3572],["jestyayin956.com",3572],["jestyayin957.com",3572],["jestyayin958.com",3572],["jestyayin959.com",3572],["jestyayin960.com",3572],["jestyayin961.com",3572],["jestyayin962.com",3572],["jestyayin963.com",3572],["jestyayin964.com",3572],["jestyayin965.com",3572],["jestyayin966.com",3572],["jestyayin967.com",3572],["jestyayin968.com",3572],["jestyayin969.com",3572],["jestyayin970.com",3572],["jestyayin971.com",3572],["jestyayin972.com",3572],["jestyayin973.com",3572],["jestyayin974.com",3572],["jestyayin975.com",3572],["jestyayin976.com",3572],["jestyayin977.com",3572],["jestyayin978.com",3572],["jestyayin979.com",3572],["jestyayin980.com",3572],["jestyayin981.com",3572],["jestyayin982.com",3572],["jestyayin983.com",3572],["jestyayin984.com",3572],["jestyayin985.com",3572],["jestyayin986.com",3572],["jestyayin987.com",3572],["jestyayin988.com",3572],["jestyayin989.com",3572],["jestyayin990.com",3572],["jestyayin991.com",3572],["jestyayin992.com",3572],["jestyayin993.com",3572],["jestyayin994.com",3572],["jestyayin995.com",3572],["jestyayin996.com",3572],["jestyayin997.com",3572],["jestyayin998.com",3572],["jestyayin999.com",3572],["jestyayin1000.com",3572],["balikesir24saat.com",3574],["iyihaberci.com",3574],["balkangunlugu.com.tr",3574],["bilardooyna.com",3574],["rekoroyun.com",3574],["muglagazetesi.com.tr",3575],["orduyorum.com",3574],["milliyetsanat.com",3577],["blackorwhitedergi.com",3578],["oyungemisi.net",3578],["oyunkuzusu.com",3578],["bursaspor.org.tr",3578],["listelist.com",3579],["kurtulusgazetesi.com.tr",3580],["mavididim.com.tr",3582],["webteizle.xyz",3583],["webteizle1.xyz",3583],["webteizle2.xyz",3583],["webteizle3.xyz",3583],["webteizle4.xyz",3583],["webteizle5.xyz",3583],["webteizle6.xyz",3583],["webteizle7.xyz",3583],["webteizle8.xyz",3583],["webteizle9.xyz",3583],["webteizle10.xyz",3583],["webteizle.click",3583],["webteizle1.click",3583],["webteizle2.click",3583],["webteizle3.click",3583],["webteizle4.click",3583],["webteizle5.click",3583],["webteizle6.click",3583],["webteizle7.click",3583],["webteizle8.click",3583],["webteizle9.click",3583],["webteizle10.click",3583],["webteizle3.com",3583],["webteizle4.com",3583],["webteizle5.com",3583],["webteizle6.com",3583],["webteizle7.com",3583],["webteizle8.com",3583],["webteizle9.com",3583],["webteizle10.com",3583],["webteizle.info",3583],["webteizle1.info",3583],["webteizle2.info",3583],["webteizle3.info",3583],["webteizle4.info",3583],["webteizle5.info",3583],["webteizle6.info",3583],["webteizle7.info",3583],["webteizle8.info",3583],["webteizle9.info",3583],["webteizle10.info",3583],["gidahatti.com",3586],["gazeteler.net",3587],["egitimhane.com",3588],["erzurumgazetesi.com.tr",3589],["isguc.org",3590],["moonfilmizle.com",3591],["hdfilmcanavari.org",3591],["filmmoduu.com",3591],["hdfilmizle.org",3591],["fullhdfilmizleabi.com",3591],["safirfilmizle1.com",3592],["filmkuzusu1.com",3592],["hdfreeizle.com",3593],["superfilmgeldi.net",3593],["sexfilmleriizle.com",3593],["fullfilmizletr.online",3594],["filmmodu.co",3595],["filmizlesene.*",3596],["hdfilmcehennem.live",3597],["rotabettv354.com",3598],["rotabettv355.com",3598],["rotabettv356.com",3598],["rotabettv357.com",3598],["rotabettv358.com",3598],["rotabettv359.com",3598],["rotabettv360.com",3598],["rotabettv361.com",3598],["rotabettv362.com",3598],["rotabettv363.com",3598],["betist126tv.live",3599],["betist127tv.live",3599],["betist128tv.live",3599],["betist129tv.live",3599],["betist130tv.live",3599],["betist131tv.live",3599],["betist132tv.live",3599],["betist134tv.live",3599],["betist135tv.live",3599],["betist136tv.live",3599],["betivotv156.com",3600],["betivotv157.com",3600],["betivotv158.com",3600],["betivotv159.com",3600],["betivotv160.com",3600],["betivotv161.com",3600],["betivotv162.com",3600],["betivotv163.com",3600],["betivotv164.com",3600],["betivotv165.com",3600],["betivotv166.com",3600],["milanotv25.shop",3603],["milanotv26.shop",3603],["milanotv27.shop",3603],["milanotv28.shop",3603],["milanotv29.shop",3603],["milanotv30.shop",3603],["milanotv31.shop",3603],["milanotv32.shop",3603],["milanotv33.shop",3603],["milanotv34.shop",3603],["milanotv35.shop",3603],["portobettv55.com",3605],["portobettv56.com",3605],["portobettv57.com",3605],["portobettv58.com",3605],["portobettv59.com",3605],["portobettv60.com",3605],["portobettv61.com",3605],["portobettv62.com",3605],["portobettv63.com",3605],["portobettv64.com",3605],["goblintvizle303.live",3606],["goblintvizle304.live",3606],["goblintvizle305.live",3606],["goblintvizle306.live",3606],["goblintvizle307.live",3606],["goblintvizle308.live",3606],["goblintvizle309.live",3606],["goblintvizle310.live",3606],["goblintvizle311.live",3606],["goblintvizle312.live",3606],["goblintvizle313.live",3606],["goblintvizle314.live",3606],["goblintvizle315.live",3606],["goblintvizle316.live",3606],["goblintvizle317.live",3606],["goblintvizle318.live",3606],["goblintvizle319.live",3606],["goblintvizle320.live",3606],["goblintvizle321.live",3606],["goblintvizle322.live",3606],["goblintvizle323.live",3606],["goblintvizle324.live",3606],["goblintvizle325.live",3606],["goblintvizle326.live",3606],["goblintvizle327.live",3606],["goblintvizle328.live",3606],["goblintvizle329.live",3606],["goblintvizle330.live",3606],["goblintvizle331.live",3606],["goblintvizle332.live",3606],["goblintvizle333.live",3606],["goblintvizle334.live",3606],["goblintvizle335.live",3606],["goblintvizle336.live",3606],["goblintvizle337.live",3606],["goblintvizle338.live",3606],["goblintvizle339.live",3606],["goblintvizle340.live",3606],["goblintvizle341.live",3606],["goblintvizle342.live",3606],["goblintvizle343.live",3606],["goblintvizle344.live",3606],["goblintvizle345.live",3606],["goblintvizle346.live",3606],["goblintvizle347.live",3606],["goblintvizle348.live",3606],["goblintvizle349.live",3606],["goblintvizle350.live",3606],["canlimacizle-hd3.com",3608],["canlimacizle-hd4.com",3608],["canlimacizle-hd5.com",3608],["canlimacizle-hd6.com",3608],["canlimacizle-hd7.com",3608],["canlimacizle-hd8.com",3608],["canlimacizle-hd9.com",3608],["canlimacizle-hd10.com",3608],["canlimacizle-hd11.com",3608],["canlimacizle-hd12.com",3608],["canlimacizle-hd13.com",3608],["canlimacizle-hd14.com",3608],["canlimacizle-hd15.com",3608],["canlimacizle-hd16.com",3608],["canlimacizle-hd17.com",3608],["canlimacizle-hd18.com",3608],["canlimacizle-hd19.com",3608],["canlimacizle-hd20.com",3608],["canlimacizle-hd21.com",3608],["canlimacizle-hd22.com",3608],["akintv1.live",3610],["akintv2.live",3610],["akintv3.live",3610],["akintv4.live",3610],["akintv5.live",3610],["akintv6.live",3610],["akintv7.live",3610],["akintv8.live",3610],["akintv9.live",3610],["akintv10.live",3610],["akintv11.live",3610],["akintv12.live",3610],["akintv13.live",3610],["akintv14.live",3610],["akintv15.live",3610],["akintv16.live",3610],["akintv17.live",3610],["akintv18.live",3610],["akintv19.live",3610],["akintv20.live",3610],["canlikolik.my",3612],["canlikolik1.my",3612],["canlikolik2.my",3612],["canlikolik3.my",3612],["canlikolik4.my",3612],["canlikolik5.my",3612],["canlikolik6.my",3612],["canlikolik7.my",3612],["canlikolik8.my",3612],["canlikolik9.my",3612],["canlikolik10.my",3612],["canlikolik11.my",3612],["canlikolik12.my",3612],["canlikolik13.my",3612],["canlikolik14.my",3612],["canlikolik15.my",3612],["canlikolik16.my",3612],["canlikolik17.my",3612],["canlikolik18.my",3612],["canlikolik19.my",3612],["canlikolik20.my",3612],["hentaizm6.online",3613],["hentaizm7.online",3613],["hentaizm8.online",3613],["hentaizm9.online",3613],["hentaizm10.online",3613],["hentaizm11.online",3613],["hentaizm12.online",3613],["hentaizm13.online",3613],["hentaizm14.online",3613],["hentaizm15.online",3613],["hentaizm16.online",3613],["hentaizm17.online",3613],["hentaizm18.online",3613],["hentaizm19.online",3613],["hentaizm20.online",3613],["hentaizm21.online",3613],["hentaizm22.online",3613],["hentaizm23.online",3613],["hentaizm24.online",3613],["hentaizm25.online",3613],["ugurfilm9.com",3614],["ugurfilm10.com",3614],["ugurfilm11.com",3614],["ugurfilm12.com",3614],["ugurfilm13.com",3614],["ugurfilm14.com",3614],["ugurfilm15.com",3614],["ugurfilm16.com",3614],["ugurfilm17.com",3614],["ugurfilm18.com",3614],["ugurfilm19.com",3614],["ugurfilm20.com",3614],["ugurfilm21.com",3614],["ugurfilm22.com",3614],["ugurfilm23.com",3614],["ugurfilm24.com",3614],["ugurfilm25.com",3614],["ugurfilm26.com",3614],["ugurfilm27.com",3614],["ugurfilm28.com",3614],["ugurfilm29.com",3614],["ugurfilm30.com",3614],["canlimacizlemax446.top",3616],["canlimacizlemax447.top",3616],["canlimacizlemax448.top",3616],["canlimacizlemax449.top",3616],["canlimacizlemax450.top",3616],["canlimacizlemax451.top",3616],["canlimacizlemax452.top",3616],["canlimacizlemax453.top",3616],["canlimacizlemax454.top",3616],["canlimacizlemax455.top",3616],["canlimacizlemax456.top",3616],["canlimacizlemax457.top",3616],["canlimacizlemax458.top",3616],["canlimacizlemax459.top",3616],["canlimacizlemax460.top",3616],["canlimacizlemax461.top",3616],["canlimacizlemax462.top",3616],["canlimacizlemax463.top",3616],["canlimacizlemax464.top",3616],["canlimacizlemax465.top",3616],["canlimacizlemax466.top",3616],["canlimacizlemax467.top",3616],["canlimacizlemax468.top",3616],["canlimacizlemax469.top",3616],["canlimacizlemax470.top",3616],["canlimacizlemax471.top",3616],["canlimacizlemax472.top",3616],["canlimacizlemax473.top",3616],["canlimacizlemax474.top",3616],["canlimacizlemax475.top",3616],["canlimacizlemax476.top",3616],["canlimacizlemax477.top",3616],["canlimacizlemax478.top",3616],["canlimacizlemax479.top",3616],["hdselcuksports371.top",3620],["hdselcuksports372.top",3620],["hdselcuksports373.top",3620],["hdselcuksports374.top",3620],["hdselcuksports375.top",3620],["hdselcuksports376.top",3620],["hdselcuksports377.top",3620],["hdselcuksports378.top",3620],["hdselcuksports379.top",3620],["hdselcuksports380.top",3620],["hdselcuksports381.top",3620],["hdselcuksports382.top",3620],["hdselcuksports383.top",3620],["hdselcuksports384.top",3620],["hdselcuksports385.top",3620],["hdselcuksports386.top",3620],["hdselcuksports387.top",3620],["hdselcuksports388.top",3620],["hdselcuksports389.top",3620],["hdselcuksports390.top",3620],["justintvizle430.top",3620],["justintvizle431.top",3620],["justintvizle432.top",3620],["justintvizle433.top",3620],["justintvizle434.top",3620],["justintvizle435.top",3620],["justintvizle436.top",3620],["justintvizle437.top",3620],["justintvizle438.top",3620],["justintvizle439.top",3620],["justintvizle440.top",3620],["justintvizle441.top",3620],["justintvizle442.top",3620],["justintvizle443.top",3620],["justintvizle444.top",3620],["justintvizle445.top",3620],["justintvizle446.top",3620],["justintvizle447.top",3620],["justintvizle448.top",3620],["justintvizle449.top",3620],["kuponuna284.top",3622],["kuponuna285.top",3622],["kuponuna286.top",3622],["kuponuna287.top",3622],["kuponuna288.top",3622],["kuponuna289.top",3622],["kuponuna290.top",3622],["kuponuna291.top",3622],["kuponuna292.top",3622],["kuponuna293.top",3622],["kuponuna294.top",3622],["sporcafe-cc312b798596.xyz",3631],["belestepe583.shop",3632],["belestepe584.shop",3632],["belestepe585.shop",3632],["belestepe586.shop",3632],["belestepe587.shop",3632],["belestepe588.shop",3632],["belestepe589.shop",3632],["belestepe590.shop",3632],["belestepe591.shop",3632],["belestepe592.shop",3632],["belestepe593.shop",3632],["belestepe594.shop",3632],["belestepe595.shop",3632],["belestepe596.shop",3632],["belestepe597.shop",3632],["belestepe598.shop",3632],["belestepe599.shop",3632],["belestepe600.shop",3632],["belestepe601.shop",3632],["belestepe602.shop",3632],["belestepe603.shop",3632],["belestepe604.shop",3632],["belestepe605.shop",3632],["belestepe606.shop",3632],["belestepe607.shop",3632],["belestepe608.shop",3632],["belestepe609.shop",3632],["belestepe610.shop",3632],["belestepe611.shop",3632],["belestepe612.shop",3632],["belestepe613.shop",3632],["belestepe614.shop",3632],["belestepe615.shop",3632],["belestepe616.shop",3632],["belestepe617.shop",3632],["belestepe618.shop",3632],["belestepe619.shop",3632],["belestepe620.shop",3632],["belestepe621.shop",3632],["belestepe622.shop",3632],["belestepe623.shop",3632],["belestepe624.shop",3632],["belestepe625.shop",3632],["belestepe626.shop",3632],["belestepe627.shop",3632],["belestepe628.shop",3632],["belestepe629.shop",3632],["belestepe630.shop",3632],["mactanmaca322.shop",3632],["mactanmaca323.shop",3632],["mactanmaca324.shop",3632],["mactanmaca325.shop",3632],["mactanmaca326.shop",3632],["mactanmaca327.shop",3632],["mactanmaca328.shop",3632],["mactanmaca329.shop",3632],["mactanmaca330.shop",3632],["mactanmaca331.shop",3632],["mactanmaca332.shop",3632],["mactanmaca333.shop",3632],["mactanmaca334.shop",3632],["mactanmaca335.shop",3632],["mactanmaca336.shop",3632],["mactanmaca337.shop",3632],["mactanmaca338.shop",3632],["mactanmaca339.shop",3632],["mactanmaca340.shop",3632],["mactanmaca341.shop",3632],["dmlstechnology.com",3633],["justintvde.com",3633],["justin-tv.org",3633],["justintvizle58.top",3636],["justintvizle59.top",3636],["justintvizle60.top",3636],["justintvizle61.top",3636],["justintvizle62.top",3636],["justintvizle63.top",3636],["justintvizle64.top",3636],["justintvizle65.top",3636],["justintvizle66.top",3636],["justintvizle67.top",3636],["justintvizle68.top",3636],["justintvizle69.top",3636],["justintvizle70.top",3636],["justintvizle71.top",3636],["justintvizle72.top",3636],["justintvizle73.top",3636],["justintvizle74.top",3636],["justintvizle75.top",3636],["justintvizle76.top",3636],["justintvizle77.top",3636],["pressedfur.com",3637],["taraftariummdeneme.blogspot.com",3638],["channelbein34.blogspot.com",3640],["channelbein33.blogspot.com",3640],["hdtaraftartv1000.blogspot.com",3641],["dizilla10.club",3642],["dizilla11.club",3642],["dizilla12.club",3642],["dizilla13.club",3642],["dizilla14.club",3642],["dizilla15.club",3642],["dizilla16.club",3642],["dizilla17.club",3642],["dizilla18.club",3642],["dizilla19.club",3642],["dizilla20.club",3642],["selcuksportshd.is",3645],["tvboff10.com",3646],["tvboff11.com",3646],["tvboff12.com",3646],["tvboff13.com",3646],["tvboff14.com",3646],["tvboff15.com",3646],["tvboff16.com",3646],["tvboff17.com",3646],["tvboff18.com",3646],["tvboff19.com",3646],["tvboff20.com",3646],["webspor102.xyz",3647],["webspor103.xyz",3647],["webspor104.xyz",3647],["webspor105.xyz",3647],["webspor106.xyz",3647],["webspor107.xyz",3647],["webspor108.xyz",3647],["webspor109.xyz",3647],["webspor110.xyz",3647],["webspor111.xyz",3647],["webspor112.xyz",3647],["webspor113.xyz",3647],["webspor114.xyz",3647],["webspor115.xyz",3647],["webspor116.xyz",3647],["webspor117.xyz",3647],["webspor118.xyz",3647],["webspor119.xyz",3647],["webspor120.xyz",3647],["webspor121.xyz",3647],["webspor122.xyz",3647],["webspor123.xyz",3647],["webspor124.xyz",3647],["webspor125.xyz",3647],["dizipal1057.com",3649],["dizipal1058.com",3649],["dizipal1059.com",3649],["dizipal1060.com",3649],["dizipal1061.com",3649],["dizipal1062.com",3649],["dizipal1063.com",3649],["dizipal1064.com",3649],["dizipal1065.com",3649],["dizipal1066.com",3649],["dizipal1067.com",3649],["dizipal1068.com",3649],["dizipal1069.com",3649],["dizipal1070.com",3649],["dizipal1071.com",3649],["dizipal1072.com",3649],["dizipal1073.com",3649],["dizipal1074.com",3649],["dizipal1075.com",3649],["dizipal1076.com",3649],["dizipal1077.com",3649],["dizipal1078.com",3649],["dizipal1079.com",3649],["dizipal1080.com",3649],["dizipal1081.com",3649],["dizipal1082.com",3649],["dizipal1083.com",3649],["dizipal1084.com",3649],["dizipal1085.com",3649],["dizipal1086.com",3649],["dizipal1087.com",3649],["dizipal1088.com",3649],["dizipal1089.com",3649],["dizipal1090.com",3649],["dizipal1091.com",3649],["dizipal1092.com",3649],["dizipal1093.com",3649],["dizipal1094.com",3649],["dizipal1095.com",3649],["dizipal1096.com",3649],["dizipal1097.com",3649],["dizipal1098.com",3649],["dizipal1099.com",3649],["dizipal1100.com",3649],["dizipal1101.com",3649],["dizipal1102.com",3649],["dizipal1103.com",3649],["dizipal1104.com",3649],["dizipal1105.com",3649],["dizipal1106.com",3649],["dizipal1107.com",3649],["dizipal1108.com",3649],["dizipal1109.com",3649],["dizipal1110.com",3649],["dizipal1111.com",3649],["dizipal1112.com",3649],["dizipal1113.com",3649],["dizipal1114.com",3649],["dizipal1115.com",3649],["dizipal1116.com",3649],["dizipal1117.com",3649],["dizipal1118.com",3649],["dizipal1119.com",3649],["dizipal1120.com",3649],["dizipal1121.com",3649],["dizipal1122.com",3649],["dizipal1123.com",3649],["dizipal1124.com",3649],["dizipal1125.com",3649],["dizipal1126.com",3649],["dizipal1127.com",3649],["dizipal1128.com",3649],["dizipal1129.com",3649],["dizipal1130.com",3649],["dizipal1131.com",3649],["dizipal1132.com",3649],["dizipal1133.com",3649],["dizipal1134.com",3649],["dizipal1135.com",3649],["dizipal1136.com",3649],["dizipal1137.com",3649],["dizipal1138.com",3649],["dizipal1139.com",3649],["dizipal1140.com",3649],["dizipal1141.com",3649],["dizipal1142.com",3649],["dizipal1143.com",3649],["dizipal1144.com",3649],["dizipal1145.com",3649],["dizipal1146.com",3649],["dizipal1147.com",3649],["dizipal1148.com",3649],["dizipal1149.com",3649],["dizipal1150.com",3649],["dizipal1151.com",3649],["dizipal1152.com",3649],["dizipal1153.com",3649],["dizipal1154.com",3649],["dizipal1155.com",3649],["dizipal1156.com",3649],["dizipal1157.com",3649],["dizipal1158.com",3649],["dizipal1159.com",3649],["dizipal1160.com",3649],["dizipal1161.com",3649],["dizipal1162.com",3649],["dizipal1163.com",3649],["dizipal1164.com",3649],["dizipal1165.com",3649],["dizipal1166.com",3649],["dizipal1167.com",3649],["dizipal1168.com",3649],["dizipal1169.com",3649],["dizipal1170.com",3649],["dizipal1171.com",3649],["dizipal1172.com",3649],["dizipal1173.com",3649],["dizipal1174.com",3649],["dizipal1175.com",3649],["dizipal1176.com",3649],["dizipal1177.com",3649],["dizipal1178.com",3649],["dizipal1179.com",3649],["dizipal1180.com",3649],["dizipal1181.com",3649],["dizipal1182.com",3649],["dizipal1183.com",3649],["dizipal1184.com",3649],["dizipal1185.com",3649],["dizipal1186.com",3649],["dizipal1187.com",3649],["dizipal1188.com",3649],["dizipal1189.com",3649],["dizipal1190.com",3649],["dizipal1191.com",3649],["dizipal1192.com",3649],["dizipal1193.com",3649],["dizipal1194.com",3649],["dizipal1195.com",3649],["dizipal1196.com",3649],["dizipal1197.com",3649],["dizipal1198.com",3649],["dizipal1199.com",3649],["dizipal1200.com",3649],["dizipal1201.com",3649],["dizipal1202.com",3649],["dizipal1203.com",3649],["dizipal1204.com",3649],["dizipal1205.com",3649],["dizipal1206.com",3649],["dizipal1207.com",3649],["dizipal1208.com",3649],["dizipal1209.com",3649],["dizipal1210.com",3649],["dizipal1211.com",3649],["dizipal1212.com",3649],["dizipal1213.com",3649],["dizipal1214.com",3649],["dizipal1215.com",3649],["dizipal1216.com",3649],["dizipal1217.com",3649],["dizipal1218.com",3649],["dizipal1219.com",3649],["dizipal1220.com",3649],["dizipal1221.com",3649],["dizipal1222.com",3649],["dizipal1223.com",3649],["dizipal1224.com",3649],["dizipal1225.com",3649],["dizipal1226.com",3649],["dizipal1227.com",3649],["dizipal1228.com",3649],["dizipal1229.com",3649],["dizipal1230.com",3649],["dizipal1231.com",3649],["dizipal1232.com",3649],["dizipal1233.com",3649],["dizipal1234.com",3649],["dizipal1235.com",3649],["dizipal1236.com",3649],["dizipal1237.com",3649],["dizipal1238.com",3649],["dizipal1239.com",3649],["dizipal1240.com",3649],["dizipal1241.com",3649],["dizipal1242.com",3649],["dizipal1243.com",3649],["dizipal1244.com",3649],["dizipal1245.com",3649],["dizipal1246.com",3649],["dizipal1247.com",3649],["dizipal1248.com",3649],["dizipal1249.com",3649],["dizipal1250.com",3649],["dizipal1251.com",3649],["dizipal1252.com",3649],["dizipal1253.com",3649],["dizipal1254.com",3649],["dizipal1255.com",3649],["dizipal1256.com",3649],["dizipal1257.com",3649],["dizipal1258.com",3649],["dizipal1259.com",3649],["dizipal1260.com",3649],["dizipal1261.com",3649],["dizipal1262.com",3649],["dizipal1263.com",3649],["dizipal1264.com",3649],["dizipal1265.com",3649],["dizipal1266.com",3649],["dizipal1267.com",3649],["dizipal1268.com",3649],["dizipal1269.com",3649],["dizipal1270.com",3649],["dizipal1271.com",3649],["dizipal1272.com",3649],["dizipal1273.com",3649],["dizipal1274.com",3649],["dizipal1275.com",3649],["dizipal1276.com",3649],["dizipal1277.com",3649],["dizipal1278.com",3649],["dizipal1279.com",3649],["dizipal1280.com",3649],["dizipal1281.com",3649],["dizipal1282.com",3649],["dizipal1283.com",3649],["dizipal1284.com",3649],["dizipal1285.com",3649],["dizipal1286.com",3649],["dizipal1287.com",3649],["dizipal1288.com",3649],["dizipal1289.com",3649],["dizipal1290.com",3649],["dizipal1291.com",3649],["dizipal1292.com",3649],["dizipal1293.com",3649],["dizipal1294.com",3649],["dizipal1295.com",3649],["dizipal1296.com",3649],["dizipal1297.com",3649],["dizipal1298.com",3649],["dizipal1299.com",3649],["dizipal1300.com",3649],["dizipal1301.com",3649],["dizipal1302.com",3649],["dizipal1303.com",3649],["dizipal1304.com",3649],["dizipal1305.com",3649],["dizipal1306.com",3649],["dizipal1307.com",3649],["dizipal1308.com",3649],["dizipal1309.com",3649],["dizipal1310.com",3649],["dizipal1311.com",3649],["dizipal1312.com",3649],["dizipal1313.com",3649],["dizipal1314.com",3649],["dizipal1315.com",3649],["dizipal1316.com",3649],["dizipal1317.com",3649],["dizipal1318.com",3649],["dizipal1319.com",3649],["dizipal1320.com",3649],["dizipal1321.com",3649],["dizipal1322.com",3649],["dizipal1323.com",3649],["dizipal1324.com",3649],["dizipal1325.com",3649],["dizipal1326.com",3649],["dizipal1327.com",3649],["dizipal1328.com",3649],["dizipal1329.com",3649],["dizipal1330.com",3649],["dizipal1331.com",3649],["dizipal1332.com",3649],["dizipal1333.com",3649],["dizipal1334.com",3649],["dizipal1335.com",3649],["dizipal1336.com",3649],["dizipal1337.com",3649],["dizipal1338.com",3649],["dizipal1339.com",3649],["dizipal1340.com",3649],["dizipal1341.com",3649],["dizipal1342.com",3649],["dizipal1343.com",3649],["dizipal1344.com",3649],["dizipal1345.com",3649],["dizipal1346.com",3649],["dizipal1347.com",3649],["dizipal1348.com",3649],["dizipal1349.com",3649],["dizipal1350.com",3649],["dizipal1.live",3651],["dizipal2.live",3651],["dizipal3.live",3651],["dizipal4.live",3651],["dizipal5.live",3651],["dizipal6.live",3651],["dizipal7.live",3651],["dizipal8.live",3651],["dizipal9.live",3651],["dizipal10.live",3651],["dizipal11.live",3651],["dizipal12.live",3651],["dizipal13.live",3651],["dizipal14.live",3651],["dizipal15.live",3651],["dizipal16.live",3651],["dizipal17.live",3651],["dizipal18.live",3651],["dizipal19.live",3651],["dizipal20.live",3651],["dizipal21.live",3651],["dizipal22.live",3651],["dizipal23.live",3651],["dizipal24.live",3651],["dizipal25.live",3651],["dizipal26.live",3651],["dizipal27.live",3651],["dizipal28.live",3651],["dizipal29.live",3651],["dizipal30.live",3651],["dizipal31.live",3651],["dizipal32.live",3651],["dizipal33.live",3651],["dizipal34.live",3651],["dizipal35.live",3651],["dizipal36.live",3651],["dizipal37.live",3651],["dizipal38.live",3651],["dizipal39.live",3651],["dizipal40.live",3651],["dizipal41.live",3651],["dizipal42.live",3651],["dizipal43.live",3651],["dizipal44.live",3651],["dizipal45.live",3651],["dizipal46.live",3651],["dizipal47.live",3651],["dizipal48.live",3651],["dizipal49.live",3651],["dizipal50.live",3651],["dizipal12.plus",3652],["dizipal13.plus",3652],["dizipal14.plus",3652],["dizipal15.plus",3652],["dizipal16.plus",3652],["dizipal17.plus",3652],["dizipal18.plus",3652],["dizipal19.plus",3652],["dizipal20.plus",3652],["dizipal21.plus",3652],["dizipal22.plus",3652],["dizipal23.plus",3652],["dizipal24.plus",3652],["dizipal25.plus",3652],["dizipal26.plus",3652],["dizipal27.plus",3652],["dizipal28.plus",3652],["dizipal29.plus",3652],["dizipal30.plus",3652],["dizipal31.plus",3652],["xyzsports173.xyz",3653],["xyzsports174.xyz",3653],["xyzsports175.xyz",3653],["xyzsports176.xyz",3653],["xyzsports177.xyz",3653],["xyzsports178.xyz",3653],["xyzsports179.xyz",3653],["xyzsports180.xyz",3653],["xyzsports181.xyz",3653],["xyzsports182.xyz",3653],["xyzsports183.xyz",3653],["xyzsports184.xyz",3653],["xyzsports185.xyz",3653],["xyzsports186.xyz",3653],["xyzsports187.xyz",3653],["xyzsports188.xyz",3653],["xyzsports189.xyz",3653],["xyzsports190.xyz",3653],["xyzsports191.xyz",3653],["xyzsports192.xyz",3653],["xyzsports193.xyz",3653],["xyzsports194.xyz",3653],["xyzsports195.xyz",3653],["xyzsports197.xyz",3653],["xyzsports198.xyz",3653],["xyzsports199.xyz",3653],["xyzsports200.xyz",3653],["bahisanaliz31.com",3656],["bahisanaliz32.com",3656],["bahisanaliz33.com",3656],["bahisanaliz34.com",3656],["bahisanaliz35.com",3656],["bahisanaliz36.com",3656],["bahisanaliz37.com",3656],["bahisanaliz38.com",3656],["bahisanaliz39.com",3656],["bahisanaliz40.com",3656],["bahisanaliz41.com",3656],["bahisanaliz42.com",3656],["bahisanaliz43.com",3656],["bahisanaliz44.com",3656],["bahisanaliz45.com",3656],["bahisanaliz46.com",3656],["bahisanaliz47.com",3656],["bahisanaliz48.com",3656],["bahisanaliz49.com",3656],["bahisanaliz50.com",3656],["filmizletv3.com",3659],["filmizletv4.com",3659],["filmizletv5.com",3659],["filmizletv6.com",3659],["filmizletv7.com",3659],["filmizletv8.com",3659],["filmizletv9.com",3659],["filmizletv10.com",3659],["filmizletv11.com",3659],["filmizletv12.com",3659],["filmizletv13.com",3659],["filmizletv14.com",3659],["filmizletv15.com",3659],["filmizletv16.com",3659],["filmizletv17.com",3659],["filmizletv18.com",3659],["filmizletv19.com",3659],["filmizletv20.com",3659],["sinefy2.com",3660],["sinefy4.com",3660],["sinefy5.com",3660],["sinefy6.com",3660],["sinefy7.com",3660],["sinefy8.com",3660],["sinefy9.com",3660],["sinefy10.com",3660],["fullhddizifilmizle2.net",3661],["fullhddizifilmizle3.net",3661],["fullhddizifilmizle4.net",3661],["fullhddizifilmizle5.net",3661],["fullhddizifilmizle6.net",3661],["fullhddizifilmizle7.net",3661],["fullhddizifilmizle8.net",3661],["fullhddizifilmizle9.net",3661],["fullhddizifilmizle10.net",3661],["fullhddizifilmizle11.net",3661],["fullhddizifilmizle12.net",3661],["fullhddizifilmizle13.net",3661],["fullhddizifilmizle14.net",3661],["fullhddizifilmizle15.net",3661],["fullhddizifilmizle16.net",3661],["fullhddizifilmizle17.net",3661],["fullhddizifilmizle18.net",3661],["fullhddizifilmizle19.net",3661],["fullhddizifilmizle20.net",3661],["fullhddizifilmizle21.net",3661],["fullhddizifilmizle22.net",3661],["fullhddizifilmizle23.net",3661],["fullhddizifilmizle24.net",3661],["fullhddizifilmizle25.net",3661],["fullhddizifilmizle26.net",3661],["fullhddizifilmizle27.net",3661],["fullhddizifilmizle28.net",3661],["sporligtv480.live",3663],["sporligtv481.live",3663],["sporligtv482.live",3663],["sporligtv483.live",3663],["sporligtv484.live",3663],["sporligtv485.live",3663],["sporligtv486.live",3663],["sporligtv487.live",3663],["sporligtv488.live",3663],["sporligtv489.live",3663],["sporligtv490.live",3663],["sporligtv491.live",3663],["sporligtv492.live",3663],["sporligtv493.live",3663],["sporligtv494.live",3663],["sporligtv495.live",3663],["sporligtv496.live",3663],["sporligtv497.live",3663],["sporligtv498.live",3663],["sporligtv499.live",3663],["sporligtv500.live",3663],["asyaanimeleri01.com",3664],["asyaanimeleri02.com",3664],["asyaanimeleri03.com",3664],["asyaanimeleri04.com",3664],["asyaanimeleri05.com",3664],["asyaanimeleri06.com",3664],["sezonlukdizi3.com",3665],["sezonlukdizi5.com",3665],["sezonlukdizi6.com",3665],["sezonlukdizi7.com",3665],["sezonlukdizi8.com",3665],["sezonlukdizi9.com",3665],["sezonlukdizi10.com",3665],["sezonlukdizi11.com",3665],["sezonlukdizi12.com",3665],["sezonlukdizi13.com",3665],["sezonlukdizi14.com",3665],["sezonlukdizi15.com",3665],["sezonlukdizi16.com",3665],["sezonlukdizi17.com",3665],["sezonlukdizi18.com",3665],["sezonlukdizi19.com",3665],["sezonlukdizi20.com",3665],["sezonlukdizi21.com",3665],["sezonlukdizi22.com",3665],["sezonlukdizi23.com",3665],["sezonlukdizi24.com",3665],["sezonlukdizi25.com",3665],["sezonlukdizi26.com",3665],["sezonlukdizi27.com",3665],["sezonlukdizi28.com",3665],["sezonlukdizi29.com",3665],["sezonlukdizi30.com",3665],["sinepal.vip",3667],["sinepal1.vip",3667],["sinepal2.vip",3667],["sinepal3.vip",3667],["sinepal4.vip",3667],["sinepal5.vip",3667],["sinepal6.vip",3667],["sinepal7.vip",3667],["sinepal8.vip",3667],["sinepal9.vip",3667],["sinepal10.vip",3667],["sinepal11.vip",3667],["fullfilmcidayi4.com",3669],["fullfilmcidayi5.com",3669],["fullfilmcidayi6.com",3669],["fullfilmcidayi7.com",3669],["fullfilmcidayi8.com",3669],["fullfilmcidayi9.com",3669],["fullfilmcidayi10.com",3669],["fullfilmcidayi11.com",3669],["fullfilmcidayi12.com",3669],["fullfilmcidayi13.com",3669],["fullfilmcidayi14.com",3669],["fullfilmcidayi15.com",3669],["fullfilmcidayi16.com",3669],["fullfilmcidayi17.com",3669],["fullfilmcidayi18.com",3669],["fullfilmcidayi19.com",3669],["fullfilmcidayi20.com",3669],["fullfilmcidayi21.com",3669],["fullfilmcidayi22.com",3669],["fullfilmcidayi23.com",3669],["fullfilmcidayi24.com",3669],["fullfilmcidayi25.com",3669],["fullfilmcidayi26.com",3669],["fullfilmcidayi27.com",3669],["fullfilmcidayi28.com",3669],["fullfilmcidayi29.com",3669],["fullfilmcidayi30.com",3669],["sportradar25.com",3673],["sportradar26.com",3673],["sportradar27.com",3673],["sportradar28.com",3673],["sportradar29.com",3673],["sportradar30.com",3673],["sportradar31.com",3673],["sportradar32.com",3673],["sportradar33.com",3673],["sportradar34.com",3673],["sportradar35.com",3673],["sportradar36.com",3673],["sportradar37.com",3673],["sportradar38.com",3673],["sportradar39.com",3673],["sportradar40.com",3673],["sportradar41.com",3673],["sportradar42.com",3673],["sportradar43.com",3673],["sportradar44.com",3673],["sportradar45.com",3673],["sportradar46.com",3673],["sportradar47.com",3673],["sportradar48.com",3673],["sportradar49.com",3673],["sportradar50.com",3673],["mail.yandex.com.tr",3674],["yandex.com.tr",3675],["filmizleplus.*",3676],["hdfilmizlesene.*",3676],["adguard.info",3678],["adguard.com",3678],["adguard.app",3678],["~silahilanlarim.com",3679],["~agendazdsp.blogspot.com",3680],["~agendazd.blogspot.com",3680],["~zeichenkram.de",3680],["~roketdizi.*",3681],["~dizilla.club",3681],["~hepsiemlak.com",3682],["~ralphlauren.com",3683],["~ralphlauren.eu",3683],["~makemytrip.com",3683],["~ralphlauren.co.uk",3683],["~librus.pl",3683],["~festtravel.com",3683],["~tvtime.com",3683],["~tvshowtime.com",3683],["~mislink3.com",3684],["~kumasref.com",3685],["~canakkaleolay.com",3686],["~fullhdfilm.*",3687],["~otomobilteknoloji.blogspot.com",3688],["~hepsinefis.com",3688],["~kriptoarena.com",3689],["~kopekturleri.org",3690],["~themagger.com",3691],["~sagligabiradim.com",3692],["~mobile.donanimhaber.com",3693],["~anker.com",3694],["~aysetolga.com",3695],["~wanhaber.com",3696],["~alalimsatalim.com",3697]]);
30
+ const argsList = ["",".adblock-overlay","body > div[style*=\"position: fixed;\"][style*=\"z-index: 999999;\"]:has(> .ad-blocked-container)","#hbr3-ad-notice","#adb-enabled",".adblockalert","a[href^=\"https://bingx.com/\"]",".adsbygoogle-noablate","div[id^=\"aswift_\"]","ins.adsbygoogle[data-ad-client]\nins.adsbygoogle[data-ad-slot]",".reklam",".adsBanner","div[class^=\"popup\"][class$=\"wrap\"][id]",".ad-placement","#adblockbyspider",".ad-blocker-detected","#kanews-modal-adblock","#AdHeader",".adv-right","#AD_Top","#homead","#ad-lead",".reklam_alani",".adblock-detection",".XGT-AdBlock-Govde",".reklam728x90","body > div[id][class][style*=\"z-index: 9999\"]\nbody > div[id][class][style*=\"z-index: 9999\"] + div[class][style*=\"z-index: 9999\"]","a[rel=\"noopener noreferrer nofollow\"] > img\na[rel=\"sponsored nofollow noreferrer\"]\ndiv[class^=\"clickout-native_table_box-\"]\ndiv[id^=\"banner\"]","#siteLoginPromotionContent","#reklam","#hnsbox",".modal-backdrop",".prevideo","#adModal","#burtiModal","#mainpage-modal[data-galabel=\"bankoligappdownload\"]","#popupreklam\n#popupreklam ~ div.modal-backdrop","#modal-ads",".once-reklam","#modal-ads ~ .modal-backdrop",".hideBlock",".modal","#mobil_modal_ad","#myModal","#adv-modal",".mtsnb-top","#popup",".hentry > div.ivr","#v-player > p[style^=\"background-color:\"]","#content > p[style*=\"text-align: center;\"]",".holder > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]","#page > p[style^=\"background-color:\"][style$=\"text-align: center;\"]","#video > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]",".kon","center > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]",".advert","body .banner","div[class^=\"banner_\"]","div[class^=\"advert_\"]",".ads:not(#style_important)",".footer-sticky",".rek","div[class*=\"reklam\"]",".ad","div[id^=\"ad_\"]",".stream-item","body .code-block",".block-pano > div.us","#HTML4","#adCreative","a[onclick^=\"trackBannerClick\"]",".billboard-top","#sidebar > .sidebar-content:has(> .textwidget > p > a[target=\"_blank\"])","#my-video_jw .jw-logo-top-right\n#my-video_jw > .alert","a[aria-label^=\"REKLAM - \"]\na[href^=\"http://\"] > span\ndiv[data-mbzone*=\"x\"][data-wbzone-loaded*=\"x\"]\ndiv[style^=\"width: 300px; height: 250px;\"]","body > div.container:has(> div.row > div.col-12 > div.ads)","#overlayPopup",".ODA_VIDEO","header > a[target=\"_blank\"]",".onn_placeholder","div[data-dest=\"placeholder\"]",".search-store-ads-container",".row > div.text-center:has(> div.adpro)",".tdb-block-inner > .code-block","div[data-test-id=\"sponsored-products\"]",".adv-col",".content-adv-col","#masthead-ad",".Html_Kod_1.numodul",".mt-4.\\32 xl\\:max-w-screen-2xl:not(.lg\\:brd-full)",".haber-ici-2_greklam",".lg\\:max-w-full > .lg\\:hidden.py-4.px-0",".widget-300x600","#__next > div[class]:has(> div[class] > div[id^=\"div-gpt-ad\"])","div[data-widget-area=\"header\"] > a[href]:has(> img[class^=\"reklam\"])",".rekimg",".altt","a[href^=\"https://sbtmcdn.com/\"]",".easy-notification-bar",".swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img\n.swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img + div.swiper-lazy-preloader",".swiper-wrapper > div.swiper-slide:has(a[href^=\"https://www.sinpasyts.com/\"])","#overlay","img[alt^=\"Banner \"]","#q-app > div[style$=\"z-index:1000000000;\"]",".mpy__container-banner",".mpy__slider",".background-ad","#loadingIframe","a[href=\"http://bit.ly/2u0TxYL\"]\na[href^=\"https://iddaa.sporx.com/\"]\ndiv[id^=\"dfp_\"]\ndiv[style$=\"position: relative; margin-top: 10px; min-height: 350px;\"]\ndiv[style*=\"min-height: 250px;\"][style*=\"text-align: center;\"]\ndiv[style^=\"float:left; width:300px; min-height:250px;\"]\ndiv[style^=\"width: 650px;\"] > div > a[href^=\"http://bit.ly/\"]\niframe[src^=\"https://www.sporx.com/_iframe/mac-merkezi/scoreboard_bilyoner\"]",".currency-view",".sidebar-block:has(.sidebar-trend a.sidebar-trend__item__link[href^=\"https://s.mdznconnect.com/\"])","div[class^=\"pure\"] > div[class^=\"pure\"]:has(> div.ortala > ins.adsbygoogle)","div[style=\"min-height:350px;\"]",".genel > .text-center",".all-page-a-d","#sidebartop",".money-text",".money-wrapper",".money-item","div[style]:has(> a[href^=\"/showad.asp?\"])",".saniyeli_reklam_header",".sidebar-section:has(> div[style] > a[href] > img.ads-img)","#ad-container",".arkaresimmobil",".voa > a[href]",".hentry > .ivr",".news-icerik > .new3-video-container > div[style=\"width:300px; height:100px; margin:0 auto;\"]","#ouibounce-modal",".stream-item-widget","#activeFrontVid",".bg-advert-mobile",".page-top:has(> .malker)",".bahis-siteleri","div[class*=\"banner\"]",".poster > .flex-col.gap-4.items-center",".overflow-hidden.relative.w-full:has(div[id^=\"masthead-banner-\"])",".bottom-advert-cont",".backdrop-blur-sm",".promo-card-legendary",".banner-card-compact",".vertical-banner-compact",".fixed.right-2[style^=\"pointer-events:\"]",".banner-wrap","div[class^=\"styles_ad\"]\ndiv[class^=\"styles_bannerWrapper__\"]\ndiv[class^=\"styles_listingDfpBanner__\"]","a[href^=\"//bs.serving-sys.com/serving/adServer.bs\"]\na[href^=\"//pubads.g.doubleclick.net/gampad/\"]\ndiv[class*=\"h-[600px]\"]:has(> .sticky > div[class*=\"dyg-\"])",".cb-header > div[style]:has(> div[id^=\"yandex_rtb\"])",".cb-content > div[style]:has(> div[id^=\"yandex_rtb\"])",".safirCustomMenu:has(a[href*=\"?utm_source=\"])","#fl813691","main.content > .container > .no-click",".link-group > a[target=\"_blank\"]:not([href^=\"/yayin\"][href$=\".html\"])","amp-iframe[src=\"https://cdn-2mk.pages.dev/sayact24\"]",".adm",".kln","#video > center > p[style=\"background-color: #f7d600; color: #000000; font-weight: bold; font-size: 19px; text-align: center;\"]",".p-body-inner > a[href^=\"https://minecraft-turkiye.com/threads/\"]","a[href=\"https://www.zurna.net/\"]","#player > div[style^=\"position: absolute;\"]",".p-body > a[target=\"_blank\"]","div[class^=\"r_header\"]",".reklam-yatay",".block-ins-gad",".row > div.col-lg-7:has(> div.block-ins-gad)",".swal2-container",".p-body-inner > div[style^=\"width: 100%;\"][style*=\"flex;\"]","#server-ad-right","#server-ad-left",".ads","#rk-content",".arakaplan-reklam-link","img[src*=\"amd-banner\"]",".adControl > *",".newsGroupFrame > .container > .row > .col:has(> .advert)","#taboola-below-article-widget",".new3card-reklam-container > .new3card-reklam:has(> .backupContent)",".new3detail-page-container > .new3detail-left:has(> article.tuhps:only-child > #taboola-below-article-widget)","#popup-overlay",".hmasthead",".bn-fw",".list-grid-news > .container > .row > div:has(> #bikadv)","div[data-id=\"masthead\"][class^=\"top-adbar\"]\ndiv[id^=\"ad-slot\"]\ndiv[id^=\"div-gpt-ad\"][style]","main > .text-center:has(div[id^=\"ad-slot\"])","div[data-module-name=\"advert\"]\ndiv[id^=\"disable-div-gpt-ad-\"]","article > div.detail-sort-item:has(> div.detailside-inner-ad-cont)",".sticky-ad-holder",".bg-adsGray","div[id^=\"fontSizeChanger\"] > div[class*=\"250px\"]:has(> .adsbygoogle)",".col-start-1 > .my-6 > .items-center > .relative:has(> .block > .adsbygoogle)",".detailside-inner-ad-cont","ad\ndiv[class*=\"bg-[rgb\"] > div:has(> div:only-child > a:first-child + button:last-child)","#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)","div:is(.kanews-article-content, .execphpwidget) > a[target=\"_blank\"] > img",".subNews","a[href^=\"https://bit.ly/\"]",".content-items > a.click-tracker[targe]","a[rel=\"sponsored\"]\naside > div[class^=\"widget-\"]:has(> div[id^=\"theads-\"])",".article-text > p > a[rel=\"nofollow\"]",".dfp",".footerAdContainer",".hesapcomads",".article-res > .related:has(> div[id^=\"taboola-\"])","div[data-meta=\"placeholder-slot\"]",".ad-container","p > a[href=\"https://dausen.org/\"]\np[class^=\"Adv-\"]",".panel-grid-cell > div.widget_dik-numarali-manset-posts-list-widget + div.widget_media_image\n.panel-grid-cell > div.widget_manset-1-posts-list-widget + div.widget_media_image",".affiliate","#mobileBanner","center > a[href][target=\"_blank\"]","div[class^=\"button-container\"]",".banner-container",".header-html-1",".plalt-bn","div[id^=\"300x250_Kutu\"]\ndiv[id^=\"musthead\"]\ndiv[id^=\"native_masthead_\"][id*=\"x\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad-\"])",".news-row > .news-item[style*=\"z-index\"][style*=\"width:\"][style*=\"height:\"]\n.news-row > .news-item[style=\"width: 300px; height: 250px;\"]\n.news-row > div[style]:not(.news-item)","#tb-inpage-general",".duzyazibar","a[rel=\"nofollow sponsored\"]\ndiv[class]:not(.container):has(> div[class^=\"r\"][style=\"display: none !important;\"]:not(.rPanel, .right))\ndiv[data-cname*=\"rk\"]\ndiv[id^=\"fastadmodal\"]\nimg[width=\"950\"][height=\"90\"]\nli[id^=\"sponsorReklam\"]","div[class^=\"fullAd\"]\ndiv[style*=\"height:\"]:has(> div[style^=\"text-align:\"] .js-gpt-ad)","div:is(.sc_blogger_columns_wrap, .post_featured) > div.text-center > a[target=\"_blank\"] > img",".rutaku-banner","a[href]:has(img[src=\"https://tranimaci.com/image/reklam.jpg\"])","div[class^=\"r_header_\"]","#vidaltins","#player div[data-watermark]",".app-detail-embed > .embed-col > div[style^=\"cursor: pointer; display: block;\"][style*=\"z-index:\"]:not([id], [class])",".sm\\:mt-0.sm\\:px-20.mb-0:has(ad)",".border-t-0 > .items-center:has(a[href] > #mPlayerVideos)",".entry-content > div[style]:has(> a[href^=\"https://lotobetyon.xyz/\"])",".stream-item-above-post",".ramazan-banner",".masthead-container",".pt-5",".w-full:empty",".interstitial-page #toasts\n.interstitial-page .wrapper > center:has(> div:only-child .download-buttons-video)",".slick-slide:has(> div:only-child > div[class] > a[href^=\"https://adservice\"])","#hyd-adx","div[id^=\"Advertisement_\"]\niframe[src=\"\"]",".yatayReklam",".info-text:has(> span.kripto-info > img[alt=\"Reklam\"])","#content > div[style*=\"height:250px;\"]:has(> div[id^=\"div-gpt-\"])","#inpage_reklam","main > div.info-text:has(> a[target=\"_blank\"])",".membranaVideoDiv","#mainContent > .hbDetay:has(> article:only-child > #taboola-below-article-widget)",".newsDetailAds","body .body-banner-block",".ng-sidebar > .position-relative:has(> .adv-item-box)","#f_player > div[style^=\"position: absolute; z-index: 1999999\"]",".schema_movie > div[style=\"height:210px\"]",".sayfa-sol > a[target=\"_blank\"]",".series-watch-player > div[style^=\"position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;\"]",".popup-reklam","div[class*=\"dyg-\"]",".row div.sozcu-ramazan-imsakiye > a[target=\"_blank\"]","#custom-popup","[class=\"common-box common-box-300px featured\"]\na[href^=\"http://onelink.to\"]\narticle[class=\"common-horizontal featured\"]\narticle[id^=\"div-gpt-ad\"]\ndiv[class^=\"bg-[#f7f8fb]\"][class$=\"min-h-[200px]\"]\ndiv[id$=\"-mh-container\"]\ndiv[id^=\"before-infinie-scroll-thumbnails\"]\ndiv[id^=\"before-infinite-scroll-thumbnails\"]\ndiv[id^=\"div-gpt-\"]\ndiv[id^=\"taboola-adunit-\"]\ndiv[orig-id][data-google-query-id][id][class]:not([data-version])\ndiv[unit-name=\"masthead\"]\ndiv[unit-name^=\"icerik\"]",".player > .flex:has(> div > img[alt=\"ad image\"])","[data-mayd=\"moon_ayd\"]",".article-ads-container","div[class=\"col-sm-4 col-xs-12\"] > div:not([class]):not([id]) > div[id][style=\"width:300px;height:250px;\"]\ndiv[class=\"col-sm-4 col-xs-12\"] > div[class] > div[class] > div[style=\"width:200px;height:200px\"]\ndiv[itemprop=\"articleBody\"] > div[style*=\"width:300px;\"][style*=\"height:250px;\"]\ndiv[style=\"margin-bottom:20px\"] > div[class] > div[style^=\"width:\"][style*=\"height:\"]\ndiv[style=\"margin-bottom:20px\"] ~ div:not([class]):not([id]) > div[style=\"width:300px;height:600px;\"]\ndiv[style=\"width: 970px; height: 250px;\"]\ndiv[style=\"width:728px;height:90px\"]\ndiv[style=\"width:970px;height:250px\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad\"]:only-child)\ndiv[style^=\"height:600px; width:300px;\"]","#mobile-preroll",".download-video",".md\\:min-h-\\[96px\\]",".under-top-ad",".personaclick-recommend","body > .header-top:has(> .malker:only-child)","div.malker","#onp","div[class=\"flex center\"]",".happy-sidebar","#head_box",".desktop-reklam-card",".bik-ilan",".full-reklam",".player-side-ad",".footer-ad-container","div[class^=\"rnd-\"] > a[target=\"_blank\"] > img",".playerTextReklam","#player > .jw-wrapper > .jw-logo\n#player > .jw-wrapper > .jw-title",".container > div.mb-4:has(> div.col > a[href^=\"https://www.getmidas.com/\"])",".single-info > a[target=\"_blank\"] > img","#wrap > a[target=\"_blank\"] > img","#SideBarAds",".detail > div[style*=\"min-height:\"]:has(> div[id^=\"protag-MPU\"])","#reklamToggle",".relative > div[class=\"sm:w-[433px] w-full\"]",".prospeed_demo_banner","[id^=\"bannerContainer\"]\n[id^=\"frmTextBanner-\"]\ndiv[class^=\"mpu\"]\ndiv[id$=\"978x45_div\"]\ndiv[id*=\"hype_container\"]\ndiv[id^=\"dvTopBanner\"]\ndiv[style=\"width: 300px; height: 250px; text-align: center\"]\ntbody > tr:has(> td > div[style^=\"height:100px;\"])\ntd[class^=\"bannerPlaceHolder\"]","a[target=\"_blank\"] > img[alt]","a[class^=\"rklm\"]\ndiv[class^=\"adulu_col-\"]\ndiv[id^=\"beat-index-ust\"]\ndiv[style^=\"width: 320px; height: 100px;\"]\niframe[src^=\"\\\\theme\\\\resy\\\\v2\\\\\"][src*=\"\\\\index.html\"]",".content-body__detail > p > a[href^=\"https://turk.net/gigafiber\"]\n.content-body__detail > p:has(> a.box-link ~ strong)\n.content-body__detail > p:has(> a.box-link ~ strong) + h2\n.content-body__detail > p:has(> img[alt=\"turknet\"])\n.content-body__detail > p:has(> img[alt=\"turknet\"]) + p",".bottom-new-video:has(> div.bottom-link > div > a[href][onclick])",".pagination:has(> .hide:only-child)",".postList > .r10HRBk > center > a[href] > img\n.postList > .rPanel > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li > .content > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li:not(.post, [data-order])",".rabdfe3","#psContainer",".gif-banner","#maintop ~ div[style^=\"margin-left:\"]","#header-container","div[class^=\"masthead-\"]",".listele > ul[style=\"background:#F5F5F5;position:relative;\"]",".row > .mb20[style]:has(> .CHT_VIDEO:only-child:empty)\n.row:has(> div[class^=\"col-\"] > div[style*=\"aspect-ratio\"] > div[id^=\"div-gpt-ad\"])\n.row:has(> div[class^=\"col-\"] > div[style] > div.CHT_VIDEO)\n.row[style^=\"width:100%;\"]","#gowitImpressionEvent","a[href^=\"/showad.asp?id=\"]\ndiv[style^=\"width:314px; height:264px; border:1px solid\"]",".masthead-wrap","a[href*=\"/advertpro/\"]\nsection[data-section^=\"reklam\"]",".news-card:has(> a[href^=\"https://bit.ly/\"])","#mod-base","#div-sozcu_desktop_detay_sticky_parent",".container.mt-3 > div[style]","#__next > div.relative:has(> a[href^=\"https://8fl2.tr.adj.st/\"])\n#__next > div.relative:has(> a[target=\"_blank\"][href^=\"https://www.hangikredi.com/basvuru/hkyonlendirme\"])","div[id^=\"feedbannerslot\"]\ndiv[style^=\"min-height:100px;\"]\ndiv[style^=\"min-height:250px;\"]","a[href^=\"https://kingads2.org/\"]\ncenter > a[href^=\"https://yonderdim.com/\"]\ncenter > noindex:has(> a[href^=\"https://fullindirsene.net/yonlendirme/\"])","div[class*=\"Reklam\"]","div[id^=\"yandex_rtb\"]\ndiv[id^=\"zone_\"]",".videoaltix",".fancybox-overlay","div[class^=\"XAd_\"]","a[href^=\"https://tinyurl.com/\"]",".text-center:has(> div[id^=\"feedbannerslot\"])",".pr-2",".md\\:py-\\[50px\\]","div[id=\"01_Mynet_AnaSayfa_Genel_Body_Custom_1\"]\ndiv[id^=\"diger_mansetler-\"] > .col[isshowcase] > a[href^=\"https://www.amazon.com.tr/deals?\"]\ndiv[id^=\"gallery-body-adv-\"]\ndiv[isshowcase]\ndiv[issponsored]\nins[data-ad-client]",".detaySagSilme","[id^=\"advertorial\"]\na[href*=\"ads.haberler.com\"]\namp-embed[type=\"engageya\"]\ndiv[id*=\"reklam\"]\ndiv[id=\"300x600_\"]\ndiv[id^=\"detay_mobile_336x280_\"]\ndiv[style=\"width: 970px; height: 250px; margin: 0 auto 15px auto;\"]\niframe[width=\"970\"][height=\"250\"]\nimg[src^=\"/mstatic/reklam/\"]","div[data-widget_type] > .elementor-widget-container > a[target=\"_blank\"]:not([href*=\"tclira.com\"], [href*=\"news.google.com\"]) > img","html > iframe[id][style*=\"position:\"][style*=\"display:\"]",".tbl_reel","div[style^=\"bottom:0;height:50px;\"]",".inad-text",".row > div[class]:has(> a[href=\"/kobi\"])\n.row > div[class^=\"col-\"]:has(> div.ads-area)","#fixedDiv","div[class^=\"serp__wrapper__main__afs\"]",".cart-list > figure[isshowcase]","#background-adser",".td-fix-index > a[target=\"_blank\"][rel] > img","div[style=\"float:right; margin-right:4px; width:300px;\"] div[style=\"min-height: 255px;\"]\ndiv[style=\"min-height: 255px; width: 300px; margin-left: auto; margin-right: auto;\"]\niframe[src^=\"http://www.webaslan.com/_iframe/banner.php\"]","body > div.jwplayer ~ a[href]",".content-container > aside:has(> div[style^=\"height:\"]:only-child > #reklamGoster:only-child)","#membrana-zone","img[width=\"360\"][height=\"60\"]","#manset div[class]:has(> div[id^=\"taboola-home-thumbnails\"])",".flex-col > div.ambilight:has(> div.backdrop-blur > a > img[src^=\"https://images.macellan.online/allads/\"])",".adsmasthead","a[href=\"https://www.dizdize.com/\"]",".abg245",".game-banner","#tdb-autoload-article div.td-pb-row > div.td-stretch-content:has(a[target=\"_blank\"][rel=\"nofollow\"][title] > span)",".infinitegallery-picture-container:has(> div > div._picture > a[href*=\"&utm_\"])",".focus-ad",".products > ul:has(> li > div#product-item > div.prd-inner > div.prd-body > div.prd-features > span.plp-badge-text)","#reklamCode",".fixed-header-promo",".flex-col > .relative:has(> .native-card-section + div.tooltip) + div[class=\"relative\"]\n.flex-col > .relative:has(> .native-card-section + div.tooltip):first-of-type","#resmiIlanArticles",".topDetail > div.col-sm-12:has(> div.advert)","#contextual > div[style*=\"min-height\"]:has(> div[data-wbzone=\"native_advertorial\"])","#nativeAdvertorialZone",".nativeAdContent",".gowit","a:not([href^=\"https://perakende.org\"])[target=\"_blank\"][rel=\"noopener nofollow\"] > img",".theiaStickySidebar > div#text-2",".flex > div.relative:has(> div.native-card-section > a[href*=\"&ct=banner\"])",".binance-free-btc","#topic > ul#entry-item-list > li#entry-item:has(> footer > span.sponsored)",".sidebar-wrap","body > center > a > img[alt]\ndiv[class*=\"alti\"]\nimg[width=\"1100\"][height=\"100\"]\nimg[width=\"710\"][height=\"80\"]","div[style*=\"2147483647\"]",".kanews-article-header > a[target=\"_blank\"] > img","#sidebar section.kanews-section",".site-header-top-center",".habericireklam",".sidebar-inner p > a:not([href*=\"havadiskibris.com\"], [href^=\"/\"]) > img","div[class^=\"native_native_\"]","#__next > div[style] > div[class^=\"masthead-\"]","#Muslimer",".content-banner-img",".Textlink",".band-banner","body > div[id] > [style^=\"position:fixed;inset:\"][style*=\"z-index:\"][style*=\"height:100%;width:100%\"]\nimg[src^=\"reklam/\"]","#movie > div[style*=\"position: absolute;\"][style*=\"z-index:\"]","div[class^=\"ai-viewport\"]",".metaRedirectWrapperTopAds","div[class*=\"-adv\"]","#div[onclick=\"openIt()\"]","div[class*=\"max-h-[300px]\"]:has(> .empower-ad)","body .desktop-ad",".content-inside-ad",".footerleft > br ~ a[href]","#header ~ div[class][id][style] img","#tdi_3","#tdi_31",".inner-wrapper-sticky > div.featured-single:has(> .bannergroup-300)","body .adpro","a[title=\"reklam_videoustu1\"]","div[style=\"height:300px;margin:0 auto; display:block;\"]",".sticky-top2:empty",".article > .container > .row > .col-12:has(> div:only-child > .container > .row > .text-center > .adsbygoogle)","#adsbyio","body .billboard_content:not(#style_important)",".Ads","div[id*=\"-div-gpt-ad-\"]",".pauseroll-adv-container",".theiaStickySidebar > .stream-item-widget > .stream-item-widget-content > a > img","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > img\ndiv[class^=\"col-xs-\"] > .row > div[class^=\"col-xs-\"] > .panel:has(> #sponsored)\ndiv[id^=\"sponsored\"]",".swiper-wrapper > a[href^=\"https://www.odatv.com/\"] ~ a:not([href^=\"https://www.odatv.com/\"])",".masthead-cls","a.bg-position-top[target=\"_blank\"]","a[target=\"_blank\"] > .alert","#billboard_wrapper","a[href^=\"https://adsp.haberturk.com\"]\na[href^=\"https://www.mynet.com/\"]\nht-section[data-section=\"manset2reklam\"]\niframe[src*=\"/ads/\"]",".aksa","p > a[target=\"_blank\"]:not([href*=\"discord.com\"]) > img\nsection:has(> p > a[href^=\"https://bit.ly/\"])",".duyuru-kutusu",".adsense-container-skeleton","#afs-top-container-father","#video_befor",".frek",".full-page-advertising","div[class^=\"ad-masthead\"]\ndiv[class^=\"header-firstAd_\"]",".row > div[style]:has(> div[style^=\"min-height\"] > div.dfp-wrapper)",".special-days","body > center > a > img[style=\"max-width: 100%\"]\ncenter:has(> a[href] > img[src^=\"https://i.hizliresim.com\"])\ndiv[class^=\"pageskin-main\"]",".slickModal",".arkaplan-container",".tanitim_alani","._sidebar-kesfet",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://tinyurl.com/\"])\n.swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://tinyurl.com/\"])","#reklamlar center",".ad-bitay","p[style=\"text-align: center;\"] > a[target=\"_blank\"] > img",".left-right-banner","footer > p",".row > div[class^=\"col-\"]:has(> div.panel > div#sponsored)","#reklamCodeiframe_yeni","a[target=\"_blank\"]",".ad-placement-area","div[data-mbzone]",".videoustuheader",".leader-board-row",".video > a",".col-lg-4 > div.well3:has(> div.panel > center > a[href=\"https://medyabayim.com\"])","#daion-overlay-container > #single-ad-timer ~ #daion-c2a-std",".colPageRight > .hbBoxScope > .sidebox:has(> .sidebox-content > div[id^=\"div-gpt-ad-\"])",".black-friday-ads",".bg-cover-faker > div:not([class]):not([id]) > center",".ads-embed",".slick-track > div.slick-slide > div > div.ntv-main-slider-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])\n.slick-track > div.slick-slide > div > li.ntv-main-slider-pagination-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#primeContainerDetail","#ctl21_adCstmYorumUstuAlan","a[href^=\"https://tr.rdrtr.com/aff_c?\"]\nmain > div[data-title] + div[style^=\"margin:\"]","#videoText","#warning2","iframe[src*=\"/rklm/\"]",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])",".swiper-pagination-bullets > span.swiper-pagination-bullet:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#adVideo",".notices",".samItem","#popup-1",".top-alert-bar","#pageskin_ayd","div[class^=\"r_reklam\"]\ndiv[style=\"margin:8px 0px;\"]\ndiv[style^=\"margin:\"] > a[target=\"_blank\"] > img",".floatbanner","#block-13",".ps-head-container","#sticky-masthead","#sidebar-b",".nctr",".rek-wrap","[data-time]","main div[class*=\"pageskin-\"]",".ad-fixture-standing-masthead-banner","#sticky-player",".col-md-12.mb20[style^=\"width:100%; aspect-ratio:\"]",".promo-banner",".mainCenter > div[style*=\"height: 190px;\"]:not([class]):not([id])\n.mainCenter > div[style*=\"margin-right:\"]",".owl-stage > div.owl-item:has(> div.ads)",".container > .row > .col-md-6:has(> .adpro)",".innerContainer div.row > div[class^=\"col-\"] > div[style^=\"margin:\"]:has(> ins.adsbygoogle)","div[id^=\"stream-item-125-widget-\"]","#text-434","#custom_html-119","#tie-block_1130",".ContentBoxContainerPadding10 > div[style^=\"text-align:center;width:336px;height:280px;\"]",".manset_alti_reklam_mk","div.min-h-100vh div.dr:has(> .dr.bg-gri:empty)",".p-body-sidebar > div.block:has(> div[data-widget-key*=\"reklam\"])","a[href*=\"//apps.star.com.tr/advredir\"]\ndiv[style^=\"height:\"]:has(> div[id^=\"div-gpt-ad\"])\ndiv[style^=\"height:110px\"]:not([class]):not([id])\ndiv[style^=\"height:130px\"]:not([class]):not([id])\ndiv[style^=\"height:225px\"]:not([class]):not([id])\ndiv[style^=\"height:262px\"]:not([class]):not([id])\ndiv[style^=\"height:274px\"]:not([class]):not([id])\nli:has(> a[href*=\"//apps.star.com.tr/advredir\"])",".col-lg-4 > .mb-3:has(> .adsbygoogle)",".master-slider > div.swiper-wrapper > div.swiper-slide:has(> div > a[href^=\"https://adsp.haberturk.com/\"])","section.penci-disSticky.elementor-section-items-middle:has(> .elementor-container:only-child > .penci-sticky-ct:only-child > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .adsbygoogle)",".sidebar-content-infinite > div.wrapper:has(> div > div.ads-zone)",".row > div.col-12:has(> div.box > div.adpro)","#wrap > p:has(> iframe[src*=\"/rklm/\"])","div[class^=\"col-\"] > div.center:has(> div[style^=\"margin-bottom:20px;\"] > div[id^=\"div-gpt-ad\"])\ndiv[style=\"height:330px;\"][class^=\"flex\"]\ndiv[style^=\"margin-bottom:20px;text-align:center;height:262px\"]",".contentFrame > .container > .row > .col-md-4:has(> .advert)",".page-wrapper > .container > .row > .col-md-12 > .row > .col-md-6:has(> .advers-box)",".small-news-block > .item:has(> figure > figcaption > h3 > a[target=\"_blank\"][href^=\"https://www.youtube.com/\"])",".ys-headline-carousel-item:has(div.ys-headline-carousel-media > div.ys-link > a[href^=\"https://\"][target=\"_blank\"])",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://ensonhaber.me/\"])",".items > div.item:has(> a[href^=\"https://tinyurl.com/\"])","section > div.swiper-slide:has(> a > span.auto-promo-text)",".facility-list-item + div[class^=\"css-\"]:has(> div[class^=\"css-\"] > div[id^=\"div-gpt-ad-\"])",".grid > div[class*=\"hidden-\"]:has(div#right-video-banner)",".slick-dots > li:has(> a:not([href]))\nul.slick-dots > li > a[href^=\"http://www.haber7.com/advertorial\"]","#cimri-product ~ section:has(> div[id^=\"adslot-\"])",".bullets > div.bullet:has(> a[href^=\"https://rd.yenimedya.com.tr/\"])",".grid .mb-2[class*=\"min-h-\"]:has(> .bikifi_fluid)",".display-none:has(> div.advers-box)",".view-sm-20:has(> div.advers-box)","#search-box-ad","#contenedor > div[class*=\"onceki\"]:has(> center > iframe[src*=\"/rklm/\"])","body > div.container:has(> div.header_big_advert)",".news-right-content > div.sticky-wrapper:has(> div.sticky > section.adv)",".gutters-sm > div[class=\"col-md-3 d-none d-md-block\"]:has(> [id^=\"reklamokul\"]:not(#reklamokul2))",".container > div.row:has(> div[style] > div[class^=\"container-ads\"])",".row > div.col-4:has(> div.bg-white > div.bg-filigran > div.ads-wrapper)","#main > div[id^=\"av_section_\"]:has(.adsbygoogle)",".theiaStickySidebar > div.widget_text:has(> div.textwidget > ins.adsbygoogle)","#genel > div[style]:has(> img[src^=\"http://www.boluyankihaber.com/reklam/\"])","div[style=\"float: right;\"] > a[href][target=\"_blank\"] > video:has(> source[src^=\"http://marastahaber.com/wp-content/uploads/\"][src$=\"/MaviTekReklam.webm\"])","#pagenav_menu ~ div:has(> font[color] div[id=\"slider\"] > ul > li > div[style] > a[target=\"_blank\"] > img)",".content-block > div.block:has(> div.block-content > a[target=\"_blank\"] > img)",".sidebar > div.sidebar_list > aside.widget:has(> div.textwidget > a[rel^=\"nofollow\"])",".grid-stack-item:has(> div.Reklam_001)",".flex-column > .sosyal-medya-alt:has(> .adsbygoogle)","#printable > div[style]:has(> div[style] > div[class^=\"banner_\"])",".box__item:has(> section.adv)",".grid-stack > div.grid-stack-item:has(> div[class*=\"Reklam_\"])",".block-pano > div[class]:has(> ins.rkm)","iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=30\"]\niframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=37\"]\ntd:has(div > iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=8\"])\ntd:has(iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=1\"])",".wrap > .maltibanner:has(> a[href])",".well-box:has(> center > ins.adsbygoogle)","body > div.fancybox-overlay\nbody > div.fancybox-overlay:has(> div)",".sag > .anatablo:has(> .karereklam)",".code-block:has(> .adsbygoogle)",".sagKolon > .sagItem:has(> script)",".manset > div.manset-img:has(> a > img[src*=\"/reklam/\"])",".MuiGrid-spacing-xs-2 > div.MuiGrid-item:has(> img[src^=\"https://cdn.oggito.com/images/ads/\"])",".ustrek","#f-uyari > span","img[alt=\"superbetin\"]",".samLinkUnit","div[data-block-structure=\"custom\"] a[href^=\"https://kuponigo.com/go/\"][target=\"_blank\"] > picture",".specialdayBand",".banner-effect","div[class*=\"header-ads\"]",".alice-adslot",".topBandBanner",".modal#modalContentContent\n.modal#siteLoginContentContent",".fade.show:empty","a[target=\"_blank\"] > div[class^=\"bg_content_\"]\ndiv[class^=\"bg_rek_\"]\nimg[src^=\"https://cdn.itemci.com/storage/images/rek/\"]",".pvpAdvertRow","a[href*=\"source=pvpserverlerpro\"][target=\"_blank\"]\ndiv[id^=\"bg_rek\"]",".detay-gecis",".fbox > a",".moon_ayd",".col-md-12 > div[style^=\"padding-top:\"].row",".col-lg-11 > div[style^=\"min-height:\"].row","body > div[style=\"margin: auto; width: 100%; height: 250px; text-align: center;\"]","a[href^=\"https://azureiptv1.site/\"]",".top-bnr",".series-watch-player a[target=\"_blank\"] > img",".inside-right-sidebar > aside.widget_custom_html","div[class^=\"adx-\"]\ndiv[class^=\"dfp-\"]\ndiv[class^=\"nativeadstr-\"]\ndiv[id^=\"dfp-masthead-infinity-\"]\ndiv[style=\"display:flex; justify-content: space-around; min-height:280px; margin-top: 20px; margin-bottom: 20px;\"]\ndiv[style^=\"min-width: 300px; min-height: 250px; display:flex;\"]","a[href=\"https://medyapanel.net/\"]",".smaller",".footerleft > a:not([href*=\"dizicaps.org\"])","#f-uyari > a","tbody tr#between_links",".container-fluid > .row > .col-md-3",".footerleft",".top-wcs",".ys-popup-video-ad",".footerleft > a:not([href*=\"fullhdfilm.*\"])",".filmcontent > div[style^=\"margin:3px\"]",".main-card-ads","#custom_html-7","a.coverup",".padder[style]:empty",".left-column > div > a[target=\"_blank\"] > img","footer > p > span[style]",".adv-news","#sidebar > div[style=\"margin:3px 0px;\"]",".masthead-infinity",".masthead-top",".pageskin:not(#style_important)","body > #kapat",".adv-item-box",".empower-ad","div:has(> .empower-ad:only-child)\ndiv:has(> div:only-child > .empower-ad:only-child)","div[style=\"height:262px;\"]","div[data-ad]\niframe[data-id=\"nedir.org_300x600_sidebar_responsive_2_DFP\"]","div[id^=\"widget_General_Advert_\"]",".theiaStickySidebar > div.adsWidget ~ div.nativeWidget",".optional-url-cnt > a[onclick][rel=\"nofollow\"][title]\n.optional-url-cnt > img","#modalPromotionContent",".rightColumnForLarge > div.well.p0",".bireklam",".player-ustu-metin","a[target=\"_blank\"] > img[width=\"100%\"][height=\"100%\"]","#footer-fixed",".swiper-pagination > a[href^=\"https://tinyurl.com/\"]","#f-uyari",".dikReklam160","#wpfooter",".masthead","div[class$=\"-ad-area\"]\ndiv[id^=\"doganBurdaAds\"]",".text-center > div[style*=\"overflow: hidden !important\"]","body > div[style^=\"height:\"].showed","iframe[src^=\"https://cdn.kanal7.com/ulketv/ads/\"]",".sol-reklam","a[href^=\"https://sbrcdn.com/\"]","#stream-item-widget-2","#content > a","div[class^=\"fullads\"]",".news-content > .cf",".ad-banner","footer .lastright > p ~ a","div[class^=\"vid\"][class*=\"-ads\"]",".empower",".mobil[style^=\"min-width:300px;min-height:\"]",".banner","#dfp-detail-kare-container","div[id^=\"teaser\"]",".sponsor-category",".top-ad-bar-container",".tag-ad",".news-inline-ads",".hide-mobile[style*=\"min-height: 250px;\"]\n.hide-mobile[style^=\"min-width:\"][style*=\"min-height:\"]","#splashmodal",".sporskor-advert-widget-frame",".sub-board-frame",".widget_media_image > a[target=\"_blank\"]",".nd-article__content p a[href*=\"&utm_campaign=\"] > img","#main > div[style^=\"height: 285px; width: 100%;\"][style*=\"display: flex; justify-content: center;\"]",".cities-banner",".ramadan-timer-banner",".homeengageya","a.w-full[target=\"_blank\"] > img",".masthead-ads-container",".rek_alani","div[class*=\"views-field-field-reklam-yatay-\"]\nsection[id^=\"block-views-reklam-block-\"]",".post .icerik-baslik > center\n.post center > a[target=\"_blank\"]","center > center > a[onclick^=\"window.open(\"]","div[class=\"e3lan e3lan-top\"]\ndiv[data-phpbb-ads-id]\ndiv[id^=\"ad\"]","#media_image-2","#text-html-widget-33","div[style=\"margin:5px auto; width:100%; max-height:336px; min-height:300px;\"]",".saga-rek",".yazi-alt-reklami",".footer a[href]:not([class])",".links",".ramadan-item","div[class^=\"ramadan-band-widget-\"]",".tt-fiber-hiziyla",".ramadan-band-widget","a[class*=\"banner-shadow\"]",".page-skin-ad",".rover-article-ad-post","a[href^=\"http://wallup.net\"]\nform > a[target=\"_blank\"] > img",".back-ads","#board-ads",".ad-large","div[style^=\"float:left;\"][style$=\"min-width:336px;min-height:250px;\"]","#footer > p > span[style]","a[href^=\"https://cutt.ly/\"]","div[style^=\"text-align: center;\"] > a[target=\"_blank\"]:not([href=\"https://anizm.net/\"])",".screen-stream",".logo-adv","div[class^=\"Advertisement\"]\ndiv[style=\"width: 728px; height: 90px;\"]","a[href*=\"pubads.g.doubleclick.net\"]\na[href^=\"https://www.misli.com/\"]\na[href^=\"https://www.misli.com?ref=\"]\ndiv[class^=\"milliyet_below_article_\"]\np > a[href*=\"&utm_medium=\"][href*=\"&utm_campaign=\"][target=\"_blank\"] > img",".card-layout-ads",".sidebar-adsense",".single-adsense",".adulu-col-right-ulu",".slick-track > a[href=\"https://www.dermansut.com.tr/\"]\n.slick-track > a[href=\"https://www.letstr.com/\"]",".wrap > div.lb > a[target=\"_blank\"] > img",".bitay-area",".footer-info > br\n.footer-info > br ~ a[href][title]","p[style=\"overflow: auto; position: fixed; height: 0pt; width: 0pt\"] + p","#logo-container","div[style^=\"width: 100%; height: auto;\"]","div[style^=\"position:fixed;inset:0px;z-index:\"]",".p-header-logo > a[href]:not([href*=\"vsro.org\"], [href^=\"/\"]) > img",".sidebar > div[class^=\"bg-[#f7f8fb]\"]",".advert-part",".mobad",".deskad",".moveItem","a[href^=\"http://pubads.g.doubleclick.net/gampad/\"]",".main-card-ads-vertical",".footer-bottom > p[style] ~ *","#top-adbar2",".sidebar .banner\n.sidebar .native",".hd-280.text-center\n.hd-280[style=\"text-align: center;\"]",".footer-description",".footer-info","body > form > div[align=\"center\"] > a > img\nbody > form > div[align=\"center\"] table > tbody > tr > td > div[style=\"text-align:right; float:left;margin:0 5px\"]\ndiv[class^=\"relative\"]\nimg[alt$=\"reklam\"]","#feed-contents > div[style=\"z-index:3;\"]","body .advert.mpu",".slot-container","footer > div.top.text","div[style=\"width: 100%;height:50px;margin-bottom:10px;\"]",".fkay","a[target=\"_blank\"] > video",".ys-masthead-ad-content",".aa",".widget_text","#top-adbar",".esx-home-mansetalt","#random-ads",".header-banner-cover","#searchForm > .bottomcontainer > #products","a[href^=\"core.php?ajax=reklam_say\"]",".headerTop > div[style^=\"min-height:\"]","div[style*=\"height:280px;\"]\ndiv[style=\"display:block;height:290px;margin:10px 0;\"]","img[alt=\"ads\"]","a[target=\"_blank\"] > img.img-responsive[src^=\"/images/\"][alt]",".biflm",".bihdr","#text-138","#text-147","#text-154",".ad_web",".carousel-ad",".pt-control",".sidebar-cla",".defen-orta","a[id$=\"_banner\"]",".banner-reklam","#block-3","#footer > footer.site-footer + p",".ortala",".yazialtireklam","div[ad]\ndiv[data-area=\"Advert300x100\"]\ndiv[data-wbzone-loaded=\"728x90\"]",".addForMainPage",".giydirme-container","#videoContainer","body > div#footer + p[style=\"text-align: center;\"]","body > div[id^=\"filmcidayi\"]",".diziyouFooter",".page-left-ad",".page-right-ad","div[onclick^=\"window.open\"][style^=\"position:fixed\"]",".body-wrap > p[style=\"text-align: center;\"]","a[href=\"https://cutt.ly/reklamsizokuma\"]","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > picture","div[id^=\"video-ust-rek\"]",".product-card--has-badge-sponsored",".product-card.product-card--border","#reklamCode video\n#reklamCode ~ #rekgecyen",".bulten_sidebar",".haber-ici-reklam","#tdsAdContainer",".p-body-content > a[target=\"_blank\"] > img",".p-body-sideNavContent > a[target=\"_blank\"] > img","center > a[target=\"_blank\"]",".rightBanners","._3amny",".next-news-ads",".kanews-banner > a[target=\"_blank\"] > img\n.kanews-banner:not(.kanews-banner-widget)","div[class*=\"-adv\"].text-center",".content > div[onclick^=\"window.open(\"]",".rkl","body .cls-edit-kutu",".ads-area","a[href][rel=\"sponsored\"][target=\"_blank\"] > img\np[class^=\"wmads\"]","#floatcenter","div[align=\"center\"][style*=\"height:300px;\"]","a[data-type=\"page_skins\"]\na[href^=\"https://www.trendyol.com?utm_source=aff_t&utm_medium=cpm&utm_campaign=cimri_sponsor_text_lin\"]\ndiv[class^=\"sc-\"] > a[width=\"300\"][height=\"250\"]\ndiv[id*=\"_300x250_\"]\ndiv[id*=\"_728x90_\"]\ndiv[id*=\"_MASTHEAD_DESKTOP_\"]\ndiv[id^=\"adslot-\"]\ndiv[name=\"offers\"] tbody > tr[class]:not(.esCTCr):not(.sc-iSDuPN)\ndiv[name=\"teklifler\"] a[href^=\"https://www.trendyol.com?utm_source=aff\"][target=\"_blank\"]\nsection > div[id*=\"_300X250_\"][style^=\"background-color:\"]","a[href^=\"go.asp?\"]\ndiv[class*=\"-yapiskan-reklam\"]\ndiv[class^=\"mobilde\"]","a[href^=\" http://pubads.g.doubleclick.net/\"]\na[href^=\"https://pubads.g.doubleclick.net/gampad/\"]\ndiv[class^=\"bigpara-kredi-\"]",".rekkklam","#featured-bottom-ad","div[class^=\"ne-banner-\"]","div[class=\"my-2 print:hidden bg-slate-50 pb-3 block\"]",".all-page-ad-frame",".subdetail-content > div.row > div.sidebar-column > div.sidebar",".clickout-banner-native_table_box",".fbnx","center > a[href^=\"https://www.google.com/\"]","#wptpageskin","video[onclick^=\"playAndAd\"]","div[class^=\"code-block code-block-\"][style=\"margin: 8px 0; clear: both;\"]","#sidebar-advert",".video-right > div.video-right-content > div[id][data-ub-carousel][style]",".ub-notification-ad",".has-ad div[class*=\"bitay\"]","#main > .header[style^=\"height:\"]",".icrypex-wrap",".sidebar-related","#DESKTOP_MASTHEAD-googleAdvertisement","#dfp-kare-1","div[id^=\"dfp-anasayfa-masthead-\"]","#footer_q",".money--video","[class^=\"search-store-advs\"]","#mcx-12","#mcx-10",".maltBnnr",".marka-listele","div[class*=\"AdBanner_\"]",".page-between-box > div[id] > .image-link-area","article > .partners","#ana_160x600_scroll",".Advertisement","#custom_html-9","div[id^=\"stream-item\"]","div[class^=\"mobilg\"] > a[target=\"_blank\"]\ndiv[id$=\"sabit3\"]",".simpleslider__slideshow.yetkin-report-add-area",".listing-top-banner","._3wHMMW",".-JTEJb","a[href^=\"https://pubads.g.doubleclick.net/\"]","#dfp-homepage-masthead-container","div[class^=\"dfp-kare\"]\ndiv[id^=\"dfp-kare\"]",".advert-desktop","#dfp-masthead-container","div[class^=\"dfp-galeri-masthead\"]","#dfp-homepage-kare-container","#detay_masthead","div[class*=\"-adv\"][class$=\" text-center\"]",".buss-bnr-item",".side-bnr-list",".probi-target","#simple-banner",".dr > div[style$=\"min-width: 300px; min-height: 250px;\"]",".better-ads-listitemad","#block-2",".ad-homepage-below-hero","#between_content_and_img","#tarif_detay_icerik_sonrasi","#desktop_inside_post_content","#section_section_banner",".AltkisimMenu > ul > li > a[href].linked",".billBoardFrame",".masthead-bnr-block",".side-bnr-block","#paribu",".reklam-metin","#myButtonx","amp-carousel[aria-label=\"Reklam Alanı\"]",".sagsutunaru","#mansetust",".ust_reklam","#tureng-primis-placeholder",".r-frame",".g-frm-bnr",".top-link-g",".piyasa_alsat_link_frame","#slider_bottom_news > div > .p-bnr + a[rel=\"nofollow sponsored\"]",".logoAd","div[id^=\"divFLRA\"]","#pageskin_div","#tie-block_2320.media-overlay",".theiaStickySidebar > .stream-item-widget","img[src^=\"https://www.cdnco.net/\"]","iframe[src^=\"//www.youtube.com/embed/q_PyWNKsD9c?\"]","div[class^=\"e3lan\"]",".gemli-before-content",".sidebar .zone","div[class*=\"_greklam\"]",".masthead-script","#ctl00_divMasthead","body > div[id][style*=\"position: absolute;\"][style*=\"z-index: 100000;\"]","iframe[width=\"200\"][height=\"200\"]","#header-standard-container",".dygtag-masthead",".category-detail-suggest",".ntv-kriptrade-widget",".pg-right > div[style=\"margin-top:20px;\"] > div[style*=\"http://mdcdn.sporx.com/_img/otoraba/\"]\n.pg-right > div[style=\"position: relative; margin-top:5px;\"]",".rkbg",".reklam-ortala",".kampanya",".finans_place_holder","img[src^=\"https://konyagazetesi.com.tr/writable/uploads/advcom/\"]",".playerBottom",".playerTop","div[class^=\"kanews-banner\"]\ndiv[id^=\"kanews_widget_ads\"]",".row > div.widget_text",".banner-pageskin",".Altkisim li > a[rel=\"dofollow\"]","iframe[name=\"BIKADV\"]",".widget_sponsor_150",".bunlariKacirmaTopic","#widget_455",".ad_header_inner",".canvas-layout-container > table[width=\"100%\"][cellspacing=\"0\"]",".reklam300-600","a[href=\"https://www.atisyapi.com.tr/\"]",".row-ads",".bHead","a[href^=\"https://www.aydinpost.com/advert/\"]\na[title^=\"Advert \"]","#full-width-seperator-ad","#arsiv-native",".col-12 > a[target=\"_blank\"] > img","div[align=\"center\"] > div[style=\"display: flex; min-height: 250px; min-width: 300px;\"]\ndiv[align=\"center\"] > div[style=\"display:flex;min-height:250px;min-width:300px\"]",".right.floated > div[data-gets] > a[href][target=\"_blank\"] > img",".rek-wrap > *:not(b)",".rek-0","div[class^=\"page-\"][class*=\"fixed-ad\"]",".inline-ad-height",".masthead_css",".sticky-top",".tepe_reklam","div[style=\"height:280px;\"]","#sidebar_reklam","div[style^=\"background:#eeeeee; border:2px\"]","#yeni_alt_reklam","div[class*=\"-icerikten-\"]",".banner-wrapper","div[v-if]","a[href^=\"https://kingredirect.com/\"]","#details > center","a[rel=\"sponsored noopener noreferrer\"]","#custom_html-8","#custom_html-25",".modulAds",".reklam-manset",".flash-wrapper",".sag-manset","#Arpian-ads","div[class*=\"reklam-\"]","#content > a[rel=\"dofollow\"]","div[class^=\"b2b-marketing-\"] > a[target=\"_blank\"]",".img_position_left",".zfc-ads","#movie-sidebar > a[target=\"_blank\"]",".fixed-pub","center > a[target=\"_blank\"] > img",".sticky-ads","#adStop",".pppx","#block-38",".zone-area",".masthead-main",".reklam-kutu","div[class^=\"text-center\"][style^=\"height\"]",".thb_before_header",".ReklamInnerRow","#masaustu","div[id^=\"native-ads-\"]\ndiv[style=\"margin: 0px auto; margin-top: 16px\"]\ndiv[style^=\"width:1048px;height: 90px;\"]","#globalsun","a[href^=\"/reklam/\"]","#cerceve_rek",".masthead-frame",".topbar",".google-adsense-ad",".ads_row","#tie-block_2579","#tie-block_1497",".adpro",".adcontent","div[class^=\"Ad_leaderboard-\"]\ndiv[class^=\"SkyscraperAd_\"]\nol[data-testid=\"accommodation-list\"] > li[data-testid=\"accommodation-list-element\"] ~ li[class=\"flex items-center justify-center\"]","div[class*=\"FeedOtoPlusGridItemstyles\"]\ndiv[data-test=\"letgoAd\"]","a[href^=\"https://rebrand.ly/\"]",".page-banner-masthead",".bn","#app::before","#sponsor",".sponsor",".headerBanner",".sagReklam",".tabloReklam",".lBannerArea","a[href^=\"https://app.stormgain.com/\"]\np > a[href][target=\"_blank\"]:not([href^=\"http://www.koreanturk.com/\"]) > img",".wpforo-ad","a[href^=\"https://ad.cozumpark.com/\"] > img\ndiv[class^=\"cozum-\"]","#text-20",".thb-ad",".ads-container","a[title^=\"plugins.advert\"]","a[href=\"https://www.centone.com.tr/\"] > img\ndiv[class$=\"banner\"]\ndiv[id^=\"adhouse-\"]\niframe[src^=\"https://web-node-cdn.foreks.com/\"]","#channel_reklam",".w300x250","a[href^=\"https://www.gecemilano.com/\"]",".yeni-bnnr",".hk_bar",".ust-reklam","body > section#primary[style^=\"width:\"][style*=\"height:\"]","#reki","body .ads-skin",".adulu_col-main-ulu","body > div[style=\"display: flex; justify-content:center\"]","header > div[style=\"height: 300px;\"]","center a[onclick*=\"window.open(\"]",".ad-home-masthead-wrapper",".p-bnr",".adbImg","div[id^=\"tv-ads-\"]","#adContentWrapper","div[style=\"min-height:260px\"]\ndiv[style=\"min-height:280px\"]",".local-ads-index","#roadblock",".amp-x-div",".right_sidebar","a[title=\"plugins.advert::advert.widget_advertising\"]","[id^=\"reklamokul\"]:not(#reklamokul2)","#custom_html-6","#custom_html-4","#home-content > div[style^=\"background: rgb(14,33,84)\"]","#custom_html-10","#custom_html-12","#newsRead > div.lholder",".text-center > a[title^=\"plugins.advert\"]","#el-4ed034a2 p > a > img",".qrcode-banner",".sticky-banner","#mail_ad",".banner_text_bottom","div[id^=\"main-billboard\"]",".reklamside","div[align=\"center\"] > a[target=\"_blank\"] > img","#lyr_ads_top2",".head-banner","#sagAds","div.ai-viewports[data-insertion]","div[id^=\"adContainer\"]",".gallery_onu",".partner","div[style=\"display:block;margin:10px 0;height:280px;\"]","#likexajax",".soz_layout_reklam","#mastheadads",".header-top-ads",".adv-link","a[href^=\"https://app.adjust.com\"]\ndiv[id^=\"imgBottomAds-\"]",".htSearchAdWrapper","ul.metin[style^=\"background:#F5F5F5;\"]","a[href^=\"/rdads.aspx?r=\"]\ndiv[id^=\"ads_ta\"]",".singleSag",".row > div.container > div.table-container",".sponsored-card","div[onclick^=\"event.preventDefault();window.open(\"]","div[class^=\"reklamalt\"]",".justify-content-center[style=\"width:100%;overflow:hidden;\"]",".medyanet-right-adv","body .adv-masthead:not(#style_important)","a[rel$=\"sponsored\"]",".kl-icerik > .sayfacik div[style=\"display: inline-block; width: 100%; text-align: center; padding: 10px 0; float: left\"]",".news-item > a[href^=\"https://bit.ly/\"]","div[class=\"right\"] > div[class=\"photo\"][style=\"text-align:center;height:280px;\"]\ndiv[id^=\"ads-div-\"]","div[bvm-banner-id]",".wt-masthead__horizontal",".p-body-inner > div[style=\"width: 100%; display: flex;\"] > a[target=\"_blank\"]",".masaustureklam","div[id*=\"BannerDiv\"]\ndiv[id^=\"event_ad_\"]",".tab > div[class=\"table\"][style^=\"float:left;width:966px;border:2px solid #F0E4BA;\"]",".close_page_skin","div[data-tur^=\"ads\"]",".mastheadcontainer","#footadskpt",".fotlogo > div.text > p > a[href] ~ *","#ustR",".icReklam","#yorumiciReklam",".boxStyle[style^=\"height:\"]","iframe[src^=\"https://ads.inegolonline.com/\"]",".genel > div[style^=\"width: 980px; height: auto; margin:\"]",".player-top-ad a",".ads_aky",".widget-970x250",".widget-336x280",".widget-580x400","#bannerKarosel","#oc_masthead","div[style^=\"background-color:#f0f0f0;padding-top:\"]","#mashedBanner_wrapper","#mansetAlti-container",".page-ads-top","div[data-wbzone-loaded]",".masthead-header","#layout3",".mp-widget",".logoYani","#mainInnerBanner","body .empower-ad:not(#style_important)","img[height=\"250\"][width=\"300\"]",".pull-right > div.box-sidebar",".adv.full-width.pull-left","#tie-wrapper > .stream-item-above-header",".lholder",".article-oads","#masthead-container","div[style=\"clear:both;margin:10px 0; height: 250px;\"]\ndiv[style=\"max-width:328px;margin:10px 0;\"]\ndiv[style^=\"width:60%;float:left;\"]",".centered-banner","a[title=\"bynogame\"]\np[align=\"center\"] > a[rel=\"nofollow\"] > img","#reklamdetay","body > div[class$=\"banners\"]\ndiv[style=\"width:635px; height:110px;padding-top:5px;\"]\ndiv[style^=\" margin-right: auto; margin-left: auto;\\9 text-align: left; padding-top: 0px;\\9 padding-bottom: 10px;\"]\ndiv[style^=\"width:635px; height:10\"]\ndiv[style^=\"width:635px; height:12\"]\nimg[width=\"480\"][height=\"76\"]",".p-body-inner > center > a > img","#brand-skinundernav",".stream-item-top > div[data-advadstrackid]",".add-section","a.homepage-img-728x90[target=\"_blank\"]","#reklamHD","div[class^=\"text-center list-ban-\"]","#sag-reklam","#MenuAlti",".gunun_mansetleri_nativo_ads","body .adInitRemove",".nativo",".content-inner-ad",".currencyAdArea",".dfp-container",".top_banner",".player-ustu-metin > a[rel=\"nofollow\"]","#td-outer-wrap > div[class^=\"mob-\"]",".ads-header",".gameads",".gameadsh","#specialNews","a[href^=\"https://accounts.binance.me/\"]",".rklm_frame",".nokta-ad",".noktaAdRight","#main_content > div[style^=\"height:\"] + center","div[style=\"width:970px; height:250px; margin: 0 auto;\"]",".ths-head-ad","div[id^=\"Banner\"]","#sponsorNewContainer",".advImagePanel","[id^=\"textBanner\"]\ndiv[id^=\"bannerContainer\"]\ndiv[id^=\"interstitial\"]\niframe[id^=\"frmTextBanner\"]",".livescore-banner-temp","#sg-popup","#bgBanner",".main-box-300-250",".tuttur-logo",".sidebar > .mpu",".widget-idda-tuttur",".widget-gpt-ads",".widget-nesine-most-played-coupons",".mpu",".sidebar > .mpu--2",".widget-gpt-ads--topbanner",".widget-iddaa-tuttur-onebytwo",".menu-center > a:not(.menu-rows)[target=\"_blank\"] > img","#live-master > div > div[style=\"float: right; width: 300px; margin-left: 3px\"] > div[style=\"width: 300px; height: 250px; text-align: center\"]","#dvBanner300x600","#dvTutturStickyBanner","#mcklk_ad_bg_image",".baner300x250",".PKBanner","#BuyukUstReklam","#tepebanner",".ag-head-author",".masthead-bus-bnr",".box-adv",".td-ss-main-sidebar > aside[id^=\"custom_html-\"]",".mob-desk","a[href^=\"http://www.sanalbasin.com/\"]",".advert_x_detail",".hBanner",".saniyeli_reklam",".sads-area",".container > .row > .col-sm-100 > #collapse1\n.container > .row > .col-sm-100 > div[style] > button[href=\"#collapse1\"]",".adRendererInfinite","a[class*=\"SideBarBanner\"]\ndiv[class*=\"BannerDiv\"] > a[target=\"_blank\"]\ndiv[class*=\"Bannerdiv\"] > a[target=\"_blank\"]",".xgt-Banner-Kutusu","div[id^=\"ad_below_menu\"]","div[align=\"center\"][style^=\"margin: 0 auto;height:\"]\ndiv[id^=\"eng_brnd_\"]\ndiv[style=\"height:110px;\"]\ndiv[style=\"height:220px\"]\ndiv[style=\"height:250px;width:300px;margin:0 auto;\"]\ndiv[style=\"height:262px;margin:0px auto;\"]\ndiv[style=\"height:270px;\"]\ndiv[style=\"height:480px;\"]\ndiv[style=\"height:800px;\"]\ndiv[style=\"width:300px;height:250px;margin-bottom:10px;\"]\ndiv[style=\"width:300px;height:260px;margin:0px auto;\"]\ndiv[style=\"width:300px;height:620px;margin:0px auto;\"]\ndiv[style=\"width:980px;height:260px;\"]\ndiv[style=\"width:980px;height:262px;\"]\ndiv[style=\"width:980px;height:274px;\"]\niframe[width=\"980\"][height=\"250\"]\nul > li > a[href^=\"https://goo.gl/\"][target=\"_blank\"]",".samCodeUnit.samAlignCenter","#ad-slot","div[class^=\"Reklam-Alani-\"]","#trend-link","center > a[target] > img","a[href^=\"https://www.linkonclick.com/jump/next.php\"]",".sidebar-content > #custom_html-8","center > button.btn2",".wpb_wrapper > div.banneralani1.td-pb-border-top",".adRenderer","a[href*=\"/ads/\"][target=\"_blank\"]\ndiv[class$=\"modal-backdrop fade in\"]\ndiv[class\\\"ads-article\\\"]",".left > p.sakla",".right > p.sakla\n.right > p.sakla + p.note",".dynamic-ads-container","div[id^=\"media_image-\"]",".thb-article-bottom-ad",".thb-sponsored-content-container",".yaziicireklam",".panel-body > a[href^=\"https://cex.io/r/\"]",".col-lg-4 > a[href^=\"http://bit.ly/\"]\n.col-lg-4 > a[href^=\"http://bit.ly/\"] ~ hr","a[href^=\"http://bit.ly/\"] > img","a[href^=\"https://wallet.advcash.com:\"]",".above-header",".space-300x250","#MastheadBanner",".rekbot",".arareklam","#header + .center__row--top",".sidebar__point-status-rk",".news__bottom",".btcturk__banner",".big-point__status-rk",".kanews_widget_ads",".kanews-banner","#babaslik",".dbx-head-full","div[style=\"margin-top: 10px; height: 250px;\"]\ndiv[style=\"margin-top: 10px; height: 310px;\"]\ndiv[style=\"margin-top:10px;height:250px\"]\ndiv[style=\"margin-top:10px;height:310px\"]","div[id^=\"ozel_banner-\"]","body > .ai-track > a[target=\"_blank\"] > img",".sidebar > div[class=\"space-3 flex center margin-bottom-md\"]",".container > div[class=\"space-2 flex center margin-bottom-md\"]","#wrap > div[style=\"margin:0px 10% 25px 10%;min-height: 290px;\"]","a[href^=\"https://beincrypto.com/\"]","a[href^=\"https://www.binance.com/\"]","#custom_html-52",".malker","#rkm-ac",".mh-content-ad",".gridlove-sticky-sidebar > div#gridlove_raklsense_widget-2\n.gridlove-sticky-sidebar > div#mks_rakel_widget-2\n.gridlove-sticky-sidebar > div:not([id^=\"gridlove_posts_widget\"])","#page > div[class*=\"Banner\"]",".theiaStickySidebar > aside[id^=\"text-\"] div[align=\"center\"]","div[class$=\"Reklam\"]",".adv-newsdetail",".icreklam","#SayfaEnUst",".News-Reader-Ad",".ad-blank","[class^=\"ad-zone-\"]",".nativeWidget",".kolay-kampus",".swiper-wrapper > a[data-category=\"advertorial\"]",".RekStyle","div[style=\"width: 300px; height: 250px; overflow: hidden;\"]",".banner_wrapper","#Header_wrapper + div[class^=\"code-block code-block-\"]",".g-reklam",".adbelowpost","#wrSlider",".sidebarAdvertisement",".theiaStickySidebar > div[id^=\"text-\"]","#gp-header-area a[target=\"_blank\"] > img",".werbung","#ads","#FormBottomAdContainer",".AdSection","#solBlok > div[style^=\"text-align: center; width: 100%;\"]","#siteGenel > div[style^=\"text-align: center; width: 980px;\"]",".Y-ReklamBG","#header_right_cell > a[rel=\"nofollow\"] > img",".reklamkutusu","#advertimentbar",".fdsphvn",".hbr-solreklam",".ai-track",".ai_widget",".pub",".body-inner > a[target=\"_blank\"] > .videoDiv2",".mastheadvisisblity",".mustheadmyrealcontainer",".masthead-wrapper",".gralan",".yanreklam",".mur","div[id^=\"block-sidebarreklam\"]",".sidebar-reklam:not(#block-sosyalmedyasidebar)","#block-videoreklam",".ads-ab-dynamic",".index_banner","a[rel^=\"sponsored\"]\nsection > [class*=\"mx-auto\"][class*=\"text-center\"][class*=\"text-xs\"]",".wpfad",".arkaresimmasas",".icreklam > .googleic",".ad-control-left",".ad-control-full:not(#style_important)","div[class^=\"xgt-Banner\"] > ul[class]",".vmagazine_lite_medium_ad",".theiaStickySidebar > #sow-slider-5","div[style^=\"min-height:100px;margin-top:20px;\"]\ndiv[style^=\"min-height:300px;margin-top: 25px;\"]\ndiv[style^=\"min-height:300px;margin-top:20px;\"]\ndiv[style^=\"min-height:350px;width:100%;margin-top:\"]","a[onclick^=\"adThisAfterSet\"]\ndiv[class^=\"DH-Reklam-\"]\ndiv[class^=\"Forum_Anasayfa_YeniMasthead_\"]\ndiv[id^=\"dha_\"]",".banner_with_stats",".incontent_ad","a[data-ad-id]","#adsMoving",".ustMenu1","div[data-reklam_id]",".bg-filigran",".else-news[style=\"border-bottom: 5px solid #ddd;\"]",".righttr > a[href][target=\"_blank\"] > img","a[href^=\"https://oley.com\"]","a[href^=\"https://univa.com.tr/\"] > img\na[href^=\"https://www.sonsaat.com.tr/\"] > img","aside[class^=\"reklam\"]",".my-2",".ws-masthead",".post-ad-title","#haber-detay-reklam","#sub-headline-reklam","div[class^=\"dynamic-ad\"]",".bottom-banner",".bigpara-banner",".menualti",".sticky-sidebar > section#ai_widget-2","div[id^=\"sagareklam\"]","#obi_random_banners_posts",".col-md-12 > div[style^=\"position:absolute;\"] > iframe","div[class^=\"adRes\"]","#benzerler",".rk",".custom-html-widget > div[style^=\"clear:both;margin:10px auto;\"]","a[href^=\"https://www.acilkitap.com/\"] > img\niframe[src=\"https://www.bilgicik.com/iframe/ari_sm/index.html\"]\nimg[alt*=\"reklam\"]",".header-ainfo",".ustaltrek",".site > div.code-block[style^=\"position: fixed; z-index: 999\"]","div[class^=\"banner-widget\"]",".viessmann",".widget-sponsor-slider","header > div.container > div[class^=\"fixed\"]",".bottom-header",".widget-adver",".photo-page-ads",".geniseleman",".code-block > a[target=\"_blank\"] > img","#filmcidayidesktop","div.reklam",".type-ads","body > #panel","#adni_widgets-2","._ning_zone_inner",".entry-content > div[style^=\"margin: 8px auto;\"][style*=\"text-align: center\"] > center",".arsiv-native","a[href*=\"https://kingads.mobi/\"]",".yatay-banner","#wrapperindex > div[style*=\"text-align: center;\"]:not([style*=\"background: #666666;\"])",".ads-height-250",".bitci-bar","div[class^=\"sag-ust\"]","div[data-zone]","div[class^=\"popstk\"]","img[alt=\"Banner\"]","div[id] a[href^=\"https://www.google.com\"]","center > a[rel^=\"dofollow\"] > img","div[id$=\"reklam300\"]","div[class*=\"_greklam \"]","div[style=\"height:265px; text-align: center;\"]","div[style^=\"float:left;\"][style*=\"width:300px;\"]","div[style^=\"min-height:300px;margin-top:\"]",".rrReklam",".altReklam","div[style=\"min-height: 120px;\"]\ndiv[style=\"min-height: 265px;\"]","img[onclick*=\"'Banner'\"]","a[href^=\"https://tr.rdrtr.com/\"]",".kargo-widget",".adace-slot-wrapper iframe",".g1-sidebar > aside[id^=\"text-\"] > div > p > ins[style=\"display:inline-block;width:300px;height:250px;\"]\n.g1-sidebar a[href*=\".binance.com/\"][href*=\"?ref=\"] > img",".post-middle-ad-box",".alt-bant",".anadolu-banner","#custom-super-banner",".sponsored-placeholder",".ad-widget-wrap",".fntKar",".fntLst250","#adsense-size",".header-banner-area",".stream-item-below-header > a[target=\"_blank\"]","#stream-item-widget-3",".side-banner-img","#flashContentAlt",".message-userContent > article + center > a[href][target=\"_blank\"] > img","body .ad-box","#indir > h1[style] > a[href*=\"&utm_medium=banner\"][target=\"_blank\"]","img[src=\"/Content/Eksen/images/380x960_high.gif\"]","div[class^=\"ana-sayfa-manset-ustu-buyuk-adv\"]","div[class$=\"reklam text-center\"]",".mobildegizle",".ortala > div[style=\"width:970px;margin:20px auto;min-height: 90px;\"]",".p-body-sidebar > a[href][target=\"_blank\"] > img",".indexReklam",".reklamBaslikBuyuk","div[class$=\"Sag\"] + div[style^=\"position:absolute;display:block;width:\"]",".mom-e3lan > a[href][target=\"_blank\"]",".toyota-syi-content-bant",".banner-promotions-wrapper",".af-main-banner-featured-posts","#bannerTop",".midiBanners",".videoalt",".videoust",".slider3Widget",".mansetyani","#alt > div.at",".genel_kapsayici > #memoli","#mastheadslot",".galerireklam",".head-advers","div[style=\"height: 90px; margin-bottom: 20px\"]","div[class^=\"shirl-icerikten-\"]",".up-masthead-infinite-item",".single-iframe-bnr",".center-bus-bnr","aside > .sidebarWidget > .textwidget > div[style=\"width: 125px !important;height: 80px !important;\"]",".yaziici-ust-reklam","ad-host",".esnekreklam","#big-masthead","a[target=\"_blank\"] > img[width=\"300\"][height=\"300\"]","div[class*=\"css-ads-\"]",".safirGalleryAds","body .top__area","#reklamana","#js-hook-for-ing-credit","div[id^=\"banner_\"]","[id=\"970x250_hype_container\"]\ndiv[class^=\"masthead-ad\"]",".haber-detay-reklam",".tepe-banner","#ps_ust","#siteSag > div[style^=\"width: 370px; height: auto; overflow: hidden; display: block;\"]","div[class$=\"_reklam\"]\ndiv[class^=\"sol_reklam_\"]","div[class$=\"utuns\"]",".slideads","td[width=\"840\"] > div[style^=\"float:left;width:185px; height:100px;\"]",".gazet-adlabel",".widget_reklam_widget",".banner-wide","a[href=\"http://bortargroup.com.tr\"][target=\"_blank\"] > img",".page_inner_right > div[style^=\" width:230px; height:378; overflow:hidden; margin:\"]","a[href=\"https://kafasozluk.com\"][target=\"_blank\"] > img",".avia-image-container","#news-partner",".swiper-slide > a[href^=\"/reklam/\"] > img",".banner300x600","#tie-block_760",".reklamSonDakika","#dvSagSabitReklam","center > .mob-desk[id$=\"masthead\"]","center > .mob-desk[id$=\"Masthead\"]","#fancybox-wrap","#fancybox-overlay",".controller2 > div[style^=\"float:\"]",".column-two-third > hr ~ a[target=\"_blank\"] > img","img[style=\"margin-top:20px; width:728px;\"]","#sidebar > a[target=\"_blank\"] > img\n#sidebar > center > a[target=\"_blank\"] > img",".RekStyleA",".reklam5","#xqadnan","img[width=\"160\"][height=\"600\"]",".e3lan-top",".tower_adv_left",".backstretch",".sinyazisonu1orta",".arkaresimm",".arkaresimmasa",".live-broadcast",".googleSabitRkl",".box_reklam",".yust",".theiaStickySidebar","#tie-block_1992","div[class^=\"reklam-alani\"]",".ust1[style=\"height:250px;text-align:center;\"]",".mobilgoster > a[href] > img[src^=\"/reklamlar/\"]",".PageWidth .default-widget > a[href][rel=\"nofollow\"]","div[style*=\"width:678px;\"][style*=\"height:90px;\"]\ndiv[style*=\"width:991px;\"][style*=\"height:135px;\"]",".ads-drive-host","div[class^=\"bigbanner_\"]\niframe[src^=\"https://ad.doubleclick.net/\"]","#div_reklam","a[href^=\"https://axitrbilisim.com/\"]\nimg[width=\"727\"][height=\"91\"]","img[width=\"970\"][height=\"250\"]","div[style^=\"text-align: center;\"][style*=\"width: 980px;\"][style*=\"overflow: hidden;\"]",".arkaresim",".container > a[target=\"_blank\"] > img",".wpb_wrapper > div.td_block_single_image:not([data-td-block-uid])",".banner > p > a[href]:not([href^=\"http://www.detaykibris.com/\"]) > img[height]:not([alt^=\"twitter\"]):not([alt^=\"facebook\"]):not([alt^=\"google\"])\n.banner > p > img","a[href^=\"https://tr.rdrtr.com/\"][target=\"_blank\"] > picture","a[href^=\"https://www.samsungazetesi.com/banner.php\"]",".adx-300",".tepe-manset > a[target=\"_blank\"] > img","div[class*=\"rklm-\"]","a[href^=\"http://www.marashaber.com.tr/banner.php\"]",".kolon10 > .float-right img[alt*=\"reklam\"]",".leftC > .videoalt",".sidebar_inner > #custom_html-13",".advers-box","body .billBoardFrame","#id_d_bantreklam","#banner-masthead div[id^=\"medyanet\"]",".site-content > div[class^=\"site-\"]","div[style*=\"width: 980px; height: auto; margin: 20px\"]",".haberDetayIcerik > div[style^=\"margin-right: 10px; float: left;\"]","#siteSol > div[style^=\"width: 728px; height: auto; margin: 20px\"]\n#siteSol > div[style^=\"width: 780px; height: auto;\"]","#siteSag > div[style^=\"width: 370px; height: auto;\"]","#haberAlani > div[style^=\"width: 100%; height: auto; overflow: hidden;\"]",".mainMastheadBg","div[id^=\"ENGAGEYA_WIDGET_\"]",".container > div[style=\"width:980px;margin:0 auto;height:250px;\"]",".news-detail .adv","a[href=\"https://www.kodlabuyu.com/\"]",".sag-kayan",".bannerwidget","#leaderboard",".splash_box",".splash-box",".ara-reklam-wrapper","div[class^=\"tekno-banner\"]","a[href=\"https://www.asyasu.com.tr/\"]",".advert-o-desktop",".bandReklam","div[style=\"width:610px; height:250px;\"]\niframe[name=\"vatanref\"]","#masthead-reklam",".reklam-button",".reklam-item","#__next > div > div[class*=\"-\"] > a[rel^=\"nofollow\"][target=\"_blank\"]","div[data-nokta-zone]","a[rel*=\"sponsored\"]","a.yazisonu_banner",".desktopHeaderBanner",".hResim > a[href*=\"&utm_campaign\"] > img",".probi-sticky",".wh_ad_inner","footer h3[style=\"text-align: center;\"] > span[style=\"color: #999999;\"] > strong\nfooter p[style=\"text-align: center;\"] > a[href][target=\"_blank\"] > img","td[align=\"center\"] > a[href][target=\"_blank\"] > img",".widget_custom_html a:not([href^=\"https://bakis.bg/\"]) > img",".banner-img","div[class^=\"ads--\"]",".logoYaniReklam","#advBillboard",".k2_ad","#topbannerpagewrapper",".solcolonreklam",".gamer_ads","a[target=\"_blank\"]:not([href^=\"http://www.ciftlikdergisi.com.tr/\"]) > img",".row > div[style=\"margin-top:-10px\"]",".banner-box","div[id^=\"medyanet/\"]",".temp_interstitial_ad","#homePopup","p > a[target=\"_blank\"] > img","#detaybar > div.engin06",".row > div.justify-content-center.d-flex.align-items-center[style*=\"px\"]:not([id])",".bg--gri[style=\"padding: 10px 0;\"]","#tam-ekran-reklam","a[href^=\"tel:\"]",".blok-reklam","#tepereklam","div[data-zone][style^=\"width:300px;height:250px;\"]\ndiv[data-zone][style^=\"width:320px;height:100px;\"]","img.disabled[width=\"250\"][height=\"90\"]\nimg.disabled[width=\"300\"]",".rightBox > div > a[target=\"_blank\"]",".ad-right-area","a[href=\"https://apps.facebook.com/canakokey/\"]\na[href^=\"https://app.adjust.com/1hy437i\"]","img[alt^=\"reklam\"]",".beyaz > div > p > img\n.beyaz > div > p[style=\"text-align:center\"] > img","span[style^=\"font-family:Verdana\"] > .floatleftle > a > img","#popupCampaign\n#popupCampaign ~ div#dynamicDarkScreenDiv","body .adv-wrapper:not(#style_important)",".splash-popup","div[id^=\"nuifm-\"]",".message-body > center > a[target=\"_blank\"][href^=\"https://discord.gg\"]",".tpaw0",".addss",".splashAds","div[itemprop=\"articleBody\"] > div[style^=\"margin-right: 10px; float: left;\"] > a[target=\"_blank\"] > img\ndiv[style$=\"height: auto; margin: 20px auto 0px auto; display: block; text-align: center; overflow: hidden; position: relative;\"] > a > img","#siteSag > div[style^=\"width: 370px; height: auto; overflow: hidden;\"] > div > a > img","#adv","a[href^=\"//www.acilkitap.com/\"]\ndiv[class^=\"bannerBloc\"]",".left-ads-area","div[style^=\"width:990px; height:90px;\"]",".sgpb-popup-dialog-main-div-wrapper",".spu-bg",".spu-box",".sag-banner",".site-modal",".top-banner","#sidebarbanner","#block-agrippa-faturaodetumurunlersonucbilisim-area",".bc_random_banner",".hdr-reklam",".widget-list-ads",".theiaStickySidebar > #text-10\n.theiaStickySidebar > #text-4\n.theiaStickySidebar > #text-5","#lock > div[style] > a[href][target=\"_blank\"] > img",".popup",".sag_in > div[class*=\"300x250\"][style*=\"width: 300px\"]","a[href^=\"https://kingads.\"]",".gallery-banner","#stickyBanner","body > div[align=\"center\"] > a[href][target=\"_blank\"] > img",".betvigotop","td[valign=\"top\"] > font[size] > table[cellpadding] + a[target=\"_blank\"] > img\ntd[valign=\"top\"] > table[width][style] + a[target=\"_blank\"] > img",".news-detail_advertorial",".reklam-row > .rro-col > .rro-bg > a[href][target=\"_blank\"] > img","header > .logo-banner .pull-right a[href][target=\"_blank\"] > img",".reklam-sidebar",".reklam-yatay-yeni-footer2","a[href*=\"&utm_campaign=\"][target=\"_blank\"] > img[src*=\"banner\"]\na[title=\"reklam\"][target=\"_blank\"]",".reklam-orta-728-90","a[target=\"_blank\"][rel=\"noopener\"] > img.aligncenter",".reklammain",".adace-after-paragraph",".header-promo","div[class$=\"reklamalanı\"]",".widget_media_image > a:not([href*=\"kobiyasam\"]) > img","a[href^=\"https://www.hostg.xyz/aff_c\"]",".advert > p","#_bottom_content_bottom a[href^=\"https://ykl.co/\"][target=\"_blank\"] > img",".adcontainer","aside[class=\"td_block_template_1 widget widget_text\"]",".homepage-widgetarea > div#media_gallery-3\n.homepage-widgetarea > div#media_gallery-6","a[href^=\"https://bitly.com/\"]\na[href^=\"https://serve.for.com.tr/server/redirect.php\"] > img",".adv-height250","#maxAdContainer",".bu-ad","div[class*=\"advertisement-\"]","#sidebar-right > #custom_html-20",".adbetnetwork","div[class$=\"-rek\"]","div[id^=\"stnz_topBanner\"]",".stnz_reklam_blok","#stnz_middleContent > div[style=\"text-align: center;\"] > pre + div",".onreklam","div[id^=\"selectedBroshuresAd\"]",".wide_banner",".haber-reklam","div[id^=\"lounge-\"]",".c-banner__element",".u-flex-justify-center div.l-grid__col a > img","img[alt=\"Ad\"]","div[class^=\"k_reklam\"]","#text-21","div[style=\"margin:0 auto 20px; height:280px;\"]\ndiv[style^=\"text-align:center;\"] > div[style^=\"margin:\"][class^=\"hide-on-\"]",".container > div[class=\"row mb-2\"] > img",".mainsliderads","div[class*=\"_ads_\"]",".main_cats_bottom_1 > img",".sagrek",".icReklamOrta",".reklam-body-left1",".container > .intitation > div[style^=\"background-image:\"]","div.hbrad","div[align=\"center\"] > a[href][target=\"_blank\"] > img",".last-sidebar-right > img[alt=\"Reklam\"]\n.last-sidebar-right > img[width=\"100%\"][height=\"70%\"]",".currency-backed > .currency-left > img[data-src$=\"/ünal.gif\"]","#IcerikReklam","a[href^=\"https://www.haber61.net/banner.php\"]",".zozo_ads_widget",".newser-artical-bottom-ads","#banner",".haberdetayReklam","#header-inner .container > .navbar-header + a[href][target=\"_blank\"] > img",".block-content-inner > .row > #body_div_diger > a[href][target=\"_blank\"] > img","div[class^=\"sol_banner\"]",".left > div > a[href=\"https://www.toyotakocaelikaya.com.tr/\"]",".dikey > p > a[href][target=\"_blank\"]",".theiaStickySidebar > .tb-block > a[href=\"https://www.VitaminDuragim.com/\"]\n.theiaStickySidebar > .tb-block > a[href][target=\"_blank\"] > img","div[class$=\"-adva text-center\"]",".banner-row","img[alt=\"banner\"]",".news-banner-container","img[data-src^=\"https://www.kibrispostasi.com/imagecache/banner_\"]","#modal-ads.in ~ .modal-backdrop","div[class$=\"-banner\"]\nimg[width=\"1440\"][height=\"570\"]","img[width=\"510\"][height=\"150\"]",".mastheadx",".reklamayar",".yazi_1_r_ma",".mobil-r-mb15",".blok-ust-r-ma",".notifyModal",".content-container > div.ad-placement-header-footer",".menualtireklam","#playex > a[href][target=\"_blank\"] > img","#dt_contenedor > a[href][target=\"_blank\"][style]",".yapisikreklam2",".ASD","div[id*=\"soldasabitdesktop\"]",".right-ads-area","body > a[href][target=\"_blank\"][rel=\"noopener\"] > img",".konuiciReklam",".adsbig","#content > div.post > center","#wrapper > header + div.container > div[id=\"content_section\"] > div.container",".body_wrapper > div[id=\"pagetitle\"] + div[id=\"news_mod-block\"]",".pageContent br + table[style=\"width:100%\"]",".wrapper > div[id=\"prostats_table\"] + table.tborder",".uc-ads",".fulladsd",".kapla > .icerik > p > img[src$=\"enerya.png\"]","div[class^=\"ad-space-\"]","#testslider",".related-news-container",".ustbar",".onerilenler","div[id=\"sag_rek\"]\ndiv[id=\"sol_rek\"]","iframe[src^=\"https://gedik-cdn.foreks.com/\"]",".other-ads-container",".gamer-ads-container","a[class^=\"\\\"trkvzbnr\"]\ndiv[id=\"id_d_970x250\"]","div[class*=\"-banner-\"]",".haberorta",".habersag",".mansetaltisol",".bannerhaberalt",".footerrek","#ad_global_below_navbar",".content-in-ads",".threadList > div.head + form[action] > div.announcements ~ div[class][data-type]",".asd","div[class^=\"googlead_\"]\ndiv[style=\"position:relative;float:left;width:492px;\"] > a > img","div[id^=\"bultenbanner\"]\niframe[src=\"https://hibya.com/banner.htm\"]","div#medimagazinreklam_hype_container","#page-body > div[id=\"p\"][class^=\"clearfix\"]","img[width=\"150\"][height=\"600\"]",".sidebar > div.koseyazarlari + div.widget","img[style=\"width: 678px; height: 60px;\"]\nimg[width=\"325\"][height=\"325\"]\nimg[width=\"330\"][height=\"60\"]\nimg[width=\"678\"][height=\"90\"]",".sol_reklam",".fixed_banner",".ss-outer-wrap","div.best-of-best",".ccp-top",".icerik_detay > div[style^=\"float:left;\"] > a > img",".ic_alt_reklam","div[class^=\"bannerzone\"]","img[width=\"330\"][height=\"466\"]\nimg[width=\"336\"][height=\"196\"]",".solsabit",".sagsabit",".reklamalani-1",".rklm-box","#acilisreklam",".p-body-sidebar > a[href=\"https://www.elitnet.com/\"] > img",".singleContent [class^=\"btnads\"]",".ad-single",".afc_popup","div[class^=\"arena-\"]\nimg[width=\"1200\"][height=\"200\"]","img[width=\"300\"][height=\"300\"]","#panels > div.sidebarWidget.safirBox",".theiaStickySidebar > div.homeWidget.safirBox",".container > .rPanel > a[href][rel*=\"nofollow\"] > img\n.container > div[class^=\"rc\"] > div[class^=\"rd\"] > a[href][rel*=\"nofollow\"][target=\"_blank\"] > img","a[href^=\"https://kenttv.net/reklam/\"]",".hbaAdv",".backupContent","#dvReklamPaneli","div[id*=\"dvAltReklam\"]","#p900y100 > .breaking-news-ticker ~ .div > div[style=\"width: 100%; text-align: center;\"] > #jcarousel2",".col-4 > .space-250","#ads_fixed","#advertisement",".above_body > div.navigationWrapper + div[class] > div[align] > a[target=\"_blank\"] > img","body > div.fancybox-mobile","a[href][target=\"_blank\"] > img[alt=\"banner ad\"]","div[align=\"center\"] > a[href][target=\"_blank\"][rel=\"nofollow\"]",".d-reklam","#modal-ads ~ div.modal-backdrop",".col.pr-0 a[href][target=\"_blank\"] > img",".blossomfeaturebox","#haberAlani > div[style*=\"width: 100%\"][style*=\"float: left\"] > div[style*=\"width: 728px\"][style*=\"overflow: hidden\"] > a[href] > img",".blok_reklam",".theiaStickySidebar > div.yanmenu > div.textwidget","ins[id^=\"rkm-ana-\"]","#reklambandi",".dikreklamsol",".dikreklamsag",".a-single","div[style=\"width:640px; height:320px;\"]\ndiv[style^=\"width:970px; height:\"]",".banner-alani",".adflashsag",".banners-index","#sagdakayan",".post_reklam",".blokreklam-dis",".ustmansetreklam","a[target=\"_blank\"]:not([href*=\"kadikoylife.com\"]) > img[alt]:not([srcset])\nimg[width=\"1150\"][height=\"125\"]\nimg[width=\"1170\"][height=\"360\"]\nimg[width=\"780\"][height=\"100\"]\nimg[width=\"780\"][height=\"96\"]",".footerAdArea",".theiaStickySidebar > aside[id^=\"text-\"]","#logoright > a[rel=\"nofollow\"]","div[id^=\"gridlove_adsense_widget\"]\ndiv[id^=\"mks_ads_widget\"]",".arkaplan-giydirme","div[class^=\"reklamalan\"]","#manseyansagreklam","div[style=\"width:300px; height:250px; margin:;\"]\ntd[width=\"300\"][height=\"175\"]\ntd[width=\"300\"][height=\"600\"]\ntd[width=\"660\"][height=\"250\"]\ntd[width=\"980\"][height=\"245\"]",".masthead-banner",".ad-banner-big","#\\33 00x250Reklam",".sidebar > .widget > a[href][target=\"_blank\"]:not([href*=\"islamveihsan.com/\"]) > img",".blokrek","div.ad",".Banner",".popular-section-ads",".hot-news-ads2","#metin > a[href=\"https://abone.evrensel.net\"]",".top-add-section",".haber-reklam-detay",".gallery-post-item > a[rel=\"nofollow\"] > img\n.gallery-post-item > a[rel=\"nofollow\"]:not([href^=\"https://dostbeykoz.com/\"]) > img",".sidebar-add-place",".Reklam_001","a[href^=\"http://bit.ly/\"][target=\"_blank\"] > img",".haberaltibanner",".adx-shadow","#saniyeli_reklamx",".all-header-reklam","#vidyome-containeradContainer",".once-reklam a[href]",".adsbynokta",".reklam-haber-detay","a[href][target=\"_blank\"] > img","#reklamalani3",".fiori-container > div[style=\"text-align:center\"] > div:not([class]):not([id]) a[href][target=\"_blank\"] > img",".yensag",".yheaderreklam",".entry-content > div.be-read-views ~ p > img[srcset*=\"-212x300.jpg\"]",".google_ust",".submengoogle","#header-alt-reklam","#hybrid-badge",".ads-max-height-600",".sagblok","marquee",".konulisteTextReklam","a[href^=\"https://menuburada.com/reklam-zipla.php\"]",".tepereklam","div[class^=\"strrklm\"]",".widget a[href=\"http://yotel.com/\"] > img",".rek:not(.haber_rek)",".FrmmknAdvertising","iframe[src=\"https://www.animex.club/reklamEngine.php\"]",".adversAreaa","#content > div.content-adsense > a:not([href=\"http://erzurumajans.com/\"]) > img","img[width=\"300\"][height=\"400\"]","#sagsabitle > .blokccs[style*=\"background-color:\"]",".lgx-logo-slider-wp","#sidebar-before-content > div.templatic_text","#templatic_text-72",".reklam_videosu",".amp-ad","img[width=\"300px\"][height=\"250px\"]","div[id^=\"block-anasayfareklam\"]\ndiv[id^=\"block-views-block-reklam-\"]","#top_banner","#sidebar-topbanner","div[style^=\"width:300px;\"] > div[style]",".firmad",".ap-930x100",".ap-300x400",".ap-615",".single_loop > a[rel=\"nofollow noreferrer\"] > img",".spon","video[src*=\"_970x250.\"]","body .sidebar-partner",".news-box > a[href][target=\"_blank\"].block > img",".header-img > a[href][target=\"_blank\"].block > img","div[style*=\"width: 970px;height: 250px;\"]","div[style^=\"width: 728px; height: 90px;\"]",".sagSabitKose",".ziledoviz",".haberler-grids > .haberler-item#milliyet_widget_div\n.haberler-grids > .haberler-item#widgetet\n.haberler-grids > div[class^=\"haberler-item\"][id^=\"widget_div_\"]","div[class*=\"Reklam_\"]",".ayrac","a[href*=\"torku.com.tr/\"]",".widget_custom_html",".big_banner","a[href^=\" https://www.ford-helvacioglu-mugla.com/\"]",".popup-window",".popup-overlay","a[href^=\"http://bit.ly/\"]","#mvp-leader-wrap",".bottomBanner","#rec-full-block",".top-banner-area",".bannergroup",".haber-ici-1_greklam","div[class$=\"reklam\"]",".leaderboard-1-banner",".masted-reklam-alani",".skitter-large-box",".row > div[class^=\"col-md-\"] > div.well > a[target=\"_blank\"] > img","center > a[rel=\"nofollow\"] > img",".fixed_ads",".adace-sponsors-box",".adace-slideup-slot-closer",".ad-channel","#sabitSagAds","#sabitSolAds","#reklamTepe","#kapatReklam","#logoSagi","#zzz","div[class^=\"ilan_tahtasi\"]","div[class^=\"haber-ici-1-adv\"]\ndiv[class^=\"mi-banner-layout\"]","div[itemprop=\"articleBody\"] > div.code-block-1","div[class^=\"rklm-\"]",".video-ad-container","body .CM_pageskin",".banner-animation","#stream-item-widget-16","#header-cont > #banner > img[src^=\"https://i.hizliresim.com/\"]","section.sidebarWidget.nativeWidget > .textwidget > p > img[src^=\"https://i.hizliresim.com/\"]",".sectionAd",".searchHeaderAd",".bgads",".samBackground > a[href][target=\"_blank\"].samBackgroundItem","#DetailMtrxCentre > div#quiz_masthead[style^=\"width:970px; height:250px;\"]",".u-ads",".sagads",".Ad",".ikili-reklamlar",".mutlu-aku-banner","#js-hook-for-kocfinans-credit",".add-banner",".col-lg-3 > .add > a[href][target=\"_blank\"] > img","li[id^=\"grand_news_custom_ads-\"]","div[class^=\"ad-\"][class*=\"-prod\"]",".inner-box > .row > .col-12 > div[style=\"width: 920px; height: 180px;margin: 20px auto;\"]\n.inner-box > .row > .col-12 > div[style=\"width: 970px; height: 200px;margin: 0 auto;margin-bottom: 20px;\"]",".yaris-widget",".zebramo-screen > div.row > div[class] > a[target=\"_blank\"] > img",".sag-blok-hava-durumu-ustu-adva",".container > div[class^=\"ana-sayfa-\"][class*=\"-buyuk-adv\"]",".ad-970x250",".page > section.manset-wrap > a[href][target=\"_blank\"] > img",".pageSkinOrta","img[width=\"300\"][height=\"600\"]",".tavan_reklam",".haberDetay_reklam","div[id^=\"advertising-\"]",".HeaderAdvertising",".advertising728x90_MansetAlti",".body-clickable",".Ads-L",".CS.Last > .CXL.Mag",".widget_bt_banner_widget",".rekFull",".article-detail-right > section.new-article-box",".skip-intro",".ustreklamgrubudesktop",".reklam300x250","div[id^=\"reklam_250_\"]",".inlineAdsG",".anasayfaustreklam",".headerrek",".sidebar > a[href][rel=\"nofollow\"] > img",".webmobile > a[href][rel=\"nofollow\"] > img","div[class^=\"ads_\"]","ins[id^=\"rkm-\"]",".analysis-banner","center > a[href][onclick][style^=\"width\"]",".banner_970",".cb-block","div[id^=\"ads-\"]","#melbet",".add-inner",".headline-ad","#custom_html-5","#reklambuyuk","body > div[class^=\"pageskin-\"]\ndiv[class^=\"corpad-\"]",".home-full-banner",".single-ad-top",".main-adsense",".home-adbox",".bik-ad",".smart-ads",".solreklam",".inner-right-ad-300",".tepe-alan",".Banner320x50:not([href^=\"https://api.whatsapp.com\"])",".Banner320x100",".adver_custom",".custom_advert_right",".newsbox_sidebar_ads",".newsbox_sidebar_ads_single",".adv-600",".container > div > a[href^=\"http://bit.ly\"]","#ivr-reklam-text",".masthead-content","body > div[style=\"text-align:center\"]\nimg[src^=\"https://gmag.com.tr/wp-content/uploads/\"][src*=\"/banner_\"][src*=\".gif\"]","div.code-block > a[target=\"_blank\"] > img",".jeg_ad","a[href^=\"http://www.nefesgazetesi.com/banner.php\"]","#advertising_load_area",".banner > a[target^=\"_blan\"] > img","#pre_video","div[class^=\"singleAd\"]",".megaBanner","#custom_html-3",".btbg",".mansetyanitekli-x","#de_reklam",".sagyan_reklam","div[class$=\"_reklam_160x600\"]","ul[style=\"width:400px; height:300px;\"]","#add-popup",".md-overlay",".left-side > a[rel=\"nofollow\"]",".right-side > a[rel=\"nofollow\"]","img[alt=\"Advert\"]","#tie-block_2405",".stream-item-top-wrapper","p > a[rel=\"noopener\"] > img:not([alt^=\"sosyal\"])",".td-adspot-title",".pub_code",".side_pub > a[href]:not([href*=\".saglikaktuel.com\"])[target=\"_blank\"] > img","a[href*=\"banner.php\"][target=\"_blank\"] > img","div[class^=\"ad-control-\"]",".ifBanner300x250","#pageFull > .wrap950u.mTop10","a[target=\"_new\"] > img:not([src*=\"whatsapp\"]):not([facebook])","div[style=\"clear:both;height:30px\"]","div[id$=\"-banner\"]","#manset_ile_gundem","#vitrin_ile_astro","center > a[href*=\"://bit.ly/\"] > img\ncenter > a[href][target=\"_blank\"][rel].external > img\niframe[src^=\"https://www.obilet.com/widget/\"]",".grids > div[class] > .sidebar","center > p[style=\"background-color: #e7e7e7; color: #F00; font-weight: bold; font-size: 18px; text-align: center;\"]",".thecontent > .code-block > a[href][target=\"_blank\"][rel].external > img\n.thecontent > div.code-block > a[data-wpel-link=\"external\"] > img","#fadeinbox",".advertising","#advertising_div","div[class^=\"netr0nRadyoYanReklam\"]",".td-ss-main-sidebar p > a[href] > img",".widget-banner",".ortaKategori1Reklam",".header_big_advert","div[class^=\"ui-popup\"]",".main-menu > .main-menu-item > a[href=\"http://ekonomi.haber7.com/kobi\"] > img",".sidebar > .widget > .textwidget > *:not(.sossy-social-profile) > a[href][target=\"_blank\"][rel] > img",".td-all-devices > a[href^=\"http://bit.ly/\"] > img",".ap-xsr",".apw-xbt",".apw-xbl",".apw-xbr",".ap-940x100",".ap-928X96",".ap-450x400",".geoit_popup_ade","center > a[href=\"https://www.dekolte.net\"] > img",".footer_fixed_banner","a[href*=\".rdrtr.com/aff_c?\"]","div.ads",".ustreklammasa","#highlights_suslu li.url-highlight",".ads-page-skin",".p-body-sidebar > .samCodeUnit",".nsi_add",".banner300Soru","#ads728and250","#header2 > #coco2","p > a[href]:not([href^=\"https://gsmturkey.net/threads/\"])[target=\"_blank\"][rel=\"noopener\"] > img",".ads-row","div[class=\"con pt30 pt10-sm\"] > div.row > div[class=\"col c-rsilan order-6\"]",".flex-row > .col > aside[itemtype=\"https://schema.org/WPAdBlock\"] + .cl10",".NewsContent > .RelatedNews","div[style=\"margin:10px 0px;\"] > fieldset[style=\"border: 1px solid!important;padding:10px;color:8a8a8a;\"]",".gl-advert","div[data-wbzone$=\"extlink\"] > div#id_m_textlink","div[data-mbzone$=\"extlink\"] > div#id_d_textlink","#scrolladsbanners",".mitsubishi-link",".banner_main",".ad52-container","#main_container > a[href][style][data-type=\"page_skins\"][rel=\"nofollow noopener\"]\n#main_container a[id^=\"product_detail_ad_\"]",".pageSkin",".container > div.row > a[rel=\"nofollow\"]","a[href^=\"https://www.dunyabizim.com/banner.php?\"] > img","body > #printlogo + div[class=\"container tb-block mt-10 mb-10 block-1\"]",".paratic_sidebar > a[target=\"_blank\"][title]",".sadece-mobil","div[style=\"margin:28px\"] > center > b > a[href][target=\"_blank\"]",".textbox#current[style^=\"float: left;\"]",".banner_wrapper > a[target=\"_blank\"] > img[alt=\"Sözcü Plus\"]",".splash",".advrs",".col-2x > .widget-slider","#reklam2",".reklam4","#sag > .s > img[src^=\"/images/372x\"]\n#sag > .s5","a[href^=\"http://www.bolgevizyon.com.tr/\"]\ncenter > a[href=\"http://www.sakaryagazetesi.com.tr/iletisim/\"] > img",".mi-banner-layout1","[data-aaid=\"\\\"ad\\\"\"]","#header-text-nav-container > div[style*=\"width:100%;height: 250px;\"]","#pskinad",".banner-side",".header-banners",".ads.dev-detail-ad-template",".samCodeUnit",".rightColWrap > div[class=\"col-sm-12 col-xs-12 pad0 border1 pad30 marTB20 text-center\"]","div.adpro",".index_sub_headline[style=\"height:230px; width: 780px; overflow:hidden; margin:0 auto; text-align:center;\"]","div[style=\"width:100%; height: 280px; margin:0 auto;margin-bottom:5px;\"]\niframe[src^=\"/advertisement/\"]",".h80-reklam + div[style*=\"width:100%; height: 280px;\"]",".post_list_banner",".g-ad-t",".g-ad-y","iframe[src^=\"/pages/ad.aspx?adLoc=\"]",".sag336-reklam","#side iframe[src^=\" http://www.emlakeki.com/\"][src*=\"banner.aspx?ref=\"]","#single_1_aciklama_alt","#film > div[class*=\"-metin\"]",".menuustu-reklam",".post-content > div.wpcf7[role=\"form\"]","#solkisim > div[style=\"text-align:left;width:300px;height:250px;padding:10px;background:none;\"]",".col-md-4 > .adblock",".left-bnnr",".right-bnnr",".addy",".top-header-banner","section.header nav .sponsor","body .adsbygoogle","#ad_global_below_navbar > .alt1 > div[align=\"center\"] > a[href*=\"banner\"][target=\"_blank\"] > img",".banner_320x50",".picangle > .konuz > a[href][target=\"_blank\"]",".sponsor-container",".dt_banner",".widget > .add",".row .text-center > a[href][rel=\"nofollow\"] > img","body > div[class$=\"-side hidden-xs hidden-sm\"] > a[href][rel=\"nofollow\"] > img","#Anasayfa","#firma-rehberi",".c-adblok","#thb-infinite-article > .section-grey","#stream-item-125-widget-7","#stream-item-widget-15",".stream-item-below-post-content","#wrapper > .above-header","a[href^=\"/banner-gosterimi?id=\"]\ndiv[id^=\"div-gpt-ad\"]",".virgul-ad","#nativeAd",".adv-content-inner-full",".advBox-s-type-300-250",".bellona-overlay",".headline-slider .slick-track a[href^=\"http://www.haber7.com/advertorial\"] > .image","#adidm_reklam",".advers",".ads-300x600","#sidebar > aside#text-19",".homepage > aside#text-21","#Header-Banner-Masthead",".ad-ver-ti-se-ment","#widgets-wrap-sidebar-right > #custom_html-3",".adsbox","#sidebar_reklam_alan",".col-md-9 > .horizontal-place",".sol_sidebar a[href] > img:not([alt])","#sidebar > #black-studio-tinymce-11\n#sidebar > #black-studio-tinymce-12\n#sidebar > #black-studio-tinymce-13\n#sidebar > #black-studio-tinymce-14\n#sidebar > #black-studio-tinymce-5\n#sidebar > #black-studio-tinymce-6","#altSreklam",".filmicerik > center > a[target=\"_blank\"] > img",".top-banner-wrapper > .top-banner","td[width=\"130\"]:first-of-type > br:first-of-type","#sagblokfix > div[style*=\"width:300px;height:250px;\"]",".elementor-image > a[target=\"_blank\"]:not([href*=\"kadikoylife.com\"]) > img[alt]",".td-main-content-wrap > img[alt][width]","div[class$=\"advert\"]","#ebolax_div",".featured",".content > .inbar","._commercial","#bannerClick\n#bannerClick + div.image",".midleft > [id][style=\"width:336px;height:280px;\"]:empty",".banner > .cls-pn-ad","img[alt*=\"sponsor\"]","#main > #post-entry",".tb-block",".mm-page > div[class=\"container-fluid y100 hidden-xs\"]","#inner-wrap #logo-wrap > #logo\n#inner-wrap > #bio",".tribe_image_plus a:not([href*=\"edebiyathaber.net\"]) > img","div[class^=\"widget_banner_\"]",".detailp > .img_position_left",".post-body > .img_position_left",".popular-products","#text-html-widget-2",".singleAd2","div[id^=\"dhascript\"] img","iframe[src^=\"https://ad.yemeksepeti.com\"]","#text-2","#soldakayan",".rstboxes",".fulladds",".extra-banwrapper","#advancenative","#adsupp-div",".adFirst",".textFrame > .advert ~ .textlink[banner-zone]","#text-17",".adsbygoogle",".nativeBanner","iframe[src^=\"https://a-ssl.ligatus.com/\"]",".rb-adv",".wrap > div#menugoster[style=\"text-align:right; cursor:pointer\"]",".menu > ul > li[style=\"margin-bottom:10px; padding-left:10px;\"] > img",".video-player ~ .current-slide-sidebar > .current-slide-right-sidebar","#maltreklamsef","#ResultsContentRight > div[style*=\"width:300px;\"][style*=\"height:250px\"]","#sidebar-right > #inner-left > #magman_widget_text-5\n#sidebar-right > #inner-left > #text-13",".block-image > a[target=\"_blank\"] > img","a[href^=\"https://www.haber46.com.tr/banner.php\"]","body .ads",".ligatusAdvert",".amp-dfpslot",".w620-ad",".ad-right-block",".ad-double-300x250",".detail-first-ad",".detail-second-ad",".main-menu-item > a[href^=\"http://bit.ly/\"]","a[href^=\"/reklam.php\"]","#ustuzunreklam",".cizgi_film_kare_tanitim",".add_middle_cont","div[class^=\"ad_type\"]\ndiv[id^=\"ad275x145\"]","#div_300_250_top","#div_728_90_top","#div_300_250_center",".adIDM","#right a[href=\"http://www.teknobeyin.com/reklam\"] > img","body .td-header-wrap .td-g-rec-id-header > .adsbygoogle","body .td-header-style-12 .td-g-rec-id-header .adsbygoogle","div.text-center.columns > a[target=\"_blank\"] > img[alt]",".entry > div[style*=\"padding: 5px;\"][style*=\"margin-bottom: 10px;\"][style*=\"margin-top: 5px;\"] > center","#custom_html-2",".mad",".u-bottomFixer","div[class$=\"kulereklam\"]","#rklm-sayfaustu","#girisReklamalani",".single_makale_basi_reklam",".bolum-sponsoru\n.bolum-sponsoru + .b1d",".ad-banner-type-728-90",".r302",".anadiv > .ust22[style]",".reklam-sagbant","#ad-haber-alti",".bgtiklansin",".news-box > .cas-inner > a[href^=\"http://bit.ly/\"]\n.news-box > a[href^=\"http://bit.ly/\"]",".header_720x90v2",".sidebar-reklam","a[href*=\"/earn.php?\"]","div[class*=\"ereklam\"]","#sagBlok img[width=\"300\"][height=\"250\"]",".economy-ad",".subhead-ad",".multimedia-ad",".vce_adsense_widget",".rmedia","div[class^=\"brn-ads-\"]",".right-column > div[style*=\"height:600px\"][style*=\"width:300px\"]","#main-ads","#yan > div[style*=\"auto;box-sizing:border-box;border:#ddd\"][style*=\"width:200px\"]:not([class]):not([id])","#rklmpst",".samBannerUnit",".header_banner",".theiaStickySidebar > #meta-2","#gdad_leaderboard","#sabit_reklam","#ozel_reklam","#content > div[style*=\"height:250px\"][style*=\"width:\"][style*=\"margin-left:\"]","div[id^=\"gdad_\"]","#article-banner","div[id^=\"para\"]","#adds",".ban300x250",".adControl","#Masthead","a[href^=\"http://notoskitap.com/\"][target=\"_blank\"] > img","#kt_2","div[class^=\"code-block code-block-\"]",".adv300B","#custom_html-26",".alt1 > a[href=\"https://wmaraci.com/reklam\"][title=\"reklam\"]\n.alt1 > a[href^=\"https://wmaraci.com/w/palmara\"] > img\n.alt1 > a[target=\"_blank\"][rel=\"sponsored\"] > img",".header-weather-widget.mitsubishi .weather-content-block > .mitsubishi","div[data-mbzone=\"300x250\"]",".funboxWrapper > center > a[href][target=\"_blank\"] > img",".mainContent > ol.nodeList#forums > center > a[href][target=\"_blank\"] > img",".entry-footer",".container-fluid li[onclick] > img",".single_head_ad_wrapper",".contentWrapperInner > .homeFeedBox",".stickySideAdsContainer",".header-banner",".turkiye-banner",".dkn-adlabel",".sidebar > .dkn-widget",".topbanner","a[href*=\"epincity.net/\"][target=\"_blank\"]","#reklamGoster","blockquote.messageText > .funbox","div[class*=\"Content\"] > .sectionMain.funbox",".topBannerFrame","#content > div[style^=\"width: 970px;height: 270px;\"]","#bg_rek",".sponsor-icons",".haberler-item#hurriyet_widget_div\n.haberler-item#partner_widget","#Garanti_Interstitial","div[class*=\"indig-\"]",".rowAdd",".contentArea > .contentAreaRight > div[style*=\"width:336px;height:280px;\"]",".dyg-soller",".adv-sticky-bottom",".bannerWrapper300",".anarek2-adva",".sagrek1-adva",".ilkmesajreklam","#newsContent > div[style=\"margin:3px;\"] > a[href^=\"http://bit.ly/\"]","a[href^=\"http://ad.afftrck.com/\"]\na[href^=\"https://webapp.akbank.com/\"]","#cimri-masthead",".banneritem",".right > div[align=\"center\"][style=\"margin-top:20px;\"] > div[style*=\"background: url(/_img/otoraba/\"]",".theiaStickySidebar > #text-97",".col-adv","#yaziSonuBanners","a[href^=\"https://www.gcmforex.com/\"]","center > a[href][target=\"_blank\"] > img",".pageSkinright",".pageSkinLeft","#tdi_22",".tdi_84","#masthead","#menu > div.container > div.container-fluid > nav > ul > li > a[rel=\"nofollow\"] > img","a.news[href^=\"http://www.haber7.com/advertorial/\"]",".reklam-sol",".reklam-sag","#reklam-sol","#reklam-sag",".td-all-devices > a[href][target=\"_blank\"] > img[src*=\"BANNER\"]\n.td-all-devices > a[href][target=\"_blank\"] > img[src*=\"banner\"]",".oyun_penceresi > div[style=\"float:left; padding:10px;\"]",".td-header-sp-recs","#single-banner","a[href][target=\"_blank\"][rel=\"nofollow\"] > img",".mastHeadAdBanner",".stickySideAds",".sidebarTrailingAdWrapper","#topBanner",".yazilim-sponsor",".logo-banner",".reklam-haber-ici","#pageSkinReklam",".widget_webrazzisponsoredpostswidget","body .masthead",".tise-banner","#modal-ads.fade.in ~ .modal-backdrop",".video_onu","body .top-ads","body .right-ads",".threadSponsor",".sidebox._sgm_remove_",".manset-slider > .swiper-wrapper > .swiper-slide > a[href^=\"http://bit.ly/\"]","a[href^=\"https://goo.gl/\"][target=\"_blank\"] > img","div[class*=\"sponsored-news-recommendation\"]",".eto > h3",".eto_2 > * a[href]:not([href^=\"https://rooteto.com/\"])",".col-sm-3 > div[style=\"width:300px;height:600px\"]:not([class]):not([id])","#_top_footer_left.galeriFooter",".o-sponsored-article",".sponsored",".reklamdizi",".reklamizle",".dizi_video > ul > div[style^=\"width:336px;height:332px;float:right;\"]","a[href=\"https://goo.gl/zMa6wH\"]",".DnmBnr_content","[class^=\"dygad-\"]","[class^=\"dygad-\"] + .ros",".td-g-rec",".left-content.bottom > div[style=\"margin-top:10px;margin-bottom:30px;height:100px;\"]",":not([style*=\"-9999\"]) + div[id^=\"div-gpt-ad\"]\na[onclick*=\"Reklamı Kapat\"]\ndiv[id^=\"div-gpt-ad-\"]","div[id^=\"ads\"]",".fixedAd","#mynativeplatform_reklam",".weather-sponsor",".news_detail > div.side_detail",".adv-dtl","#CntnrNew > .sidebox.item:first-of-type",".haltiLnkT",".advertFrame","#myAffix","aside > .row > .col-sm-4.hidden-sm:last-child","#trek",".mrek",".side > a[rel=\"nofollow\"] > img","#rightBanners",".bannerBox",".dissagreklam","#sticky",".rek1","div[class^=\"ortrek\"]\ndiv[style^=\"width:728px; height:90px;\"]\nimg[style=\"width:460px; height:90px\"]\nimg[width=\"460\"][height=\"80\"]",".pageskin",".t3reklam","#xturk > div[style^=\"width: 990px\"]",".haberreklam",".wideadcon","#topbans",".mainarticle > div[style*=\"width:576px;\"]:not([class]):not([id])",".ads-form-banner",".news-body > div[style=\"width:315px;float:left;height:250px;padding:3px;\"]",".haber_banner_300","a[target=\"300x171_banner\"]\ndiv[class^=\"banner_300x\"]\ndiv[id*=\"/adnative_\"]",".forumreklamlari",".tepebanners","#rb > .adv",".right > .right[style*=\"280px;\"]","div[style^=\"padding: 5px;\"] > div[style=\"width: 306px;\"] > div[style=\"min-height: 255px;\"]",".popup-ads",".passbnd",".halkbank-yuzliram","#Interstitial","#NewsContent > .mainBox[style*=\"250px; margin-right:\"]\n#NewsContent > .mainBox[style*=\"auto; padding:\"][style*=\"580\"]","#ReklamAlani","#Reklamdiv","#SliderReklam","#active-popup","#adv_square","#amk_masthead","#banner336","#banner_logo_top","#billboard_banner","#billboard_kapat","#cboxOverlay","#colorbox","#cm-social-overlay","#ctl00_ensagreklam","#dfp_300x250_sag","#div-NativeAd","#fixedreklam","#games > #baguette\n#games > .boule","#header > div.logo > a > img","#header-banner","#hicidiv","#iceriksol > div#indralt > div#prioyun","#iframe_partner","#info > .baguette","#kutu","#lightBox","#main > div[class^=\"satir satir\"] > center > img","#main300x250container","#main_right > div > a > [style*=\"308px;\"][style*=\"border\"]","#marcamarca","#masthead-outer","#masthead-wrapper","#mustheadAdd","#ngVirgul_660x250","#page > a[class^=\"pageskin\"]","#pageskin","#pageskin_ng","#plusNewsListRightBlock","#pnlFanbox","#popup-container","#popupustdiv","#post-thumbnail > .print > div[style]",".reklam-header","#reklam1","#reklam_center","#reklambtn","#reviews > aside > .boule","#secondary > aside[id^=\"text-\"]","#sgcboxOverlay","#sgcolorbox","#splash","#text-6","#tickeradss","#toolbar","#top-adv","#widgetKareHaberlerManset","#widget_background_widget_23",".CM_pageskin_1",".ReklamLink",".ReklamMenu",".ad-logo",".ad617",".adm-ads-area",".ads-300x250-sidebar",".ads-masthead__horizontal",".ads.ads.square\ndiv[class^=\"col-md-\"] > div.ads",".ads630",".ads640",".adsWidgetSidebar",".ads_kare",".ads_kule",".adsnd",".adv",".advbox",".advertItem",".advertisement",".ap-300x250",".ap-480x80",".ap-728x90",".ap-928x100",".ap-928x90",".apw-xib",".article-300x250",".asdWrapper",".b-banner",".background-cover",".band_news_banner","body .banner-section",".banner_alani",".banner_article",".banner_code",".banner_container",".banner_pos",".billBoard",".bnnr",".boomads",".c5ab_ads",".carousel-banner",".cdxhd_interstitial",".center-banner",".cnt > div.passbnd",".desktop-wrap > div.show-desktop > a",".detayFoto",".detayReklam",".dhorta > .kl-ustu",".featured-floating",".freklam",".fullads",".funbox",".fvitrin",".games",".genel > .sag + * + .sag-icerik\n.genel > .sag + .icerik-yan-baslik",".genelReklamCon",".haber_arasi_banner",".haberadvertorial",".hbr-sol-reklam",".headBannerCover",".header-content > div.e3lan",".header-content-o > a > img",".headline_advert",".headline_side",".headreklam",".hsharea",".ind_300x250",".kobi-head-banner",".konuhbrprt1",".main-banner",".mainBox.adsFace:not(:last-child)",".manset-alti-banner-1",".manset_alt_reklam",".mansetyanreklam",".mastheadVid_container",".mustheadBlk",".news > div.dtl > div.fea",".one_bottom_bar",".orta_reklamlar",".pageskin-main",".patslot",".pr.flleft > a > img",".prgm_ads",".program_vitrin",".r300",".rb-footer-popup",".psk",".rekgec-div",".reklam-1",".reklam3",".reklamAlani",".reklam_sag",".reklam_tikla",".reklamalan1",".reklamliste",".resim-reklamlar",".left_ad_areas",".right_ad_areas",".right_banner",".rklm",".row.hidden-xs img.img-responsive",".s300x250",".sAd_box",".sag2 > div > a > img",".scrollhelper",".serbay > a > img",".side_banner",".sidebar-banner",".sidebar-inner > .widget-area > aside[id^=\"text-\"]",".sidebarddd",".sidebox.banners",".single-lyric-ads",".site_onu",".slider-reklam",".sol_reklamlar",".turkiye_gezgini_banner",".up-masthead__container",".ust_slider",".ustduyuru_img",".ustreklam",".w-box-content div[class=\"panel panel-default\"]",".widget.add",".x300",".x300250",".x_advert",".yanReklamlar","a[href^=\"/showad.asp\"]","a[href^=\"http://www.internetoku.com/showad.asp\"]","a[href^=\"https://www.eleman.net/yonlendir.php?reklam_id=\"]","a[rel=\"nofollow\"][class$=\"-lg\"] > img","a[style] > img[width=\"300px\"][height=\"250px\"]\ndiv[id=\"300x250\"]\ndiv[id=\"728x90\"]","aside[id^=\"adswidget\"]","body > div > div[class=\"hurBox flashOne nflashOne\"][style=\"margin-left:10px;\"]","body > div[style^=\"width: 960px;margin: 0px auto;position: relative;min-height:35px;\"]","div[aria-labelledby$=\"ui-dialog-title-myPopUp\"]","div[class$=\"Banner\"]","div[class$=\"banner-square\"]","div[class$=\"e3lan e3lan-bottom\"]\ndiv[class$=\"e3lan e3lan-top\"]","div[class$=\"header_banner gizle\"]","div[class$=\"ortala u_b_u\"]","div[class^=\"ad\"][id^=\"r\"]","div[class^=\"ad-\"]","div[class^=\"ads\"]","div[class^=\"ads-\"]","div[class^=\"advert-\"]","div[class^=\"advert\"]\ndiv[id^=\"advert-\"]","div[class^=\"advertise\"]","div[class^=\"banner area-\"]","div[class^=\"banner\"]","div[class^=\"banner-\"]","div[class^=\"buyuk-banner\"]","div[class^=\"desktopAds\"]\ndiv[class^=\"mobileAds\"]","div[class^=\"fancybox-\"]","div[class^=\"modal-backdrop\"]","div[class^=\"reklam-\"]","div[class^=\"reklam\"]","div[id$=\"728x90_h\"]","div[id$=\"Pageskin\"]","div[id^=\"Gad-\"]","div[id^=\"fancybox\"]","div[id^=\"reklam\"]","div[id^=\"reklam-\"]","div[id^=\"simplemodal-\"]","div[style=\"margin-top:20px;\"] > div.container > div.col-md-4 > p img.img-responsive","div[style=\"width: 300px; height: 250px;\"]","div[style=\"width:970px; height:90px;\"]","div[style^=\"background:url(images/banner_\"]","div[style^=\"width:336px;height:280px;\"]","iframe[name$=\"BIKADV\"]","iframe[src^=\"/action/ibanner\"]","img[alt*=\"web-banner\"]","img[alt=\"reklam\"]","img[alt=\"Reklam\"]","img[alt=\"ad\"]","img[style=\"width: 300px;height: 250px;\"]","img[width=\"180\"][height=\"180\"]","img[width=\"276\"][height=\"571\"]","img[width=\"300\"][height=\"250\"]","img[width=\"938\"][height=\"120\"]","marquee[id^=\"hitson\"]","section[class^=\"ortablok\"] > div.sag","table[width=\"468\"]","td[width=\"200\"] a[target=\"_blank\"] img[width=\"200\"][alt]","#filmoncereklam","#vast > div[id].jwplayer",".tab-reklam",".play-that-video","div#rk-content.center","#rekmine","#reki2","#rekmine2","#reki:not([style*=\"display\"])",".container-pl",".vidcontainer","#birinci","#reki1","#bir.oynama","body > a[href^=\"https://\"][target=\"_blank\"]",".nk-nav > li > a[target=\"_blank\"]","body > div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".full-width-banner","ul[data-nav-mobile=\"#nk-nav-mobile\"] > li:has(> a[href^=\"https://bit.ly/\"])\nul[data-nav-mobile=\"#nk-nav-mobile\"] > li:has(> a[href^=\"https://tinyurl.com/\"]:not([href$=\"-Telegram\"]):not([href$=\"-Twitter\"]):not([href$=\"-instagram\"]))",".vertical-gap:has(> .col-lg-12 > a[href^=\"https://\"][target=\"_blank\"])","div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".livecontainer > div.vertical-gap a[target=\"_blank\"] > img","header > a[href^=\"https://goley90canlitv\"][href$=\".site/\"] + ul",".footer-links",".watermark",".header-right-section",".footer-bottom-area",".banner-grup","div[onclick^=\"window.open(\"][style^=\"background-color: #006400\"]","div[id^=\"modal\"]",".bgBanner",".pa-container","div[style^=\"text-align: center;\"] > a[target=\"_blank\"] > img",".film-tab ~ a[target=\"_blank\"] > img",".header_r",".w100p",".iframe_728","div#stream_holder > iframe#video_reklam","#video_reklam",".banner-placeholder",".pageskin-clickable",".top-text-banner","[id^=\"betting-sites\"]\nheader a[href]:not(.logo-link, [aria-label])","div[data-isbd-main-container] > section > div.hidden-xs.text-center","div[class^=\"footer-\"]\nheader > a[href=\"/\"] + ul",".wpb_wrapper > a[target=\"_blank\"][style^=\"color:red; background-color:black; padding:10px; display:inline-block;\"]\n.wpb_wrapper > center > a[target=\"_blank\"]","a[target=\"_blank\"][rel=\"noopener\"] > img","img[id^=\"top-ads-\"]",".player > a[href][target=\"_blank\"]","#header-text","koddostu","body > script + marquee[bgcolor=\"black\"][onmouseover]",".topNav > div.buttons","a[href^=\"//clbanners3.com/\"]",".container > aside.sidebar:has(> .banner)",".footer",".socials a:is(.meritroyal, .iptv, .streamradar)","div[style=\"margin: 10px; text-align: center;\"]",".player > div.flex","a[href^=\"https://diken.xyz/\"]",".relative:has(> div[class] > ad)",".player > .flex:has(> div:only-child > img[alt*=\"ad\"])","#router-view > div > div > div[class]:has(> div:only-child > ad)",".page-overlay",".banners",".bannetr",".nomobil",".list > div.item:has(> a[target=\"_blank\"])",".kapat",".chat_over_reklam",".full_bg","#xbetpu","div[class=\"clearfix mt10\"]\ndiv[class^=\"r_\"]",".video_content > a[target=\"_blank\"]",".containerAds","a[href^=\"https://heylink.me/\"]\na[target=\"_blank\"][rel=\"nofollow\"]\nbody > div[align=\"center\"][class=\"bb\"] ~ br","header-o > .px-5:has(> a[target=\"_blank\"])",".alert",".rounded.m-auto .bg-black > a[href][target=\"_blank\"]","#mPlayerFds",".fb-popup",".top-banner-container","div[class^=\"bg-\"].z-\\[99999\\]\ndiv[data-type^=\"v\"][data-gets]","#playerLsDizilla > div:has(a[href$=\"/dizipalvideobanner\"])","#malker-vid-alti","#site > div[id=\"header\"]","#sticky-footer","#banners",".headbar","#bottomBx","#SolBlok div.hideMobil","iframe[src*=\"/a_kutu/\"]","div[class^=\"r_\"][class$=\"_0\"]\ndiv[class^=\"r_filmvideo\"]","a[href^=\"http://track.adform.net/\"]","img[style=\"width:728px; height:90px;\"]","#player-before-ads","#superderbi","#overplay","#reklam-header","#malker-footer",".money",".card-money","img[src^=\"/rek/\"]",".fotlogo > div.logo ~ *",".code-block",".copy","#footer a:not([href*=\"realfilmizle\"])","#adStarter","[class^=\"rotorfon-\"]\ndiv[id^=\"filmcidayi\"]\nvideo[onclick^=\"playAndAd(\"]",".rkads","#myVideo0ad","a[target=\"_blank\"][href=\"javascript:void(0)\"]",".mail-DirectLine",".DirectInline","div[style^=\"position: absolute; z-index: 1999999;\"]",".duyuru_kutusu",".haber-sidebar-banner",".text-center.visible-lg > a[class=\"download\"][rel=\"nofollow\"]",".hello_from_adguard_turkish","#adslider","div[id^=\"floatLayer\"]","div[id^=\"gpt_ad_\"]",".adInfo","#top-banner","#reklamlar","div[class^=\"reklam_\"]","#ustreklam","#reklamCodeiframe",".vertical-ads","ins[data-revive-zoneid]",".td-a-rec",".post-sponsored",".ad-desktop",".splash-reklam","a[target=\"_blank\"] > img[alt^=\"banner\"][src*=\".gif\"]","AMP-AD",".adTop",".ads-image"];
31
+ const argsSeqs = [0,-1,2,-3,493,4,5,-6,8,-7,8,7,9,10,-10,25,11,12,-12,-732,2167,13,14,-15,590,-16,-1195,-1837,1838,-17,-18,-19,-20,21,-22,1326,-23,2068,24,26,-27,-56,-780,-931,-1179,-1831,-2074,-2208,-2233,2234,-28,-31,-104,-105,-534,-546,-550,-551,-552,-553,-597,-1736,2272,29,-30,-31,-642,1435,-31,33,-31,-34,-216,-292,-293,-294,-948,-1274,-1694,-1725,2326,-31,-37,1283,-31,41,-31,-37,-42,-882,-1414,-1632,-2145,2490,-31,-43,-526,-1467,-1555,-1664,1813,-31,-44,2463,-31,37,-31,894,31,-31,307,-31,-37,-65,-1422,2101,-31,-43,-1156,-1434,-1698,2146,-31,-2648,2657,-32,-1741,-1934,-1969,2310,-32,-55,-189,-190,-2686,-2710,2711,35,-36,-1154,-2040,2323,-37,39,-37,-62,-1208,-1648,1866,-37,2322,-37,-2322,-2530,2623,-37,1740,-38,1302,38,-38,156,-38,193,40,-45,66,-46,-301,-329,-473,-474,-516,-902,-1420,2546,-46,-75,-76,-1656,2460,-46,-63,-165,-166,167,-47,-51,52,-47,-48,-49,-50,-51,52,-47,49,53,-54,-915,996,54,-55,-189,-190,-407,-667,-2463,-2686,-2687,-2688,-2689,2690,-55,-134,-225,-226,-256,-451,1615,-55,1474,-55,-496,-633,-837,-990,-1497,1987,-55,-58,-513,-1531,-1782,-2445,2569,-55,-58,-2006,2557,-55,-837,2180,55,-55,58,-55,-62,-863,-1526,2599,-55,-58,1592,-55,-56,2478,-55,56,-55,1700,-55,2557,-55,-1259,-1463,-1610,2478,-55,-56,-489,1878,-55,-56,-1878,1879,-55,-56,2400,-55,1152,-55,2065,-55,-58,2569,-55,1964,-55,2569,-55,-130,-131,-339,-377,-633,-1207,-1265,-1474,-1497,2613,-55,-437,-633,-1264,-1474,-1497,2161,-55,-71,-171,-172,-442,-501,-603,-633,-654,-655,-1072,-1207,-1264,-1265,-1346,-1474,-1497,-1685,-2180,-2355,2462,-55,-56,-930,2091,-55,-1404,-1785,-1786,-1787,-2142,2438,-55,-1247,-1984,1985,-55,57,-55,-56,2426,-55,-442,-655,-656,-787,-1072,-1474,2253,-55,-1259,-2474,2543,-55,-109,-442,-497,-498,-633,-990,-1264,-1265,-1473,-1474,-1497,-2164,-2165,2244,-55,-56,-109,-265,-266,-354,-355,-356,-357,-358,-633,-657,-679,-736,-990,-1148,-1473,-1474,-1475,-1497,-1987,-1988,-2116,-2244,-2502,2504,-55,-974,-1201,-1202,2478,56,-56,-61,-1722,-2359,2360,-56,2478,-56,-495,592,-56,-63,891,-56,1019,-56,-59,-1019,1025,-56,-1050,-1051,2364,-56,-1414,-1484,-2027,2100,-56,1716,-56,-1486,-2444,-2476,2601,-56,-2503,-2516,2578,-56,981,-56,-1322,-1357,1992,-56,-831,-832,-833,-834,-895,-896,-1320,-1334,1503,-56,-1644,-1645,-1646,-1647,2416,-56,-1043,2381,-56,-523,1695,-56,-360,2460,-56,2261,-56,-268,-398,-495,-725,-1493,1947,-56,-258,-549,-635,-691,-692,-2123,-2376,2377,-56,2210,-56,882,-56,2167,-56,-63,2102,-56,-2361,2362,-56,1186,-56,-702,-2405,-2411,2434,-56,-59,-585,-586,-932,-1172,-1574,-2162,-2386,-2407,-2418,-2423,2519,-56,-2093,2351,57,58,-58,2557,-58,-1979,2557,-59,229,59,-59,-263,-364,511,-59,606,-59,-634,-790,2085,-59,1220,-59,-100,-296,-499,-574,-659,-707,-1443,2067,-59,1083,-59,950,-59,-853,854,-59,1298,-59,66,-59,2441,-59,-1398,2348,-59,-65,2348,-59,-623,1019,-59,1071,-59,1086,-59,-193,-1294,-1436,-1565,1857,-59,-1109,2167,-59,-1281,1458,-59,1279,-59,-61,1550,-59,-1298,-1384,2455,-59,-797,-1330,2631,-59,2154,-59,1379,-59,-1078,1476,-59,1534,-59,1155,-59,1650,-59,-1937,-1968,-2154,-2202,2348,-59,-1753,1754,-59,-1844,2481,-59,-1034,2090,-59,-1657,-2064,2367,-59,-944,-2070,2521,-59,2625,-59,63,-59,-505,-947,-1936,-2008,-2113,-2114,-2136,-2182,-2183,-2184,-2185,-2186,-2187,-2222,-2223,-2224,-2257,-2299,-2301,-2320,-2367,-2385,2453,-59,-63,-691,-815,-1578,-2352,2482,-59,-85,-86,-87,-110,-290,-291,-943,-1045,-2179,-2451,-2452,-2470,2489,60,-60,-72,741,-60,78,-60,1313,-60,106,-60,-561,2632,-60,-698,928,-60,-697,928,-60,-168,-221,-697,-708,-2701,-2742,2743,-60,168,-60,-193,-221,-599,-600,-602,-1035,-2633,-2701,-2742,2743,61,-61,-277,278,-61,-1549,1550,-61,-1427,1428,-61,-2032,2033,-61,-623,-2358,-2359,2360,-61,-1427,-1428,1681,-61,67,-62,884,-62,-1972,1973,62,-62,859,-62,1643,-62,763,-62,383,-63,-242,-253,-306,-308,-426,-429,-789,-792,-1042,-1100,-1101,-1102,-1103,-1104,-1105,-1325,-2168,-2169,-2216,-2320,-2327,-2328,-2472,2552,63,-63,-1530,-1658,2600,-63,2150,-63,1391,-63,1595,-63,-177,-178,-179,-180,-181,-199,-200,-411,-500,-631,-636,-694,-695,-696,-710,-711,2498,-63,1295,-63,-539,2246,-63,-231,-232,408,-64,1742,65,-65,-614,-1692,2052,-65,2473,-65,-66,809,-65,1231,-65,66,-65,519,-65,-66,-228,-288,-365,-366,-371,-372,-951,-952,-1447,-1448,-1558,-1559,-1980,-1981,2134,-66,2068,66,-66,2010,-66,-923,1880,-66,-352,-687,2250,-66,1597,-66,-1356,1693,-66,464,-66,-480,-481,-482,-483,2484,-66,-334,335,-67,-1403,1859,67,-67,2032,-67,-1773,1774,68,-69,70,73,-74,-109,-316,-427,-509,-510,-633,-655,-788,-791,-990,-1016,-1264,-1473,-1474,-1497,-1838,2413,-77,-202,-405,953,77,-78,-2672,-2673,2674,78,-79,80,-81,-623,798,-82,953,-83,1291,-84,-234,-235,-236,-793,807,88,-89,-90,-91,1856,-92,-194,-195,-466,-502,-1063,-1064,-1065,-1452,2450,-93,503,94,-95,-96,-97,1023,98,99,-101,102,-101,-193,-289,-676,-1037,-1395,-1570,1571,-103,1048,-107,-116,-117,118,-108,-297,-341,-872,-979,-1402,2402,111,-112,113,-114,-778,-848,-849,-850,-851,-852,-989,-1114,-1905,-2045,-2046,-2049,-2096,-2292,-2293,-2311,-2312,2313,115,-119,2571,-120,1227,121,-122,-123,-147,-148,-477,-1262,-1441,-1442,-1460,-1583,-1794,-2022,-2023,-2348,-2564,2616,122,-124,1158,125,-126,-173,-174,-175,-240,-241,-243,-244,-271,-272,-323,-324,-331,-443,-507,-774,-805,-806,-822,-1484,-1727,-1728,-1841,-1887,-1971,-2274,-2275,-2341,-2353,-2354,-2410,-2417,-2420,-2424,-2443,-2450,-2513,-2520,2605,127,128,129,-129,-250,2616,-129,718,-129,-573,1061,-132,133,135,-136,-182,-183,-1499,1500,-137,-138,-139,-140,141,-142,812,-143,-813,814,-144,-252,869,-145,146,149,-150,151,-152,-767,939,153,154,155,-157,-220,-280,667,-158,-163,-164,931,-159,-2742,2743,-160,2630,-161,162,-168,169,-168,2628,168,-168,1378,-170,-349,-756,-757,1367,176,-184,2514,-185,-186,-187,309,188,-189,-190,256,-191,-368,-369,-370,-2145,2370,192,193,-193,992,-193,-967,2094,-193,578,-193,-946,1024,-193,1544,-193,-1949,1950,-193,2198,-193,-1850,-2157,2158,-193,1453,196,-197,-198,-348,-635,-1157,-1498,-1507,-1573,-1593,-2449,-2510,2603,-198,-692,-1573,2123,-201,444,-202,203,-202,-386,387,202,-204,-2348,2472,-205,-273,-753,-754,-1777,-1778,-1779,2744,-206,375,207,-207,-215,-2702,-2703,-2704,-2705,-2706,2707,-208,-209,210,209,-211,-1377,-1378,-1969,-2531,2532,-212,-213,-214,-238,-239,-270,-338,-416,-855,-1406,-2267,-2349,-2354,2420,215,-217,330,218,219,-221,222,-221,-2701,-2742,2743,-221,-222,-2701,-2720,-2742,2743,-221,-703,-704,-752,-2701,-2742,2743,-221,-351,-2701,-2742,2743,-221,2701,-223,-758,-2672,-2673,2674,-224,2629,-227,228,-228,-856,-857,-2104,-2105,2106,-230,-1115,-1116,2156,233,237,-237,-605,-1666,2600,-245,-246,-322,-327,-333,-376,-589,-988,-1598,-1599,-1715,-2111,-2112,-2291,2460,-247,-248,-2742,2743,249,-251,-612,-938,-1581,-1582,-2268,2269,-252,442,254,-255,-285,-686,-1070,-1084,-1085,-1372,-1801,-2137,-2335,-2336,-2493,2549,-257,-610,667,-257,569,-259,-639,-760,-2130,-2228,-2321,-2345,2408,260,261,-262,-310,-321,-353,362,264,267,269,-274,-275,-276,2460,279,-281,-440,-742,-878,-879,957,-282,-1223,-1224,-1433,-2068,-2091,2232,-283,-439,-2108,-2167,-2396,2397,-284,-2232,2605,286,-287,-1133,-1134,-1135,-1136,-1137,-1138,-1139,-1140,-1141,-1142,-1143,1428,-288,403,-295,-408,667,298,299,-300,-1030,-1049,-2132,2605,-302,350,303,-304,-305,-442,-583,-586,-1250,-1305,1306,-311,-319,-320,-587,904,-312,-842,-1319,2248,313,-313,2680,-314,315,316,317,-318,452,-318,1965,318,325,326,-328,2460,332,336,337,-340,2628,342,-343,-1983,2179,344,-345,-1077,1078,-346,-726,-727,-728,-1189,-1190,-1191,-1192,-1193,-2245,2320,-347,-390,391,349,359,-361,2473,363,-367,-758,987,-373,-374,-750,751,-378,-840,-1087,-1562,-2261,-2324,-2325,-2527,-2528,-2563,2584,-379,-380,-897,-929,-1032,1033,-381,1677,382,-383,-863,-945,2599,-383,-1526,-1901,-1902,2061,-383,-1938,2599,-384,-389,1792,-385,-504,1078,-386,-2235,2239,-388,-1377,-1378,1912,392,-393,-1529,2486,394,-395,590,-396,397,-399,409,-400,401,-402,-442,607,-404,-433,-836,883,-406,-436,-565,-594,-624,-712,-761,-786,-794,-820,2477,-407,408,-408,-1377,1378,-410,-442,-490,-492,-583,-586,-587,-936,-976,-1029,-1112,-1310,-1955,-1958,-2117,-2121,2460,-412,-413,733,414,415,-417,418,-419,-420,472,-421,-487,-2068,2232,-422,-423,-457,-458,-459,-460,2524,-423,-424,425,428,430,431,432,-434,435,436,-438,-1377,-1378,1912,441,-442,-447,-632,-869,-870,-871,-1850,-2041,-2252,-2279,-2342,-2343,2403,442,-442,991,-442,-2383,-2457,2458,-442,471,-445,2721,446,-448,-449,-450,-555,-626,-627,-738,-1764,-1805,-1948,-2215,2599,451,453,-453,-512,-1053,1054,-454,-455,-514,-528,-545,-617,-773,-1073,-1074,-1075,-1573,-2181,-2243,-2425,-2448,2483,-456,-994,1933,457,-461,-462,-575,-576,-584,-752,-2742,2743,-463,1402,-465,-1207,-1297,-1603,-2080,-2081,2404,-467,468,-469,470,469,-475,-1052,-1383,2463,-476,-718,-1089,-1090,-2141,-2371,-2372,2373,478,-479,-2143,2600,-484,-1269,2120,-485,-2071,-2078,2082,-486,-828,898,-488,-1185,-1483,-1484,-2320,-2419,2450,491,-491,1821,494,-506,-771,-1502,-1588,-2044,2287,-508,777,-515,999,-517,-1277,1278,-518,-1418,-1992,2261,520,-521,1661,522,524,525,-527,-1824,1825,-529,1842,530,531,532,-533,1991,535,-536,2153,537,-538,-919,-920,-921,-922,2160,-540,541,-542,682,-543,-590,-671,-1439,-1885,-1886,-1961,-2026,-2232,-2367,2609,544,-547,-548,1963,554,-556,1792,-557,-2742,2743,-558,559,-560,1731,-562,931,563,564,-566,653,567,-568,-613,-1377,-1378,2631,-570,571,-572,-667,2628,-577,-672,-1157,-1171,-1221,-1290,-1347,-1349,-1573,-1945,-2249,-2334,2460,-579,580,-581,-590,-995,2415,-582,-740,1078,-586,-779,-795,-864,-2183,2320,588,590,-590,-591,1426,-590,-1149,-1150,1425,-592,-1161,-1483,-1484,-1485,-1732,-2320,-2393,-2419,-2428,-2450,2460,-593,-621,-622,-944,1263,-594,-816,-817,-818,-819,-820,-821,-937,2115,-594,-2196,-2262,2461,595,596,-598,1097,-599,-601,-602,-720,-1107,2636,600,-604,-706,-980,2631,-607,-608,-629,-630,-1003,1426,-609,-629,-1078,-1522,-1523,1524,-611,2025,-615,-1377,1378,616,-618,1771,-619,620,623,-623,2145,-623,-2682,-2683,2684,-623,-2682,-2683,-2684,2692,625,-628,-804,-1041,-1165,-1270,-2315,2492,-637,-638,-641,2346,640,-643,1739,-644,-645,885,645,-646,-647,-648,1699,-649,-650,651,-652,-741,-784,785,658,660,661,-662,663,664,665,666,-667,719,-667,-668,719,667,-669,-1195,1580,670,-673,-674,675,-675,-1768,-1939,-1940,-1941,-1942,1943,677,678,-680,-681,-709,-785,1313,683,684,-685,2232,687,-688,689,690,693,698,-699,-1446,-1795,-1796,-2401,-2523,2559,-700,-972,-1514,1790,-701,2594,-705,-706,2640,-713,966,714,715,716,717,-720,-721,982,-722,-723,724,-729,-730,1001,731,-734,-735,1845,737,739,-743,-744,-745,962,-746,-747,2248,748,749,-755,944,-759,-1375,1376,-762,-2124,-2125,-2126,2548,-763,863,764,-765,1444,-765,-1076,-1444,-1716,-1839,-1840,-2431,2491,-766,-1038,-1039,-1544,-2095,-2350,-2475,2614,-768,-892,-893,-972,2251,769,770,-772,2265,-775,-1078,-2421,-2593,2602,-776,1402,-781,2635,782,783,-785,-2734,-2735,-2736,-2737,2738,-796,797,-797,2631,-799,800,-801,2281,-802,-1673,-1674,-1675,-2440,-2495,-2497,2588,803,808,-809,-1981,-2672,-2673,2674,-810,890,-811,1007,823,-823,-1333,1902,-824,-825,-1147,-1389,1390,-826,-827,1508,-829,-1311,-1563,1594,-830,1858,-835,-838,-839,-1733,-1734,2589,-841,2463,841,843,-844,-845,1409,846,847,854,858,-860,-861,2347,862,-863,-1363,2599,-863,2599,865,-866,-992,-1659,-1660,2639,-867,-2068,2232,-868,2001,873,-874,-1922,1923,875,876,877,-878,879,-880,-881,-1881,-1882,2348,-884,2537,-886,1927,-887,-888,889,-899,-900,901,-903,-912,-2089,2512,905,-906,2273,907,-908,975,-909,-910,2534,911,913,-914,2294,916,-917,-918,1968,924,-924,-2036,-2211,-2212,-2460,-2529,2588,925,926,-927,2607,-927,2150,-927,-2150,-2412,-2455,2615,928,930,931,-931,1577,933,934,935,-940,-941,-1144,1649,942,-944,-1903,1904,-944,1986,944,949,953,954,955,956,-958,2581,-959,960,-961,962,-963,-964,965,-968,-969,-1093,1232,970,-971,-1177,-1178,1184,973,-977,978,-978,-2050,-2051,-2163,2294,-982,983,-984,-985,2084,986,987,-993,-2337,-2338,-2339,2539,-996,-1331,1997,-997,-1755,2158,998,-1000,1004,1002,-1003,1004,-1005,-1298,-1708,-1709,1972,-1006,2598,-1008,1009,-1010,-1011,1012,-1013,1946,-1014,1312,1015,1017,1018,1020,1021,1022,1023,-1026,-1027,-2147,2148,-1028,2460,1031,1036,1040,1044,-1046,1547,1047,1048,-1055,-1056,-1057,-1920,2128,-1058,-1059,1927,-1060,1857,1061,1062,-1066,-1067,1068,1069,-1078,-1927,2596,1079,-1080,-1081,-1792,2423,1082,-1083,-1237,-1238,-1298,1857,1088,1091,-1092,-1612,1706,1094,1095,-1096,-1867,-1868,-1869,-1870,-1871,1872,-1098,2590,1099,1106,1107,1108,-1110,1111,1113,1117,1118,-1119,1159,-1120,-1121,-1122,2175,-1123,-1124,-1125,-1126,-1127,-1128,-1129,-1130,-1131,-1132,-1134,1143,1145,-1146,-1477,-1783,2588,1150,1151,1152,1153,-1157,-2155,-2375,2509,1159,-1159,2232,1160,-1162,1919,1163,1164,-1166,1419,1167,1168,-1169,1321,-1170,1494,-1173,1174,-1175,-1176,1683,-1180,-1181,-1182,1183,1182,-1187,1188,1194,-1194,1195,-1194,-1195,-1343,1344,1195,1196,-1197,-1965,2460,-1198,1421,1199,1200,1203,-1204,-1205,1206,1205,1207,1208,1209,-1210,1763,-1211,1212,-1213,2600,1214,1215,-1216,-1253,1631,1217,-1218,1219,1220,-1220,1398,1222,-1225,1226,-1228,2204,1229,1230,1233,1234,-1235,1236,1239,-1240,-1241,1511,-1242,-1609,2600,1243,1244,-1245,1246,1248,-1249,2069,-1251,-1678,1768,-1252,-1253,1254,-1255,-1256,-1257,1258,-1259,-2508,2624,1260,1261,-1264,-2037,-2038,-2039,2244,-1264,-1474,-1516,-2037,-2038,-2039,2244,-1264,-1474,-1516,-2037,-2038,-2039,-2244,2270,1266,-1267,1268,-1271,1272,1273,1275,1276,-1280,1896,-1282,1423,1282,-1283,2544,-1284,1285,-1286,1287,1288,-1289,-1780,2261,1292,1293,1296,-1299,2419,-1300,2333,1301,1303,1304,-1307,-1308,-1309,-2388,-2390,2580,1314,1315,1316,-1317,1318,1323,-1324,1802,1327,1328,1329,1330,-1331,1496,1331,1332,1333,1335,1336,-1337,1338,1339,1340,-1341,1342,1345,1348,1350,-1351,1352,1353,1354,-1355,-1356,1594,1358,-1359,-1457,-1458,-1520,-1635,-1684,2496,1360,-1361,-2409,2599,1362,-1364,-1643,-1938,-2282,2283,1365,1366,-1368,-1369,-1370,2641,1371,-1373,1374,-1377,-1378,1912,-1377,1378,1378,1380,1381,1382,1385,1386,1387,-1388,2561,-1392,1800,-1393,1454,1394,1396,1397,1399,1400,-1401,-1892,-1893,2463,1402,-1404,-1667,2040,-1404,1405,-1407,2616,-1408,2617,-1410,-1411,1782,1412,1413,-1415,1416,1417,1424,1426,-1427,-1428,-1429,-1430,1431,-1427,-1428,-1907,-1908,2550,-1427,2276,-1432,-2068,-2254,-2255,2329,1437,1438,-1440,2600,1445,-1449,2499,-1450,1451,1455,-1456,-1637,1638,-1458,-2314,2609,-1459,2005,1461,1462,1464,1465,1466,1468,1469,-1470,2205,1471,1472,-1473,1474,-1478,-1479,-1480,-1481,1482,1484,-1487,-1924,-1925,1926,-1488,1489,1490,-1491,1492,-1495,1652,1499,1501,1503,1504,-1504,-1505,-1506,-2309,2310,1509,1510,1512,-1513,2004,-1515,2284,-1517,-1518,1519,1521,-1525,-2479,2522,1526,1527,-1527,2261,1528,1531,-1531,1744,-1531,-1532,1533,-1533,-1814,1815,-1535,1536,-1537,1711,1538,-1539,1543,1540,-1540,-1541,1542,-1544,-1633,1634,-1545,2005,1545,1546,1548,-1551,1552,1553,-1554,-2028,2580,1556,-1557,1916,1560,1561,-1562,2160,1564,-1566,-1567,1568,1567,1569,1572,1575,1576,-1579,-1644,1891,1584,-1585,-1759,-1760,-1761,-2133,2261,1586,1587,-1588,1589,1590,1591,-1594,1906,1596,1600,1601,-1602,2261,1604,-1605,-1606,1607,1608,-1610,2551,-1611,-2558,2599,-1613,1614,1615,-1616,1617,1618,-1619,-1620,-1621,-1622,2588,1623,-1624,-1625,1626,1627,1628,-1629,1630,1635,-1636,-1716,2447,1639,-1640,-2503,2595,-1641,1642,1643,-1645,1855,-1651,1851,-1653,-1654,1655,-1662,1663,1665,-1666,2600,-1668,1862,1669,1670,1671,1672,1676,-1679,1680,1682,-1686,2209,-1687,-1688,-1689,-1690,-1691,-2378,2379,1692,1693,1696,1697,-1701,-2304,-2305,2455,1702,-1703,1704,1704,1705,1707,1710,1712,-1712,-1713,-1714,-2517,-2533,2534,-1716,-1757,1758,1716,1717,-1718,1738,-1719,2018,1720,-1721,-1722,-1723,-1724,1851,1726,-1729,1730,1735,1737,1743,-1745,2616,1746,-1747,-1748,-1749,-1750,1751,-1749,-2365,-2366,-2368,-2369,2370,1752,1756,1762,-1765,-1766,2124,1767,1768,1769,1770,-1772,-2304,2305,-1775,1776,1781,1782,1784,1786,1788,1789,1791,1792,1793,1797,-1798,1799,1800,-1803,-1804,2616,1806,-1807,1808,-1809,2305,1810,1811,1812,1816,-1817,-1850,2600,-1818,1819,1820,1822,1823,1826,1827,-1828,-1829,-1830,-2011,-2012,-2013,-2014,-2015,-2016,-2017,-2464,-2466,-2467,-2468,-2469,2488,1832,1833,-1834,-1835,-1836,2463,1837,1842,1843,1845,1846,-1847,-1989,-2454,2606,-1848,1849,-1850,-2285,2289,1851,-1852,-1853,-1854,2384,-1855,2159,-1855,-1899,2599,1856,-1856,2061,1857,-1857,2591,-1860,1861,1862,1863,1864,1865,-1865,2091,1873,1874,1875,1876,-1877,1935,-1883,1884,-1888,1889,1890,-1894,1895,1896,-1897,1898,1900,-1909,-1910,1911,1912,-1913,1914,1915,1917,1918,-1921,2478,1927,1928,1929,-1930,2129,-1931,2456,-1932,1933,1935,-1944,2592,1946,-1951,1952,-1953,1954,1956,1957,-1959,1960,-1961,2167,1962,1965,-1966,2348,1967,1970,-1972,1973,1974,-1975,-1976,-1977,-1978,-2097,-2098,-2099,2463,-1979,-1999,2544,1982,1986,-1990,2587,-1992,-1993,1994,-1995,-1998,2009,1996,1999,2000,2002,2003,2004,2006,-2007,2167,2018,2019,-2020,2167,2021,2022,2024,-2029,2030,2031,-2034,-2035,-2245,-2387,-2450,-2515,2588,2040,-2042,2043,-2047,2048,2053,2054,-2055,2056,-2057,-2058,2059,-2060,-2389,-2414,-2433,2526,2061,2062,2063,2065,-2066,-2152,2487,-2072,2073,-2075,-2076,-2077,2079,2083,-2086,-2087,-2088,2586,-2092,2456,-2103,-2107,2319,-2109,2110,-2118,2119,2122,2127,2131,2135,2138,-2139,2140,2144,2149,-2150,2151,2150,2151,2154,-2154,2348,2160,-2166,2167,-2167,-2201,-2202,2347,2167,-2170,-2171,-2172,2173,2174,2176,2177,2178,2179,2181,-2188,-2189,2190,-2191,2192,-2193,-2194,2195,-2197,2555,2199,2200,2202,2203,2205,-2206,2207,-2207,2230,2207,-2213,-2214,2619,2217,2218,2219,-2220,2221,2225,2226,2227,2229,-2231,2232,2236,2237,2238,-2240,2241,2242,2247,2248,-2256,-2258,-2259,2260,2261,-2263,2264,2265,2266,-2271,2511,2272,-2277,2278,2280,2286,2288,2290,2294,-2295,-2296,-2297,2298,2300,-2302,2303,2304,-2304,2305,-2304,-2305,2455,2306,2307,2308,-2308,2621,-2316,2317,-2318,2600,-2320,2367,2323,2330,-2331,2332,2340,2344,2347,-2356,-2357,-2574,2745,2363,-2367,-2650,-2651,2652,2367,2374,-2380,-2442,2597,2382,-2384,-2465,2466,2388,-2391,2427,2392,2394,2395,-2398,-2399,-2430,2617,-2406,2577,-2422,2576,-2423,2611,-2428,-2432,2450,-2429,2518,2435,-2436,2437,2438,2439,2446,-2455,2606,2455,2459,2460,2461,2463,-2471,2535,2473,2476,2478,2480,2485,-2494,2612,2500,2501,2505,-2506,2604,2507,2524,2525,-2536,-2541,2542,2537,2538,2540,2542,2543,-2545,2608,2547,2553,2554,2556,2560,2562,-2565,2573,2566,-2567,2568,2568,2570,2571,2572,2575,2579,2582,2583,2585,2586,2587,-2587,2606,2588,2593,2594,-2594,-2668,-2669,2670,2599,-2599,2685,2600,-2600,2616,2603,2605,2606,-2610,2617,2616,-2616,-2712,2713,2618,2620,2622,2626,2627,2628,2630,2631,2634,2637,2638,2640,2642,-2643,2644,-2644,-2646,2647,-2644,2647,2645,-2648,2649,-2653,2654,-2655,2656,2658,2659,-2660,2661,-2662,-2663,-2664,2665,-2662,-2664,2666,-2662,2664,-2662,-2663,-2664,-2665,-2696,-2697,-2698,-2699,2700,2667,2671,-2672,-2673,2674,2672,2675,2676,-2677,2678,2679,2681,-2686,-2687,2688,2691,2693,-2694,2695,2708,2709,-2714,-2715,2716,-2717,-2718,2719,2720,2721,-2722,2723,2724,2725,-2726,2727,-2728,2729,-2730,-2731,-2732,2733,2739,2740,2741,-2742,2743,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765];
32
+ const hostnamesMap = new Map([["merlinscans.com",1],["haber3.com",3],["futbolsayfasi.net",5],["menufiyatlari.com.tr",6],["gecmisi.com.tr",7],["~gecmisi.com.tr",9],["~akillikafa.com",11],["~tranimaci.*",12],["~sinnerclownceviri.com",13],["~dizifon.com",13],["~birasyadizi.com",13],["~fontyukle.net",13],["~altin.in",14],["~horseturk.com",13],["~t24.com.tr",13],["~uzaymanga.com",16],["nirvanamanga.com",17],["mangawt.com",18],["~turkanime.co",21],["~mangaship.com",21],["turkishairforce.org",22],["boxofficeturkiye.com",23],["coinotag.com",25],["~kanald.com.tr",29],["fontyukle.net",34],["isgfrm.com",36],["huawei-turkiye.com",38],["kasvekuvvet.net",39],["coin-turk.com",40],["itemci.com",50],["neskici.com",63],["~neskici.com",63],["degisimmedya.com",64],["radyofenomen.com",68],["r10.net",70],["61saat.com",81],["haberintakasi.com",84],["haber61.net",86],["karadenizgazete.com.tr",94],["mygaziantep.com",101],["esgundem26.com",104],["aydinpost.com",106],["trabzonhaber24.com",108],["nesine.com",109],["egehaber.com",111],["medimagazin.com.tr",116],["oncurtv.com",104],["beintvcanliizle52.com",122],["beintvcanliizle53.com",122],["beintvcanliizle54.com",122],["beintvcanliizle55.com",122],["beintvcanliizle56.com",122],["beintvcanliizle57.com",122],["beintvcanliizle58.com",122],["beintvcanliizle59.com",122],["beintvcanliizle60.com",122],["beintvcanliizle61.com",122],["beintvcanliizle62.com",122],["beintvcanliizle63.com",122],["beintvcanliizle64.com",122],["beintvcanliizle65.com",122],["beintvcanliizle66.com",122],["beintvcanliizle67.com",122],["beintvcanliizle68.com",122],["beintvcanliizle69.com",122],["beintvcanliizle70.com",122],["beintvcanliizle71.com",122],["dizitime.*",125],["yabancidizi.*",130],["ssport.tv",137],["besiktas.com.tr",138],["eskisehirekspres.net",142],["karaman24.com",142],["haberlisin.com",142],["eskisehirhaber.com",142],["halk54.com",142],["kocaelidenge.com",144],["ekonomihaber.com",149],["haber32.com.tr",151],["e-inegol.com",155],["eroticpub.com",157],["gecefilmizle.com",159],["filmizlemobil.net",160],["filmizleson.com",159],["sinekolik.com",162],["mobeseizle.net",164],["bilgenc.com",165],["cumhuriyet.com.tr",167],["akyazihaber.com",176],["servers-mc.net",181],["com",186],["info",189],["biz",195],["sexzun.com",197],["badtv.net",198],["doeda.one",201],["dizilla40.com",202],["selcukflix.net",213],["dizilla.club",202],["atvavrupa.tv",220],["apara.com.tr",222],["larende.com",229],["kemergozcu.com",236],["otohaber.com.tr",240],["lha.com.tr",243],["aktifbulten.com.tr",243],["antalyasonhaber.com",243],["haberetanik.com",244],["tevhidgundemi.com",243],["hakimiyet.com",246],["gaziantep27.net",243],["olay53.com",243],["olayrize.com",251],["akcaabatinsesi.com",254],["haberzamani.net",243],["avazturk.com",243],["ereglimetro.com.tr",243],["aydinhedef.com.tr",243],["lojiport.com",257],["ngazete.com",243],["marastanhaber.com.tr",259],["nutuk.com.tr",243],["yenikapihaber.com",243],["ilgazetesi.com.tr",243],["hakkariobjektifhaber.com",257],["tasova.net",261],["hakkarihabertv.com",257],["karamanhabercisi.com",257],["marasgundem.com.tr",257],["sivasbulteni.com",243],["detaykibris.com",263],["wanhaber.com",268],["elazighaber.com",243],["virahaber.com",272],["61trabzonhaber.com",257],["karsmanset.com",243],["mepanews.com",243],["golbasisongaste.com",243],["yuksekovahaber.com.tr",243],["memleket.com.tr",257],["gazeteguncel.com",243],["enerjigunlugu.net",257],["buyukkocaeli.com.tr",257],["magazinkolik.com",276],["sakaryahaber.com",243],["ekrangazetesi.com",279],["isilanlarikariyer.com",243],["konyaninsesi.com.tr",257],["siyasetcafe.com",243],["optimushaber.com",243],["gunboyugazetesi.com.tr",281],["agazete.com.tr",283],["aktuelpsikoloji.com",286],["banazguncelhaber.com",288],["kibris724.com",243],["takvim.com.tr",290],["aydin24haber.com",243],["turkiyeegitim.com",243],["nazillihavadis.com",243],["koylerim.com",243],["yeniasir.com.tr",301],["ahaber.com.tr",308],["risalehaber.com",243],["bilecikhaber.com.tr",257],["pusulahaber.com.tr",243],["bolgegundem.com",329],["olay.com.tr",333],["saglikaktuel.com",340],["afyonanahaber.com.tr",243],["merhabahaber.com",344],["sariyermanset.com",243],["haberartiturk.com",243],["yeniduzen.com",346],["bafra55.net",257],["atv.com.tr",349],["ajans32.com",357],["aspor.com.tr",361],["dengegazetesi.com.tr",243],["haberay.com.tr",243],["kargohaber.com",243],["medyaege.com.tr",243],["memurpostasi.com",243],["ozgurkocaeli.com.tr",254],["pazar53.com",243],["sabah.com.tr",376],["teknolojic.com",243],["ulkucumedya.com",243],["ulusalpost.com",243],["yenicaggazetesi.com.tr",402],["ajansbesiktas.com",243],["veteknoloji.com",407],["kamuajans.net",407],["kadikoygazetesi.com",408],["arti49.com",413],["sokgazetesi.com.tr",415],["webursa.com",407],["lifebursa.com",418],["bursahakimiyet.com.tr",421],["igfhaber.com",407],["yenidonem.com.tr",423],["insaatderyasi.com",407],["borsatek.com",407],["dizilab9.*",427],["dizilab8.*",427],["abcgazetesi.com",431],["anadoludabugun.com.tr",436],["egelife.com",407],["halktv.com.tr",407],["karar.com",438],["haberciniz.biz",407],["yurtgazetesi.com.tr",443],["tozlumagazin.net",447],["bbnhaber.com.tr",449],["otuzbeslik.com",407],["nefisyemektarifleri.com",453],["mansethaber.com",407],["kibrispostasi.com",463],["gununyalanlari.com",407],["sosyalhalisaha.com",407],["ertehaber.com",407],["beyazgazete.com",469],["yesiligdir.com",472],["perakende.org",475],["yarimadagazetesi.com",407],["sinematuru.com",478],["fotospor.com",480],["fanatik.com.tr",487],["erasmusu.com",496],["bolugundem.com",498],["aofsoru.com",500],["kocaeligazetesi.com.tr",502],["antalyaburada.com",505],["airporthaber.com",508],["oyungemisi.com",510],["pudra.com",407],["televole.com",407],["yeniakit.com.tr",515],["neoldu.com",528],["tarsusakdeniz.com",531],["havaturkiye.com",531],["mersinhaber.com",531],["sonses.tv",532],["anamurekspres.com",532],["sakinca.com",532],["gazetebanka.com",532],["habereko.com",532],["aktifhabergazetesi.com",532],["elazighaberkent.com",532],["elazigharputgazetesi.com",532],["samsunhaberhatti.com",532],["yurtspor.com",533],["hayat.ro",535],["ahbmedya.com",538],["worldofturkiye.com",540],["eksisozluk.com",541],["filmizlekral.com",545],["ogznet.com",547],["ajanstekirdag.com",551],["enyenimedya.com",540],["yenisafak.com",553],["kocatepegazetesi.com",562],["dinimizislam.com",540],["tarihiyolculuk.com",540],["geziforumu.com",540],["kadinloji.com",540],["donghuatr.com",540],["havadurumu15gunluk.xyz",564],["sonhaber16.com",566],["bifikir.com",540],["nowtv.com.tr",540],["haber228.com",569],["diyarbakirhaber.com.tr",540],["diyarbakirgazete.com",540],["konupara.com",571],["cumrapostasi.com",562],["sinemafilmizle.net",573],["degisimgazetesi.com.tr",575],["esporlab.com",540],["havadurumu15gunluk.org",564],["voleybolmagazin.com",578],["londragazete.com",540],["bursahayat.com.tr",581],["trt1.com.tr",584],["noktabursa.com.tr",540],["anlikaltinfiyatlari.com",586],["pasada.com.tr",588],["memoryhackers.org",594],["slideplayer.biz.tr",540],["sakarya360.com",569],["bigunhaber.com",540],["son32.com",540],["emlaknews.com.tr",597],["cagingazetesi.com.tr",600],["sabahhaberi.com",602],["sonsaat.com.tr",605],["medyaankara.com",540],["erotikfilmtube.com",609],["anadolugunluk.com",540],["kesinkarar.com",540],["bursverenkurumlar.com",613],["mengen.gen.tr",615],["capital.com.tr",617],["canlimobeseizle.com",540],["nallihanhaber.com",540],["muhabir26.com",540],["gundembursa.com",540],["uyan32.com",569],["selcukhaber.com",620],["webhakim.com",622],["ibrala.com",624],["ulakci.com",540],["haberyum.com",540],["yozgatses.com",540],["forumotomobil.com",540],["bodrumolay.com",626],["akvaryum.com",632],["uyumhaber.com",540],["yenimeram.com.tr",635],["gzt.com",638],["thebrandage.com",540],["gamer.com.tr",641],["medyafaresi.com",645],["indir.com",540],["bjk.com.tr",540],["bursadabugun.com",649],["gercekgundem.com",651],["haber7.com",653],["internethaber.com",677],["webtekno.com",684],["fullhdizlet.cc",698],["720pizleme.cc",699],["yabancidizivip.com",702],["fullfilmcibabaizlet.com",704],["fullfilmcibaba.nl",704],["fullhdabifilmizlet.com",706],["royalfilmizle.com",698],["fulltimehdfilmizle.*",708],["jetfilmizletv.net",698],["evrenselfilm1.com",711],["altyazilifilmizle3.com",714],["fullfilmizle.*",717],["1080pizle.net",725],["fullhdizle.*",727],["cehennemstream.xyz",738],["hlktrpl.cfd",739],["antalyahakkinda.com",742],["kandiraninsesi.com",745],["davahaber.com",738],["canlihaber.com",738],["milligazete.com.tr",748],["bidunyahaber.net",738],["kartalgazetesi.com",751],["kirkbir.com",756],["cagdaskocaeli.com.tr",760],["kocaelihaberdunyasi.com",738],["lidergazete.com",762],["bilecik11.com",764],["liderbursa.com",767],["mebehliyetsinavsorulari.com",767],["haberler33.com",767],["mygazete.com",768],["kastamonuguncel.com",770],["elazigonline.com",772],["gazetecin.com",767],["elazighakimiyethaber.com",774],["sozcu.com.tr",776],["korkusuz.com.tr",801],["szctv.com.tr",801],["bursa.com",802],["megahaber27.com",806],["yemektarifleri.org",808],["mshowto.org",801],["dunyaatlasi.com",810],["ensonhaber.com",812],["gayrimenkulhaber.com",801],["cinemadran.com",801],["ranini.tv",830],["oggito.com",832],["rumma.org",801],["aydindenge.com.tr",801],["gecmisgazete.com",801],["roketdizi.*",835],["gelirkapisi.com",839],["bedavainternet.com.tr",841],["turkedebiyati.org",842],["frpnet.net",846],["teknobh.com",848],["begonya.com",841],["kadinvekadin.net",841],["savunmasanayist.com",851],["aof.tc",853],["m5dergi.com",841],["sosyola.com",855],["havadiskibris.com",857],["unirehberi.com",841],["techolay.net",874],["oyunindir.club",876],["armoniscans.com",876],["yoldaolmak.com",877],["sorumatik.co",879],["andronova.net",876],["koinfinans.com",882],["hwp.com.tr",886],["lafmacun.net",888],["oyundunyasi.net",891],["teknodiot.com",893],["ruyashoujo.com",876],["pchocasi.com.tr",899],["dusuncekatalogu.com",876],["dirilispostasi.com",902],["turkuazgazetesi.net",905],["yenialanya.com",905],["bugunkocaeli.com.tr",905],["mansetaydin.com",906],["seskocaeli.com",908],["kocaelibarisgazetesi.com",905],["kocaelikoz.com",905],["enkocaeli.com",905],["nasil-yazilir.com",911],["pandaspor.live",912],["hotstream.club",914],["fotomac.com.tr",915],["odatv.com",933],["odatv4.com",937],["justintvsh.baby",938],["justinttvvamphd.cfd",942],["evvelcevap.com",943],["trendyol.com",945],["f5haber.com",948],["bitcoinsistemi.com",950],["hepsiburada.com",952],["ogretmenlersitesi.com",958],["kayserianadoluhaber.com.tr",959],["memurlar.net",963],["neredekal.com",973],["yesilkartforum.com",975],["fullhdfilmsalonu.org",976],["bedavahesap.org",980],["aydinlik.com.tr",981],["cizgivedizi.com",982],["uludagsozluk.com",984],["sporekrani.com",992],["hdfilmcehennemi.*",994],["sporx.com",998],["nufusu.com",1005],["sorubak.com",1006],["paratic.com",1008],["canlimacizlene.blogspot.com",1027],["gunhaber.com.tr",1028],["canakkalegundem.net",1030],["bewins.tv",1032],["basarisiralamalari.com",1033],["havaforum.com",1049],["borsadirekt.com",1050],["elisa1.lat",1052],["haberler.com",1053],["justintv-canlimacizle.com",1092],["taraftarium.tr",1093],["dizirex.com",1094],["dizimag.*",1095],["izlekolik.org",1098],["dizikorea.*",1100],["arenasportshd.com",1103],["htspor.com",1105],["gazetebirlik.com",1106],["justintvnews.com",1111],["hepsiemlak.com",1116],["emlakjet.com",1118],["ntvspor.net",1121],["thewikihow.com",1124],["antalyahurses.com",1126],["taraftariumlive.com",1127],["trhaber.com",1129],["asyaanimeleri.*",1132],["cristal.guru",1133],["minecraft-turkiye.com",1134],["tranimaci.com",1135],["fivemturk.net",1139],["hdfilmsitesi.*",1143],["sinefilmgo.org",1146],["tarzifilm.com",1148],["mnfilmizle.com",1150],["mnfilmizle1.com",1150],["fullhdfilmcehennemi.vip",1152],["filmtib.com",1154],["filmizlemobil.com",1154],["filmizlego.com",1154],["yenifilmizle.org",1154],["erotizmcenneti.org",1154],["dizirella.com",1155],["burcufilm.com",1154],["filmizlersin.com",1154],["forum.donanimarsivi.com",1157],["epikplayer.xyz",1162],["beyazperde.com",1163],["gdh.digital",1165],["iscihaber.net",1169],["roketdizi.live",1170],["kibrisgazetesi.com",1173],["12punto.com.tr",1179],["taraftarium-24tv.com",1180],["puango.net",1180],["dizimag.eu",1181],["koreanturk.com",1183],["bizevdeyokuz.com",1186],["incisozluk.com.tr",1188],["emlaktuel.com",1191],["tercihrobotu.com.tr",1193],["donanimarsivi.com",1196],["yeniisfikirleri.net",1198],["enerjigazetesi.ist",1202],["kanalfinans.com",1180],["selcuksporthd24.com",1180],["selcuksporthd25.com",1180],["selcuksporthd26.com",1180],["selcuksporthd27.com",1180],["selcuksporthd28.com",1180],["selcuksporthd29.com",1180],["selcuksporthd30.com",1180],["selcuksporthd31.com",1180],["selcuksporthd32.com",1180],["selcuksporthd33.com",1180],["selcuksporthd34.com",1180],["selcuksporthd35.com",1180],["selcuksporthd36.com",1180],["selcuksporthd37.com",1180],["selcuksporthd38.com",1180],["selcuksporthd39.com",1180],["selcuksporthd40.com",1180],["selcuksporthd41.com",1180],["selcuksporthd42.com",1180],["selcuksporthd43.com",1180],["eurovizyon.co.uk",1204],["gazetevatan.com",1205],["posta.com.tr",1217],["softonic.com.tr",1221],["bugunkibris.com",1223],["tv100.com",1225],["gazetememur.com",1228],["~amp-krone-at.cdn.ampproject.org",1228],["~krone.at",1228],["~mixdownmag.com.au",1228],["antakyagazetesi.com",1229],["evrensel.net",1232],["boykot.co",1240],["selcuksports.*",1242],["dizipal1057.com",1243],["dizipal1058.com",1243],["dizipal1059.com",1243],["dizipal1060.com",1243],["dizipal1061.com",1243],["dizipal1062.com",1243],["dizipal1063.com",1243],["dizipal1064.com",1243],["dizipal1065.com",1243],["dizipal1066.com",1243],["dizipal1067.com",1243],["dizipal1068.com",1243],["dizipal1069.com",1243],["dizipal1070.com",1243],["dizipal1071.com",1243],["dizipal1072.com",1243],["dizipal1073.com",1243],["dizipal1074.com",1243],["dizipal1075.com",1243],["dizipal1076.com",1243],["dizipal1077.com",1243],["dizipal1078.com",1243],["dizipal1079.com",1243],["dizipal1080.com",1243],["dizipal1081.com",1243],["dizipal1082.com",1243],["dizipal1083.com",1243],["dizipal1084.com",1243],["dizipal1085.com",1243],["dizipal1086.com",1243],["dizipal1087.com",1243],["dizipal1088.com",1243],["dizipal1089.com",1243],["dizipal1090.com",1243],["dizipal1091.com",1243],["dizipal1092.com",1243],["dizipal1093.com",1243],["dizipal1094.com",1243],["dizipal1095.com",1243],["dizipal1096.com",1243],["dizipal1097.com",1243],["dizipal1098.com",1243],["dizipal1099.com",1243],["dizipal1100.com",1243],["dizipal1101.com",1243],["dizipal1102.com",1243],["dizipal1103.com",1243],["dizipal1104.com",1243],["dizipal1105.com",1243],["dizipal1106.com",1243],["dizipal1107.com",1243],["dizipal1108.com",1243],["dizipal1109.com",1243],["dizipal1110.com",1243],["dizipal1111.com",1243],["dizipal1112.com",1243],["dizipal1113.com",1243],["dizipal1114.com",1243],["dizipal1115.com",1243],["dizipal1116.com",1243],["dizipal1117.com",1243],["dizipal1118.com",1243],["dizipal1119.com",1243],["dizipal1120.com",1243],["dizipal1121.com",1243],["dizipal1122.com",1243],["dizipal1123.com",1243],["dizipal1124.com",1243],["dizipal1125.com",1243],["dizipal1126.com",1243],["dizipal1127.com",1243],["dizipal1128.com",1243],["dizipal1129.com",1243],["dizipal1130.com",1243],["dizipal1131.com",1243],["dizipal1132.com",1243],["dizipal1133.com",1243],["dizipal1134.com",1243],["dizipal1135.com",1243],["dizipal1136.com",1243],["dizipal1137.com",1243],["dizipal1138.com",1243],["dizipal1139.com",1243],["dizipal1140.com",1243],["dizipal1141.com",1243],["dizipal1142.com",1243],["dizipal1143.com",1243],["dizipal1144.com",1243],["dizipal1145.com",1243],["dizipal1146.com",1243],["dizipal1147.com",1243],["dizipal1148.com",1243],["dizipal1149.com",1243],["dizipal1150.com",1243],["dizipal1151.com",1243],["dizipal1152.com",1243],["dizipal1153.com",1243],["dizipal1154.com",1243],["dizipal1155.com",1243],["dizipal1156.com",1243],["dizipal1157.com",1243],["dizipal1158.com",1243],["dizipal1159.com",1243],["dizipal1160.com",1243],["dizipal1161.com",1243],["dizipal1162.com",1243],["dizipal1163.com",1243],["dizipal1164.com",1243],["dizipal1165.com",1243],["dizipal1166.com",1243],["dizipal1167.com",1243],["dizipal1168.com",1243],["dizipal1169.com",1243],["dizipal1170.com",1243],["dizipal1171.com",1243],["dizipal1172.com",1243],["dizipal1173.com",1243],["dizipal1174.com",1243],["dizipal1175.com",1243],["dizipal1176.com",1243],["dizipal1177.com",1243],["dizipal1178.com",1243],["dizipal1179.com",1243],["dizipal1180.com",1243],["dizipal1181.com",1243],["dizipal1182.com",1243],["dizipal1183.com",1243],["dizipal1184.com",1243],["dizipal1185.com",1243],["dizipal1186.com",1243],["dizipal1187.com",1243],["dizipal1188.com",1243],["dizipal1189.com",1243],["dizipal1190.com",1243],["dizipal1191.com",1243],["dizipal1192.com",1243],["dizipal1193.com",1243],["dizipal1194.com",1243],["dizipal1195.com",1243],["dizipal1196.com",1243],["dizipal1197.com",1243],["dizipal1198.com",1243],["dizipal1199.com",1243],["dizipal1200.com",1243],["dizipal1201.com",1243],["dizipal1202.com",1243],["dizipal1203.com",1243],["dizipal1204.com",1243],["dizipal1205.com",1243],["dizipal1206.com",1243],["dizipal1207.com",1243],["dizipal1208.com",1243],["dizipal1209.com",1243],["dizipal1210.com",1243],["dizipal1211.com",1243],["dizipal1212.com",1243],["dizipal1213.com",1243],["dizipal1214.com",1243],["dizipal1215.com",1243],["dizipal1216.com",1243],["dizipal1217.com",1243],["dizipal1218.com",1243],["dizipal1219.com",1243],["dizipal1220.com",1243],["dizipal1221.com",1243],["dizipal1222.com",1243],["dizipal1223.com",1243],["dizipal1224.com",1243],["dizipal1225.com",1243],["dizipal1226.com",1243],["dizipal1227.com",1243],["dizipal1228.com",1243],["dizipal1229.com",1243],["dizipal1230.com",1243],["dizipal1231.com",1243],["dizipal1232.com",1243],["dizipal1233.com",1243],["dizipal1234.com",1243],["dizipal1235.com",1243],["dizipal1236.com",1243],["dizipal1237.com",1243],["dizipal1238.com",1243],["dizipal1239.com",1243],["dizipal1240.com",1243],["dizipal1241.com",1243],["dizipal1242.com",1243],["dizipal1243.com",1243],["dizipal1244.com",1243],["dizipal1245.com",1243],["dizipal1246.com",1243],["dizipal1247.com",1243],["dizipal1248.com",1243],["dizipal1249.com",1243],["dizipal1250.com",1243],["dizipal1251.com",1243],["dizipal1252.com",1243],["dizipal1253.com",1243],["dizipal1254.com",1243],["dizipal1255.com",1243],["dizipal1256.com",1243],["dizipal1257.com",1243],["dizipal1258.com",1243],["dizipal1259.com",1243],["dizipal1260.com",1243],["dizipal1261.com",1243],["dizipal1262.com",1243],["dizipal1263.com",1243],["dizipal1264.com",1243],["dizipal1265.com",1243],["dizipal1266.com",1243],["dizipal1267.com",1243],["dizipal1268.com",1243],["dizipal1269.com",1243],["dizipal1270.com",1243],["dizipal1271.com",1243],["dizipal1272.com",1243],["dizipal1273.com",1243],["dizipal1274.com",1243],["dizipal1275.com",1243],["dizipal1276.com",1243],["dizipal1277.com",1243],["dizipal1278.com",1243],["dizipal1279.com",1243],["dizipal1280.com",1243],["dizipal1281.com",1243],["dizipal1282.com",1243],["dizipal1283.com",1243],["dizipal1284.com",1243],["dizipal1285.com",1243],["dizipal1286.com",1243],["dizipal1287.com",1243],["dizipal1288.com",1243],["dizipal1289.com",1243],["dizipal1290.com",1243],["dizipal1291.com",1243],["dizipal1292.com",1243],["dizipal1293.com",1243],["dizipal1294.com",1243],["dizipal1295.com",1243],["dizipal1296.com",1243],["dizipal1297.com",1243],["dizipal1298.com",1243],["dizipal1299.com",1243],["dizipal1300.com",1243],["dizipal1301.com",1243],["dizipal1302.com",1243],["dizipal1303.com",1243],["dizipal1304.com",1243],["dizipal1305.com",1243],["dizipal1306.com",1243],["dizipal1307.com",1243],["dizipal1308.com",1243],["dizipal1309.com",1243],["dizipal1310.com",1243],["dizipal1311.com",1243],["dizipal1312.com",1243],["dizipal1313.com",1243],["dizipal1314.com",1243],["dizipal1315.com",1243],["dizipal1316.com",1243],["dizipal1317.com",1243],["dizipal1318.com",1243],["dizipal1319.com",1243],["dizipal1320.com",1243],["dizipal1321.com",1243],["dizipal1322.com",1243],["dizipal1323.com",1243],["dizipal1324.com",1243],["dizipal1325.com",1243],["dizipal1326.com",1243],["dizipal1327.com",1243],["dizipal1328.com",1243],["dizipal1329.com",1243],["dizipal1330.com",1243],["dizipal1331.com",1243],["dizipal1332.com",1243],["dizipal1333.com",1243],["dizipal1334.com",1243],["dizipal1335.com",1243],["dizipal1336.com",1243],["dizipal1337.com",1243],["dizipal1338.com",1243],["dizipal1339.com",1243],["dizipal1340.com",1243],["dizipal1341.com",1243],["dizipal1342.com",1243],["dizipal1343.com",1243],["dizipal1344.com",1243],["dizipal1345.com",1243],["dizipal1346.com",1243],["dizipal1347.com",1243],["dizipal1348.com",1243],["dizipal1349.com",1243],["dizipal1350.com",1243],["selcuksportss.com",1251],["dizi16.life",1254],["dizi17.life",1254],["dizi18.life",1254],["dizi19.life",1254],["dizi20.life",1254],["dizi21.life",1254],["dizi22.life",1254],["dizi23.life",1254],["dizi24.life",1254],["dizi25.life",1254],["dizi26.life",1254],["dizi27.life",1254],["dizi28.life",1254],["dizi29.life",1254],["dizi30.life",1254],["dizi31.life",1254],["dizi32.life",1254],["dizi33.life",1254],["dizi34.life",1254],["dizi35.life",1254],["fullhdfilmizlesene.*",1255],["sondakika.com",1261],["yabancidiziizle.*",1275],["gunes.com",1276],["canli-macizle.com",1278],["golgebahcesi.com",1279],["filmizleplus.cc",1280],["filmizlehdfilm.com",1282],["filmizletv.*",1286],["fullhdfilmizle.*",1292],["fullhdfilmizletv.*",1282],["hdfilmcix.*",1299],["hdfilmizlesene.org",1304],["sinema.cx",1304],["inattvgiris.pro",1306],["webdramaturkey.org",1311],["utanmazkizlar.com",1313],["maksatbilgi.com",1315],["yemek.com",1321],["aylink.co",1325],["pamukovasosyalmedya.com",1326],["buyuksivas.com",1327],["mansetmalatya.com",1326],["mynet.com",1331],["filmizle.*",1346],["sinekolikk.com",1350],["sinetiktok.com",1350],["mc-tr.com",1351],["startv.com.tr",1358],["parselsorgu.tkgm.gov.tr",1360],["onedio.com",1361],["birasyadizi.com",1374],["dizifon.com",1377],["t24.com.tr",1379],["filmmodu.io",1387],["gitlink.pro",1388],["hangikredi.com",1389],["yatsan.com",1394],["izlekolik.pro",1395],["wfilmizle.my",1395],["erotizimfilmizle.com",1396],["herpet.net",1397],["yatirimnedir.com",1401],["diziyou.co",1402],["kadinlarkulubu.com",1408],["merlininkazani.com",1415],["m-tr.net",1421],["gazeteipekyol.com",1424],["mackolik.com",1425],["cioupdate.com.tr",1438],["sinefil.tv",1440],["forum.shiftdelete.net",1443],["techinside.com",1444],["epey.com",1445],["teknosa.com",1450],["istegundem.com",1452],["bloomberght.com",1453],["diyetkolik.com",1461],["fullindirsene.net",1466],["habercigazetesi.net",1470],["justintvx30.blogspot.com",1471],["justintvxx10.blogspot.com",1471],["inattv-taraftarium24-macizle.blogspot.com",1471],["canli-mac-izle-taraftarium24-izle.blogspot.com",1471],["justintvgiris.blogspot.com",1471],["sportboss-macizlesbs.blogspot.com",1471],["taraftarium402.blogspot.com",1471],["macicanliizle.sbs",1471],["taraftarium24canli-macizlesene.blogspot.com",1471],["taraftarium24hdgiris1.blogspot.com",1471],["selcukspor-taraftarium24canliizle1.blogspot.com",1471],["canlidizi6.org",1473],["cepteteb.com.tr",1475],["gidadedektifi.com",1476],["onlinedizi.xyz",1477],["dizihot.com",1479],["koredizileri.pw",1481],["fullfilmizle.pro",1481],["tclira.com",1482],["koreliscans.com",1483],["hayalistic.com.tr",1483],["inatflix9.xyz",1484],["emlak.mitula.com.tr",1486],["webaslan.com",1487],["pornoeileen.com",1488],["videojs.online",1488],["vipfilmsitesi.com",1489],["unutulmazfilmler4.com",1491],["birgun.net",1492],["tekfullfilmizle5.com",1495],["elle.com.tr",1496],["ajansspor.com",1499],["atarita.com",1510],["joymaxtr.net",1513],["koctas.com.tr",1514],["domlepen.com",1515],["erotikfilmkeyfi.org",1517],["siyahfilmizle.fan",1517],["fullprogramlarindir.net",1518],["hesapkurdu.com",1521],["tamindir.com",1525],["jetfilmizle.*",1536],["uzmancoin.com",1542],["dosya.one",1544],["kayseriolay.com",1545],["gercekfethiye.com",1549],["elazigyenihaber.com",1554],["dizigom1.tv",1557],["canlidoviz.com",1560],["gazeteduvar.com.tr",1563],["dizipal.org",1566],["oyungezer.com.tr",1570],["teknolojioku.com",1571],["hdfilmcehennem.net",1574],["alonot.com",1575],["bilgiportal.com",1577],["akakce.com",1579],["patronlardunyasi.com",1581],["kanald.com.tr",1583],["turkanime.co",1586],["turkiyegazetesi.com.tr",1590],["yabancidizi.io",1601],["diziyoutv.com",1603],["haberturk.com",1606],["uzaymanga.com",1623],["trovit.com.tr",1626],["mitula.com.tr",1627],["filmizlehdizle.com",1628],["fullfilmizlesene.net",1628],["beinsports.com.tr",1630],["forum.turkmmo.com",1633],["kocuce.com",1637],["mmotutkunlari.com",1644],["mislink3.com",1647],["dentalilan.com",1648],["kulaklik.com",1649],["yeppuu.com",1650],["vkfilmizlet.*",1651],["tgrthaber.com",1653],["dizimom.*",1654],["manga-tr.com",1658],["ntv.com.tr",1659],["tlctv.com.tr",1672],["dmax.com.tr",1672],["beyaztv.com.tr",1673],["kanal7.com",1675],["showtv.com.tr",1679],["teve2.com.tr",1672],["tv8.com.tr",1672],["tv8bucuk.com",1672],["tabii.com",1672],["trtizle.com",1672],["sinefy3.com",1681],["animeizlesene.com",1683],["webdramaturkey.*",1683],["donanimhaber.com",1684],["contentx.me",1696],["supernaturalizle.com",1697],["diziyo.*",1698],["hurriyet.com.tr",1702],["dogruhaber.com.tr",1718],["cheatglobal.com",1721],["fullhdfilm.*",1722],["bursahaber.com",1730],["filmmakinesi.*",1732],["mangaku.blog",1739],["dizipia.com",1741],["hdfilmcehennemii.co",1743],["dizimov.*",1743],["sikayetvar.com",1744],["haberkibris.com",1748],["superhaber.com",1756],["neguzelsozler.com",1757],["boxerdergisi.com.tr",1760],["bafrahaber.com",1763],["1000kitap.com",1767],["star.com.tr",1770],["serieturkisch.com",1777],["serietvturche.com",1777],["tvseriadosturcos.com",1777],["seriesturco.com",1777],["seriesturkish.com",1777],["televizyongazetesi.com",1778],["breakingbadizle.*",1780],["cimri.com",1781],["bikifi.com",1787],["okultanitimi.net",1789],["haber365.com.tr",1791],["airturkhaber.com",1794],["boluyankihaber.com",1798],["marastahaber.com",1799],["minipassion.net",1801],["sordum.net",1802],["bigahavadis.com",1803],["aksarayhaberci.com",1803],["girisimhaber.com",1804],["bandirmamanset.com",1807],["bizimyaka.com",1809],["cazkolik.com",1810],["starkibris.net",1811],["kimintelefonu.com",1812],["turkudostlari.net",1814],["ozengen.com",1815],["tenceretv.com",1817],["bomba32.com",1818],["hdfilmizleamk.*",1824],["sinemakolik.net",1826],["technopat.net",1828],["kuponigo.com",1839],["kraloyun.com",1840],["pvpserverler.pro",1843],["asyafanatiklerim.com",1844],["sinema.*",1846],["nnchaber.com",1849],["yenimesaj.com.tr",1851],["720pizle.*",1853],["diziroll.*",1855],["teknoloji.org",1856],["trwebtoon.com",1857],["plastikciyiz.biz",1859],["dizicaps.*",1860],["sportlemone.top",1865],["sportlemon.net",1865],["goodfilmizle.com",1867],["milliyet.com.tr",1870],["sinematurk.com",1883],["sinemalar.com",1885],["tarotscans.com",1889],["yasemin.com",1892],["medyahaber.com",1898],["kazanabilirsin.com",1899],["evimdergisi.com.tr",1900],["popsci.com.tr",1903],["aksam.com.tr",1907],["nedir.org",1919],["mavikadin.com",1924],["iha.com.tr",1933],["tvaktuel.com",1937],["oyunmoduindir.com",1938],["yenibiris.com",1939],["dizifilmbox.*",1941],["fullhdfilmizlesenebox.net",1947],["elzemfilm.org",1948],["ekonomist.com.tr",1952],["lezzet.com.tr",1958],["ulketv.com.tr",1964],["asyadiziizle.com",1966],["reytingtv.com",1969],["islamveihsan.com",1970],["tafdi3.com",1972],["tafdi4.com",1972],["ekoltv.com.tr",1974],["airporthaber2.com",1974],["tvnota.com",1974],["bayburtmanset.com",1974],["sehirmedya.com",1975],["yozgatcamlik.com",1974],["justintv200.com",1977],["justintv201.com",1977],["justintv202.com",1977],["justintv203.com",1977],["justintv204.com",1977],["justintv205.com",1977],["justintv206.com",1977],["justintv207.com",1977],["justintv208.com",1977],["justintv209.com",1977],["justintv210.com",1977],["justintv211.com",1977],["justintv212.com",1977],["justintv213.com",1977],["justintv214.com",1977],["justintv215.com",1977],["justintv216.com",1977],["justintv217.com",1977],["justintv218.com",1977],["justintv219.com",1977],["selcuksportshd1590.xyz",1981],["selcuksportshd1591.xyz",1981],["selcuksportshd1592.xyz",1981],["selcuksportshd1593.xyz",1981],["selcuksportshd1594.xyz",1981],["selcuksportshd1595.xyz",1981],["selcuksportshd1596.xyz",1981],["selcuksportshd1597.xyz",1981],["selcuksportshd1598.xyz",1981],["selcuksportshd1599.xyz",1981],["selcuksportshd1600.xyz",1981],["selcuksportshd-1c7ac28e5a14.click",1981],["selcuksportshd-f629290c2705.xyz",1981],["selcuksportshdde540fcd.xyz",1981],["selcuksportshd3e705845.xyz",1981],["selcuksportshd3d16b304.xyz",1981],["adonisfansub.com",1986],["forum.donanimhaber.com",1987],["trthaber.com",1994],["riojadivino.com",1998],["gercekbandirma.com",1999],["sandalca.com",2001],["sandalca.club",2004],["drtus.com",2005],["aktuel-urunler.com",2009],["fullhdfilmizlett1.com",2012],["dugun.com",2016],["kooplog.com",2017],["dosya.co",2018],["kimkimdir.net.tr",2019],["kitapyurdu.com",2021],["biliyo.org",2022],["afroditscans.com",2023],["puffytr.com",2024],["anizm.net",2026],["anizle.com",2024],["diziroll.club",2029],["veryansintv.com",2030],["muhasebetr.com",2033],["tarihdersi.net",2034],["yesiltopuklar.com",2037],["medyabar.com",2044],["samanyoluhaber.com",2045],["720pfilmizleme1.com",2046],["abysscdn.com",2051],["likessb.com",2052],["vsro.org",2053],["leadergamer.com.tr",2055],["golftutkusu.com",2056],["724dinle.com",2058],["dafflix.net",2059],["fullhdfilmizlebaba.com",2060],["turkrus.com",2061],["evrimagaci.org",2068],["oyunskor.com",2072],["fullhdfilmmodu2.*",2074],["n11.com",2077],["search.donanimhaber.com",2079],["trdoktor.com",2080],["finans.gazetevatan.com",2081],["tlkur.com",2082],["fullhdfilmizlesenebox.org",2083],["simulasyonturk.com",2086],["defenceturk.net",2089],["gazetevan.com",2092],["ehliyettestleri.com",2093],["testlericoz.com",2093],["ye-mek.net",2096],["gartic.io",2097],["tranimeizle.co",2098],["ruya-manga.com",2102],["hayalistic.com",2105],["clover-manga.com",2105],["vkfilmizle.net",2106],["pusulagazetesi.com.tr",2107],["cosmoturk.com",2109],["airlinehaber.com",2112],["sha.com.tr",2117],["eksiduyuru.com",2119],["yenikonya.com.tr",2120],["konhaber.com",2122],["cnnturk.com",2130],["wmaraci.com",2138],["ayatoon.com",2143],["raindropteamfan.com",2143],["dovizgrafik.com",2144],["salom.com.tr",2145],["doviz.com",2147],["samsunsehirgazetesi.com",2152],["fullhdfilmizle.vip",2154],["erotikfilmizle1.com",2156],["eniyifilms.com",2157],["realfilmizle6.com",2158],["realfilmizle7.com",2158],["realfilmizle8.com",2158],["realfilmizle9.com",2158],["realfilmizle10.com",2158],["realfilmizle11.com",2158],["realfilmizle12.com",2158],["realfilmizle13.com",2158],["realfilmizle14.com",2158],["realfilmizle15.com",2158],["realfilmizle16.com",2158],["realfilmizle17.com",2158],["realfilmizle18.com",2158],["realfilmizle19.com",2158],["realfilmizle20.com",2158],["realfilmizle21.com",2158],["realfilmizle22.com",2158],["realfilmizle23.com",2158],["realfilmizle24.com",2158],["realfilmizle25.com",2158],["realfilmizle26.com",2158],["realfilmizle27.com",2158],["realfilmizle28.com",2158],["realfilmizle29.com",2158],["realfilmizle30.com",2158],["siyahfilmizle.*",2164],["hdmixfilim.com",2166],["derstarih.com",2168],["medyaalemi.com.tr",2170],["birlikhabergazetesi.com",2172],["socratesdergi.com",2180],["gezilesiyer.com",2181],["justintv.*",2182],["yuksektopuklar.com",2187],["yetkinreport.com",2189],["bartinhergungazetesi.com",2191],["bartinolay.com",2192],["themagger.com",2195],["probiyotix.com",2200],["kriptoarena.com",2203],["koinbulteni.com",2207],["oggusto.com",2209],["enpolitik.com",2215],["ispartamhaber.com",2217],["bomba15.com",2217],["tarsusgazetesi.com",2217],["telegramgruplari.com",2218],["tele1.com.tr",2219],["avmgezgini.com",2222],["tureng.com",2223],["metin2rehberi.com",2224],["theflashizle.com",2225],["gemlikgundemgazetesi.com",2226],["hthayat.haberturk.com",2229],["malatyanethaber.com.tr",2230],["kocaelizirve.com",2233],["artisiirt.com",2233],["pazarlamasyon.com",2235],["dizimodu.com",2236],["gezenbilir.com",2241],["tiendeo.com.tr",2244],["vidmoxy.com",2246],["gazetemanifesto.com",2247],["incehesap.com",2250],["finans7.com",2251],["konyagazetesi.com.tr",2252],["sinemadelisi.com",2253],["muglayenigun.com",2255],["finikeakdeniz.com.tr",2260],["kimkazandi.com",2262],["bahiskilavuz4.com",2264],["dafflix.*",2267],["kariyer.net",2270],["malatyam.com",2274],["teknoseyir.com",2275],["myburc.com",2277],["canlitv.center",2278],["kredibankalar.com",2280],["altporno.xyz",2283],["flvconverter.org",2284],["youtube-mp3-music.com",2284],["mp3medya.com",2285],["turkaliz.com",2287],["teknobird.com",2288],["passporterstore.com",2291],["istanbulticaretgazetesi.com",2291],["timeturk.com",2292],["wv2.net",2299],["marketingturkiye.com.tr",2300],["ordugazete.com",2301],["imaret.com.tr",2303],["afyonhaber.com",2305],["seyredeger.com",2310],["yenihaberden.com",2311],["yetiskinfilmizle.xyz",2312],["burasiduzce.com",2313],["turkerotikfilm.com",2312],["cehennemstream.click",2315],["filmizle.in",2316],["yildizkisafilm.org",2316],["movietube32.xyz",2316],["burdenfly.com",2317],["altyazi.net",2318],["akorlar.com",2322],["sanalbasin.com",2323],["karamangundem.com",2326],["egitimsistem.com",2328],["karamandan.com",2328],["numaraara.com",2329],["gazeteoku.com",2330],["cnbce.com",2330],["dunya.com",2330],["paradurumu.com",2330],["tarifikolay.com",2331],["trivago.com.tr",2332],["letgo.com",2333],["tasit.com",2334],["canliskor.biz.tr",2336],["bundle.app",2338],["macsonuclari.com.tr",2340],["cozumpark.com",2343],["arabateknik.com",2347],["shiftdelete.net",2348],["habervakti.com",2352],["mp3indirdur.life",2353],["muzikmp3indir.com",2355],["sinepal.*",2360],["galeri.uludagsozluk.com",2362],["kamubulten.com",2365],["buyurindir.org",2366],["fragman-tv.com",2367],["doeda.com",2372],["editsizserverler.org",2375],["kamudanhaber.net",2378],["zamaninvarken.com",2379],["seyredelim.com",2381],["korsanedebiyat.com",2382],["ufukgazetesi.net",2384],["esgazete.com",2389],["fenerbahce.org",2391],["mail.com.tr",2393],["yenierzurumhaber.com",2396],["kriptoteknikhaber.com",2398],["altinpiyasa.com",2400],["kocaelidebugun.com",2401],["almanilan.com",2402],["yemekev.com",2403],["lorentlabs.com",2404],["canlialtinfiyatlari.com",2405],["filmkovasi.org",2406],["edebiyathaber.net",2407],["futbolarena.com",2411],["turizmajansi.com",2413],["numarasorgulamax.com",2414],["320volt.com",2415],["mp3semti.com",2416],["fivemturk.com",2417],["testkolik.com",2419],["macrehberi.com",2420],["altin.in",2421],["inegolonline.com",2426],["41saat.com",2429],["diziplus.*",2431],["dizivap.*",2431],["dizivid.co",2431],["diziday1.com",2431],["filmzal.*",2431],["arabamkacyakar.com",2432],["trt.net.tr",2433],["engelsiztrt.tv",2436],["trtmuzik.net.tr",2436],["repertuarim.com",2437],["jukeduke.com",2440],["stargamescasinoonline.com",2440],["dizibox.*",2441],["koinbox.net",2445],["bandirmasehir.com",2446],["frmtr.com",2451],["spyhackerz.org",2452],["kizlarsoruyor.com",2453],["emlaktasondakika.com",2456],["steelradar.com",2457],["kayserihaber38.com",2458],["arabalar.com.tr",2465],["bantmag.com",2467],["iyihisset.com",2468],["fullhdfilmizle.top",2469],["hdfilmcehennemizle.com",2469],["formsante.com.tr",2470],["ui.memoryhackers.org",2471],["fullhdfilmizlesene.pw",2473],["videovak.com",2474],["yesilist.com",2475],["turkhacks.com",2476],["bulurum.com",2478],["sahadan.com",2482],["alemfm.com",2494],["alem.com.tr",2494],["petroturk.com",2495],["atlasdergisi.com",2499],["adanahaber.net",2500],["meydannet.com",2501],["uzmanpara.milliyet.com.tr",2502],["dha.com.tr",2503],["1yuz.com",2507],["webmasterforum.com.tr",2508],["crackturkey.com",2507],["otomasyonforum.com",2510],["kontrolkalemi.com",2511],["devletdestekli.com",2513],["itemsatis.com",2514],["warezturkey.me",2515],["indirin.co",2517],["technoprogram.com",2518],["filmindir.be",2519],["teknoblog.com",2521],["dersimiz.com",2523],["belgeselizlesene.com",2525],["kriptoparapiyasasi.com",2528],["devirsaati.com",2532],["macsonuclari.mobi",2533],["siirtolayhaber.com",2535],["bursayadairhersey.com",2535],["surajans.com",2536],["kriptoparahaber.com",2538],["gazetecorlu.com",2542],["kriptokoin.com",2542],["solidshare.net",2543],["diziboxx.com",2544],["finanswebde.com",2547],["sahibim.net",2549],["coinkolik.com",2550],["tebernuskirecci.com.tr",2551],["koinmedya.com",2552],["kriptoparafiyatlari.com",2555],["filmmakinesi1.*",2556],["gaziantepinhabercisi.com",2557],["otonomhaber.com",2558],["tosunkaya.com",2559],["kuponla.com",2561],["burdurweb.com",2563],["bigpara.hurriyet.com.tr",2565],["klasspor.com",2566],["ehaege.com",2567],["kurdistan24.net",2570],["akittv.com.tr",2571],["dilekcesepeti.com",2573],["yurthaber61.com",2573],["bodrumgundem.com",2574],["egeyonhaber.com",2573],["turkgun.com",2576],["savunmasanayi.org",2577],["meleklermekani.com",2579],["turkiyeklinikleri.com",2581],["lastikcim.com.tr",2582],["transfermarkt.com.tr",2583],["keyfimuzik.net",2584],["kelimeler.net",2585],["kackalori.com.tr",2587],["forumkolik.net",2588],["ebrosur.com",2591],["sgkbilgisi.com",2594],["ardahanhaberi.com",2595],["btchaber.com",2596],["gastronomiturkey.com",2598],["businessht.bloomberght.com",2599],["haberglobal.com.tr",2601],["malatyahaber.com",2604],["almanyabulteni.de",2607],["akhisarhaber.com",2611],["temizsozluk.com.tr",2614],["malatyamegahaber.com",2615],["samdan.com.tr",2616],["esquire.com.tr",2621],["harpersbazaar.com.tr",2628],["forum.mevsim.org",2636],["fikirliderleri.com",2637],["medikalakademi.com.tr",2639],["hrdergi.com",2641],["karabukgundem.com",2642],["denizliyeniolay.com",2643],["asistanaliz.com",2644],["habergazetesi.com.tr",2646],["samsunsonhaber.com",2648],["kamuajans.com",2649],["ortacizgi.com",2651],["ajansurfa.com",2653],["indirimdemarket.com",2655],["dostbeykoz.com",2656],["millisavunma.com",2659],["jurnalci.com",2660],["illerarasimesafe.com",2661],["log.com.tr",2662],["bilgicik.com",2664],["zirvedehaber.com",2666],["ruyalar.net",2667],["magazinci.com",2668],["turizmgazetesi.com",2669],["goster.co",2675],["korezin.com",2676],["gundemsaros.com.tr",2677],["aydinda.com",2678],["forumatmosfer.com",2680],["find.com.tr",2681],["forum.sordum.net",2683],["lezizci.com",2683],["bilgidem.com",2683],["e-kitap.site",2684],["ekitap.site",2684],["lojistikhatti.com",2685],["yetiskinfilmler.org",2686],["hizliresim.com",2687],["kasut.org",2689],["alisverisrehberi.com",2690],["gaziantephaber.com",2691],["hayvansitesi.com",2692],["ilan365.net",2693],["ilacprospektusu.com",2694],["rasthaber.com",2696],["voltimum.com.tr",2697],["kargo-takibi.com",2698],["jeotermalhaberler.com",2700],["mimdap.org",2701],["eczacininsesi.com",2702],["fonttr.com",2703],["sekilliharfler.com",2705],["yesilekonomi.com",2706],["kointimes.net",2707],["bolumsonucanavari.com",2710],["forum.gamer.com.tr",2711],["cesmehaber.com",2718],["gezginler.net",2719],["radioeksen.com",2722],["sondakika23.com",2723],["satrancoyna.gen.tr",2728],["oyunkolu.com",2729],["oyunu.com.tr",2730],["alomaliye.com",2734],["hvac360tr.com",2735],["erosfilmizle.*",2737],["hdfilmizle.in",2740],["yabancidizilertv.*",2740],["dizipal1022.com",2737],["dizipal1021.com",2737],["dizipal1017.com",2737],["dizipal1.com",2737],["dizipal2.com",2737],["dizipal3.com",2737],["dizipal4.com",2737],["dizipal5.com",2737],["dizipal6.com",2737],["dizipal7.com",2737],["dizipal8.com",2737],["dizipal9.com",2737],["dizipal10.com",2737],["dizipal11.com",2737],["dizipal12.com",2737],["dizipal13.com",2737],["dizipal14.com",2737],["dizipal15.com",2737],["diziwatch1.net",2737],["diziwatch2.net",2737],["diziwatch3.net",2737],["diziwatch4.net",2737],["diziwatch5.net",2737],["diziwatch6.net",2737],["diziwatch7.net",2737],["diziwatch8.net",2737],["diziwatch9.net",2737],["diziwatch10.net",2737],["diziwatch11.net",2737],["diziwatch12.net",2737],["diziwatch13.net",2737],["diziwatch14.net",2737],["diziwatch15.net",2737],["filmcusx.com",2742],["fullhdfilmizlesem.com",2742],["memleketimbolu.com",2743],["ademyurt.com",2744],["giresunhaberci.com",2745],["bayimolurmusun.com.tr",2746],["indirveoyna.com",2747],["shirl.club",2748],["uplifers.com",2749],["yemek24.com",2751],["ifsamerkezi.com",2753],["dalamantv.com",2755],["kayiprihtim.com",2756],["oyun101.com",2757],["otomobilir.com",2758],["oyunoyna.tv.tr",2759],["oyuntimes.com",2759],["arabam.com",2760],["bolge.com.tr",2764],["muzikonair.com",2764],["milasonder.com",2765],["memohaber.com",2768],["akcakocahavadis.com",2770],["geredeyenigun.com",2772],["cerkezkoyhaber.com.tr",2774],["gazetekolektif.com",2777],["ha-ber.com",2778],["egemeclisi.com",2779],["dunyasozluk.com",2781],["hesabet.com",2782],["istanbullife.com.tr",2783],["gunaydinduzce.com",2784],["duzceninsesi.com.tr",2789],["indigodergisi.com",2794],["forum.miuiturkiye.net",2796],["savebutonu.com",2801],["idilyazar.com",2802],["icn.com.tr",2803],["cevir.gen.al",2805],["namazsitesi.com",2806],["hurhaber.com",2808],["teknoburada.net",2810],["insaattrendy.com",2811],["antoloji.com",2814],["saraygazetesi.com",2817],["mirror-h.org",2819],["gzone.com.tr",2820],["3dmadmax.com",2821],["samsungazetesi.com",2822],["tvnet.com.tr",2823],["flaskocaeli.com",2824],["marashaber.com.tr",2825],["gencinsesi.com",2826],["hdfilmizletv.net",2828],["fmhikayeleri.com",2829],["sofra.com.tr",2830],["paradergi.com.tr",2830],["unyenethaber.com",2832],["sapanca.com.tr",2837],["bilgisayarbilisim.net",2838],["mycbet.com",2842],["grafikerler.org",2844],["dogushaber.com",2845],["duzcetv.com",2847],["milatgazetesi.com",2849],["acikradyo.com.tr",2850],["hastane.com.tr",2851],["ifhaber.com",2852],["borsanasiloynanir.co",2853],["wikihow.com.tr",2858],["vidtekno.com",2859],["bakis.bg",2860],["ogrencikariyeri.com",2861],["appleyardim.org",2863],["tavsiyeediyorum.com",2865],["ciftlikdergisi.com.tr",2868],["karnaval.com",2869],["kentteyasam.com",2872],["tranimaci.com.tr",2873],["tourmag.com.tr",2874],["belemturktv.com",2876],["nusaybinim.com",2877],["karsolay.com",2878],["efelerhaber.com",2880],["erzurumajans.com",2883],["ceofix.com",2886],["8gunhaber.com",2888],["radyodinle.*",2890],["oyun.mynet.com",2891],["rodopruzgari.com",2893],["muratlihizmetgazetesi.com",2894],["antalyam.com",2897],["imarhaber.com",2900],["bolupostasi.com",2902],["bozuyukhaberajansi.com",2902],["yenicagri.com",2902],["businesschannel.com.tr",2902],["onlarnediyo.com",2902],["medyaayvalik.com",2902],["emlakmanset.com",2903],["tvdizix.com",2904],["corumtime.com",2905],["mp3indir.rocks",2907],["fenokulu.net",2908],["gorunumgazetesi.com.tr",2911],["kediblog.com",2912],["fuaraktuel.com",2914],["gazetepoyraz.com",2915],["yenikocaeli.com",2916],["akillitarife.com",2918],["aykutozdemir.com.tr",2919],["yerelbt.com",2922],["7deniz.net",2923],["muzmp3indir.com",2924],["oyunhabertr.com",2925],["sinemagecesi.com",2926],["turkhackteam.org",2927],["diziizle.top",2930],["kadikoylife.com",2931],["gazeteulus.com",2937],["egetelgraf.com",2938],["golcukvizyongazetesi.com",2939],["kobiyasam.com.tr",2941],["hurdusun.com",2942],["nereye.com.tr",2943],["kenthayat.com",2945],["bumudur.com",2946],["poki.com",2947],["pendiklitv.com",2948],["iskuruyorum.com",2950],["acipayamgazetesi.com",2951],["on5yirmi5.com",2954],["millihakimiyet.com",2955],["basketdergisi.com",2957],["1907.org",2960],["avrupaturkgazetesi.com",2962],["hatayyasam.com",2963],["myinstants.com",2965],["yozgatgazetesi.com",2966],["yerkoyhabergazetesi.com",2971],["tunceliemek.com.tr",2972],["kandiragundem.com",2975],["1080hdfilmizle.com",2976],["tekirdagodak.com",2977],["istanbul.com",2979],["belge.com.tr",2980],["mimarizm.com",2983],["mavikocaeli.com.tr",2984],["batiakdeniztv.com",2987],["haberkasaba.com",2989],["egitimtercihi.com",2990],["thegeyik.com",2992],["arifiyehaber.net",2994],["onceokuloncesi.com",2997],["sosyalbilimler.org",2999],["kirsehirhakimiyet.com",3000],["kanal15.com.tr",3000],["upslut.com",3002],["fiatlinea.org",3004],["seatclubturkey.com",3005],["kiaclubtr.com",3006],["tofasteam.com",3007],["sektorel.com",3008],["casinokazan.net",3009],["paraborsa.net",3011],["yapi.com.tr",3012],["motosiklet.net",3014],["turkeyforum.com",3021],["renaultfanclub.com",3021],["forum.grandepuntotr.com",3021],["malzemebilimi.net",3022],["scroll.com.tr",3022],["magazin.com.tr",3023],["hibya.com",3024],["batmangapgazetesi.com",3025],["rayhaber.com",3029],["trakyagundem.net",3030],["2eylul.com.tr",3032],["sariyergazetesi.com",3033],["kartal24.com",3034],["sirketlerligi.com",3035],["msxlabs.org",3036],["avrupayakasi.com.tr",3037],["konyaninnabzi.web.tr",3043],["tuzgolugazetesi.com",3046],["excel.web.tr",3047],["indirgo.club",3048],["fosforludusunceler.com",3050],["koinvizyon.com",3052],["arenabodrumhaber.com",3053],["kenttv.net",3058],["turkegitim.net",3059],["engelliler.biz",3061],["fotografdergisi.com",3062],["nurdanhaber.com",3063],["eniyiandroid.com",3064],["nazilliadalet.com",3066],["aydinlatma.org",3067],["kibrissondakika.com",3072],["elektriktesisatportali.com",3078],["ileilgili.org",3079],["nedirnasilneden.com",3079],["businessturkeytoday.com",3080],["afsinhabermerkezi.com",3081],["edirnehaber.org",3084],["marasexpress.com",3085],["guneykoresinemasi.com",3086],["turizmdosyasi.com",3087],["istanbultakipte.com",3088],["doramagazin.com",3091],["turkascihaberleri.com",3093],["unyekent.com",3094],["besniekspres.com",3094],["aksarayhaber68.com",3094],["moradergisi.com",3094],["afyonmansethaber.com",3094],["kanal16haber.com",3094],["guneydogutv.com",3094],["simashaber.com",3094],["gazipasahaber.com",3094],["antalyaguncel.com",3094],["termebilgigazetesi.com",3094],["tersanedergisi.com",3095],["ilkokul1.com",3096],["vidyome.com",3097],["efullizle.com",3098],["malatyasoz.com",3099],["dizilla.*",3100],["zipfilmizle.com",3100],["rehberlikservisi.net",3101],["kesanpostasi.com",3102],["renklikodlar.net",3103],["yemekyapin.com",3105],["bigatribun.net",3106],["menuburada.com",3109],["59.com.tr",3110],["airwaypost.com",3112],["kocaelihaberci.com",3114],["forummakina.com.tr",3115],["animex.club",3116],["cadcamsektoru.com",3117],["gmdergi.com",3118],["gurmeajanda.com",3121],["vogue.com.tr",3123],["mutfakhaber.net",3124],["hizmetix.com.tr",3125],["kamyonum.com.tr",3126],["sultanbeylim.com",3127],["denizlihaber.com",3128],["morfikirler.com",3144],["tokihaber.com.tr",3145],["yenienerji.com",3146],["artfulliving.com.tr",3150],["haberdurus.com",3151],["kardelengazetesi.com",3151],["basakgazetesi.com",3151],["haber18.com",3152],["askeribirlikler.com",3153],["hadipisir.com",3154],["fethiyehaber.com",3155],["papajohns.com.tr",3159],["superfb.com",3161],["sanayigazetesi.com.tr",3164],["paraanaliz.com",3164],["yenikutahya.com",3164],["d20haber.com",3165],["retailturkiye.com",3169],["denizpostasi.com",3169],["yarisdergisi.com",3171],["dijitalgaste.com",3174],["elazighaber23.com",3175],["egedeizmir.com",3177],["orduulak.com",3178],["siberdeyiz.com",3180],["subaruturkiyeforum.com",3182],["urfa.com",3183],["olumhaberi.com",3184],["animehaber.com",3185],["ajanimo.com",3186],["oyunlarskor.com",3188],["kayisihaber.com",3189],["korkmazhaber.com",3190],["genelpara.com",3191],["tranimeizle.*",3192],["ellerimesaglik.com",3194],["freemagazine.com.tr",3196],["turkishtimedergi.com",3198],["canakkalekalem.com",3199],["bthaber.com",3201],["liderform.com.tr",3202],["zebramo.com",3204],["turkiyesanayigazetesi.com",3205],["perakendeisdunyasi.com",3205],["maxfilmizle.*",3208],["enyenifilmizle.*",3208],["dizibox6.com",3208],["dizibox7.com",3208],["dizibox8.com",3208],["dizibox9.com",3208],["dizibox10.com",3208],["dizibox11.com",3208],["dizibox12.com",3208],["dizibox13.com",3208],["dizibox14.com",3208],["dizibox15.com",3208],["dizibox16.com",3208],["dizibox17.com",3208],["dizibox18.com",3208],["dizibox19.com",3208],["dizibox20.com",3208],["dizibox21.com",3208],["dizibox22.com",3208],["dizibox23.com",3208],["dizibox24.com",3208],["dizibox25.com",3208],["sigortacigazetesi.com.tr",3209],["gazeddakibris.com",3211],["sacsirlari.com",3212],["puhutv.com",3213],["magazind.net",3214],["gencgazete.net",3216],["urfanatik.com",3217],["isyatirim.com.tr",3218],["torrentoyunindir.com",3219],["halkinhabercisi.com",3221],["sanatatak.com",3223],["kayseritelgraf.com",3225],["yeniasya.com.tr",3226],["snobmagazin.com",3228],["postkolik.com",3229],["gundem71.com",3231],["hiztesti.com.tr",3233],["ismporno.com",3234],["pornmsc.com",3234],["gmag.com.tr",3235],["oyunceviri.net",3237],["nefesgazetesi.com",3239],["izlemag.com",3240],["turkiyedeenerji.com",3241],["qualitydergisi.com",3243],["cerkezkoyekspres.com",3244],["bakirkoydenhaber.com",3245],["gercekkocaeli.com.tr",3247],["kocaelifikir.com",3248],["demokratkocaeli.com",3256],["cevremuhendisligi.org",3259],["cukurovaexpres.com",3260],["geyvemedya.com",3261],["divamagazin.com",3263],["birhayalinpesinde.com",3266],["bestylemagazine.com",3269],["fullfilmizle.cx",3270],["dolubatarya.com",3271],["espor.migros.com.tr",3271],["favorilezzetler.com",3271],["digitalage.com.tr",3271],["clubberism.com",3272],["tr724.com",3273],["benguturk.com",3274],["gecce.com.tr",3275],["m.pes24.com",3276],["azbuz.org",3278],["pembeoje.com",3279],["tercihiniyap.net",3280],["eskimeyenkitaplar.com",3282],["neolacakki.com",3283],["suslusozluk.com",3284],["videoindirelim.com",3285],["gsmturkey.net",3287],["sgkrehberi.com",3288],["denizli24haber.com",3295],["pes24.com",3295],["bianet.org",3296],["dunyabizim.com",3298],["sozcukitabevi.com",3300],["jhlclinic.com",3301],["justintv.vip",3301],["bhdgc.com",3301],["donailfoulardautore.com",3301],["gazeterize.com",3301],["aydinses.com",3301],["atastymorsel.com",3301],["bonneyrega.com",3301],["tesisatmarket.com",3302],["08haber.com",3304],["sakaryagazetesi.com.tr",3307],["gunisigigazetesi.net",3312],["msn.com",3313],["mutfaksirlari.com",3314],["politikars.com",3315],["sahibinden.com",3316],["m.bafrahaber.com",3319],["medyaradar.com",3321],["egitimler.info",3325],["turizmaktuel.com",3326],["akademikpersonel.org",3330],["webrazzi.com",3332],["izlesene.com",3335],["yolculukterapisi.com",3337],["muhendisimaaslari.com",3339],["benzinmagazin.com",3340],["gulum.net",3341],["magazinkafe.com",3342],["sifalidoktor.com",3343],["emlaksitem.com",3344],["cokbilgi.com",3346],["kanalb.com.tr",3347],["aykiri.com.tr",3348],["bihavadis.com",3350],["thecruiselife.com.tr",3350],["adalet.tv",3350],["haberasi.com",3350],["ajansgazetesi.com.tr",3350],["avcilarhabermerkezi.com",3350],["sanattanyansimalar.com",3350],["turgutluyanki.com",3350],["denizlidesiyaset.com",3350],["finans365.com",3350],["malatyaozhaber.com",3350],["kulahaber.net",3350],["hayrankaldim.com",3350],["yenibakis.com.tr",3350],["habercicanakkale.com",3350],["haber16.com",3350],["karamanca.net",3350],["denizgazete.com",3350],["kaptanhaber.com",3350],["oncusehir.com",3350],["turgutlupostasi.com",3350],["gebzeyenigun.com",3350],["turkinfo.nl",3350],["habercuk.com",3350],["habersanliurfa.net",3350],["mizahdunyam.com",3350],["denizlikenthaber.com",3350],["tarihistan.org",3350],["haberturizm.com",3350],["gazete365.com",3350],["turizmhabermerkezi.net",3351],["gazetegercek.com.tr",3351],["afyonkenthaber.com",3351],["tamgaturk.com",3351],["yozgatolay.com",3352],["bodrumdabirgun.com",3353],["astakoshaber.com",3355],["androidmakale.com",3356],["ggmyfriend.com",3358],["driverdestek.com",3362],["kha.com.tr",3363],["boluekspres.com",3367],["dijitalajanslar.com",3368],["temizmagazin.com",3369],["haber46.com.tr",3370],["silentall.net",3371],["www-hurriyet-com-tr.cdn.ampproject.org",3372],["cizgifilm.in",3373],["biletix.com",3376],["doktorsitesi.com",3378],["teknobeyin.com",3381],["cepkolik.com",3383],["tarihiolaylar.com",3384],["hdabla.net",3385],["gurkanbilgisu.com",3385],["hesaplama.net",3386],["zirve2000.com",3387],["bolusporluyuz.com",3388],["ozgurbolu.com",3390],["spor14.com",3392],["haber.sol.org.tr",3393],["haberegider.com",3396],["blogkurdu.net",3397],["mp3indirdur.mobi",3398],["ukraynahayat.com",3399],["muslimmedya.com",3401],["porn19.net",3402],["eodev.com",3403],["uzmanim.net",3404],["bisikletforum.com",3405],["canlitv.*",3407],["dosyauzantisi.com",3408],["nedir.com",3409],["canliradyodinle.fm",3410],["radyodinle.com",3412],["ilacrehberi.com",3413],["dilbilgisi.net",3414],["bilgihanem.com",3415],["daricagazetesi.com.tr",3419],["diken.com.tr",3420],["ligradyo.com.tr",3422],["dreamfancy.org",3423],["futbolingo.com",3424],["maxigame.org",3426],["paracevirici.com",3427],["m.mynet.com",3429],["m-mynet-com.cdn.ampproject.org",3429],["vucut-kitle-endeksi.hesaplama.net",3430],["21yyte.org",3431],["bankotahminler.com",3432],["mp3indirdur.pro",3433],["obezitehaber.com",3433],["mach1digital.com",3433],["donanimgunlugu.com",3434],["otomobil.haber7.com",3438],["aydinyeniufuk.com.tr",3439],["kemerhaber.com",3441],["fanmedya.com",3441],["ozgurifade.com.tr",3442],["apron24.com",3444],["sonperiyot.com",3447],["barbioyunu.com.tr",3448],["larimza.com",3449],["gaiadergi.com",3450],["boluobjektif.com",3452],["61medya.net",3454],["izle7.com",3456],["attyiz.biz.tr",3458],["m.hurriyet.com.tr",3459],["rooteto.com",3460],["applefoni.com",3462],["webellek.com",3463],["ingilizcenotlar.com",3464],["saglamindir.net",3465],["antalyakorfez.com",3469],["goley90canlitv3003.site",3470],["goley90canlitv3004.site",3470],["goley90canlitv3005.site",3470],["goley90canlitv3006.site",3470],["goley90canlitv3007.site",3470],["goley90canlitv3008.site",3470],["goley90canlitv3009.site",3470],["goley90canlitv3010.site",3470],["goley90canlitv3011.site",3470],["goley90canlitv3012.site",3470],["goley90canlitv3013.site",3470],["goley90canlitv3014.site",3470],["goley90canlitv3015.site",3470],["goley90canlitv3016.site",3470],["goley90canlitv3017.site",3470],["goley90canlitv3018.site",3470],["goley90canlitv3019.site",3470],["goley90canlitv3020.site",3470],["goley90canlitv3021.site",3470],["goley90canlitv3022.site",3470],["eclipsebettv81.com",3474],["eclipsebettv82.com",3474],["eclipsebettv83.com",3474],["eclipsebettv84.com",3474],["eclipsebettv85.com",3474],["eclipsebettv86.com",3474],["eclipsebettv87.com",3474],["eclipsebettv88.com",3474],["eclipsebettv89.com",3474],["eclipsebettv90.com",3474],["eclipsebettv91.com",3474],["eclipsebettv92.com",3474],["eclipsebettv93.com",3474],["eclipsebettv94.com",3474],["eclipsebettv95.com",3474],["eclipsebettv96.com",3474],["eclipsebettv97.com",3474],["eclipsebettv98.com",3474],["eclipsebettv99.com",3474],["eclipsebettv100.com",3474],["avrupabettv1.com",3474],["avrupabettv2.com",3474],["avrupabettv3.com",3474],["avrupabettv4.com",3474],["avrupabettv5.com",3474],["avrupabettv6.com",3474],["avrupabettv7.com",3474],["avrupabettv8.com",3474],["avrupabettv9.com",3474],["avrupabettv10.com",3474],["avrupabettv11.com",3474],["avrupabettv12.com",3474],["avrupabettv13.com",3474],["avrupabettv14.com",3474],["avrupabettv15.com",3474],["avrupabettv16.com",3474],["avrupabettv17.com",3474],["avrupabettv18.com",3474],["avrupabettv19.com",3474],["avrupabettv20.com",3474],["avrupabettv21.com",3474],["avrupabettv22.com",3474],["rekortv39.com",3474],["rekortv40.com",3474],["rekortv41.com",3474],["rekortv42.com",3474],["rekortv43.com",3474],["rekortv44.com",3474],["rekortv45.com",3474],["rekortv46.com",3474],["rekortv47.com",3474],["rekortv48.com",3474],["rekortv49.com",3474],["rekortv50.com",3474],["rekortv51.com",3474],["rekortv52.com",3474],["rekortv53.com",3474],["rekortv54.com",3474],["rekortv55.com",3474],["rekortv56.com",3474],["rekortv57.com",3474],["rekortv58.com",3474],["rekortv59.com",3474],["rekortv60.com",3474],["rekortv61.com",3474],["rekortv62.com",3474],["rekortv63.com",3474],["forvettv31.online",3474],["forvettv32.online",3474],["forvettv33.online",3474],["forvettv34.online",3474],["forvettv35.online",3474],["forvettv36.online",3474],["forvettv37.online",3474],["forvettv38.online",3474],["forvettv39.online",3474],["forvettv40.online",3474],["forvettv41.online",3474],["forvettv42.online",3474],["forvettv43.online",3474],["forvettv44.online",3474],["forvettv45.online",3474],["forvettv46.online",3474],["forvettv47.online",3474],["forvettv48.online",3474],["forvettv49.online",3474],["betexpertv173.live",3474],["betexpertv174.live",3474],["betexpertv175.live",3474],["betexpertv176.live",3474],["betexpertv177.live",3474],["betexpertv178.live",3474],["betexpertv179.live",3474],["betexpertv180.live",3474],["betexpertv181.live",3474],["betexpertv182.live",3474],["betexpertv183.live",3474],["betexpertv184.live",3474],["betexpertv185.live",3474],["betexpertv186.live",3474],["betexpertv187.live",3474],["betexpertv188.live",3474],["betexpertv189.live",3474],["betexpertv190.live",3474],["01macvartv.live",3474],["yeniemlak.com",3475],["objektifhaber.com",3476],["karakartal.com",3479],["denizlisporhaber.com",3480],["arasikackm.com",3483],["a24.com.tr",3484],["beycan.net",3486],["biyografi.info",3487],["gundemgazetesi.net",3488],["balikesirhaberajansi.com",3489],["kuzeyanadolugazetesi.com",3493],["akillitelefon.com",3495],["dogruses.com",3497],["platinonline.com",3499],["sechaber.com.tr",3502],["suffagah.com",3504],["baslattusu.com",3505],["ekippolishaber.com",3507],["abamedya.com",3507],["blog.namazsitesi.com",3508],["yapimagazin.com",3509],["umraniyegundemi.com",3510],["kentvizyonhaber.com",3512],["borsagundem.com.tr",3513],["finansgundem.com",3513],["yemektekeyifvar.com",3514],["ttf.org.tr",3514],["arkeolojikhaber.com",3515],["ankaramasasi.com",3516],["hakimiyetgazetesi.com",3516],["guncelgazete.com",3516],["ihavideo.com.tr",3516],["gazikent27.com",3516],["yenisokegazetesi.com",3516],["paramedya.com.tr",3516],["emlakkulisi.com",3516],["cepde.net",3516],["web.tv",3516],["zargan.com",3517],["yemekzevki.com.tr",3519],["akcakocatv.com",3520],["ajans32tv.com",3521],["tarsushaber.com",3522],["hurriyetemlak.com",3523],["sanalokulumuz.com",3524],["anadolugazetesi.com",3526],["esenyurthaberleri.com",3527],["kutahyaekspres.com",3528],["pckoloji.com.tr",3528],["duzceparantez.com",3529],["trakyaninsesi.com",3531],["turkmmo.com",3532],["araba.com",3533],["kocaelioncu.com",3534],["afyonhisargazetesi.com",3537],["bolgegazetesi.com",3538],["sondakika-24.com",3539],["hendekgundem.com",3540],["borunsesi.com",3540],["buyukhaber.com",3540],["usakhabermerkezi.com",3540],["sariyeryenigun.com",3541],["canakkaleolay.com",3542],["haberself.com",3544],["ceplik.com",3545],["maxicep.com",3546],["sarkisozlerihd.com",3547],["gazetekeyfi.com",3548],["urgupajans.com",3549],["eleman.net",3550],["nasilkolay.com",3552],["minikago.com.tr",3553],["minikacocuk.com.tr",3555],["apelasyon.com",3556],["egepostasi.com",3557],["gercekizmir.com",3557],["gundemcesme.com",3557],["turktime.com",3557],["internetoku.com",3558],["zaytung.com",3559],["ihaledergisi.com",3560],["dogus.nl",3561],["ilerihaber.org",3562],["alternatifim.com",3563],["enerjiatlasi.com",3564],["kargotakiptr.com",3565],["yerelgazete.com.tr",3566],["mangazure.com",3568],["turizmprojedergisi.com",3569],["gundemkibris.com",3569],["ulasimonline.com",3569],["movieswatch.store",3570],["canlidizi6.com",3570],["sporcafe15.xyz",3571],["sporcafe16.xyz",3571],["sporcafe17.xyz",3571],["sporcafe18.xyz",3571],["sporcafe19.xyz",3571],["sporcafe20.xyz",3571],["sporcafe21.xyz",3571],["sporcafe22.xyz",3571],["sporcafe23.xyz",3571],["sporcafe24.xyz",3571],["sporcafe25.xyz",3571],["sporcafe26.xyz",3571],["sporcafe27.xyz",3571],["sporcafe28.xyz",3571],["sporcafe29.xyz",3571],["sporcafe30.xyz",3571],["sporcafe31.xyz",3571],["sporcafe32.xyz",3571],["afyonhaberturk.com",3575],["denizli20haber.com",3575],["egegundem.com.tr",3575],["fragmanlar.com",3575],["justintv61.top",3576],["justintv62.top",3576],["justintv63.top",3576],["justintv64.top",3576],["justintv65.top",3576],["justintv66.top",3576],["justintv67.top",3576],["justintv68.top",3576],["justintv69.top",3576],["justintv70.top",3576],["justintv71.top",3576],["justintv72.top",3576],["justintv73.top",3576],["justintv74.top",3576],["justintv75.top",3576],["justintv76.top",3576],["justintv77.top",3576],["justintv78.top",3576],["justintv79.top",3576],["justintv80.top",3576],["justintv81.top",3576],["justintv82.top",3576],["justintv83.top",3576],["justintv84.top",3576],["justintv85.top",3576],["justintv86.top",3576],["justintv87.top",3576],["justintv88.top",3576],["justintv89.top",3576],["justintv90.top",3576],["justintv91.top",3576],["justintv92.top",3576],["justintv93.top",3576],["justintv94.top",3576],["justintv95.top",3576],["justintv96.top",3576],["justintv97.top",3576],["justintv98.top",3576],["justintv99.top",3576],["justintv100.top",3576],["jestyayin941.com",3576],["jestyayin942.com",3576],["jestyayin943.com",3576],["jestyayin944.com",3576],["jestyayin945.com",3576],["jestyayin946.com",3576],["jestyayin947.com",3576],["jestyayin948.com",3576],["jestyayin949.com",3576],["jestyayin950.com",3576],["jestyayin951.com",3576],["jestyayin952.com",3576],["jestyayin953.com",3576],["jestyayin954.com",3576],["jestyayin955.com",3576],["jestyayin956.com",3576],["jestyayin957.com",3576],["jestyayin958.com",3576],["jestyayin959.com",3576],["jestyayin960.com",3576],["jestyayin961.com",3576],["jestyayin962.com",3576],["jestyayin963.com",3576],["jestyayin964.com",3576],["jestyayin965.com",3576],["jestyayin966.com",3576],["jestyayin967.com",3576],["jestyayin968.com",3576],["jestyayin969.com",3576],["jestyayin970.com",3576],["jestyayin971.com",3576],["jestyayin972.com",3576],["jestyayin973.com",3576],["jestyayin974.com",3576],["jestyayin975.com",3576],["jestyayin976.com",3576],["jestyayin977.com",3576],["jestyayin978.com",3576],["jestyayin979.com",3576],["jestyayin980.com",3576],["jestyayin981.com",3576],["jestyayin982.com",3576],["jestyayin983.com",3576],["jestyayin984.com",3576],["jestyayin985.com",3576],["jestyayin986.com",3576],["jestyayin987.com",3576],["jestyayin988.com",3576],["jestyayin989.com",3576],["jestyayin990.com",3576],["jestyayin991.com",3576],["jestyayin992.com",3576],["jestyayin993.com",3576],["jestyayin994.com",3576],["jestyayin995.com",3576],["jestyayin996.com",3576],["jestyayin997.com",3576],["jestyayin998.com",3576],["jestyayin999.com",3576],["jestyayin1000.com",3576],["balikesir24saat.com",3578],["iyihaberci.com",3578],["balkangunlugu.com.tr",3578],["bilardooyna.com",3578],["rekoroyun.com",3578],["muglagazetesi.com.tr",3579],["orduyorum.com",3578],["milliyetsanat.com",3581],["blackorwhitedergi.com",3582],["oyungemisi.net",3582],["oyunkuzusu.com",3582],["bursaspor.org.tr",3582],["listelist.com",3583],["kurtulusgazetesi.com.tr",3584],["mavididim.com.tr",3586],["webteizle.xyz",3587],["webteizle1.xyz",3587],["webteizle2.xyz",3587],["webteizle3.xyz",3587],["webteizle4.xyz",3587],["webteizle5.xyz",3587],["webteizle6.xyz",3587],["webteizle7.xyz",3587],["webteizle8.xyz",3587],["webteizle9.xyz",3587],["webteizle10.xyz",3587],["webteizle.click",3587],["webteizle1.click",3587],["webteizle2.click",3587],["webteizle3.click",3587],["webteizle4.click",3587],["webteizle5.click",3587],["webteizle6.click",3587],["webteizle7.click",3587],["webteizle8.click",3587],["webteizle9.click",3587],["webteizle10.click",3587],["webteizle3.com",3587],["webteizle4.com",3587],["webteizle5.com",3587],["webteizle6.com",3587],["webteizle7.com",3587],["webteizle8.com",3587],["webteizle9.com",3587],["webteizle10.com",3587],["webteizle.info",3587],["webteizle1.info",3587],["webteizle2.info",3587],["webteizle3.info",3587],["webteizle4.info",3587],["webteizle5.info",3587],["webteizle6.info",3587],["webteizle7.info",3587],["webteizle8.info",3587],["webteizle9.info",3587],["webteizle10.info",3587],["gidahatti.com",3590],["gazeteler.net",3591],["egitimhane.com",3592],["erzurumgazetesi.com.tr",3593],["isguc.org",3594],["moonfilmizle.com",3595],["hdfilmcanavari.org",3595],["filmmoduu.com",3595],["hdfilmizle.org",3595],["fullhdfilmizleabi.com",3595],["safirfilmizle1.com",3596],["filmkuzusu1.com",3596],["hdfreeizle.com",3597],["superfilmgeldi.net",3597],["sexfilmleriizle.com",3597],["fullfilmizletr.online",3598],["filmmodu.co",3599],["filmizlesene.*",3600],["hdfilmcehennem.live",3601],["rotabettv354.com",3602],["rotabettv355.com",3602],["rotabettv356.com",3602],["rotabettv357.com",3602],["rotabettv358.com",3602],["rotabettv359.com",3602],["rotabettv360.com",3602],["rotabettv361.com",3602],["rotabettv362.com",3602],["rotabettv363.com",3602],["betist126tv.live",3603],["betist127tv.live",3603],["betist128tv.live",3603],["betist129tv.live",3603],["betist130tv.live",3603],["betist131tv.live",3603],["betist132tv.live",3603],["betist134tv.live",3603],["betist135tv.live",3603],["betist136tv.live",3603],["betivotv156.com",3605],["betivotv157.com",3605],["betivotv158.com",3605],["betivotv159.com",3605],["betivotv160.com",3605],["betivotv161.com",3605],["betivotv162.com",3605],["betivotv163.com",3605],["betivotv164.com",3605],["betivotv165.com",3605],["betivotv166.com",3605],["milanotv25.shop",3608],["milanotv26.shop",3608],["milanotv27.shop",3608],["milanotv28.shop",3608],["milanotv29.shop",3608],["milanotv30.shop",3608],["milanotv31.shop",3608],["milanotv32.shop",3608],["milanotv33.shop",3608],["milanotv34.shop",3608],["milanotv35.shop",3608],["portobettv55.com",3610],["portobettv56.com",3610],["portobettv57.com",3610],["portobettv58.com",3610],["portobettv59.com",3610],["portobettv60.com",3610],["portobettv61.com",3610],["portobettv62.com",3610],["portobettv63.com",3610],["portobettv64.com",3610],["goblintvizle303.live",3611],["goblintvizle304.live",3611],["goblintvizle305.live",3611],["goblintvizle306.live",3611],["goblintvizle307.live",3611],["goblintvizle308.live",3611],["goblintvizle309.live",3611],["goblintvizle310.live",3611],["goblintvizle311.live",3611],["goblintvizle312.live",3611],["goblintvizle313.live",3611],["goblintvizle314.live",3611],["goblintvizle315.live",3611],["goblintvizle316.live",3611],["goblintvizle317.live",3611],["goblintvizle318.live",3611],["goblintvizle319.live",3611],["goblintvizle320.live",3611],["goblintvizle321.live",3611],["goblintvizle322.live",3611],["goblintvizle323.live",3611],["goblintvizle324.live",3611],["goblintvizle325.live",3611],["goblintvizle326.live",3611],["goblintvizle327.live",3611],["goblintvizle328.live",3611],["goblintvizle329.live",3611],["goblintvizle330.live",3611],["goblintvizle331.live",3611],["goblintvizle332.live",3611],["goblintvizle333.live",3611],["goblintvizle334.live",3611],["goblintvizle335.live",3611],["goblintvizle336.live",3611],["goblintvizle337.live",3611],["goblintvizle338.live",3611],["goblintvizle339.live",3611],["goblintvizle340.live",3611],["goblintvizle341.live",3611],["goblintvizle342.live",3611],["goblintvizle343.live",3611],["goblintvizle344.live",3611],["goblintvizle345.live",3611],["goblintvizle346.live",3611],["goblintvizle347.live",3611],["goblintvizle348.live",3611],["goblintvizle349.live",3611],["goblintvizle350.live",3611],["canlimacizle-hd3.com",3613],["canlimacizle-hd4.com",3613],["canlimacizle-hd5.com",3613],["canlimacizle-hd6.com",3613],["canlimacizle-hd7.com",3613],["canlimacizle-hd8.com",3613],["canlimacizle-hd9.com",3613],["canlimacizle-hd10.com",3613],["canlimacizle-hd11.com",3613],["canlimacizle-hd12.com",3613],["canlimacizle-hd13.com",3613],["canlimacizle-hd14.com",3613],["canlimacizle-hd15.com",3613],["canlimacizle-hd16.com",3613],["canlimacizle-hd17.com",3613],["canlimacizle-hd18.com",3613],["canlimacizle-hd19.com",3613],["canlimacizle-hd20.com",3613],["canlimacizle-hd21.com",3613],["canlimacizle-hd22.com",3613],["akintv1.live",3615],["akintv2.live",3615],["akintv3.live",3615],["akintv4.live",3615],["akintv5.live",3615],["akintv6.live",3615],["akintv7.live",3615],["akintv8.live",3615],["akintv9.live",3615],["akintv10.live",3615],["akintv11.live",3615],["akintv12.live",3615],["akintv13.live",3615],["akintv14.live",3615],["akintv15.live",3615],["akintv16.live",3615],["akintv17.live",3615],["akintv18.live",3615],["akintv19.live",3615],["akintv20.live",3615],["canlikolik.my",3617],["canlikolik1.my",3617],["canlikolik2.my",3617],["canlikolik3.my",3617],["canlikolik4.my",3617],["canlikolik5.my",3617],["canlikolik6.my",3617],["canlikolik7.my",3617],["canlikolik8.my",3617],["canlikolik9.my",3617],["canlikolik10.my",3617],["canlikolik11.my",3617],["canlikolik12.my",3617],["canlikolik13.my",3617],["canlikolik14.my",3617],["canlikolik15.my",3617],["canlikolik16.my",3617],["canlikolik17.my",3617],["canlikolik18.my",3617],["canlikolik19.my",3617],["canlikolik20.my",3617],["hentaizm6.online",3618],["hentaizm7.online",3618],["hentaizm8.online",3618],["hentaizm9.online",3618],["hentaizm10.online",3618],["hentaizm11.online",3618],["hentaizm12.online",3618],["hentaizm13.online",3618],["hentaizm14.online",3618],["hentaizm15.online",3618],["hentaizm16.online",3618],["hentaizm17.online",3618],["hentaizm18.online",3618],["hentaizm19.online",3618],["hentaizm20.online",3618],["hentaizm21.online",3618],["hentaizm22.online",3618],["hentaizm23.online",3618],["hentaizm24.online",3618],["hentaizm25.online",3618],["ugurfilm9.com",3619],["ugurfilm10.com",3619],["ugurfilm11.com",3619],["ugurfilm12.com",3619],["ugurfilm13.com",3619],["ugurfilm14.com",3619],["ugurfilm15.com",3619],["ugurfilm16.com",3619],["ugurfilm17.com",3619],["ugurfilm18.com",3619],["ugurfilm19.com",3619],["ugurfilm20.com",3619],["ugurfilm21.com",3619],["ugurfilm22.com",3619],["ugurfilm23.com",3619],["ugurfilm24.com",3619],["ugurfilm25.com",3619],["ugurfilm26.com",3619],["ugurfilm27.com",3619],["ugurfilm28.com",3619],["ugurfilm29.com",3619],["ugurfilm30.com",3619],["canlimacizlemax446.top",3621],["canlimacizlemax447.top",3621],["canlimacizlemax448.top",3621],["canlimacizlemax449.top",3621],["canlimacizlemax450.top",3621],["canlimacizlemax451.top",3621],["canlimacizlemax452.top",3621],["canlimacizlemax453.top",3621],["canlimacizlemax454.top",3621],["canlimacizlemax455.top",3621],["canlimacizlemax456.top",3621],["canlimacizlemax457.top",3621],["canlimacizlemax458.top",3621],["canlimacizlemax459.top",3621],["canlimacizlemax460.top",3621],["canlimacizlemax461.top",3621],["canlimacizlemax462.top",3621],["canlimacizlemax463.top",3621],["canlimacizlemax464.top",3621],["canlimacizlemax465.top",3621],["canlimacizlemax466.top",3621],["canlimacizlemax467.top",3621],["canlimacizlemax468.top",3621],["canlimacizlemax469.top",3621],["canlimacizlemax470.top",3621],["canlimacizlemax471.top",3621],["canlimacizlemax472.top",3621],["canlimacizlemax473.top",3621],["canlimacizlemax474.top",3621],["canlimacizlemax475.top",3621],["canlimacizlemax476.top",3621],["canlimacizlemax477.top",3621],["canlimacizlemax478.top",3621],["canlimacizlemax479.top",3621],["hdselcuksports420.top",3625],["hdselcuksports421.top",3625],["hdselcuksports422.top",3625],["hdselcuksports423.top",3625],["hdselcuksports424.top",3625],["hdselcuksports425.top",3625],["hdselcuksports426.top",3625],["hdselcuksports427.top",3625],["hdselcuksports428.top",3625],["hdselcuksports429.top",3625],["hdselcuksports430.top",3625],["hdselcuksports431.top",3625],["hdselcuksports432.top",3625],["hdselcuksports433.top",3625],["hdselcuksports434.top",3625],["hdselcuksports435.top",3625],["hdselcuksports436.top",3625],["hdselcuksports437.top",3625],["hdselcuksports438.top",3625],["hdselcuksports439.top",3625],["hdselcuksports440.top",3625],["hdselcuksports441.top",3625],["hdselcuksports442.top",3625],["hdselcuksports443.top",3625],["hdselcuksports444.top",3625],["hdselcuksports445.top",3625],["hdselcuksports446.top",3625],["hdselcuksports447.top",3625],["hdselcuksports448.top",3625],["hdselcuksports449.top",3625],["hdselcuksports450.top",3625],["hdselcuksports451.top",3625],["hdselcuksports452.top",3625],["hdselcuksports453.top",3625],["hdselcuksports454.top",3625],["hdselcuksports455.top",3625],["hdselcuksports456.top",3625],["hdselcuksports457.top",3625],["hdselcuksports458.top",3625],["hdselcuksports459.top",3625],["hdselcuksports460.top",3625],["hdselcuksports461.top",3625],["hdselcuksports462.top",3625],["hdselcuksports463.top",3625],["hdselcuksports464.top",3625],["hdselcuksports465.top",3625],["hdselcuksports466.top",3625],["hdselcuksports467.top",3625],["hdselcuksports468.top",3625],["hdselcuksports469.top",3625],["hdselcuksports470.top",3625],["hdselcuksports471.top",3625],["hdselcuksports472.top",3625],["justintvizle430.top",3628],["justintvizle431.top",3628],["justintvizle432.top",3628],["justintvizle433.top",3628],["justintvizle434.top",3628],["justintvizle435.top",3628],["justintvizle436.top",3628],["justintvizle437.top",3628],["justintvizle438.top",3628],["justintvizle439.top",3628],["justintvizle440.top",3628],["justintvizle441.top",3628],["justintvizle442.top",3628],["justintvizle443.top",3628],["justintvizle444.top",3628],["justintvizle445.top",3628],["justintvizle446.top",3628],["justintvizle447.top",3628],["justintvizle448.top",3628],["justintvizle449.top",3628],["kuponuna284.top",3630],["kuponuna285.top",3630],["kuponuna286.top",3630],["kuponuna287.top",3630],["kuponuna288.top",3630],["kuponuna289.top",3630],["kuponuna290.top",3630],["kuponuna291.top",3630],["kuponuna292.top",3630],["kuponuna293.top",3630],["kuponuna294.top",3630],["sporcafe-cc312b798596.xyz",3639],["belestepe583.shop",3640],["belestepe584.shop",3640],["belestepe585.shop",3640],["belestepe586.shop",3640],["belestepe587.shop",3640],["belestepe588.shop",3640],["belestepe589.shop",3640],["belestepe590.shop",3640],["belestepe591.shop",3640],["belestepe592.shop",3640],["belestepe593.shop",3640],["belestepe594.shop",3640],["belestepe595.shop",3640],["belestepe596.shop",3640],["belestepe597.shop",3640],["belestepe598.shop",3640],["belestepe599.shop",3640],["belestepe600.shop",3640],["belestepe601.shop",3640],["belestepe602.shop",3640],["belestepe603.shop",3640],["belestepe604.shop",3640],["belestepe605.shop",3640],["belestepe606.shop",3640],["belestepe607.shop",3640],["belestepe608.shop",3640],["belestepe609.shop",3640],["belestepe610.shop",3640],["belestepe611.shop",3640],["belestepe612.shop",3640],["belestepe613.shop",3640],["belestepe614.shop",3640],["belestepe615.shop",3640],["belestepe616.shop",3640],["belestepe617.shop",3640],["belestepe618.shop",3640],["belestepe619.shop",3640],["belestepe620.shop",3640],["belestepe621.shop",3640],["belestepe622.shop",3640],["belestepe623.shop",3640],["belestepe624.shop",3640],["belestepe625.shop",3640],["belestepe626.shop",3640],["belestepe627.shop",3640],["belestepe628.shop",3640],["belestepe629.shop",3640],["belestepe630.shop",3640],["mactanmaca322.shop",3640],["mactanmaca323.shop",3640],["mactanmaca324.shop",3640],["mactanmaca325.shop",3640],["mactanmaca326.shop",3640],["mactanmaca327.shop",3640],["mactanmaca328.shop",3640],["mactanmaca329.shop",3640],["mactanmaca330.shop",3640],["mactanmaca331.shop",3640],["mactanmaca332.shop",3640],["mactanmaca333.shop",3640],["mactanmaca334.shop",3640],["mactanmaca335.shop",3640],["mactanmaca336.shop",3640],["mactanmaca337.shop",3640],["mactanmaca338.shop",3640],["mactanmaca339.shop",3640],["mactanmaca340.shop",3640],["mactanmaca341.shop",3640],["dmlstechnology.com",3641],["justintvde.com",3641],["justin-tv.org",3641],["justintvizle58.top",3644],["justintvizle59.top",3644],["justintvizle60.top",3644],["justintvizle61.top",3644],["justintvizle62.top",3644],["justintvizle63.top",3644],["justintvizle64.top",3644],["justintvizle65.top",3644],["justintvizle66.top",3644],["justintvizle67.top",3644],["justintvizle68.top",3644],["justintvizle69.top",3644],["justintvizle70.top",3644],["justintvizle71.top",3644],["justintvizle72.top",3644],["justintvizle73.top",3644],["justintvizle74.top",3644],["justintvizle75.top",3644],["justintvizle76.top",3644],["justintvizle77.top",3644],["selcuksports2.com",3645],["selcuksports3.com",3645],["selcuksports4.com",3645],["selcuksports5.com",3645],["selcuksports6.com",3645],["selcuksports7.com",3645],["selcuksports8.com",3645],["selcuksports9.com",3645],["selcuksports10.com",3645],["selcuksports11.com",3645],["selcuksports12.com",3645],["selcuksports13.com",3645],["selcuksports14.com",3645],["selcuksports15.com",3645],["selcuksports16.com",3645],["selcuksports17.com",3645],["selcuksports18.com",3645],["selcuksports19.com",3645],["selcuksports20.com",3645],["selcuksports21.com",3645],["pressedfur.com",3646],["taraftariummdeneme.blogspot.com",3647],["channelbein34.blogspot.com",3649],["channelbein33.blogspot.com",3649],["hdtaraftartv1000.blogspot.com",3650],["dizilla10.club",3651],["dizilla11.club",3651],["dizilla12.club",3651],["dizilla13.club",3651],["dizilla14.club",3651],["dizilla15.club",3651],["dizilla16.club",3651],["dizilla17.club",3651],["dizilla18.club",3651],["dizilla19.club",3651],["dizilla20.club",3651],["selcuksportshd.is",3654],["tvboff10.com",3655],["tvboff11.com",3655],["tvboff12.com",3655],["tvboff13.com",3655],["tvboff14.com",3655],["tvboff15.com",3655],["tvboff16.com",3655],["tvboff17.com",3655],["tvboff18.com",3655],["tvboff19.com",3655],["tvboff20.com",3655],["webspor102.xyz",3656],["webspor103.xyz",3656],["webspor104.xyz",3656],["webspor105.xyz",3656],["webspor106.xyz",3656],["webspor107.xyz",3656],["webspor108.xyz",3656],["webspor109.xyz",3656],["webspor110.xyz",3656],["webspor111.xyz",3656],["webspor112.xyz",3656],["webspor113.xyz",3656],["webspor114.xyz",3656],["webspor115.xyz",3656],["webspor116.xyz",3656],["webspor117.xyz",3656],["webspor118.xyz",3656],["webspor119.xyz",3656],["webspor120.xyz",3656],["webspor121.xyz",3656],["webspor122.xyz",3656],["webspor123.xyz",3656],["webspor124.xyz",3656],["webspor125.xyz",3656],["dizipal1.live",3658],["dizipal2.live",3658],["dizipal3.live",3658],["dizipal4.live",3658],["dizipal5.live",3658],["dizipal6.live",3658],["dizipal7.live",3658],["dizipal8.live",3658],["dizipal9.live",3658],["dizipal10.live",3658],["dizipal11.live",3658],["dizipal12.live",3658],["dizipal13.live",3658],["dizipal14.live",3658],["dizipal15.live",3658],["dizipal16.live",3658],["dizipal17.live",3658],["dizipal18.live",3658],["dizipal19.live",3658],["dizipal20.live",3658],["dizipal21.live",3658],["dizipal22.live",3658],["dizipal23.live",3658],["dizipal24.live",3658],["dizipal25.live",3658],["dizipal26.live",3658],["dizipal27.live",3658],["dizipal28.live",3658],["dizipal29.live",3658],["dizipal30.live",3658],["dizipal31.live",3658],["dizipal32.live",3658],["dizipal33.live",3658],["dizipal34.live",3658],["dizipal35.live",3658],["dizipal36.live",3658],["dizipal37.live",3658],["dizipal38.live",3658],["dizipal39.live",3658],["dizipal40.live",3658],["dizipal41.live",3658],["dizipal42.live",3658],["dizipal43.live",3658],["dizipal44.live",3658],["dizipal45.live",3658],["dizipal46.live",3658],["dizipal47.live",3658],["dizipal48.live",3658],["dizipal49.live",3658],["dizipal50.live",3658],["dizipal12.plus",3659],["dizipal13.plus",3659],["dizipal14.plus",3659],["dizipal15.plus",3659],["dizipal16.plus",3659],["dizipal17.plus",3659],["dizipal18.plus",3659],["dizipal19.plus",3659],["dizipal20.plus",3659],["dizipal21.plus",3659],["dizipal22.plus",3659],["dizipal23.plus",3659],["dizipal24.plus",3659],["dizipal25.plus",3659],["dizipal26.plus",3659],["dizipal27.plus",3659],["dizipal28.plus",3659],["dizipal29.plus",3659],["dizipal30.plus",3659],["dizipal31.plus",3659],["xyzsports173.xyz",3660],["xyzsports174.xyz",3660],["xyzsports175.xyz",3660],["xyzsports176.xyz",3660],["xyzsports177.xyz",3660],["xyzsports178.xyz",3660],["xyzsports179.xyz",3660],["xyzsports180.xyz",3660],["xyzsports181.xyz",3660],["xyzsports182.xyz",3660],["xyzsports183.xyz",3660],["xyzsports184.xyz",3660],["xyzsports185.xyz",3660],["xyzsports186.xyz",3660],["xyzsports187.xyz",3660],["xyzsports188.xyz",3660],["xyzsports189.xyz",3660],["xyzsports190.xyz",3660],["xyzsports191.xyz",3660],["xyzsports192.xyz",3660],["xyzsports193.xyz",3660],["xyzsports194.xyz",3660],["xyzsports195.xyz",3660],["xyzsports197.xyz",3660],["xyzsports198.xyz",3660],["xyzsports199.xyz",3660],["xyzsports200.xyz",3660],["bahisanaliz31.com",3663],["bahisanaliz32.com",3663],["bahisanaliz33.com",3663],["bahisanaliz34.com",3663],["bahisanaliz35.com",3663],["bahisanaliz36.com",3663],["bahisanaliz37.com",3663],["bahisanaliz38.com",3663],["bahisanaliz39.com",3663],["bahisanaliz40.com",3663],["bahisanaliz41.com",3663],["bahisanaliz42.com",3663],["bahisanaliz43.com",3663],["bahisanaliz44.com",3663],["bahisanaliz45.com",3663],["bahisanaliz46.com",3663],["bahisanaliz47.com",3663],["bahisanaliz48.com",3663],["bahisanaliz49.com",3663],["bahisanaliz50.com",3663],["filmizletv3.com",3666],["filmizletv4.com",3666],["filmizletv5.com",3666],["filmizletv6.com",3666],["filmizletv7.com",3666],["filmizletv8.com",3666],["filmizletv9.com",3666],["filmizletv10.com",3666],["filmizletv11.com",3666],["filmizletv12.com",3666],["filmizletv13.com",3666],["filmizletv14.com",3666],["filmizletv15.com",3666],["filmizletv16.com",3666],["filmizletv17.com",3666],["filmizletv18.com",3666],["filmizletv19.com",3666],["filmizletv20.com",3666],["sinefy2.com",3667],["sinefy4.com",3667],["sinefy5.com",3667],["sinefy6.com",3667],["sinefy7.com",3667],["sinefy8.com",3667],["sinefy9.com",3667],["sinefy10.com",3667],["fullhddizifilmizle2.net",3668],["fullhddizifilmizle3.net",3668],["fullhddizifilmizle4.net",3668],["fullhddizifilmizle5.net",3668],["fullhddizifilmizle6.net",3668],["fullhddizifilmizle7.net",3668],["fullhddizifilmizle8.net",3668],["fullhddizifilmizle9.net",3668],["fullhddizifilmizle10.net",3668],["fullhddizifilmizle11.net",3668],["fullhddizifilmizle12.net",3668],["fullhddizifilmizle13.net",3668],["fullhddizifilmizle14.net",3668],["fullhddizifilmizle15.net",3668],["fullhddizifilmizle16.net",3668],["fullhddizifilmizle17.net",3668],["fullhddizifilmizle18.net",3668],["fullhddizifilmizle19.net",3668],["fullhddizifilmizle20.net",3668],["fullhddizifilmizle21.net",3668],["fullhddizifilmizle22.net",3668],["fullhddizifilmizle23.net",3668],["fullhddizifilmizle24.net",3668],["fullhddizifilmizle25.net",3668],["fullhddizifilmizle26.net",3668],["fullhddizifilmizle27.net",3668],["fullhddizifilmizle28.net",3668],["sporligtv480.live",3670],["sporligtv481.live",3670],["sporligtv482.live",3670],["sporligtv483.live",3670],["sporligtv484.live",3670],["sporligtv485.live",3670],["sporligtv486.live",3670],["sporligtv487.live",3670],["sporligtv488.live",3670],["sporligtv489.live",3670],["sporligtv490.live",3670],["sporligtv491.live",3670],["sporligtv492.live",3670],["sporligtv493.live",3670],["sporligtv494.live",3670],["sporligtv495.live",3670],["sporligtv496.live",3670],["sporligtv497.live",3670],["sporligtv498.live",3670],["sporligtv499.live",3670],["sporligtv500.live",3670],["asyaanimeleri01.com",3671],["asyaanimeleri02.com",3671],["asyaanimeleri03.com",3671],["asyaanimeleri04.com",3671],["asyaanimeleri05.com",3671],["asyaanimeleri06.com",3671],["sezonlukdizi3.com",3672],["sezonlukdizi5.com",3672],["sezonlukdizi6.com",3672],["sezonlukdizi7.com",3672],["sezonlukdizi8.com",3672],["sezonlukdizi9.com",3672],["sezonlukdizi10.com",3672],["sezonlukdizi11.com",3672],["sezonlukdizi12.com",3672],["sezonlukdizi13.com",3672],["sezonlukdizi14.com",3672],["sezonlukdizi15.com",3672],["sezonlukdizi16.com",3672],["sezonlukdizi17.com",3672],["sezonlukdizi18.com",3672],["sezonlukdizi19.com",3672],["sezonlukdizi20.com",3672],["sezonlukdizi21.com",3672],["sezonlukdizi22.com",3672],["sezonlukdizi23.com",3672],["sezonlukdizi24.com",3672],["sezonlukdizi25.com",3672],["sezonlukdizi26.com",3672],["sezonlukdizi27.com",3672],["sezonlukdizi28.com",3672],["sezonlukdizi29.com",3672],["sezonlukdizi30.com",3672],["sinepal.vip",3674],["sinepal1.vip",3674],["sinepal2.vip",3674],["sinepal3.vip",3674],["sinepal4.vip",3674],["sinepal5.vip",3674],["sinepal6.vip",3674],["sinepal7.vip",3674],["sinepal8.vip",3674],["sinepal9.vip",3674],["sinepal10.vip",3674],["sinepal11.vip",3674],["fullfilmcidayi4.com",3676],["fullfilmcidayi5.com",3676],["fullfilmcidayi6.com",3676],["fullfilmcidayi7.com",3676],["fullfilmcidayi8.com",3676],["fullfilmcidayi9.com",3676],["fullfilmcidayi10.com",3676],["fullfilmcidayi11.com",3676],["fullfilmcidayi12.com",3676],["fullfilmcidayi13.com",3676],["fullfilmcidayi14.com",3676],["fullfilmcidayi15.com",3676],["fullfilmcidayi16.com",3676],["fullfilmcidayi17.com",3676],["fullfilmcidayi18.com",3676],["fullfilmcidayi19.com",3676],["fullfilmcidayi20.com",3676],["fullfilmcidayi21.com",3676],["fullfilmcidayi22.com",3676],["fullfilmcidayi23.com",3676],["fullfilmcidayi24.com",3676],["fullfilmcidayi25.com",3676],["fullfilmcidayi26.com",3676],["fullfilmcidayi27.com",3676],["fullfilmcidayi28.com",3676],["fullfilmcidayi29.com",3676],["fullfilmcidayi30.com",3676],["sportradar25.com",3680],["sportradar26.com",3680],["sportradar27.com",3680],["sportradar28.com",3680],["sportradar29.com",3680],["sportradar30.com",3680],["sportradar31.com",3680],["sportradar32.com",3680],["sportradar33.com",3680],["sportradar34.com",3680],["sportradar35.com",3680],["sportradar36.com",3680],["sportradar37.com",3680],["sportradar38.com",3680],["sportradar39.com",3680],["sportradar40.com",3680],["sportradar41.com",3680],["sportradar42.com",3680],["sportradar43.com",3680],["sportradar44.com",3680],["sportradar45.com",3680],["sportradar46.com",3680],["sportradar47.com",3680],["sportradar48.com",3680],["sportradar49.com",3680],["sportradar50.com",3680],["mail.yandex.com.tr",3681],["yandex.com.tr",3682],["filmizleplus.*",3683],["hdfilmizlesene.*",3683],["adguard.info",3685],["adguard.com",3685],["adguard.app",3685],["~silahilanlarim.com",3686],["~agendazdsp.blogspot.com",3687],["~agendazd.blogspot.com",3687],["~zeichenkram.de",3687],["~roketdizi.*",3688],["~dizilla.club",3688],["~hepsiemlak.com",3689],["~ralphlauren.com",3690],["~ralphlauren.eu",3690],["~makemytrip.com",3690],["~ralphlauren.co.uk",3690],["~librus.pl",3690],["~festtravel.com",3690],["~tvtime.com",3690],["~tvshowtime.com",3690],["~mislink3.com",3691],["~kumasref.com",3692],["~canakkaleolay.com",3693],["~fullhdfilm.*",3694],["~otomobilteknoloji.blogspot.com",3695],["~hepsinefis.com",3695],["~kriptoarena.com",3696],["~kopekturleri.org",3697],["~themagger.com",3698],["~sagligabiradim.com",3699],["~mobile.donanimhaber.com",3700],["~anker.com",3701],["~aysetolga.com",3702],["~wanhaber.com",3703],["~alalimsatalim.com",3704]]);
33
33
  const hasEntities = true;
34
34
 
35
35
  self.specificImports = self.specificImports || [];