@browserless.io/browserless 2.38.0 → 2.38.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/build/browsers/index.js +12 -6
  3. package/build/routes/management/http/kill.get.js +2 -2
  4. package/build/shared/utils/function/handler.js +2 -2
  5. package/build/utils.d.ts +1 -0
  6. package/build/utils.js +1 -0
  7. package/build/utils.spec.d.ts +1 -0
  8. package/build/utils.spec.js +27 -0
  9. package/extensions/ublocklite/_locales/be/messages.json +5 -5
  10. package/extensions/ublocklite/_locales/id/messages.json +9 -9
  11. package/extensions/ublocklite/_locales/ja/messages.json +4 -4
  12. package/extensions/ublocklite/_locales/pt_PT/messages.json +1 -1
  13. package/extensions/ublocklite/_locales/th/messages.json +2 -2
  14. package/extensions/ublocklite/_locales/uk/messages.json +9 -9
  15. package/extensions/ublocklite/_locales/vi/messages.json +5 -5
  16. package/extensions/ublocklite/_locales/zh_CN/messages.json +8 -8
  17. package/extensions/ublocklite/js/jsonpath.js +2 -2
  18. package/extensions/ublocklite/js/static-filtering-parser.js +3 -1
  19. package/extensions/ublocklite/js/utils.js +1 -3
  20. package/extensions/ublocklite/manifest.json +1 -1
  21. package/extensions/ublocklite/rulesets/generic-details.json +2 -0
  22. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +1 -2
  23. package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +7 -4
  24. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +2 -1
  25. package/extensions/ublocklite/rulesets/main/chn-0.json +23 -13
  26. package/extensions/ublocklite/rulesets/main/deu-0.json +2 -1
  27. package/extensions/ublocklite/rulesets/main/dpollock-0.json +1 -0
  28. package/extensions/ublocklite/rulesets/main/easylist.json +12 -4
  29. package/extensions/ublocklite/rulesets/main/easyprivacy.json +19 -6
  30. package/extensions/ublocklite/rulesets/main/fra-0.json +2 -2
  31. package/extensions/ublocklite/rulesets/main/hrv-0.json +6 -15
  32. package/extensions/ublocklite/rulesets/main/idn-0.json +6 -2
  33. package/extensions/ublocklite/rulesets/main/ind-0.json +27 -11
  34. package/extensions/ublocklite/rulesets/main/isr-0.json +1 -0
  35. package/extensions/ublocklite/rulesets/main/jpn-1.json +9 -4
  36. package/extensions/ublocklite/rulesets/main/kor-1.json +3 -2
  37. package/extensions/ublocklite/rulesets/main/nld-0.json +9 -7
  38. package/extensions/ublocklite/rulesets/main/nor-0.json +6 -3
  39. package/extensions/ublocklite/rulesets/main/pgl.json +10 -3
  40. package/extensions/ublocklite/rulesets/main/pol-0.json +2 -0
  41. package/extensions/ublocklite/rulesets/main/rus-0.json +11 -9
  42. package/extensions/ublocklite/rulesets/main/rus-1.json +2 -1
  43. package/extensions/ublocklite/rulesets/main/spa-1.json +2 -1
  44. package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +15646 -4853
  45. package/extensions/ublocklite/rulesets/main/swe-1.json +7 -9
  46. package/extensions/ublocklite/rulesets/main/tur-0.json +3 -4
  47. package/extensions/ublocklite/rulesets/main/ublock-badware.json +4 -7
  48. package/extensions/ublocklite/rulesets/main/ublock-filters.json +46 -21
  49. package/extensions/ublocklite/rulesets/main/ukr-0.json +3 -5
  50. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +1554 -196
  51. package/extensions/ublocklite/rulesets/main/vie-1.json +26 -26
  52. package/extensions/ublocklite/rulesets/regex/chn-0.json +2 -2
  53. package/extensions/ublocklite/rulesets/regex/hrv-0.json +20 -0
  54. package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
  55. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +10 -9
  56. package/extensions/ublocklite/rulesets/ruleset-details.json +160 -160
  57. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +1 -1
  58. package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +1 -1
  59. package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +1 -1
  60. package/extensions/ublocklite/rulesets/scripting/generic/hrv-0.js +1 -1
  61. package/extensions/ublocklite/rulesets/scripting/generic/rus-0.js +1 -1
  62. package/extensions/ublocklite/rulesets/scripting/generic/spa-1.js +2 -2
  63. package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
  64. package/extensions/ublocklite/rulesets/scripting/generic/vie-1.js +1 -1
  65. package/extensions/ublocklite/rulesets/scripting/generichigh/rus-0.css +1 -0
  66. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +1 -1
  67. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +2 -2
  68. package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
  69. package/extensions/ublocklite/rulesets/scripting/procedural/hrv-0.js +3 -3
  70. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  71. package/extensions/ublocklite/rulesets/scripting/procedural/rou-1.js +3 -3
  72. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  73. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +2 -2
  74. package/extensions/ublocklite/rulesets/scripting/procedural/tur-0.js +3 -3
  75. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  76. package/extensions/ublocklite/rulesets/scripting/procedural/vie-1.js +3 -3
  77. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.abort-on-property-read.js +2 -2
  78. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.remove-node-text.js +1 -1
  79. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  80. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +3 -3
  81. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  82. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +1 -1
  83. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +10 -5
  84. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-node-text.js +2 -2
  85. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-on-property-read.js +2 -2
  86. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.abort-on-stack-trace.js +2 -2
  87. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +10 -5
  88. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +10 -5
  89. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.set-constant.js +541 -0
  90. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +10 -5
  91. package/extensions/ublocklite/rulesets/scripting/scriptlet/hrv-0.set-constant.js +541 -0
  92. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +10 -5
  93. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +10 -5
  94. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +10 -5
  95. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +10 -5
  96. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.json-prune-xhr-response.js +1 -1
  97. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +10 -5
  98. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.abort-current-script.js +2 -2
  99. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +11 -6
  100. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.xml-prune.js +1 -1
  101. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +10 -5
  102. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-read.js +2 -2
  103. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +1 -1
  104. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +3 -3
  105. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +2 -2
  106. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +10 -5
  107. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-attr.js +2 -2
  108. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-cookie.js +1 -1
  109. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +1 -1
  110. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +2 -2
  111. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +10 -5
  112. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +10 -5
  113. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +2 -2
  114. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +10 -5
  115. package/extensions/ublocklite/rulesets/scripting/scriptlet/{fin-0.spoof-css.js → tur-0.remove-cookie.js} +69 -115
  116. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
  117. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-fetch-request.js +941 -0
  118. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +3 -3
  119. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
  120. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  121. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  122. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +1 -1
  123. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
  124. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +2 -2
  125. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +2 -2
  126. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +2 -2
  127. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  128. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +2 -2
  129. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +1 -1
  130. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +12 -7
  131. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +3 -3
  132. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
  133. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +2 -2
  134. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +1 -1
  135. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
  136. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
  137. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
  138. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
  139. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.spoof-css.js +3 -3
  140. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +941 -0
  141. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +2 -2
  142. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +2 -2
  143. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +10 -5
  144. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +2 -2
  145. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +2 -2
  146. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +2 -2
  147. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-attr.js +3 -3
  148. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-set-constant.js +2 -2
  149. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
  150. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +2 -2
  151. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +2 -2
  152. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +10 -5
  153. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  154. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +1 -1
  155. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +10 -5
  156. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.set-constant.js +2 -2
  157. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  158. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  159. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  160. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  161. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  162. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +2 -2
  163. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  164. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  165. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  166. package/extensions/ublocklite/rulesets/scripting/specific/est-0.js +3 -3
  167. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  168. package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
  169. package/extensions/ublocklite/rulesets/scripting/specific/hrv-0.js +4 -4
  170. package/extensions/ublocklite/rulesets/scripting/specific/hun-0.js +3 -3
  171. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  172. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  173. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  174. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  175. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
  176. package/extensions/ublocklite/rulesets/scripting/specific/nld-0.js +3 -3
  177. package/extensions/ublocklite/rulesets/scripting/specific/nor-0.js +3 -3
  178. package/extensions/ublocklite/rulesets/scripting/specific/pol-0.js +3 -3
  179. package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
  180. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  181. package/extensions/ublocklite/rulesets/scripting/specific/spa-0.js +3 -3
  182. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  183. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  184. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  185. package/extensions/ublocklite/rulesets/scripting/specific/ublock-badware.js +3 -3
  186. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  187. package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +1 -1
  188. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  189. package/extensions/ublocklite/rulesets/scriptlet-details.json +113 -60
  190. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +117 -2
  191. package/extensions/ublocklite/rulesets/strictblock/dpollock-0.json +1 -0
  192. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  193. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +7 -1
  194. package/extensions/ublocklite/rulesets/strictblock/hrv-0.json +8 -1
  195. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +134 -133
  196. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
  197. package/extensions/ublocklite/rulesets/strictblock/pgl.json +10 -3
  198. package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +15646 -4853
  199. package/extensions/ublocklite/rulesets/strictblock/tur-0.json +1 -0
  200. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +10 -10
  201. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +3 -3
  202. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +1 -0
  203. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +1554 -196
  204. package/extensions/ublocklite/ublock.zip +0 -0
  205. package/package.json +1 -1
  206. package/src/browsers/index.ts +17 -8
  207. package/src/routes/management/http/kill.get.ts +2 -1
  208. package/src/shared/utils/function/handler.ts +2 -1
  209. package/src/utils.spec.ts +62 -0
  210. package/src/utils.ts +3 -0
  211. package/static/docs/swagger.json +2 -2
  212. package/static/docs/swagger.min.json +1 -1
  213. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-experimental.js +0 -42
@@ -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",".rotab-asiste-reklam","#custom_html-367",".col-lg-8 + div.col-lg-4",".body-banner-block","a[href^=\"https://gdetr.hit.gemius.\"]\ndiv[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]",".reklam-card",".new3detail-page-container > .new3detail-left:has(> article.tuhps:only-child > #taboola-below-article-widget)\n.new3detail-page-container:has(> .new3detail-left > article > #taboola-below-article-thumbnails-1)","main[class^=\"wrapper_wrapper\"] > div:has(> .ad-container)","#mb-sticky-ad","#HTML4","div[class]:has(> a[href^=\"https://cutt.ly/\"])","#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:not(#style_important)",".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",".currency-view",".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)","#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\\]",".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,502,4,5,-6,8,-7,8,7,9,10,-10,25,11,12,-12,-741,2176,13,14,-15,599,-16,-1204,-1846,1847,-17,-18,-19,-20,21,-22,1335,-23,2077,24,26,-27,-56,-789,-940,-1188,-1840,-2083,-2217,-2242,2243,-28,-31,-114,-115,-543,-555,-559,-560,-561,-562,-606,-1745,2281,29,-30,-31,-651,1444,-31,33,-31,-34,-226,-302,-303,-304,-957,-1283,-1703,-1734,2335,-31,-37,1292,-31,41,-31,-37,-42,-891,-1423,-1641,-2154,2499,-31,-43,-535,-1476,-1564,-1673,1822,-31,-44,2472,-31,37,-31,903,31,-31,317,-31,-37,-65,-1431,2110,-31,-43,-1165,-1443,-1707,2155,-31,-2657,2666,-32,-1750,-1943,-1978,2319,-32,-55,-199,-200,-2695,-2719,2720,35,-36,-1163,-2049,2332,-37,39,-37,-62,-1217,-1657,1875,-37,2331,-37,-2331,-2539,2632,-37,1749,-38,1311,38,-38,167,-38,203,40,-45,66,-46,-311,-338,-482,-483,-525,-911,-1429,2555,-46,-85,-86,-1665,2469,-46,-63,-176,-177,178,-47,-51,52,-47,-48,-49,-50,-51,52,-47,49,53,-54,-924,1005,54,-55,-199,-200,-416,-676,-2472,-2695,-2696,-2697,-2698,2699,-55,-144,-235,-236,-266,-460,1624,-55,1483,-55,-505,-642,-846,-999,-1506,1996,-55,-58,-522,-1540,-1791,-2454,2578,-55,-58,-2015,2566,-55,-846,2189,55,-55,58,-55,-62,-872,-1535,2608,-55,-58,1601,-55,-56,2487,-55,56,-55,1709,-55,2566,-55,-1268,-1472,-1619,2487,-55,-56,-498,1887,-55,-56,-1887,1888,-55,-56,2409,-55,1161,-55,2074,-55,-58,2578,-55,1973,-55,2578,-55,-140,-141,-348,-386,-642,-1216,-1274,-1483,-1506,2622,-55,-446,-642,-1273,-1483,-1506,2170,-55,-81,-182,-183,-451,-510,-612,-642,-663,-664,-1081,-1216,-1273,-1274,-1355,-1483,-1506,-1694,-2189,-2364,2471,-55,-56,-939,2100,-55,-1413,-1794,-1795,-1796,-2151,2447,-55,-1256,-1993,1994,-55,57,-55,-56,2435,-55,-451,-664,-665,-796,-1081,-1483,2262,-55,-1268,-2483,2552,-55,-119,-451,-506,-507,-642,-999,-1273,-1274,-1482,-1483,-1506,-2173,-2174,2253,-55,-56,-163,-275,-276,-363,-364,-365,-366,-367,-642,-666,-688,-745,-999,-1157,-1482,-1483,-1484,-1506,-1996,-1997,-2125,-2253,-2511,2513,-55,-983,-1210,-1211,2487,56,-56,-61,-1731,-2368,2369,-56,2487,-56,-504,601,-56,-63,900,-56,1028,-56,-59,-1028,1034,-56,-1059,-1060,2373,-56,-1423,-1493,-2036,2109,-56,1725,-56,-1495,-2453,-2485,2610,-56,-2512,-2525,2587,-56,990,-56,-1331,-1366,2001,-56,-840,-841,-842,-843,-904,-905,-1329,-1343,1512,-56,-1653,-1654,-1655,-1656,2425,-56,-1052,2390,-56,-532,1704,-56,-369,2469,-56,2270,-56,-278,-407,-504,-734,-1502,1956,-56,-268,-558,-644,-700,-701,-2132,-2385,2386,-56,2219,-56,891,-56,2176,-56,-63,2111,-56,-2370,2371,-56,1195,-56,-711,-2414,-2420,2443,-56,-59,-594,-595,-941,-1181,-1583,-2171,-2395,-2416,-2427,-2432,2528,-56,-2102,2360,57,58,-58,2566,-58,-1988,2566,-59,239,59,-59,-273,-373,520,-59,615,-59,-643,-799,2094,-59,1229,-59,-110,-306,-508,-583,-668,-716,-1452,2076,-59,1092,-59,959,-59,-862,863,-59,1307,-59,66,-59,2450,-59,-1407,2357,-59,-65,2357,-59,-632,1028,-59,1080,-59,1095,-59,-203,-1303,-1445,-1574,1866,-59,-1118,2176,-59,-1290,1467,-59,1288,-59,-61,1559,-59,-1307,-1393,2464,-59,-806,-1339,2640,-59,2163,-59,1388,-59,-1087,1485,-59,1543,-59,1164,-59,1659,-59,-1946,-1977,-2163,-2211,2357,-59,-1762,1763,-59,-1853,2490,-59,-1043,2099,-59,-1666,-2073,2376,-59,-953,-2079,2530,-59,2634,-59,63,-59,-514,-956,-1945,-2017,-2122,-2123,-2145,-2191,-2192,-2193,-2194,-2195,-2196,-2231,-2232,-2233,-2266,-2308,-2310,-2329,-2376,-2394,2462,-59,-63,-700,-824,-1587,-2361,2491,-59,-95,-96,-97,-120,-300,-301,-952,-1054,-2188,-2460,-2461,-2479,2498,60,-60,-82,750,-60,88,-60,1322,-60,116,-60,-570,2641,-60,-707,937,-60,-706,937,-60,-179,-231,-706,-717,-2710,-2751,2752,-60,179,-60,-203,-231,-608,-609,-611,-1044,-2642,-2710,-2751,2752,61,-61,-287,288,-61,-1558,1559,-61,-1436,1437,-61,-2041,2042,-61,-632,-2367,-2368,2369,-61,-1436,-1437,1690,-61,67,-62,893,-62,-1981,1982,62,-62,868,-62,1652,-62,772,-62,392,-63,-252,-263,-316,-318,-435,-438,-798,-801,-1051,-1109,-1110,-1111,-1112,-1113,-1114,-1334,-2177,-2178,-2225,-2329,-2336,-2337,-2481,2561,63,-63,-1539,-1667,2609,-63,2159,-63,1400,-63,1604,-63,-187,-188,-189,-190,-191,-209,-210,-420,-509,-640,-645,-703,-704,-705,-719,-720,2507,-63,1304,-63,-548,2255,-63,-241,-242,417,-64,1751,-65,-76,-238,-865,-866,-2113,-2114,2115,65,-65,-623,-1701,2061,-65,2482,-65,-66,818,-65,1240,-65,66,-65,528,-65,-66,-238,-298,-374,-375,-380,-381,-960,-961,-1456,-1457,-1567,-1568,-1989,-1990,2143,-66,2077,66,-66,2019,-66,-932,1889,-66,-361,-696,2259,-66,1606,-66,-1365,1702,-66,473,-66,-489,-490,-491,-492,2493,-66,-343,344,-67,-1412,1868,67,-67,2041,-67,-1782,1783,-68,-69,599,70,-71,95,-72,-255,-256,-336,-342,-385,-598,-997,-1607,-1608,-1724,-2120,-2121,-2300,2469,-73,-74,-136,-184,-185,-250,-251,-253,-254,-281,-282,-332,-333,-340,-452,-516,-783,-814,-815,-831,-1493,-1736,-1737,-1850,-1896,-1980,-2283,-2284,-2350,-2362,-2363,-2419,-2426,-2429,-2433,-2452,-2459,-2522,-2529,2614,75,77,78,-79,80,83,-84,-163,-326,-436,-518,-519,-642,-664,-797,-800,-999,-1025,-1273,-1482,-1483,-1506,-1847,2422,-87,-212,-414,962,87,-88,-2681,-2682,2683,88,-89,90,-91,-632,807,-92,962,-93,1300,-94,-244,-245,-246,-802,816,98,-99,-100,-101,1865,-102,-204,-205,-475,-511,-1072,-1073,-1074,-1461,2459,-103,512,104,-105,-106,-107,1032,108,109,-111,112,-111,-203,-299,-685,-1046,-1404,-1579,1580,-113,1057,-117,-126,-127,128,-118,-307,-350,-881,-988,-1411,2411,121,-122,123,-124,-787,-857,-858,-859,-860,-861,-998,-1123,-1914,-2054,-2055,-2058,-2105,-2301,-2302,-2320,-2321,2322,125,-129,2580,-130,1236,131,-132,-133,-157,-158,-486,-1271,-1450,-1451,-1469,-1592,-1803,-2031,-2032,-2357,-2573,2625,132,-134,1167,135,137,138,139,-139,-260,2625,-139,727,-139,-582,1070,-142,143,145,-146,-192,-193,-1508,1509,-147,-148,-149,-150,151,-152,821,-153,-822,823,-154,-262,878,-155,156,159,-160,161,-162,-776,948,164,165,166,-168,-230,-290,676,-169,-174,-175,940,-170,-2751,2752,-171,2639,-172,173,-179,180,-179,2637,179,-179,1387,-181,-358,-765,-766,1376,186,-194,2523,-195,-196,-197,319,198,-199,-200,266,-201,-377,-378,-379,-2154,2379,202,203,-203,1001,-203,-976,2103,-203,587,-203,-955,1033,-203,1553,-203,-1958,1959,-203,2207,-203,-1859,-2166,2167,-203,1462,206,-207,-208,-357,-644,-1166,-1507,-1516,-1582,-1602,-2458,-2519,2612,-208,-701,-1582,2132,-211,453,-212,213,-212,-395,396,212,-214,-2357,2481,-215,-283,-762,-763,-1786,-1787,-1788,2753,-216,384,217,-217,-225,-2711,-2712,-2713,-2714,-2715,2716,-218,-219,220,219,-221,-1386,-1387,-1978,-2540,2541,-222,-223,-224,-248,-249,-280,-347,-425,-864,-1415,-2276,-2358,-2363,2429,225,-227,339,228,229,-231,232,-231,-2710,-2751,2752,-231,-232,-2710,-2729,-2751,2752,-231,-712,-713,-761,-2710,-2751,2752,-231,-360,-2710,-2751,2752,-231,2710,-233,-767,-2681,-2682,2683,-234,2638,-237,238,-240,-1124,-1125,2165,243,247,-247,-614,-1675,2609,-257,-258,-2751,2752,259,-261,-621,-947,-1590,-1591,-2277,2278,-262,451,264,-265,-295,-695,-1079,-1093,-1094,-1381,-1810,-2146,-2344,-2345,-2502,2558,-267,-619,676,-267,578,-269,-648,-769,-2139,-2237,-2330,-2354,2417,270,271,-272,-320,-331,-362,371,274,277,279,-284,-285,-286,2469,289,-291,-449,-751,-887,-888,966,-292,-1232,-1233,-1442,-2077,-2100,2241,-293,-448,-2117,-2176,-2405,2406,-294,-2241,2614,296,-297,-1142,-1143,-1144,-1145,-1146,-1147,-1148,-1149,-1150,-1151,-1152,1437,-298,412,-305,-417,676,308,309,-310,-1039,-1058,-2141,2614,-312,359,313,-314,-315,-451,-592,-595,-1259,-1314,1315,-321,-329,-330,-596,913,-322,-851,-1328,2257,323,-323,2689,-324,325,326,327,-328,461,-328,1974,328,334,335,-337,2469,341,345,346,-349,2637,351,-352,-1992,2188,353,-354,-1086,1087,-355,-735,-736,-737,-1198,-1199,-1200,-1201,-1202,-2254,2329,-356,-399,400,358,368,-370,2482,372,-376,-767,996,-382,-383,-759,760,-387,-849,-1096,-1571,-2270,-2333,-2334,-2536,-2537,-2572,2593,-388,-389,-906,-938,-1041,1042,-390,1686,391,-392,-872,-954,2608,-392,-1535,-1910,-1911,2070,-392,-1947,2608,-393,-398,1801,-394,-513,1087,-395,-2244,2248,-397,-1386,-1387,1921,401,-402,-1538,2495,403,-404,599,-405,406,-408,418,-409,410,-411,-451,616,-413,-442,-845,892,-415,-445,-574,-603,-633,-721,-770,-795,-803,-829,2486,-416,417,-417,-1386,1387,-419,-451,-499,-501,-592,-595,-596,-945,-985,-1038,-1121,-1319,-1964,-1967,-2126,-2130,2469,-421,-422,742,423,424,-426,427,-428,-429,481,-430,-496,-2077,2241,-431,-432,-466,-467,-468,-469,2533,-432,-433,434,437,439,440,441,-443,444,445,-447,-1386,-1387,1921,450,-451,-456,-641,-878,-879,-880,-1859,-2050,-2261,-2288,-2351,-2352,2412,451,-451,1000,-451,-2392,-2466,2467,-451,480,-454,2730,455,-457,-458,-459,-564,-635,-636,-747,-1773,-1814,-1957,-2224,2608,460,462,-462,-521,-1062,1063,-463,-464,-523,-537,-554,-626,-782,-1082,-1083,-1084,-1582,-2190,-2252,-2434,-2457,2492,-465,-1003,1942,466,-470,-471,-584,-585,-593,-761,-2751,2752,-472,1411,-474,-1216,-1306,-1612,-2089,-2090,2413,-476,477,-478,479,478,-484,-1061,-1392,2472,-485,-727,-1098,-1099,-2150,-2380,-2381,2382,487,-488,-2152,2609,-493,-1278,2129,-494,-2080,-2087,2091,-495,-837,907,-497,-1194,-1492,-1493,-2329,-2428,2459,500,-500,1830,503,-515,-780,-1511,-1597,-2053,2296,-517,786,-524,1008,-526,-1286,1287,-527,-1427,-2001,2270,529,-530,1670,531,533,534,-536,-1833,1834,-538,1851,539,540,541,-542,2000,544,-545,2162,546,-547,-928,-929,-930,-931,2169,-549,550,-551,691,-552,-599,-680,-1448,-1894,-1895,-1970,-2035,-2241,-2376,2618,553,-556,-557,1972,563,-565,1801,-566,-2751,2752,-567,568,-569,1740,-571,940,572,573,-575,662,576,-577,-622,-1386,-1387,2640,-579,580,-581,-676,2637,-586,-681,-1166,-1180,-1230,-1299,-1356,-1358,-1582,-1954,-2258,-2343,2469,-588,589,-590,-599,-1004,2424,-591,-749,1087,-595,-788,-804,-873,-2192,2329,597,599,-599,-600,1435,-599,-1158,-1159,1434,-601,-1170,-1492,-1493,-1494,-1741,-2329,-2402,-2428,-2437,-2459,2469,-602,-630,-631,-953,1272,-603,-825,-826,-827,-828,-829,-830,-946,2124,-603,-2205,-2271,2470,604,605,-607,1106,-608,-610,-611,-729,-1116,2645,609,-613,-715,-989,2640,-616,-617,-638,-639,-1012,1435,-618,-638,-1087,-1531,-1532,1533,-620,2034,-624,-1386,1387,625,-627,1780,-628,629,632,-632,2154,-632,-2691,-2692,2693,-632,-2691,-2692,-2693,2701,634,-637,-813,-1050,-1174,-1279,-2324,2501,-646,-647,-650,2355,649,-652,1748,-653,-654,894,654,-655,-656,-657,1708,-658,-659,660,-661,-750,-793,794,667,669,670,-671,672,673,674,675,-676,728,-676,-677,728,676,-678,-1204,1589,679,-682,-683,684,-684,-1777,-1948,-1949,-1950,-1951,1952,686,687,-689,-690,-718,-794,1322,692,693,-694,2241,696,-697,698,699,702,707,-708,-1455,-1804,-1805,-2410,-2532,2568,-709,-981,-1523,1799,-710,2603,-714,-715,2649,-722,975,723,724,725,726,-729,-730,991,-731,-732,733,-738,-739,1010,740,-743,-744,1854,746,748,-752,-753,-754,971,-755,-756,2257,757,758,-764,953,-768,-1384,1385,-771,-2133,-2134,-2135,2557,-772,872,773,-774,1453,-774,-1085,-1453,-1725,-1848,-1849,-2440,2500,-775,-1047,-1048,-1553,-2104,-2359,-2484,2623,-777,-901,-902,-981,2260,778,779,-781,2274,-784,-1087,-2430,-2602,2611,-785,1411,-790,2644,791,792,-794,-2743,-2744,-2745,-2746,2747,-805,806,-806,2640,-808,809,-810,2290,-811,-1682,-1683,-1684,-2449,-2504,-2506,2597,812,817,-818,-1990,-2681,-2682,2683,-819,899,-820,1016,832,-832,-1342,1911,-833,-834,-1156,-1398,1399,-835,-836,1517,-838,-1320,-1572,1603,-839,1867,-844,-847,-848,-1742,-1743,2598,-850,2472,850,852,-853,-854,1418,855,856,863,867,-869,-870,2356,871,-872,-1372,2608,-872,2608,874,-875,-1001,-1668,-1669,2648,-876,-2077,2241,-877,2010,882,-883,-1931,1932,884,885,886,-887,888,-889,-890,-1890,-1891,2357,-893,2546,-895,1936,-896,-897,898,-908,-909,910,-912,-921,-2098,2521,914,-915,2282,916,-917,984,-918,-919,2543,920,922,-923,2303,925,-926,-927,1977,933,-933,-2045,-2220,-2221,-2469,-2538,2597,934,935,-936,2616,-936,2159,-936,-2159,-2421,-2464,2624,937,939,940,-940,1586,942,943,944,-949,-950,-1153,1658,951,-953,-1912,1913,-953,1995,953,958,962,963,964,965,-967,2590,-968,969,-970,971,-972,-973,974,-977,-978,-1102,1241,979,-980,-1186,-1187,1193,982,-986,987,-987,-2059,-2060,-2172,2303,-991,992,-993,-994,2093,995,996,-1002,-2346,-2347,-2348,2548,-1005,-1340,2006,-1006,-1764,2167,1007,-1009,1013,1011,-1012,1013,-1014,-1307,-1717,-1718,1981,-1015,2607,-1017,1018,-1019,-1020,1021,-1022,1955,-1023,1321,1024,1026,1027,1029,1030,1031,1032,-1035,-1036,-2156,2157,-1037,2469,1040,1045,1049,1053,-1055,1556,1056,1057,-1064,-1065,-1066,-1929,2137,-1067,-1068,1936,-1069,1866,1070,1071,-1075,-1076,1077,1078,-1087,-1936,2605,1088,-1089,-1090,-1801,2432,1091,-1092,-1246,-1247,-1307,1866,1097,1100,-1101,-1621,1715,1103,1104,-1105,-1876,-1877,-1878,-1879,-1880,1881,-1107,2599,1108,1115,1116,1117,-1119,1120,1122,1126,1127,-1128,1168,-1129,-1130,-1131,2184,-1132,-1133,-1134,-1135,-1136,-1137,-1138,-1139,-1140,-1141,-1143,1152,1154,-1155,-1486,-1792,2597,1159,1160,1161,1162,-1166,-2164,-2384,2518,1168,-1168,2241,1169,-1171,1928,1172,1173,-1175,1428,1176,1177,-1178,1330,-1179,1503,-1182,1183,-1184,-1185,1692,-1189,-1190,-1191,1192,1191,-1196,1197,1203,-1203,1204,-1203,-1204,-1352,1353,1204,1205,-1206,-1974,2469,-1207,1430,1208,1209,1212,-1213,-1214,1215,1214,1216,1217,1218,-1219,1772,-1220,1221,-1222,2609,1223,1224,-1225,-1262,1640,1226,-1227,1228,1229,-1229,1407,1231,-1234,1235,-1237,2213,1238,1239,1242,1243,-1244,1245,1248,-1249,-1250,1520,-1251,-1618,2609,1252,1253,-1254,1255,1257,-1258,2078,-1260,-1687,1777,-1261,-1262,1263,-1264,-1265,-1266,1267,-1268,-2517,2633,1269,1270,-1273,-2046,-2047,-2048,2253,-1273,-1483,-1525,-2046,-2047,-2048,2253,-1273,-1483,-1525,-2046,-2047,-2048,-2253,2279,1275,-1276,1277,-1280,1281,1282,1284,1285,-1289,1905,-1291,1432,1291,-1292,2553,-1293,1294,-1295,1296,1297,-1298,-1789,2270,1301,1302,1305,-1308,2428,-1309,2342,1310,1312,1313,-1316,-1317,-1318,-2397,-2399,2589,1323,1324,1325,-1326,1327,1332,-1333,1811,1336,1337,1338,1339,-1340,1505,1340,1341,1342,1344,1345,-1346,1347,1348,1349,-1350,1351,1354,1357,1359,-1360,1361,1362,1363,-1364,-1365,1603,1367,-1368,-1466,-1467,-1529,-1644,-1693,2505,1369,-1370,-2418,2608,1371,-1373,-1652,-1947,-2291,2292,1374,1375,-1377,-1378,-1379,2650,1380,-1382,1383,-1386,-1387,1921,-1386,1387,1387,1389,1390,1391,1394,1395,1396,-1397,2570,-1401,1809,-1402,1463,1403,1405,1406,1408,1409,-1410,-1901,-1902,2472,1411,-1413,-1676,2049,-1413,1414,-1416,2625,-1417,2626,-1419,-1420,1791,1421,1422,-1424,1425,1426,1433,1435,-1436,-1437,-1438,-1439,1440,-1436,-1437,-1916,-1917,2559,-1436,2285,-1441,-2077,-2263,-2264,2338,1446,1447,-1449,2609,1454,-1458,2508,-1459,1460,1464,-1465,-1646,1647,-1467,-2323,2618,-1468,2014,1470,1471,1473,1474,1475,1477,1478,-1479,2214,1480,1481,-1482,1483,-1487,-1488,-1489,-1490,1491,1493,-1496,-1933,-1934,1935,-1497,1498,1499,-1500,1501,-1504,1661,1508,1510,1512,1513,-1513,-1514,-1515,-2318,2319,1518,1519,1521,-1522,2013,-1524,2293,-1526,-1527,1528,1530,-1534,-2488,2531,1535,1536,-1536,2270,1537,1540,-1540,1753,-1540,-1541,1542,-1542,-1823,1824,-1544,1545,-1546,1720,1547,-1548,1552,1549,-1549,-1550,1551,-1553,-1642,1643,-1554,2014,1554,1555,1557,-1560,1561,1562,-1563,-2037,2589,1565,-1566,1925,1569,1570,-1571,2169,1573,-1575,-1576,1577,1576,1578,1581,1584,1585,-1588,-1653,1900,1593,-1594,-1768,-1769,-1770,-2142,2270,1595,1596,-1597,1598,1599,1600,-1603,1915,1605,1609,1610,-1611,2270,1613,-1614,-1615,1616,1617,-1619,2560,-1620,-2567,2608,-1622,1623,1624,-1625,1626,1627,-1628,-1629,-1630,-1631,2597,1632,-1633,-1634,1635,1636,1637,-1638,1639,1644,-1645,-1725,2456,1648,-1649,-2512,2604,-1650,1651,1652,-1654,1864,-1660,1860,-1662,-1663,1664,-1671,1672,1674,-1675,2609,-1677,1871,1678,1679,1680,1681,1685,-1688,1689,1691,-1695,2218,-1696,-1697,-1698,-1699,-1700,-2387,2388,1701,1702,1705,1706,-1710,-2313,-2314,2464,1711,-1712,1713,1713,1714,1716,1719,1721,-1721,-1722,-1723,-2526,-2542,2543,-1725,-1766,1767,1725,1726,-1727,1747,-1728,2027,1729,-1730,-1731,-1732,-1733,1860,1735,-1738,1739,1744,1746,1752,-1754,2625,1755,-1756,-1757,-1758,-1759,1760,-1758,-2374,-2375,-2377,-2378,2379,1761,1765,1771,-1774,-1775,2133,1776,1777,1778,1779,-1781,-2313,2314,-1784,1785,1790,1791,1793,1795,1797,1798,1800,1801,1802,1806,-1807,1808,1809,-1812,-1813,2625,1815,-1816,1817,-1818,2314,1819,1820,1821,1825,-1826,-1859,2609,-1827,1828,1829,1831,1832,1835,1836,-1837,-1838,-1839,-2020,-2021,-2022,-2023,-2024,-2025,-2026,-2473,-2475,-2476,-2477,-2478,2497,1841,1842,-1843,-1844,-1845,2472,1846,1851,1852,1854,1855,-1856,-1998,-2463,2615,-1857,1858,-1859,-2294,2298,1860,-1861,-1862,-1863,2393,-1864,2168,-1864,-1908,2608,1865,-1865,2070,1866,-1866,2600,-1869,1870,1871,1872,1873,1874,-1874,2100,1882,1883,1884,1885,-1886,1944,-1892,1893,-1897,1898,1899,-1903,1904,1905,-1906,1907,1909,-1918,-1919,1920,1921,-1922,1923,1924,1926,1927,-1930,2487,1936,1937,1938,-1939,2138,-1940,2465,-1941,1942,1944,-1953,2601,1955,-1960,1961,-1962,1963,1965,1966,-1968,1969,-1970,2176,1971,1974,-1975,2357,1976,1979,-1981,1982,1983,-1984,-1985,-1986,-1987,-2106,-2107,-2108,2472,-1988,-2008,2553,1991,1995,-1999,2596,-2001,-2002,2003,-2004,-2007,2018,2005,2008,2009,2011,2012,2013,2015,-2016,2176,2027,2028,-2029,2176,2030,2031,2033,-2038,2039,2040,-2043,-2044,-2254,-2396,-2459,-2524,2597,2049,-2051,2052,-2056,2057,2062,2063,-2064,2065,-2066,-2067,2068,-2069,-2398,-2423,-2442,2535,2070,2071,2072,2074,-2075,-2161,2496,-2081,2082,-2084,-2085,-2086,2088,2092,-2095,-2096,-2097,2595,-2101,2465,-2112,-2116,2328,-2118,2119,-2127,2128,2131,2136,2140,2144,2147,-2148,2149,2153,2158,-2159,2160,2159,2160,2163,-2163,2357,2169,-2175,2176,-2176,-2210,-2211,2356,2176,-2179,-2180,-2181,2182,2183,2185,2186,2187,2188,2190,-2197,-2198,2199,-2200,2201,-2202,-2203,2204,-2206,2564,2208,2209,2211,2212,2214,-2215,2216,-2216,2239,2216,-2222,-2223,2628,2226,2227,2228,-2229,2230,2234,2235,2236,2238,-2240,2241,2245,2246,2247,-2249,2250,2251,2256,2257,-2265,-2267,-2268,2269,2270,-2272,2273,2274,2275,-2280,2520,2281,-2286,2287,2289,2295,2297,2299,2303,-2304,-2305,-2306,2307,2309,-2311,2312,2313,-2313,2314,-2313,-2314,2464,2315,2316,2317,-2317,2630,-2325,2326,-2327,2609,-2329,2376,2332,2339,-2340,2341,2349,2353,2356,-2365,-2366,-2583,2754,2372,-2376,-2659,-2660,2661,2376,2383,-2389,-2451,2606,2391,-2393,-2474,2475,2397,-2400,2436,2401,2403,2404,-2407,-2408,-2439,2626,-2415,2586,-2431,2585,-2432,2620,-2437,-2441,2459,-2438,2527,2444,-2445,2446,2447,2448,2455,-2464,2615,2464,2468,2469,2470,2472,-2480,2544,2482,2485,2487,2489,2494,-2503,2621,2509,2510,2514,-2515,2613,2516,2533,2534,-2545,-2550,2551,2546,2547,2549,2551,2552,-2554,2617,2556,2562,2563,2565,2569,2571,-2574,2582,2575,-2576,2577,2577,2579,2580,2581,2584,2588,2591,2592,2594,2595,2596,-2596,2615,2597,2602,2603,-2603,-2677,-2678,2679,2608,-2608,2694,2609,-2609,2625,2612,2614,2615,-2619,2626,2625,-2625,-2721,2722,2627,2629,2631,2635,2636,2637,2639,2640,2643,2646,2647,2649,2651,-2652,2653,-2653,-2655,2656,-2653,2656,2654,-2657,2658,-2662,2663,-2664,2665,2667,2668,-2669,2670,-2671,-2672,-2673,2674,-2671,-2673,2675,-2671,2673,-2671,-2672,-2673,-2674,-2705,-2706,-2707,-2708,2709,2676,2680,-2681,-2682,2683,2681,2684,2685,-2686,2687,2688,2690,-2695,-2696,2697,2700,2702,-2703,2704,2717,2718,-2723,-2724,2725,-2726,-2727,2728,2729,2730,-2731,2732,2733,2734,-2735,2736,-2737,2738,-2739,-2740,-2741,2742,2748,2749,2750,-2751,2752,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774];
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.*",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],["maksatbilgi.com",841],["bedavainternet.com.tr",849],["turkedebiyati.org",850],["frpnet.net",854],["teknobh.com",856],["begonya.com",849],["kadinvekadin.net",849],["savunmasanayist.com",859],["aof.tc",861],["m5dergi.com",849],["sosyola.com",863],["havadiskibris.com",865],["unirehberi.com",849],["techolay.net",882],["oyunindir.club",884],["armoniscans.com",884],["yoldaolmak.com",885],["sorumatik.co",887],["andronova.net",884],["koinfinans.com",890],["hwp.com.tr",894],["lafmacun.net",896],["oyundunyasi.net",899],["teknodiot.com",901],["ruyashoujo.com",884],["pchocasi.com.tr",907],["dusuncekatalogu.com",884],["dirilispostasi.com",910],["turkuazgazetesi.net",913],["yenialanya.com",913],["bugunkocaeli.com.tr",913],["mansetaydin.com",914],["seskocaeli.com",916],["kocaelibarisgazetesi.com",913],["kocaelikoz.com",913],["enkocaeli.com",913],["rotaborsa.com",919],["24saatgazetesi.com",922],["hisse.net",923],["mynet.com",925],["haberler.com",940],["trtspor.com.tr",980],["nasil-yazilir.com",981],["diziyiizle.com",982],["pandaspor.live",983],["hotstream.club",985],["fotomac.com.tr",986],["odatv.com",1004],["odatv4.com",1008],["justintvsh.baby",1009],["justinttvvamphd.cfd",1013],["evvelcevap.com",1014],["trendyol.com",1016],["f5haber.com",1019],["bitcoinsistemi.com",1021],["hepsiburada.com",1023],["ogretmenlersitesi.com",1029],["kayserianadoluhaber.com.tr",1030],["memurlar.net",1034],["neredekal.com",1044],["yesilkartforum.com",1046],["fullhdfilmsalonu.org",1047],["bedavahesap.org",1051],["aydinlik.com.tr",1052],["cizgivedizi.com",1053],["uludagsozluk.com",1055],["sporekrani.com",1063],["hdfilmcehennemi.*",1065],["sporx.com",1069],["nufusu.com",1076],["sorubak.com",1077],["paratic.com",1079],["canlimacizlene.blogspot.com",1098],["gunhaber.com.tr",1099],["canakkalegundem.net",1101],["bewins.tv",1103],["basarisiralamalari.com",1104],["havaforum.com",1120],["borsadirekt.com",1121],["elisa1.lat",1123],["justintv-canlimacizle.com",1124],["taraftarium.tr",1125],["dizirex.com",1126],["dizimag.*",1127],["izlekolik.org",1130],["dizikorea.*",1132],["arenasportshd.com",1135],["htspor.com",1137],["gazetebirlik.com",1138],["justintvnews.com",1143],["hepsiemlak.com",1148],["emlakjet.com",1150],["ntvspor.net",1153],["thewikihow.com",1156],["antalyahurses.com",1158],["taraftariumlive.com",1159],["trhaber.com",1161],["asyaanimeleri.*",1164],["cristal.guru",1165],["minecraft-turkiye.com",1166],["tranimaci.com",1167],["fivemturk.net",1171],["hdfilmsitesi.*",1175],["sinefilmgo.org",1178],["tarzifilm.com",1180],["mnfilmizle.com",1182],["mnfilmizle1.com",1182],["fullhdfilmcehennemi.vip",1184],["filmtib.com",1186],["filmizlemobil.com",1186],["filmizlego.com",1186],["yenifilmizle.org",1186],["erotizmcenneti.org",1186],["dizirella.com",1187],["burcufilm.com",1186],["filmizlersin.com",1186],["forum.donanimarsivi.com",1189],["epikplayer.xyz",1194],["beyazperde.com",1195],["gdh.digital",1197],["iscihaber.net",1201],["roketdizi.live",1202],["kibrisgazetesi.com",1205],["12punto.com.tr",1211],["taraftarium-24tv.com",1212],["puango.net",1212],["dizimag.eu",1213],["koreanturk.com",1215],["bizevdeyokuz.com",1218],["incisozluk.com.tr",1220],["emlaktuel.com",1223],["tercihrobotu.com.tr",1225],["donanimarsivi.com",1228],["yeniisfikirleri.net",1230],["enerjigazetesi.ist",1234],["kanalfinans.com",1212],["selcuksporthd24.com",1212],["selcuksporthd25.com",1212],["selcuksporthd26.com",1212],["selcuksporthd27.com",1212],["selcuksporthd28.com",1212],["selcuksporthd29.com",1212],["selcuksporthd30.com",1212],["selcuksporthd31.com",1212],["selcuksporthd32.com",1212],["selcuksporthd33.com",1212],["selcuksporthd34.com",1212],["selcuksporthd35.com",1212],["selcuksporthd36.com",1212],["selcuksporthd37.com",1212],["selcuksporthd38.com",1212],["selcuksporthd39.com",1212],["selcuksporthd40.com",1212],["selcuksporthd41.com",1212],["selcuksporthd42.com",1212],["selcuksporthd43.com",1212],["eurovizyon.co.uk",1236],["gazetevatan.com",1237],["posta.com.tr",1249],["softonic.com.tr",1253],["bugunkibris.com",1255],["tv100.com",1257],["gazetememur.com",1260],["~amp-krone-at.cdn.ampproject.org",1260],["~krone.at",1260],["~mixdownmag.com.au",1260],["antakyagazetesi.com",1261],["evrensel.net",1264],["boykot.co",1272],["selcuksports.*",1274],["dizipal1057.com",1275],["dizipal1058.com",1275],["dizipal1059.com",1275],["dizipal1060.com",1275],["dizipal1061.com",1275],["dizipal1062.com",1275],["dizipal1063.com",1275],["dizipal1064.com",1275],["dizipal1065.com",1275],["dizipal1066.com",1275],["dizipal1067.com",1275],["dizipal1068.com",1275],["dizipal1069.com",1275],["dizipal1070.com",1275],["dizipal1071.com",1275],["dizipal1072.com",1275],["dizipal1073.com",1275],["dizipal1074.com",1275],["dizipal1075.com",1275],["dizipal1076.com",1275],["dizipal1077.com",1275],["dizipal1078.com",1275],["dizipal1079.com",1275],["dizipal1080.com",1275],["dizipal1081.com",1275],["dizipal1082.com",1275],["dizipal1083.com",1275],["dizipal1084.com",1275],["dizipal1085.com",1275],["dizipal1086.com",1275],["dizipal1087.com",1275],["dizipal1088.com",1275],["dizipal1089.com",1275],["dizipal1090.com",1275],["dizipal1091.com",1275],["dizipal1092.com",1275],["dizipal1093.com",1275],["dizipal1094.com",1275],["dizipal1095.com",1275],["dizipal1096.com",1275],["dizipal1097.com",1275],["dizipal1098.com",1275],["dizipal1099.com",1275],["dizipal1100.com",1275],["dizipal1101.com",1275],["dizipal1102.com",1275],["dizipal1103.com",1275],["dizipal1104.com",1275],["dizipal1105.com",1275],["dizipal1106.com",1275],["dizipal1107.com",1275],["dizipal1108.com",1275],["dizipal1109.com",1275],["dizipal1110.com",1275],["dizipal1111.com",1275],["dizipal1112.com",1275],["dizipal1113.com",1275],["dizipal1114.com",1275],["dizipal1115.com",1275],["dizipal1116.com",1275],["dizipal1117.com",1275],["dizipal1118.com",1275],["dizipal1119.com",1275],["dizipal1120.com",1275],["dizipal1121.com",1275],["dizipal1122.com",1275],["dizipal1123.com",1275],["dizipal1124.com",1275],["dizipal1125.com",1275],["dizipal1126.com",1275],["dizipal1127.com",1275],["dizipal1128.com",1275],["dizipal1129.com",1275],["dizipal1130.com",1275],["dizipal1131.com",1275],["dizipal1132.com",1275],["dizipal1133.com",1275],["dizipal1134.com",1275],["dizipal1135.com",1275],["dizipal1136.com",1275],["dizipal1137.com",1275],["dizipal1138.com",1275],["dizipal1139.com",1275],["dizipal1140.com",1275],["dizipal1141.com",1275],["dizipal1142.com",1275],["dizipal1143.com",1275],["dizipal1144.com",1275],["dizipal1145.com",1275],["dizipal1146.com",1275],["dizipal1147.com",1275],["dizipal1148.com",1275],["dizipal1149.com",1275],["dizipal1150.com",1275],["dizipal1151.com",1275],["dizipal1152.com",1275],["dizipal1153.com",1275],["dizipal1154.com",1275],["dizipal1155.com",1275],["dizipal1156.com",1275],["dizipal1157.com",1275],["dizipal1158.com",1275],["dizipal1159.com",1275],["dizipal1160.com",1275],["dizipal1161.com",1275],["dizipal1162.com",1275],["dizipal1163.com",1275],["dizipal1164.com",1275],["dizipal1165.com",1275],["dizipal1166.com",1275],["dizipal1167.com",1275],["dizipal1168.com",1275],["dizipal1169.com",1275],["dizipal1170.com",1275],["dizipal1171.com",1275],["dizipal1172.com",1275],["dizipal1173.com",1275],["dizipal1174.com",1275],["dizipal1175.com",1275],["dizipal1176.com",1275],["dizipal1177.com",1275],["dizipal1178.com",1275],["dizipal1179.com",1275],["dizipal1180.com",1275],["dizipal1181.com",1275],["dizipal1182.com",1275],["dizipal1183.com",1275],["dizipal1184.com",1275],["dizipal1185.com",1275],["dizipal1186.com",1275],["dizipal1187.com",1275],["dizipal1188.com",1275],["dizipal1189.com",1275],["dizipal1190.com",1275],["dizipal1191.com",1275],["dizipal1192.com",1275],["dizipal1193.com",1275],["dizipal1194.com",1275],["dizipal1195.com",1275],["dizipal1196.com",1275],["dizipal1197.com",1275],["dizipal1198.com",1275],["dizipal1199.com",1275],["dizipal1200.com",1275],["dizipal1201.com",1275],["dizipal1202.com",1275],["dizipal1203.com",1275],["dizipal1204.com",1275],["dizipal1205.com",1275],["dizipal1206.com",1275],["dizipal1207.com",1275],["dizipal1208.com",1275],["dizipal1209.com",1275],["dizipal1210.com",1275],["dizipal1211.com",1275],["dizipal1212.com",1275],["dizipal1213.com",1275],["dizipal1214.com",1275],["dizipal1215.com",1275],["dizipal1216.com",1275],["dizipal1217.com",1275],["dizipal1218.com",1275],["dizipal1219.com",1275],["dizipal1220.com",1275],["dizipal1221.com",1275],["dizipal1222.com",1275],["dizipal1223.com",1275],["dizipal1224.com",1275],["dizipal1225.com",1275],["dizipal1226.com",1275],["dizipal1227.com",1275],["dizipal1228.com",1275],["dizipal1229.com",1275],["dizipal1230.com",1275],["dizipal1231.com",1275],["dizipal1232.com",1275],["dizipal1233.com",1275],["dizipal1234.com",1275],["dizipal1235.com",1275],["dizipal1236.com",1275],["dizipal1237.com",1275],["dizipal1238.com",1275],["dizipal1239.com",1275],["dizipal1240.com",1275],["dizipal1241.com",1275],["dizipal1242.com",1275],["dizipal1243.com",1275],["dizipal1244.com",1275],["dizipal1245.com",1275],["dizipal1246.com",1275],["dizipal1247.com",1275],["dizipal1248.com",1275],["dizipal1249.com",1275],["dizipal1250.com",1275],["dizipal1251.com",1275],["dizipal1252.com",1275],["dizipal1253.com",1275],["dizipal1254.com",1275],["dizipal1255.com",1275],["dizipal1256.com",1275],["dizipal1257.com",1275],["dizipal1258.com",1275],["dizipal1259.com",1275],["dizipal1260.com",1275],["dizipal1261.com",1275],["dizipal1262.com",1275],["dizipal1263.com",1275],["dizipal1264.com",1275],["dizipal1265.com",1275],["dizipal1266.com",1275],["dizipal1267.com",1275],["dizipal1268.com",1275],["dizipal1269.com",1275],["dizipal1270.com",1275],["dizipal1271.com",1275],["dizipal1272.com",1275],["dizipal1273.com",1275],["dizipal1274.com",1275],["dizipal1275.com",1275],["dizipal1276.com",1275],["dizipal1277.com",1275],["dizipal1278.com",1275],["dizipal1279.com",1275],["dizipal1280.com",1275],["dizipal1281.com",1275],["dizipal1282.com",1275],["dizipal1283.com",1275],["dizipal1284.com",1275],["dizipal1285.com",1275],["dizipal1286.com",1275],["dizipal1287.com",1275],["dizipal1288.com",1275],["dizipal1289.com",1275],["dizipal1290.com",1275],["dizipal1291.com",1275],["dizipal1292.com",1275],["dizipal1293.com",1275],["dizipal1294.com",1275],["dizipal1295.com",1275],["dizipal1296.com",1275],["dizipal1297.com",1275],["dizipal1298.com",1275],["dizipal1299.com",1275],["dizipal1300.com",1275],["dizipal1301.com",1275],["dizipal1302.com",1275],["dizipal1303.com",1275],["dizipal1304.com",1275],["dizipal1305.com",1275],["dizipal1306.com",1275],["dizipal1307.com",1275],["dizipal1308.com",1275],["dizipal1309.com",1275],["dizipal1310.com",1275],["dizipal1311.com",1275],["dizipal1312.com",1275],["dizipal1313.com",1275],["dizipal1314.com",1275],["dizipal1315.com",1275],["dizipal1316.com",1275],["dizipal1317.com",1275],["dizipal1318.com",1275],["dizipal1319.com",1275],["dizipal1320.com",1275],["dizipal1321.com",1275],["dizipal1322.com",1275],["dizipal1323.com",1275],["dizipal1324.com",1275],["dizipal1325.com",1275],["dizipal1326.com",1275],["dizipal1327.com",1275],["dizipal1328.com",1275],["dizipal1329.com",1275],["dizipal1330.com",1275],["dizipal1331.com",1275],["dizipal1332.com",1275],["dizipal1333.com",1275],["dizipal1334.com",1275],["dizipal1335.com",1275],["dizipal1336.com",1275],["dizipal1337.com",1275],["dizipal1338.com",1275],["dizipal1339.com",1275],["dizipal1340.com",1275],["dizipal1341.com",1275],["dizipal1342.com",1275],["dizipal1343.com",1275],["dizipal1344.com",1275],["dizipal1345.com",1275],["dizipal1346.com",1275],["dizipal1347.com",1275],["dizipal1348.com",1275],["dizipal1349.com",1275],["dizipal1350.com",1275],["selcuksportss.com",1283],["dizi16.life",1286],["dizi17.life",1286],["dizi18.life",1286],["dizi19.life",1286],["dizi20.life",1286],["dizi21.life",1286],["dizi22.life",1286],["dizi23.life",1286],["dizi24.life",1286],["dizi25.life",1286],["dizi26.life",1286],["dizi27.life",1286],["dizi28.life",1286],["dizi29.life",1286],["dizi30.life",1286],["dizi31.life",1286],["dizi32.life",1286],["dizi33.life",1286],["dizi34.life",1286],["dizi35.life",1286],["fullhdfilmizlesene.*",1287],["sondakika.com",1293],["yabancidiziizle.*",1307],["gunes.com",1308],["canli-macizle.com",1310],["golgebahcesi.com",1311],["filmizleplus.cc",1312],["filmizlehdfilm.com",1314],["filmizletv.*",1318],["fullhdfilmizle.*",1324],["fullhdfilmizletv.*",1314],["hdfilmcix.*",1331],["hdfilmizlesene.org",1336],["sinema.cx",1336],["inattvgiris.pro",1338],["webdramaturkey.org",1343],["utanmazkizlar.com",1345],["yemek.com",1347],["aylink.co",1351],["pamukovasosyalmedya.com",1352],["buyuksivas.com",1353],["mansetmalatya.com",1352],["filmizle.*",1357],["sinekolikk.com",1361],["sinetiktok.com",1361],["mc-tr.com",1362],["startv.com.tr",1369],["parselsorgu.tkgm.gov.tr",1371],["onedio.com",1372],["birasyadizi.com",1385],["dizifon.com",1388],["t24.com.tr",1390],["filmmodu.io",1398],["gitlink.pro",1399],["hangikredi.com",1400],["yatsan.com",1405],["izlekolik.pro",1406],["wfilmizle.my",1406],["erotizimfilmizle.com",1407],["herpet.net",1408],["yatirimnedir.com",1412],["diziyou.co",1413],["kadinlarkulubu.com",1419],["merlininkazani.com",1426],["m-tr.net",1432],["gazeteipekyol.com",1435],["mackolik.com",1436],["cioupdate.com.tr",1449],["sinefil.tv",1451],["forum.shiftdelete.net",1454],["techinside.com",1455],["epey.com",1456],["teknosa.com",1461],["istegundem.com",1463],["bloomberght.com",1464],["diyetkolik.com",1472],["fullindirsene.net",1477],["habercigazetesi.net",1481],["justintvx30.blogspot.com",1482],["justintvxx10.blogspot.com",1482],["inattv-taraftarium24-macizle.blogspot.com",1482],["canli-mac-izle-taraftarium24-izle.blogspot.com",1482],["justintvgiris.blogspot.com",1482],["sportboss-macizlesbs.blogspot.com",1482],["taraftarium402.blogspot.com",1482],["macicanliizle.sbs",1482],["taraftarium24canli-macizlesene.blogspot.com",1482],["taraftarium24hdgiris1.blogspot.com",1482],["selcukspor-taraftarium24canliizle1.blogspot.com",1482],["canlidizi6.org",1484],["cepteteb.com.tr",1486],["gidadedektifi.com",1487],["onlinedizi.xyz",1488],["dizihot.com",1490],["koredizileri.pw",1492],["fullfilmizle.pro",1492],["tclira.com",1493],["koreliscans.com",1494],["hayalistic.com.tr",1494],["inatflix9.xyz",1495],["emlak.mitula.com.tr",1497],["webaslan.com",1498],["pornoeileen.com",1499],["videojs.online",1499],["vipfilmsitesi.com",1500],["unutulmazfilmler4.com",1502],["birgun.net",1503],["tekfullfilmizle5.com",1506],["elle.com.tr",1507],["ajansspor.com",1510],["atarita.com",1521],["joymaxtr.net",1524],["koctas.com.tr",1525],["domlepen.com",1526],["erotikfilmkeyfi.org",1528],["siyahfilmizle.fan",1528],["fullprogramlarindir.net",1529],["hesapkurdu.com",1532],["tamindir.com",1536],["jetfilmizle.*",1547],["uzmancoin.com",1553],["dosya.one",1555],["kayseriolay.com",1556],["gercekfethiye.com",1560],["elazigyenihaber.com",1565],["dizigom1.tv",1568],["canlidoviz.com",1571],["gazeteduvar.com.tr",1574],["dizipal.org",1577],["oyungezer.com.tr",1581],["teknolojioku.com",1582],["hdfilmcehennem.net",1585],["alonot.com",1586],["bilgiportal.com",1588],["akakce.com",1590],["patronlardunyasi.com",1592],["kanald.com.tr",1594],["turkanime.co",1597],["turkiyegazetesi.com.tr",1601],["yabancidizi.io",1612],["diziyoutv.com",1614],["haberturk.com",1617],["uzaymanga.com",1634],["trovit.com.tr",1637],["mitula.com.tr",1638],["filmizlehdizle.com",1639],["fullfilmizlesene.net",1639],["beinsports.com.tr",1641],["forum.turkmmo.com",1644],["kocuce.com",1648],["mmotutkunlari.com",1655],["mislink3.com",1658],["dentalilan.com",1659],["kulaklik.com",1660],["yeppuu.com",1661],["vkfilmizlet.*",1662],["tgrthaber.com",1664],["dizimom.*",1665],["manga-tr.com",1669],["ntv.com.tr",1670],["tlctv.com.tr",1683],["dmax.com.tr",1683],["beyaztv.com.tr",1684],["kanal7.com",1686],["showtv.com.tr",1690],["teve2.com.tr",1683],["tv8.com.tr",1683],["tv8bucuk.com",1683],["tabii.com",1683],["trtizle.com",1683],["sinefy3.com",1692],["animeizlesene.com",1694],["webdramaturkey.*",1694],["donanimhaber.com",1695],["contentx.me",1707],["supernaturalizle.com",1708],["diziyo.*",1709],["hurriyet.com.tr",1713],["dogruhaber.com.tr",1729],["cheatglobal.com",1732],["fullhdfilm.*",1733],["bursahaber.com",1741],["filmmakinesi.*",1743],["mangaku.blog",1750],["dizipia.com",1752],["hdfilmcehennemii.co",1754],["dizimov.*",1754],["sikayetvar.com",1755],["haberkibris.com",1759],["superhaber.com",1767],["neguzelsozler.com",1768],["boxerdergisi.com.tr",1771],["bafrahaber.com",1774],["1000kitap.com",1778],["star.com.tr",1781],["serieturkisch.com",1788],["serietvturche.com",1788],["tvseriadosturcos.com",1788],["seriesturco.com",1788],["seriesturkish.com",1788],["televizyongazetesi.com",1789],["breakingbadizle.*",1791],["cimri.com",1792],["bikifi.com",1798],["okultanitimi.net",1800],["haber365.com.tr",1802],["airturkhaber.com",1805],["boluyankihaber.com",1809],["marastahaber.com",1810],["minipassion.net",1812],["sordum.net",1813],["bigahavadis.com",1814],["aksarayhaberci.com",1814],["girisimhaber.com",1815],["bandirmamanset.com",1818],["bizimyaka.com",1820],["cazkolik.com",1821],["starkibris.net",1822],["kimintelefonu.com",1823],["turkudostlari.net",1825],["ozengen.com",1826],["tenceretv.com",1828],["bomba32.com",1829],["hdfilmizleamk.*",1835],["sinemakolik.net",1837],["technopat.net",1839],["kuponigo.com",1850],["kraloyun.com",1851],["pvpserverler.pro",1854],["asyafanatiklerim.com",1855],["sinema.*",1857],["nnchaber.com",1860],["yenimesaj.com.tr",1862],["720pizle.*",1864],["diziroll.*",1866],["teknoloji.org",1867],["trwebtoon.com",1868],["plastikciyiz.biz",1870],["dizicaps.*",1871],["sportlemone.top",1876],["sportlemon.net",1876],["goodfilmizle.com",1878],["milliyet.com.tr",1881],["sinematurk.com",1894],["sinemalar.com",1896],["tarotscans.com",1900],["yasemin.com",1903],["medyahaber.com",1909],["kazanabilirsin.com",1910],["evimdergisi.com.tr",1911],["popsci.com.tr",1914],["aksam.com.tr",1918],["nedir.org",1930],["mavikadin.com",1935],["iha.com.tr",1944],["tvaktuel.com",1948],["oyunmoduindir.com",1949],["yenibiris.com",1950],["dizifilmbox.*",1952],["fullhdfilmizlesenebox.net",1958],["elzemfilm.org",1959],["ekonomist.com.tr",1963],["lezzet.com.tr",1969],["ulketv.com.tr",1975],["asyadiziizle.com",1977],["reytingtv.com",1980],["islamveihsan.com",1981],["tafdi3.com",1983],["tafdi4.com",1983],["ekoltv.com.tr",1985],["airporthaber2.com",1985],["tvnota.com",1985],["bayburtmanset.com",1985],["sehirmedya.com",1986],["yozgatcamlik.com",1985],["justintv200.com",1988],["justintv201.com",1988],["justintv202.com",1988],["justintv203.com",1988],["justintv204.com",1988],["justintv205.com",1988],["justintv206.com",1988],["justintv207.com",1988],["justintv208.com",1988],["justintv209.com",1988],["justintv210.com",1988],["justintv211.com",1988],["justintv212.com",1988],["justintv213.com",1988],["justintv214.com",1988],["justintv215.com",1988],["justintv216.com",1988],["justintv217.com",1988],["justintv218.com",1988],["justintv219.com",1988],["selcuksportshd1590.xyz",1992],["selcuksportshd1591.xyz",1992],["selcuksportshd1592.xyz",1992],["selcuksportshd1593.xyz",1992],["selcuksportshd1594.xyz",1992],["selcuksportshd1595.xyz",1992],["selcuksportshd1596.xyz",1992],["selcuksportshd1597.xyz",1992],["selcuksportshd1598.xyz",1992],["selcuksportshd1599.xyz",1992],["selcuksportshd1600.xyz",1992],["selcuksportshd-1c7ac28e5a14.click",1992],["selcuksportshd-f629290c2705.xyz",1992],["selcuksportshdde540fcd.xyz",1992],["selcuksportshd3e705845.xyz",1992],["selcuksportshd3d16b304.xyz",1992],["adonisfansub.com",1997],["forum.donanimhaber.com",1998],["trthaber.com",2005],["riojadivino.com",2009],["gercekbandirma.com",2010],["sandalca.com",2012],["sandalca.club",2015],["drtus.com",2016],["aktuel-urunler.com",2020],["fullhdfilmizlett1.com",2023],["dugun.com",2027],["kooplog.com",2028],["dosya.co",2029],["kimkimdir.net.tr",2030],["kitapyurdu.com",2032],["biliyo.org",2033],["afroditscans.com",2034],["puffytr.com",2035],["anizm.net",2037],["anizle.com",2035],["diziroll.club",2040],["veryansintv.com",2041],["muhasebetr.com",2044],["tarihdersi.net",2045],["yesiltopuklar.com",2048],["medyabar.com",2055],["samanyoluhaber.com",2056],["720pfilmizleme1.com",2057],["abysscdn.com",2062],["likessb.com",2063],["vsro.org",2064],["leadergamer.com.tr",2066],["golftutkusu.com",2067],["724dinle.com",2069],["dafflix.net",2070],["fullhdfilmizlebaba.com",2071],["turkrus.com",2072],["evrimagaci.org",2079],["oyunskor.com",2083],["fullhdfilmmodu2.*",2085],["n11.com",2088],["search.donanimhaber.com",2090],["trdoktor.com",2091],["finans.gazetevatan.com",2092],["tlkur.com",2093],["fullhdfilmizlesenebox.org",2094],["simulasyonturk.com",2097],["defenceturk.net",2100],["gazetevan.com",2103],["ehliyettestleri.com",2104],["testlericoz.com",2104],["ye-mek.net",2107],["gartic.io",2108],["tranimeizle.co",2109],["ruya-manga.com",2113],["hayalistic.com",2116],["clover-manga.com",2116],["vkfilmizle.net",2117],["pusulagazetesi.com.tr",2118],["cosmoturk.com",2120],["airlinehaber.com",2123],["sha.com.tr",2128],["eksiduyuru.com",2130],["yenikonya.com.tr",2131],["konhaber.com",2133],["cnnturk.com",2141],["wmaraci.com",2149],["ayatoon.com",2154],["raindropteamfan.com",2154],["dovizgrafik.com",2155],["salom.com.tr",2156],["doviz.com",2158],["samsunsehirgazetesi.com",2163],["fullhdfilmizle.vip",2165],["erotikfilmizle1.com",2167],["eniyifilms.com",2168],["realfilmizle6.com",2169],["realfilmizle7.com",2169],["realfilmizle8.com",2169],["realfilmizle9.com",2169],["realfilmizle10.com",2169],["realfilmizle11.com",2169],["realfilmizle12.com",2169],["realfilmizle13.com",2169],["realfilmizle14.com",2169],["realfilmizle15.com",2169],["realfilmizle16.com",2169],["realfilmizle17.com",2169],["realfilmizle18.com",2169],["realfilmizle19.com",2169],["realfilmizle20.com",2169],["realfilmizle21.com",2169],["realfilmizle22.com",2169],["realfilmizle23.com",2169],["realfilmizle24.com",2169],["realfilmizle25.com",2169],["realfilmizle26.com",2169],["realfilmizle27.com",2169],["realfilmizle28.com",2169],["realfilmizle29.com",2169],["realfilmizle30.com",2169],["siyahfilmizle.*",2175],["hdmixfilim.com",2177],["derstarih.com",2179],["medyaalemi.com.tr",2181],["birlikhabergazetesi.com",2183],["socratesdergi.com",2191],["gezilesiyer.com",2192],["justintv.*",2193],["yuksektopuklar.com",2198],["yetkinreport.com",2200],["bartinhergungazetesi.com",2202],["bartinolay.com",2203],["themagger.com",2206],["probiyotix.com",2211],["kriptoarena.com",2214],["koinbulteni.com",2218],["oggusto.com",2220],["enpolitik.com",2226],["ispartamhaber.com",2228],["bomba15.com",2228],["tarsusgazetesi.com",2228],["telegramgruplari.com",2229],["tele1.com.tr",2230],["avmgezgini.com",2233],["tureng.com",2234],["metin2rehberi.com",2235],["theflashizle.com",2236],["gemlikgundemgazetesi.com",2237],["hthayat.haberturk.com",2240],["malatyanethaber.com.tr",2241],["kocaelizirve.com",2244],["artisiirt.com",2244],["pazarlamasyon.com",2246],["dizimodu.com",2247],["gezenbilir.com",2252],["tiendeo.com.tr",2255],["vidmoxy.com",2257],["gazetemanifesto.com",2258],["incehesap.com",2261],["finans7.com",2262],["konyagazetesi.com.tr",2263],["sinemadelisi.com",2264],["muglayenigun.com",2266],["finikeakdeniz.com.tr",2271],["kimkazandi.com",2273],["bahiskilavuz4.com",2275],["dafflix.*",2278],["kariyer.net",2281],["malatyam.com",2285],["teknoseyir.com",2286],["myburc.com",2288],["canlitv.center",2289],["kredibankalar.com",2291],["altporno.xyz",2294],["flvconverter.org",2295],["youtube-mp3-music.com",2295],["mp3medya.com",2296],["turkaliz.com",2298],["teknobird.com",2299],["passporterstore.com",2302],["istanbulticaretgazetesi.com",2302],["timeturk.com",2303],["wv2.net",2310],["marketingturkiye.com.tr",2311],["ordugazete.com",2312],["imaret.com.tr",2314],["afyonhaber.com",2316],["seyredeger.com",2321],["yenihaberden.com",2322],["yetiskinfilmizle.xyz",2323],["burasiduzce.com",2324],["turkerotikfilm.com",2323],["cehennemstream.click",2326],["filmizle.in",2327],["yildizkisafilm.org",2327],["movietube32.xyz",2327],["burdenfly.com",2328],["altyazi.net",2329],["akorlar.com",2333],["sanalbasin.com",2334],["karamangundem.com",2337],["egitimsistem.com",2339],["karamandan.com",2339],["numaraara.com",2340],["gazeteoku.com",2341],["cnbce.com",2341],["dunya.com",2341],["paradurumu.com",2341],["tarifikolay.com",2342],["trivago.com.tr",2343],["letgo.com",2344],["tasit.com",2345],["canliskor.biz.tr",2347],["bundle.app",2349],["macsonuclari.com.tr",2351],["cozumpark.com",2354],["arabateknik.com",2358],["shiftdelete.net",2359],["habervakti.com",2363],["mp3indirdur.life",2364],["muzikmp3indir.com",2366],["sinepal.*",2371],["galeri.uludagsozluk.com",2373],["kamubulten.com",2376],["buyurindir.org",2377],["fragman-tv.com",2378],["doeda.com",2383],["editsizserverler.org",2386],["kamudanhaber.net",2389],["zamaninvarken.com",2390],["seyredelim.com",2392],["korsanedebiyat.com",2393],["ufukgazetesi.net",2395],["esgazete.com",2400],["fenerbahce.org",2402],["mail.com.tr",2404],["yenierzurumhaber.com",2407],["kriptoteknikhaber.com",2409],["altinpiyasa.com",2411],["kocaelidebugun.com",2412],["almanilan.com",2413],["yemekev.com",2414],["lorentlabs.com",2415],["canlialtinfiyatlari.com",2416],["filmkovasi.org",2417],["edebiyathaber.net",2418],["futbolarena.com",2422],["turizmajansi.com",2424],["numarasorgulamax.com",2425],["320volt.com",2426],["mp3semti.com",2427],["fivemturk.com",2428],["testkolik.com",2430],["macrehberi.com",2431],["altin.in",2432],["inegolonline.com",2437],["41saat.com",2440],["diziplus.*",2442],["dizivap.*",2442],["dizivid.co",2442],["diziday1.com",2442],["filmzal.*",2442],["arabamkacyakar.com",2443],["trt.net.tr",2444],["engelsiztrt.tv",2447],["trtmuzik.net.tr",2447],["repertuarim.com",2448],["jukeduke.com",2451],["stargamescasinoonline.com",2451],["dizibox.*",2452],["koinbox.net",2456],["bandirmasehir.com",2457],["frmtr.com",2462],["spyhackerz.org",2463],["kizlarsoruyor.com",2464],["emlaktasondakika.com",2467],["steelradar.com",2468],["kayserihaber38.com",2469],["arabalar.com.tr",2476],["bantmag.com",2478],["iyihisset.com",2479],["fullhdfilmizle.top",2480],["hdfilmcehennemizle.com",2480],["formsante.com.tr",2481],["ui.memoryhackers.org",2482],["fullhdfilmizlesene.pw",2484],["videovak.com",2485],["yesilist.com",2486],["turkhacks.com",2487],["bulurum.com",2489],["sahadan.com",2493],["alemfm.com",2505],["alem.com.tr",2505],["petroturk.com",2506],["atlasdergisi.com",2510],["adanahaber.net",2511],["meydannet.com",2512],["uzmanpara.milliyet.com.tr",2513],["dha.com.tr",2514],["1yuz.com",2518],["webmasterforum.com.tr",2519],["crackturkey.com",2518],["otomasyonforum.com",2521],["kontrolkalemi.com",2522],["devletdestekli.com",2524],["itemsatis.com",2525],["warezturkey.me",2526],["indirin.co",2528],["technoprogram.com",2529],["filmindir.be",2530],["teknoblog.com",2532],["dersimiz.com",2534],["belgeselizlesene.com",2536],["kriptoparapiyasasi.com",2539],["devirsaati.com",2543],["macsonuclari.mobi",2544],["siirtolayhaber.com",2546],["bursayadairhersey.com",2546],["surajans.com",2547],["kriptoparahaber.com",2549],["gazetecorlu.com",2553],["kriptokoin.com",2553],["solidshare.net",2554],["diziboxx.com",2555],["finanswebde.com",2558],["sahibim.net",2560],["coinkolik.com",2561],["tebernuskirecci.com.tr",2562],["koinmedya.com",2563],["kriptoparafiyatlari.com",2566],["filmmakinesi1.*",2567],["gaziantepinhabercisi.com",2568],["otonomhaber.com",2569],["tosunkaya.com",2570],["kuponla.com",2572],["burdurweb.com",2574],["bigpara.hurriyet.com.tr",2576],["klasspor.com",2577],["ehaege.com",2578],["kurdistan24.net",2581],["akittv.com.tr",2582],["dilekcesepeti.com",2584],["yurthaber61.com",2584],["bodrumgundem.com",2585],["egeyonhaber.com",2584],["turkgun.com",2587],["savunmasanayi.org",2588],["meleklermekani.com",2590],["turkiyeklinikleri.com",2592],["lastikcim.com.tr",2593],["transfermarkt.com.tr",2594],["keyfimuzik.net",2595],["kelimeler.net",2596],["kackalori.com.tr",2598],["forumkolik.net",2599],["ebrosur.com",2602],["sgkbilgisi.com",2605],["ardahanhaberi.com",2606],["btchaber.com",2607],["gastronomiturkey.com",2609],["businessht.bloomberght.com",2610],["haberglobal.com.tr",2612],["malatyahaber.com",2615],["almanyabulteni.de",2618],["akhisarhaber.com",2622],["temizsozluk.com.tr",2625],["malatyamegahaber.com",2626],["samdan.com.tr",2627],["esquire.com.tr",2632],["harpersbazaar.com.tr",2639],["forum.mevsim.org",2647],["fikirliderleri.com",2648],["medikalakademi.com.tr",2650],["hrdergi.com",2652],["karabukgundem.com",2653],["denizliyeniolay.com",2654],["asistanaliz.com",2655],["habergazetesi.com.tr",2657],["samsunsonhaber.com",2659],["kamuajans.com",2660],["ortacizgi.com",2662],["ajansurfa.com",2664],["indirimdemarket.com",2666],["dostbeykoz.com",2667],["millisavunma.com",2670],["jurnalci.com",2671],["illerarasimesafe.com",2672],["log.com.tr",2673],["bilgicik.com",2675],["zirvedehaber.com",2677],["ruyalar.net",2678],["magazinci.com",2679],["turizmgazetesi.com",2680],["goster.co",2686],["korezin.com",2687],["gundemsaros.com.tr",2688],["aydinda.com",2689],["forumatmosfer.com",2691],["find.com.tr",2692],["forum.sordum.net",2694],["lezizci.com",2694],["bilgidem.com",2694],["e-kitap.site",2695],["ekitap.site",2695],["lojistikhatti.com",2696],["yetiskinfilmler.org",2697],["hizliresim.com",2698],["kasut.org",2700],["alisverisrehberi.com",2701],["gaziantephaber.com",2702],["hayvansitesi.com",2703],["ilan365.net",2704],["ilacprospektusu.com",2705],["rasthaber.com",2707],["voltimum.com.tr",2708],["kargo-takibi.com",2709],["jeotermalhaberler.com",2711],["mimdap.org",2712],["eczacininsesi.com",2713],["fonttr.com",2714],["sekilliharfler.com",2716],["yesilekonomi.com",2717],["kointimes.net",2718],["bolumsonucanavari.com",2721],["forum.gamer.com.tr",2722],["cesmehaber.com",2729],["gezginler.net",2730],["radioeksen.com",2733],["sondakika23.com",2734],["satrancoyna.gen.tr",2739],["oyunkolu.com",2740],["oyunu.com.tr",2741],["alomaliye.com",2745],["hvac360tr.com",2746],["erosfilmizle.*",2748],["hdfilmizle.in",2751],["yabancidizilertv.*",2751],["dizipal1022.com",2748],["dizipal1021.com",2748],["dizipal1017.com",2748],["dizipal1.com",2748],["dizipal2.com",2748],["dizipal3.com",2748],["dizipal4.com",2748],["dizipal5.com",2748],["dizipal6.com",2748],["dizipal7.com",2748],["dizipal8.com",2748],["dizipal9.com",2748],["dizipal10.com",2748],["dizipal11.com",2748],["dizipal12.com",2748],["dizipal13.com",2748],["dizipal14.com",2748],["dizipal15.com",2748],["diziwatch1.net",2748],["diziwatch2.net",2748],["diziwatch3.net",2748],["diziwatch4.net",2748],["diziwatch5.net",2748],["diziwatch6.net",2748],["diziwatch7.net",2748],["diziwatch8.net",2748],["diziwatch9.net",2748],["diziwatch10.net",2748],["diziwatch11.net",2748],["diziwatch12.net",2748],["diziwatch13.net",2748],["diziwatch14.net",2748],["diziwatch15.net",2748],["filmcusx.com",2753],["fullhdfilmizlesem.com",2753],["memleketimbolu.com",2754],["ademyurt.com",2755],["giresunhaberci.com",2756],["bayimolurmusun.com.tr",2757],["indirveoyna.com",2758],["shirl.club",2759],["uplifers.com",2760],["yemek24.com",2762],["ifsamerkezi.com",2764],["dalamantv.com",2766],["kayiprihtim.com",2767],["oyun101.com",2768],["otomobilir.com",2769],["oyunoyna.tv.tr",2770],["oyuntimes.com",2770],["arabam.com",2771],["bolge.com.tr",2775],["muzikonair.com",2775],["milasonder.com",2776],["memohaber.com",2779],["akcakocahavadis.com",2781],["geredeyenigun.com",2783],["cerkezkoyhaber.com.tr",2785],["gazetekolektif.com",2788],["ha-ber.com",2789],["egemeclisi.com",2790],["dunyasozluk.com",2792],["hesabet.com",2793],["istanbullife.com.tr",2794],["gunaydinduzce.com",2795],["duzceninsesi.com.tr",2800],["indigodergisi.com",2805],["forum.miuiturkiye.net",2807],["savebutonu.com",2812],["idilyazar.com",2813],["icn.com.tr",2814],["cevir.gen.al",2816],["namazsitesi.com",2817],["hurhaber.com",2819],["teknoburada.net",2821],["insaattrendy.com",2822],["antoloji.com",2825],["saraygazetesi.com",2828],["mirror-h.org",2830],["gzone.com.tr",2831],["3dmadmax.com",2832],["samsungazetesi.com",2833],["tvnet.com.tr",2834],["flaskocaeli.com",2835],["marashaber.com.tr",2836],["gencinsesi.com",2837],["hdfilmizletv.net",2839],["fmhikayeleri.com",2840],["sofra.com.tr",2841],["paradergi.com.tr",2841],["unyenethaber.com",2843],["sapanca.com.tr",2848],["bilgisayarbilisim.net",2849],["mycbet.com",2853],["grafikerler.org",2855],["dogushaber.com",2856],["duzcetv.com",2858],["milatgazetesi.com",2860],["acikradyo.com.tr",2861],["hastane.com.tr",2862],["ifhaber.com",2863],["borsanasiloynanir.co",2864],["wikihow.com.tr",2869],["vidtekno.com",2870],["bakis.bg",2871],["ogrencikariyeri.com",2872],["appleyardim.org",2874],["tavsiyeediyorum.com",2876],["ciftlikdergisi.com.tr",2879],["karnaval.com",2880],["kentteyasam.com",2883],["tranimaci.com.tr",2884],["tourmag.com.tr",2885],["belemturktv.com",2887],["nusaybinim.com",2888],["karsolay.com",2889],["efelerhaber.com",2891],["erzurumajans.com",2894],["ceofix.com",2897],["8gunhaber.com",2899],["radyodinle.*",2901],["oyun.mynet.com",2902],["rodopruzgari.com",2904],["muratlihizmetgazetesi.com",2905],["antalyam.com",2908],["imarhaber.com",2911],["bolupostasi.com",2913],["bozuyukhaberajansi.com",2913],["yenicagri.com",2913],["businesschannel.com.tr",2913],["onlarnediyo.com",2913],["medyaayvalik.com",2913],["emlakmanset.com",2914],["tvdizix.com",2915],["corumtime.com",2916],["mp3indir.rocks",2918],["fenokulu.net",2919],["gorunumgazetesi.com.tr",2922],["kediblog.com",2923],["fuaraktuel.com",2925],["gazetepoyraz.com",2926],["yenikocaeli.com",2927],["akillitarife.com",2929],["aykutozdemir.com.tr",2930],["yerelbt.com",2933],["7deniz.net",2934],["muzmp3indir.com",2935],["oyunhabertr.com",2936],["sinemagecesi.com",2937],["turkhackteam.org",2938],["diziizle.top",2941],["kadikoylife.com",2942],["gazeteulus.com",2948],["egetelgraf.com",2949],["golcukvizyongazetesi.com",2950],["kobiyasam.com.tr",2952],["hurdusun.com",2953],["nereye.com.tr",2954],["kenthayat.com",2956],["bumudur.com",2957],["poki.com",2958],["pendiklitv.com",2959],["iskuruyorum.com",2961],["acipayamgazetesi.com",2962],["on5yirmi5.com",2965],["millihakimiyet.com",2966],["basketdergisi.com",2968],["1907.org",2971],["avrupaturkgazetesi.com",2973],["hatayyasam.com",2974],["myinstants.com",2976],["yozgatgazetesi.com",2977],["yerkoyhabergazetesi.com",2982],["tunceliemek.com.tr",2983],["kandiragundem.com",2986],["1080hdfilmizle.com",2987],["tekirdagodak.com",2988],["istanbul.com",2990],["belge.com.tr",2991],["mimarizm.com",2994],["mavikocaeli.com.tr",2995],["batiakdeniztv.com",2998],["haberkasaba.com",3000],["egitimtercihi.com",3001],["thegeyik.com",3003],["arifiyehaber.net",3005],["onceokuloncesi.com",3008],["sosyalbilimler.org",3010],["kirsehirhakimiyet.com",3011],["kanal15.com.tr",3011],["upslut.com",3013],["fiatlinea.org",3015],["seatclubturkey.com",3016],["kiaclubtr.com",3017],["tofasteam.com",3018],["sektorel.com",3019],["casinokazan.net",3020],["paraborsa.net",3022],["yapi.com.tr",3023],["motosiklet.net",3025],["turkeyforum.com",3032],["renaultfanclub.com",3032],["forum.grandepuntotr.com",3032],["malzemebilimi.net",3033],["scroll.com.tr",3033],["magazin.com.tr",3034],["hibya.com",3035],["batmangapgazetesi.com",3036],["rayhaber.com",3040],["trakyagundem.net",3041],["2eylul.com.tr",3043],["sariyergazetesi.com",3044],["kartal24.com",3045],["sirketlerligi.com",3046],["msxlabs.org",3047],["avrupayakasi.com.tr",3048],["konyaninnabzi.web.tr",3054],["tuzgolugazetesi.com",3057],["excel.web.tr",3058],["indirgo.club",3059],["fosforludusunceler.com",3061],["koinvizyon.com",3063],["arenabodrumhaber.com",3064],["kenttv.net",3069],["turkegitim.net",3070],["engelliler.biz",3072],["fotografdergisi.com",3073],["nurdanhaber.com",3074],["eniyiandroid.com",3075],["nazilliadalet.com",3077],["aydinlatma.org",3078],["kibrissondakika.com",3083],["elektriktesisatportali.com",3089],["ileilgili.org",3090],["nedirnasilneden.com",3090],["businessturkeytoday.com",3091],["afsinhabermerkezi.com",3092],["edirnehaber.org",3095],["marasexpress.com",3096],["guneykoresinemasi.com",3097],["turizmdosyasi.com",3098],["istanbultakipte.com",3099],["doramagazin.com",3102],["turkascihaberleri.com",3104],["unyekent.com",3105],["besniekspres.com",3105],["aksarayhaber68.com",3105],["moradergisi.com",3105],["afyonmansethaber.com",3105],["kanal16haber.com",3105],["guneydogutv.com",3105],["simashaber.com",3105],["gazipasahaber.com",3105],["antalyaguncel.com",3105],["termebilgigazetesi.com",3105],["tersanedergisi.com",3106],["ilkokul1.com",3107],["vidyome.com",3108],["efullizle.com",3109],["malatyasoz.com",3110],["dizilla.*",3111],["zipfilmizle.com",3111],["rehberlikservisi.net",3112],["kesanpostasi.com",3113],["renklikodlar.net",3114],["yemekyapin.com",3116],["bigatribun.net",3117],["menuburada.com",3120],["59.com.tr",3121],["airwaypost.com",3123],["kocaelihaberci.com",3125],["forummakina.com.tr",3126],["animex.club",3127],["cadcamsektoru.com",3128],["gmdergi.com",3129],["gurmeajanda.com",3132],["vogue.com.tr",3134],["mutfakhaber.net",3135],["hizmetix.com.tr",3136],["kamyonum.com.tr",3137],["sultanbeylim.com",3138],["denizlihaber.com",3139],["morfikirler.com",3155],["tokihaber.com.tr",3156],["yenienerji.com",3157],["artfulliving.com.tr",3161],["haberdurus.com",3162],["kardelengazetesi.com",3162],["basakgazetesi.com",3162],["haber18.com",3163],["askeribirlikler.com",3164],["hadipisir.com",3165],["fethiyehaber.com",3166],["papajohns.com.tr",3170],["superfb.com",3172],["sanayigazetesi.com.tr",3175],["paraanaliz.com",3175],["yenikutahya.com",3175],["d20haber.com",3176],["retailturkiye.com",3180],["denizpostasi.com",3180],["yarisdergisi.com",3182],["dijitalgaste.com",3185],["elazighaber23.com",3186],["egedeizmir.com",3188],["orduulak.com",3189],["siberdeyiz.com",3191],["subaruturkiyeforum.com",3193],["urfa.com",3194],["olumhaberi.com",3195],["animehaber.com",3196],["ajanimo.com",3197],["oyunlarskor.com",3199],["kayisihaber.com",3200],["korkmazhaber.com",3201],["genelpara.com",3202],["tranimeizle.*",3203],["ellerimesaglik.com",3205],["freemagazine.com.tr",3207],["turkishtimedergi.com",3209],["canakkalekalem.com",3210],["bthaber.com",3212],["liderform.com.tr",3213],["zebramo.com",3215],["turkiyesanayigazetesi.com",3216],["perakendeisdunyasi.com",3216],["maxfilmizle.*",3219],["enyenifilmizle.*",3219],["dizibox6.com",3219],["dizibox7.com",3219],["dizibox8.com",3219],["dizibox9.com",3219],["dizibox10.com",3219],["dizibox11.com",3219],["dizibox12.com",3219],["dizibox13.com",3219],["dizibox14.com",3219],["dizibox15.com",3219],["dizibox16.com",3219],["dizibox17.com",3219],["dizibox18.com",3219],["dizibox19.com",3219],["dizibox20.com",3219],["dizibox21.com",3219],["dizibox22.com",3219],["dizibox23.com",3219],["dizibox24.com",3219],["dizibox25.com",3219],["sigortacigazetesi.com.tr",3220],["gazeddakibris.com",3222],["sacsirlari.com",3223],["puhutv.com",3224],["magazind.net",3225],["gencgazete.net",3227],["urfanatik.com",3228],["isyatirim.com.tr",3229],["torrentoyunindir.com",3230],["halkinhabercisi.com",3232],["sanatatak.com",3234],["kayseritelgraf.com",3236],["yeniasya.com.tr",3237],["snobmagazin.com",3239],["postkolik.com",3240],["gundem71.com",3242],["hiztesti.com.tr",3244],["ismporno.com",3245],["pornmsc.com",3245],["gmag.com.tr",3246],["oyunceviri.net",3248],["nefesgazetesi.com",3250],["izlemag.com",3251],["turkiyedeenerji.com",3252],["qualitydergisi.com",3254],["cerkezkoyekspres.com",3255],["bakirkoydenhaber.com",3256],["gercekkocaeli.com.tr",3258],["kocaelifikir.com",3259],["demokratkocaeli.com",3267],["cevremuhendisligi.org",3270],["cukurovaexpres.com",3271],["geyvemedya.com",3272],["divamagazin.com",3274],["birhayalinpesinde.com",3277],["bestylemagazine.com",3280],["fullfilmizle.cx",3281],["dolubatarya.com",3282],["espor.migros.com.tr",3282],["favorilezzetler.com",3282],["digitalage.com.tr",3282],["clubberism.com",3283],["tr724.com",3284],["benguturk.com",3285],["gecce.com.tr",3286],["m.pes24.com",3287],["techdergi.net",3289],["azbuz.org",3289],["pembeoje.com",3290],["tercihiniyap.net",3291],["eskimeyenkitaplar.com",3293],["neolacakki.com",3294],["suslusozluk.com",3295],["videoindirelim.com",3296],["gsmturkey.net",3298],["sgkrehberi.com",3299],["denizli24haber.com",3306],["pes24.com",3306],["bianet.org",3307],["dunyabizim.com",3309],["sozcukitabevi.com",3311],["jhlclinic.com",3312],["justintv.vip",3312],["bhdgc.com",3312],["donailfoulardautore.com",3312],["gazeterize.com",3312],["aydinses.com",3312],["atastymorsel.com",3312],["bonneyrega.com",3312],["tesisatmarket.com",3313],["08haber.com",3315],["sakaryagazetesi.com.tr",3318],["gunisigigazetesi.net",3323],["msn.com",3324],["mutfaksirlari.com",3325],["politikars.com",3326],["sahibinden.com",3327],["m.bafrahaber.com",3330],["medyaradar.com",3332],["egitimler.info",3336],["turizmaktuel.com",3337],["akademikpersonel.org",3341],["webrazzi.com",3343],["izlesene.com",3346],["yolculukterapisi.com",3348],["muhendisimaaslari.com",3350],["benzinmagazin.com",3351],["gulum.net",3352],["magazinkafe.com",3353],["sifalidoktor.com",3354],["emlaksitem.com",3355],["cokbilgi.com",3357],["kanalb.com.tr",3358],["aykiri.com.tr",3359],["bihavadis.com",3361],["thecruiselife.com.tr",3361],["adalet.tv",3361],["haberasi.com",3361],["ajansgazetesi.com.tr",3361],["avcilarhabermerkezi.com",3361],["sanattanyansimalar.com",3361],["turgutluyanki.com",3361],["denizlidesiyaset.com",3361],["finans365.com",3361],["malatyaozhaber.com",3361],["kulahaber.net",3361],["hayrankaldim.com",3361],["yenibakis.com.tr",3361],["habercicanakkale.com",3361],["haber16.com",3361],["karamanca.net",3361],["denizgazete.com",3361],["kaptanhaber.com",3361],["oncusehir.com",3361],["turgutlupostasi.com",3361],["gebzeyenigun.com",3361],["turkinfo.nl",3361],["habercuk.com",3361],["habersanliurfa.net",3361],["mizahdunyam.com",3361],["denizlikenthaber.com",3361],["tarihistan.org",3361],["haberturizm.com",3361],["gazete365.com",3361],["turizmhabermerkezi.net",3362],["gazetegercek.com.tr",3362],["afyonkenthaber.com",3362],["tamgaturk.com",3362],["yozgatolay.com",3363],["bodrumdabirgun.com",3364],["astakoshaber.com",3366],["androidmakale.com",3367],["ggmyfriend.com",3369],["driverdestek.com",3373],["kha.com.tr",3374],["boluekspres.com",3378],["dijitalajanslar.com",3379],["temizmagazin.com",3380],["haber46.com.tr",3381],["silentall.net",3382],["www-hurriyet-com-tr.cdn.ampproject.org",3383],["cizgifilm.in",3384],["biletix.com",3387],["doktorsitesi.com",3389],["teknobeyin.com",3392],["cepkolik.com",3394],["tarihiolaylar.com",3395],["hdabla.net",3396],["gurkanbilgisu.com",3396],["hesaplama.net",3397],["zirve2000.com",3398],["bolusporluyuz.com",3399],["ozgurbolu.com",3401],["spor14.com",3403],["haber.sol.org.tr",3404],["haberegider.com",3407],["blogkurdu.net",3408],["mp3indirdur.mobi",3409],["ukraynahayat.com",3410],["muslimmedya.com",3412],["porn19.net",3413],["eodev.com",3414],["uzmanim.net",3415],["bisikletforum.com",3416],["canlitv.*",3418],["dosyauzantisi.com",3419],["nedir.com",3420],["canliradyodinle.fm",3421],["radyodinle.com",3423],["ilacrehberi.com",3424],["dilbilgisi.net",3425],["bilgihanem.com",3426],["daricagazetesi.com.tr",3430],["diken.com.tr",3431],["ligradyo.com.tr",3433],["dreamfancy.org",3434],["futbolingo.com",3435],["maxigame.org",3437],["paracevirici.com",3438],["m.mynet.com",3440],["m-mynet-com.cdn.ampproject.org",3440],["vucut-kitle-endeksi.hesaplama.net",3441],["21yyte.org",3442],["bankotahminler.com",3443],["mp3indirdur.pro",3444],["obezitehaber.com",3444],["mach1digital.com",3444],["donanimgunlugu.com",3445],["otomobil.haber7.com",3449],["aydinyeniufuk.com.tr",3450],["kemerhaber.com",3452],["fanmedya.com",3452],["ozgurifade.com.tr",3453],["apron24.com",3455],["sonperiyot.com",3458],["barbioyunu.com.tr",3459],["larimza.com",3460],["gaiadergi.com",3461],["boluobjektif.com",3463],["61medya.net",3465],["izle7.com",3467],["attyiz.biz.tr",3469],["m.hurriyet.com.tr",3470],["rooteto.com",3471],["applefoni.com",3473],["webellek.com",3474],["ingilizcenotlar.com",3475],["saglamindir.net",3476],["antalyakorfez.com",3480],["goley90canlitv3003.site",3481],["goley90canlitv3004.site",3481],["goley90canlitv3005.site",3481],["goley90canlitv3006.site",3481],["goley90canlitv3007.site",3481],["goley90canlitv3008.site",3481],["goley90canlitv3009.site",3481],["goley90canlitv3010.site",3481],["goley90canlitv3011.site",3481],["goley90canlitv3012.site",3481],["goley90canlitv3013.site",3481],["goley90canlitv3014.site",3481],["goley90canlitv3015.site",3481],["goley90canlitv3016.site",3481],["goley90canlitv3017.site",3481],["goley90canlitv3018.site",3481],["goley90canlitv3019.site",3481],["goley90canlitv3020.site",3481],["goley90canlitv3021.site",3481],["goley90canlitv3022.site",3481],["eclipsebettv81.com",3485],["eclipsebettv82.com",3485],["eclipsebettv83.com",3485],["eclipsebettv84.com",3485],["eclipsebettv85.com",3485],["eclipsebettv86.com",3485],["eclipsebettv87.com",3485],["eclipsebettv88.com",3485],["eclipsebettv89.com",3485],["eclipsebettv90.com",3485],["eclipsebettv91.com",3485],["eclipsebettv92.com",3485],["eclipsebettv93.com",3485],["eclipsebettv94.com",3485],["eclipsebettv95.com",3485],["eclipsebettv96.com",3485],["eclipsebettv97.com",3485],["eclipsebettv98.com",3485],["eclipsebettv99.com",3485],["eclipsebettv100.com",3485],["avrupabettv1.com",3485],["avrupabettv2.com",3485],["avrupabettv3.com",3485],["avrupabettv4.com",3485],["avrupabettv5.com",3485],["avrupabettv6.com",3485],["avrupabettv7.com",3485],["avrupabettv8.com",3485],["avrupabettv9.com",3485],["avrupabettv10.com",3485],["avrupabettv11.com",3485],["avrupabettv12.com",3485],["avrupabettv13.com",3485],["avrupabettv14.com",3485],["avrupabettv15.com",3485],["avrupabettv16.com",3485],["avrupabettv17.com",3485],["avrupabettv18.com",3485],["avrupabettv19.com",3485],["avrupabettv20.com",3485],["avrupabettv21.com",3485],["avrupabettv22.com",3485],["rekortv39.com",3485],["rekortv40.com",3485],["rekortv41.com",3485],["rekortv42.com",3485],["rekortv43.com",3485],["rekortv44.com",3485],["rekortv45.com",3485],["rekortv46.com",3485],["rekortv47.com",3485],["rekortv48.com",3485],["rekortv49.com",3485],["rekortv50.com",3485],["rekortv51.com",3485],["rekortv52.com",3485],["rekortv53.com",3485],["rekortv54.com",3485],["rekortv55.com",3485],["rekortv56.com",3485],["rekortv57.com",3485],["rekortv58.com",3485],["rekortv59.com",3485],["rekortv60.com",3485],["rekortv61.com",3485],["rekortv62.com",3485],["rekortv63.com",3485],["forvettv31.online",3485],["forvettv32.online",3485],["forvettv33.online",3485],["forvettv34.online",3485],["forvettv35.online",3485],["forvettv36.online",3485],["forvettv37.online",3485],["forvettv38.online",3485],["forvettv39.online",3485],["forvettv40.online",3485],["forvettv41.online",3485],["forvettv42.online",3485],["forvettv43.online",3485],["forvettv44.online",3485],["forvettv45.online",3485],["forvettv46.online",3485],["forvettv47.online",3485],["forvettv48.online",3485],["forvettv49.online",3485],["betexpertv173.live",3485],["betexpertv174.live",3485],["betexpertv175.live",3485],["betexpertv176.live",3485],["betexpertv177.live",3485],["betexpertv178.live",3485],["betexpertv179.live",3485],["betexpertv180.live",3485],["betexpertv181.live",3485],["betexpertv182.live",3485],["betexpertv183.live",3485],["betexpertv184.live",3485],["betexpertv185.live",3485],["betexpertv186.live",3485],["betexpertv187.live",3485],["betexpertv188.live",3485],["betexpertv189.live",3485],["betexpertv190.live",3485],["01macvartv.live",3485],["yeniemlak.com",3486],["objektifhaber.com",3487],["karakartal.com",3490],["denizlisporhaber.com",3491],["arasikackm.com",3494],["a24.com.tr",3495],["beycan.net",3497],["biyografi.info",3498],["gundemgazetesi.net",3499],["balikesirhaberajansi.com",3500],["kuzeyanadolugazetesi.com",3504],["akillitelefon.com",3506],["dogruses.com",3508],["platinonline.com",3510],["sechaber.com.tr",3513],["suffagah.com",3515],["baslattusu.com",3516],["ekippolishaber.com",3518],["abamedya.com",3518],["blog.namazsitesi.com",3519],["yapimagazin.com",3520],["umraniyegundemi.com",3521],["kentvizyonhaber.com",3523],["borsagundem.com.tr",3524],["finansgundem.com",3524],["yemektekeyifvar.com",3525],["ttf.org.tr",3525],["arkeolojikhaber.com",3526],["ankaramasasi.com",3527],["hakimiyetgazetesi.com",3527],["guncelgazete.com",3527],["ihavideo.com.tr",3527],["gazikent27.com",3527],["yenisokegazetesi.com",3527],["paramedya.com.tr",3527],["emlakkulisi.com",3527],["cepde.net",3527],["web.tv",3527],["zargan.com",3528],["yemekzevki.com.tr",3530],["akcakocatv.com",3531],["ajans32tv.com",3532],["tarsushaber.com",3533],["hurriyetemlak.com",3534],["sanalokulumuz.com",3535],["anadolugazetesi.com",3537],["esenyurthaberleri.com",3538],["kutahyaekspres.com",3539],["pckoloji.com.tr",3539],["duzceparantez.com",3540],["trakyaninsesi.com",3542],["turkmmo.com",3543],["araba.com",3544],["kocaelioncu.com",3545],["afyonhisargazetesi.com",3548],["bolgegazetesi.com",3549],["sondakika-24.com",3550],["hendekgundem.com",3551],["borunsesi.com",3551],["buyukhaber.com",3551],["usakhabermerkezi.com",3551],["sariyeryenigun.com",3552],["canakkaleolay.com",3553],["haberself.com",3555],["ceplik.com",3556],["maxicep.com",3557],["sarkisozlerihd.com",3558],["gazetekeyfi.com",3559],["urgupajans.com",3560],["eleman.net",3561],["nasilkolay.com",3563],["minikago.com.tr",3564],["minikacocuk.com.tr",3566],["apelasyon.com",3567],["egepostasi.com",3568],["gercekizmir.com",3568],["gundemcesme.com",3568],["turktime.com",3568],["internetoku.com",3569],["zaytung.com",3570],["ihaledergisi.com",3571],["dogus.nl",3572],["ilerihaber.org",3573],["alternatifim.com",3574],["enerjiatlasi.com",3575],["kargotakiptr.com",3576],["yerelgazete.com.tr",3577],["mangazure.com",3579],["turizmprojedergisi.com",3580],["gundemkibris.com",3580],["ulasimonline.com",3580],["movieswatch.store",3581],["canlidizi6.com",3581],["sporcafe15.xyz",3582],["sporcafe16.xyz",3582],["sporcafe17.xyz",3582],["sporcafe18.xyz",3582],["sporcafe19.xyz",3582],["sporcafe20.xyz",3582],["sporcafe21.xyz",3582],["sporcafe22.xyz",3582],["sporcafe23.xyz",3582],["sporcafe24.xyz",3582],["sporcafe25.xyz",3582],["sporcafe26.xyz",3582],["sporcafe27.xyz",3582],["sporcafe28.xyz",3582],["sporcafe29.xyz",3582],["sporcafe30.xyz",3582],["sporcafe31.xyz",3582],["sporcafe32.xyz",3582],["afyonhaberturk.com",3586],["denizli20haber.com",3586],["egegundem.com.tr",3586],["fragmanlar.com",3586],["justintv61.top",3587],["justintv62.top",3587],["justintv63.top",3587],["justintv64.top",3587],["justintv65.top",3587],["justintv66.top",3587],["justintv67.top",3587],["justintv68.top",3587],["justintv69.top",3587],["justintv70.top",3587],["justintv71.top",3587],["justintv72.top",3587],["justintv73.top",3587],["justintv74.top",3587],["justintv75.top",3587],["justintv76.top",3587],["justintv77.top",3587],["justintv78.top",3587],["justintv79.top",3587],["justintv80.top",3587],["justintv81.top",3587],["justintv82.top",3587],["justintv83.top",3587],["justintv84.top",3587],["justintv85.top",3587],["justintv86.top",3587],["justintv87.top",3587],["justintv88.top",3587],["justintv89.top",3587],["justintv90.top",3587],["justintv91.top",3587],["justintv92.top",3587],["justintv93.top",3587],["justintv94.top",3587],["justintv95.top",3587],["justintv96.top",3587],["justintv97.top",3587],["justintv98.top",3587],["justintv99.top",3587],["justintv100.top",3587],["jestyayin941.com",3587],["jestyayin942.com",3587],["jestyayin943.com",3587],["jestyayin944.com",3587],["jestyayin945.com",3587],["jestyayin946.com",3587],["jestyayin947.com",3587],["jestyayin948.com",3587],["jestyayin949.com",3587],["jestyayin950.com",3587],["jestyayin951.com",3587],["jestyayin952.com",3587],["jestyayin953.com",3587],["jestyayin954.com",3587],["jestyayin955.com",3587],["jestyayin956.com",3587],["jestyayin957.com",3587],["jestyayin958.com",3587],["jestyayin959.com",3587],["jestyayin960.com",3587],["jestyayin961.com",3587],["jestyayin962.com",3587],["jestyayin963.com",3587],["jestyayin964.com",3587],["jestyayin965.com",3587],["jestyayin966.com",3587],["jestyayin967.com",3587],["jestyayin968.com",3587],["jestyayin969.com",3587],["jestyayin970.com",3587],["jestyayin971.com",3587],["jestyayin972.com",3587],["jestyayin973.com",3587],["jestyayin974.com",3587],["jestyayin975.com",3587],["jestyayin976.com",3587],["jestyayin977.com",3587],["jestyayin978.com",3587],["jestyayin979.com",3587],["jestyayin980.com",3587],["jestyayin981.com",3587],["jestyayin982.com",3587],["jestyayin983.com",3587],["jestyayin984.com",3587],["jestyayin985.com",3587],["jestyayin986.com",3587],["jestyayin987.com",3587],["jestyayin988.com",3587],["jestyayin989.com",3587],["jestyayin990.com",3587],["jestyayin991.com",3587],["jestyayin992.com",3587],["jestyayin993.com",3587],["jestyayin994.com",3587],["jestyayin995.com",3587],["jestyayin996.com",3587],["jestyayin997.com",3587],["jestyayin998.com",3587],["jestyayin999.com",3587],["jestyayin1000.com",3587],["balikesir24saat.com",3589],["iyihaberci.com",3589],["balkangunlugu.com.tr",3589],["bilardooyna.com",3589],["rekoroyun.com",3589],["muglagazetesi.com.tr",3590],["orduyorum.com",3589],["milliyetsanat.com",3592],["blackorwhitedergi.com",3593],["oyungemisi.net",3593],["oyunkuzusu.com",3593],["bursaspor.org.tr",3593],["listelist.com",3594],["kurtulusgazetesi.com.tr",3595],["mavididim.com.tr",3597],["webteizle.xyz",3598],["webteizle1.xyz",3598],["webteizle2.xyz",3598],["webteizle3.xyz",3598],["webteizle4.xyz",3598],["webteizle5.xyz",3598],["webteizle6.xyz",3598],["webteizle7.xyz",3598],["webteizle8.xyz",3598],["webteizle9.xyz",3598],["webteizle10.xyz",3598],["webteizle.click",3598],["webteizle1.click",3598],["webteizle2.click",3598],["webteizle3.click",3598],["webteizle4.click",3598],["webteizle5.click",3598],["webteizle6.click",3598],["webteizle7.click",3598],["webteizle8.click",3598],["webteizle9.click",3598],["webteizle10.click",3598],["webteizle3.com",3598],["webteizle4.com",3598],["webteizle5.com",3598],["webteizle6.com",3598],["webteizle7.com",3598],["webteizle8.com",3598],["webteizle9.com",3598],["webteizle10.com",3598],["webteizle.info",3598],["webteizle1.info",3598],["webteizle2.info",3598],["webteizle3.info",3598],["webteizle4.info",3598],["webteizle5.info",3598],["webteizle6.info",3598],["webteizle7.info",3598],["webteizle8.info",3598],["webteizle9.info",3598],["webteizle10.info",3598],["gidahatti.com",3601],["gazeteler.net",3602],["egitimhane.com",3603],["erzurumgazetesi.com.tr",3604],["isguc.org",3605],["moonfilmizle.com",3606],["hdfilmcanavari.org",3606],["filmmoduu.com",3606],["hdfilmizle.org",3606],["fullhdfilmizleabi.com",3606],["safirfilmizle1.com",3607],["filmkuzusu1.com",3607],["hdfreeizle.com",3608],["superfilmgeldi.net",3608],["sexfilmleriizle.com",3608],["fullfilmizletr.online",3609],["filmmodu.co",3610],["filmizlesene.*",3611],["hdfilmcehennem.live",3612],["rotabettv354.com",3613],["rotabettv355.com",3613],["rotabettv356.com",3613],["rotabettv357.com",3613],["rotabettv358.com",3613],["rotabettv359.com",3613],["rotabettv360.com",3613],["rotabettv361.com",3613],["rotabettv362.com",3613],["rotabettv363.com",3613],["betist126tv.live",3614],["betist127tv.live",3614],["betist128tv.live",3614],["betist129tv.live",3614],["betist130tv.live",3614],["betist131tv.live",3614],["betist132tv.live",3614],["betist134tv.live",3614],["betist135tv.live",3614],["betist136tv.live",3614],["betivotv156.com",3616],["betivotv157.com",3616],["betivotv158.com",3616],["betivotv159.com",3616],["betivotv160.com",3616],["betivotv161.com",3616],["betivotv162.com",3616],["betivotv163.com",3616],["betivotv164.com",3616],["betivotv165.com",3616],["betivotv166.com",3616],["milanotv25.shop",3619],["milanotv26.shop",3619],["milanotv27.shop",3619],["milanotv28.shop",3619],["milanotv29.shop",3619],["milanotv30.shop",3619],["milanotv31.shop",3619],["milanotv32.shop",3619],["milanotv33.shop",3619],["milanotv34.shop",3619],["milanotv35.shop",3619],["portobettv55.com",3621],["portobettv56.com",3621],["portobettv57.com",3621],["portobettv58.com",3621],["portobettv59.com",3621],["portobettv60.com",3621],["portobettv61.com",3621],["portobettv62.com",3621],["portobettv63.com",3621],["portobettv64.com",3621],["goblintvizle303.live",3622],["goblintvizle304.live",3622],["goblintvizle305.live",3622],["goblintvizle306.live",3622],["goblintvizle307.live",3622],["goblintvizle308.live",3622],["goblintvizle309.live",3622],["goblintvizle310.live",3622],["goblintvizle311.live",3622],["goblintvizle312.live",3622],["goblintvizle313.live",3622],["goblintvizle314.live",3622],["goblintvizle315.live",3622],["goblintvizle316.live",3622],["goblintvizle317.live",3622],["goblintvizle318.live",3622],["goblintvizle319.live",3622],["goblintvizle320.live",3622],["goblintvizle321.live",3622],["goblintvizle322.live",3622],["goblintvizle323.live",3622],["goblintvizle324.live",3622],["goblintvizle325.live",3622],["goblintvizle326.live",3622],["goblintvizle327.live",3622],["goblintvizle328.live",3622],["goblintvizle329.live",3622],["goblintvizle330.live",3622],["goblintvizle331.live",3622],["goblintvizle332.live",3622],["goblintvizle333.live",3622],["goblintvizle334.live",3622],["goblintvizle335.live",3622],["goblintvizle336.live",3622],["goblintvizle337.live",3622],["goblintvizle338.live",3622],["goblintvizle339.live",3622],["goblintvizle340.live",3622],["goblintvizle341.live",3622],["goblintvizle342.live",3622],["goblintvizle343.live",3622],["goblintvizle344.live",3622],["goblintvizle345.live",3622],["goblintvizle346.live",3622],["goblintvizle347.live",3622],["goblintvizle348.live",3622],["goblintvizle349.live",3622],["goblintvizle350.live",3622],["canlimacizle-hd3.com",3624],["canlimacizle-hd4.com",3624],["canlimacizle-hd5.com",3624],["canlimacizle-hd6.com",3624],["canlimacizle-hd7.com",3624],["canlimacizle-hd8.com",3624],["canlimacizle-hd9.com",3624],["canlimacizle-hd10.com",3624],["canlimacizle-hd11.com",3624],["canlimacizle-hd12.com",3624],["canlimacizle-hd13.com",3624],["canlimacizle-hd14.com",3624],["canlimacizle-hd15.com",3624],["canlimacizle-hd16.com",3624],["canlimacizle-hd17.com",3624],["canlimacizle-hd18.com",3624],["canlimacizle-hd19.com",3624],["canlimacizle-hd20.com",3624],["canlimacizle-hd21.com",3624],["canlimacizle-hd22.com",3624],["akintv1.live",3626],["akintv2.live",3626],["akintv3.live",3626],["akintv4.live",3626],["akintv5.live",3626],["akintv6.live",3626],["akintv7.live",3626],["akintv8.live",3626],["akintv9.live",3626],["akintv10.live",3626],["akintv11.live",3626],["akintv12.live",3626],["akintv13.live",3626],["akintv14.live",3626],["akintv15.live",3626],["akintv16.live",3626],["akintv17.live",3626],["akintv18.live",3626],["akintv19.live",3626],["akintv20.live",3626],["canlikolik.my",3628],["canlikolik1.my",3628],["canlikolik2.my",3628],["canlikolik3.my",3628],["canlikolik4.my",3628],["canlikolik5.my",3628],["canlikolik6.my",3628],["canlikolik7.my",3628],["canlikolik8.my",3628],["canlikolik9.my",3628],["canlikolik10.my",3628],["canlikolik11.my",3628],["canlikolik12.my",3628],["canlikolik13.my",3628],["canlikolik14.my",3628],["canlikolik15.my",3628],["canlikolik16.my",3628],["canlikolik17.my",3628],["canlikolik18.my",3628],["canlikolik19.my",3628],["canlikolik20.my",3628],["hentaizm6.online",3629],["hentaizm7.online",3629],["hentaizm8.online",3629],["hentaizm9.online",3629],["hentaizm10.online",3629],["hentaizm11.online",3629],["hentaizm12.online",3629],["hentaizm13.online",3629],["hentaizm14.online",3629],["hentaizm15.online",3629],["hentaizm16.online",3629],["hentaizm17.online",3629],["hentaizm18.online",3629],["hentaizm19.online",3629],["hentaizm20.online",3629],["hentaizm21.online",3629],["hentaizm22.online",3629],["hentaizm23.online",3629],["hentaizm24.online",3629],["hentaizm25.online",3629],["ugurfilm9.com",3630],["ugurfilm10.com",3630],["ugurfilm11.com",3630],["ugurfilm12.com",3630],["ugurfilm13.com",3630],["ugurfilm14.com",3630],["ugurfilm15.com",3630],["ugurfilm16.com",3630],["ugurfilm17.com",3630],["ugurfilm18.com",3630],["ugurfilm19.com",3630],["ugurfilm20.com",3630],["ugurfilm21.com",3630],["ugurfilm22.com",3630],["ugurfilm23.com",3630],["ugurfilm24.com",3630],["ugurfilm25.com",3630],["ugurfilm26.com",3630],["ugurfilm27.com",3630],["ugurfilm28.com",3630],["ugurfilm29.com",3630],["ugurfilm30.com",3630],["canlimacizlemax446.top",3632],["canlimacizlemax447.top",3632],["canlimacizlemax448.top",3632],["canlimacizlemax449.top",3632],["canlimacizlemax450.top",3632],["canlimacizlemax451.top",3632],["canlimacizlemax452.top",3632],["canlimacizlemax453.top",3632],["canlimacizlemax454.top",3632],["canlimacizlemax455.top",3632],["canlimacizlemax456.top",3632],["canlimacizlemax457.top",3632],["canlimacizlemax458.top",3632],["canlimacizlemax459.top",3632],["canlimacizlemax460.top",3632],["canlimacizlemax461.top",3632],["canlimacizlemax462.top",3632],["canlimacizlemax463.top",3632],["canlimacizlemax464.top",3632],["canlimacizlemax465.top",3632],["canlimacizlemax466.top",3632],["canlimacizlemax467.top",3632],["canlimacizlemax468.top",3632],["canlimacizlemax469.top",3632],["canlimacizlemax470.top",3632],["canlimacizlemax471.top",3632],["canlimacizlemax472.top",3632],["canlimacizlemax473.top",3632],["canlimacizlemax474.top",3632],["canlimacizlemax475.top",3632],["canlimacizlemax476.top",3632],["canlimacizlemax477.top",3632],["canlimacizlemax478.top",3632],["canlimacizlemax479.top",3632],["hdselcuksports420.top",3636],["hdselcuksports421.top",3636],["hdselcuksports422.top",3636],["hdselcuksports423.top",3636],["hdselcuksports424.top",3636],["hdselcuksports425.top",3636],["hdselcuksports426.top",3636],["hdselcuksports427.top",3636],["hdselcuksports428.top",3636],["hdselcuksports429.top",3636],["hdselcuksports430.top",3636],["hdselcuksports431.top",3636],["hdselcuksports432.top",3636],["hdselcuksports433.top",3636],["hdselcuksports434.top",3636],["hdselcuksports435.top",3636],["hdselcuksports436.top",3636],["hdselcuksports437.top",3636],["hdselcuksports438.top",3636],["hdselcuksports439.top",3636],["hdselcuksports440.top",3636],["hdselcuksports441.top",3636],["hdselcuksports442.top",3636],["hdselcuksports443.top",3636],["hdselcuksports444.top",3636],["hdselcuksports445.top",3636],["hdselcuksports446.top",3636],["hdselcuksports447.top",3636],["hdselcuksports448.top",3636],["hdselcuksports449.top",3636],["hdselcuksports450.top",3636],["hdselcuksports451.top",3636],["hdselcuksports452.top",3636],["hdselcuksports453.top",3636],["hdselcuksports454.top",3636],["hdselcuksports455.top",3636],["hdselcuksports456.top",3636],["hdselcuksports457.top",3636],["hdselcuksports458.top",3636],["hdselcuksports459.top",3636],["hdselcuksports460.top",3636],["hdselcuksports461.top",3636],["hdselcuksports462.top",3636],["hdselcuksports463.top",3636],["hdselcuksports464.top",3636],["hdselcuksports465.top",3636],["hdselcuksports466.top",3636],["hdselcuksports467.top",3636],["hdselcuksports468.top",3636],["hdselcuksports469.top",3636],["hdselcuksports470.top",3636],["hdselcuksports471.top",3636],["hdselcuksports472.top",3636],["justintvizle430.top",3639],["justintvizle431.top",3639],["justintvizle432.top",3639],["justintvizle433.top",3639],["justintvizle434.top",3639],["justintvizle435.top",3639],["justintvizle436.top",3639],["justintvizle437.top",3639],["justintvizle438.top",3639],["justintvizle439.top",3639],["justintvizle440.top",3639],["justintvizle441.top",3639],["justintvizle442.top",3639],["justintvizle443.top",3639],["justintvizle444.top",3639],["justintvizle445.top",3639],["justintvizle446.top",3639],["justintvizle447.top",3639],["justintvizle448.top",3639],["justintvizle449.top",3639],["kuponuna284.top",3641],["kuponuna285.top",3641],["kuponuna286.top",3641],["kuponuna287.top",3641],["kuponuna288.top",3641],["kuponuna289.top",3641],["kuponuna290.top",3641],["kuponuna291.top",3641],["kuponuna292.top",3641],["kuponuna293.top",3641],["kuponuna294.top",3641],["sporcafe-cc312b798596.xyz",3650],["belestepe583.shop",3651],["belestepe584.shop",3651],["belestepe585.shop",3651],["belestepe586.shop",3651],["belestepe587.shop",3651],["belestepe588.shop",3651],["belestepe589.shop",3651],["belestepe590.shop",3651],["belestepe591.shop",3651],["belestepe592.shop",3651],["belestepe593.shop",3651],["belestepe594.shop",3651],["belestepe595.shop",3651],["belestepe596.shop",3651],["belestepe597.shop",3651],["belestepe598.shop",3651],["belestepe599.shop",3651],["belestepe600.shop",3651],["belestepe601.shop",3651],["belestepe602.shop",3651],["belestepe603.shop",3651],["belestepe604.shop",3651],["belestepe605.shop",3651],["belestepe606.shop",3651],["belestepe607.shop",3651],["belestepe608.shop",3651],["belestepe609.shop",3651],["belestepe610.shop",3651],["belestepe611.shop",3651],["belestepe612.shop",3651],["belestepe613.shop",3651],["belestepe614.shop",3651],["belestepe615.shop",3651],["belestepe616.shop",3651],["belestepe617.shop",3651],["belestepe618.shop",3651],["belestepe619.shop",3651],["belestepe620.shop",3651],["belestepe621.shop",3651],["belestepe622.shop",3651],["belestepe623.shop",3651],["belestepe624.shop",3651],["belestepe625.shop",3651],["belestepe626.shop",3651],["belestepe627.shop",3651],["belestepe628.shop",3651],["belestepe629.shop",3651],["belestepe630.shop",3651],["mactanmaca322.shop",3651],["mactanmaca323.shop",3651],["mactanmaca324.shop",3651],["mactanmaca325.shop",3651],["mactanmaca326.shop",3651],["mactanmaca327.shop",3651],["mactanmaca328.shop",3651],["mactanmaca329.shop",3651],["mactanmaca330.shop",3651],["mactanmaca331.shop",3651],["mactanmaca332.shop",3651],["mactanmaca333.shop",3651],["mactanmaca334.shop",3651],["mactanmaca335.shop",3651],["mactanmaca336.shop",3651],["mactanmaca337.shop",3651],["mactanmaca338.shop",3651],["mactanmaca339.shop",3651],["mactanmaca340.shop",3651],["mactanmaca341.shop",3651],["dmlstechnology.com",3652],["justintvde.com",3652],["justin-tv.org",3652],["justintvizle58.top",3655],["justintvizle59.top",3655],["justintvizle60.top",3655],["justintvizle61.top",3655],["justintvizle62.top",3655],["justintvizle63.top",3655],["justintvizle64.top",3655],["justintvizle65.top",3655],["justintvizle66.top",3655],["justintvizle67.top",3655],["justintvizle68.top",3655],["justintvizle69.top",3655],["justintvizle70.top",3655],["justintvizle71.top",3655],["justintvizle72.top",3655],["justintvizle73.top",3655],["justintvizle74.top",3655],["justintvizle75.top",3655],["justintvizle76.top",3655],["justintvizle77.top",3655],["selcuksports2.com",3656],["selcuksports3.com",3656],["selcuksports4.com",3656],["selcuksports5.com",3656],["selcuksports6.com",3656],["selcuksports7.com",3656],["selcuksports8.com",3656],["selcuksports9.com",3656],["selcuksports10.com",3656],["selcuksports11.com",3656],["selcuksports12.com",3656],["selcuksports13.com",3656],["selcuksports14.com",3656],["selcuksports15.com",3656],["selcuksports16.com",3656],["selcuksports17.com",3656],["selcuksports18.com",3656],["selcuksports19.com",3656],["selcuksports20.com",3656],["selcuksports21.com",3656],["pressedfur.com",3657],["taraftariummdeneme.blogspot.com",3658],["channelbein34.blogspot.com",3660],["channelbein33.blogspot.com",3660],["hdtaraftartv1000.blogspot.com",3661],["dizilla10.club",3662],["dizilla11.club",3662],["dizilla12.club",3662],["dizilla13.club",3662],["dizilla14.club",3662],["dizilla15.club",3662],["dizilla16.club",3662],["dizilla17.club",3662],["dizilla18.club",3662],["dizilla19.club",3662],["dizilla20.club",3662],["selcuksportshd.is",3665],["tvboff10.com",3666],["tvboff11.com",3666],["tvboff12.com",3666],["tvboff13.com",3666],["tvboff14.com",3666],["tvboff15.com",3666],["tvboff16.com",3666],["tvboff17.com",3666],["tvboff18.com",3666],["tvboff19.com",3666],["tvboff20.com",3666],["webspor102.xyz",3667],["webspor103.xyz",3667],["webspor104.xyz",3667],["webspor105.xyz",3667],["webspor106.xyz",3667],["webspor107.xyz",3667],["webspor108.xyz",3667],["webspor109.xyz",3667],["webspor110.xyz",3667],["webspor111.xyz",3667],["webspor112.xyz",3667],["webspor113.xyz",3667],["webspor114.xyz",3667],["webspor115.xyz",3667],["webspor116.xyz",3667],["webspor117.xyz",3667],["webspor118.xyz",3667],["webspor119.xyz",3667],["webspor120.xyz",3667],["webspor121.xyz",3667],["webspor122.xyz",3667],["webspor123.xyz",3667],["webspor124.xyz",3667],["webspor125.xyz",3667],["dizipal1.live",3669],["dizipal2.live",3669],["dizipal3.live",3669],["dizipal4.live",3669],["dizipal5.live",3669],["dizipal6.live",3669],["dizipal7.live",3669],["dizipal8.live",3669],["dizipal9.live",3669],["dizipal10.live",3669],["dizipal11.live",3669],["dizipal12.live",3669],["dizipal13.live",3669],["dizipal14.live",3669],["dizipal15.live",3669],["dizipal16.live",3669],["dizipal17.live",3669],["dizipal18.live",3669],["dizipal19.live",3669],["dizipal20.live",3669],["dizipal21.live",3669],["dizipal22.live",3669],["dizipal23.live",3669],["dizipal24.live",3669],["dizipal25.live",3669],["dizipal26.live",3669],["dizipal27.live",3669],["dizipal28.live",3669],["dizipal29.live",3669],["dizipal30.live",3669],["dizipal31.live",3669],["dizipal32.live",3669],["dizipal33.live",3669],["dizipal34.live",3669],["dizipal35.live",3669],["dizipal36.live",3669],["dizipal37.live",3669],["dizipal38.live",3669],["dizipal39.live",3669],["dizipal40.live",3669],["dizipal41.live",3669],["dizipal42.live",3669],["dizipal43.live",3669],["dizipal44.live",3669],["dizipal45.live",3669],["dizipal46.live",3669],["dizipal47.live",3669],["dizipal48.live",3669],["dizipal49.live",3669],["dizipal50.live",3669],["dizipal12.plus",3670],["dizipal13.plus",3670],["dizipal14.plus",3670],["dizipal15.plus",3670],["dizipal16.plus",3670],["dizipal17.plus",3670],["dizipal18.plus",3670],["dizipal19.plus",3670],["dizipal20.plus",3670],["dizipal21.plus",3670],["dizipal22.plus",3670],["dizipal23.plus",3670],["dizipal24.plus",3670],["dizipal25.plus",3670],["dizipal26.plus",3670],["dizipal27.plus",3670],["dizipal28.plus",3670],["dizipal29.plus",3670],["dizipal30.plus",3670],["dizipal31.plus",3670],["xyzsports173.xyz",3671],["xyzsports174.xyz",3671],["xyzsports175.xyz",3671],["xyzsports176.xyz",3671],["xyzsports177.xyz",3671],["xyzsports178.xyz",3671],["xyzsports179.xyz",3671],["xyzsports180.xyz",3671],["xyzsports181.xyz",3671],["xyzsports182.xyz",3671],["xyzsports183.xyz",3671],["xyzsports184.xyz",3671],["xyzsports185.xyz",3671],["xyzsports186.xyz",3671],["xyzsports187.xyz",3671],["xyzsports188.xyz",3671],["xyzsports189.xyz",3671],["xyzsports190.xyz",3671],["xyzsports191.xyz",3671],["xyzsports192.xyz",3671],["xyzsports193.xyz",3671],["xyzsports194.xyz",3671],["xyzsports195.xyz",3671],["xyzsports197.xyz",3671],["xyzsports198.xyz",3671],["xyzsports199.xyz",3671],["xyzsports200.xyz",3671],["bahisanaliz31.com",3674],["bahisanaliz32.com",3674],["bahisanaliz33.com",3674],["bahisanaliz34.com",3674],["bahisanaliz35.com",3674],["bahisanaliz36.com",3674],["bahisanaliz37.com",3674],["bahisanaliz38.com",3674],["bahisanaliz39.com",3674],["bahisanaliz40.com",3674],["bahisanaliz41.com",3674],["bahisanaliz42.com",3674],["bahisanaliz43.com",3674],["bahisanaliz44.com",3674],["bahisanaliz45.com",3674],["bahisanaliz46.com",3674],["bahisanaliz47.com",3674],["bahisanaliz48.com",3674],["bahisanaliz49.com",3674],["bahisanaliz50.com",3674],["filmizletv3.com",3677],["filmizletv4.com",3677],["filmizletv5.com",3677],["filmizletv6.com",3677],["filmizletv7.com",3677],["filmizletv8.com",3677],["filmizletv9.com",3677],["filmizletv10.com",3677],["filmizletv11.com",3677],["filmizletv12.com",3677],["filmizletv13.com",3677],["filmizletv14.com",3677],["filmizletv15.com",3677],["filmizletv16.com",3677],["filmizletv17.com",3677],["filmizletv18.com",3677],["filmizletv19.com",3677],["filmizletv20.com",3677],["sinefy2.com",3678],["sinefy4.com",3678],["sinefy5.com",3678],["sinefy6.com",3678],["sinefy7.com",3678],["sinefy8.com",3678],["sinefy9.com",3678],["sinefy10.com",3678],["fullhddizifilmizle2.net",3679],["fullhddizifilmizle3.net",3679],["fullhddizifilmizle4.net",3679],["fullhddizifilmizle5.net",3679],["fullhddizifilmizle6.net",3679],["fullhddizifilmizle7.net",3679],["fullhddizifilmizle8.net",3679],["fullhddizifilmizle9.net",3679],["fullhddizifilmizle10.net",3679],["fullhddizifilmizle11.net",3679],["fullhddizifilmizle12.net",3679],["fullhddizifilmizle13.net",3679],["fullhddizifilmizle14.net",3679],["fullhddizifilmizle15.net",3679],["fullhddizifilmizle16.net",3679],["fullhddizifilmizle17.net",3679],["fullhddizifilmizle18.net",3679],["fullhddizifilmizle19.net",3679],["fullhddizifilmizle20.net",3679],["fullhddizifilmizle21.net",3679],["fullhddizifilmizle22.net",3679],["fullhddizifilmizle23.net",3679],["fullhddizifilmizle24.net",3679],["fullhddizifilmizle25.net",3679],["fullhddizifilmizle26.net",3679],["fullhddizifilmizle27.net",3679],["fullhddizifilmizle28.net",3679],["sporligtv480.live",3681],["sporligtv481.live",3681],["sporligtv482.live",3681],["sporligtv483.live",3681],["sporligtv484.live",3681],["sporligtv485.live",3681],["sporligtv486.live",3681],["sporligtv487.live",3681],["sporligtv488.live",3681],["sporligtv489.live",3681],["sporligtv490.live",3681],["sporligtv491.live",3681],["sporligtv492.live",3681],["sporligtv493.live",3681],["sporligtv494.live",3681],["sporligtv495.live",3681],["sporligtv496.live",3681],["sporligtv497.live",3681],["sporligtv498.live",3681],["sporligtv499.live",3681],["sporligtv500.live",3681],["asyaanimeleri01.com",3682],["asyaanimeleri02.com",3682],["asyaanimeleri03.com",3682],["asyaanimeleri04.com",3682],["asyaanimeleri05.com",3682],["asyaanimeleri06.com",3682],["sezonlukdizi3.com",3683],["sezonlukdizi5.com",3683],["sezonlukdizi6.com",3683],["sezonlukdizi7.com",3683],["sezonlukdizi8.com",3683],["sezonlukdizi9.com",3683],["sezonlukdizi10.com",3683],["sezonlukdizi11.com",3683],["sezonlukdizi12.com",3683],["sezonlukdizi13.com",3683],["sezonlukdizi14.com",3683],["sezonlukdizi15.com",3683],["sezonlukdizi16.com",3683],["sezonlukdizi17.com",3683],["sezonlukdizi18.com",3683],["sezonlukdizi19.com",3683],["sezonlukdizi20.com",3683],["sezonlukdizi21.com",3683],["sezonlukdizi22.com",3683],["sezonlukdizi23.com",3683],["sezonlukdizi24.com",3683],["sezonlukdizi25.com",3683],["sezonlukdizi26.com",3683],["sezonlukdizi27.com",3683],["sezonlukdizi28.com",3683],["sezonlukdizi29.com",3683],["sezonlukdizi30.com",3683],["sinepal.vip",3685],["sinepal1.vip",3685],["sinepal2.vip",3685],["sinepal3.vip",3685],["sinepal4.vip",3685],["sinepal5.vip",3685],["sinepal6.vip",3685],["sinepal7.vip",3685],["sinepal8.vip",3685],["sinepal9.vip",3685],["sinepal10.vip",3685],["sinepal11.vip",3685],["fullfilmcidayi4.com",3687],["fullfilmcidayi5.com",3687],["fullfilmcidayi6.com",3687],["fullfilmcidayi7.com",3687],["fullfilmcidayi8.com",3687],["fullfilmcidayi9.com",3687],["fullfilmcidayi10.com",3687],["fullfilmcidayi11.com",3687],["fullfilmcidayi12.com",3687],["fullfilmcidayi13.com",3687],["fullfilmcidayi14.com",3687],["fullfilmcidayi15.com",3687],["fullfilmcidayi16.com",3687],["fullfilmcidayi17.com",3687],["fullfilmcidayi18.com",3687],["fullfilmcidayi19.com",3687],["fullfilmcidayi20.com",3687],["fullfilmcidayi21.com",3687],["fullfilmcidayi22.com",3687],["fullfilmcidayi23.com",3687],["fullfilmcidayi24.com",3687],["fullfilmcidayi25.com",3687],["fullfilmcidayi26.com",3687],["fullfilmcidayi27.com",3687],["fullfilmcidayi28.com",3687],["fullfilmcidayi29.com",3687],["fullfilmcidayi30.com",3687],["sportradar25.com",3691],["sportradar26.com",3691],["sportradar27.com",3691],["sportradar28.com",3691],["sportradar29.com",3691],["sportradar30.com",3691],["sportradar31.com",3691],["sportradar32.com",3691],["sportradar33.com",3691],["sportradar34.com",3691],["sportradar35.com",3691],["sportradar36.com",3691],["sportradar37.com",3691],["sportradar38.com",3691],["sportradar39.com",3691],["sportradar40.com",3691],["sportradar41.com",3691],["sportradar42.com",3691],["sportradar43.com",3691],["sportradar44.com",3691],["sportradar45.com",3691],["sportradar46.com",3691],["sportradar47.com",3691],["sportradar48.com",3691],["sportradar49.com",3691],["sportradar50.com",3691],["mail.yandex.com.tr",3692],["yandex.com.tr",3693],["filmizleplus.*",3694],["hdfilmizlesene.*",3694],["adguard.info",3696],["adguard.com",3696],["adguard.app",3696],["~silahilanlarim.com",3697],["~agendazdsp.blogspot.com",3698],["~agendazd.blogspot.com",3698],["~zeichenkram.de",3698],["~roketdizi.*",3699],["~dizilla.club",3699],["~hepsiemlak.com",3700],["~ralphlauren.com",3701],["~ralphlauren.eu",3701],["~makemytrip.com",3701],["~ralphlauren.co.uk",3701],["~librus.pl",3701],["~festtravel.com",3701],["~tvtime.com",3701],["~tvshowtime.com",3701],["~mislink3.com",3702],["~kumasref.com",3703],["~canakkaleolay.com",3704],["~fullhdfilm.*",3705],["~otomobilteknoloji.blogspot.com",3706],["~hepsinefis.com",3706],["~kriptoarena.com",3707],["~kopekturleri.org",3708],["~themagger.com",3709],["~sagligabiradim.com",3710],["~mobile.donanimhaber.com",3711],["~anker.com",3712],["~aysetolga.com",3713],["~wanhaber.com",3714],["~alalimsatalim.com",3715]]);
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",".sticky > .p-4:has(> .items-center:only-child > div[id^=\"sidebar-ad\"]:only-child)",".nnbtc-commercial-banner","main > div.py-7.relative > a > img","div[id$=\"tower-ad\"]","div.mx-auto:has(> ins.adsbygoogle)","a[href^=\"https://media.madaffiliates.com/\"]",".container[data-type=\"footer\"]",".rotab-asiste-reklam","#custom_html-367",".col-lg-8 + div.col-lg-4",".body-banner-block","a[href^=\"https://gdetr.hit.gemius.\"]\ndiv[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]",".reklam-card",".new3detail-page-container > .new3detail-left:has(> article.tuhps:only-child > #taboola-below-article-widget)\n.new3detail-page-container:has(> .new3detail-left > article > #taboola-below-article-thumbnails-1)","main[class^=\"wrapper_wrapper\"] > div:has(> .ad-container)","#mb-sticky-ad","#HTML4","div[class]:has(> a[href^=\"https://cutt.ly/\"])","#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","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:not(#style_important)",".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",".currency-view",".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)","#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\\]",".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","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 a[target=\"_blank\"] > img","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,507,4,5,-6,8,-7,8,7,9,10,-10,25,11,12,-12,-746,2181,13,14,-15,604,-16,-1209,-1851,1852,-17,-18,-19,-20,21,-22,1340,-23,2082,24,26,-27,-56,-794,-945,-1193,-1845,-2088,-2222,-2247,2248,-28,-31,-121,-122,-548,-560,-564,-565,-566,-567,-611,-1750,2286,29,-30,-31,-656,1449,-31,33,-31,-34,-232,-308,-309,-310,-962,-1288,-1708,-1739,2340,-31,-37,1297,-31,41,-31,-37,-42,-896,-1428,-1646,-2159,2504,-31,-43,-540,-1481,-1569,-1678,1827,-31,-44,2477,-31,37,-31,908,31,-31,323,-31,-37,-65,-1436,2115,-31,-43,-1170,-1448,-1712,2160,-31,-2662,2671,-32,-1755,-1948,-1983,2324,-32,-55,-205,-206,-2700,-2724,2725,35,-36,-1168,-2054,2337,-37,39,-37,-62,-1222,-1662,1880,-37,2336,-37,-2336,-2544,2637,-37,1754,-38,1316,38,-38,173,-38,209,40,-45,66,-46,-317,-344,-487,-488,-530,-916,-1434,2560,-46,-92,-93,-1670,2474,-46,-63,-182,-183,184,-47,-51,52,-47,-48,-49,-50,-51,52,-47,49,53,-54,-929,1010,54,-55,-205,-206,-422,-681,-2477,-2700,-2701,-2702,-2703,2704,-55,-150,-241,-242,-272,-466,1629,-55,1488,-55,-510,-647,-851,-1004,-1511,2001,-55,-58,-527,-1545,-1796,-2459,2583,-55,-58,-2020,2571,-55,-851,2194,55,-55,58,-55,-62,-877,-1540,2613,-55,-58,1606,-55,-56,2492,-55,56,-55,1714,-55,2571,-55,-1273,-1477,-1624,2492,-55,-56,-503,1892,-55,-56,-1892,1893,-55,-56,2414,-55,1166,-55,2079,-55,-58,2583,-55,1978,-55,2583,-55,-146,-147,-354,-392,-647,-1221,-1279,-1488,-1511,2627,-55,-452,-647,-1278,-1488,-1511,2175,-55,-88,-188,-189,-457,-515,-617,-647,-668,-669,-1086,-1221,-1278,-1279,-1360,-1488,-1511,-1699,-2194,-2369,2476,-55,-56,-944,2105,-55,-1418,-1799,-1800,-1801,-2156,2452,-55,-1261,-1998,1999,-55,57,-55,-56,2440,-55,-457,-669,-670,-801,-1086,-1488,2267,-55,-1273,-2488,2557,-55,-125,-457,-511,-512,-647,-1004,-1278,-1279,-1487,-1488,-1511,-2178,-2179,2258,-55,-56,-169,-281,-282,-369,-370,-371,-372,-373,-647,-671,-693,-750,-1004,-1162,-1487,-1488,-1489,-1511,-2001,-2002,-2130,-2258,-2516,2518,-55,-988,-1215,-1216,2492,56,-56,-61,-1736,-2373,2374,-56,2492,-56,-509,606,-56,-63,905,-56,1033,-56,-59,-1033,1039,-56,-1064,-1065,2378,-56,-1428,-1498,-2041,2114,-56,1730,-56,-1500,-2458,-2490,2615,-56,-2517,-2530,2592,-56,995,-56,-1336,-1371,2006,-56,-845,-846,-847,-848,-909,-910,-1334,-1348,1517,-56,-1658,-1659,-1660,-1661,2430,-56,-1057,2395,-56,-537,1709,-56,-375,2474,-56,2275,-56,-284,-413,-509,-739,-1507,1961,-56,-274,-563,-649,-705,-706,-2137,-2390,2391,-56,2224,-56,896,-56,2181,-56,-63,2116,-56,-2375,2376,-56,1200,-56,-716,-2419,-2425,2448,-56,-59,-599,-600,-946,-1186,-1588,-2176,-2400,-2421,-2432,-2437,2533,-56,-2107,2365,57,58,-58,2571,-58,-1993,2571,-59,245,59,-59,-279,-379,525,-59,620,-59,-648,-804,2099,-59,1234,-59,-117,-312,-513,-588,-673,-721,-1457,2081,-59,1097,-59,964,-59,-867,868,-59,1312,-59,66,-59,2455,-59,-1412,2362,-59,-65,2362,-59,-637,1033,-59,1085,-59,1100,-59,-209,-1308,-1450,-1579,1871,-59,-1123,2181,-59,-1295,1472,-59,1293,-59,-61,1564,-59,-1312,-1398,2469,-59,-811,-1344,2645,-59,2168,-59,1393,-59,-1092,1490,-59,1548,-59,1169,-59,1664,-59,-1951,-1982,-2168,-2216,2362,-59,-1767,1768,-59,-1858,2495,-59,-1048,2104,-59,-1671,-2078,2381,-59,-958,-2084,2535,-59,2639,-59,63,-59,-519,-961,-1950,-2022,-2127,-2128,-2150,-2196,-2197,-2198,-2199,-2200,-2201,-2236,-2237,-2238,-2271,-2313,-2315,-2334,-2381,-2399,2467,-59,-63,-705,-829,-1592,-2366,2496,-59,-102,-103,-104,-126,-306,-307,-957,-1059,-2193,-2465,-2466,-2484,2503,60,-60,-89,755,-60,95,-60,1327,-60,123,-60,-575,2646,-60,-712,942,-60,-711,942,-60,-185,-237,-711,-722,-2715,-2756,2757,-60,185,-60,-209,-237,-613,-614,-616,-1049,-2647,-2715,-2756,2757,61,-61,-293,294,-61,-1563,1564,-61,-1441,1442,-61,-2046,2047,-61,-637,-2372,-2373,2374,-61,-1441,-1442,1695,-61,67,-62,898,-62,-1986,1987,62,-62,-748,749,-62,873,-62,1657,-62,777,-62,398,-63,-258,-269,-322,-324,-441,-444,-803,-806,-1056,-1114,-1115,-1116,-1117,-1118,-1119,-1339,-2182,-2183,-2230,-2334,-2341,-2342,-2486,2566,63,-63,-1544,-1672,2614,-63,2164,-63,1405,-63,1609,-63,-193,-194,-195,-196,-197,-215,-216,-426,-514,-645,-650,-708,-709,-710,-724,-725,2512,-63,1309,-63,-553,2260,-63,-247,-248,423,-64,1756,-65,-83,-244,-870,-871,-2118,-2119,2120,65,-65,-628,-1706,2066,-65,2487,-65,-66,823,-65,1245,-65,66,-65,533,-65,-66,-244,-304,-380,-381,-386,-387,-965,-966,-1461,-1462,-1572,-1573,-1994,-1995,2148,-66,2082,66,-66,2024,-66,-937,1894,-66,-367,-701,2264,-66,1611,-66,-1370,1707,-66,478,-66,-494,-495,-496,-497,2498,-66,-349,350,-67,-1417,1873,67,-67,2046,-67,-1787,1788,-68,632,69,-70,2539,-71,-72,-779,-1090,-1458,-1730,-1853,-1854,-2445,2505,-73,-74,1979,-75,-76,604,77,-78,102,-79,-261,-262,-342,-348,-391,-603,-1002,-1612,-1613,-1729,-2125,-2126,-2305,2474,-80,-81,-142,-190,-191,-256,-257,-259,-260,-287,-288,-338,-339,-346,-458,-521,-788,-819,-820,-836,-1498,-1741,-1742,-1855,-1901,-1985,-2288,-2289,-2355,-2367,-2368,-2424,-2431,-2434,-2438,-2457,-2464,-2527,-2534,2619,82,84,85,-86,87,90,-91,-169,-332,-442,-523,-524,-647,-669,-802,-805,-1004,-1030,-1278,-1487,-1488,-1511,-1852,2427,-94,-218,-420,967,94,-95,-2686,-2687,2688,95,-96,97,-98,-637,812,-99,967,-100,1305,-101,-250,-251,-252,-807,821,105,-106,-107,-108,1870,-109,-210,-211,-480,-516,-1077,-1078,-1079,-1466,2464,-110,517,111,-112,-113,-114,1037,115,116,-118,119,-118,-209,-305,-690,-1051,-1409,-1584,1585,-120,1062,-124,-313,-356,-886,-993,-1416,2416,127,-128,129,-130,-792,-862,-863,-864,-865,-866,-1003,-1128,-1919,-2059,-2060,-2063,-2110,-2306,-2307,-2325,-2326,2327,131,-132,-133,134,-135,2585,-136,1241,137,-138,-139,-163,-164,-491,-1276,-1455,-1456,-1474,-1597,-1808,-2036,-2037,-2362,-2578,2630,138,-140,1172,141,143,144,145,-145,-266,2630,-145,732,-145,-587,1075,-148,149,151,-152,-198,-199,-1513,1514,-153,-154,-155,-156,157,-158,826,-159,-827,828,-160,-268,883,-161,162,165,-166,167,-168,-781,953,170,171,172,-174,-236,-296,681,-175,-180,-181,945,-176,-2756,2757,-177,2644,-178,179,-185,186,-185,2642,185,-185,1392,-187,-364,-770,-771,1381,192,-200,2528,-201,-202,-203,325,204,-205,-206,272,-207,-383,-384,-385,-2159,2384,208,209,-209,1006,-209,-981,2108,-209,592,-209,-960,1038,-209,1558,-209,-1963,1964,-209,2212,-209,-1864,-2171,2172,-209,1467,212,-213,-214,-363,-649,-1171,-1512,-1521,-1587,-1607,-2463,-2524,2617,-214,-706,-1587,2137,-217,459,-218,219,-218,-401,402,218,-220,-2362,2486,-221,-289,-767,-768,-1791,-1792,-1793,2758,-222,390,223,-223,-231,-2716,-2717,-2718,-2719,-2720,2721,-224,-225,226,225,-227,-1391,-1392,-1983,-2545,2546,-228,-229,-230,-254,-255,-286,-353,-431,-869,-1420,-2281,-2363,-2368,2434,231,-233,345,234,235,-237,238,-237,-2715,-2756,2757,-237,-238,-2715,-2734,-2756,2757,-237,-717,-718,-766,-2715,-2756,2757,-237,-366,-2715,-2756,2757,-237,2715,-239,-772,-2686,-2687,2688,-240,2643,-243,244,-246,-1129,-1130,2170,249,253,-253,-619,-1680,2614,-263,-264,-2756,2757,265,-267,-626,-952,-1595,-1596,-2282,2283,-268,457,270,-271,-301,-700,-1084,-1098,-1099,-1386,-1815,-2151,-2349,-2350,-2507,2563,-273,-624,681,-273,583,-275,-653,-774,-2144,-2242,-2335,-2359,2422,276,277,-278,-326,-337,-368,377,280,283,285,-290,-291,-292,2474,295,-297,-455,-756,-892,-893,971,-298,-1237,-1238,-1447,-2082,-2105,2246,-299,-454,-2122,-2181,-2410,2411,-300,-2246,2619,302,-303,-1147,-1148,-1149,-1150,-1151,-1152,-1153,-1154,-1155,-1156,-1157,1442,-304,418,-311,-423,681,314,315,-316,-1044,-1063,-2146,2619,-318,365,319,-320,-321,-457,-597,-600,-1264,-1319,1320,-327,-335,-336,-601,918,-328,-856,-1333,2262,329,-329,2694,-330,331,332,333,-334,1979,334,340,341,-343,2474,347,351,352,-355,2642,357,-358,-1997,2193,359,-360,-1091,1092,-361,-740,-741,-742,-1203,-1204,-1205,-1206,-1207,-2259,2334,-362,-405,406,364,374,-376,2487,378,-382,-772,1001,-388,-389,-764,765,-393,-854,-1101,-1576,-2275,-2338,-2339,-2541,-2542,-2577,2598,-394,-395,-911,-943,-1046,1047,-396,1691,397,-398,-877,-959,2613,-398,-1540,-1915,-1916,2075,-398,-1952,2613,-399,-404,1806,-400,-518,1092,-401,-2249,2253,-403,-1391,-1392,1926,407,-408,-1543,2500,409,-410,604,-411,412,-414,424,-415,416,-417,-457,621,-419,-448,-850,897,-421,-451,-579,-608,-638,-726,-775,-800,-808,-834,2491,-422,423,-423,-1391,1392,-425,-457,-504,-506,-597,-600,-601,-950,-990,-1043,-1126,-1324,-1969,-1972,-2131,-2135,2474,-427,-428,747,429,430,-432,433,-434,-435,486,-436,-501,-2082,2246,-437,-438,-471,-472,-473,-474,2538,-438,-439,440,443,445,446,447,-449,450,451,-453,-1391,-1392,1926,456,-457,-462,-646,-883,-884,-885,-1864,-2055,-2266,-2293,-2356,-2357,2417,457,-457,1005,-457,-2397,-2471,2472,-457,485,-460,2735,461,-463,-464,-465,-569,-640,-641,-752,-1778,-1819,-1962,-2229,2613,466,467,-467,-526,-1067,1068,-468,-469,-528,-542,-559,-631,-787,-1087,-1088,-1089,-1587,-2195,-2257,-2439,-2462,2497,-470,-1008,1947,471,-475,-476,-589,-590,-598,-766,-2756,2757,-477,1416,-479,-1221,-1311,-1617,-2094,-2095,2418,-481,482,-483,484,483,-489,-1066,-1397,2477,-490,-732,-1103,-1104,-2155,-2385,-2386,2387,492,-493,-2157,2614,-498,-1283,2134,-499,-2085,-2092,2096,-500,-842,912,-502,-1199,-1497,-1498,-2334,-2433,2464,505,-505,1835,508,-520,-785,-1516,-1602,-2058,2301,-522,791,-529,1013,-531,-1291,1292,-532,-1432,-2006,2275,534,-535,1675,536,538,539,-541,-1838,1839,-543,1856,544,545,546,-547,2005,549,-550,2167,551,-552,-933,-934,-935,-936,2174,-554,555,-556,696,-557,-604,-685,-1453,-1899,-1900,-1975,-2040,-2246,-2381,2623,558,-561,-562,1977,568,-570,1806,-571,-2756,2757,-572,573,-574,1745,-576,945,577,578,-580,667,581,-582,-627,-1391,-1392,2645,-584,585,-586,-681,2642,-591,-686,-1171,-1185,-1235,-1304,-1361,-1363,-1587,-1959,-2263,-2348,2474,-593,594,-595,-604,-1009,2429,-596,-754,1092,-600,-793,-809,-878,-2197,2334,602,-604,-748,-749,1859,604,-604,-605,1440,-604,-1163,-1164,1439,-606,-1175,-1497,-1498,-1499,-1746,-2334,-2407,-2433,-2442,-2464,2474,-607,-635,-636,-958,1277,-608,-830,-831,-832,-833,-834,-835,-951,2129,-608,-2210,-2276,2475,609,610,-612,1111,-613,-615,-616,-734,-1121,2650,614,-618,-720,-994,2645,-621,-622,-643,-644,-1017,1440,-623,-643,-1092,-1536,-1537,1538,-625,2039,-629,-1391,1392,630,-632,1785,-633,634,637,-637,2159,-637,-2696,-2697,2698,-637,-2696,-2697,-2698,2706,639,-642,-818,-1055,-1179,-1284,-2329,2506,-651,-652,-655,2360,654,-657,1753,-658,-659,899,659,-660,-661,-662,1713,-663,-664,665,-666,-755,-798,799,672,674,675,-676,677,678,679,680,-681,733,-681,-682,733,681,-683,-1209,1594,684,-687,-688,689,-689,-1782,-1953,-1954,-1955,-1956,1957,691,692,-694,-695,-723,-799,1327,697,698,-699,2246,701,-702,703,704,707,712,-713,-1460,-1809,-1810,-2415,-2537,2573,-714,-986,-1528,1804,-715,2608,-719,-720,2654,-727,980,728,729,730,731,-734,-735,996,-736,-737,738,-743,-744,1015,745,-748,-749,1859,751,753,-757,-758,-759,976,-760,-761,2262,762,763,-769,958,-773,-1389,1390,-776,-2138,-2139,-2140,2562,-777,877,778,-779,1458,-780,-1052,-1053,-1558,-2109,-2364,-2489,2628,-782,-906,-907,-986,2265,783,784,-786,2279,-789,-1092,-2435,-2607,2616,-790,1416,-795,2649,796,797,-799,-2748,-2749,-2750,-2751,2752,-810,811,-811,2645,-813,814,-815,2295,-816,-1687,-1688,-1689,-2454,-2509,-2511,2602,817,822,-823,-1995,-2686,-2687,2688,-824,904,-825,1021,837,-837,-1347,1916,-838,-839,-1161,-1403,1404,-840,-841,1522,-843,-1325,-1577,1608,-844,1872,-849,-852,-853,-1747,-1748,2603,-855,2477,855,857,-858,-859,1423,860,861,868,872,-874,-875,2361,876,-877,-1377,2613,-877,2613,879,-880,-1006,-1673,-1674,2653,-881,-2082,2246,-882,2015,887,-888,-1936,1937,889,890,891,-892,893,-894,-895,-1895,-1896,2362,-898,2551,-900,1941,-901,-902,903,-913,-914,915,-917,-926,-2103,2526,919,-920,2287,921,-922,989,-923,-924,2548,925,927,-928,2308,930,-931,-932,1982,938,-938,-2050,-2225,-2226,-2474,-2543,2602,939,940,-941,2621,-941,2164,-941,-2164,-2426,-2469,2629,942,944,945,-945,1591,947,948,949,-954,-955,-1158,1663,956,-958,-1917,1918,-958,2000,958,963,967,968,969,970,-972,2595,-973,974,-975,976,-977,-978,979,-982,-983,-1107,1246,984,-985,-1191,-1192,1198,987,-991,992,-992,-2064,-2065,-2177,2308,-996,997,-998,-999,2098,1000,1001,-1007,-2351,-2352,-2353,2553,-1010,-1345,2011,-1011,-1769,2172,1012,-1014,1018,1016,-1017,1018,-1019,-1312,-1722,-1723,1986,-1020,2612,-1022,1023,-1024,-1025,1026,-1027,1960,-1028,1326,1029,1031,1032,1034,1035,1036,1037,-1040,-1041,-2161,2162,-1042,2474,1045,1050,1054,1058,-1060,1561,1061,1062,-1069,-1070,-1071,-1934,2142,-1072,-1073,1941,-1074,1871,1075,1076,-1080,-1081,1082,1083,-1092,-1941,2610,1093,-1094,-1095,-1806,2437,1096,-1097,-1251,-1252,-1312,1871,1102,1105,-1106,-1626,1720,1108,1109,-1110,-1881,-1882,-1883,-1884,-1885,1886,-1112,2604,1113,1120,1121,1122,-1124,1125,1127,1131,1132,-1133,1173,-1134,-1135,-1136,2189,-1137,-1138,-1139,-1140,-1141,-1142,-1143,-1144,-1145,-1146,-1148,1157,1159,-1160,-1491,-1797,2602,1164,1165,1166,1167,-1171,-2169,-2389,2523,1173,-1173,2246,1174,-1176,1933,1177,1178,-1180,1433,1181,1182,-1183,1335,-1184,1508,-1187,1188,-1189,-1190,1697,-1194,-1195,-1196,1197,1196,-1201,1202,1208,-1208,1209,-1208,-1209,-1357,1358,1209,1210,-1211,-1979,2474,-1212,1435,1213,1214,1217,-1218,-1219,1220,1219,1221,1222,1223,-1224,1777,-1225,1226,-1227,2614,1228,1229,-1230,-1267,1645,1231,-1232,1233,1234,-1234,1412,1236,-1239,1240,-1242,2218,1243,1244,1247,1248,-1249,1250,1253,-1254,-1255,1525,-1256,-1623,2614,1257,1258,-1259,1260,1262,-1263,2083,-1265,-1692,1782,-1266,-1267,1268,-1269,-1270,-1271,1272,-1273,-2522,2638,1274,1275,-1278,-2051,-2052,-2053,2258,-1278,-1488,-1530,-2051,-2052,-2053,2258,-1278,-1488,-1530,-2051,-2052,-2053,-2258,2284,1280,-1281,1282,-1285,1286,1287,1289,1290,-1294,1910,-1296,1437,1296,-1297,2558,-1298,1299,-1300,1301,1302,-1303,-1794,2275,1306,1307,1310,-1313,2433,-1314,2347,1315,1317,1318,-1321,-1322,-1323,-2402,-2404,2594,1328,1329,1330,-1331,1332,1337,-1338,1816,1341,1342,1343,1344,-1345,1510,1345,1346,1347,1349,1350,-1351,1352,1353,1354,-1355,1356,1359,1362,1364,-1365,1366,1367,1368,-1369,-1370,1608,1372,-1373,-1471,-1472,-1534,-1649,-1698,2510,1374,-1375,-2423,2613,1376,-1378,-1657,-1952,-2296,2297,1379,1380,-1382,-1383,-1384,2655,1385,-1387,1388,-1391,-1392,1926,-1391,1392,1392,1394,1395,1396,1399,1400,1401,-1402,2575,-1406,1814,-1407,1468,1408,1410,1411,1413,1414,-1415,-1906,-1907,2477,1416,-1418,-1681,2054,-1418,1419,-1421,2630,-1422,2631,-1424,-1425,1796,1426,1427,-1429,1430,1431,1438,1440,-1441,-1442,-1443,-1444,1445,-1441,-1442,-1921,-1922,2564,-1441,2290,-1446,-2082,-2268,-2269,2343,1451,1452,-1454,2614,1459,-1463,2513,-1464,1465,1469,-1470,-1651,1652,-1472,-2328,2623,-1473,2019,1475,1476,1478,1479,1480,1482,1483,-1484,2219,1485,1486,-1487,1488,-1492,-1493,-1494,-1495,1496,1498,-1501,-1938,-1939,1940,-1502,1503,1504,-1505,1506,-1509,1666,1513,1515,1517,1518,-1518,-1519,-1520,-2323,2324,1523,1524,1526,-1527,2018,-1529,2298,-1531,-1532,1533,1535,-1539,-2493,2536,1540,1541,-1541,2275,1542,1545,-1545,1758,-1545,-1546,1547,-1547,-1828,1829,-1549,1550,-1551,1725,1552,-1553,1557,1554,-1554,-1555,1556,-1558,-1647,1648,-1559,2019,1559,1560,1562,-1565,1566,1567,-1568,-2042,2594,1570,-1571,1930,1574,1575,-1576,2174,1578,-1580,-1581,1582,1581,1583,1586,1589,1590,-1593,-1658,1905,1598,-1599,-1773,-1774,-1775,-2147,2275,1600,1601,-1602,1603,1604,1605,-1608,1920,1610,1614,1615,-1616,2275,1618,-1619,-1620,1621,1622,-1624,2565,-1625,-2572,2613,-1627,1628,1629,-1630,1631,1632,-1633,-1634,-1635,-1636,2602,1637,-1638,-1639,1640,1641,1642,-1643,1644,1649,-1650,-1730,2461,1653,-1654,-2517,2609,-1655,1656,1657,-1659,1869,-1665,1865,-1667,-1668,1669,-1676,1677,1679,-1680,2614,-1682,1876,1683,1684,1685,1686,1690,-1693,1694,1696,-1700,2223,-1701,-1702,-1703,-1704,-1705,-2392,2393,1706,1707,1710,1711,-1715,-2318,-2319,2469,1716,-1717,1718,1718,1719,1721,1724,1726,-1726,-1727,-1728,-2531,-2547,2548,-1730,-1771,1772,1730,1731,-1732,1752,-1733,2032,1734,-1735,-1736,-1737,-1738,1865,1740,-1743,1744,1749,1751,1757,-1759,2630,1760,-1761,-1762,-1763,-1764,1765,-1763,-2379,-2380,-2382,-2383,2384,1766,1770,1776,-1779,-1780,2138,1781,1782,1783,1784,-1786,-2318,2319,-1789,1790,1795,1796,1798,1800,1802,1803,1805,1806,1807,1811,-1812,1813,1814,-1817,-1818,2630,1820,-1821,1822,-1823,2319,1824,1825,1826,1830,-1831,-1864,2614,-1832,1833,1834,1836,1837,1840,1841,-1842,-1843,-1844,-2025,-2026,-2027,-2028,-2029,-2030,-2031,-2478,-2480,-2481,-2482,-2483,2502,1846,1847,-1848,-1849,-1850,2477,1851,1856,1857,1859,1860,-1861,-2003,-2468,2620,-1862,1863,-1864,-2299,2303,1865,-1866,-1867,-1868,2398,-1869,2173,-1869,-1913,2613,1870,-1870,2075,1871,-1871,2605,-1874,1875,1876,1877,1878,1879,-1879,2105,1887,1888,1889,1890,-1891,1949,-1897,1898,-1902,1903,1904,-1908,1909,1910,-1911,1912,1914,-1923,-1924,1925,1926,-1927,1928,1929,1931,1932,-1935,2492,1941,1942,1943,-1944,2143,-1945,2470,-1946,1947,1949,-1958,2606,1960,-1965,1966,-1967,1968,1970,1971,-1973,1974,-1975,2181,1976,1979,-1980,2362,1981,1984,-1986,1987,1988,-1989,-1990,-1991,-1992,-2111,-2112,-2113,2477,-1993,-2013,2558,1996,2000,-2004,2601,-2006,-2007,2008,-2009,-2012,2023,2010,2013,2014,2016,2017,2018,2020,-2021,2181,2032,2033,-2034,2181,2035,2036,2038,-2043,2044,2045,-2048,-2049,-2259,-2401,-2464,-2529,2602,2054,-2056,2057,-2061,2062,2067,2068,-2069,2070,-2071,-2072,2073,-2074,-2403,-2428,-2447,2540,2075,2076,2077,2079,-2080,-2166,2501,-2086,2087,-2089,-2090,-2091,2093,2097,-2100,-2101,-2102,2600,-2106,2470,-2117,-2121,2333,-2123,2124,-2132,2133,2136,2141,2145,2149,2152,-2153,2154,2158,2163,-2164,2165,2164,2165,2168,-2168,2362,2174,-2180,2181,-2181,-2215,-2216,2361,2181,-2184,-2185,-2186,2187,2188,2190,2191,2192,2193,2195,-2202,-2203,2204,-2205,2206,-2207,-2208,2209,-2211,2569,2213,2214,2216,2217,2219,-2220,2221,-2221,2244,2221,-2227,-2228,2633,2231,2232,2233,-2234,2235,2239,2240,2241,2243,-2245,2246,2250,2251,2252,-2254,2255,2256,2261,2262,-2270,-2272,-2273,2274,2275,-2277,2278,2279,2280,-2285,2525,2286,-2291,2292,2294,2300,2302,2304,2308,-2309,-2310,-2311,2312,2314,-2316,2317,2318,-2318,2319,-2318,-2319,2469,2320,2321,2322,-2322,2635,-2330,2331,-2332,2614,-2334,2381,2337,2344,-2345,2346,2354,2358,2361,-2370,-2371,-2588,2759,2377,-2381,-2664,-2665,2666,2381,2388,-2394,-2456,2611,2396,-2398,-2479,2480,2402,-2405,2441,2406,2408,2409,-2412,-2413,-2444,2631,-2420,2591,-2436,2590,-2437,2625,-2442,-2446,2464,-2443,2532,2449,-2450,2451,2452,2453,2460,-2469,2620,2469,2473,2474,2475,2477,-2485,2549,2487,2490,2492,2494,2499,-2508,2626,2514,2515,2519,-2520,2618,2521,2538,-2550,-2555,2556,2551,2552,2554,2556,2557,-2559,2622,2561,2567,2568,2570,2572,2574,2576,-2579,2587,2580,-2581,2582,2582,2584,2585,2586,2589,2593,2596,2597,2599,2600,2601,-2601,2620,2602,2607,2608,-2608,-2682,-2683,2684,2613,-2613,2699,2614,-2614,2630,2617,2619,2620,-2624,2631,2630,-2630,-2726,2727,2632,2634,2636,2640,2641,2642,2644,2645,2648,2651,2652,2654,2656,-2657,2658,-2658,-2660,2661,-2658,2661,2659,-2662,2663,-2667,2668,-2669,2670,2672,2673,-2674,2675,-2676,-2677,-2678,2679,-2676,-2678,2680,-2676,2678,-2676,-2677,-2678,-2679,-2710,-2711,-2712,-2713,2714,2681,2685,-2686,-2687,2688,2686,2689,2690,-2691,2692,2693,2695,-2700,-2701,2702,2705,2707,-2708,2709,2722,2723,-2728,-2729,2730,-2731,-2732,2733,2734,2735,-2736,2737,2738,2739,-2740,2741,-2742,2743,-2744,-2745,-2746,2747,2753,2754,2755,-2756,2757,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779];
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.*",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",768],["haberler33.com",767],["mygazete.com",771],["kastamonuguncel.com",773],["elazigonline.com",775],["gazetecin.com",767],["elazighakimiyethaber.com",777],["sozcu.com.tr",779],["korkusuz.com.tr",804],["szctv.com.tr",804],["bursa.com",805],["megahaber27.com",809],["yemektarifleri.org",811],["mshowto.org",804],["dunyaatlasi.com",813],["ensonhaber.com",815],["gayrimenkulhaber.com",804],["cinemadran.com",804],["ranini.tv",833],["oggito.com",835],["rumma.org",804],["aydindenge.com.tr",804],["gecmisgazete.com",804],["roketdizi.*",838],["gelirkapisi.com",842],["maksatbilgi.com",844],["bedavainternet.com.tr",852],["turkedebiyati.org",853],["frpnet.net",857],["teknobh.com",859],["begonya.com",852],["kadinvekadin.net",852],["savunmasanayist.com",862],["aof.tc",864],["m5dergi.com",852],["sosyola.com",866],["havadiskibris.com",868],["unirehberi.com",852],["techolay.net",885],["oyunindir.club",887],["armoniscans.com",887],["yoldaolmak.com",888],["sorumatik.co",890],["andronova.net",887],["koinfinans.com",893],["hwp.com.tr",897],["lafmacun.net",899],["oyundunyasi.net",902],["teknodiot.com",904],["ruyashoujo.com",887],["pchocasi.com.tr",910],["dusuncekatalogu.com",887],["dirilispostasi.com",913],["turkuazgazetesi.net",916],["yenialanya.com",916],["bugunkocaeli.com.tr",916],["mansetaydin.com",917],["seskocaeli.com",919],["kocaelibarisgazetesi.com",916],["kocaelikoz.com",916],["enkocaeli.com",916],["teknolojituru.com",922],["99bitcoins.com",924],["araba.com",925],["konhaber.com",927],["onlinedizi.info",937],["rotaborsa.com",940],["24saatgazetesi.com",943],["hisse.net",944],["mynet.com",946],["haberler.com",961],["trtspor.com.tr",1001],["nasil-yazilir.com",1002],["diziyiizle.com",1003],["pandaspor.live",1004],["hotstream.club",1006],["fotomac.com.tr",1007],["odatv.com",1025],["odatv4.com",1029],["justintvsh.baby",1030],["justinttvvamphd.cfd",1034],["evvelcevap.com",1035],["trendyol.com",1037],["f5haber.com",1040],["bitcoinsistemi.com",1042],["hepsiburada.com",1044],["ogretmenlersitesi.com",1050],["kayserianadoluhaber.com.tr",1051],["memurlar.net",1055],["neredekal.com",1065],["yesilkartforum.com",1067],["fullhdfilmsalonu.org",1068],["bedavahesap.org",1072],["aydinlik.com.tr",1073],["cizgivedizi.com",1074],["uludagsozluk.com",1076],["sporekrani.com",1084],["sporx.com",1086],["nufusu.com",1093],["sorubak.com",1094],["paratic.com",1096],["canlimacizlene.blogspot.com",1115],["hdfilmcehennemi.*",1116],["gunhaber.com.tr",1119],["canakkalegundem.net",1121],["bewins.tv",1123],["basarisiralamalari.com",1124],["havaforum.com",1140],["borsadirekt.com",1141],["elisa1.lat",1143],["justintv-canlimacizle.com",1144],["taraftarium.tr",1145],["dizirex.com",1146],["dizimag.*",1147],["izlekolik.org",1150],["dizikorea.*",1152],["arenasportshd.com",1155],["htspor.com",1157],["gazetebirlik.com",1158],["justintvnews.com",1163],["hepsiemlak.com",1168],["emlakjet.com",1170],["ntvspor.net",1173],["thewikihow.com",1176],["antalyahurses.com",1178],["taraftariumlive.com",1179],["trhaber.com",1181],["asyaanimeleri.*",1184],["cristal.guru",1185],["minecraft-turkiye.com",1186],["tranimaci.com",1187],["fivemturk.net",1191],["hdfilmsitesi.*",1195],["sinefilmgo.org",1198],["tarzifilm.com",1200],["mnfilmizle.com",1202],["mnfilmizle1.com",1202],["fullhdfilmcehennemi.vip",1204],["filmtib.com",1206],["filmizlemobil.com",1206],["filmizlego.com",1206],["yenifilmizle.org",1206],["erotizmcenneti.org",1206],["dizirella.com",1207],["burcufilm.com",1206],["filmizlersin.com",1206],["forum.donanimarsivi.com",1209],["epikplayer.xyz",1214],["beyazperde.com",1215],["gdh.digital",1217],["iscihaber.net",1221],["roketdizi.live",1222],["kibrisgazetesi.com",1225],["12punto.com.tr",1231],["taraftarium-24tv.com",1232],["puango.net",1232],["dizimag.eu",1233],["koreanturk.com",1235],["bizevdeyokuz.com",1238],["incisozluk.com.tr",1240],["emlaktuel.com",1243],["tercihrobotu.com.tr",1245],["donanimarsivi.com",1248],["yeniisfikirleri.net",1250],["enerjigazetesi.ist",1254],["kanalfinans.com",1232],["selcuksporthd24.com",1232],["selcuksporthd25.com",1232],["selcuksporthd26.com",1232],["selcuksporthd27.com",1232],["selcuksporthd28.com",1232],["selcuksporthd29.com",1232],["selcuksporthd30.com",1232],["selcuksporthd31.com",1232],["selcuksporthd32.com",1232],["selcuksporthd33.com",1232],["selcuksporthd34.com",1232],["selcuksporthd35.com",1232],["selcuksporthd36.com",1232],["selcuksporthd37.com",1232],["selcuksporthd38.com",1232],["selcuksporthd39.com",1232],["selcuksporthd40.com",1232],["selcuksporthd41.com",1232],["selcuksporthd42.com",1232],["selcuksporthd43.com",1232],["eurovizyon.co.uk",1256],["gazetevatan.com",1257],["posta.com.tr",1269],["softonic.com.tr",1273],["bugunkibris.com",1275],["tv100.com",1277],["gazetememur.com",1280],["~amp-krone-at.cdn.ampproject.org",1280],["~krone.at",1280],["~mixdownmag.com.au",1280],["antakyagazetesi.com",1281],["evrensel.net",1284],["boykot.co",1292],["selcuksports.*",1294],["dizipal1057.com",1295],["dizipal1058.com",1295],["dizipal1059.com",1295],["dizipal1060.com",1295],["dizipal1061.com",1295],["dizipal1062.com",1295],["dizipal1063.com",1295],["dizipal1064.com",1295],["dizipal1065.com",1295],["dizipal1066.com",1295],["dizipal1067.com",1295],["dizipal1068.com",1295],["dizipal1069.com",1295],["dizipal1070.com",1295],["dizipal1071.com",1295],["dizipal1072.com",1295],["dizipal1073.com",1295],["dizipal1074.com",1295],["dizipal1075.com",1295],["dizipal1076.com",1295],["dizipal1077.com",1295],["dizipal1078.com",1295],["dizipal1079.com",1295],["dizipal1080.com",1295],["dizipal1081.com",1295],["dizipal1082.com",1295],["dizipal1083.com",1295],["dizipal1084.com",1295],["dizipal1085.com",1295],["dizipal1086.com",1295],["dizipal1087.com",1295],["dizipal1088.com",1295],["dizipal1089.com",1295],["dizipal1090.com",1295],["dizipal1091.com",1295],["dizipal1092.com",1295],["dizipal1093.com",1295],["dizipal1094.com",1295],["dizipal1095.com",1295],["dizipal1096.com",1295],["dizipal1097.com",1295],["dizipal1098.com",1295],["dizipal1099.com",1295],["dizipal1100.com",1295],["dizipal1101.com",1295],["dizipal1102.com",1295],["dizipal1103.com",1295],["dizipal1104.com",1295],["dizipal1105.com",1295],["dizipal1106.com",1295],["dizipal1107.com",1295],["dizipal1108.com",1295],["dizipal1109.com",1295],["dizipal1110.com",1295],["dizipal1111.com",1295],["dizipal1112.com",1295],["dizipal1113.com",1295],["dizipal1114.com",1295],["dizipal1115.com",1295],["dizipal1116.com",1295],["dizipal1117.com",1295],["dizipal1118.com",1295],["dizipal1119.com",1295],["dizipal1120.com",1295],["dizipal1121.com",1295],["dizipal1122.com",1295],["dizipal1123.com",1295],["dizipal1124.com",1295],["dizipal1125.com",1295],["dizipal1126.com",1295],["dizipal1127.com",1295],["dizipal1128.com",1295],["dizipal1129.com",1295],["dizipal1130.com",1295],["dizipal1131.com",1295],["dizipal1132.com",1295],["dizipal1133.com",1295],["dizipal1134.com",1295],["dizipal1135.com",1295],["dizipal1136.com",1295],["dizipal1137.com",1295],["dizipal1138.com",1295],["dizipal1139.com",1295],["dizipal1140.com",1295],["dizipal1141.com",1295],["dizipal1142.com",1295],["dizipal1143.com",1295],["dizipal1144.com",1295],["dizipal1145.com",1295],["dizipal1146.com",1295],["dizipal1147.com",1295],["dizipal1148.com",1295],["dizipal1149.com",1295],["dizipal1150.com",1295],["dizipal1151.com",1295],["dizipal1152.com",1295],["dizipal1153.com",1295],["dizipal1154.com",1295],["dizipal1155.com",1295],["dizipal1156.com",1295],["dizipal1157.com",1295],["dizipal1158.com",1295],["dizipal1159.com",1295],["dizipal1160.com",1295],["dizipal1161.com",1295],["dizipal1162.com",1295],["dizipal1163.com",1295],["dizipal1164.com",1295],["dizipal1165.com",1295],["dizipal1166.com",1295],["dizipal1167.com",1295],["dizipal1168.com",1295],["dizipal1169.com",1295],["dizipal1170.com",1295],["dizipal1171.com",1295],["dizipal1172.com",1295],["dizipal1173.com",1295],["dizipal1174.com",1295],["dizipal1175.com",1295],["dizipal1176.com",1295],["dizipal1177.com",1295],["dizipal1178.com",1295],["dizipal1179.com",1295],["dizipal1180.com",1295],["dizipal1181.com",1295],["dizipal1182.com",1295],["dizipal1183.com",1295],["dizipal1184.com",1295],["dizipal1185.com",1295],["dizipal1186.com",1295],["dizipal1187.com",1295],["dizipal1188.com",1295],["dizipal1189.com",1295],["dizipal1190.com",1295],["dizipal1191.com",1295],["dizipal1192.com",1295],["dizipal1193.com",1295],["dizipal1194.com",1295],["dizipal1195.com",1295],["dizipal1196.com",1295],["dizipal1197.com",1295],["dizipal1198.com",1295],["dizipal1199.com",1295],["dizipal1200.com",1295],["dizipal1201.com",1295],["dizipal1202.com",1295],["dizipal1203.com",1295],["dizipal1204.com",1295],["dizipal1205.com",1295],["dizipal1206.com",1295],["dizipal1207.com",1295],["dizipal1208.com",1295],["dizipal1209.com",1295],["dizipal1210.com",1295],["dizipal1211.com",1295],["dizipal1212.com",1295],["dizipal1213.com",1295],["dizipal1214.com",1295],["dizipal1215.com",1295],["dizipal1216.com",1295],["dizipal1217.com",1295],["dizipal1218.com",1295],["dizipal1219.com",1295],["dizipal1220.com",1295],["dizipal1221.com",1295],["dizipal1222.com",1295],["dizipal1223.com",1295],["dizipal1224.com",1295],["dizipal1225.com",1295],["dizipal1226.com",1295],["dizipal1227.com",1295],["dizipal1228.com",1295],["dizipal1229.com",1295],["dizipal1230.com",1295],["dizipal1231.com",1295],["dizipal1232.com",1295],["dizipal1233.com",1295],["dizipal1234.com",1295],["dizipal1235.com",1295],["dizipal1236.com",1295],["dizipal1237.com",1295],["dizipal1238.com",1295],["dizipal1239.com",1295],["dizipal1240.com",1295],["dizipal1241.com",1295],["dizipal1242.com",1295],["dizipal1243.com",1295],["dizipal1244.com",1295],["dizipal1245.com",1295],["dizipal1246.com",1295],["dizipal1247.com",1295],["dizipal1248.com",1295],["dizipal1249.com",1295],["dizipal1250.com",1295],["dizipal1251.com",1295],["dizipal1252.com",1295],["dizipal1253.com",1295],["dizipal1254.com",1295],["dizipal1255.com",1295],["dizipal1256.com",1295],["dizipal1257.com",1295],["dizipal1258.com",1295],["dizipal1259.com",1295],["dizipal1260.com",1295],["dizipal1261.com",1295],["dizipal1262.com",1295],["dizipal1263.com",1295],["dizipal1264.com",1295],["dizipal1265.com",1295],["dizipal1266.com",1295],["dizipal1267.com",1295],["dizipal1268.com",1295],["dizipal1269.com",1295],["dizipal1270.com",1295],["dizipal1271.com",1295],["dizipal1272.com",1295],["dizipal1273.com",1295],["dizipal1274.com",1295],["dizipal1275.com",1295],["dizipal1276.com",1295],["dizipal1277.com",1295],["dizipal1278.com",1295],["dizipal1279.com",1295],["dizipal1280.com",1295],["dizipal1281.com",1295],["dizipal1282.com",1295],["dizipal1283.com",1295],["dizipal1284.com",1295],["dizipal1285.com",1295],["dizipal1286.com",1295],["dizipal1287.com",1295],["dizipal1288.com",1295],["dizipal1289.com",1295],["dizipal1290.com",1295],["dizipal1291.com",1295],["dizipal1292.com",1295],["dizipal1293.com",1295],["dizipal1294.com",1295],["dizipal1295.com",1295],["dizipal1296.com",1295],["dizipal1297.com",1295],["dizipal1298.com",1295],["dizipal1299.com",1295],["dizipal1300.com",1295],["dizipal1301.com",1295],["dizipal1302.com",1295],["dizipal1303.com",1295],["dizipal1304.com",1295],["dizipal1305.com",1295],["dizipal1306.com",1295],["dizipal1307.com",1295],["dizipal1308.com",1295],["dizipal1309.com",1295],["dizipal1310.com",1295],["dizipal1311.com",1295],["dizipal1312.com",1295],["dizipal1313.com",1295],["dizipal1314.com",1295],["dizipal1315.com",1295],["dizipal1316.com",1295],["dizipal1317.com",1295],["dizipal1318.com",1295],["dizipal1319.com",1295],["dizipal1320.com",1295],["dizipal1321.com",1295],["dizipal1322.com",1295],["dizipal1323.com",1295],["dizipal1324.com",1295],["dizipal1325.com",1295],["dizipal1326.com",1295],["dizipal1327.com",1295],["dizipal1328.com",1295],["dizipal1329.com",1295],["dizipal1330.com",1295],["dizipal1331.com",1295],["dizipal1332.com",1295],["dizipal1333.com",1295],["dizipal1334.com",1295],["dizipal1335.com",1295],["dizipal1336.com",1295],["dizipal1337.com",1295],["dizipal1338.com",1295],["dizipal1339.com",1295],["dizipal1340.com",1295],["dizipal1341.com",1295],["dizipal1342.com",1295],["dizipal1343.com",1295],["dizipal1344.com",1295],["dizipal1345.com",1295],["dizipal1346.com",1295],["dizipal1347.com",1295],["dizipal1348.com",1295],["dizipal1349.com",1295],["dizipal1350.com",1295],["selcuksportss.com",1303],["dizi16.life",1306],["dizi17.life",1306],["dizi18.life",1306],["dizi19.life",1306],["dizi20.life",1306],["dizi21.life",1306],["dizi22.life",1306],["dizi23.life",1306],["dizi24.life",1306],["dizi25.life",1306],["dizi26.life",1306],["dizi27.life",1306],["dizi28.life",1306],["dizi29.life",1306],["dizi30.life",1306],["dizi31.life",1306],["dizi32.life",1306],["dizi33.life",1306],["dizi34.life",1306],["dizi35.life",1306],["fullhdfilmizlesene.*",1307],["sondakika.com",1313],["yabancidiziizle.*",1327],["gunes.com",1328],["canli-macizle.com",1330],["golgebahcesi.com",1331],["filmizleplus.cc",1332],["filmizlehdfilm.com",1334],["filmizletv.*",1338],["fullhdfilmizle.*",1344],["fullhdfilmizletv.*",1334],["hdfilmcix.*",1351],["hdfilmizlesene.org",1356],["sinema.cx",1356],["inattvgiris.pro",1358],["webdramaturkey.org",1363],["utanmazkizlar.com",1365],["yemek.com",1367],["aylink.co",1371],["pamukovasosyalmedya.com",1372],["buyuksivas.com",1373],["mansetmalatya.com",1372],["filmizle.*",1377],["sinekolikk.com",1381],["sinetiktok.com",1381],["mc-tr.com",1382],["startv.com.tr",1389],["parselsorgu.tkgm.gov.tr",1391],["onedio.com",1392],["birasyadizi.com",1405],["dizifon.com",1408],["t24.com.tr",1410],["filmmodu.io",1418],["gitlink.pro",1419],["hangikredi.com",1420],["yatsan.com",1425],["izlekolik.pro",1426],["wfilmizle.my",1426],["erotizimfilmizle.com",1427],["herpet.net",1428],["yatirimnedir.com",1432],["diziyou.co",1433],["kadinlarkulubu.com",1439],["merlininkazani.com",1446],["m-tr.net",1452],["gazeteipekyol.com",1455],["mackolik.com",1456],["cioupdate.com.tr",1469],["sinefil.tv",1471],["forum.shiftdelete.net",1474],["techinside.com",1475],["epey.com",1476],["teknosa.com",1481],["istegundem.com",1483],["bloomberght.com",1484],["diyetkolik.com",1492],["fullindirsene.net",1497],["habercigazetesi.net",1501],["justintvx30.blogspot.com",1502],["justintvxx10.blogspot.com",1502],["inattv-taraftarium24-macizle.blogspot.com",1502],["canli-mac-izle-taraftarium24-izle.blogspot.com",1502],["justintvgiris.blogspot.com",1502],["sportboss-macizlesbs.blogspot.com",1502],["taraftarium402.blogspot.com",1502],["macicanliizle.sbs",1502],["taraftarium24canli-macizlesene.blogspot.com",1502],["taraftarium24hdgiris1.blogspot.com",1502],["selcukspor-taraftarium24canliizle1.blogspot.com",1502],["canlidizi6.org",1504],["cepteteb.com.tr",1506],["gidadedektifi.com",1507],["dizihot.com",1508],["koredizileri.pw",1510],["fullfilmizle.pro",1510],["tclira.com",1511],["koreliscans.com",1512],["hayalistic.com.tr",1512],["inatflix9.xyz",1513],["emlak.mitula.com.tr",1515],["webaslan.com",1516],["pornoeileen.com",1517],["videojs.online",1517],["vipfilmsitesi.com",1518],["unutulmazfilmler4.com",1520],["birgun.net",1521],["tekfullfilmizle5.com",1524],["elle.com.tr",1525],["ajansspor.com",1528],["atarita.com",1539],["joymaxtr.net",1542],["koctas.com.tr",1543],["domlepen.com",1544],["erotikfilmkeyfi.org",1546],["siyahfilmizle.fan",1546],["fullprogramlarindir.net",1547],["hesapkurdu.com",1550],["tamindir.com",1554],["jetfilmizle.*",1565],["uzmancoin.com",1571],["dosya.one",1573],["kayseriolay.com",1574],["gercekfethiye.com",1578],["elazigyenihaber.com",1583],["dizigom1.tv",1586],["canlidoviz.com",1589],["gazeteduvar.com.tr",1592],["dizipal.org",1595],["oyungezer.com.tr",1599],["teknolojioku.com",1600],["hdfilmcehennem.net",1603],["alonot.com",1604],["bilgiportal.com",1606],["akakce.com",1608],["patronlardunyasi.com",1610],["kanald.com.tr",1612],["turkanime.co",1615],["turkiyegazetesi.com.tr",1619],["yabancidizi.io",1630],["diziyoutv.com",1632],["haberturk.com",1635],["uzaymanga.com",1652],["trovit.com.tr",1655],["mitula.com.tr",1656],["filmizlehdizle.com",1657],["fullfilmizlesene.net",1657],["beinsports.com.tr",1659],["forum.turkmmo.com",1662],["kocuce.com",1666],["mmotutkunlari.com",1673],["mislink3.com",1676],["dentalilan.com",1677],["kulaklik.com",1678],["yeppuu.com",1679],["vkfilmizlet.*",1680],["tgrthaber.com",1682],["dizimom.*",1683],["manga-tr.com",1687],["ntv.com.tr",1688],["tlctv.com.tr",1701],["dmax.com.tr",1701],["beyaztv.com.tr",1702],["kanal7.com",1704],["showtv.com.tr",1708],["teve2.com.tr",1701],["tv8.com.tr",1701],["tv8bucuk.com",1701],["tabii.com",1701],["trtizle.com",1701],["sinefy3.com",1710],["animeizlesene.com",1712],["webdramaturkey.*",1712],["donanimhaber.com",1713],["contentx.me",1725],["supernaturalizle.com",1726],["diziyo.*",1727],["hurriyet.com.tr",1731],["dogruhaber.com.tr",1747],["cheatglobal.com",1750],["fullhdfilm.*",1751],["bursahaber.com",1759],["filmmakinesi.*",1761],["mangaku.blog",1768],["dizipia.com",1770],["hdfilmcehennemii.co",1772],["dizimov.*",1772],["sikayetvar.com",1773],["haberkibris.com",1777],["superhaber.com",1785],["neguzelsozler.com",1786],["boxerdergisi.com.tr",1789],["bafrahaber.com",1792],["1000kitap.com",1796],["star.com.tr",1799],["serieturkisch.com",1806],["serietvturche.com",1806],["tvseriadosturcos.com",1806],["seriesturco.com",1806],["seriesturkish.com",1806],["televizyongazetesi.com",1807],["breakingbadizle.*",1809],["cimri.com",1810],["bikifi.com",1816],["okultanitimi.net",1818],["haber365.com.tr",1820],["airturkhaber.com",1823],["boluyankihaber.com",1827],["marastahaber.com",1828],["minipassion.net",1830],["sordum.net",1831],["bigahavadis.com",1832],["aksarayhaberci.com",1832],["girisimhaber.com",1833],["bandirmamanset.com",1836],["bizimyaka.com",1838],["cazkolik.com",1839],["starkibris.net",1840],["kimintelefonu.com",1841],["turkudostlari.net",1843],["ozengen.com",1844],["tenceretv.com",1846],["bomba32.com",1847],["hdfilmizleamk.*",1853],["sinemakolik.net",1855],["technopat.net",1857],["kuponigo.com",1868],["kraloyun.com",1869],["pvpserverler.pro",1872],["asyafanatiklerim.com",1873],["sinema.*",1875],["nnchaber.com",1878],["yenimesaj.com.tr",1880],["720pizle.*",1882],["diziroll.*",1884],["teknoloji.org",1885],["trwebtoon.com",1886],["plastikciyiz.biz",1888],["dizicaps.*",1889],["sportlemone.top",1894],["sportlemon.net",1894],["goodfilmizle.com",1896],["milliyet.com.tr",1899],["sinematurk.com",1912],["sinemalar.com",1914],["tarotscans.com",1918],["yasemin.com",1921],["medyahaber.com",1927],["ehliyettestleri.com",1928],["kazanabilirsin.com",1932],["evimdergisi.com.tr",1933],["popsci.com.tr",1936],["aksam.com.tr",1940],["nedir.org",1952],["mavikadin.com",1957],["iha.com.tr",1966],["tvaktuel.com",1970],["oyunmoduindir.com",1971],["yenibiris.com",1972],["dizifilmbox.*",1974],["fullhdfilmizlesenebox.net",1980],["elzemfilm.org",1981],["ekonomist.com.tr",1985],["lezzet.com.tr",1991],["ulketv.com.tr",1997],["asyadiziizle.com",1999],["reytingtv.com",2002],["islamveihsan.com",2003],["tafdi3.com",2005],["tafdi4.com",2005],["ekoltv.com.tr",2007],["airporthaber2.com",2007],["tvnota.com",2007],["bayburtmanset.com",2007],["sehirmedya.com",2008],["yozgatcamlik.com",2007],["justintv200.com",2010],["justintv201.com",2010],["justintv202.com",2010],["justintv203.com",2010],["justintv204.com",2010],["justintv205.com",2010],["justintv206.com",2010],["justintv207.com",2010],["justintv208.com",2010],["justintv209.com",2010],["justintv210.com",2010],["justintv211.com",2010],["justintv212.com",2010],["justintv213.com",2010],["justintv214.com",2010],["justintv215.com",2010],["justintv216.com",2010],["justintv217.com",2010],["justintv218.com",2010],["justintv219.com",2010],["selcuksportshd1590.xyz",2014],["selcuksportshd1591.xyz",2014],["selcuksportshd1592.xyz",2014],["selcuksportshd1593.xyz",2014],["selcuksportshd1594.xyz",2014],["selcuksportshd1595.xyz",2014],["selcuksportshd1596.xyz",2014],["selcuksportshd1597.xyz",2014],["selcuksportshd1598.xyz",2014],["selcuksportshd1599.xyz",2014],["selcuksportshd1600.xyz",2014],["selcuksportshd-1c7ac28e5a14.click",2014],["selcuksportshd-f629290c2705.xyz",2014],["selcuksportshdde540fcd.xyz",2014],["selcuksportshd3e705845.xyz",2014],["selcuksportshd3d16b304.xyz",2014],["adonisfansub.com",2019],["forum.donanimhaber.com",2020],["trthaber.com",2027],["riojadivino.com",2031],["gercekbandirma.com",2032],["sandalca.com",2034],["sandalca.club",2037],["drtus.com",2038],["aktuel-urunler.com",2042],["fullhdfilmizlett1.com",2045],["dugun.com",2049],["kooplog.com",2050],["dosya.co",2051],["kimkimdir.net.tr",2052],["kitapyurdu.com",2054],["biliyo.org",2055],["afroditscans.com",2056],["puffytr.com",2057],["anizm.net",2059],["anizle.com",2057],["diziroll.club",2062],["veryansintv.com",2063],["muhasebetr.com",2066],["tarihdersi.net",2067],["yesiltopuklar.com",2070],["medyabar.com",2077],["samanyoluhaber.com",2078],["720pfilmizleme1.com",2079],["abysscdn.com",2084],["likessb.com",2085],["vsro.org",2086],["leadergamer.com.tr",2088],["golftutkusu.com",2089],["724dinle.com",2091],["dafflix.net",2092],["fullhdfilmizlebaba.com",2093],["turkrus.com",2094],["evrimagaci.org",2101],["oyunskor.com",2105],["fullhdfilmmodu2.*",2107],["n11.com",2110],["search.donanimhaber.com",2112],["trdoktor.com",2113],["finans.gazetevatan.com",2114],["tlkur.com",2115],["fullhdfilmizlesenebox.org",2116],["simulasyonturk.com",2119],["defenceturk.net",2122],["gazetevan.com",2125],["testlericoz.com",2126],["ye-mek.net",2129],["gartic.io",2130],["tranimeizle.co",2131],["ruya-manga.com",2135],["hayalistic.com",2138],["clover-manga.com",2138],["vkfilmizle.net",2139],["pusulagazetesi.com.tr",2140],["cosmoturk.com",2142],["airlinehaber.com",2145],["sha.com.tr",2150],["eksiduyuru.com",2152],["yenikonya.com.tr",2153],["cnnturk.com",2155],["wmaraci.com",2163],["ayatoon.com",2168],["raindropteamfan.com",2168],["dovizgrafik.com",2169],["salom.com.tr",2170],["doviz.com",2172],["samsunsehirgazetesi.com",2177],["fullhdfilmizle.vip",2179],["erotikfilmizle1.com",2181],["eniyifilms.com",2182],["realfilmizle6.com",2183],["realfilmizle7.com",2183],["realfilmizle8.com",2183],["realfilmizle9.com",2183],["realfilmizle10.com",2183],["realfilmizle11.com",2183],["realfilmizle12.com",2183],["realfilmizle13.com",2183],["realfilmizle14.com",2183],["realfilmizle15.com",2183],["realfilmizle16.com",2183],["realfilmizle17.com",2183],["realfilmizle18.com",2183],["realfilmizle19.com",2183],["realfilmizle20.com",2183],["realfilmizle21.com",2183],["realfilmizle22.com",2183],["realfilmizle23.com",2183],["realfilmizle24.com",2183],["realfilmizle25.com",2183],["realfilmizle26.com",2183],["realfilmizle27.com",2183],["realfilmizle28.com",2183],["realfilmizle29.com",2183],["realfilmizle30.com",2183],["siyahfilmizle.*",2189],["hdmixfilim.com",2191],["derstarih.com",2193],["medyaalemi.com.tr",2195],["birlikhabergazetesi.com",2197],["socratesdergi.com",2205],["gezilesiyer.com",2206],["justintv.*",2207],["yuksektopuklar.com",2212],["yetkinreport.com",2214],["bartinhergungazetesi.com",2216],["bartinolay.com",2217],["themagger.com",2220],["probiyotix.com",2225],["kriptoarena.com",2228],["koinbulteni.com",2232],["oggusto.com",2234],["enpolitik.com",2240],["ispartamhaber.com",2242],["bomba15.com",2242],["tarsusgazetesi.com",2242],["telegramgruplari.com",2243],["tele1.com.tr",2244],["avmgezgini.com",2247],["tureng.com",2248],["metin2rehberi.com",2249],["theflashizle.com",2250],["gemlikgundemgazetesi.com",2251],["hthayat.haberturk.com",2254],["malatyanethaber.com.tr",2255],["kocaelizirve.com",2258],["artisiirt.com",2258],["pazarlamasyon.com",2260],["dizimodu.com",2261],["gezenbilir.com",2266],["tiendeo.com.tr",2269],["vidmoxy.com",2271],["gazetemanifesto.com",2272],["incehesap.com",2275],["finans7.com",2276],["konyagazetesi.com.tr",2277],["sinemadelisi.com",2278],["muglayenigun.com",2280],["finikeakdeniz.com.tr",2285],["kimkazandi.com",2287],["bahiskilavuz4.com",2289],["dafflix.*",2292],["kariyer.net",2295],["malatyam.com",2299],["teknoseyir.com",2300],["myburc.com",2302],["canlitv.center",2303],["kredibankalar.com",2305],["altporno.xyz",2308],["flvconverter.org",2309],["youtube-mp3-music.com",2309],["mp3medya.com",2310],["turkaliz.com",2312],["teknobird.com",2313],["passporterstore.com",2316],["istanbulticaretgazetesi.com",2316],["timeturk.com",2317],["wv2.net",2324],["marketingturkiye.com.tr",2325],["ordugazete.com",2326],["imaret.com.tr",2328],["afyonhaber.com",2330],["seyredeger.com",2335],["yenihaberden.com",2336],["yetiskinfilmizle.xyz",2337],["burasiduzce.com",2338],["turkerotikfilm.com",2337],["cehennemstream.click",2340],["filmizle.in",2341],["yildizkisafilm.org",2341],["movietube32.xyz",2341],["burdenfly.com",2342],["altyazi.net",2343],["akorlar.com",2347],["sanalbasin.com",2348],["karamangundem.com",2351],["egitimsistem.com",2353],["karamandan.com",2353],["numaraara.com",2354],["gazeteoku.com",2355],["cnbce.com",2355],["dunya.com",2355],["paradurumu.com",2355],["tarifikolay.com",2356],["trivago.com.tr",2357],["letgo.com",2358],["tasit.com",2359],["canliskor.biz.tr",2361],["bundle.app",2363],["macsonuclari.com.tr",2365],["cozumpark.com",2368],["arabateknik.com",2372],["shiftdelete.net",2373],["habervakti.com",2377],["mp3indirdur.life",2378],["muzikmp3indir.com",2380],["sinepal.*",2385],["galeri.uludagsozluk.com",2387],["kamubulten.com",2390],["buyurindir.org",2391],["fragman-tv.com",2392],["doeda.com",2397],["editsizserverler.org",2400],["kamudanhaber.net",2403],["zamaninvarken.com",2404],["seyredelim.com",2406],["korsanedebiyat.com",2407],["ufukgazetesi.net",2409],["esgazete.com",2414],["fenerbahce.org",2416],["mail.com.tr",2418],["yenierzurumhaber.com",2421],["kriptoteknikhaber.com",2423],["altinpiyasa.com",2425],["kocaelidebugun.com",2426],["almanilan.com",2427],["yemekev.com",2428],["lorentlabs.com",2429],["canlialtinfiyatlari.com",2430],["filmkovasi.org",2431],["edebiyathaber.net",2432],["futbolarena.com",2436],["turizmajansi.com",2438],["numarasorgulamax.com",2439],["320volt.com",2440],["mp3semti.com",2441],["fivemturk.com",2442],["testkolik.com",2444],["macrehberi.com",2445],["altin.in",2446],["inegolonline.com",2451],["41saat.com",2454],["diziplus.*",2456],["dizivap.*",2456],["dizivid.co",2456],["diziday1.com",2456],["filmzal.*",2456],["arabamkacyakar.com",2457],["trt.net.tr",2458],["engelsiztrt.tv",2461],["trtmuzik.net.tr",2461],["repertuarim.com",2462],["jukeduke.com",2465],["stargamescasinoonline.com",2465],["dizibox.*",2466],["koinbox.net",2470],["bandirmasehir.com",2471],["frmtr.com",2476],["spyhackerz.org",2477],["kizlarsoruyor.com",2478],["emlaktasondakika.com",2481],["steelradar.com",2482],["kayserihaber38.com",2483],["arabalar.com.tr",2490],["bantmag.com",2492],["iyihisset.com",2493],["fullhdfilmizle.top",2494],["hdfilmcehennemizle.com",2494],["formsante.com.tr",2495],["ui.memoryhackers.org",2496],["fullhdfilmizlesene.pw",2498],["videovak.com",2499],["yesilist.com",2500],["turkhacks.com",2501],["bulurum.com",2503],["sahadan.com",2507],["alemfm.com",2519],["alem.com.tr",2519],["petroturk.com",2520],["atlasdergisi.com",2524],["adanahaber.net",2525],["meydannet.com",2526],["uzmanpara.milliyet.com.tr",2527],["dha.com.tr",2528],["1yuz.com",2532],["webmasterforum.com.tr",2533],["crackturkey.com",2532],["otomasyonforum.com",2535],["kontrolkalemi.com",2536],["devletdestekli.com",2538],["itemsatis.com",2539],["warezturkey.me",2540],["indirin.co",2542],["technoprogram.com",2543],["filmindir.be",2544],["teknoblog.com",2546],["dersimiz.com",2548],["belgeselizlesene.com",2550],["kriptoparapiyasasi.com",2553],["devirsaati.com",2557],["macsonuclari.mobi",2558],["siirtolayhaber.com",2560],["bursayadairhersey.com",2560],["surajans.com",2561],["kriptoparahaber.com",2563],["gazetecorlu.com",2567],["kriptokoin.com",2567],["solidshare.net",2568],["diziboxx.com",2569],["finanswebde.com",2572],["sahibim.net",2574],["coinkolik.com",2575],["tebernuskirecci.com.tr",2576],["koinmedya.com",2577],["kriptoparafiyatlari.com",2580],["filmmakinesi1.*",2581],["gaziantepinhabercisi.com",2582],["otonomhaber.com",2583],["tosunkaya.com",2584],["kuponla.com",2586],["burdurweb.com",2588],["bigpara.hurriyet.com.tr",2590],["klasspor.com",2591],["ehaege.com",2592],["kurdistan24.net",2595],["akittv.com.tr",2596],["dilekcesepeti.com",2598],["yurthaber61.com",2598],["bodrumgundem.com",2599],["egeyonhaber.com",2598],["turkgun.com",2601],["savunmasanayi.org",2602],["meleklermekani.com",2604],["turkiyeklinikleri.com",2606],["lastikcim.com.tr",2607],["transfermarkt.com.tr",2608],["keyfimuzik.net",2609],["kelimeler.net",2610],["kackalori.com.tr",2612],["forumkolik.net",2613],["ebrosur.com",2616],["sgkbilgisi.com",2619],["ardahanhaberi.com",2620],["btchaber.com",2621],["gastronomiturkey.com",2623],["businessht.bloomberght.com",2624],["haberglobal.com.tr",2626],["malatyahaber.com",2629],["almanyabulteni.de",2632],["akhisarhaber.com",2636],["temizsozluk.com.tr",2639],["malatyamegahaber.com",2640],["samdan.com.tr",2641],["esquire.com.tr",2646],["harpersbazaar.com.tr",2653],["forum.mevsim.org",2661],["fikirliderleri.com",2662],["medikalakademi.com.tr",2664],["hrdergi.com",2666],["karabukgundem.com",2667],["denizliyeniolay.com",2668],["asistanaliz.com",2669],["habergazetesi.com.tr",2671],["samsunsonhaber.com",2673],["kamuajans.com",2674],["ortacizgi.com",2676],["ajansurfa.com",2678],["indirimdemarket.com",2680],["dostbeykoz.com",2681],["millisavunma.com",2684],["jurnalci.com",2685],["illerarasimesafe.com",2686],["log.com.tr",2687],["bilgicik.com",2689],["zirvedehaber.com",2691],["ruyalar.net",2692],["magazinci.com",2693],["turizmgazetesi.com",2694],["goster.co",2700],["korezin.com",2701],["gundemsaros.com.tr",2702],["aydinda.com",2703],["forumatmosfer.com",2705],["find.com.tr",2706],["forum.sordum.net",2708],["lezizci.com",2708],["bilgidem.com",2708],["e-kitap.site",2709],["ekitap.site",2709],["lojistikhatti.com",2710],["yetiskinfilmler.org",2711],["hizliresim.com",2712],["kasut.org",2714],["alisverisrehberi.com",2715],["gaziantephaber.com",2716],["hayvansitesi.com",2717],["ilan365.net",2718],["ilacprospektusu.com",2719],["rasthaber.com",2721],["voltimum.com.tr",2722],["kargo-takibi.com",2723],["jeotermalhaberler.com",2725],["mimdap.org",2726],["eczacininsesi.com",2727],["fonttr.com",2728],["sekilliharfler.com",2730],["yesilekonomi.com",2731],["kointimes.net",2732],["bolumsonucanavari.com",2735],["forum.gamer.com.tr",2736],["cesmehaber.com",2743],["gezginler.net",2744],["radioeksen.com",2747],["sondakika23.com",2748],["satrancoyna.gen.tr",2753],["oyunkolu.com",2754],["oyunu.com.tr",2755],["alomaliye.com",2759],["hvac360tr.com",2760],["erosfilmizle.*",2762],["hdfilmizle.in",2765],["yabancidizilertv.*",2765],["dizipal1022.com",2762],["dizipal1021.com",2762],["dizipal1017.com",2762],["dizipal1.com",2762],["dizipal2.com",2762],["dizipal3.com",2762],["dizipal4.com",2762],["dizipal5.com",2762],["dizipal6.com",2762],["dizipal7.com",2762],["dizipal8.com",2762],["dizipal9.com",2762],["dizipal10.com",2762],["dizipal11.com",2762],["dizipal12.com",2762],["dizipal13.com",2762],["dizipal14.com",2762],["dizipal15.com",2762],["diziwatch1.net",2762],["diziwatch2.net",2762],["diziwatch3.net",2762],["diziwatch4.net",2762],["diziwatch5.net",2762],["diziwatch6.net",2762],["diziwatch7.net",2762],["diziwatch8.net",2762],["diziwatch9.net",2762],["diziwatch10.net",2762],["diziwatch11.net",2762],["diziwatch12.net",2762],["diziwatch13.net",2762],["diziwatch14.net",2762],["diziwatch15.net",2762],["filmcusx.com",2767],["fullhdfilmizlesem.com",2767],["memleketimbolu.com",2768],["ademyurt.com",2769],["giresunhaberci.com",2770],["bayimolurmusun.com.tr",2771],["indirveoyna.com",2772],["shirl.club",2773],["uplifers.com",2774],["yemek24.com",2776],["ifsamerkezi.com",2778],["dalamantv.com",2780],["kayiprihtim.com",2781],["oyun101.com",2782],["otomobilir.com",2783],["oyunoyna.tv.tr",2784],["oyuntimes.com",2784],["arabam.com",2785],["bolge.com.tr",2789],["muzikonair.com",2789],["milasonder.com",2790],["memohaber.com",2793],["akcakocahavadis.com",2795],["geredeyenigun.com",2797],["cerkezkoyhaber.com.tr",2799],["gazetekolektif.com",2802],["ha-ber.com",2803],["egemeclisi.com",2804],["dunyasozluk.com",2806],["hesabet.com",2807],["istanbullife.com.tr",2808],["gunaydinduzce.com",2809],["duzceninsesi.com.tr",2814],["indigodergisi.com",2819],["forum.miuiturkiye.net",2821],["savebutonu.com",2826],["idilyazar.com",2827],["icn.com.tr",2828],["cevir.gen.al",2830],["namazsitesi.com",2831],["hurhaber.com",2833],["teknoburada.net",2835],["insaattrendy.com",2836],["antoloji.com",2839],["saraygazetesi.com",2842],["mirror-h.org",2844],["gzone.com.tr",2845],["3dmadmax.com",2846],["samsungazetesi.com",2847],["tvnet.com.tr",2848],["flaskocaeli.com",2849],["marashaber.com.tr",2850],["gencinsesi.com",2851],["hdfilmizletv.net",2853],["fmhikayeleri.com",2854],["sofra.com.tr",2855],["paradergi.com.tr",2855],["unyenethaber.com",2857],["sapanca.com.tr",2862],["bilgisayarbilisim.net",2863],["mycbet.com",2867],["grafikerler.org",2869],["dogushaber.com",2870],["duzcetv.com",2872],["milatgazetesi.com",2874],["acikradyo.com.tr",2875],["hastane.com.tr",2876],["ifhaber.com",2877],["borsanasiloynanir.co",2878],["wikihow.com.tr",2883],["vidtekno.com",2884],["bakis.bg",2885],["ogrencikariyeri.com",2886],["appleyardim.org",2888],["tavsiyeediyorum.com",2890],["ciftlikdergisi.com.tr",2893],["karnaval.com",2894],["kentteyasam.com",2897],["tranimaci.com.tr",2898],["tourmag.com.tr",2899],["belemturktv.com",2901],["nusaybinim.com",2902],["karsolay.com",2903],["efelerhaber.com",2905],["erzurumajans.com",2908],["ceofix.com",2911],["8gunhaber.com",2913],["radyodinle.*",2915],["oyun.mynet.com",2916],["rodopruzgari.com",2918],["muratlihizmetgazetesi.com",2919],["antalyam.com",2922],["imarhaber.com",2925],["bolupostasi.com",2927],["bozuyukhaberajansi.com",2927],["yenicagri.com",2927],["businesschannel.com.tr",2927],["onlarnediyo.com",2927],["medyaayvalik.com",2927],["emlakmanset.com",2928],["tvdizix.com",2929],["corumtime.com",2930],["mp3indir.rocks",2932],["fenokulu.net",2933],["gorunumgazetesi.com.tr",2936],["kediblog.com",2937],["fuaraktuel.com",2939],["gazetepoyraz.com",2940],["yenikocaeli.com",2941],["akillitarife.com",2943],["aykutozdemir.com.tr",2944],["yerelbt.com",2947],["7deniz.net",2948],["muzmp3indir.com",2949],["oyunhabertr.com",2950],["sinemagecesi.com",2951],["turkhackteam.org",2952],["diziizle.top",2955],["kadikoylife.com",2956],["gazeteulus.com",2962],["egetelgraf.com",2963],["golcukvizyongazetesi.com",2964],["kobiyasam.com.tr",2966],["hurdusun.com",2967],["nereye.com.tr",2968],["kenthayat.com",2970],["bumudur.com",2971],["poki.com",2972],["pendiklitv.com",2973],["iskuruyorum.com",2975],["acipayamgazetesi.com",2976],["on5yirmi5.com",2979],["millihakimiyet.com",2980],["basketdergisi.com",2982],["1907.org",2985],["avrupaturkgazetesi.com",2987],["hatayyasam.com",2988],["myinstants.com",2990],["yozgatgazetesi.com",2991],["yerkoyhabergazetesi.com",2996],["tunceliemek.com.tr",2997],["kandiragundem.com",3000],["1080hdfilmizle.com",3001],["tekirdagodak.com",3002],["istanbul.com",3004],["belge.com.tr",3005],["mimarizm.com",3008],["mavikocaeli.com.tr",3009],["batiakdeniztv.com",3012],["haberkasaba.com",3014],["egitimtercihi.com",3015],["thegeyik.com",3017],["arifiyehaber.net",3019],["onceokuloncesi.com",3022],["sosyalbilimler.org",3024],["kirsehirhakimiyet.com",3025],["kanal15.com.tr",3025],["upslut.com",3027],["fiatlinea.org",3029],["seatclubturkey.com",3030],["kiaclubtr.com",3031],["tofasteam.com",3032],["sektorel.com",3033],["casinokazan.net",3034],["paraborsa.net",3036],["yapi.com.tr",3037],["motosiklet.net",3039],["turkeyforum.com",3046],["renaultfanclub.com",3046],["forum.grandepuntotr.com",3046],["malzemebilimi.net",3047],["scroll.com.tr",3047],["magazin.com.tr",3048],["hibya.com",3049],["batmangapgazetesi.com",3050],["rayhaber.com",3054],["trakyagundem.net",3055],["2eylul.com.tr",3057],["sariyergazetesi.com",3058],["kartal24.com",3059],["sirketlerligi.com",3060],["msxlabs.org",3061],["avrupayakasi.com.tr",3062],["konyaninnabzi.web.tr",3068],["tuzgolugazetesi.com",3071],["excel.web.tr",3072],["indirgo.club",3073],["fosforludusunceler.com",3075],["koinvizyon.com",3077],["arenabodrumhaber.com",3078],["kenttv.net",3083],["turkegitim.net",3084],["engelliler.biz",3086],["fotografdergisi.com",3087],["nurdanhaber.com",3088],["eniyiandroid.com",3089],["nazilliadalet.com",3091],["aydinlatma.org",3092],["kibrissondakika.com",3097],["elektriktesisatportali.com",3103],["ileilgili.org",3104],["nedirnasilneden.com",3104],["businessturkeytoday.com",3105],["afsinhabermerkezi.com",3106],["edirnehaber.org",3109],["marasexpress.com",3110],["guneykoresinemasi.com",3111],["turizmdosyasi.com",3112],["istanbultakipte.com",3113],["doramagazin.com",3116],["turkascihaberleri.com",3118],["unyekent.com",3119],["besniekspres.com",3119],["aksarayhaber68.com",3119],["moradergisi.com",3119],["afyonmansethaber.com",3119],["kanal16haber.com",3119],["guneydogutv.com",3119],["simashaber.com",3119],["gazipasahaber.com",3119],["antalyaguncel.com",3119],["termebilgigazetesi.com",3119],["tersanedergisi.com",3120],["ilkokul1.com",3121],["vidyome.com",3122],["efullizle.com",3123],["malatyasoz.com",3124],["dizilla.*",3125],["zipfilmizle.com",3125],["rehberlikservisi.net",3126],["kesanpostasi.com",3127],["renklikodlar.net",3128],["yemekyapin.com",3130],["bigatribun.net",3131],["menuburada.com",3134],["59.com.tr",3135],["airwaypost.com",3137],["kocaelihaberci.com",3139],["forummakina.com.tr",3140],["animex.club",3141],["cadcamsektoru.com",3142],["gmdergi.com",3143],["gurmeajanda.com",3146],["vogue.com.tr",3148],["mutfakhaber.net",3149],["hizmetix.com.tr",3150],["kamyonum.com.tr",3151],["sultanbeylim.com",3152],["denizlihaber.com",3153],["morfikirler.com",3169],["tokihaber.com.tr",3170],["yenienerji.com",3171],["artfulliving.com.tr",3175],["haberdurus.com",3176],["kardelengazetesi.com",3176],["basakgazetesi.com",3176],["haber18.com",3177],["askeribirlikler.com",3178],["hadipisir.com",3179],["fethiyehaber.com",3180],["papajohns.com.tr",3184],["superfb.com",3186],["sanayigazetesi.com.tr",3189],["paraanaliz.com",3189],["yenikutahya.com",3189],["d20haber.com",3190],["retailturkiye.com",3194],["denizpostasi.com",3194],["yarisdergisi.com",3196],["dijitalgaste.com",3199],["elazighaber23.com",3200],["egedeizmir.com",3202],["orduulak.com",3203],["siberdeyiz.com",3205],["subaruturkiyeforum.com",3207],["urfa.com",3208],["olumhaberi.com",3209],["animehaber.com",3210],["ajanimo.com",3211],["oyunlarskor.com",3213],["kayisihaber.com",3214],["korkmazhaber.com",3215],["genelpara.com",3216],["tranimeizle.*",3217],["ellerimesaglik.com",3219],["freemagazine.com.tr",3221],["turkishtimedergi.com",3223],["canakkalekalem.com",3224],["bthaber.com",3226],["liderform.com.tr",3227],["zebramo.com",3229],["turkiyesanayigazetesi.com",3230],["perakendeisdunyasi.com",3230],["maxfilmizle.*",3233],["enyenifilmizle.*",3233],["dizibox6.com",3233],["dizibox7.com",3233],["dizibox8.com",3233],["dizibox9.com",3233],["dizibox10.com",3233],["dizibox11.com",3233],["dizibox12.com",3233],["dizibox13.com",3233],["dizibox14.com",3233],["dizibox15.com",3233],["dizibox16.com",3233],["dizibox17.com",3233],["dizibox18.com",3233],["dizibox19.com",3233],["dizibox20.com",3233],["dizibox21.com",3233],["dizibox22.com",3233],["dizibox23.com",3233],["dizibox24.com",3233],["dizibox25.com",3233],["sigortacigazetesi.com.tr",3234],["gazeddakibris.com",3236],["sacsirlari.com",3237],["puhutv.com",3238],["magazind.net",3239],["gencgazete.net",3241],["urfanatik.com",3242],["isyatirim.com.tr",3243],["torrentoyunindir.com",3244],["halkinhabercisi.com",3246],["sanatatak.com",3248],["kayseritelgraf.com",3250],["yeniasya.com.tr",3251],["snobmagazin.com",3253],["postkolik.com",3254],["gundem71.com",3256],["hiztesti.com.tr",3258],["ismporno.com",3259],["pornmsc.com",3259],["gmag.com.tr",3260],["oyunceviri.net",3262],["nefesgazetesi.com",3264],["izlemag.com",3265],["turkiyedeenerji.com",3266],["qualitydergisi.com",3268],["cerkezkoyekspres.com",3269],["bakirkoydenhaber.com",3270],["gercekkocaeli.com.tr",3272],["kocaelifikir.com",3273],["demokratkocaeli.com",3281],["cevremuhendisligi.org",3284],["cukurovaexpres.com",3285],["geyvemedya.com",3286],["divamagazin.com",3288],["birhayalinpesinde.com",3291],["bestylemagazine.com",3294],["fullfilmizle.cx",3295],["dolubatarya.com",3296],["espor.migros.com.tr",3296],["favorilezzetler.com",3296],["digitalage.com.tr",3296],["clubberism.com",3297],["tr724.com",3298],["benguturk.com",3299],["gecce.com.tr",3300],["m.pes24.com",3301],["techdergi.net",3303],["azbuz.org",3303],["pembeoje.com",3304],["tercihiniyap.net",3305],["eskimeyenkitaplar.com",3307],["neolacakki.com",3308],["suslusozluk.com",3309],["videoindirelim.com",3310],["gsmturkey.net",3312],["sgkrehberi.com",3313],["denizli24haber.com",3320],["pes24.com",3320],["bianet.org",3321],["dunyabizim.com",3323],["sozcukitabevi.com",3325],["jhlclinic.com",3326],["justintv.vip",3326],["bhdgc.com",3326],["donailfoulardautore.com",3326],["gazeterize.com",3326],["aydinses.com",3326],["atastymorsel.com",3326],["bonneyrega.com",3326],["tesisatmarket.com",3327],["08haber.com",3329],["sakaryagazetesi.com.tr",3332],["gunisigigazetesi.net",3337],["msn.com",3338],["mutfaksirlari.com",3339],["politikars.com",3340],["sahibinden.com",3341],["m.bafrahaber.com",3344],["medyaradar.com",3346],["egitimler.info",3350],["turizmaktuel.com",3351],["akademikpersonel.org",3355],["webrazzi.com",3357],["izlesene.com",3360],["yolculukterapisi.com",3362],["muhendisimaaslari.com",3364],["benzinmagazin.com",3365],["gulum.net",3366],["magazinkafe.com",3367],["sifalidoktor.com",3368],["emlaksitem.com",3369],["cokbilgi.com",3371],["kanalb.com.tr",3372],["aykiri.com.tr",3373],["bihavadis.com",3375],["thecruiselife.com.tr",3375],["adalet.tv",3375],["haberasi.com",3375],["ajansgazetesi.com.tr",3375],["avcilarhabermerkezi.com",3375],["sanattanyansimalar.com",3375],["turgutluyanki.com",3375],["denizlidesiyaset.com",3375],["finans365.com",3375],["malatyaozhaber.com",3375],["kulahaber.net",3375],["hayrankaldim.com",3375],["yenibakis.com.tr",3375],["habercicanakkale.com",3375],["haber16.com",3375],["karamanca.net",3375],["denizgazete.com",3375],["kaptanhaber.com",3375],["oncusehir.com",3375],["turgutlupostasi.com",3375],["gebzeyenigun.com",3375],["turkinfo.nl",3375],["habercuk.com",3375],["habersanliurfa.net",3375],["mizahdunyam.com",3375],["denizlikenthaber.com",3375],["tarihistan.org",3375],["haberturizm.com",3375],["gazete365.com",3375],["turizmhabermerkezi.net",3376],["gazetegercek.com.tr",3376],["afyonkenthaber.com",3376],["tamgaturk.com",3376],["yozgatolay.com",3377],["bodrumdabirgun.com",3378],["astakoshaber.com",3380],["androidmakale.com",3381],["ggmyfriend.com",3383],["driverdestek.com",3387],["kha.com.tr",3388],["boluekspres.com",3392],["dijitalajanslar.com",3393],["temizmagazin.com",3394],["haber46.com.tr",3395],["gazetehatay.com.tr",3396],["silentall.net",3396],["www-hurriyet-com-tr.cdn.ampproject.org",3397],["cizgifilm.in",3398],["biletix.com",3401],["doktorsitesi.com",3403],["teknobeyin.com",3406],["cepkolik.com",3408],["tarihiolaylar.com",3409],["hdabla.net",3410],["gurkanbilgisu.com",3410],["hesaplama.net",3411],["zirve2000.com",3412],["bolusporluyuz.com",3413],["ozgurbolu.com",3415],["spor14.com",3417],["haber.sol.org.tr",3418],["haberegider.com",3421],["blogkurdu.net",3422],["mp3indirdur.mobi",3423],["ukraynahayat.com",3424],["muslimmedya.com",3426],["porn19.net",3427],["eodev.com",3428],["uzmanim.net",3429],["bisikletforum.com",3430],["canlitv.*",3432],["dosyauzantisi.com",3433],["nedir.com",3434],["canliradyodinle.fm",3435],["radyodinle.com",3437],["ilacrehberi.com",3438],["dilbilgisi.net",3439],["bilgihanem.com",3440],["daricagazetesi.com.tr",3444],["diken.com.tr",3445],["ligradyo.com.tr",3447],["dreamfancy.org",3448],["futbolingo.com",3449],["maxigame.org",3451],["paracevirici.com",3452],["m.mynet.com",3454],["m-mynet-com.cdn.ampproject.org",3454],["vucut-kitle-endeksi.hesaplama.net",3455],["21yyte.org",3456],["bankotahminler.com",3457],["mp3indirdur.pro",3458],["obezitehaber.com",3458],["mach1digital.com",3458],["donanimgunlugu.com",3459],["otomobil.haber7.com",3463],["aydinyeniufuk.com.tr",3464],["kemerhaber.com",3466],["fanmedya.com",3466],["ozgurifade.com.tr",3467],["apron24.com",3469],["sonperiyot.com",3472],["barbioyunu.com.tr",3473],["larimza.com",3474],["gaiadergi.com",3475],["boluobjektif.com",3477],["61medya.net",3479],["izle7.com",3481],["attyiz.biz.tr",3483],["m.hurriyet.com.tr",3484],["rooteto.com",3485],["applefoni.com",3487],["webellek.com",3488],["ingilizcenotlar.com",3489],["saglamindir.net",3490],["antalyakorfez.com",3494],["goley90canlitv3003.site",3495],["goley90canlitv3004.site",3495],["goley90canlitv3005.site",3495],["goley90canlitv3006.site",3495],["goley90canlitv3007.site",3495],["goley90canlitv3008.site",3495],["goley90canlitv3009.site",3495],["goley90canlitv3010.site",3495],["goley90canlitv3011.site",3495],["goley90canlitv3012.site",3495],["goley90canlitv3013.site",3495],["goley90canlitv3014.site",3495],["goley90canlitv3015.site",3495],["goley90canlitv3016.site",3495],["goley90canlitv3017.site",3495],["goley90canlitv3018.site",3495],["goley90canlitv3019.site",3495],["goley90canlitv3020.site",3495],["goley90canlitv3021.site",3495],["goley90canlitv3022.site",3495],["eclipsebettv81.com",3499],["eclipsebettv82.com",3499],["eclipsebettv83.com",3499],["eclipsebettv84.com",3499],["eclipsebettv85.com",3499],["eclipsebettv86.com",3499],["eclipsebettv87.com",3499],["eclipsebettv88.com",3499],["eclipsebettv89.com",3499],["eclipsebettv90.com",3499],["eclipsebettv91.com",3499],["eclipsebettv92.com",3499],["eclipsebettv93.com",3499],["eclipsebettv94.com",3499],["eclipsebettv95.com",3499],["eclipsebettv96.com",3499],["eclipsebettv97.com",3499],["eclipsebettv98.com",3499],["eclipsebettv99.com",3499],["eclipsebettv100.com",3499],["avrupabettv1.com",3499],["avrupabettv2.com",3499],["avrupabettv3.com",3499],["avrupabettv4.com",3499],["avrupabettv5.com",3499],["avrupabettv6.com",3499],["avrupabettv7.com",3499],["avrupabettv8.com",3499],["avrupabettv9.com",3499],["avrupabettv10.com",3499],["avrupabettv11.com",3499],["avrupabettv12.com",3499],["avrupabettv13.com",3499],["avrupabettv14.com",3499],["avrupabettv15.com",3499],["avrupabettv16.com",3499],["avrupabettv17.com",3499],["avrupabettv18.com",3499],["avrupabettv19.com",3499],["avrupabettv20.com",3499],["avrupabettv21.com",3499],["avrupabettv22.com",3499],["rekortv39.com",3499],["rekortv40.com",3499],["rekortv41.com",3499],["rekortv42.com",3499],["rekortv43.com",3499],["rekortv44.com",3499],["rekortv45.com",3499],["rekortv46.com",3499],["rekortv47.com",3499],["rekortv48.com",3499],["rekortv49.com",3499],["rekortv50.com",3499],["rekortv51.com",3499],["rekortv52.com",3499],["rekortv53.com",3499],["rekortv54.com",3499],["rekortv55.com",3499],["rekortv56.com",3499],["rekortv57.com",3499],["rekortv58.com",3499],["rekortv59.com",3499],["rekortv60.com",3499],["rekortv61.com",3499],["rekortv62.com",3499],["rekortv63.com",3499],["forvettv31.online",3499],["forvettv32.online",3499],["forvettv33.online",3499],["forvettv34.online",3499],["forvettv35.online",3499],["forvettv36.online",3499],["forvettv37.online",3499],["forvettv38.online",3499],["forvettv39.online",3499],["forvettv40.online",3499],["forvettv41.online",3499],["forvettv42.online",3499],["forvettv43.online",3499],["forvettv44.online",3499],["forvettv45.online",3499],["forvettv46.online",3499],["forvettv47.online",3499],["forvettv48.online",3499],["forvettv49.online",3499],["betexpertv173.live",3499],["betexpertv174.live",3499],["betexpertv175.live",3499],["betexpertv176.live",3499],["betexpertv177.live",3499],["betexpertv178.live",3499],["betexpertv179.live",3499],["betexpertv180.live",3499],["betexpertv181.live",3499],["betexpertv182.live",3499],["betexpertv183.live",3499],["betexpertv184.live",3499],["betexpertv185.live",3499],["betexpertv186.live",3499],["betexpertv187.live",3499],["betexpertv188.live",3499],["betexpertv189.live",3499],["betexpertv190.live",3499],["01macvartv.live",3499],["yeniemlak.com",3500],["objektifhaber.com",3501],["karakartal.com",3504],["denizlisporhaber.com",3505],["arasikackm.com",3508],["a24.com.tr",3509],["beycan.net",3511],["biyografi.info",3512],["gundemgazetesi.net",3513],["balikesirhaberajansi.com",3514],["kuzeyanadolugazetesi.com",3518],["akillitelefon.com",3520],["dogruses.com",3522],["platinonline.com",3524],["sechaber.com.tr",3527],["suffagah.com",3529],["baslattusu.com",3530],["ekippolishaber.com",3532],["abamedya.com",3532],["blog.namazsitesi.com",3533],["yapimagazin.com",3534],["umraniyegundemi.com",3535],["kentvizyonhaber.com",3537],["borsagundem.com.tr",3538],["finansgundem.com",3538],["yemektekeyifvar.com",3539],["ttf.org.tr",3539],["arkeolojikhaber.com",3540],["ankaramasasi.com",3541],["hakimiyetgazetesi.com",3541],["guncelgazete.com",3541],["ihavideo.com.tr",3541],["gazikent27.com",3541],["yenisokegazetesi.com",3541],["paramedya.com.tr",3541],["emlakkulisi.com",3541],["cepde.net",3541],["web.tv",3541],["zargan.com",3542],["yemekzevki.com.tr",3544],["akcakocatv.com",3545],["ajans32tv.com",3546],["tarsushaber.com",3547],["hurriyetemlak.com",3548],["sanalokulumuz.com",3549],["anadolugazetesi.com",3551],["esenyurthaberleri.com",3552],["kutahyaekspres.com",3553],["pckoloji.com.tr",3553],["duzceparantez.com",3554],["trakyaninsesi.com",3556],["turkmmo.com",3557],["kocaelioncu.com",3558],["afyonhisargazetesi.com",3561],["bolgegazetesi.com",3562],["sondakika-24.com",3563],["hendekgundem.com",3564],["borunsesi.com",3564],["buyukhaber.com",3564],["usakhabermerkezi.com",3564],["sariyeryenigun.com",3565],["canakkaleolay.com",3566],["haberself.com",3568],["ceplik.com",3569],["maxicep.com",3570],["sarkisozlerihd.com",3571],["hataygazetesi.com",3572],["gazetekeyfi.com",3573],["urgupajans.com",3574],["eleman.net",3575],["nasilkolay.com",3577],["minikago.com.tr",3578],["minikacocuk.com.tr",3580],["apelasyon.com",3581],["egepostasi.com",3582],["gercekizmir.com",3582],["gundemcesme.com",3582],["turktime.com",3582],["internetoku.com",3583],["zaytung.com",3584],["ihaledergisi.com",3585],["dogus.nl",3586],["ilerihaber.org",3587],["alternatifim.com",3588],["enerjiatlasi.com",3589],["kargotakiptr.com",3590],["yerelgazete.com.tr",3591],["mangazure.com",3593],["turizmprojedergisi.com",3594],["gundemkibris.com",3594],["ulasimonline.com",3594],["movieswatch.store",3595],["canlidizi6.com",3595],["sporcafe15.xyz",3596],["sporcafe16.xyz",3596],["sporcafe17.xyz",3596],["sporcafe18.xyz",3596],["sporcafe19.xyz",3596],["sporcafe20.xyz",3596],["sporcafe21.xyz",3596],["sporcafe22.xyz",3596],["sporcafe23.xyz",3596],["sporcafe24.xyz",3596],["sporcafe25.xyz",3596],["sporcafe26.xyz",3596],["sporcafe27.xyz",3596],["sporcafe28.xyz",3596],["sporcafe29.xyz",3596],["sporcafe30.xyz",3596],["sporcafe31.xyz",3596],["sporcafe32.xyz",3596],["afyonhaberturk.com",3600],["denizli20haber.com",3600],["egegundem.com.tr",3600],["fragmanlar.com",3600],["justintv61.top",3601],["justintv62.top",3601],["justintv63.top",3601],["justintv64.top",3601],["justintv65.top",3601],["justintv66.top",3601],["justintv67.top",3601],["justintv68.top",3601],["justintv69.top",3601],["justintv70.top",3601],["justintv71.top",3601],["justintv72.top",3601],["justintv73.top",3601],["justintv74.top",3601],["justintv75.top",3601],["justintv76.top",3601],["justintv77.top",3601],["justintv78.top",3601],["justintv79.top",3601],["justintv80.top",3601],["justintv81.top",3601],["justintv82.top",3601],["justintv83.top",3601],["justintv84.top",3601],["justintv85.top",3601],["justintv86.top",3601],["justintv87.top",3601],["justintv88.top",3601],["justintv89.top",3601],["justintv90.top",3601],["justintv91.top",3601],["justintv92.top",3601],["justintv93.top",3601],["justintv94.top",3601],["justintv95.top",3601],["justintv96.top",3601],["justintv97.top",3601],["justintv98.top",3601],["justintv99.top",3601],["justintv100.top",3601],["jestyayin941.com",3601],["jestyayin942.com",3601],["jestyayin943.com",3601],["jestyayin944.com",3601],["jestyayin945.com",3601],["jestyayin946.com",3601],["jestyayin947.com",3601],["jestyayin948.com",3601],["jestyayin949.com",3601],["jestyayin950.com",3601],["jestyayin951.com",3601],["jestyayin952.com",3601],["jestyayin953.com",3601],["jestyayin954.com",3601],["jestyayin955.com",3601],["jestyayin956.com",3601],["jestyayin957.com",3601],["jestyayin958.com",3601],["jestyayin959.com",3601],["jestyayin960.com",3601],["jestyayin961.com",3601],["jestyayin962.com",3601],["jestyayin963.com",3601],["jestyayin964.com",3601],["jestyayin965.com",3601],["jestyayin966.com",3601],["jestyayin967.com",3601],["jestyayin968.com",3601],["jestyayin969.com",3601],["jestyayin970.com",3601],["jestyayin971.com",3601],["jestyayin972.com",3601],["jestyayin973.com",3601],["jestyayin974.com",3601],["jestyayin975.com",3601],["jestyayin976.com",3601],["jestyayin977.com",3601],["jestyayin978.com",3601],["jestyayin979.com",3601],["jestyayin980.com",3601],["jestyayin981.com",3601],["jestyayin982.com",3601],["jestyayin983.com",3601],["jestyayin984.com",3601],["jestyayin985.com",3601],["jestyayin986.com",3601],["jestyayin987.com",3601],["jestyayin988.com",3601],["jestyayin989.com",3601],["jestyayin990.com",3601],["jestyayin991.com",3601],["jestyayin992.com",3601],["jestyayin993.com",3601],["jestyayin994.com",3601],["jestyayin995.com",3601],["jestyayin996.com",3601],["jestyayin997.com",3601],["jestyayin998.com",3601],["jestyayin999.com",3601],["jestyayin1000.com",3601],["balikesir24saat.com",3603],["iyihaberci.com",3603],["balkangunlugu.com.tr",3603],["bilardooyna.com",3603],["rekoroyun.com",3603],["muglagazetesi.com.tr",3604],["orduyorum.com",3603],["milliyetsanat.com",3606],["blackorwhitedergi.com",3607],["oyungemisi.net",3607],["oyunkuzusu.com",3607],["bursaspor.org.tr",3607],["listelist.com",3608],["kurtulusgazetesi.com.tr",3609],["mavididim.com.tr",3611],["webteizle.xyz",3612],["webteizle1.xyz",3612],["webteizle2.xyz",3612],["webteizle3.xyz",3612],["webteizle4.xyz",3612],["webteizle5.xyz",3612],["webteizle6.xyz",3612],["webteizle7.xyz",3612],["webteizle8.xyz",3612],["webteizle9.xyz",3612],["webteizle10.xyz",3612],["webteizle.click",3612],["webteizle1.click",3612],["webteizle2.click",3612],["webteizle3.click",3612],["webteizle4.click",3612],["webteizle5.click",3612],["webteizle6.click",3612],["webteizle7.click",3612],["webteizle8.click",3612],["webteizle9.click",3612],["webteizle10.click",3612],["webteizle3.com",3612],["webteizle4.com",3612],["webteizle5.com",3612],["webteizle6.com",3612],["webteizle7.com",3612],["webteizle8.com",3612],["webteizle9.com",3612],["webteizle10.com",3612],["webteizle.info",3612],["webteizle1.info",3612],["webteizle2.info",3612],["webteizle3.info",3612],["webteizle4.info",3612],["webteizle5.info",3612],["webteizle6.info",3612],["webteizle7.info",3612],["webteizle8.info",3612],["webteizle9.info",3612],["webteizle10.info",3612],["gidahatti.com",3615],["gazeteler.net",3616],["egitimhane.com",3617],["erzurumgazetesi.com.tr",3618],["isguc.org",3619],["moonfilmizle.com",3620],["hdfilmcanavari.org",3620],["filmmoduu.com",3620],["hdfilmizle.org",3620],["fullhdfilmizleabi.com",3620],["safirfilmizle1.com",3621],["filmkuzusu1.com",3621],["hdfreeizle.com",3622],["superfilmgeldi.net",3622],["sexfilmleriizle.com",3622],["fullfilmizletr.online",3623],["filmmodu.co",3624],["filmizlesene.*",3625],["hdfilmcehennem.live",3626],["rotabettv354.com",3627],["rotabettv355.com",3627],["rotabettv356.com",3627],["rotabettv357.com",3627],["rotabettv358.com",3627],["rotabettv359.com",3627],["rotabettv360.com",3627],["rotabettv361.com",3627],["rotabettv362.com",3627],["rotabettv363.com",3627],["betist126tv.live",3628],["betist127tv.live",3628],["betist128tv.live",3628],["betist129tv.live",3628],["betist130tv.live",3628],["betist131tv.live",3628],["betist132tv.live",3628],["betist134tv.live",3628],["betist135tv.live",3628],["betist136tv.live",3628],["betivotv156.com",3630],["betivotv157.com",3630],["betivotv158.com",3630],["betivotv159.com",3630],["betivotv160.com",3630],["betivotv161.com",3630],["betivotv162.com",3630],["betivotv163.com",3630],["betivotv164.com",3630],["betivotv165.com",3630],["betivotv166.com",3630],["milanotv25.shop",3633],["milanotv26.shop",3633],["milanotv27.shop",3633],["milanotv28.shop",3633],["milanotv29.shop",3633],["milanotv30.shop",3633],["milanotv31.shop",3633],["milanotv32.shop",3633],["milanotv33.shop",3633],["milanotv34.shop",3633],["milanotv35.shop",3633],["portobettv55.com",3635],["portobettv56.com",3635],["portobettv57.com",3635],["portobettv58.com",3635],["portobettv59.com",3635],["portobettv60.com",3635],["portobettv61.com",3635],["portobettv62.com",3635],["portobettv63.com",3635],["portobettv64.com",3635],["goblintvizle303.live",3636],["goblintvizle304.live",3636],["goblintvizle305.live",3636],["goblintvizle306.live",3636],["goblintvizle307.live",3636],["goblintvizle308.live",3636],["goblintvizle309.live",3636],["goblintvizle310.live",3636],["goblintvizle311.live",3636],["goblintvizle312.live",3636],["goblintvizle313.live",3636],["goblintvizle314.live",3636],["goblintvizle315.live",3636],["goblintvizle316.live",3636],["goblintvizle317.live",3636],["goblintvizle318.live",3636],["goblintvizle319.live",3636],["goblintvizle320.live",3636],["goblintvizle321.live",3636],["goblintvizle322.live",3636],["goblintvizle323.live",3636],["goblintvizle324.live",3636],["goblintvizle325.live",3636],["goblintvizle326.live",3636],["goblintvizle327.live",3636],["goblintvizle328.live",3636],["goblintvizle329.live",3636],["goblintvizle330.live",3636],["goblintvizle331.live",3636],["goblintvizle332.live",3636],["goblintvizle333.live",3636],["goblintvizle334.live",3636],["goblintvizle335.live",3636],["goblintvizle336.live",3636],["goblintvizle337.live",3636],["goblintvizle338.live",3636],["goblintvizle339.live",3636],["goblintvizle340.live",3636],["goblintvizle341.live",3636],["goblintvizle342.live",3636],["goblintvizle343.live",3636],["goblintvizle344.live",3636],["goblintvizle345.live",3636],["goblintvizle346.live",3636],["goblintvizle347.live",3636],["goblintvizle348.live",3636],["goblintvizle349.live",3636],["goblintvizle350.live",3636],["canlimacizle-hd3.com",3638],["canlimacizle-hd4.com",3638],["canlimacizle-hd5.com",3638],["canlimacizle-hd6.com",3638],["canlimacizle-hd7.com",3638],["canlimacizle-hd8.com",3638],["canlimacizle-hd9.com",3638],["canlimacizle-hd10.com",3638],["canlimacizle-hd11.com",3638],["canlimacizle-hd12.com",3638],["canlimacizle-hd13.com",3638],["canlimacizle-hd14.com",3638],["canlimacizle-hd15.com",3638],["canlimacizle-hd16.com",3638],["canlimacizle-hd17.com",3638],["canlimacizle-hd18.com",3638],["canlimacizle-hd19.com",3638],["canlimacizle-hd20.com",3638],["canlimacizle-hd21.com",3638],["canlimacizle-hd22.com",3638],["akintv1.live",3640],["akintv2.live",3640],["akintv3.live",3640],["akintv4.live",3640],["akintv5.live",3640],["akintv6.live",3640],["akintv7.live",3640],["akintv8.live",3640],["akintv9.live",3640],["akintv10.live",3640],["akintv11.live",3640],["akintv12.live",3640],["akintv13.live",3640],["akintv14.live",3640],["akintv15.live",3640],["akintv16.live",3640],["akintv17.live",3640],["akintv18.live",3640],["akintv19.live",3640],["akintv20.live",3640],["canlikolik.my",3642],["canlikolik1.my",3642],["canlikolik2.my",3642],["canlikolik3.my",3642],["canlikolik4.my",3642],["canlikolik5.my",3642],["canlikolik6.my",3642],["canlikolik7.my",3642],["canlikolik8.my",3642],["canlikolik9.my",3642],["canlikolik10.my",3642],["canlikolik11.my",3642],["canlikolik12.my",3642],["canlikolik13.my",3642],["canlikolik14.my",3642],["canlikolik15.my",3642],["canlikolik16.my",3642],["canlikolik17.my",3642],["canlikolik18.my",3642],["canlikolik19.my",3642],["canlikolik20.my",3642],["hentaizm6.online",3643],["hentaizm7.online",3643],["hentaizm8.online",3643],["hentaizm9.online",3643],["hentaizm10.online",3643],["hentaizm11.online",3643],["hentaizm12.online",3643],["hentaizm13.online",3643],["hentaizm14.online",3643],["hentaizm15.online",3643],["hentaizm16.online",3643],["hentaizm17.online",3643],["hentaizm18.online",3643],["hentaizm19.online",3643],["hentaizm20.online",3643],["hentaizm21.online",3643],["hentaizm22.online",3643],["hentaizm23.online",3643],["hentaizm24.online",3643],["hentaizm25.online",3643],["ugurfilm9.com",3644],["ugurfilm10.com",3644],["ugurfilm11.com",3644],["ugurfilm12.com",3644],["ugurfilm13.com",3644],["ugurfilm14.com",3644],["ugurfilm15.com",3644],["ugurfilm16.com",3644],["ugurfilm17.com",3644],["ugurfilm18.com",3644],["ugurfilm19.com",3644],["ugurfilm20.com",3644],["ugurfilm21.com",3644],["ugurfilm22.com",3644],["ugurfilm23.com",3644],["ugurfilm24.com",3644],["ugurfilm25.com",3644],["ugurfilm26.com",3644],["ugurfilm27.com",3644],["ugurfilm28.com",3644],["ugurfilm29.com",3644],["ugurfilm30.com",3644],["canlimacizlemax446.top",3646],["canlimacizlemax447.top",3646],["canlimacizlemax448.top",3646],["canlimacizlemax449.top",3646],["canlimacizlemax450.top",3646],["canlimacizlemax451.top",3646],["canlimacizlemax452.top",3646],["canlimacizlemax453.top",3646],["canlimacizlemax454.top",3646],["canlimacizlemax455.top",3646],["canlimacizlemax456.top",3646],["canlimacizlemax457.top",3646],["canlimacizlemax458.top",3646],["canlimacizlemax459.top",3646],["canlimacizlemax460.top",3646],["canlimacizlemax461.top",3646],["canlimacizlemax462.top",3646],["canlimacizlemax463.top",3646],["canlimacizlemax464.top",3646],["canlimacizlemax465.top",3646],["canlimacizlemax466.top",3646],["canlimacizlemax467.top",3646],["canlimacizlemax468.top",3646],["canlimacizlemax469.top",3646],["canlimacizlemax470.top",3646],["canlimacizlemax471.top",3646],["canlimacizlemax472.top",3646],["canlimacizlemax473.top",3646],["canlimacizlemax474.top",3646],["canlimacizlemax475.top",3646],["canlimacizlemax476.top",3646],["canlimacizlemax477.top",3646],["canlimacizlemax478.top",3646],["canlimacizlemax479.top",3646],["hdselcuksports420.top",3650],["hdselcuksports421.top",3650],["hdselcuksports422.top",3650],["hdselcuksports423.top",3650],["hdselcuksports424.top",3650],["hdselcuksports425.top",3650],["hdselcuksports426.top",3650],["hdselcuksports427.top",3650],["hdselcuksports428.top",3650],["hdselcuksports429.top",3650],["hdselcuksports430.top",3650],["hdselcuksports431.top",3650],["hdselcuksports432.top",3650],["hdselcuksports433.top",3650],["hdselcuksports434.top",3650],["hdselcuksports435.top",3650],["hdselcuksports436.top",3650],["hdselcuksports437.top",3650],["hdselcuksports438.top",3650],["hdselcuksports439.top",3650],["hdselcuksports440.top",3650],["hdselcuksports441.top",3650],["hdselcuksports442.top",3650],["hdselcuksports443.top",3650],["hdselcuksports444.top",3650],["hdselcuksports445.top",3650],["hdselcuksports446.top",3650],["hdselcuksports447.top",3650],["hdselcuksports448.top",3650],["hdselcuksports449.top",3650],["hdselcuksports450.top",3650],["hdselcuksports451.top",3650],["hdselcuksports452.top",3650],["hdselcuksports453.top",3650],["hdselcuksports454.top",3650],["hdselcuksports455.top",3650],["hdselcuksports456.top",3650],["hdselcuksports457.top",3650],["hdselcuksports458.top",3650],["hdselcuksports459.top",3650],["hdselcuksports460.top",3650],["hdselcuksports461.top",3650],["hdselcuksports462.top",3650],["hdselcuksports463.top",3650],["hdselcuksports464.top",3650],["hdselcuksports465.top",3650],["hdselcuksports466.top",3650],["hdselcuksports467.top",3650],["hdselcuksports468.top",3650],["hdselcuksports469.top",3650],["hdselcuksports470.top",3650],["hdselcuksports471.top",3650],["hdselcuksports472.top",3650],["justintvizle430.top",3653],["justintvizle431.top",3653],["justintvizle432.top",3653],["justintvizle433.top",3653],["justintvizle434.top",3653],["justintvizle435.top",3653],["justintvizle436.top",3653],["justintvizle437.top",3653],["justintvizle438.top",3653],["justintvizle439.top",3653],["justintvizle440.top",3653],["justintvizle441.top",3653],["justintvizle442.top",3653],["justintvizle443.top",3653],["justintvizle444.top",3653],["justintvizle445.top",3653],["justintvizle446.top",3653],["justintvizle447.top",3653],["justintvizle448.top",3653],["justintvizle449.top",3653],["kuponuna284.top",3655],["kuponuna285.top",3655],["kuponuna286.top",3655],["kuponuna287.top",3655],["kuponuna288.top",3655],["kuponuna289.top",3655],["kuponuna290.top",3655],["kuponuna291.top",3655],["kuponuna292.top",3655],["kuponuna293.top",3655],["kuponuna294.top",3655],["sporcafe-cc312b798596.xyz",3664],["belestepe583.shop",3665],["belestepe584.shop",3665],["belestepe585.shop",3665],["belestepe586.shop",3665],["belestepe587.shop",3665],["belestepe588.shop",3665],["belestepe589.shop",3665],["belestepe590.shop",3665],["belestepe591.shop",3665],["belestepe592.shop",3665],["belestepe593.shop",3665],["belestepe594.shop",3665],["belestepe595.shop",3665],["belestepe596.shop",3665],["belestepe597.shop",3665],["belestepe598.shop",3665],["belestepe599.shop",3665],["belestepe600.shop",3665],["belestepe601.shop",3665],["belestepe602.shop",3665],["belestepe603.shop",3665],["belestepe604.shop",3665],["belestepe605.shop",3665],["belestepe606.shop",3665],["belestepe607.shop",3665],["belestepe608.shop",3665],["belestepe609.shop",3665],["belestepe610.shop",3665],["belestepe611.shop",3665],["belestepe612.shop",3665],["belestepe613.shop",3665],["belestepe614.shop",3665],["belestepe615.shop",3665],["belestepe616.shop",3665],["belestepe617.shop",3665],["belestepe618.shop",3665],["belestepe619.shop",3665],["belestepe620.shop",3665],["belestepe621.shop",3665],["belestepe622.shop",3665],["belestepe623.shop",3665],["belestepe624.shop",3665],["belestepe625.shop",3665],["belestepe626.shop",3665],["belestepe627.shop",3665],["belestepe628.shop",3665],["belestepe629.shop",3665],["belestepe630.shop",3665],["mactanmaca322.shop",3665],["mactanmaca323.shop",3665],["mactanmaca324.shop",3665],["mactanmaca325.shop",3665],["mactanmaca326.shop",3665],["mactanmaca327.shop",3665],["mactanmaca328.shop",3665],["mactanmaca329.shop",3665],["mactanmaca330.shop",3665],["mactanmaca331.shop",3665],["mactanmaca332.shop",3665],["mactanmaca333.shop",3665],["mactanmaca334.shop",3665],["mactanmaca335.shop",3665],["mactanmaca336.shop",3665],["mactanmaca337.shop",3665],["mactanmaca338.shop",3665],["mactanmaca339.shop",3665],["mactanmaca340.shop",3665],["mactanmaca341.shop",3665],["dmlstechnology.com",3666],["justintvde.com",3666],["justin-tv.org",3666],["justintvizle58.top",3669],["justintvizle59.top",3669],["justintvizle60.top",3669],["justintvizle61.top",3669],["justintvizle62.top",3669],["justintvizle63.top",3669],["justintvizle64.top",3669],["justintvizle65.top",3669],["justintvizle66.top",3669],["justintvizle67.top",3669],["justintvizle68.top",3669],["justintvizle69.top",3669],["justintvizle70.top",3669],["justintvizle71.top",3669],["justintvizle72.top",3669],["justintvizle73.top",3669],["justintvizle74.top",3669],["justintvizle75.top",3669],["justintvizle76.top",3669],["justintvizle77.top",3669],["selcuksports2.com",3670],["selcuksports3.com",3670],["selcuksports4.com",3670],["selcuksports5.com",3670],["selcuksports6.com",3670],["selcuksports7.com",3670],["selcuksports8.com",3670],["selcuksports9.com",3670],["selcuksports10.com",3670],["selcuksports11.com",3670],["selcuksports12.com",3670],["selcuksports13.com",3670],["selcuksports14.com",3670],["selcuksports15.com",3670],["selcuksports16.com",3670],["selcuksports17.com",3670],["selcuksports18.com",3670],["selcuksports19.com",3670],["selcuksports20.com",3670],["selcuksports21.com",3670],["pressedfur.com",3671],["taraftariummdeneme.blogspot.com",3672],["channelbein34.blogspot.com",3674],["channelbein33.blogspot.com",3674],["hdtaraftartv1000.blogspot.com",3675],["dizilla10.club",3676],["dizilla11.club",3676],["dizilla12.club",3676],["dizilla13.club",3676],["dizilla14.club",3676],["dizilla15.club",3676],["dizilla16.club",3676],["dizilla17.club",3676],["dizilla18.club",3676],["dizilla19.club",3676],["dizilla20.club",3676],["selcuksportshd.is",3679],["tvboff10.com",3680],["tvboff11.com",3680],["tvboff12.com",3680],["tvboff13.com",3680],["tvboff14.com",3680],["tvboff15.com",3680],["tvboff16.com",3680],["tvboff17.com",3680],["tvboff18.com",3680],["tvboff19.com",3680],["tvboff20.com",3680],["webspor102.xyz",3681],["webspor103.xyz",3681],["webspor104.xyz",3681],["webspor105.xyz",3681],["webspor106.xyz",3681],["webspor107.xyz",3681],["webspor108.xyz",3681],["webspor109.xyz",3681],["webspor110.xyz",3681],["webspor111.xyz",3681],["webspor112.xyz",3681],["webspor113.xyz",3681],["webspor114.xyz",3681],["webspor115.xyz",3681],["webspor116.xyz",3681],["webspor117.xyz",3681],["webspor118.xyz",3681],["webspor119.xyz",3681],["webspor120.xyz",3681],["webspor121.xyz",3681],["webspor122.xyz",3681],["webspor123.xyz",3681],["webspor124.xyz",3681],["webspor125.xyz",3681],["dizipal1.live",3683],["dizipal2.live",3683],["dizipal3.live",3683],["dizipal4.live",3683],["dizipal5.live",3683],["dizipal6.live",3683],["dizipal7.live",3683],["dizipal8.live",3683],["dizipal9.live",3683],["dizipal10.live",3683],["dizipal11.live",3683],["dizipal12.live",3683],["dizipal13.live",3683],["dizipal14.live",3683],["dizipal15.live",3683],["dizipal16.live",3683],["dizipal17.live",3683],["dizipal18.live",3683],["dizipal19.live",3683],["dizipal20.live",3683],["dizipal21.live",3683],["dizipal22.live",3683],["dizipal23.live",3683],["dizipal24.live",3683],["dizipal25.live",3683],["dizipal26.live",3683],["dizipal27.live",3683],["dizipal28.live",3683],["dizipal29.live",3683],["dizipal30.live",3683],["dizipal31.live",3683],["dizipal32.live",3683],["dizipal33.live",3683],["dizipal34.live",3683],["dizipal35.live",3683],["dizipal36.live",3683],["dizipal37.live",3683],["dizipal38.live",3683],["dizipal39.live",3683],["dizipal40.live",3683],["dizipal41.live",3683],["dizipal42.live",3683],["dizipal43.live",3683],["dizipal44.live",3683],["dizipal45.live",3683],["dizipal46.live",3683],["dizipal47.live",3683],["dizipal48.live",3683],["dizipal49.live",3683],["dizipal50.live",3683],["dizipal12.plus",3684],["dizipal13.plus",3684],["dizipal14.plus",3684],["dizipal15.plus",3684],["dizipal16.plus",3684],["dizipal17.plus",3684],["dizipal18.plus",3684],["dizipal19.plus",3684],["dizipal20.plus",3684],["dizipal21.plus",3684],["dizipal22.plus",3684],["dizipal23.plus",3684],["dizipal24.plus",3684],["dizipal25.plus",3684],["dizipal26.plus",3684],["dizipal27.plus",3684],["dizipal28.plus",3684],["dizipal29.plus",3684],["dizipal30.plus",3684],["dizipal31.plus",3684],["xyzsports173.xyz",3685],["xyzsports174.xyz",3685],["xyzsports175.xyz",3685],["xyzsports176.xyz",3685],["xyzsports177.xyz",3685],["xyzsports178.xyz",3685],["xyzsports179.xyz",3685],["xyzsports180.xyz",3685],["xyzsports181.xyz",3685],["xyzsports182.xyz",3685],["xyzsports183.xyz",3685],["xyzsports184.xyz",3685],["xyzsports185.xyz",3685],["xyzsports186.xyz",3685],["xyzsports187.xyz",3685],["xyzsports188.xyz",3685],["xyzsports189.xyz",3685],["xyzsports190.xyz",3685],["xyzsports191.xyz",3685],["xyzsports192.xyz",3685],["xyzsports193.xyz",3685],["xyzsports194.xyz",3685],["xyzsports195.xyz",3685],["xyzsports197.xyz",3685],["xyzsports198.xyz",3685],["xyzsports199.xyz",3685],["xyzsports200.xyz",3685],["bahisanaliz31.com",3688],["bahisanaliz32.com",3688],["bahisanaliz33.com",3688],["bahisanaliz34.com",3688],["bahisanaliz35.com",3688],["bahisanaliz36.com",3688],["bahisanaliz37.com",3688],["bahisanaliz38.com",3688],["bahisanaliz39.com",3688],["bahisanaliz40.com",3688],["bahisanaliz41.com",3688],["bahisanaliz42.com",3688],["bahisanaliz43.com",3688],["bahisanaliz44.com",3688],["bahisanaliz45.com",3688],["bahisanaliz46.com",3688],["bahisanaliz47.com",3688],["bahisanaliz48.com",3688],["bahisanaliz49.com",3688],["bahisanaliz50.com",3688],["filmizletv3.com",3691],["filmizletv4.com",3691],["filmizletv5.com",3691],["filmizletv6.com",3691],["filmizletv7.com",3691],["filmizletv8.com",3691],["filmizletv9.com",3691],["filmizletv10.com",3691],["filmizletv11.com",3691],["filmizletv12.com",3691],["filmizletv13.com",3691],["filmizletv14.com",3691],["filmizletv15.com",3691],["filmizletv16.com",3691],["filmizletv17.com",3691],["filmizletv18.com",3691],["filmizletv19.com",3691],["filmizletv20.com",3691],["sinefy2.com",3692],["sinefy4.com",3692],["sinefy5.com",3692],["sinefy6.com",3692],["sinefy7.com",3692],["sinefy8.com",3692],["sinefy9.com",3692],["sinefy10.com",3692],["fullhddizifilmizle2.net",3693],["fullhddizifilmizle3.net",3693],["fullhddizifilmizle4.net",3693],["fullhddizifilmizle5.net",3693],["fullhddizifilmizle6.net",3693],["fullhddizifilmizle7.net",3693],["fullhddizifilmizle8.net",3693],["fullhddizifilmizle9.net",3693],["fullhddizifilmizle10.net",3693],["fullhddizifilmizle11.net",3693],["fullhddizifilmizle12.net",3693],["fullhddizifilmizle13.net",3693],["fullhddizifilmizle14.net",3693],["fullhddizifilmizle15.net",3693],["fullhddizifilmizle16.net",3693],["fullhddizifilmizle17.net",3693],["fullhddizifilmizle18.net",3693],["fullhddizifilmizle19.net",3693],["fullhddizifilmizle20.net",3693],["fullhddizifilmizle21.net",3693],["fullhddizifilmizle22.net",3693],["fullhddizifilmizle23.net",3693],["fullhddizifilmizle24.net",3693],["fullhddizifilmizle25.net",3693],["fullhddizifilmizle26.net",3693],["fullhddizifilmizle27.net",3693],["fullhddizifilmizle28.net",3693],["sporligtv480.live",3695],["sporligtv481.live",3695],["sporligtv482.live",3695],["sporligtv483.live",3695],["sporligtv484.live",3695],["sporligtv485.live",3695],["sporligtv486.live",3695],["sporligtv487.live",3695],["sporligtv488.live",3695],["sporligtv489.live",3695],["sporligtv490.live",3695],["sporligtv491.live",3695],["sporligtv492.live",3695],["sporligtv493.live",3695],["sporligtv494.live",3695],["sporligtv495.live",3695],["sporligtv496.live",3695],["sporligtv497.live",3695],["sporligtv498.live",3695],["sporligtv499.live",3695],["sporligtv500.live",3695],["asyaanimeleri01.com",3696],["asyaanimeleri02.com",3696],["asyaanimeleri03.com",3696],["asyaanimeleri04.com",3696],["asyaanimeleri05.com",3696],["asyaanimeleri06.com",3696],["sezonlukdizi3.com",3697],["sezonlukdizi5.com",3697],["sezonlukdizi6.com",3697],["sezonlukdizi7.com",3697],["sezonlukdizi8.com",3697],["sezonlukdizi9.com",3697],["sezonlukdizi10.com",3697],["sezonlukdizi11.com",3697],["sezonlukdizi12.com",3697],["sezonlukdizi13.com",3697],["sezonlukdizi14.com",3697],["sezonlukdizi15.com",3697],["sezonlukdizi16.com",3697],["sezonlukdizi17.com",3697],["sezonlukdizi18.com",3697],["sezonlukdizi19.com",3697],["sezonlukdizi20.com",3697],["sezonlukdizi21.com",3697],["sezonlukdizi22.com",3697],["sezonlukdizi23.com",3697],["sezonlukdizi24.com",3697],["sezonlukdizi25.com",3697],["sezonlukdizi26.com",3697],["sezonlukdizi27.com",3697],["sezonlukdizi28.com",3697],["sezonlukdizi29.com",3697],["sezonlukdizi30.com",3697],["sinepal.vip",3699],["sinepal1.vip",3699],["sinepal2.vip",3699],["sinepal3.vip",3699],["sinepal4.vip",3699],["sinepal5.vip",3699],["sinepal6.vip",3699],["sinepal7.vip",3699],["sinepal8.vip",3699],["sinepal9.vip",3699],["sinepal10.vip",3699],["sinepal11.vip",3699],["fullfilmcidayi4.com",3701],["fullfilmcidayi5.com",3701],["fullfilmcidayi6.com",3701],["fullfilmcidayi7.com",3701],["fullfilmcidayi8.com",3701],["fullfilmcidayi9.com",3701],["fullfilmcidayi10.com",3701],["fullfilmcidayi11.com",3701],["fullfilmcidayi12.com",3701],["fullfilmcidayi13.com",3701],["fullfilmcidayi14.com",3701],["fullfilmcidayi15.com",3701],["fullfilmcidayi16.com",3701],["fullfilmcidayi17.com",3701],["fullfilmcidayi18.com",3701],["fullfilmcidayi19.com",3701],["fullfilmcidayi20.com",3701],["fullfilmcidayi21.com",3701],["fullfilmcidayi22.com",3701],["fullfilmcidayi23.com",3701],["fullfilmcidayi24.com",3701],["fullfilmcidayi25.com",3701],["fullfilmcidayi26.com",3701],["fullfilmcidayi27.com",3701],["fullfilmcidayi28.com",3701],["fullfilmcidayi29.com",3701],["fullfilmcidayi30.com",3701],["sportradar25.com",3705],["sportradar26.com",3705],["sportradar27.com",3705],["sportradar28.com",3705],["sportradar29.com",3705],["sportradar30.com",3705],["sportradar31.com",3705],["sportradar32.com",3705],["sportradar33.com",3705],["sportradar34.com",3705],["sportradar35.com",3705],["sportradar36.com",3705],["sportradar37.com",3705],["sportradar38.com",3705],["sportradar39.com",3705],["sportradar40.com",3705],["sportradar41.com",3705],["sportradar42.com",3705],["sportradar43.com",3705],["sportradar44.com",3705],["sportradar45.com",3705],["sportradar46.com",3705],["sportradar47.com",3705],["sportradar48.com",3705],["sportradar49.com",3705],["sportradar50.com",3705],["mail.yandex.com.tr",3706],["yandex.com.tr",3707],["filmizleplus.*",3708],["hdfilmizlesene.*",3708],["adguard.info",3710],["adguard.com",3710],["adguard.app",3710],["~silahilanlarim.com",3711],["~agendazdsp.blogspot.com",3712],["~agendazd.blogspot.com",3712],["~zeichenkram.de",3712],["~roketdizi.*",3713],["~dizilla.club",3713],["~hepsiemlak.com",3714],["~ralphlauren.com",3715],["~ralphlauren.eu",3715],["~makemytrip.com",3715],["~ralphlauren.co.uk",3715],["~librus.pl",3715],["~festtravel.com",3715],["~tvtime.com",3715],["~tvshowtime.com",3715],["~mislink3.com",3716],["~kumasref.com",3717],["~canakkaleolay.com",3718],["~fullhdfilm.*",3719],["~otomobilteknoloji.blogspot.com",3720],["~hepsinefis.com",3720],["~kriptoarena.com",3721],["~kopekturleri.org",3722],["~themagger.com",3723],["~sagligabiradim.com",3724],["~mobile.donanimhaber.com",3725],["~anker.com",3726],["~aysetolga.com",3727],["~wanhaber.com",3728],["~alalimsatalim.com",3729]]);
33
33
  const hasEntities = true;
34
34
 
35
35
  self.specificImports = self.specificImports || [];