@browserless.io/browserless 2.36.0 → 2.37.0
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.
- package/CHANGELOG.md +16 -2
- package/build/browsers/index.d.ts +1 -0
- package/build/browsers/index.js +3 -2
- package/build/http.d.ts +3 -2
- package/build/http.js +3 -2
- package/build/routes/chrome/tests/kill-sessions.spec.js +0 -11
- package/build/routes/chrome/ws/function-connect.d.ts +7 -0
- package/build/routes/chrome/ws/function-connect.js +6 -0
- package/build/routes/chrome/ws/function-connect.query.json +120 -0
- package/build/routes/chromium/ws/function-connect.d.ts +1 -0
- package/build/routes/chromium/ws/function-connect.js +1 -0
- package/build/routes/chromium/ws/function-connect.query.json +120 -0
- package/build/routes/edge/ws/function-connect.d.ts +7 -0
- package/build/routes/edge/ws/function-connect.js +6 -0
- package/build/routes/edge/ws/function-connect.query.json +120 -0
- package/build/sdk-utils.js +1 -1
- package/build/shared/function-connect.ws.d.ts +15 -0
- package/build/shared/function-connect.ws.js +13 -0
- package/build/shared/utils/function/handler.js +6 -4
- package/build/types.d.ts +6 -0
- package/build/types.js +3 -0
- package/extensions/ublocklite/_locales/ar/messages.json +60 -24
- package/extensions/ublocklite/_locales/az/messages.json +36 -0
- package/extensions/ublocklite/_locales/be/messages.json +36 -0
- package/extensions/ublocklite/_locales/bg/messages.json +36 -0
- package/extensions/ublocklite/_locales/bn/messages.json +36 -0
- package/extensions/ublocklite/_locales/br_FR/messages.json +36 -0
- package/extensions/ublocklite/_locales/bs/messages.json +36 -0
- package/extensions/ublocklite/_locales/ca/messages.json +36 -0
- package/extensions/ublocklite/_locales/cs/messages.json +36 -0
- package/extensions/ublocklite/_locales/cv/messages.json +36 -0
- package/extensions/ublocklite/_locales/cy/messages.json +40 -4
- package/extensions/ublocklite/_locales/da/messages.json +39 -3
- package/extensions/ublocklite/_locales/de/messages.json +36 -0
- package/extensions/ublocklite/_locales/el/messages.json +36 -0
- package/extensions/ublocklite/_locales/en/messages.json +36 -0
- package/extensions/ublocklite/_locales/en_GB/messages.json +36 -0
- package/extensions/ublocklite/_locales/eo/messages.json +36 -0
- package/extensions/ublocklite/_locales/es/messages.json +36 -0
- package/extensions/ublocklite/_locales/et/messages.json +36 -0
- package/extensions/ublocklite/_locales/eu/messages.json +36 -0
- package/extensions/ublocklite/_locales/fa/messages.json +36 -0
- package/extensions/ublocklite/_locales/fi/messages.json +37 -1
- package/extensions/ublocklite/_locales/fil/messages.json +36 -0
- package/extensions/ublocklite/_locales/fr/messages.json +36 -0
- package/extensions/ublocklite/_locales/fy/messages.json +37 -1
- package/extensions/ublocklite/_locales/gl/messages.json +37 -1
- package/extensions/ublocklite/_locales/gu/messages.json +36 -0
- package/extensions/ublocklite/_locales/he/messages.json +36 -0
- package/extensions/ublocklite/_locales/hi/messages.json +36 -0
- package/extensions/ublocklite/_locales/hr/messages.json +36 -0
- package/extensions/ublocklite/_locales/hu/messages.json +36 -0
- package/extensions/ublocklite/_locales/hy/messages.json +36 -0
- package/extensions/ublocklite/_locales/id/messages.json +36 -0
- package/extensions/ublocklite/_locales/it/messages.json +36 -0
- package/extensions/ublocklite/_locales/ja/messages.json +36 -0
- package/extensions/ublocklite/_locales/ka/messages.json +36 -0
- package/extensions/ublocklite/_locales/kk/messages.json +36 -0
- package/extensions/ublocklite/_locales/kn/messages.json +36 -0
- package/extensions/ublocklite/_locales/ko/messages.json +36 -0
- package/extensions/ublocklite/_locales/lt/messages.json +36 -0
- package/extensions/ublocklite/_locales/lv/messages.json +36 -0
- package/extensions/ublocklite/_locales/mk/messages.json +36 -0
- package/extensions/ublocklite/_locales/ml/messages.json +36 -0
- package/extensions/ublocklite/_locales/mr/messages.json +36 -0
- package/extensions/ublocklite/_locales/ms/messages.json +36 -0
- package/extensions/ublocklite/_locales/nb/messages.json +53 -17
- package/extensions/ublocklite/_locales/nl/messages.json +36 -0
- package/extensions/ublocklite/_locales/oc/messages.json +36 -0
- package/extensions/ublocklite/_locales/pa/messages.json +36 -0
- package/extensions/ublocklite/_locales/pl/messages.json +36 -0
- package/extensions/ublocklite/_locales/pt_BR/messages.json +36 -0
- package/extensions/ublocklite/_locales/pt_PT/messages.json +36 -0
- package/extensions/ublocklite/_locales/ro/messages.json +36 -0
- package/extensions/ublocklite/_locales/ru/messages.json +36 -0
- package/extensions/ublocklite/_locales/si/messages.json +36 -0
- package/extensions/ublocklite/_locales/sk/messages.json +36 -0
- package/extensions/ublocklite/_locales/sl/messages.json +36 -0
- package/extensions/ublocklite/_locales/so/messages.json +36 -0
- package/extensions/ublocklite/_locales/sq/messages.json +36 -0
- package/extensions/ublocklite/_locales/sr/messages.json +36 -0
- package/extensions/ublocklite/_locales/sv/messages.json +36 -0
- package/extensions/ublocklite/_locales/sw/messages.json +36 -0
- package/extensions/ublocklite/_locales/ta/messages.json +36 -0
- package/extensions/ublocklite/_locales/te/messages.json +36 -0
- package/extensions/ublocklite/_locales/th/messages.json +36 -0
- package/extensions/ublocklite/_locales/tr/messages.json +36 -0
- package/extensions/ublocklite/_locales/uk/messages.json +36 -0
- package/extensions/ublocklite/_locales/ur/messages.json +36 -0
- package/extensions/ublocklite/_locales/vi/messages.json +36 -0
- package/extensions/ublocklite/_locales/zh_CN/messages.json +36 -0
- package/extensions/ublocklite/_locales/zh_TW/messages.json +36 -0
- package/extensions/ublocklite/css/dashboard-common.css +0 -1
- package/extensions/ublocklite/css/dashboard.css +8 -0
- package/extensions/ublocklite/css/settings.css +101 -1
- package/extensions/ublocklite/css/unpicker-ui.css +1 -0
- package/extensions/ublocklite/dashboard.html +48 -11
- package/extensions/ublocklite/js/background.js +49 -35
- package/extensions/ublocklite/js/backup-restore.js +153 -0
- package/extensions/ublocklite/js/config.js +2 -0
- package/extensions/ublocklite/js/dashboard.js +19 -0
- package/extensions/ublocklite/js/develop.js +2 -11
- package/extensions/ublocklite/js/dom.js +10 -0
- package/extensions/ublocklite/js/filter-lists.js +5 -5
- package/extensions/ublocklite/js/filter-manager-ui.js +486 -0
- package/extensions/ublocklite/js/filter-manager.js +85 -53
- package/extensions/ublocklite/js/mode-manager.js +8 -1
- package/extensions/ublocklite/js/picker-ui.js +2 -2
- package/extensions/ublocklite/js/popup.js +20 -20
- package/extensions/ublocklite/js/ro-dnr-editor.js +9 -5
- package/extensions/ublocklite/js/ruleset-manager.js +13 -8
- package/extensions/ublocklite/js/scripting/unpicker.js +3 -3
- package/extensions/ublocklite/js/settings.js +51 -0
- package/extensions/ublocklite/js/static-filtering-parser.js +4 -4
- package/extensions/ublocklite/js/unpicker-ui.js +5 -5
- package/extensions/ublocklite/js/utils.js +14 -0
- package/extensions/ublocklite/manifest.json +2 -2
- package/extensions/ublocklite/rulesets/generic-details.json +2 -3
- package/extensions/ublocklite/rulesets/main/adguard-mobile.json +3 -2
- package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +5 -4
- package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +12 -4
- package/extensions/ublocklite/rulesets/main/annoyances-notifications.json +3 -1
- package/extensions/ublocklite/rulesets/main/annoyances-others.json +4 -3
- package/extensions/ublocklite/rulesets/main/annoyances-overlays.json +4 -3
- package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +4 -2
- package/extensions/ublocklite/rulesets/main/block-lan.json +3 -1
- package/extensions/ublocklite/rulesets/main/chn-0.json +25 -16
- package/extensions/ublocklite/rulesets/main/deu-0.json +2 -9
- package/extensions/ublocklite/rulesets/main/easylist.json +26 -65
- package/extensions/ublocklite/rulesets/main/easyprivacy.json +94 -21
- package/extensions/ublocklite/rulesets/main/fin-0.json +2 -1
- package/extensions/ublocklite/rulesets/main/fra-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/hun-0.json +3 -2
- package/extensions/ublocklite/rulesets/main/idn-0.json +22 -8
- package/extensions/ublocklite/rulesets/main/ind-0.json +62 -43
- package/extensions/ublocklite/rulesets/main/irn-0.json +5 -4
- package/extensions/ublocklite/rulesets/main/isr-0.json +2 -3
- package/extensions/ublocklite/rulesets/main/ita-0.json +9 -2
- package/extensions/ublocklite/rulesets/main/jpn-1.json +49 -31
- package/extensions/ublocklite/rulesets/main/kor-1.json +6 -3
- package/extensions/ublocklite/rulesets/main/nld-0.json +4 -1
- package/extensions/ublocklite/rulesets/main/pgl.json +30 -6
- package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/rou-1.json +4 -2
- package/extensions/ublocklite/rulesets/main/rus-0.json +18 -11
- package/extensions/ublocklite/rulesets/main/rus-1.json +3 -3
- package/extensions/ublocklite/rulesets/main/spa-1.json +6 -5
- package/extensions/ublocklite/rulesets/main/stevenblack-hosts.json +10500 -90447
- package/extensions/ublocklite/rulesets/main/swe-1.json +36 -27
- package/extensions/ublocklite/rulesets/main/tur-0.json +10 -7
- package/extensions/ublocklite/rulesets/main/ublock-badware.json +37 -13
- package/extensions/ublocklite/rulesets/main/ublock-filters.json +61 -34
- package/extensions/ublocklite/rulesets/main/ubol-tests.json +28 -0
- package/extensions/ublocklite/rulesets/main/ukr-0.json +1 -1
- package/extensions/ublocklite/rulesets/main/urlhaus-full.json +1575 -584
- package/extensions/ublocklite/rulesets/main/vie-1.json +40 -44
- package/extensions/ublocklite/rulesets/regex/chn-0.json +2 -2
- package/extensions/ublocklite/rulesets/regex/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -2
- package/extensions/ublocklite/rulesets/regex/swe-1.json +0 -1
- package/extensions/ublocklite/rulesets/regex/ublock-badware.json +9 -3
- package/extensions/ublocklite/rulesets/regex/ublock-filters.json +22 -16
- package/extensions/ublocklite/rulesets/ruleset-details.json +206 -206
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-notifications.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-others.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/chn-0.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generic/jpn-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/rus-1.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/generic/swe-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/generic/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/generichigh/easylist.css +2 -1
- package/extensions/ublocklite/rulesets/scripting/generichigh/idn-0.css +3 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/jpn-1.css +1 -0
- package/extensions/ublocklite/rulesets/scripting/generichigh/ublock-filters.css +9 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/deu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/irn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/kor-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ltu-0.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/rou-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/rus-1.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/procedural/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.adjust-setTimeout.js +332 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.json-prune-fetch-response.js +588 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.json-prune-xhr-response.js +597 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.remove-cookie.js +376 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.set-cookie-reload.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.xml-prune.js +443 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie-reload.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +88 -77
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie-reload.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.set-session-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-click-element.js +88 -77
- package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.spoof-css.js +422 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.href-sanitizer.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.abort-current-script.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.href-sanitizer.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.json-prune-xhr-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +471 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-xhr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.remove-cookie.js +376 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-property-write.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.close-window.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.href-sanitizer.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.json-prune-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.json-prune-xhr-response.js +597 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.set-constant.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.href-sanitizer.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.abort-on-property-read.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.remove-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-write.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setInterval.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.adjust-setTimeout.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.href-sanitizer.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-xhr-response.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-cookie.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-attr.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-local-storage-item.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-session-storage-item.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.spoof-css.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-click-element.js +86 -75
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-create-html.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +851 -0
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +2 -2
- package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/fra-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/irn-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ltu-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/nld-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rou-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/rus-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-badware.js +1 -1
- package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/ukr-0.js +3 -3
- package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
- package/extensions/ublocklite/rulesets/scriptlet-details.json +227 -126
- package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/annoyances-others.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/chn-0.json +222 -1
- package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +62 -2
- package/extensions/ublocklite/rulesets/strictblock/idn-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/irn-0.json +4 -1
- package/extensions/ublocklite/rulesets/strictblock/isr-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/ita-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +203 -186
- package/extensions/ublocklite/rulesets/strictblock/pgl.json +30 -6
- package/extensions/ublocklite/rulesets/strictblock/pol-0.json +2 -0
- package/extensions/ublocklite/rulesets/strictblock/rou-1.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/stevenblack-hosts.json +10500 -90447
- package/extensions/ublocklite/rulesets/strictblock/swe-1.json +0 -3
- package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +655 -650
- package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +1 -1
- package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +1 -0
- package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +1575 -584
- package/extensions/ublocklite/rulesets/strictblock/vie-1.json +0 -3
- package/extensions/ublocklite/rulesets/urlskip/ublock-filters.json +31 -1
- package/extensions/ublocklite/ublock.zip +0 -0
- package/extensions/ublocklite/web_accessible_resources/google-ima.js +14 -7
- package/package.json +7 -7
- package/src/browsers/index.ts +5 -4
- package/src/http.ts +3 -2
- package/src/routes/chrome/tests/kill-sessions.spec.ts +0 -10
- package/src/routes/chrome/ws/function-connect.ts +12 -0
- package/src/routes/chromium/ws/function-connect.ts +1 -0
- package/src/routes/edge/ws/function-connect.ts +12 -0
- package/src/sdk-utils.ts +1 -1
- package/src/shared/function-connect.ws.ts +38 -0
- package/src/shared/utils/function/handler.ts +11 -6
- package/src/types.ts +4 -0
- package/static/docs/swagger.json +104 -2
- package/static/docs/swagger.min.json +103 -1
- package/static/function/client.js +14 -20
- package/static/function/index.html +14 -20
|
@@ -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",".onn_placeholder","div[data-dest=\"placeholder\"]",".search-store-ads-container",".row > div.text-center:has(> div.adpro)",".tdb-block-inner > .code-block","div[data-test-id=\"sponsored-products\"]",".adv-col",".content-adv-col","#masthead-ad",".Html_Kod_1.numodul",".mt-4.\\32 xl\\:max-w-screen-2xl:not(.lg\\:brd-full)",".haber-ici-2_greklam",".lg\\:max-w-full > .lg\\:hidden.py-4.px-0",".widget-300x600","#__next > div[class]:has(> div[class] > div[id^=\"div-gpt-ad\"])","div[data-widget-area=\"header\"] > a[href]:has(> img[class^=\"reklam\"])",".rekimg",".altt","a[href^=\"https://sbtmcdn.com/\"]",".easy-notification-bar",".swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img\n.swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img + div.swiper-lazy-preloader",".swiper-wrapper > div.swiper-slide:has(a[href^=\"https://www.sinpasyts.com/\"])","#overlay","img[alt^=\"Banner \"]","#q-app > div[style$=\"z-index:1000000000;\"]",".mpy__container-banner",".mpy__slider",".background-ad","#loadingIframe","a[href=\"http://bit.ly/2u0TxYL\"]\na[href^=\"https://iddaa.sporx.com/\"]\ndiv[id^=\"dfp_\"]\ndiv[style$=\"position: relative; margin-top: 10px; min-height: 350px;\"]\ndiv[style*=\"min-height: 250px;\"][style*=\"text-align: center;\"]\ndiv[style^=\"float:left; width:300px; min-height:250px;\"]\ndiv[style^=\"width: 650px;\"] > div > a[href^=\"http://bit.ly/\"]\niframe[src^=\"https://www.sporx.com/_iframe/mac-merkezi/scoreboard_bilyoner\"]",".currency-view",".sidebar-block:has(.sidebar-trend a.sidebar-trend__item__link[href^=\"https://s.mdznconnect.com/\"])","div[class^=\"pure\"] > div[class^=\"pure\"]:has(> div.ortala > ins.adsbygoogle)","div[style=\"min-height:350px;\"]",".genel > .text-center",".all-page-a-d","#sidebartop",".money-text",".money-wrapper",".money-item","div[style]:has(> a[href^=\"/showad.asp?\"])",".saniyeli_reklam_header",".sidebar-section:has(> div[style] > a[href] > img.ads-img)","#ad-container",".arkaresimmobil",".voa > a[href]",".hentry > .ivr",".news-icerik > .new3-video-container > div[style=\"width:300px; height:100px; margin:0 auto;\"]","#ouibounce-modal",".stream-item-widget","#activeFrontVid",".bg-advert-mobile",".page-top:has(> .malker)",".bahis-siteleri","div[class*=\"banner\"]",".poster > .flex-col.gap-4.items-center",".overflow-hidden.relative.w-full:has(div[id^=\"masthead-banner-\"])",".bottom-advert-cont",".backdrop-blur-sm",".promo-card-legendary",".banner-card-compact",".vertical-banner-compact",".fixed.right-2[style^=\"pointer-events:\"]",".banner-wrap","div[class^=\"styles_ad\"]\ndiv[class^=\"styles_bannerWrapper__\"]\ndiv[class^=\"styles_listingDfpBanner__\"]","a[href^=\"//bs.serving-sys.com/serving/adServer.bs\"]\na[href^=\"//pubads.g.doubleclick.net/gampad/\"]\ndiv[class*=\"h-[600px]\"]:has(> .sticky > div[class*=\"dyg-\"])",".cb-header > div[style]:has(> div[id^=\"yandex_rtb\"])",".cb-content > div[style]:has(> div[id^=\"yandex_rtb\"])",".safirCustomMenu:has(a[href*=\"?utm_source=\"])","#fl813691","main.content > .container > .no-click",".link-group > a[target=\"_blank\"]:not([href^=\"/yayin\"][href$=\".html\"])","amp-iframe[src=\"https://cdn-2mk.pages.dev/sayact24\"]",".adm",".kln","#video > center > p[style=\"background-color: #f7d600; color: #000000; font-weight: bold; font-size: 19px; text-align: center;\"]",".p-body-inner > a[href^=\"https://minecraft-turkiye.com/threads/\"]","a[href=\"https://www.zurna.net/\"]","#player > div[style^=\"position: absolute;\"]",".p-body > a[target=\"_blank\"]","div[class^=\"r_header\"]",".reklam-yatay",".block-ins-gad",".row > div.col-lg-7:has(> div.block-ins-gad)",".swal2-container",".p-body-inner > div[style^=\"width: 100%;\"][style*=\"flex;\"]","#rk-content",".arakaplan-reklam-link","img[src*=\"amd-banner\"]",".adControl > *",".newsGroupFrame > .container > .row > .col:has(> .advert)","#taboola-below-article-widget",".new3card-reklam-container > .new3card-reklam:has(> .backupContent)",".new3detail-page-container > .new3detail-left:has(> article.tuhps:only-child > #taboola-below-article-widget)","#popup-overlay",".hmasthead",".bn-fw",".list-grid-news > .container > .row > div:has(> #bikadv)","div[data-id=\"masthead\"][class^=\"top-adbar\"]\ndiv[id^=\"ad-slot\"]\ndiv[id^=\"div-gpt-ad\"][style]","main > .text-center:has(div[id^=\"ad-slot\"])","div[data-module-name=\"advert\"]\ndiv[id^=\"disable-div-gpt-ad-\"]","article > div.detail-sort-item:has(> div.detailside-inner-ad-cont)",".sticky-ad-holder",".bg-adsGray","div[id^=\"fontSizeChanger\"] > div[class*=\"250px\"]:has(> .adsbygoogle)",".col-start-1 > .my-6 > .items-center > .relative:has(> .block > .adsbygoogle)",".detailside-inner-ad-cont","ad\ndiv[class*=\"bg-[rgb\"] > div:has(> div:only-child > a:first-child + button:last-child)","#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)","div:is(.kanews-article-content, .execphpwidget) > a[target=\"_blank\"] > img",".subNews","a[href^=\"https://bit.ly/\"]",".content-items > a.click-tracker[targe]","a[rel=\"sponsored\"]\naside > div[class^=\"widget-\"]:has(> div[id^=\"theads-\"])",".article-text > p > a[rel=\"nofollow\"]",".dfp",".footerAdContainer",".hesapcomads",".article-res > .related:has(> div[id^=\"taboola-\"])","div[data-meta=\"placeholder-slot\"]",".ad-container","p > a[href=\"https://dausen.org/\"]\np[class^=\"Adv-\"]",".panel-grid-cell > div.widget_dik-numarali-manset-posts-list-widget + div.widget_media_image\n.panel-grid-cell > div.widget_manset-1-posts-list-widget + div.widget_media_image",".affiliate","#mobileBanner","center > a[href][target=\"_blank\"]","div[class^=\"button-container\"]",".banner-container",".header-html-1",".plalt-bn","div[id^=\"300x250_Kutu\"]\ndiv[id^=\"musthead\"]\ndiv[id^=\"native_masthead_\"][id*=\"x\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad-\"])",".news-row > .news-item[style*=\"z-index\"][style*=\"width:\"][style*=\"height:\"]\n.news-row > .news-item[style=\"width: 300px; height: 250px;\"]\n.news-row > div[style]:not(.news-item)","#tb-inpage-general",".duzyazibar","a[rel=\"nofollow sponsored\"]\ndiv[class]:not(.container):has(> div[class^=\"r\"][style=\"display: none !important;\"]:not(.rPanel, .right))\ndiv[data-cname*=\"rk\"]\ndiv[id^=\"fastadmodal\"]\nimg[width=\"950\"][height=\"90\"]\nli[id^=\"sponsorReklam\"]","div[class^=\"fullAd\"]\ndiv[style*=\"height:\"]:has(> div[style^=\"text-align:\"] .js-gpt-ad)","div:is(.sc_blogger_columns_wrap, .post_featured) > div.text-center > a[target=\"_blank\"] > img",".rutaku-banner","a[href]:has(img[src=\"https://tranimaci.com/image/reklam.jpg\"])","div[class^=\"r_header_\"]","#vidaltins","#player div[data-watermark]",".app-detail-embed > .embed-col > div[style^=\"cursor: pointer; display: block;\"][style*=\"z-index:\"]:not([id], [class])",".sm\\:mt-0.sm\\:px-20.mb-0:has(ad)",".border-t-0 > .items-center:has(a[href] > #mPlayerVideos)",".entry-content > div[style]:has(> a[href^=\"https://lotobetyon.xyz/\"])",".stream-item-above-post",".ramazan-banner",".masthead-container",".pt-5",".w-full:empty",".interstitial-page #toasts\n.interstitial-page .wrapper > center:has(> div:only-child .download-buttons-video)",".slick-slide:has(> div:only-child > div[class] > a[href^=\"https://adservice\"])","#hyd-adx","div[id^=\"Advertisement_\"]\niframe[src=\"\"]",".yatayReklam",".info-text:has(> span.kripto-info > img[alt=\"Reklam\"])","#content > div[style*=\"height:250px;\"]:has(> div[id^=\"div-gpt-\"])","#inpage_reklam","main > div.info-text:has(> a[target=\"_blank\"])",".membranaVideoDiv","#mainContent > .hbDetay:has(> article:only-child > #taboola-below-article-widget)",".newsDetailAds","body .body-banner-block",".ng-sidebar > .position-relative:has(> .adv-item-box)","#f_player > div[style^=\"position: absolute; z-index: 1999999\"]",".schema_movie > div[style=\"height:210px\"]",".sayfa-sol > a[target=\"_blank\"]",".series-watch-player > div[style^=\"position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;\"]",".popup-reklam","div[class*=\"dyg-\"]",".row div.sozcu-ramazan-imsakiye > a[target=\"_blank\"]","#custom-popup","[class=\"common-box common-box-300px featured\"]\na[href^=\"http://onelink.to\"]\narticle[class=\"common-horizontal featured\"]\narticle[id^=\"div-gpt-ad\"]\ndiv[class^=\"bg-[#f7f8fb]\"][class$=\"min-h-[200px]\"]\ndiv[id$=\"-mh-container\"]\ndiv[id^=\"before-infinie-scroll-thumbnails\"]\ndiv[id^=\"before-infinite-scroll-thumbnails\"]\ndiv[id^=\"div-gpt-\"]\ndiv[id^=\"taboola-adunit-\"]\ndiv[orig-id][data-google-query-id][id][class]:not([data-version])\ndiv[unit-name=\"masthead\"]\ndiv[unit-name^=\"icerik\"]",".player > .flex:has(> div > img[alt=\"ad image\"])","[data-mayd=\"moon_ayd\"]",".article-ads-container","div[class=\"col-sm-4 col-xs-12\"] > div:not([class]):not([id]) > div[id][style=\"width:300px;height:250px;\"]\ndiv[class=\"col-sm-4 col-xs-12\"] > div[class] > div[class] > div[style=\"width:200px;height:200px\"]\ndiv[itemprop=\"articleBody\"] > div[style*=\"width:300px;\"][style*=\"height:250px;\"]\ndiv[style=\"margin-bottom:20px\"] > div[class] > div[style^=\"width:\"][style*=\"height:\"]\ndiv[style=\"margin-bottom:20px\"] ~ div:not([class]):not([id]) > div[style=\"width:300px;height:600px;\"]\ndiv[style=\"width: 970px; height: 250px;\"]\ndiv[style=\"width:728px;height:90px\"]\ndiv[style=\"width:970px;height:250px\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad\"]:only-child)\ndiv[style^=\"height:600px; width:300px;\"]","#mobile-preroll",".download-video",".md\\:min-h-\\[96px\\]",".under-top-ad",".personaclick-recommend","body > .header-top:has(> .malker:only-child)","div.malker","#onp","div[class=\"flex center\"]",".happy-sidebar","#head_box",".desktop-reklam-card",".bik-ilan",".full-reklam",".player-side-ad",".footer-ad-container","div[class^=\"rnd-\"] > a[target=\"_blank\"] > img",".playerTextReklam","#player > .jw-wrapper > .jw-logo\n#player > .jw-wrapper > .jw-title",".container > div.mb-4:has(> div.col > a[href^=\"https://www.getmidas.com/\"])",".single-info > a[target=\"_blank\"] > img","#wrap > a[target=\"_blank\"] > img","#SideBarAds",".detail > div[style*=\"min-height:\"]:has(> div[id^=\"protag-MPU\"])","#reklamToggle",".relative > div[class=\"sm:w-[433px] w-full\"]",".prospeed_demo_banner","[id^=\"bannerContainer\"]\n[id^=\"frmTextBanner-\"]\ndiv[class^=\"mpu\"]\ndiv[id$=\"978x45_div\"]\ndiv[id*=\"hype_container\"]\ndiv[id^=\"dvTopBanner\"]\ndiv[style=\"width: 300px; height: 250px; text-align: center\"]\ntbody > tr:has(> td > div[style^=\"height:100px;\"])\ntd[class^=\"bannerPlaceHolder\"]","a[target=\"_blank\"] > img[alt]","a[class^=\"rklm\"]\ndiv[class^=\"adulu_col-\"]\ndiv[id^=\"beat-index-ust\"]\ndiv[style^=\"width: 320px; height: 100px;\"]\niframe[src^=\"\\\\theme\\\\resy\\\\v2\\\\\"][src*=\"\\\\index.html\"]",".content-body__detail > p > a[href^=\"https://turk.net/gigafiber\"]\n.content-body__detail > p:has(> a.box-link ~ strong)\n.content-body__detail > p:has(> a.box-link ~ strong) + h2\n.content-body__detail > p:has(> img[alt=\"turknet\"])\n.content-body__detail > p:has(> img[alt=\"turknet\"]) + p",".bottom-new-video:has(> div.bottom-link > div > a[href][onclick])",".pagination:has(> .hide:only-child)",".postList > .r10HRBk > center > a[href] > img\n.postList > .rPanel > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li > .content > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li:not(.post, [data-order])",".rabdfe3","#psContainer",".gif-banner","#maintop ~ div[style^=\"margin-left:\"]","#header-container","div[class^=\"masthead-\"]",".listele > ul[style=\"background:#F5F5F5;position:relative;\"]",".row > .mb20[style]:has(> .CHT_VIDEO:only-child:empty)\n.row:has(> div[class^=\"col-\"] > div[style*=\"aspect-ratio\"] > div[id^=\"div-gpt-ad\"])\n.row:has(> div[class^=\"col-\"] > div[style] > div.CHT_VIDEO)\n.row[style^=\"width:100%;\"]","#gowitImpressionEvent","a[href^=\"/showad.asp?id=\"]\ndiv[style^=\"width:314px; height:264px; border:1px solid\"]",".masthead-wrap","a[href*=\"/advertpro/\"]\nsection[data-section^=\"reklam\"]",".news-card:has(> a[href^=\"https://bit.ly/\"])","#mod-base","#div-sozcu_desktop_detay_sticky_parent",".container.mt-3 > div[style]","#__next > div.relative:has(> a[href^=\"https://8fl2.tr.adj.st/\"])\n#__next > div.relative:has(> a[target=\"_blank\"][href^=\"https://www.hangikredi.com/basvuru/hkyonlendirme\"])","div[id^=\"feedbannerslot\"]\ndiv[style^=\"min-height:100px;\"]\ndiv[style^=\"min-height:250px;\"]","a[href^=\"https://kingads2.org/\"]\ncenter > a[href^=\"https://yonderdim.com/\"]\ncenter > noindex:has(> a[href^=\"https://fullindirsene.net/yonlendirme/\"])","div[class*=\"Reklam\"]","div[id^=\"yandex_rtb\"]\ndiv[id^=\"zone_\"]",".videoaltix",".fancybox-overlay","div[class^=\"XAd_\"]","a[href^=\"https://tinyurl.com/\"]",".text-center:has(> div[id^=\"feedbannerslot\"])",".pr-2",".md\\:py-\\[50px\\]","div[id=\"01_Mynet_AnaSayfa_Genel_Body_Custom_1\"]\ndiv[id^=\"diger_mansetler-\"] > .col[isshowcase] > a[href^=\"https://www.amazon.com.tr/deals?\"]\ndiv[id^=\"gallery-body-adv-\"]\ndiv[isshowcase]\ndiv[issponsored]\nins[data-ad-client]",".detaySagSilme","[id^=\"advertorial\"]\na[href*=\"ads.haberler.com\"]\namp-embed[type=\"engageya\"]\ndiv[id*=\"reklam\"]\ndiv[id=\"300x600_\"]\ndiv[id^=\"detay_mobile_336x280_\"]\ndiv[style=\"width: 970px; height: 250px; margin: 0 auto 15px auto;\"]\niframe[width=\"970\"][height=\"250\"]\nimg[src^=\"/mstatic/reklam/\"]","div[data-widget_type] > .elementor-widget-container > a[target=\"_blank\"]:not([href*=\"tclira.com\"], [href*=\"news.google.com\"]) > img","html > iframe[id][style*=\"position:\"][style*=\"display:\"]",".tbl_reel","div[style^=\"bottom:0;height:50px;\"]",".inad-text",".row > div[class]:has(> a[href=\"/kobi\"])\n.row > div[class^=\"col-\"]:has(> div.ads-area)","#fixedDiv","div[class^=\"serp__wrapper__main__afs\"]",".cart-list > figure[isshowcase]","#background-adser",".td-fix-index > a[target=\"_blank\"][rel] > img","div[style=\"float:right; margin-right:4px; width:300px;\"] div[style=\"min-height: 255px;\"]\ndiv[style=\"min-height: 255px; width: 300px; margin-left: auto; margin-right: auto;\"]\niframe[src^=\"http://www.webaslan.com/_iframe/banner.php\"]","body > div.jwplayer ~ a[href]",".content-container > aside:has(> div[style^=\"height:\"]:only-child > #reklamGoster:only-child)","#membrana-zone","img[width=\"360\"][height=\"60\"]","#manset div[class]:has(> div[id^=\"taboola-home-thumbnails\"])",".flex-col > div.ambilight:has(> div.backdrop-blur > a > img[src^=\"https://images.macellan.online/allads/\"])",".adsmasthead","a[href=\"https://www.dizdize.com/\"]",".abg245",".game-banner","#tdb-autoload-article div.td-pb-row > div.td-stretch-content:has(a[target=\"_blank\"][rel=\"nofollow\"][title] > span)",".infinitegallery-picture-container:has(> div > div._picture > a[href*=\"&utm_\"])",".focus-ad",".products > ul:has(> li > div#product-item > div.prd-inner > div.prd-body > div.prd-features > span.plp-badge-text)","#reklamCode",".fixed-header-promo",".flex-col > .relative:has(> .native-card-section + div.tooltip) + div[class=\"relative\"]\n.flex-col > .relative:has(> .native-card-section + div.tooltip):first-of-type","#resmiIlanArticles",".topDetail > div.col-sm-12:has(> div.advert)","#contextual > div[style*=\"min-height\"]:has(> div[data-wbzone=\"native_advertorial\"])","#nativeAdvertorialZone",".nativeAdContent",".gowit","a:not([href^=\"https://perakende.org\"])[target=\"_blank\"][rel=\"noopener nofollow\"] > img",".theiaStickySidebar > div#text-2",".flex > div.relative:has(> div.native-card-section > a[href*=\"&ct=banner\"])",".binance-free-btc","#topic > ul#entry-item-list > li#entry-item:has(> footer > span.sponsored)",".sidebar-wrap","body > center > a > img[alt]\ndiv[class*=\"alti\"]\nimg[width=\"1100\"][height=\"100\"]\nimg[width=\"710\"][height=\"80\"]","div[style*=\"2147483647\"]",".kanews-article-header > a[target=\"_blank\"] > img","#sidebar section.kanews-section",".site-header-top-center",".habericireklam",".sidebar-inner p > a:not([href*=\"havadiskibris.com\"], [href^=\"/\"]) > img","div[class^=\"native_native_\"]","#__next > div[style] > div[class^=\"masthead-\"]","#Muslimer",".content-banner-img",".Textlink",".band-banner","body > div[id] > [style^=\"position:fixed;inset:\"][style*=\"z-index:\"][style*=\"height:100%;width:100%\"]\nimg[src^=\"reklam/\"]","#movie > div[style*=\"position: absolute;\"][style*=\"z-index:\"]","div[class^=\"ai-viewport\"]",".metaRedirectWrapperTopAds","div[class*=\"-adv\"]","#div[onclick=\"openIt()\"]","div[class*=\"max-h-[300px]\"]:has(> .empower-ad)","body .desktop-ad",".content-inside-ad",".footerleft > br ~ a[href]","#header ~ div[class][id][style] img","#tdi_3","#tdi_31",".inner-wrapper-sticky > div.featured-single:has(> .bannergroup-300)","body .adpro","a[title=\"reklam_videoustu1\"]","div[style=\"height:300px;margin:0 auto; display:block;\"]",".sticky-top2:empty",".article > .container > .row > .col-12:has(> div:only-child > .container > .row > .text-center > .adsbygoogle)","#adsbyio","body .billboard_content:not(#style_important)",".Ads","div[id*=\"-div-gpt-ad-\"]",".pauseroll-adv-container",".theiaStickySidebar > .stream-item-widget > .stream-item-widget-content > a > img","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > img\ndiv[class^=\"col-xs-\"] > .row > div[class^=\"col-xs-\"] > .panel:has(> #sponsored)\ndiv[id^=\"sponsored\"]",".swiper-wrapper > a[href^=\"https://www.odatv.com/\"] ~ a:not([href^=\"https://www.odatv.com/\"])",".masthead-cls","a.bg-position-top[target=\"_blank\"]","a[target=\"_blank\"] > .alert","#billboard_wrapper","a[href^=\"https://adsp.haberturk.com\"]\na[href^=\"https://www.mynet.com/\"]\nht-section[data-section=\"manset2reklam\"]\niframe[src*=\"/ads/\"]",".aksa","p > a[target=\"_blank\"]:not([href*=\"discord.com\"]) > img\nsection:has(> p > a[href^=\"https://bit.ly/\"])",".duyuru-kutusu",".adsense-container-skeleton","#afs-top-container-father","#video_befor",".frek",".full-page-advertising","div[class^=\"ad-masthead\"]\ndiv[class^=\"header-firstAd_\"]",".row > div[style]:has(> div[style^=\"min-height\"] > div.dfp-wrapper)",".special-days","body > center > a > img[style=\"max-width: 100%\"]\ncenter:has(> a[href] > img[src^=\"https://i.hizliresim.com\"])\ndiv[class^=\"pageskin-main\"]",".slickModal",".arkaplan-container",".tanitim_alani","._sidebar-kesfet",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://tinyurl.com/\"])\n.swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://tinyurl.com/\"])","#reklamlar center",".ad-bitay","p[style=\"text-align: center;\"] > a[target=\"_blank\"] > img",".left-right-banner","footer > p",".row > div[class^=\"col-\"]:has(> div.panel > div#sponsored)","#reklamCodeiframe_yeni","a[target=\"_blank\"]",".ad-placement-area","div[data-mbzone]",".videoustuheader",".leader-board-row",".video > a",".col-lg-4 > div.well3:has(> div.panel > center > a[href=\"https://medyabayim.com\"])","#daion-overlay-container > #single-ad-timer ~ #daion-c2a-std",".colPageRight > .hbBoxScope > .sidebox:has(> .sidebox-content > div[id^=\"div-gpt-ad-\"])",".black-friday-ads",".bg-cover-faker > div:not([class]):not([id]) > center",".ads-embed",".slick-track > div.slick-slide > div > div.ntv-main-slider-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])\n.slick-track > div.slick-slide > div > li.ntv-main-slider-pagination-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#primeContainerDetail","#ctl21_adCstmYorumUstuAlan","a[href^=\"https://tr.rdrtr.com/aff_c?\"]\nmain > div[data-title] + div[style^=\"margin:\"]","#videoText","#warning2","iframe[src*=\"/rklm/\"]",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])",".swiper-pagination-bullets > span.swiper-pagination-bullet:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#adVideo",".notices",".samItem","#popup-1",".top-alert-bar","#pageskin_ayd","div[class^=\"r_reklam\"]\ndiv[style=\"margin:8px 0px;\"]\ndiv[style^=\"margin:\"] > a[target=\"_blank\"] > img",".floatbanner","#block-13",".ps-head-container","#sticky-masthead","#sidebar-b",".nctr",".rek-wrap","[data-time]","main div[class*=\"pageskin-\"]",".ad-fixture-standing-masthead-banner","#sticky-player",".col-md-12.mb20[style^=\"width:100%; aspect-ratio:\"]",".promo-banner",".mainCenter > div[style*=\"height: 190px;\"]:not([class]):not([id])\n.mainCenter > div[style*=\"margin-right:\"]",".owl-stage > div.owl-item:has(> div.ads)",".container > .row > .col-md-6:has(> .adpro)",".innerContainer div.row > div[class^=\"col-\"] > div[style^=\"margin:\"]:has(> ins.adsbygoogle)","div[id^=\"stream-item-125-widget-\"]","#text-434","#custom_html-119","#tie-block_1130",".ContentBoxContainerPadding10 > div[style^=\"text-align:center;width:336px;height:280px;\"]",".manset_alti_reklam_mk","div.min-h-100vh div.dr:has(> .dr.bg-gri:empty)",".p-body-sidebar > div.block:has(> div[data-widget-key*=\"reklam\"])","a[href*=\"//apps.star.com.tr/advredir\"]\ndiv[style^=\"height:\"]:has(> div[id^=\"div-gpt-ad\"])\ndiv[style^=\"height:110px\"]:not([class]):not([id])\ndiv[style^=\"height:130px\"]:not([class]):not([id])\ndiv[style^=\"height:225px\"]:not([class]):not([id])\ndiv[style^=\"height:262px\"]:not([class]):not([id])\ndiv[style^=\"height:274px\"]:not([class]):not([id])\nli:has(> a[href*=\"//apps.star.com.tr/advredir\"])",".col-lg-4 > .mb-3:has(> .adsbygoogle)",".master-slider > div.swiper-wrapper > div.swiper-slide:has(> div > a[href^=\"https://adsp.haberturk.com/\"])","section.penci-disSticky.elementor-section-items-middle:has(> .elementor-container:only-child > .penci-sticky-ct:only-child > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .adsbygoogle)",".sidebar-content-infinite > div.wrapper:has(> div > div.ads-zone)",".row > div.col-12:has(> div.box > div.adpro)","#wrap > p:has(> iframe[src*=\"/rklm/\"])","div[class^=\"col-\"] > div.center:has(> div[style^=\"margin-bottom:20px;\"] > div[id^=\"div-gpt-ad\"])\ndiv[style=\"height:330px;\"][class^=\"flex\"]\ndiv[style^=\"margin-bottom:20px;text-align:center;height:262px\"]",".contentFrame > .container > .row > .col-md-4:has(> .advert)",".page-wrapper > .container > .row > .col-md-12 > .row > .col-md-6:has(> .advers-box)",".small-news-block > .item:has(> figure > figcaption > h3 > a[target=\"_blank\"][href^=\"https://www.youtube.com/\"])",".ys-headline-carousel-item:has(div.ys-headline-carousel-media > div.ys-link > a[href^=\"https://\"][target=\"_blank\"])",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://ensonhaber.me/\"])",".items > div.item:has(> a[href^=\"https://tinyurl.com/\"])","section > div.swiper-slide:has(> a > span.auto-promo-text)",".facility-list-item + div[class^=\"css-\"]:has(> div[class^=\"css-\"] > div[id^=\"div-gpt-ad-\"])",".grid > div[class*=\"hidden-\"]:has(div#right-video-banner)",".slick-dots > li:has(> a:not([href]))\nul.slick-dots > li > a[href^=\"http://www.haber7.com/advertorial\"]","#cimri-product ~ section:has(> div[id^=\"adslot-\"])",".bullets > div.bullet:has(> a[href^=\"https://rd.yenimedya.com.tr/\"])",".grid .mb-2[class*=\"min-h-\"]:has(> .bikifi_fluid)",".display-none:has(> div.advers-box)",".view-sm-20:has(> div.advers-box)","#search-box-ad","#contenedor > div[class*=\"onceki\"]:has(> center > iframe[src*=\"/rklm/\"])","body > div.container:has(> div.header_big_advert)",".news-right-content > div.sticky-wrapper:has(> div.sticky > section.adv)",".gutters-sm > div[class=\"col-md-3 d-none d-md-block\"]:has(> [id^=\"reklamokul\"]:not(#reklamokul2))",".container > div.row:has(> div[style] > div[class^=\"container-ads\"])",".row > div.col-4:has(> div.bg-white > div.bg-filigran > div.ads-wrapper)","#main > div[id^=\"av_section_\"]:has(.adsbygoogle)",".theiaStickySidebar > div.widget_text:has(> div.textwidget > ins.adsbygoogle)","#genel > div[style]:has(> img[src^=\"http://www.boluyankihaber.com/reklam/\"])","div[style=\"float: right;\"] > a[href][target=\"_blank\"] > video:has(> source[src^=\"http://marastahaber.com/wp-content/uploads/\"][src$=\"/MaviTekReklam.webm\"])","#pagenav_menu ~ div:has(> font[color] div[id=\"slider\"] > ul > li > div[style] > a[target=\"_blank\"] > img)",".content-block > div.block:has(> div.block-content > a[target=\"_blank\"] > img)",".sidebar > div.sidebar_list > aside.widget:has(> div.textwidget > a[rel^=\"nofollow\"])",".grid-stack-item:has(> div.Reklam_001)",".flex-column > .sosyal-medya-alt:has(> .adsbygoogle)","#printable > div[style]:has(> div[style] > div[class^=\"banner_\"])",".box__item:has(> section.adv)",".grid-stack > div.grid-stack-item:has(> div[class*=\"Reklam_\"])",".block-pano > div[class]:has(> ins.rkm)","iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=30\"]\niframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=37\"]\ntd:has(div > iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=8\"])\ntd:has(iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=1\"])",".wrap > .maltibanner:has(> a[href])",".well-box:has(> center > ins.adsbygoogle)","body > div.fancybox-overlay\nbody > div.fancybox-overlay:has(> div)",".sag > .anatablo:has(> .karereklam)",".code-block:has(> .adsbygoogle)",".sagKolon > .sagItem:has(> script)",".manset > div.manset-img:has(> a > img[src*=\"/reklam/\"])",".MuiGrid-spacing-xs-2 > div.MuiGrid-item:has(> img[src^=\"https://cdn.oggito.com/images/ads/\"])",".ustrek","#f-uyari > span","img[alt=\"superbetin\"]",".samLinkUnit","div[data-block-structure=\"custom\"] a[href^=\"https://kuponigo.com/go/\"][target=\"_blank\"] > picture",".specialdayBand",".banner-effect","div[class*=\"header-ads\"]",".alice-adslot",".topBandBanner",".modal#modalContentContent\n.modal#siteLoginContentContent",".fade.show:empty","a[target=\"_blank\"] > div[class^=\"bg_content_\"]\ndiv[class^=\"bg_rek_\"]\nimg[src^=\"https://cdn.itemci.com/storage/images/rek/\"]",".pvpAdvertRow","a[href*=\"source=pvpserverlerpro\"][target=\"_blank\"]\ndiv[id^=\"bg_rek\"]",".detay-gecis",".fbox > a",".moon_ayd",".col-md-12 > div[style^=\"padding-top:\"].row",".col-lg-11 > div[style^=\"min-height:\"].row","body > div[style=\"margin: auto; width: 100%; height: 250px; text-align: center;\"]","a[href^=\"https://azureiptv1.site/\"]",".top-bnr",".series-watch-player a[target=\"_blank\"] > img",".inside-right-sidebar > aside.widget_custom_html","div[class^=\"adx-\"]\ndiv[class^=\"dfp-\"]\ndiv[class^=\"nativeadstr-\"]\ndiv[id^=\"dfp-masthead-infinity-\"]\ndiv[style=\"display:flex; justify-content: space-around; min-height:280px; margin-top: 20px; margin-bottom: 20px;\"]\ndiv[style^=\"min-width: 300px; min-height: 250px; display:flex;\"]","a[href=\"https://medyapanel.net/\"]",".smaller",".footerleft > a:not([href*=\"dizicaps.org\"])","#f-uyari > a","tbody tr#between_links",".container-fluid > .row > .col-md-3",".footerleft",".top-wcs",".ys-popup-video-ad",".footerleft > a:not([href*=\"fullhdfilm.*\"])",".filmcontent > div[style^=\"margin:3px\"]",".main-card-ads","#custom_html-7","a.coverup",".padder[style]:empty",".left-column > div > a[target=\"_blank\"] > img","footer > p > span[style]",".adv-news","#sidebar > div[style=\"margin:3px 0px;\"]",".masthead-infinity",".masthead-top",".pageskin:not(#style_important)","body > #kapat",".adv-item-box",".empower-ad","div:has(> .empower-ad:only-child)\ndiv:has(> div:only-child > .empower-ad:only-child)","div[style=\"height:262px;\"]","div[data-ad]\niframe[data-id=\"nedir.org_300x600_sidebar_responsive_2_DFP\"]","div[id^=\"widget_General_Advert_\"]",".theiaStickySidebar > div.adsWidget ~ div.nativeWidget",".optional-url-cnt > a[onclick][rel=\"nofollow\"][title]\n.optional-url-cnt > img","#modalPromotionContent",".rightColumnForLarge > div.well.p0",".bireklam",".player-ustu-metin","a[target=\"_blank\"] > img[width=\"100%\"][height=\"100%\"]","#footer-fixed",".swiper-pagination > a[href^=\"https://tinyurl.com/\"]","#f-uyari",".dikReklam160","#wpfooter",".masthead","div[class$=\"-ad-area\"]\ndiv[id^=\"doganBurdaAds\"]","#my-video_jw > div.alert",".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\"]\nvideo[onclick^=\"playAndAd\"]",".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","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-mbzone=\"300x250\"]\ndiv[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","div[data-mbzone*=\"x\"][data-wbzone-loaded*=\"x\"]\ndiv[style^=\"width: 300px; height: 250px;\"]",".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",".funboxWrapper > center > a[href][target=\"_blank\"] > img",".mainContent > ol.nodeList#forums > center > a[href][target=\"_blank\"] > img",".entry-footer",".container-fluid li[onclick] > img",".single_head_ad_wrapper",".contentWrapperInner > .homeFeedBox",".stickySideAdsContainer",".header-banner",".turkiye-banner",".dkn-adlabel",".sidebar > .dkn-widget",".topbanner","a[href*=\"epincity.net/\"][target=\"_blank\"]","#reklamGoster","blockquote.messageText > .funbox","div[class*=\"Content\"] > .sectionMain.funbox",".topBannerFrame","#content > div[style^=\"width: 970px;height: 270px;\"]","#bg_rek",".sponsor-icons",".haberler-item#hurriyet_widget_div\n.haberler-item#partner_widget","#Garanti_Interstitial","div[class*=\"indig-\"]",".rowAdd",".contentArea > .contentAreaRight > div[style*=\"width:336px;height:280px;\"]",".dyg-soller",".adv-sticky-bottom",".bannerWrapper300",".anarek2-adva",".sagrek1-adva",".ilkmesajreklam","#newsContent > div[style=\"margin:3px;\"] > a[href^=\"http://bit.ly/\"]","a[href^=\"http://ad.afftrck.com/\"]\na[href^=\"https://webapp.akbank.com/\"]","#cimri-masthead",".banneritem",".right > div[align=\"center\"][style=\"margin-top:20px;\"] > div[style*=\"background: url(/_img/otoraba/\"]",".theiaStickySidebar > #text-97",".col-adv","#yaziSonuBanners","a[href^=\"https://www.gcmforex.com/\"]","center > a[href][target=\"_blank\"] > img",".pageSkinright",".pageSkinLeft","#tdi_22",".tdi_84","#masthead","#menu > div.container > div.container-fluid > nav > ul > li > a[rel=\"nofollow\"] > img","a.news[href^=\"http://www.haber7.com/advertorial/\"]",".reklam-sol",".reklam-sag","#reklam-sol","#reklam-sag",".td-all-devices > a[href][target=\"_blank\"] > img[src*=\"BANNER\"]\n.td-all-devices > a[href][target=\"_blank\"] > img[src*=\"banner\"]",".oyun_penceresi > div[style=\"float:left; padding:10px;\"]",".td-header-sp-recs","#single-banner","a[href][target=\"_blank\"][rel=\"nofollow\"] > img",".mastHeadAdBanner",".stickySideAds",".sidebarTrailingAdWrapper","#topBanner",".yazilim-sponsor",".logo-banner",".reklam-haber-ici","#pageSkinReklam",".widget_webrazzisponsoredpostswidget","body .masthead",".tise-banner","#modal-ads.fade.in ~ .modal-backdrop",".video_onu","body .top-ads","body .right-ads",".threadSponsor",".sidebox._sgm_remove_",".manset-slider > .swiper-wrapper > .swiper-slide > a[href^=\"http://bit.ly/\"]","a[href^=\"https://goo.gl/\"][target=\"_blank\"] > img","div[class*=\"sponsored-news-recommendation\"]",".eto > h3",".eto_2 > * a[href]:not([href^=\"https://rooteto.com/\"])",".col-sm-3 > div[style=\"width:300px;height:600px\"]:not([class]):not([id])","#_top_footer_left.galeriFooter",".o-sponsored-article",".sponsored",".reklamdizi",".reklamizle",".dizi_video > ul > div[style^=\"width:336px;height:332px;float:right;\"]","a[href=\"https://goo.gl/zMa6wH\"]",".DnmBnr_content","[class^=\"dygad-\"]","[class^=\"dygad-\"] + .ros",".td-g-rec",".left-content.bottom > div[style=\"margin-top:10px;margin-bottom:30px;height:100px;\"]",":not([style*=\"-9999\"]) + div[id^=\"div-gpt-ad\"]\na[onclick*=\"Reklamı Kapat\"]\ndiv[id^=\"div-gpt-ad-\"]","div[id^=\"ads\"]",".fixedAd","#mynativeplatform_reklam",".weather-sponsor",".news_detail > div.side_detail",".adv-dtl","#CntnrNew > .sidebox.item:first-of-type",".haltiLnkT",".advertFrame","#myAffix","aside > .row > .col-sm-4.hidden-sm:last-child","#trek",".mrek",".side > a[rel=\"nofollow\"] > img","#rightBanners",".bannerBox",".dissagreklam","#sticky",".rek1","div[class^=\"ortrek\"]\ndiv[style^=\"width:728px; height:90px;\"]\nimg[style=\"width:460px; height:90px\"]\nimg[width=\"460\"][height=\"80\"]",".pageskin",".t3reklam","#xturk > div[style^=\"width: 990px\"]",".haberreklam",".wideadcon","#topbans",".mainarticle > div[style*=\"width:576px;\"]:not([class]):not([id])",".ads-form-banner",".news-body > div[style=\"width:315px;float:left;height:250px;padding:3px;\"]",".haber_banner_300","a[target=\"300x171_banner\"]\ndiv[class^=\"banner_300x\"]\ndiv[id*=\"/adnative_\"]",".forumreklamlari",".tepebanners","#rb > .adv",".right > .right[style*=\"280px;\"]","div[style^=\"padding: 5px;\"] > div[style=\"width: 306px;\"] > div[style=\"min-height: 255px;\"]",".popup-ads",".passbnd",".halkbank-yuzliram","#Interstitial","#NewsContent > .mainBox[style*=\"250px; margin-right:\"]\n#NewsContent > .mainBox[style*=\"auto; padding:\"][style*=\"580\"]","#ReklamAlani","#Reklamdiv","#SliderReklam","#active-popup","#adv_square","#amk_masthead","#banner336","#banner_logo_top","#billboard_banner","#billboard_kapat","#cboxOverlay","#colorbox","#cm-social-overlay","#ctl00_ensagreklam","#dfp_300x250_sag","#div-NativeAd","#fixedreklam","#games > #baguette\n#games > .boule","#header > div.logo > a > img","#header-banner","#hicidiv","#iceriksol > div#indralt > div#prioyun","#iframe_partner","#info > .baguette","#kutu","#lightBox","#main > div[class^=\"satir satir\"] > center > img","#main300x250container","#main_right > div > a > [style*=\"308px;\"][style*=\"border\"]","#marcamarca","#masthead-outer","#masthead-wrapper","#mustheadAdd","#ngVirgul_660x250","#page > a[class^=\"pageskin\"]","#pageskin","#pageskin_ng","#plusNewsListRightBlock","#pnlFanbox","#popup-container","#popupustdiv","#post-thumbnail > .print > div[style]",".reklam-header","#reklam1","#reklam_center","#reklambtn","#reviews > aside > .boule","#secondary > aside[id^=\"text-\"]","#sgcboxOverlay","#sgcolorbox","#splash","#text-6","#tickeradss","#toolbar","#top-adv","#widgetKareHaberlerManset","#widget_background_widget_23",".CM_pageskin_1",".ReklamLink",".ReklamMenu",".ad-logo",".ad617",".adm-ads-area",".ads-300x250-sidebar",".ads-masthead__horizontal",".ads.ads.square\ndiv[class^=\"col-md-\"] > div.ads",".ads630",".ads640",".adsWidgetSidebar",".ads_kare",".ads_kule",".adsnd",".adv",".advbox",".advertItem",".advertisement",".ap-300x250",".ap-480x80",".ap-728x90",".ap-928x100",".ap-928x90",".apw-xib",".article-300x250",".asdWrapper",".b-banner",".background-cover",".band_news_banner","body .banner-section",".banner_alani",".banner_article",".banner_code",".banner_container",".banner_pos",".billBoard",".bnnr",".boomads",".c5ab_ads",".carousel-banner",".cdxhd_interstitial",".center-banner",".cnt > div.passbnd",".desktop-wrap > div.show-desktop > a",".detayFoto",".detayReklam",".dhorta > .kl-ustu",".featured-floating",".freklam",".fullads",".funbox",".fvitrin",".games",".genel > .sag + * + .sag-icerik\n.genel > .sag + .icerik-yan-baslik",".genelReklamCon",".haber_arasi_banner",".haberadvertorial",".hbr-sol-reklam",".headBannerCover",".header-content > div.e3lan",".header-content-o > a > img",".headline_advert",".headline_side",".headreklam",".hsharea",".ind_300x250",".kobi-head-banner",".konuhbrprt1",".main-banner",".mainBox.adsFace:not(:last-child)",".manset-alti-banner-1",".manset_alt_reklam",".mansetyanreklam",".mastheadVid_container",".mustheadBlk",".news > div.dtl > div.fea",".one_bottom_bar",".orta_reklamlar",".pageskin-main",".patslot",".pr.flleft > a > img",".prgm_ads",".program_vitrin",".r300",".rb-footer-popup",".psk",".rekgec-div",".reklam-1",".reklam3",".reklamAlani",".reklam_sag",".reklam_tikla",".reklamalan1",".reklamliste",".resim-reklamlar",".left_ad_areas",".right_ad_areas",".right_banner",".rklm",".row.hidden-xs img.img-responsive",".s300x250",".sAd_box",".sag2 > div > a > img",".scrollhelper",".serbay > a > img",".side_banner",".sidebar-banner",".sidebar-inner > .widget-area > aside[id^=\"text-\"]",".sidebarddd",".sidebox.banners",".single-lyric-ads",".site_onu",".slider-reklam",".sol_reklamlar",".turkiye_gezgini_banner",".up-masthead__container",".ust_slider",".ustduyuru_img",".ustreklam",".w-box-content div[class=\"panel panel-default\"]",".widget.add",".x300",".x300250",".x_advert",".yanReklamlar","a[href^=\"/showad.asp\"]","a[href^=\"http://www.internetoku.com/showad.asp\"]","a[href^=\"https://www.eleman.net/yonlendir.php?reklam_id=\"]","a[rel=\"nofollow\"][class$=\"-lg\"] > img","a[style] > img[width=\"300px\"][height=\"250px\"]\ndiv[id=\"300x250\"]\ndiv[id=\"728x90\"]","aside[id^=\"adswidget\"]","body > div > div[class=\"hurBox flashOne nflashOne\"][style=\"margin-left:10px;\"]","body > div[style^=\"width: 960px;margin: 0px auto;position: relative;min-height:35px;\"]","div[aria-labelledby$=\"ui-dialog-title-myPopUp\"]","div[class$=\"Banner\"]","div[class$=\"banner-square\"]","div[class$=\"e3lan e3lan-bottom\"]\ndiv[class$=\"e3lan e3lan-top\"]","div[class$=\"header_banner gizle\"]","div[class$=\"ortala u_b_u\"]","div[class^=\"ad\"][id^=\"r\"]","div[class^=\"ad-\"]","div[class^=\"ads\"]","div[class^=\"ads-\"]","div[class^=\"advert-\"]","div[class^=\"advert\"]\ndiv[id^=\"advert-\"]","div[class^=\"advertise\"]","div[class^=\"banner area-\"]","div[class^=\"banner\"]","div[class^=\"banner-\"]","div[class^=\"buyuk-banner\"]","div[class^=\"desktopAds\"]\ndiv[class^=\"mobileAds\"]","div[class^=\"fancybox-\"]","div[class^=\"modal-backdrop\"]","div[class^=\"reklam-\"]","div[class^=\"reklam\"]","div[id$=\"728x90_h\"]","div[id$=\"Pageskin\"]","div[id^=\"Gad-\"]","div[id^=\"fancybox\"]","div[id^=\"reklam\"]","div[id^=\"reklam-\"]","div[id^=\"simplemodal-\"]","div[style=\"margin-top:20px;\"] > div.container > div.col-md-4 > p img.img-responsive","div[style=\"width: 300px; height: 250px;\"]","div[style=\"width:970px; height:90px;\"]","div[style^=\"background:url(images/banner_\"]","div[style^=\"width:336px;height:280px;\"]","iframe[name$=\"BIKADV\"]","iframe[src^=\"/action/ibanner\"]","img[alt*=\"web-banner\"]","img[alt=\"reklam\"]","img[alt=\"Reklam\"]","img[alt=\"ad\"]","img[style=\"width: 300px;height: 250px;\"]","img[width=\"180\"][height=\"180\"]","img[width=\"276\"][height=\"571\"]","img[width=\"300\"][height=\"250\"]","img[width=\"938\"][height=\"120\"]","marquee[id^=\"hitson\"]","section[class^=\"ortablok\"] > div.sag","table[width=\"468\"]","td[width=\"200\"] a[target=\"_blank\"] img[width=\"200\"][alt]","#filmoncereklam","#vast > div[id].jwplayer",".tab-reklam",".play-that-video","div#rk-content.center","#rekmine","#reki2","#rekmine2","#reki:not([style*=\"display\"])",".container-pl",".vidcontainer","#birinci","#reki1","#bir.oynama","body > a[href^=\"https://\"][target=\"_blank\"]","body > div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".full-width-banner",".vertical-gap:has(> .col-lg-12 > a[href^=\"https://\"][target=\"_blank\"])","div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".livecontainer > div.vertical-gap a[target=\"_blank\"] > img","header > a[href^=\"https://goley90canlitv\"][href$=\".site/\"] + ul",".footer-links",".watermark",".header-right-section",".footer-bottom-area",".banner-grup","div[onclick^=\"window.open(\"][style^=\"background-color: #006400\"]","div[id^=\"modal\"]",".bgBanner",".pa-container","div[style^=\"text-align: center;\"] > a[target=\"_blank\"] > img",".film-tab ~ a[target=\"_blank\"] > img",".header_r",".w100p",".iframe_728","div#stream_holder > iframe#video_reklam",".banner-placeholder",".pageskin-clickable",".top-text-banner","[id^=\"betting-sites\"]\nheader a[href]:not(.logo-link, [aria-label])","div[data-isbd-main-container] > section > div.hidden-xs.text-center","div[class^=\"footer-\"]\nheader > a[href=\"/\"] + ul",".wpb_wrapper > a[target=\"_blank\"][style^=\"color:red; background-color:black; padding:10px; display:inline-block;\"]\n.wpb_wrapper > center > a[target=\"_blank\"]","a[target=\"_blank\"][rel=\"noopener\"] > img",".ads-img","body > div[style=\"position:fixed; bottom:0px; left:0; width:100%; text-align:center; z-index:999999;\"]\nfooter div[style^=\"position: absolute; top: 0; left: 0;\"][style*=\"z-index: 9999;\"]",".player > a[href][target=\"_blank\"]","#header-text","koddostu","body > script + marquee[bgcolor=\"black\"][onmouseover]",".topNav > div.buttons","header > a[target=\"_blank\"]","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\"]",".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,479,4,5,-6,8,-7,8,7,9,10,-10,25,11,12,-12,-719,2153,13,14,-15,576,-16,-1181,-1823,1824,-17,-18,-19,-20,21,-22,1312,-23,2054,24,26,-27,-56,-767,-917,-1165,-1817,-2060,-2195,-2220,2221,-28,-31,-93,-94,-520,-532,-536,-537,-538,-539,-583,-1722,2258,29,-30,-31,-629,1421,-31,33,-31,-34,-202,-278,-279,-280,-934,-1260,-1680,-1711,2312,-31,-37,1269,-31,41,-31,-37,-42,-868,-1400,-1618,-2131,2476,-31,-43,-512,-1453,-1541,-1650,1799,-31,-44,2449,-31,37,-31,880,31,-31,293,-31,-37,-65,-1408,2087,-31,-43,-1142,-1420,-1684,2132,-31,-2632,2641,-32,-1727,-1920,-1955,2296,-32,-55,-175,-176,-2671,-2689,2690,35,-36,-1140,-2026,2309,-37,39,-37,-62,-1194,-1634,1852,-37,2308,-37,-2308,-2516,2609,-37,1726,-38,1288,38,-38,145,-38,179,40,-45,66,-46,-287,-315,-459,-460,-502,-888,-1406,2532,46,-47,-51,52,-47,-48,-49,-50,-51,52,-47,49,53,-54,-901,982,54,-55,-123,-211,-212,-242,-437,1601,-55,-175,-176,-393,-654,-2449,-2671,-2672,-2673,-2674,2675,-55,1460,-55,-482,-620,-823,-976,-1483,1973,-55,-58,-499,-1517,-1768,-2431,2555,-55,-58,-1992,2543,-55,-823,2167,55,-55,58,-55,-62,-849,-1512,2585,-55,-58,1578,-55,-56,2464,-55,56,-55,1686,-55,2543,-55,-1245,-1449,-1596,2464,-55,-56,-475,1864,-55,-56,-1864,1865,-55,-56,2386,-55,1138,-55,2051,-55,-58,2555,-55,1950,-55,2555,-55,-119,-120,-325,-363,-620,-1193,-1251,-1460,-1483,2599,-55,-423,-620,-1250,-1460,-1483,2147,-55,-157,-158,-428,-487,-589,-620,-641,-642,-1250,-1251,-1332,-1460,-1483,-1671,-2167,-2341,2448,-55,-56,-916,2077,-55,-1390,-1771,-1772,-1773,-2128,2424,-55,-1233,-1970,1971,-55,57,-55,-56,2412,-55,-428,-642,-643,-773,-1058,1460,-55,-1245,-2460,2529,-55,-98,-428,-483,-484,-620,-976,-1250,-1251,-1459,-1460,-1483,-2150,-2151,2231,-55,-56,-98,-251,-252,-340,-341,-342,-343,-344,-620,-644,-666,-723,-976,-1134,-1459,-1460,-1461,-1483,-1973,-1974,-2102,-2231,-2488,2490,-55,-960,-1187,-1188,2464,56,-56,-61,-1708,-2345,2346,-56,2464,-56,-481,578,-56,-63,877,-56,1005,-56,-59,-1005,1011,-56,-1036,-1037,2350,-56,-1400,-1470,-2013,2086,-56,1702,-56,-1472,-2430,-2462,2587,-56,-2489,-2502,2564,-56,967,-56,-1308,-1343,1978,-56,-817,-818,-819,-820,-881,-882,-1306,-1320,1489,-56,-1630,-1631,-1632,-1633,2402,-56,-1029,2367,-56,-509,1681,-56,-346,2446,-56,2247,-56,-254,-384,-481,-712,-1479,1933,-56,-244,-535,-622,-678,-679,-2109,-2362,2363,-56,2197,-56,868,-56,2153,-56,-63,2088,-56,-2347,2348,-56,1172,-56,-689,-2391,-2397,2420,-56,-59,-571,-572,-918,-1158,-1560,-2148,-2372,-2393,-2404,-2409,2505,-56,-2079,2337,57,58,-58,2543,-58,-1965,2543,-59,215,59,-59,-249,-350,497,-59,592,-59,-621,-776,2071,-59,1206,-59,-89,-282,-485,-560,-646,-694,-1429,2053,-59,1069,-59,936,-59,-839,840,-59,1284,-59,66,-59,2427,-59,-1384,2334,-59,-65,2334,-59,-610,1005,-59,1057,-59,1072,-59,-179,-1280,-1422,-1551,1843,-59,-1095,2153,-59,-1267,1444,-59,1265,-59,-61,1536,-59,-1284,-1370,2441,-59,-783,-1316,2617,-59,2140,-59,1365,-59,-1064,1462,-59,1520,-59,1141,-59,1636,-59,-1923,-1954,-2140,-2189,2334,-59,-1739,1740,-59,-1830,2467,-59,-1020,2076,-59,-1643,-2050,2353,-59,-930,-2056,2507,-59,2611,-59,63,-59,-491,-933,-1922,-1994,-2099,-2100,-2122,-2169,-2170,-2171,-2172,-2173,-2174,-2209,-2210,-2211,-2243,-2285,-2287,-2306,-2353,-2371,2439,-59,-63,-678,-801,-1564,-2338,2468,-59,-74,-75,-76,-99,-276,-277,-929,-1031,-2166,-2437,-2438,-2456,2475,-60,1299,-60,95,60,-60,-547,2618,-60,-685,914,-60,-684,914,-60,-154,-207,-684,-695,-2686,-2721,2722,-60,154,-60,-179,-207,-585,-586,-588,-1021,-2619,-2686,-2721,2722,61,-61,-263,264,-61,-1535,1536,-61,-1413,1414,-61,-2018,2019,-61,-610,-2344,-2345,2346,-61,-1413,-1414,1667,-61,67,-62,870,-62,-1958,1959,62,-62,845,-62,1629,-62,750,-62,369,-63,-228,-239,-292,-294,-412,-415,-775,-778,-1028,-1086,-1087,-1088,-1089,-1090,-1091,-1311,-2154,-2155,-2203,-2306,-2313,-2314,-2458,2538,63,-63,-1516,-1644,2586,-63,2136,-63,1377,-63,1581,-63,-163,-164,-165,-166,-167,-185,-186,-397,-486,-618,-623,-681,-682,-683,-697,-698,2484,-63,1281,-63,-525,2233,-63,-217,-218,394,-64,1728,65,-65,-601,-1678,2038,-65,2459,-65,-66,795,-65,1217,-65,66,-65,505,-65,-66,-214,-274,-351,-352,-357,-358,-937,-938,-1433,-1434,-1544,-1545,-1966,-1967,2120,-66,2054,66,-66,1996,-66,-909,1866,-66,-338,-674,2237,-66,1583,-66,-1342,1679,-66,450,-66,-466,-467,-468,-469,2470,-66,-320,321,-67,-1389,1845,67,-67,2018,-67,-1759,1760,-68,69,-70,-610,784,-71,939,-72,1277,-73,-220,-221,-222,-779,793,77,-78,-79,-80,1842,-81,-180,-181,-452,-488,-1049,-1050,-1051,-1438,2436,-82,489,83,-84,-85,-86,1009,87,88,-90,91,-90,-179,-275,-663,-1023,-1381,-1556,1557,-92,1034,-96,-105,-106,107,-97,-283,-327,-858,-965,-1388,2388,-98,-302,-413,-495,-496,-620,-642,-774,-777,-976,-1002,-1250,-1459,-1460,-1483,-1824,-2163,2399,100,-101,102,-103,-765,-834,-835,-836,-837,-838,-975,-1100,-1891,-2031,-2032,-2035,-2082,-2278,-2279,-2297,-2298,2299,104,-108,2557,-109,1213,110,-111,-112,-136,-137,-463,-1248,-1427,-1428,-1446,-1569,-1780,-2008,-2009,-2334,-2550,2602,111,-113,1144,114,-115,-159,-160,-161,-226,-227,-229,-230,-257,-258,-309,-310,-317,-429,-493,-761,-791,-792,-808,-1470,-1713,-1714,-1827,-1873,-1957,-2260,-2261,-2327,-2339,-2340,-2396,-2403,-2406,-2410,-2429,-2436,-2499,-2506,2591,116,117,118,-118,-236,2602,-118,705,-118,-559,1047,-121,122,124,-125,-168,-169,-1485,1486,-126,-127,-128,-129,130,-131,798,-132,-799,800,-133,-238,855,-134,135,138,-139,140,-141,-754,925,142,143,144,-146,-206,-266,654,-147,-152,-153,917,-148,-2721,2722,-149,2616,-150,151,-154,155,154,-154,1364,-156,-335,-743,-744,1353,162,-170,2500,-171,-172,-173,295,174,-175,-176,242,-177,-354,-355,-356,-2131,2356,178,179,-179,978,-179,-953,2080,-179,564,-179,-932,1010,-179,1530,-179,-1935,1936,-179,2185,-179,-1836,-2143,2144,-179,1439,182,-183,-184,-334,-622,-1143,-1484,-1493,-1559,-1579,-2435,-2496,2589,-184,-679,-1559,2109,-187,430,-188,189,-188,-372,373,-188,-391,939,188,-190,-2334,2458,-191,-259,-740,-741,-1763,-1764,-1765,2723,-192,361,193,-194,-195,196,195,-197,-1363,-1364,-1955,-2517,2518,-198,-199,-200,-224,-225,-256,-324,-402,-841,-1392,-2253,-2335,-2340,2406,201,-203,316,204,205,-207,208,-207,-2686,-2721,2722,-207,-208,-2686,-2699,-2721,2722,-207,-690,-691,-739,-2686,-2721,2722,-207,-337,-2686,-2721,2722,-207,2686,-209,-745,-2655,-2656,2657,-210,2615,-213,214,-214,-842,-843,-2090,-2091,2092,-216,-1101,-1102,2142,219,223,-223,-591,-1652,2586,-231,-232,-308,-313,-319,-362,-575,-974,-1584,-1585,-1701,-2097,-2098,-2277,2446,-233,-234,-2721,2722,235,-237,-599,-924,-1567,-1568,-2254,2255,-238,428,240,-241,-271,-673,-1056,-1070,-1071,-1358,-1787,-2123,-2321,-2322,-2479,2535,-243,-597,654,-243,555,-245,-626,-747,-2116,-2215,-2307,-2331,2394,246,247,-248,-296,-307,-339,348,250,253,255,-260,-261,-262,2446,265,-267,-426,-729,-864,-865,943,-268,-1209,-1210,-1419,-2054,-2077,2219,-269,-425,-2094,-2153,-2382,2383,-270,-2219,2591,272,-273,-1119,-1120,-1121,-1122,-1123,-1124,-1125,-1126,-1127,-1128,-1129,1414,-274,389,-281,-394,654,284,285,-286,-1016,-1035,-2118,2591,-288,336,289,-290,-291,-428,-569,-572,-1236,-1291,1292,-297,-305,-306,-573,890,-298,-828,-1305,2235,299,-299,2664,-300,301,302,303,-304,438,-304,1951,304,311,312,-314,2446,318,322,323,-326,2614,328,-329,-1969,2166,330,-331,-1063,1064,-332,-713,-714,-715,-1175,-1176,-1177,-1178,-1179,-2232,2306,-333,-376,377,335,345,-347,2459,349,-353,-745,973,-359,-360,-737,738,-364,-826,-1073,-1548,-2247,-2310,-2311,-2513,-2514,-2549,2570,-365,-366,-883,-915,-1018,1019,-367,1663,368,-369,-849,-931,2585,-369,-1512,-1887,-1888,2047,-369,-1924,2585,-370,-375,1778,-371,-490,1064,-372,-2222,2226,-374,-1363,-1364,1898,378,-379,-1515,2472,380,-381,576,-382,383,-385,395,-386,387,-388,-428,593,-390,-419,-822,869,-392,-422,-551,-580,-611,-699,-748,-772,-780,-806,2463,-393,394,-394,-1363,1364,-396,-428,-476,-478,-569,-572,-573,-922,-962,-1015,-1098,-1296,-1941,-1944,-2103,-2107,2446,-398,-399,720,400,401,-403,404,-405,-406,458,-407,-473,-2054,2219,-408,-409,-443,-444,-445,-446,2510,-409,-410,411,414,416,417,418,-420,421,422,-424,-1363,-1364,1898,427,-428,-433,-619,-855,-856,-857,-1836,-2027,-2239,-2265,-2328,-2329,2389,428,-428,977,-428,-2369,-2443,2444,-428,457,-431,2700,432,-434,-435,-436,-541,-613,-614,-725,-1750,-1791,-1934,-2202,2585,437,439,-439,-498,-1039,1040,-440,-441,-500,-514,-531,-604,-760,-1059,-1060,-1061,-1559,-2168,-2230,-2411,-2434,2469,-442,-980,1919,443,-447,-448,-561,-562,-570,-739,-2721,2722,-449,1388,-451,-1193,-1283,-1589,-2066,-2067,2390,-453,454,-455,456,455,-461,-1038,-1369,2449,-462,-705,-1075,-1076,-2127,-2357,-2358,2359,464,-465,-2129,2586,-470,-1255,2106,-471,-2057,-2064,2068,-472,-814,884,-474,-1171,-1469,-1470,-2306,-2405,2436,477,-477,1807,480,-492,-758,-1488,-1574,-2030,2273,-494,764,-501,985,-503,-1263,1264,-504,-1404,-1978,2247,506,-507,1647,508,510,511,-513,-1810,1811,-515,1828,516,517,518,-519,1977,521,-522,2139,523,-524,-905,-906,-907,-908,2146,-526,527,-528,669,-529,-658,-1425,-1871,-1872,-2012,-2219,-2353,2595,530,-533,-534,1949,540,-542,1778,-543,-2721,2722,-544,545,-546,1717,-548,917,549,550,-552,640,553,-554,-600,-1363,-1364,2617,-556,557,-558,-654,2614,-563,-659,-1143,-1157,-1207,-1276,-1333,-1335,-1559,-1931,-2236,-2320,2446,-565,566,-567,-981,2401,-568,-727,1064,-572,-766,-781,-850,-2170,2306,574,576,-576,-577,1412,-576,-1135,-1136,1411,-578,-1147,-1469,-1470,-1471,-1718,-2306,-2379,-2405,-2414,-2436,2446,-579,-608,-609,-930,1249,-580,-802,-803,-804,-805,-806,-807,-923,2101,-580,-2183,-2248,2447,581,582,-584,1083,-585,-587,-588,-707,-1093,2622,586,-590,-693,-966,2617,-593,-594,-616,-617,-989,1412,595,-596,-616,-1064,-1508,-1509,1510,-598,2011,-602,-1363,1364,603,-605,1757,-606,607,610,-610,2131,-610,-2667,-2668,2669,-610,-2667,-2668,-2669,2677,612,-615,-790,-1027,-1151,-1256,-2301,2478,-624,-625,-628,2332,627,-630,1725,-631,-632,871,632,-633,-634,-635,1685,-636,-637,638,-639,-728,771,645,647,648,-649,650,651,652,653,-654,706,-654,-655,706,654,-656,-1181,1566,657,-660,-661,662,-662,-1754,-1925,-1926,-1927,-1928,1929,664,665,-667,-668,-696,-771,1299,670,671,-672,2219,674,-675,676,677,680,685,-686,-1432,-1781,-1782,-2387,-2509,2545,-687,-958,-1500,1776,-688,2580,-692,-693,2626,-700,952,701,702,703,704,-707,-708,968,-709,-710,711,-716,-717,987,718,-721,-722,1831,724,726,-730,-731,-732,948,-733,-734,2235,735,736,-742,930,-746,-1361,1362,-749,-2110,-2111,-2112,2534,-750,849,751,-752,1430,-752,-1062,-1430,-1702,-1825,-1826,-2417,2477,-753,-1024,-1025,-1530,-2081,-2336,-2461,2600,-755,-878,-879,-958,2238,756,757,-759,2251,-762,-1064,-2407,-2579,2588,-763,1388,-768,2621,769,770,-771,-2713,-2714,-2715,-2716,2717,-782,783,-783,2617,-785,786,-787,2267,-788,-1659,-1660,-1661,-2426,-2481,-2483,2574,789,794,-795,-1967,-2655,-2656,2657,-796,876,-797,993,809,-809,-1319,1888,-810,-811,-1133,-1375,1376,-812,-813,1494,-815,-1297,-1549,1580,-816,1844,-821,-824,-825,-1719,-1720,2575,-827,2449,827,829,-830,-831,1395,832,833,840,844,-846,-847,2333,848,-849,-1349,2585,-849,2585,851,-852,-978,-1645,-1646,2625,-853,-2054,2219,-854,1987,859,-860,-1908,1909,861,862,863,-864,865,-866,-867,-1867,-1868,2334,-870,2523,-872,1913,-873,-874,875,-885,-886,887,-889,-898,-2075,2498,891,-892,2259,893,-894,961,-895,-896,2520,897,899,-900,2280,902,-903,-904,1954,910,-910,-2022,-2198,-2199,-2446,-2515,2574,911,912,-913,2593,-913,2136,-913,-2136,-2398,-2441,2601,914,916,917,-917,1563,919,920,921,-926,-927,-1130,1635,928,-930,-1889,1890,-930,1972,930,935,939,940,941,942,-944,2567,-945,946,-947,948,-949,-950,951,-954,-955,-1079,1218,956,-957,-1163,-1164,1170,959,-963,964,-964,-2036,-2037,-2149,2280,-968,969,-970,-971,2070,972,973,-979,-2323,-2324,-2325,2525,-982,-1317,1983,-983,-1741,2144,984,-986,990,988,-989,990,-991,-1284,-1694,-1695,1958,-992,2584,-994,995,-996,-997,998,-999,1932,-1000,1298,1001,1003,1004,1006,1007,1008,1009,-1012,-1013,-2133,2134,-1014,2446,1017,1022,1026,1030,-1032,1533,1033,1034,-1041,-1042,-1043,-1906,2114,-1044,-1045,1913,-1046,1843,1047,1048,-1052,-1053,1054,1055,-1064,-1913,2582,1065,-1066,-1067,-1778,2409,1068,-1069,-1223,-1224,-1284,1843,1074,1077,-1078,-1598,1692,1080,1081,-1082,-1853,-1854,-1855,-1856,-1857,1858,-1084,2576,1085,1092,1093,1094,-1096,1097,1099,1103,1104,-1105,1145,-1106,-1107,-1108,2161,-1109,-1110,-1111,-1112,-1113,-1114,-1115,-1116,-1117,-1118,-1120,1129,1131,-1132,-1463,-1769,2574,1136,1137,1138,1139,-1143,-2141,-2361,2495,1145,-1145,2219,1146,-1148,1905,1149,1150,-1152,1405,1153,1154,-1155,1307,-1156,1480,-1159,1160,-1161,-1162,1669,-1166,-1167,-1168,1169,1168,-1173,1174,1180,-1180,1181,-1180,-1181,-1329,1330,1181,1182,-1183,-1951,2446,-1184,1407,1185,1186,1189,-1190,-1191,1192,1191,1193,1194,1195,-1196,1749,-1197,1198,-1199,2586,1200,1201,-1202,-1239,1617,1203,-1204,1205,1206,-1206,1384,1208,-1211,1212,-1214,2191,1215,1216,1219,1220,-1221,1222,1225,-1226,-1227,1497,-1228,-1595,2586,1229,1230,-1231,1232,1234,-1235,2055,-1237,-1664,1754,-1238,-1239,1240,-1241,-1242,-1243,1244,-1245,-2494,2610,1246,1247,-1250,-2023,-2024,-2025,2231,-1250,-1460,-1502,-2023,-2024,-2025,2231,-1250,-1460,-1502,-2023,-2024,-2025,-2231,2256,1252,-1253,1254,-1257,1258,1259,1261,1262,-1266,1882,-1268,1409,1268,-1269,2530,-1270,1271,-1272,1273,1274,-1275,-1766,2247,1278,1279,1282,-1285,2405,-1286,2319,1287,1289,1290,-1293,-1294,-1295,-2374,-2376,2566,1300,1301,1302,-1303,1304,1309,-1310,1788,1313,1314,1315,1316,-1317,1482,1317,1318,1319,1321,1322,-1323,1324,1325,1326,-1327,1328,1331,1334,1336,-1337,1338,1339,1340,-1341,-1342,1580,1344,-1345,-1443,-1444,-1506,-1621,-1670,2482,1346,-1347,-2395,2585,1348,-1350,-1629,-1924,-2268,2269,1351,1352,-1354,-1355,-1356,2627,1357,-1359,1360,-1363,-1364,1898,-1363,1364,1364,1366,1367,1368,1371,1372,1373,-1374,2547,-1378,1786,-1379,1440,1380,1382,1383,1385,1386,-1387,-1878,-1879,2449,1388,-1390,-1653,2026,-1390,1391,-1393,2602,-1394,2603,-1396,-1397,1768,1398,1399,-1401,1402,1403,1410,1412,-1413,-1414,-1415,-1416,1417,-1413,-1414,-1893,-1894,2536,-1413,2262,-1418,-2054,-2240,-2241,2315,1423,1424,-1426,2586,1431,-1435,2485,-1436,1437,1441,-1442,-1623,1624,-1444,-2300,2595,-1445,1991,1447,1448,1450,1451,1452,1454,1455,-1456,2192,1457,1458,-1459,1460,-1464,-1465,-1466,-1467,1468,1470,-1473,-1910,-1911,1912,-1474,1475,1476,-1477,1478,-1481,1638,1485,1487,1489,1490,-1490,-1491,-1492,-2295,2296,1495,1496,1498,-1499,1990,-1501,2270,-1503,-1504,1505,1507,-1511,-2465,2508,1512,1513,-1513,2247,1514,1517,-1517,1730,-1517,-1518,1519,-1519,-1800,1801,-1521,1522,-1523,1697,1524,-1525,1529,1526,-1526,-1527,1528,-1530,-1619,1620,-1531,1991,1531,1532,1534,-1537,1538,1539,-1540,-2014,2566,1542,-1543,1902,1546,1547,-1548,2146,1550,-1552,-1553,1554,1553,1555,1558,1561,1562,-1565,-1630,1877,1570,-1571,-1745,-1746,-1747,-2119,2247,1572,1573,-1574,1575,1576,1577,-1580,1892,1582,1586,1587,-1588,2247,1590,-1591,-1592,1593,1594,-1596,2537,-1597,-2544,2585,-1599,1600,1601,-1602,1603,1604,-1605,-1606,-1607,-1608,2574,1609,-1610,-1611,1612,1613,1614,-1615,1616,1621,-1622,-1702,2433,1625,-1626,-2489,2581,-1627,1628,1629,-1631,1841,-1637,1837,-1639,-1640,1641,-1642,2446,-1648,1649,1651,-1652,2586,-1654,1848,1655,1656,1657,1658,1662,-1665,1666,1668,-1672,2196,-1673,-1674,-1675,-1676,-1677,-2364,2365,1678,1679,1682,1683,-1687,-2290,-2291,2441,1688,-1689,1690,1690,1691,1693,1696,1698,-1698,-1699,-1700,-2503,-2519,2520,-1702,-1743,1744,1702,1703,-1704,1724,-1705,2004,1706,-1707,-1708,-1709,-1710,1837,1712,-1715,1716,1721,1723,1729,-1731,2602,1732,-1733,-1734,-1735,-1736,1737,-1735,-2351,-2352,-2354,-2355,2356,1738,1742,1748,-1751,-1752,2110,1753,1754,1755,1756,-1758,-2290,2291,-1761,1762,1767,1768,1770,1772,1774,1775,1777,1778,1779,1783,-1784,1785,1786,-1789,-1790,2602,1792,-1793,1794,-1795,2291,1796,1797,1798,1802,-1803,-1836,2586,-1804,1805,1806,1808,1809,1812,1813,-1814,-1815,-1816,-1997,-1998,-1999,-2000,-2001,-2002,-2003,-2450,-2452,-2453,-2454,-2455,2474,1818,1819,-1820,-1821,-1822,2449,1823,1828,1829,1831,1832,-1833,-1975,-2440,2592,-1834,1835,-1836,-2271,2275,1837,-1838,-1839,-1840,2370,-1841,2145,-1841,-1885,2585,1842,-1842,2047,1843,-1843,2577,-1846,1847,1848,1849,1850,1851,-1851,2077,1859,1860,1861,1862,-1863,1921,-1869,1870,-1874,1875,1876,-1880,1881,1882,-1883,1884,1886,-1895,-1896,1897,1898,-1899,1900,1901,1903,1904,-1907,2464,1913,1914,1915,-1916,2115,-1917,2442,-1918,1919,1921,-1930,2578,1932,-1937,1938,-1939,1940,1942,1943,-1945,1946,-1947,2153,1948,1951,-1952,2334,1953,1956,-1958,1959,1960,-1961,-1962,-1963,-1964,-2083,-2084,-2085,2449,-1965,-1985,2530,1968,1972,-1976,2573,-1978,-1979,1980,-1981,-1984,1995,1982,1985,1986,1988,1989,1990,1992,-1993,2153,2004,2005,-2006,2153,2007,2008,2010,-2015,2016,2017,-2020,-2021,-2232,-2373,-2436,-2501,2574,2026,-2028,2029,-2033,2034,2039,2040,-2041,2042,-2043,-2044,2045,-2046,-2375,-2400,-2419,2512,2047,2048,2049,2051,-2052,-2138,2473,-2058,2059,-2061,-2062,-2063,2065,2069,-2072,-2073,-2074,2572,-2078,2442,-2089,-2093,2305,-2095,2096,-2104,2105,2108,2113,2117,2121,2124,-2125,2126,2130,2135,-2136,2137,2136,2137,2140,-2140,2334,2146,-2152,2153,-2153,-2188,-2189,2333,2153,-2156,-2157,-2158,2159,2160,2162,2164,2165,2166,2168,-2175,-2176,2177,-2178,2179,-2180,-2181,2182,-2184,2541,2186,2187,2189,2190,2192,-2193,2194,-2194,2217,2194,-2200,-2201,2605,2204,2205,2206,-2207,2208,2212,2213,2214,2216,-2218,2219,2223,2224,2225,-2227,2228,2229,2234,2235,-2242,-2244,-2245,2246,2247,-2249,2250,2251,2252,-2257,2497,2258,-2263,2264,2266,2272,2274,2276,2280,-2281,-2282,-2283,2284,2286,-2288,2289,2290,-2290,2291,-2290,-2291,2441,2292,2293,2294,-2294,2607,-2302,2303,-2304,2586,-2306,2353,2309,2316,-2317,2318,2326,2330,2333,-2342,-2343,-2560,2724,2349,-2353,-2634,-2635,2636,2353,2360,-2366,-2428,2583,2368,-2370,-2451,2452,2374,-2377,2413,2378,2380,2381,-2384,-2385,-2416,2603,-2392,2563,-2408,2562,-2409,2597,-2414,-2418,2436,-2415,2504,2421,-2422,2423,2424,2425,2432,-2441,2592,2441,2445,2446,2447,2449,-2457,2521,2459,2462,2464,2466,2471,-2480,2598,2486,2487,2491,-2492,2590,2493,2510,2511,-2522,-2527,2528,2523,2524,2526,2528,2529,-2531,2594,2533,2539,2540,2542,2546,2548,-2551,2559,2552,-2553,2554,2554,2556,2557,2558,2561,2565,2568,2569,2571,2572,2573,-2573,2592,2574,2579,2580,-2580,-2651,-2652,2653,2585,-2585,-2655,-2658,2659,-2585,2670,2586,-2586,2602,2589,2591,2592,-2596,2603,2602,-2602,-2691,2692,2604,2606,2608,2612,2613,2614,2616,2617,2620,2623,2624,2626,2628,2629,-2629,2631,2630,-2632,2633,-2637,2638,-2639,2640,2642,2643,-2644,2645,-2646,-2647,-2648,2649,-2646,2648,-2646,-2647,-2648,-2649,-2681,-2682,-2683,-2684,2685,2650,2654,-2655,-2656,-2657,2665,-2655,-2656,2657,2655,2660,-2661,2662,2663,2665,2666,-2671,-2672,2673,2676,2678,-2679,2680,2687,2688,-2693,-2694,2695,-2696,-2697,2698,2699,2700,-2701,2702,2703,2704,-2705,2706,-2707,2708,-2709,-2710,-2711,2712,2718,2719,2720,-2721,2722,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744];
|
|
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],["servers-mc.net",176],["com",177],["info",180],["biz",186],["sexzun.com",188],["badtv.net",189],["doeda.one",192],["selcukflix.net",193],["dizilla.club",200],["atvavrupa.tv",211],["apara.com.tr",213],["larende.com",220],["kemergozcu.com",227],["otohaber.com.tr",231],["lha.com.tr",234],["aktifbulten.com.tr",234],["antalyasonhaber.com",234],["haberetanik.com",235],["tevhidgundemi.com",234],["hakimiyet.com",237],["gaziantep27.net",234],["olay53.com",234],["olayrize.com",242],["akcaabatinsesi.com",245],["haberzamani.net",234],["avazturk.com",234],["ereglimetro.com.tr",234],["aydinhedef.com.tr",234],["lojiport.com",248],["ngazete.com",234],["marastanhaber.com.tr",250],["nutuk.com.tr",234],["yenikapihaber.com",234],["ilgazetesi.com.tr",234],["hakkariobjektifhaber.com",248],["tasova.net",252],["hakkarihabertv.com",248],["karamanhabercisi.com",248],["marasgundem.com.tr",248],["sivasbulteni.com",234],["detaykibris.com",254],["wanhaber.com",259],["elazighaber.com",234],["virahaber.com",263],["61trabzonhaber.com",248],["karsmanset.com",234],["mepanews.com",234],["golbasisongaste.com",234],["yuksekovahaber.com.tr",234],["memleket.com.tr",248],["gazeteguncel.com",234],["enerjigunlugu.net",248],["buyukkocaeli.com.tr",248],["magazinkolik.com",267],["sakaryahaber.com",234],["ekrangazetesi.com",270],["isilanlarikariyer.com",234],["konyaninsesi.com.tr",248],["siyasetcafe.com",234],["optimushaber.com",234],["gunboyugazetesi.com.tr",272],["agazete.com.tr",274],["aktuelpsikoloji.com",277],["banazguncelhaber.com",279],["kibris724.com",234],["takvim.com.tr",281],["aydin24haber.com",234],["turkiyeegitim.com",234],["nazillihavadis.com",234],["koylerim.com",234],["yeniasir.com.tr",292],["ahaber.com.tr",299],["risalehaber.com",234],["bilecikhaber.com.tr",248],["pusulahaber.com.tr",234],["bolgegundem.com",317],["olay.com.tr",321],["saglikaktuel.com",328],["afyonanahaber.com.tr",234],["merhabahaber.com",332],["sariyermanset.com",234],["haberartiturk.com",234],["yeniduzen.com",334],["bafra55.net",248],["atv.com.tr",337],["ajans32.com",344],["aspor.com.tr",348],["dengegazetesi.com.tr",234],["haberay.com.tr",234],["kargohaber.com",234],["medyaege.com.tr",234],["memurpostasi.com",234],["ozgurkocaeli.com.tr",245],["pazar53.com",234],["sabah.com.tr",363],["teknolojic.com",234],["ulkucumedya.com",234],["ulusalpost.com",234],["yenicaggazetesi.com.tr",389],["ajansbesiktas.com",234],["veteknoloji.com",394],["kamuajans.net",394],["kadikoygazetesi.com",395],["arti49.com",400],["sokgazetesi.com.tr",402],["webursa.com",394],["lifebursa.com",405],["bursahakimiyet.com.tr",408],["igfhaber.com",394],["yenidonem.com.tr",410],["insaatderyasi.com",394],["borsatek.com",394],["dizilab9.*",414],["dizilab8.*",414],["abcgazetesi.com",418],["anadoludabugun.com.tr",423],["egelife.com",394],["halktv.com.tr",394],["karar.com",425],["haberciniz.biz",394],["yurtgazetesi.com.tr",430],["tozlumagazin.net",434],["bbnhaber.com.tr",436],["otuzbeslik.com",394],["nefisyemektarifleri.com",440],["mansethaber.com",394],["kibrispostasi.com",450],["gununyalanlari.com",394],["sosyalhalisaha.com",394],["ertehaber.com",394],["beyazgazete.com",456],["yesiligdir.com",459],["perakende.org",462],["yarimadagazetesi.com",394],["sinematuru.com",465],["fotospor.com",467],["fanatik.com.tr",474],["erasmusu.com",483],["bolugundem.com",485],["aofsoru.com",487],["kocaeligazetesi.com.tr",489],["antalyaburada.com",492],["airporthaber.com",495],["oyungemisi.com",497],["pudra.com",394],["televole.com",394],["yeniakit.com.tr",502],["neoldu.com",515],["tarsusakdeniz.com",518],["havaturkiye.com",518],["mersinhaber.com",518],["sonses.tv",519],["anamurekspres.com",519],["sakinca.com",519],["gazetebanka.com",519],["habereko.com",519],["aktifhabergazetesi.com",519],["elazighaberkent.com",519],["elazigharputgazetesi.com",519],["samsunhaberhatti.com",519],["yurtspor.com",520],["hayat.ro",522],["ahbmedya.com",525],["worldofturkiye.com",527],["eksisozluk.com",528],["filmizlekral.com",532],["ogznet.com",534],["ajanstekirdag.com",538],["enyenimedya.com",527],["yenisafak.com",540],["kocatepegazetesi.com",549],["dinimizislam.com",527],["tarihiyolculuk.com",527],["geziforumu.com",527],["kadinloji.com",527],["donghuatr.com",527],["havadurumu15gunluk.xyz",551],["sonhaber16.com",553],["bifikir.com",527],["nowtv.com.tr",527],["haber228.com",556],["diyarbakirhaber.com.tr",527],["diyarbakirgazete.com",527],["konupara.com",558],["cumrapostasi.com",549],["sinemafilmizle.net",560],["degisimgazetesi.com.tr",562],["esporlab.com",527],["havadurumu15gunluk.org",551],["voleybolmagazin.com",565],["londragazete.com",527],["bursahayat.com.tr",568],["trt1.com.tr",571],["noktabursa.com.tr",527],["anlikaltinfiyatlari.com",573],["pasada.com.tr",575],["memoryhackers.org",581],["slideplayer.biz.tr",527],["sakarya360.com",556],["bigunhaber.com",527],["son32.com",527],["emlaknews.com.tr",584],["cagingazetesi.com.tr",587],["sabahhaberi.com",589],["sonsaat.com.tr",592],["medyaankara.com",527],["erotikfilmtube.com",596],["anadolugunluk.com",527],["kesinkarar.com",527],["bursverenkurumlar.com",600],["mengen.gen.tr",602],["capital.com.tr",604],["canlimobeseizle.com",527],["nallihanhaber.com",527],["muhabir26.com",527],["gundembursa.com",527],["uyan32.com",556],["selcukhaber.com",607],["webhakim.com",609],["ibrala.com",611],["ulakci.com",527],["haberyum.com",527],["yozgatses.com",527],["forumotomobil.com",527],["bodrumolay.com",613],["akvaryum.com",619],["uyumhaber.com",527],["yenimeram.com.tr",622],["gzt.com",625],["thebrandage.com",527],["gamer.com.tr",628],["medyafaresi.com",632],["indir.com",527],["bjk.com.tr",527],["bursadabugun.com",636],["gercekgundem.com",638],["haber7.com",640],["internethaber.com",664],["webtekno.com",671],["fullfilmcibabaizlet.com",685],["fullfilmcibaba.nl",685],["fullhdabifilmizlet.com",687],["royalfilmizle.com",689],["fulltimehdfilmizle.*",690],["jetfilmizletv.net",689],["evrenselfilm1.com",693],["altyazilifilmizle3.com",696],["fullfilmizle.*",699],["1080pizle.net",707],["fullhdizle.*",709],["cehennemstream.xyz",720],["hlktrpl.cfd",721],["antalyahakkinda.com",724],["kandiraninsesi.com",727],["davahaber.com",720],["canlihaber.com",720],["milligazete.com.tr",730],["bidunyahaber.net",720],["kartalgazetesi.com",733],["kirkbir.com",738],["cagdaskocaeli.com.tr",742],["kocaelihaberdunyasi.com",720],["lidergazete.com",744],["bilecik11.com",746],["liderbursa.com",749],["mebehliyetsinavsorulari.com",749],["haberler33.com",749],["mygazete.com",750],["kastamonuguncel.com",752],["elazigonline.com",754],["gazetecin.com",749],["elazighakimiyethaber.com",756],["sozcu.com.tr",758],["korkusuz.com.tr",783],["szctv.com.tr",783],["bursa.com",784],["megahaber27.com",788],["yemektarifleri.org",790],["mshowto.org",783],["dunyaatlasi.com",792],["ensonhaber.com",794],["gayrimenkulhaber.com",783],["cinemadran.com",783],["ranini.tv",812],["oggito.com",814],["rumma.org",783],["aydindenge.com.tr",783],["gecmisgazete.com",783],["roketdizi.*",817],["gelirkapisi.com",821],["bedavainternet.com.tr",823],["turkedebiyati.org",824],["frpnet.net",828],["teknobh.com",830],["begonya.com",823],["kadinvekadin.net",823],["savunmasanayist.com",833],["aof.tc",835],["m5dergi.com",823],["sosyola.com",837],["havadiskibris.com",839],["unirehberi.com",823],["techolay.net",856],["oyunindir.club",858],["armoniscans.com",858],["yoldaolmak.com",859],["sorumatik.co",861],["andronova.net",858],["koinfinans.com",864],["hwp.com.tr",868],["lafmacun.net",870],["oyundunyasi.net",873],["teknodiot.com",875],["ruyashoujo.com",858],["pchocasi.com.tr",881],["dusuncekatalogu.com",858],["dirilispostasi.com",884],["turkuazgazetesi.net",887],["yenialanya.com",887],["bugunkocaeli.com.tr",887],["mansetaydin.com",888],["seskocaeli.com",890],["kocaelibarisgazetesi.com",887],["kocaelikoz.com",887],["enkocaeli.com",887],["evvelcevap.com",893],["trendyol.com",895],["f5haber.com",898],["bitcoinsistemi.com",900],["hepsiburada.com",902],["ogretmenlersitesi.com",908],["kayserianadoluhaber.com.tr",909],["memurlar.net",913],["neredekal.com",923],["yesilkartforum.com",925],["fullhdfilmsalonu.org",926],["bedavahesap.org",930],["aydinlik.com.tr",931],["cizgivedizi.com",932],["uludagsozluk.com",934],["sporekrani.com",942],["hdfilmcehennemi.*",944],["sporx.com",948],["fotomac.com.tr",955],["nufusu.com",973],["sorubak.com",974],["paratic.com",976],["canlimacizlene.blogspot.com",995],["gunhaber.com.tr",996],["canakkalegundem.net",998],["bewins.tv",1000],["basarisiralamalari.com",1001],["havaforum.com",1017],["borsadirekt.com",1018],["elisa1.lat",1020],["haberler.com",1021],["justintv-canlimacizle.com",1060],["taraftarium.tr",1061],["dizirex.com",1062],["dizimag.*",1063],["izlekolik.org",1066],["dizikorea.*",1068],["arenasportshd.com",1071],["htspor.com",1073],["gazetebirlik.com",1074],["justintvnews.com",1079],["hepsiemlak.com",1084],["emlakjet.com",1086],["ntvspor.net",1089],["thewikihow.com",1092],["antalyahurses.com",1094],["taraftariumlive.com",1095],["trhaber.com",1097],["asyaanimeleri.*",1100],["cristal.guru",1101],["minecraft-turkiye.com",1102],["tranimaci.com",1103],["fivemturk.net",1107],["hdfilmsitesi.*",1111],["sinefilmgo.org",1114],["tarzifilm.com",1116],["mnfilmizle.com",1118],["mnfilmizle1.com",1118],["filmtib.com",1120],["filmizlemobil.com",1120],["filmizlego.com",1120],["yenifilmizle.org",1120],["erotizmcenneti.org",1120],["dizirella.com",1121],["burcufilm.com",1120],["filmizlersin.com",1120],["forum.donanimarsivi.com",1123],["epikplayer.xyz",1128],["beyazperde.com",1129],["gdh.digital",1131],["iscihaber.net",1135],["roketdizi.live",1136],["kibrisgazetesi.com",1139],["12punto.com.tr",1145],["taraftarium-24tv.com",1146],["puango.net",1146],["dizimag.eu",1147],["koreanturk.com",1149],["bizevdeyokuz.com",1152],["incisozluk.com.tr",1154],["emlaktuel.com",1157],["tercihrobotu.com.tr",1159],["donanimarsivi.com",1162],["yeniisfikirleri.net",1164],["enerjigazetesi.ist",1168],["kanalfinans.com",1146],["selcuksporthd24.com",1146],["selcuksporthd25.com",1146],["selcuksporthd26.com",1146],["selcuksporthd27.com",1146],["selcuksporthd28.com",1146],["selcuksporthd29.com",1146],["selcuksporthd30.com",1146],["selcuksporthd31.com",1146],["selcuksporthd32.com",1146],["selcuksporthd33.com",1146],["selcuksporthd34.com",1146],["selcuksporthd35.com",1146],["selcuksporthd36.com",1146],["selcuksporthd37.com",1146],["selcuksporthd38.com",1146],["selcuksporthd39.com",1146],["selcuksporthd40.com",1146],["selcuksporthd41.com",1146],["selcuksporthd42.com",1146],["selcuksporthd43.com",1146],["eurovizyon.co.uk",1170],["gazetevatan.com",1171],["posta.com.tr",1183],["softonic.com.tr",1187],["bugunkibris.com",1189],["tv100.com",1191],["odatv.com",1194],["gazetememur.com",1197],["~amp-krone-at.cdn.ampproject.org",1197],["~krone.at",1197],["~mixdownmag.com.au",1197],["antakyagazetesi.com",1198],["evrensel.net",1201],["boykot.co",1209],["selcuksports.*",1211],["selcuksportss.com",1212],["dizi16.life",1215],["dizi17.life",1215],["dizi18.life",1215],["dizi19.life",1215],["dizi20.life",1215],["dizi21.life",1215],["dizi22.life",1215],["dizi23.life",1215],["dizi24.life",1215],["dizi25.life",1215],["dizi26.life",1215],["dizi27.life",1215],["dizi28.life",1215],["dizi29.life",1215],["dizi30.life",1215],["dizi31.life",1215],["dizi32.life",1215],["dizi33.life",1215],["dizi34.life",1215],["dizi35.life",1215],["fullhdfilmizlesene.*",1216],["sondakika.com",1222],["yabancidiziizle.*",1236],["gunes.com",1237],["canli-macizle.com",1239],["golgebahcesi.com",1240],["filmizleplus.cc",1241],["filmizlehdfilm.com",1243],["filmizletv.*",1247],["fullhdfilmizle.*",1253],["fullhdfilmizletv.*",1243],["hdfilmcix.*",1260],["hdfilmizlesene.org",1265],["sinema.cx",1265],["inattvgiris.pro",1267],["webdramaturkey.org",1272],["utanmazkizlar.com",1274],["maksatbilgi.com",1276],["yemek.com",1282],["aylink.co",1286],["pamukovasosyalmedya.com",1287],["buyuksivas.com",1288],["mansetmalatya.com",1287],["mynet.com",1292],["filmizle.*",1307],["sinetiktok.com",1311],["mc-tr.com",1312],["startv.com.tr",1319],["parselsorgu.tkgm.gov.tr",1321],["onedio.com",1322],["birasyadizi.com",1335],["dizifon.com",1338],["t24.com.tr",1340],["filmmodu.io",1348],["gitlink.pro",1349],["hangikredi.com",1350],["yatsan.com",1355],["izlekolik.pro",1356],["wfilmizle.my",1356],["erotizimfilmizle.com",1357],["herpet.net",1358],["yatirimnedir.com",1362],["diziyou.co",1363],["kadinlarkulubu.com",1369],["merlininkazani.com",1376],["m-tr.net",1382],["gazeteipekyol.com",1385],["mackolik.com",1386],["cioupdate.com.tr",1399],["sinefil.tv",1401],["forum.shiftdelete.net",1404],["techinside.com",1405],["epey.com",1406],["teknosa.com",1411],["istegundem.com",1413],["bloomberght.com",1414],["diyetkolik.com",1422],["fullindirsene.net",1427],["habercigazetesi.net",1431],["justintvx30.blogspot.com",1432],["justintvxx10.blogspot.com",1432],["inattv-taraftarium24-macizle.blogspot.com",1432],["canli-mac-izle-taraftarium24-izle.blogspot.com",1432],["justintvgiris.blogspot.com",1432],["sportboss-macizlesbs.blogspot.com",1432],["taraftarium402.blogspot.com",1432],["macicanliizle.sbs",1432],["taraftarium24canli-macizlesene.blogspot.com",1432],["taraftarium24hdgiris1.blogspot.com",1432],["selcukspor-taraftarium24canliizle1.blogspot.com",1432],["canlidizi6.org",1434],["cepteteb.com.tr",1436],["gidadedektifi.com",1437],["onlinedizi.xyz",1438],["dizihot.com",1440],["koredizileri.pw",1442],["fullfilmizle.pro",1442],["tclira.com",1443],["koreliscans.com",1444],["hayalistic.com.tr",1444],["inatflix9.xyz",1445],["emlak.mitula.com.tr",1447],["webaslan.com",1448],["pornoeileen.com",1449],["videojs.online",1449],["vipfilmsitesi.com",1450],["unutulmazfilmler4.com",1452],["birgun.net",1453],["tekfullfilmizle5.com",1456],["elle.com.tr",1457],["ajansspor.com",1460],["atarita.com",1471],["joymaxtr.net",1474],["koctas.com.tr",1475],["domlepen.com",1476],["erotikfilmkeyfi.org",1478],["siyahfilmizle.fan",1478],["fullprogramlarindir.net",1479],["hesapkurdu.com",1482],["tamindir.com",1486],["jetfilmizle.*",1497],["uzmancoin.com",1503],["dosya.one",1505],["kayseriolay.com",1506],["gercekfethiye.com",1510],["elazigyenihaber.com",1515],["dizigom1.tv",1518],["canlidoviz.com",1521],["gazeteduvar.com.tr",1524],["dizipal.org",1527],["oyungezer.com.tr",1531],["teknolojioku.com",1532],["hdfilmcehennem.net",1535],["alonot.com",1536],["bilgiportal.com",1538],["akakce.com",1540],["patronlardunyasi.com",1542],["kanald.com.tr",1544],["turkanime.co",1547],["turkiyegazetesi.com.tr",1551],["yabancidizi.io",1562],["diziyoutv.com",1564],["haberturk.com",1567],["uzaymanga.com",1584],["trovit.com.tr",1587],["mitula.com.tr",1588],["filmizlehdizle.com",1589],["fullfilmizlesene.net",1589],["beinsports.com.tr",1591],["forum.turkmmo.com",1594],["kocuce.com",1598],["mmotutkunlari.com",1605],["mislink3.com",1608],["dentalilan.com",1609],["kulaklik.com",1610],["yeppuu.com",1611],["vkfilmizlet.*",1612],["tgrthaber.com",1614],["dizimom.*",1615],["manga-tr.com",1619],["ntv.com.tr",1620],["tlctv.com.tr",1633],["dmax.com.tr",1633],["beyaztv.com.tr",1634],["kanal7.com",1636],["showtv.com.tr",1640],["teve2.com.tr",1633],["tv8.com.tr",1633],["tv8bucuk.com",1633],["tabii.com",1633],["trtizle.com",1633],["sinefy3.com",1642],["animeizlesene.com",1644],["webdramaturkey.*",1644],["donanimhaber.com",1645],["contentx.me",1657],["supernaturalizle.com",1658],["diziyo.*",1659],["hurriyet.com.tr",1663],["dogruhaber.com.tr",1679],["cheatglobal.com",1682],["fullhdfilm.*",1683],["bursahaber.com",1691],["filmmakinesi.*",1693],["mangaku.blog",1700],["dizipia.com",1702],["hdfilmcehennemii.co",1704],["dizimov.*",1704],["sikayetvar.com",1705],["haberkibris.com",1709],["superhaber.com",1717],["neguzelsozler.com",1718],["boxerdergisi.com.tr",1721],["bafrahaber.com",1724],["1000kitap.com",1728],["star.com.tr",1731],["serieturkisch.com",1738],["serietvturche.com",1738],["tvseriadosturcos.com",1738],["seriesturco.com",1738],["seriesturkish.com",1738],["televizyongazetesi.com",1739],["breakingbadizle.*",1741],["cimri.com",1742],["bikifi.com",1748],["okultanitimi.net",1750],["haber365.com.tr",1752],["airturkhaber.com",1755],["boluyankihaber.com",1759],["marastahaber.com",1760],["minipassion.net",1762],["sordum.net",1763],["bigahavadis.com",1764],["aksarayhaberci.com",1764],["girisimhaber.com",1765],["bandirmamanset.com",1768],["bizimyaka.com",1770],["cazkolik.com",1771],["starkibris.net",1772],["kimintelefonu.com",1773],["turkudostlari.net",1775],["ozengen.com",1776],["tenceretv.com",1778],["bomba32.com",1779],["hdfilmizleamk.*",1785],["sinemakolik.net",1787],["technopat.net",1789],["kuponigo.com",1798],["kraloyun.com",1799],["pvpserverler.pro",1802],["asyafanatiklerim.com",1803],["sinema.*",1805],["nnchaber.com",1808],["yenimesaj.com.tr",1810],["720pizle.*",1812],["diziroll.*",1814],["teknoloji.org",1815],["trwebtoon.com",1816],["plastikciyiz.biz",1818],["dizicaps.*",1819],["sportlemone.top",1824],["sportlemon.net",1824],["goodfilmizle.com",1826],["milliyet.com.tr",1829],["sinematurk.com",1842],["sinemalar.com",1844],["tarotscans.com",1847],["yasemin.com",1850],["medyahaber.com",1856],["kazanabilirsin.com",1857],["evimdergisi.com.tr",1858],["popsci.com.tr",1861],["aksam.com.tr",1865],["nedir.org",1877],["mavikadin.com",1882],["iha.com.tr",1891],["tvaktuel.com",1895],["oyunmoduindir.com",1896],["yenibiris.com",1897],["dizifilmbox.*",1899],["fullhdfilmizlesenebox.net",1905],["elzemfilm.org",1906],["ekonomist.com.tr",1910],["hotstream.club",1916],["lezzet.com.tr",1917],["ulketv.com.tr",1923],["asyadiziizle.com",1925],["reytingtv.com",1928],["islamveihsan.com",1929],["tafdi3.com",1931],["tafdi4.com",1931],["ekoltv.com.tr",1933],["airporthaber2.com",1933],["tvnota.com",1933],["bayburtmanset.com",1933],["sehirmedya.com",1934],["yozgatcamlik.com",1933],["justintv200.com",1936],["justintv201.com",1936],["justintv202.com",1936],["justintv203.com",1936],["justintv204.com",1936],["justintv205.com",1936],["justintv206.com",1936],["justintv207.com",1936],["justintv208.com",1936],["justintv209.com",1936],["justintv210.com",1936],["justintv211.com",1936],["justintv212.com",1936],["justintv213.com",1936],["justintv214.com",1936],["justintv215.com",1936],["justintv216.com",1936],["justintv217.com",1936],["justintv218.com",1936],["justintv219.com",1936],["selcuksportshd1590.xyz",1940],["selcuksportshd1591.xyz",1940],["selcuksportshd1592.xyz",1940],["selcuksportshd1593.xyz",1940],["selcuksportshd1594.xyz",1940],["selcuksportshd1595.xyz",1940],["selcuksportshd1596.xyz",1940],["selcuksportshd1597.xyz",1940],["selcuksportshd1598.xyz",1940],["selcuksportshd1599.xyz",1940],["selcuksportshd1600.xyz",1940],["selcuksportshd-1c7ac28e5a14.click",1940],["selcuksportshd-f629290c2705.xyz",1940],["selcuksportshdde540fcd.xyz",1940],["selcuksportshd3e705845.xyz",1940],["selcuksportshd3d16b304.xyz",1940],["adonisfansub.com",1945],["forum.donanimhaber.com",1946],["trthaber.com",1953],["riojadivino.com",1957],["gercekbandirma.com",1958],["sandalca.com",1960],["sandalca.club",1963],["drtus.com",1964],["aktuel-urunler.com",1968],["fullhdfilmizlett1.com",1971],["dugun.com",1974],["kooplog.com",1975],["dosya.co",1976],["kimkimdir.net.tr",1977],["kitapyurdu.com",1979],["biliyo.org",1980],["afroditscans.com",1981],["puffytr.com",1982],["anizm.net",1984],["anizle.com",1982],["diziroll.club",1987],["veryansintv.com",1988],["muhasebetr.com",1991],["tarihdersi.net",1992],["yesiltopuklar.com",1995],["medyabar.com",2002],["samanyoluhaber.com",2003],["720pfilmizleme1.com",2004],["abysscdn.com",2009],["likessb.com",2010],["vsro.org",2011],["leadergamer.com.tr",2013],["golftutkusu.com",2014],["724dinle.com",2016],["dafflix.net",2017],["fullhdfilmizlebaba.com",2018],["turkrus.com",2019],["evrimagaci.org",2026],["oyunskor.com",2030],["fullhdfilmmodu2.*",2032],["n11.com",2035],["search.donanimhaber.com",2037],["trdoktor.com",2038],["finans.gazetevatan.com",2039],["tlkur.com",2040],["fullhdfilmizlesenebox.org",2041],["simulasyonturk.com",2044],["defenceturk.net",2047],["gazetevan.com",2050],["ehliyettestleri.com",2051],["testlericoz.com",2051],["ye-mek.net",2054],["gartic.io",2055],["tranimeizle.co",2056],["ruya-manga.com",2060],["hayalistic.com",2063],["clover-manga.com",2063],["vkfilmizle.net",2064],["pusulagazetesi.com.tr",2065],["cosmoturk.com",2067],["airlinehaber.com",2070],["sha.com.tr",2075],["eksiduyuru.com",2077],["yenikonya.com.tr",2078],["konhaber.com",2080],["cnnturk.com",2088],["wmaraci.com",2096],["ayatoon.com",2101],["raindropteamfan.com",2101],["dovizgrafik.com",2102],["salom.com.tr",2103],["doviz.com",2105],["samsunsehirgazetesi.com",2110],["fullhdfilmizle.vip",2112],["erotikfilmizle1.com",2114],["eniyifilms.com",2115],["realfilmizle6.com",2116],["realfilmizle7.com",2116],["realfilmizle8.com",2116],["realfilmizle9.com",2116],["realfilmizle10.com",2116],["realfilmizle11.com",2116],["realfilmizle12.com",2116],["realfilmizle13.com",2116],["realfilmizle14.com",2116],["realfilmizle15.com",2116],["realfilmizle16.com",2116],["realfilmizle17.com",2116],["realfilmizle18.com",2116],["realfilmizle19.com",2116],["realfilmizle20.com",2116],["realfilmizle21.com",2116],["realfilmizle22.com",2116],["realfilmizle23.com",2116],["realfilmizle24.com",2116],["realfilmizle25.com",2116],["realfilmizle26.com",2116],["realfilmizle27.com",2116],["realfilmizle28.com",2116],["realfilmizle29.com",2116],["realfilmizle30.com",2116],["siyahfilmizle.*",2122],["hdmixfilim.com",2124],["derstarih.com",2126],["medyaalemi.com.tr",2128],["birlikhabergazetesi.com",2130],["socratesdergi.com",2138],["gezilesiyer.com",2139],["justintv.*",2140],["yuksektopuklar.com",2145],["yetkinreport.com",2147],["bartinhergungazetesi.com",2149],["bartinolay.com",2150],["themagger.com",2153],["probiyotix.com",2158],["kriptoarena.com",2161],["koinbulteni.com",2165],["oggusto.com",2167],["enpolitik.com",2173],["ispartamhaber.com",2175],["bomba15.com",2175],["tarsusgazetesi.com",2175],["telegramgruplari.com",2176],["tele1.com.tr",2177],["avmgezgini.com",2180],["tureng.com",2181],["metin2rehberi.com",2182],["theflashizle.com",2183],["gemlikgundemgazetesi.com",2184],["hthayat.haberturk.com",2187],["malatyanethaber.com.tr",2188],["kocaelizirve.com",2191],["artisiirt.com",2191],["pazarlamasyon.com",2193],["dizimodu.com",2194],["gezenbilir.com",2199],["tiendeo.com.tr",2202],["vidmoxy.com",2204],["gazetemanifesto.com",2205],["incehesap.com",2208],["finans7.com",2209],["konyagazetesi.com.tr",2210],["sinemadelisi.com",2211],["muglayenigun.com",2213],["finikeakdeniz.com.tr",2218],["kimkazandi.com",2220],["bahiskilavuz4.com",2222],["dafflix.*",2225],["kariyer.net",2228],["malatyam.com",2232],["teknoseyir.com",2233],["myburc.com",2235],["canlitv.center",2236],["kredibankalar.com",2238],["altporno.xyz",2241],["flvconverter.org",2242],["youtube-mp3-music.com",2242],["mp3medya.com",2243],["turkaliz.com",2245],["teknobird.com",2246],["passporterstore.com",2249],["istanbulticaretgazetesi.com",2249],["timeturk.com",2250],["wv2.net",2257],["marketingturkiye.com.tr",2258],["ordugazete.com",2259],["imaret.com.tr",2261],["afyonhaber.com",2263],["seyredeger.com",2268],["yenihaberden.com",2269],["yetiskinfilmizle.xyz",2270],["burasiduzce.com",2271],["turkerotikfilm.com",2270],["cehennemstream.click",2273],["filmizle.in",2274],["yildizkisafilm.org",2274],["movietube32.xyz",2274],["burdenfly.com",2275],["altyazi.net",2276],["akorlar.com",2280],["sanalbasin.com",2281],["karamangundem.com",2284],["egitimsistem.com",2286],["karamandan.com",2286],["numaraara.com",2287],["gazeteoku.com",2288],["cnbce.com",2288],["dunya.com",2288],["paradurumu.com",2288],["tarifikolay.com",2289],["trivago.com.tr",2290],["letgo.com",2291],["tasit.com",2292],["canliskor.biz.tr",2294],["bundle.app",2296],["macsonuclari.com.tr",2298],["cozumpark.com",2301],["arabateknik.com",2305],["shiftdelete.net",2306],["habervakti.com",2310],["mp3indirdur.life",2311],["muzikmp3indir.com",2313],["sinepal.*",2318],["galeri.uludagsozluk.com",2320],["kamubulten.com",2323],["buyurindir.org",2324],["fragman-tv.com",2325],["doeda.com",2330],["editsizserverler.org",2333],["kamudanhaber.net",2336],["zamaninvarken.com",2337],["seyredelim.com",2339],["korsanedebiyat.com",2340],["ufukgazetesi.net",2342],["esgazete.com",2347],["fenerbahce.org",2349],["mail.com.tr",2351],["yenierzurumhaber.com",2354],["kriptoteknikhaber.com",2356],["altinpiyasa.com",2358],["kocaelidebugun.com",2359],["almanilan.com",2360],["yemekev.com",2361],["lorentlabs.com",2362],["canlialtinfiyatlari.com",2363],["filmkovasi.org",2364],["edebiyathaber.net",2365],["futbolarena.com",2369],["turizmajansi.com",2371],["numarasorgulamax.com",2372],["320volt.com",2373],["mp3semti.com",2374],["fivemturk.com",2375],["testkolik.com",2377],["macrehberi.com",2378],["altin.in",2379],["inegolonline.com",2384],["41saat.com",2387],["diziplus.*",2389],["dizivap.*",2389],["dizivid.co",2389],["diziday1.com",2389],["filmzal.*",2389],["arabamkacyakar.com",2390],["trt.net.tr",2391],["engelsiztrt.tv",2394],["trtmuzik.net.tr",2394],["repertuarim.com",2395],["jukeduke.com",2398],["stargamescasinoonline.com",2398],["dizibox.*",2399],["koinbox.net",2403],["bandirmasehir.com",2404],["frmtr.com",2409],["spyhackerz.org",2410],["kizlarsoruyor.com",2411],["emlaktasondakika.com",2414],["steelradar.com",2415],["kayserihaber38.com",2416],["arabalar.com.tr",2423],["bantmag.com",2425],["iyihisset.com",2426],["fullhdfilmizle.top",2427],["hdfilmcehennemizle.com",2427],["formsante.com.tr",2428],["ui.memoryhackers.org",2429],["fullhdfilmizlesene.pw",2431],["videovak.com",2432],["yesilist.com",2433],["turkhacks.com",2434],["bulurum.com",2436],["sahadan.com",2440],["alemfm.com",2452],["alem.com.tr",2452],["petroturk.com",2453],["atlasdergisi.com",2457],["adanahaber.net",2458],["meydannet.com",2459],["uzmanpara.milliyet.com.tr",2460],["dha.com.tr",2461],["1yuz.com",2465],["webmasterforum.com.tr",2466],["crackturkey.com",2465],["otomasyonforum.com",2468],["kontrolkalemi.com",2469],["devletdestekli.com",2471],["itemsatis.com",2472],["warezturkey.me",2473],["indirin.co",2475],["technoprogram.com",2476],["filmindir.be",2477],["teknoblog.com",2479],["dersimiz.com",2481],["belgeselizlesene.com",2483],["kriptoparapiyasasi.com",2486],["devirsaati.com",2490],["macsonuclari.mobi",2491],["siirtolayhaber.com",2493],["bursayadairhersey.com",2493],["surajans.com",2494],["kriptoparahaber.com",2496],["gazetecorlu.com",2500],["kriptokoin.com",2500],["solidshare.net",2501],["diziboxx.com",2502],["finanswebde.com",2505],["sahibim.net",2507],["coinkolik.com",2508],["tebernuskirecci.com.tr",2509],["koinmedya.com",2510],["kriptoparafiyatlari.com",2513],["filmmakinesi1.*",2514],["gaziantepinhabercisi.com",2515],["otonomhaber.com",2516],["tosunkaya.com",2517],["kuponla.com",2519],["burdurweb.com",2521],["bigpara.hurriyet.com.tr",2523],["klasspor.com",2524],["ehaege.com",2525],["kurdistan24.net",2528],["akittv.com.tr",2529],["dilekcesepeti.com",2531],["yurthaber61.com",2531],["bodrumgundem.com",2532],["egeyonhaber.com",2531],["turkgun.com",2534],["savunmasanayi.org",2535],["meleklermekani.com",2537],["turkiyeklinikleri.com",2539],["lastikcim.com.tr",2540],["transfermarkt.com.tr",2541],["keyfimuzik.net",2542],["kelimeler.net",2543],["kackalori.com.tr",2545],["forumkolik.net",2546],["ebrosur.com",2549],["sgkbilgisi.com",2552],["ardahanhaberi.com",2553],["btchaber.com",2554],["gastronomiturkey.com",2556],["businessht.bloomberght.com",2557],["haberglobal.com.tr",2559],["malatyahaber.com",2562],["almanyabulteni.de",2565],["akhisarhaber.com",2569],["temizsozluk.com.tr",2572],["malatyamegahaber.com",2573],["samdan.com.tr",2574],["esquire.com.tr",2579],["harpersbazaar.com.tr",2586],["forum.mevsim.org",2594],["fikirliderleri.com",2595],["medikalakademi.com.tr",2597],["hrdergi.com",2599],["karabukgundem.com",2600],["denizliyeniolay.com",2601],["asistanaliz.com",2602],["habergazetesi.com.tr",2604],["samsunsonhaber.com",2606],["kamuajans.com",2607],["ortacizgi.com",2609],["ajansurfa.com",2611],["indirimdemarket.com",2613],["dostbeykoz.com",2614],["millisavunma.com",2617],["jurnalci.com",2618],["illerarasimesafe.com",2619],["log.com.tr",2620],["bilgicik.com",2622],["zirvedehaber.com",2624],["ruyalar.net",2625],["magazinci.com",2626],["turizmgazetesi.com",2627],["goster.co",2633],["korezin.com",2634],["gundemsaros.com.tr",2635],["aydinda.com",2636],["forumatmosfer.com",2638],["find.com.tr",2639],["forum.sordum.net",2641],["lezizci.com",2641],["bilgidem.com",2641],["e-kitap.site",2642],["ekitap.site",2642],["lojistikhatti.com",2643],["yetiskinfilmler.org",2644],["hizliresim.com",2645],["kasut.org",2647],["alisverisrehberi.com",2648],["gaziantephaber.com",2649],["hayvansitesi.com",2650],["ilan365.net",2651],["ilacprospektusu.com",2652],["rasthaber.com",2654],["voltimum.com.tr",2655],["kargo-takibi.com",2656],["jeotermalhaberler.com",2658],["mimdap.org",2659],["eczacininsesi.com",2660],["fonttr.com",2661],["sekilliharfler.com",2663],["yesilekonomi.com",2664],["kointimes.net",2665],["bolumsonucanavari.com",2668],["forum.gamer.com.tr",2669],["cesmehaber.com",2676],["gezginler.net",2677],["radioeksen.com",2680],["sondakika23.com",2681],["satrancoyna.gen.tr",2686],["oyunkolu.com",2687],["oyunu.com.tr",2688],["alomaliye.com",2692],["hvac360tr.com",2693],["erosfilmizle.*",2695],["hdfilmizle.in",2698],["yabancidizilertv.*",2698],["dizipal1022.com",2695],["dizipal1021.com",2695],["dizipal1017.com",2695],["dizipal1.com",2695],["dizipal2.com",2695],["dizipal3.com",2695],["dizipal4.com",2695],["dizipal5.com",2695],["dizipal6.com",2695],["dizipal7.com",2695],["dizipal8.com",2695],["dizipal9.com",2695],["dizipal10.com",2695],["dizipal11.com",2695],["dizipal12.com",2695],["dizipal13.com",2695],["dizipal14.com",2695],["dizipal15.com",2695],["diziwatch1.net",2695],["diziwatch2.net",2695],["diziwatch3.net",2695],["diziwatch4.net",2695],["diziwatch5.net",2695],["diziwatch6.net",2695],["diziwatch7.net",2695],["diziwatch8.net",2695],["diziwatch9.net",2695],["diziwatch10.net",2695],["diziwatch11.net",2695],["diziwatch12.net",2695],["diziwatch13.net",2695],["diziwatch14.net",2695],["diziwatch15.net",2695],["filmcusx.com",2700],["fullhdfilmizlesem.com",2700],["memleketimbolu.com",2701],["ademyurt.com",2702],["giresunhaberci.com",2703],["bayimolurmusun.com.tr",2704],["indirveoyna.com",2705],["shirl.club",2706],["uplifers.com",2707],["yemek24.com",2709],["ifsamerkezi.com",2711],["dalamantv.com",2713],["kayiprihtim.com",2714],["oyun101.com",2715],["otomobilir.com",2716],["oyunoyna.tv.tr",2717],["oyuntimes.com",2717],["arabam.com",2718],["bolge.com.tr",2722],["muzikonair.com",2722],["milasonder.com",2723],["memohaber.com",2726],["akcakocahavadis.com",2728],["geredeyenigun.com",2730],["cerkezkoyhaber.com.tr",2732],["gazetekolektif.com",2735],["ha-ber.com",2736],["egemeclisi.com",2737],["dunyasozluk.com",2739],["hesabet.com",2740],["istanbullife.com.tr",2741],["gunaydinduzce.com",2742],["duzceninsesi.com.tr",2747],["indigodergisi.com",2752],["forum.miuiturkiye.net",2754],["savebutonu.com",2759],["idilyazar.com",2760],["icn.com.tr",2761],["cevir.gen.al",2763],["namazsitesi.com",2764],["hurhaber.com",2766],["teknoburada.net",2768],["insaattrendy.com",2769],["antoloji.com",2772],["saraygazetesi.com",2775],["mirror-h.org",2777],["gzone.com.tr",2778],["3dmadmax.com",2779],["samsungazetesi.com",2780],["tvnet.com.tr",2781],["flaskocaeli.com",2782],["marashaber.com.tr",2783],["gencinsesi.com",2784],["hdfilmizletv.net",2786],["fmhikayeleri.com",2787],["sofra.com.tr",2788],["paradergi.com.tr",2788],["unyenethaber.com",2790],["sapanca.com.tr",2795],["bilgisayarbilisim.net",2796],["mycbet.com",2800],["grafikerler.org",2802],["dogushaber.com",2803],["duzcetv.com",2805],["milatgazetesi.com",2807],["acikradyo.com.tr",2808],["hastane.com.tr",2809],["ifhaber.com",2810],["borsanasiloynanir.co",2811],["wikihow.com.tr",2816],["vidtekno.com",2817],["bakis.bg",2818],["ogrencikariyeri.com",2819],["appleyardim.org",2821],["tavsiyeediyorum.com",2823],["ciftlikdergisi.com.tr",2826],["karnaval.com",2827],["kentteyasam.com",2830],["tranimaci.com.tr",2831],["tourmag.com.tr",2832],["belemturktv.com",2834],["nusaybinim.com",2835],["karsolay.com",2836],["efelerhaber.com",2838],["erzurumajans.com",2841],["ceofix.com",2844],["8gunhaber.com",2846],["radyodinle.*",2848],["oyun.mynet.com",2849],["rodopruzgari.com",2851],["muratlihizmetgazetesi.com",2852],["antalyam.com",2855],["imarhaber.com",2858],["bolupostasi.com",2860],["bozuyukhaberajansi.com",2860],["yenicagri.com",2860],["businesschannel.com.tr",2860],["onlarnediyo.com",2860],["medyaayvalik.com",2860],["emlakmanset.com",2861],["tvdizix.com",2862],["corumtime.com",2863],["mp3indir.rocks",2865],["fenokulu.net",2866],["gorunumgazetesi.com.tr",2869],["kediblog.com",2870],["fuaraktuel.com",2872],["gazetepoyraz.com",2873],["yenikocaeli.com",2874],["akillitarife.com",2876],["aykutozdemir.com.tr",2877],["yerelbt.com",2880],["7deniz.net",2881],["muzmp3indir.com",2882],["oyunhabertr.com",2883],["sinemagecesi.com",2884],["turkhackteam.org",2885],["diziizle.top",2888],["kadikoylife.com",2889],["gazeteulus.com",2895],["egetelgraf.com",2896],["golcukvizyongazetesi.com",2897],["kobiyasam.com.tr",2899],["hurdusun.com",2900],["nereye.com.tr",2901],["kenthayat.com",2903],["bumudur.com",2904],["poki.com",2905],["pendiklitv.com",2906],["iskuruyorum.com",2908],["acipayamgazetesi.com",2909],["on5yirmi5.com",2912],["millihakimiyet.com",2913],["basketdergisi.com",2915],["1907.org",2918],["avrupaturkgazetesi.com",2920],["hatayyasam.com",2921],["myinstants.com",2923],["yozgatgazetesi.com",2924],["yerkoyhabergazetesi.com",2929],["tunceliemek.com.tr",2930],["kandiragundem.com",2933],["1080hdfilmizle.com",2934],["tekirdagodak.com",2935],["istanbul.com",2937],["belge.com.tr",2938],["mimarizm.com",2941],["mavikocaeli.com.tr",2942],["batiakdeniztv.com",2945],["haberkasaba.com",2947],["egitimtercihi.com",2948],["thegeyik.com",2950],["arifiyehaber.net",2952],["akyazihaber.com",2955],["onceokuloncesi.com",2957],["sosyalbilimler.org",2959],["kirsehirhakimiyet.com",2960],["kanal15.com.tr",2960],["upslut.com",2962],["fiatlinea.org",2964],["seatclubturkey.com",2965],["kiaclubtr.com",2966],["tofasteam.com",2967],["sektorel.com",2968],["casinokazan.net",2969],["paraborsa.net",2971],["yapi.com.tr",2972],["motosiklet.net",2974],["turkeyforum.com",2981],["renaultfanclub.com",2981],["forum.grandepuntotr.com",2981],["malzemebilimi.net",2982],["scroll.com.tr",2982],["magazin.com.tr",2983],["hibya.com",2984],["batmangapgazetesi.com",2985],["rayhaber.com",2989],["trakyagundem.net",2990],["2eylul.com.tr",2992],["sariyergazetesi.com",2993],["kartal24.com",2994],["sirketlerligi.com",2995],["msxlabs.org",2996],["avrupayakasi.com.tr",2997],["konyaninnabzi.web.tr",3003],["tuzgolugazetesi.com",3006],["excel.web.tr",3007],["indirgo.club",3008],["fosforludusunceler.com",3010],["koinvizyon.com",3012],["arenabodrumhaber.com",3013],["kenttv.net",3018],["turkegitim.net",3019],["engelliler.biz",3021],["fotografdergisi.com",3022],["nurdanhaber.com",3023],["eniyiandroid.com",3024],["nazilliadalet.com",3026],["aydinlatma.org",3027],["kibrissondakika.com",3032],["elektriktesisatportali.com",3038],["ileilgili.org",3039],["nedirnasilneden.com",3039],["businessturkeytoday.com",3040],["afsinhabermerkezi.com",3041],["edirnehaber.org",3044],["marasexpress.com",3045],["guneykoresinemasi.com",3046],["turizmdosyasi.com",3047],["istanbultakipte.com",3048],["doramagazin.com",3051],["turkascihaberleri.com",3053],["unyekent.com",3054],["besniekspres.com",3054],["aksarayhaber68.com",3054],["moradergisi.com",3054],["afyonmansethaber.com",3054],["kanal16haber.com",3054],["guneydogutv.com",3054],["simashaber.com",3054],["gazipasahaber.com",3054],["antalyaguncel.com",3054],["termebilgigazetesi.com",3054],["tersanedergisi.com",3055],["ilkokul1.com",3056],["vidyome.com",3057],["efullizle.com",3058],["malatyasoz.com",3059],["dizilla.*",3060],["zipfilmizle.com",3060],["rehberlikservisi.net",3061],["kesanpostasi.com",3062],["renklikodlar.net",3063],["yemekyapin.com",3065],["bigatribun.net",3066],["menuburada.com",3069],["59.com.tr",3070],["airwaypost.com",3072],["kocaelihaberci.com",3074],["forummakina.com.tr",3075],["animex.club",3076],["cadcamsektoru.com",3077],["gmdergi.com",3078],["gurmeajanda.com",3081],["vogue.com.tr",3083],["mutfakhaber.net",3084],["hizmetix.com.tr",3085],["kamyonum.com.tr",3086],["sultanbeylim.com",3087],["denizlihaber.com",3088],["morfikirler.com",3104],["tokihaber.com.tr",3105],["yenienerji.com",3106],["artfulliving.com.tr",3110],["haberdurus.com",3111],["kardelengazetesi.com",3111],["basakgazetesi.com",3111],["haber18.com",3112],["askeribirlikler.com",3113],["hadipisir.com",3114],["fethiyehaber.com",3115],["papajohns.com.tr",3119],["superfb.com",3121],["sanayigazetesi.com.tr",3124],["paraanaliz.com",3124],["yenikutahya.com",3124],["d20haber.com",3125],["retailturkiye.com",3129],["denizpostasi.com",3129],["yarisdergisi.com",3131],["dijitalgaste.com",3134],["elazighaber23.com",3135],["egedeizmir.com",3137],["orduulak.com",3138],["siberdeyiz.com",3140],["subaruturkiyeforum.com",3142],["urfa.com",3143],["olumhaberi.com",3144],["animehaber.com",3145],["ajanimo.com",3146],["oyunlarskor.com",3148],["kayisihaber.com",3149],["korkmazhaber.com",3150],["genelpara.com",3151],["tranimeizle.*",3152],["ellerimesaglik.com",3154],["freemagazine.com.tr",3156],["turkishtimedergi.com",3158],["canakkalekalem.com",3159],["bthaber.com",3161],["liderform.com.tr",3162],["zebramo.com",3164],["turkiyesanayigazetesi.com",3165],["perakendeisdunyasi.com",3165],["maxfilmizle.*",3168],["enyenifilmizle.*",3168],["dizibox6.com",3168],["dizibox7.com",3168],["dizibox8.com",3168],["dizibox9.com",3168],["dizibox10.com",3168],["dizibox11.com",3168],["dizibox12.com",3168],["dizibox13.com",3168],["dizibox14.com",3168],["dizibox15.com",3168],["dizibox16.com",3168],["dizibox17.com",3168],["dizibox18.com",3168],["dizibox19.com",3168],["dizibox20.com",3168],["dizibox21.com",3168],["dizibox22.com",3168],["dizibox23.com",3168],["dizibox24.com",3168],["dizibox25.com",3168],["sigortacigazetesi.com.tr",3169],["gazeddakibris.com",3171],["sacsirlari.com",3172],["puhutv.com",3173],["magazind.net",3174],["gencgazete.net",3176],["urfanatik.com",3177],["isyatirim.com.tr",3178],["torrentoyunindir.com",3179],["halkinhabercisi.com",3181],["sanatatak.com",3183],["kayseritelgraf.com",3185],["yeniasya.com.tr",3186],["snobmagazin.com",3188],["postkolik.com",3189],["gundem71.com",3191],["hiztesti.com.tr",3193],["ismporno.com",3194],["pornmsc.com",3194],["gmag.com.tr",3195],["oyunceviri.net",3197],["nefesgazetesi.com",3199],["izlemag.com",3200],["turkiyedeenerji.com",3201],["qualitydergisi.com",3203],["cerkezkoyekspres.com",3204],["bakirkoydenhaber.com",3205],["gercekkocaeli.com.tr",3207],["kocaelifikir.com",3208],["demokratkocaeli.com",3216],["cevremuhendisligi.org",3219],["cukurovaexpres.com",3220],["geyvemedya.com",3221],["divamagazin.com",3223],["birhayalinpesinde.com",3226],["bestylemagazine.com",3229],["fullfilmizle.cx",3230],["dolubatarya.com",3231],["espor.migros.com.tr",3231],["favorilezzetler.com",3231],["digitalage.com.tr",3231],["clubberism.com",3232],["tr724.com",3233],["benguturk.com",3234],["gecce.com.tr",3235],["m.pes24.com",3236],["azbuz.org",3238],["pembeoje.com",3239],["tercihiniyap.net",3240],["eskimeyenkitaplar.com",3242],["neolacakki.com",3243],["suslusozluk.com",3244],["videoindirelim.com",3245],["gsmturkey.net",3247],["sgkrehberi.com",3248],["denizli24haber.com",3255],["pes24.com",3255],["bianet.org",3256],["dunyabizim.com",3258],["sozcukitabevi.com",3260],["jhlclinic.com",3261],["justintv.vip",3261],["bhdgc.com",3261],["donailfoulardautore.com",3261],["gazeterize.com",3261],["aydinses.com",3261],["atastymorsel.com",3261],["bonneyrega.com",3261],["tesisatmarket.com",3262],["08haber.com",3264],["sakaryagazetesi.com.tr",3267],["gunisigigazetesi.net",3272],["msn.com",3273],["mutfaksirlari.com",3274],["politikars.com",3275],["sahibinden.com",3276],["m.bafrahaber.com",3279],["medyaradar.com",3281],["egitimler.info",3285],["turizmaktuel.com",3286],["akademikpersonel.org",3290],["webrazzi.com",3292],["izlesene.com",3295],["yolculukterapisi.com",3297],["muhendisimaaslari.com",3299],["benzinmagazin.com",3300],["gulum.net",3301],["magazinkafe.com",3302],["sifalidoktor.com",3303],["emlaksitem.com",3304],["cokbilgi.com",3306],["kanalb.com.tr",3307],["aykiri.com.tr",3308],["bihavadis.com",3310],["thecruiselife.com.tr",3310],["adalet.tv",3310],["haberasi.com",3310],["ajansgazetesi.com.tr",3310],["avcilarhabermerkezi.com",3310],["sanattanyansimalar.com",3310],["turgutluyanki.com",3310],["denizlidesiyaset.com",3310],["finans365.com",3310],["malatyaozhaber.com",3310],["kulahaber.net",3310],["hayrankaldim.com",3310],["yenibakis.com.tr",3310],["habercicanakkale.com",3310],["haber16.com",3310],["karamanca.net",3310],["denizgazete.com",3310],["kaptanhaber.com",3310],["oncusehir.com",3310],["turgutlupostasi.com",3310],["gebzeyenigun.com",3310],["turkinfo.nl",3310],["habercuk.com",3310],["habersanliurfa.net",3310],["mizahdunyam.com",3310],["denizlikenthaber.com",3310],["tarihistan.org",3310],["haberturizm.com",3310],["gazete365.com",3310],["turizmhabermerkezi.net",3311],["gazetegercek.com.tr",3311],["afyonkenthaber.com",3311],["tamgaturk.com",3311],["yozgatolay.com",3312],["bodrumdabirgun.com",3313],["astakoshaber.com",3315],["androidmakale.com",3316],["ggmyfriend.com",3318],["driverdestek.com",3322],["kha.com.tr",3323],["boluekspres.com",3327],["dijitalajanslar.com",3328],["temizmagazin.com",3329],["haber46.com.tr",3330],["silentall.net",3331],["www-hurriyet-com-tr.cdn.ampproject.org",3332],["cizgifilm.in",3333],["biletix.com",3336],["doktorsitesi.com",3338],["teknobeyin.com",3341],["cepkolik.com",3343],["tarihiolaylar.com",3344],["hdabla.net",3345],["gurkanbilgisu.com",3345],["hesaplama.net",3346],["zirve2000.com",3347],["bolusporluyuz.com",3348],["ozgurbolu.com",3350],["spor14.com",3352],["haber.sol.org.tr",3353],["haberegider.com",3356],["blogkurdu.net",3357],["mp3indirdur.mobi",3358],["ukraynahayat.com",3359],["muslimmedya.com",3361],["porn19.net",3362],["eodev.com",3363],["uzmanim.net",3364],["bisikletforum.com",3365],["canlitv.*",3367],["dosyauzantisi.com",3368],["nedir.com",3369],["canliradyodinle.fm",3370],["radyodinle.com",3372],["ilacrehberi.com",3373],["dilbilgisi.net",3374],["bilgihanem.com",3375],["daricagazetesi.com.tr",3379],["diken.com.tr",3380],["ligradyo.com.tr",3382],["dreamfancy.org",3383],["futbolingo.com",3384],["maxigame.org",3386],["paracevirici.com",3387],["m.mynet.com",3389],["m-mynet-com.cdn.ampproject.org",3389],["vucut-kitle-endeksi.hesaplama.net",3390],["21yyte.org",3391],["bankotahminler.com",3392],["mp3indirdur.pro",3393],["obezitehaber.com",3393],["mach1digital.com",3393],["donanimgunlugu.com",3394],["otomobil.haber7.com",3398],["aydinyeniufuk.com.tr",3399],["kemerhaber.com",3401],["fanmedya.com",3401],["ozgurifade.com.tr",3402],["apron24.com",3404],["sonperiyot.com",3407],["barbioyunu.com.tr",3408],["larimza.com",3409],["gaiadergi.com",3410],["boluobjektif.com",3412],["61medya.net",3414],["izle7.com",3416],["attyiz.biz.tr",3418],["m.hurriyet.com.tr",3419],["rooteto.com",3420],["applefoni.com",3422],["webellek.com",3423],["ingilizcenotlar.com",3424],["saglamindir.net",3425],["antalyakorfez.com",3429],["goley90canlitv3003.site",3430],["goley90canlitv3004.site",3430],["goley90canlitv3005.site",3430],["goley90canlitv3006.site",3430],["goley90canlitv3007.site",3430],["goley90canlitv3008.site",3430],["goley90canlitv3009.site",3430],["goley90canlitv3010.site",3430],["goley90canlitv3011.site",3430],["goley90canlitv3012.site",3430],["goley90canlitv3013.site",3430],["goley90canlitv3014.site",3430],["goley90canlitv3015.site",3430],["goley90canlitv3016.site",3430],["goley90canlitv3017.site",3430],["goley90canlitv3018.site",3430],["goley90canlitv3019.site",3430],["goley90canlitv3020.site",3430],["goley90canlitv3021.site",3430],["goley90canlitv3022.site",3430],["eclipsebettv81.com",3434],["eclipsebettv82.com",3434],["eclipsebettv83.com",3434],["eclipsebettv84.com",3434],["eclipsebettv85.com",3434],["eclipsebettv86.com",3434],["eclipsebettv87.com",3434],["eclipsebettv88.com",3434],["eclipsebettv89.com",3434],["eclipsebettv90.com",3434],["eclipsebettv91.com",3434],["eclipsebettv92.com",3434],["eclipsebettv93.com",3434],["eclipsebettv94.com",3434],["eclipsebettv95.com",3434],["eclipsebettv96.com",3434],["eclipsebettv97.com",3434],["eclipsebettv98.com",3434],["eclipsebettv99.com",3434],["eclipsebettv100.com",3434],["avrupabettv1.com",3434],["avrupabettv2.com",3434],["avrupabettv3.com",3434],["avrupabettv4.com",3434],["avrupabettv5.com",3434],["avrupabettv6.com",3434],["avrupabettv7.com",3434],["avrupabettv8.com",3434],["avrupabettv9.com",3434],["avrupabettv10.com",3434],["avrupabettv11.com",3434],["avrupabettv12.com",3434],["avrupabettv13.com",3434],["avrupabettv14.com",3434],["avrupabettv15.com",3434],["avrupabettv16.com",3434],["avrupabettv17.com",3434],["avrupabettv18.com",3434],["avrupabettv19.com",3434],["avrupabettv20.com",3434],["avrupabettv21.com",3434],["avrupabettv22.com",3434],["rekortv39.com",3434],["rekortv40.com",3434],["rekortv41.com",3434],["rekortv42.com",3434],["rekortv43.com",3434],["rekortv44.com",3434],["rekortv45.com",3434],["rekortv46.com",3434],["rekortv47.com",3434],["rekortv48.com",3434],["rekortv49.com",3434],["rekortv50.com",3434],["rekortv51.com",3434],["rekortv52.com",3434],["rekortv53.com",3434],["rekortv54.com",3434],["rekortv55.com",3434],["rekortv56.com",3434],["rekortv57.com",3434],["rekortv58.com",3434],["rekortv59.com",3434],["rekortv60.com",3434],["rekortv61.com",3434],["rekortv62.com",3434],["rekortv63.com",3434],["forvettv31.online",3434],["forvettv32.online",3434],["forvettv33.online",3434],["forvettv34.online",3434],["forvettv35.online",3434],["forvettv36.online",3434],["forvettv37.online",3434],["forvettv38.online",3434],["forvettv39.online",3434],["forvettv40.online",3434],["forvettv41.online",3434],["forvettv42.online",3434],["forvettv43.online",3434],["forvettv44.online",3434],["forvettv45.online",3434],["forvettv46.online",3434],["forvettv47.online",3434],["forvettv48.online",3434],["forvettv49.online",3434],["betexpertv173.live",3434],["betexpertv174.live",3434],["betexpertv175.live",3434],["betexpertv176.live",3434],["betexpertv177.live",3434],["betexpertv178.live",3434],["betexpertv179.live",3434],["betexpertv180.live",3434],["betexpertv181.live",3434],["betexpertv182.live",3434],["betexpertv183.live",3434],["betexpertv184.live",3434],["betexpertv185.live",3434],["betexpertv186.live",3434],["betexpertv187.live",3434],["betexpertv188.live",3434],["betexpertv189.live",3434],["betexpertv190.live",3434],["01macvartv.live",3434],["yeniemlak.com",3435],["objektifhaber.com",3436],["karakartal.com",3439],["denizlisporhaber.com",3440],["arasikackm.com",3443],["a24.com.tr",3444],["beycan.net",3446],["biyografi.info",3447],["gundemgazetesi.net",3448],["balikesirhaberajansi.com",3449],["kuzeyanadolugazetesi.com",3453],["akillitelefon.com",3455],["dogruses.com",3457],["platinonline.com",3459],["sechaber.com.tr",3462],["suffagah.com",3464],["baslattusu.com",3465],["ekippolishaber.com",3467],["abamedya.com",3467],["blog.namazsitesi.com",3468],["yapimagazin.com",3469],["umraniyegundemi.com",3470],["kentvizyonhaber.com",3472],["borsagundem.com.tr",3473],["finansgundem.com",3473],["yemektekeyifvar.com",3474],["ttf.org.tr",3474],["arkeolojikhaber.com",3475],["ankaramasasi.com",3476],["hakimiyetgazetesi.com",3476],["guncelgazete.com",3476],["ihavideo.com.tr",3476],["gazikent27.com",3476],["yenisokegazetesi.com",3476],["paramedya.com.tr",3476],["emlakkulisi.com",3476],["cepde.net",3476],["web.tv",3476],["zargan.com",3477],["yemekzevki.com.tr",3479],["akcakocatv.com",3480],["ajans32tv.com",3481],["tarsushaber.com",3482],["hurriyetemlak.com",3483],["sanalokulumuz.com",3484],["anadolugazetesi.com",3486],["esenyurthaberleri.com",3487],["kutahyaekspres.com",3488],["pckoloji.com.tr",3488],["duzceparantez.com",3489],["trakyaninsesi.com",3491],["turkmmo.com",3492],["araba.com",3493],["kocaelioncu.com",3494],["afyonhisargazetesi.com",3497],["bolgegazetesi.com",3498],["sondakika-24.com",3499],["hendekgundem.com",3500],["borunsesi.com",3500],["buyukhaber.com",3500],["usakhabermerkezi.com",3500],["sariyeryenigun.com",3501],["canakkaleolay.com",3502],["haberself.com",3504],["ceplik.com",3505],["maxicep.com",3506],["sarkisozlerihd.com",3507],["gazetekeyfi.com",3508],["urgupajans.com",3509],["eleman.net",3510],["nasilkolay.com",3512],["minikago.com.tr",3513],["minikacocuk.com.tr",3515],["apelasyon.com",3516],["egepostasi.com",3517],["gercekizmir.com",3517],["gundemcesme.com",3517],["turktime.com",3517],["internetoku.com",3518],["zaytung.com",3519],["ihaledergisi.com",3520],["dogus.nl",3521],["ilerihaber.org",3522],["alternatifim.com",3523],["enerjiatlasi.com",3524],["kargotakiptr.com",3525],["yerelgazete.com.tr",3526],["mangazure.com",3528],["turizmprojedergisi.com",3529],["gundemkibris.com",3529],["ulasimonline.com",3529],["canlidizi6.com",3530],["sporcafe15.xyz",3531],["sporcafe16.xyz",3531],["sporcafe17.xyz",3531],["sporcafe18.xyz",3531],["sporcafe19.xyz",3531],["sporcafe20.xyz",3531],["sporcafe21.xyz",3531],["sporcafe22.xyz",3531],["sporcafe23.xyz",3531],["sporcafe24.xyz",3531],["sporcafe25.xyz",3531],["sporcafe26.xyz",3531],["sporcafe27.xyz",3531],["sporcafe28.xyz",3531],["sporcafe29.xyz",3531],["sporcafe30.xyz",3531],["sporcafe31.xyz",3531],["sporcafe32.xyz",3531],["afyonhaberturk.com",3535],["denizli20haber.com",3535],["egegundem.com.tr",3535],["fragmanlar.com",3535],["selcuksports127.top",3536],["selcuksports128.top",3536],["selcuksports129.top",3536],["selcuksports130.top",3536],["selcuksports131.top",3536],["selcuksports132.top",3536],["selcuksports133.top",3536],["selcuksports134.top",3536],["selcuksports135.top",3536],["selcuksports136.top",3536],["selcuksports137.top",3536],["selcuksports138.top",3536],["selcuksports139.top",3536],["selcuksports140.top",3536],["selcuksports141.top",3536],["selcuksports142.top",3536],["selcuksports143.top",3536],["selcuksports144.top",3536],["selcuksports145.top",3536],["selcuksports146.top",3536],["justintv61.top",3540],["justintv62.top",3540],["justintv63.top",3540],["justintv64.top",3540],["justintv65.top",3540],["justintv66.top",3540],["justintv67.top",3540],["justintv68.top",3540],["justintv69.top",3540],["justintv70.top",3540],["justintv71.top",3540],["justintv72.top",3540],["justintv73.top",3540],["justintv74.top",3540],["justintv75.top",3540],["justintv76.top",3540],["justintv77.top",3540],["justintv78.top",3540],["justintv79.top",3540],["justintv80.top",3540],["justintv81.top",3540],["justintv82.top",3540],["justintv83.top",3540],["justintv84.top",3540],["justintv85.top",3540],["justintv86.top",3540],["justintv87.top",3540],["justintv88.top",3540],["justintv89.top",3540],["justintv90.top",3540],["justintv91.top",3540],["justintv92.top",3540],["justintv93.top",3540],["justintv94.top",3540],["justintv95.top",3540],["justintv96.top",3540],["justintv97.top",3540],["justintv98.top",3540],["justintv99.top",3540],["justintv100.top",3540],["jestyayin941.com",3540],["jestyayin942.com",3540],["jestyayin943.com",3540],["jestyayin944.com",3540],["jestyayin945.com",3540],["jestyayin946.com",3540],["jestyayin947.com",3540],["jestyayin948.com",3540],["jestyayin949.com",3540],["jestyayin950.com",3540],["jestyayin951.com",3540],["jestyayin952.com",3540],["jestyayin953.com",3540],["jestyayin954.com",3540],["jestyayin955.com",3540],["jestyayin956.com",3540],["jestyayin957.com",3540],["jestyayin958.com",3540],["jestyayin959.com",3540],["jestyayin960.com",3540],["jestyayin961.com",3540],["jestyayin962.com",3540],["jestyayin963.com",3540],["jestyayin964.com",3540],["jestyayin965.com",3540],["jestyayin966.com",3540],["jestyayin967.com",3540],["jestyayin968.com",3540],["jestyayin969.com",3540],["jestyayin970.com",3540],["jestyayin971.com",3540],["jestyayin972.com",3540],["jestyayin973.com",3540],["jestyayin974.com",3540],["jestyayin975.com",3540],["jestyayin976.com",3540],["jestyayin977.com",3540],["jestyayin978.com",3540],["jestyayin979.com",3540],["jestyayin980.com",3540],["jestyayin981.com",3540],["jestyayin982.com",3540],["jestyayin983.com",3540],["jestyayin984.com",3540],["jestyayin985.com",3540],["jestyayin986.com",3540],["jestyayin987.com",3540],["jestyayin988.com",3540],["jestyayin989.com",3540],["jestyayin990.com",3540],["jestyayin991.com",3540],["jestyayin992.com",3540],["jestyayin993.com",3540],["jestyayin994.com",3540],["jestyayin995.com",3540],["jestyayin996.com",3540],["jestyayin997.com",3540],["jestyayin998.com",3540],["jestyayin999.com",3540],["jestyayin1000.com",3540],["balikesir24saat.com",3542],["iyihaberci.com",3542],["balkangunlugu.com.tr",3542],["bilardooyna.com",3542],["rekoroyun.com",3542],["muglagazetesi.com.tr",3543],["orduyorum.com",3542],["milliyetsanat.com",3545],["blackorwhitedergi.com",3546],["oyungemisi.net",3546],["oyunkuzusu.com",3546],["bursaspor.org.tr",3546],["listelist.com",3547],["kurtulusgazetesi.com.tr",3548],["mavididim.com.tr",3550],["webteizle.xyz",3551],["webteizle1.xyz",3551],["webteizle2.xyz",3551],["webteizle3.xyz",3551],["webteizle4.xyz",3551],["webteizle5.xyz",3551],["webteizle6.xyz",3551],["webteizle7.xyz",3551],["webteizle8.xyz",3551],["webteizle9.xyz",3551],["webteizle10.xyz",3551],["webteizle.click",3551],["webteizle1.click",3551],["webteizle2.click",3551],["webteizle3.click",3551],["webteizle4.click",3551],["webteizle5.click",3551],["webteizle6.click",3551],["webteizle7.click",3551],["webteizle8.click",3551],["webteizle9.click",3551],["webteizle10.click",3551],["webteizle3.com",3551],["webteizle4.com",3551],["webteizle5.com",3551],["webteizle6.com",3551],["webteizle7.com",3551],["webteizle8.com",3551],["webteizle9.com",3551],["webteizle10.com",3551],["webteizle.info",3551],["webteizle1.info",3551],["webteizle2.info",3551],["webteizle3.info",3551],["webteizle4.info",3551],["webteizle5.info",3551],["webteizle6.info",3551],["webteizle7.info",3551],["webteizle8.info",3551],["webteizle9.info",3551],["webteizle10.info",3551],["gidahatti.com",3554],["gazeteler.net",3555],["egitimhane.com",3556],["erzurumgazetesi.com.tr",3557],["isguc.org",3558],["fullhdfilmcehennemi.vip",3559],["moonfilmizle.com",3559],["hdfilmcanavari.org",3559],["filmmoduu.com",3559],["hdfilmizle.org",3559],["fullhdfilmizleabi.com",3559],["safirfilmizle1.com",3560],["filmkuzusu1.com",3560],["hdfreeizle.com",3561],["superfilmgeldi.net",3561],["sexfilmleriizle.com",3561],["fullfilmizletr.online",3562],["filmmodu.co",3563],["filmizlesene.*",3564],["hdfilmcehennem.live",3565],["rotabettv354.com",3566],["rotabettv355.com",3566],["rotabettv356.com",3566],["rotabettv357.com",3566],["rotabettv358.com",3566],["rotabettv359.com",3566],["rotabettv360.com",3566],["rotabettv361.com",3566],["rotabettv362.com",3566],["rotabettv363.com",3566],["betist126tv.live",3567],["betist127tv.live",3567],["betist128tv.live",3567],["betist129tv.live",3567],["betist130tv.live",3567],["betist131tv.live",3567],["betist132tv.live",3567],["betist134tv.live",3567],["betist135tv.live",3567],["betist136tv.live",3567],["betivotv156.com",3568],["betivotv157.com",3568],["betivotv158.com",3568],["betivotv159.com",3568],["betivotv160.com",3568],["betivotv161.com",3568],["betivotv162.com",3568],["betivotv163.com",3568],["betivotv164.com",3568],["betivotv165.com",3568],["betivotv166.com",3568],["milanotv25.shop",3568],["milanotv26.shop",3568],["milanotv27.shop",3568],["milanotv28.shop",3568],["milanotv29.shop",3568],["milanotv30.shop",3568],["milanotv31.shop",3568],["milanotv32.shop",3568],["milanotv33.shop",3568],["milanotv34.shop",3568],["milanotv35.shop",3568],["portobettv55.com",3570],["portobettv56.com",3570],["portobettv57.com",3570],["portobettv58.com",3570],["portobettv59.com",3570],["portobettv60.com",3570],["portobettv61.com",3570],["portobettv62.com",3570],["portobettv63.com",3570],["portobettv64.com",3570],["goblintvizle303.live",3571],["goblintvizle304.live",3571],["goblintvizle305.live",3571],["goblintvizle306.live",3571],["goblintvizle307.live",3571],["goblintvizle308.live",3571],["goblintvizle309.live",3571],["goblintvizle310.live",3571],["goblintvizle311.live",3571],["goblintvizle312.live",3571],["goblintvizle313.live",3571],["goblintvizle314.live",3571],["goblintvizle315.live",3571],["goblintvizle316.live",3571],["goblintvizle317.live",3571],["goblintvizle318.live",3571],["goblintvizle319.live",3571],["goblintvizle320.live",3571],["goblintvizle321.live",3571],["goblintvizle322.live",3571],["goblintvizle323.live",3571],["goblintvizle324.live",3571],["goblintvizle325.live",3571],["goblintvizle326.live",3571],["goblintvizle327.live",3571],["goblintvizle328.live",3571],["goblintvizle329.live",3571],["goblintvizle330.live",3571],["goblintvizle331.live",3571],["goblintvizle332.live",3571],["goblintvizle333.live",3571],["goblintvizle334.live",3571],["goblintvizle335.live",3571],["goblintvizle336.live",3571],["goblintvizle337.live",3571],["goblintvizle338.live",3571],["goblintvizle339.live",3571],["goblintvizle340.live",3571],["goblintvizle341.live",3571],["goblintvizle342.live",3571],["goblintvizle343.live",3571],["goblintvizle344.live",3571],["goblintvizle345.live",3571],["goblintvizle346.live",3571],["goblintvizle347.live",3571],["goblintvizle348.live",3571],["goblintvizle349.live",3571],["goblintvizle350.live",3571],["canlimacizle-hd3.com",3573],["canlimacizle-hd4.com",3573],["canlimacizle-hd5.com",3573],["canlimacizle-hd6.com",3573],["canlimacizle-hd7.com",3573],["canlimacizle-hd8.com",3573],["canlimacizle-hd9.com",3573],["canlimacizle-hd10.com",3573],["canlimacizle-hd11.com",3573],["canlimacizle-hd12.com",3573],["canlimacizle-hd13.com",3573],["canlimacizle-hd14.com",3573],["canlimacizle-hd15.com",3573],["canlimacizle-hd16.com",3573],["canlimacizle-hd17.com",3573],["canlimacizle-hd18.com",3573],["canlimacizle-hd19.com",3573],["canlimacizle-hd20.com",3573],["canlimacizle-hd21.com",3573],["canlimacizle-hd22.com",3573],["akintv1.live",3575],["akintv2.live",3575],["akintv3.live",3575],["akintv4.live",3575],["akintv5.live",3575],["akintv6.live",3575],["akintv7.live",3575],["akintv8.live",3575],["akintv9.live",3575],["akintv10.live",3575],["akintv11.live",3575],["akintv12.live",3575],["akintv13.live",3575],["akintv14.live",3575],["akintv15.live",3575],["akintv16.live",3575],["akintv17.live",3575],["akintv18.live",3575],["akintv19.live",3575],["akintv20.live",3575],["canlikolik.my",3577],["canlikolik1.my",3577],["canlikolik2.my",3577],["canlikolik3.my",3577],["canlikolik4.my",3577],["canlikolik5.my",3577],["canlikolik6.my",3577],["canlikolik7.my",3577],["canlikolik8.my",3577],["canlikolik9.my",3577],["canlikolik10.my",3577],["canlikolik11.my",3577],["canlikolik12.my",3577],["canlikolik13.my",3577],["canlikolik14.my",3577],["canlikolik15.my",3577],["canlikolik16.my",3577],["canlikolik17.my",3577],["canlikolik18.my",3577],["canlikolik19.my",3577],["canlikolik20.my",3577],["hentaizm6.online",3578],["hentaizm7.online",3578],["hentaizm8.online",3578],["hentaizm9.online",3578],["hentaizm10.online",3578],["hentaizm11.online",3578],["hentaizm12.online",3578],["hentaizm13.online",3578],["hentaizm14.online",3578],["hentaizm15.online",3578],["hentaizm16.online",3578],["hentaizm17.online",3578],["hentaizm18.online",3578],["hentaizm19.online",3578],["hentaizm20.online",3578],["hentaizm21.online",3578],["hentaizm22.online",3578],["hentaizm23.online",3578],["hentaizm24.online",3578],["hentaizm25.online",3578],["ugurfilm9.com",3579],["ugurfilm10.com",3579],["ugurfilm11.com",3579],["ugurfilm12.com",3579],["ugurfilm13.com",3579],["ugurfilm14.com",3579],["ugurfilm15.com",3579],["ugurfilm16.com",3579],["ugurfilm17.com",3579],["ugurfilm18.com",3579],["ugurfilm19.com",3579],["ugurfilm20.com",3579],["ugurfilm21.com",3579],["ugurfilm22.com",3579],["ugurfilm23.com",3579],["ugurfilm24.com",3579],["ugurfilm25.com",3579],["ugurfilm26.com",3579],["ugurfilm27.com",3579],["ugurfilm28.com",3579],["ugurfilm29.com",3579],["ugurfilm30.com",3579],["canlimacizlemax446.top",3581],["canlimacizlemax447.top",3581],["canlimacizlemax448.top",3581],["canlimacizlemax449.top",3581],["canlimacizlemax450.top",3581],["canlimacizlemax451.top",3581],["canlimacizlemax452.top",3581],["canlimacizlemax453.top",3581],["canlimacizlemax454.top",3581],["canlimacizlemax455.top",3581],["canlimacizlemax456.top",3581],["canlimacizlemax457.top",3581],["canlimacizlemax458.top",3581],["canlimacizlemax459.top",3581],["canlimacizlemax460.top",3581],["canlimacizlemax461.top",3581],["canlimacizlemax462.top",3581],["canlimacizlemax463.top",3581],["canlimacizlemax464.top",3581],["canlimacizlemax465.top",3581],["canlimacizlemax466.top",3581],["canlimacizlemax467.top",3581],["canlimacizlemax468.top",3581],["canlimacizlemax469.top",3581],["canlimacizlemax470.top",3581],["canlimacizlemax471.top",3581],["canlimacizlemax472.top",3581],["canlimacizlemax473.top",3581],["canlimacizlemax474.top",3581],["canlimacizlemax475.top",3581],["canlimacizlemax476.top",3581],["canlimacizlemax477.top",3581],["canlimacizlemax478.top",3581],["canlimacizlemax479.top",3581],["hdselcuksports371.top",3585],["hdselcuksports372.top",3585],["hdselcuksports373.top",3585],["hdselcuksports374.top",3585],["hdselcuksports375.top",3585],["hdselcuksports376.top",3585],["hdselcuksports377.top",3585],["hdselcuksports378.top",3585],["hdselcuksports379.top",3585],["hdselcuksports380.top",3585],["hdselcuksports381.top",3585],["hdselcuksports382.top",3585],["hdselcuksports383.top",3585],["hdselcuksports384.top",3585],["hdselcuksports385.top",3585],["hdselcuksports386.top",3585],["hdselcuksports387.top",3585],["hdselcuksports388.top",3585],["hdselcuksports389.top",3585],["hdselcuksports390.top",3585],["justintvizle430.top",3585],["justintvizle431.top",3585],["justintvizle432.top",3585],["justintvizle433.top",3585],["justintvizle434.top",3585],["justintvizle435.top",3585],["justintvizle436.top",3585],["justintvizle437.top",3585],["justintvizle438.top",3585],["justintvizle439.top",3585],["justintvizle440.top",3585],["justintvizle441.top",3585],["justintvizle442.top",3585],["justintvizle443.top",3585],["justintvizle444.top",3585],["justintvizle445.top",3585],["justintvizle446.top",3585],["justintvizle447.top",3585],["justintvizle448.top",3585],["justintvizle449.top",3585],["kuponuna284.top",3587],["kuponuna285.top",3587],["kuponuna286.top",3587],["kuponuna287.top",3587],["kuponuna288.top",3587],["kuponuna289.top",3587],["kuponuna290.top",3587],["kuponuna291.top",3587],["kuponuna292.top",3587],["kuponuna293.top",3587],["kuponuna294.top",3587],["sporcafe-cc312b798596.xyz",3596],["belestepe583.shop",3597],["belestepe584.shop",3597],["belestepe585.shop",3597],["belestepe586.shop",3597],["belestepe587.shop",3597],["belestepe588.shop",3597],["belestepe589.shop",3597],["belestepe590.shop",3597],["belestepe591.shop",3597],["belestepe592.shop",3597],["belestepe593.shop",3597],["belestepe594.shop",3597],["belestepe595.shop",3597],["belestepe596.shop",3597],["belestepe597.shop",3597],["belestepe598.shop",3597],["belestepe599.shop",3597],["belestepe600.shop",3597],["belestepe601.shop",3597],["belestepe602.shop",3597],["belestepe603.shop",3597],["belestepe604.shop",3597],["belestepe605.shop",3597],["belestepe606.shop",3597],["belestepe607.shop",3597],["belestepe608.shop",3597],["belestepe609.shop",3597],["belestepe610.shop",3597],["belestepe611.shop",3597],["belestepe612.shop",3597],["belestepe613.shop",3597],["belestepe614.shop",3597],["belestepe615.shop",3597],["belestepe616.shop",3597],["belestepe617.shop",3597],["belestepe618.shop",3597],["belestepe619.shop",3597],["belestepe620.shop",3597],["belestepe621.shop",3597],["belestepe622.shop",3597],["belestepe623.shop",3597],["belestepe624.shop",3597],["belestepe625.shop",3597],["belestepe626.shop",3597],["belestepe627.shop",3597],["belestepe628.shop",3597],["belestepe629.shop",3597],["belestepe630.shop",3597],["mactanmaca322.shop",3597],["mactanmaca323.shop",3597],["mactanmaca324.shop",3597],["mactanmaca325.shop",3597],["mactanmaca326.shop",3597],["mactanmaca327.shop",3597],["mactanmaca328.shop",3597],["mactanmaca329.shop",3597],["mactanmaca330.shop",3597],["mactanmaca331.shop",3597],["mactanmaca332.shop",3597],["mactanmaca333.shop",3597],["mactanmaca334.shop",3597],["mactanmaca335.shop",3597],["mactanmaca336.shop",3597],["mactanmaca337.shop",3597],["mactanmaca338.shop",3597],["mactanmaca339.shop",3597],["mactanmaca340.shop",3597],["mactanmaca341.shop",3597],["justintvsh.baby",3598],["dmlstechnology.com",3602],["justintvde.com",3602],["justin-tv.org",3602],["justintvizle58.top",3605],["justintvizle59.top",3605],["justintvizle60.top",3605],["justintvizle61.top",3605],["justintvizle62.top",3605],["justintvizle63.top",3605],["justintvizle64.top",3605],["justintvizle65.top",3605],["justintvizle66.top",3605],["justintvizle67.top",3605],["justintvizle68.top",3605],["justintvizle69.top",3605],["justintvizle70.top",3605],["justintvizle71.top",3605],["justintvizle72.top",3605],["justintvizle73.top",3605],["justintvizle74.top",3605],["justintvizle75.top",3605],["justintvizle76.top",3605],["justintvizle77.top",3605],["pressedfur.com",3606],["taraftariummdeneme.blogspot.com",3607],["channelbein34.blogspot.com",3609],["channelbein33.blogspot.com",3609],["justinttvvamphd.cfd",3610],["hdtaraftartv1000.blogspot.com",3611],["dizilla10.club",3612],["dizilla11.club",3612],["dizilla12.club",3612],["dizilla13.club",3612],["dizilla14.club",3612],["dizilla15.club",3612],["dizilla16.club",3612],["dizilla17.club",3612],["dizilla18.club",3612],["dizilla19.club",3612],["dizilla20.club",3612],["selcuksportshd.is",3615],["tvboff10.com",3616],["tvboff11.com",3616],["tvboff12.com",3616],["tvboff13.com",3616],["tvboff14.com",3616],["tvboff15.com",3616],["tvboff16.com",3616],["tvboff17.com",3616],["tvboff18.com",3616],["tvboff19.com",3616],["tvboff20.com",3616],["webspor102.xyz",3617],["webspor103.xyz",3617],["webspor104.xyz",3617],["webspor105.xyz",3617],["webspor106.xyz",3617],["webspor107.xyz",3617],["webspor108.xyz",3617],["webspor109.xyz",3617],["webspor110.xyz",3617],["webspor111.xyz",3617],["webspor112.xyz",3617],["webspor113.xyz",3617],["webspor114.xyz",3617],["webspor115.xyz",3617],["webspor116.xyz",3617],["webspor117.xyz",3617],["webspor118.xyz",3617],["webspor119.xyz",3617],["webspor120.xyz",3617],["webspor121.xyz",3617],["webspor122.xyz",3617],["webspor123.xyz",3617],["webspor124.xyz",3617],["webspor125.xyz",3617],["dizipal1.live",3619],["dizipal2.live",3619],["dizipal3.live",3619],["dizipal4.live",3619],["dizipal5.live",3619],["dizipal6.live",3619],["dizipal7.live",3619],["dizipal8.live",3619],["dizipal9.live",3619],["dizipal10.live",3619],["dizipal11.live",3619],["dizipal12.live",3619],["dizipal13.live",3619],["dizipal14.live",3619],["dizipal15.live",3619],["dizipal16.live",3619],["dizipal17.live",3619],["dizipal18.live",3619],["dizipal19.live",3619],["dizipal20.live",3619],["dizipal21.live",3619],["dizipal22.live",3619],["dizipal23.live",3619],["dizipal24.live",3619],["dizipal25.live",3619],["dizipal26.live",3619],["dizipal27.live",3619],["dizipal28.live",3619],["dizipal29.live",3619],["dizipal30.live",3619],["dizipal31.live",3619],["dizipal32.live",3619],["dizipal33.live",3619],["dizipal34.live",3619],["dizipal35.live",3619],["dizipal36.live",3619],["dizipal37.live",3619],["dizipal38.live",3619],["dizipal39.live",3619],["dizipal40.live",3619],["dizipal41.live",3619],["dizipal42.live",3619],["dizipal43.live",3619],["dizipal44.live",3619],["dizipal45.live",3619],["dizipal46.live",3619],["dizipal47.live",3619],["dizipal48.live",3619],["dizipal49.live",3619],["dizipal50.live",3619],["dizipal12.plus",3620],["dizipal13.plus",3620],["dizipal14.plus",3620],["dizipal15.plus",3620],["dizipal16.plus",3620],["dizipal17.plus",3620],["dizipal18.plus",3620],["dizipal19.plus",3620],["dizipal20.plus",3620],["dizipal21.plus",3620],["dizipal22.plus",3620],["dizipal23.plus",3620],["dizipal24.plus",3620],["dizipal25.plus",3620],["dizipal26.plus",3620],["dizipal27.plus",3620],["dizipal28.plus",3620],["dizipal29.plus",3620],["dizipal30.plus",3620],["dizipal31.plus",3620],["xyzsports173.xyz",3621],["xyzsports174.xyz",3621],["xyzsports175.xyz",3621],["xyzsports176.xyz",3621],["xyzsports177.xyz",3621],["xyzsports178.xyz",3621],["xyzsports179.xyz",3621],["xyzsports180.xyz",3621],["xyzsports181.xyz",3621],["xyzsports182.xyz",3621],["xyzsports183.xyz",3621],["xyzsports184.xyz",3621],["xyzsports185.xyz",3621],["xyzsports186.xyz",3621],["xyzsports187.xyz",3621],["xyzsports188.xyz",3621],["xyzsports189.xyz",3621],["xyzsports190.xyz",3621],["xyzsports191.xyz",3621],["xyzsports192.xyz",3621],["xyzsports193.xyz",3621],["xyzsports194.xyz",3621],["xyzsports195.xyz",3621],["xyzsports197.xyz",3621],["xyzsports198.xyz",3621],["xyzsports199.xyz",3621],["xyzsports200.xyz",3621],["bahisanaliz31.com",3624],["bahisanaliz32.com",3624],["bahisanaliz33.com",3624],["bahisanaliz34.com",3624],["bahisanaliz35.com",3624],["bahisanaliz36.com",3624],["bahisanaliz37.com",3624],["bahisanaliz38.com",3624],["bahisanaliz39.com",3624],["bahisanaliz40.com",3624],["bahisanaliz41.com",3624],["bahisanaliz42.com",3624],["bahisanaliz43.com",3624],["bahisanaliz44.com",3624],["bahisanaliz45.com",3624],["bahisanaliz46.com",3624],["bahisanaliz47.com",3624],["bahisanaliz48.com",3624],["bahisanaliz49.com",3624],["bahisanaliz50.com",3624],["filmizletv3.com",3627],["filmizletv4.com",3627],["filmizletv5.com",3627],["filmizletv6.com",3627],["filmizletv7.com",3627],["filmizletv8.com",3627],["filmizletv9.com",3627],["filmizletv10.com",3627],["filmizletv11.com",3627],["filmizletv12.com",3627],["filmizletv13.com",3627],["filmizletv14.com",3627],["filmizletv15.com",3627],["filmizletv16.com",3627],["filmizletv17.com",3627],["filmizletv18.com",3627],["filmizletv19.com",3627],["filmizletv20.com",3627],["sinefy2.com",3628],["sinefy4.com",3628],["sinefy5.com",3628],["sinefy6.com",3628],["sinefy7.com",3628],["sinefy8.com",3628],["sinefy9.com",3628],["sinefy10.com",3628],["fullhddizifilmizle2.net",3629],["fullhddizifilmizle3.net",3629],["fullhddizifilmizle4.net",3629],["fullhddizifilmizle5.net",3629],["fullhddizifilmizle6.net",3629],["fullhddizifilmizle7.net",3629],["fullhddizifilmizle8.net",3629],["fullhddizifilmizle9.net",3629],["fullhddizifilmizle10.net",3629],["fullhddizifilmizle11.net",3629],["fullhddizifilmizle12.net",3629],["fullhddizifilmizle13.net",3629],["fullhddizifilmizle14.net",3629],["fullhddizifilmizle15.net",3629],["fullhddizifilmizle16.net",3629],["fullhddizifilmizle17.net",3629],["fullhddizifilmizle18.net",3629],["fullhddizifilmizle19.net",3629],["fullhddizifilmizle20.net",3629],["fullhddizifilmizle21.net",3629],["fullhddizifilmizle22.net",3629],["fullhddizifilmizle23.net",3629],["fullhddizifilmizle24.net",3629],["fullhddizifilmizle25.net",3629],["fullhddizifilmizle26.net",3629],["fullhddizifilmizle27.net",3629],["fullhddizifilmizle28.net",3629],["sporligtv480.live",3631],["sporligtv481.live",3631],["sporligtv482.live",3631],["sporligtv483.live",3631],["sporligtv484.live",3631],["sporligtv485.live",3631],["sporligtv486.live",3631],["sporligtv487.live",3631],["sporligtv488.live",3631],["sporligtv489.live",3631],["sporligtv490.live",3631],["sporligtv491.live",3631],["sporligtv492.live",3631],["sporligtv493.live",3631],["sporligtv494.live",3631],["sporligtv495.live",3631],["sporligtv496.live",3631],["sporligtv497.live",3631],["sporligtv498.live",3631],["sporligtv499.live",3631],["sporligtv500.live",3631],["asyaanimeleri01.com",3632],["asyaanimeleri02.com",3632],["asyaanimeleri03.com",3632],["asyaanimeleri04.com",3632],["asyaanimeleri05.com",3632],["asyaanimeleri06.com",3632],["sezonlukdizi3.com",3633],["sezonlukdizi5.com",3633],["sezonlukdizi6.com",3633],["sezonlukdizi7.com",3633],["sezonlukdizi8.com",3633],["sezonlukdizi9.com",3633],["sezonlukdizi10.com",3633],["sezonlukdizi11.com",3633],["sezonlukdizi12.com",3633],["sezonlukdizi13.com",3633],["sezonlukdizi14.com",3633],["sezonlukdizi15.com",3633],["sezonlukdizi16.com",3633],["sezonlukdizi17.com",3633],["sezonlukdizi18.com",3633],["sezonlukdizi19.com",3633],["sezonlukdizi20.com",3633],["sezonlukdizi21.com",3633],["sezonlukdizi22.com",3633],["sezonlukdizi23.com",3633],["sezonlukdizi24.com",3633],["sezonlukdizi25.com",3633],["sezonlukdizi26.com",3633],["sezonlukdizi27.com",3633],["sezonlukdizi28.com",3633],["sezonlukdizi29.com",3633],["sezonlukdizi30.com",3633],["sinepal.vip",3635],["sinepal1.vip",3635],["sinepal2.vip",3635],["sinepal3.vip",3635],["sinepal4.vip",3635],["sinepal5.vip",3635],["sinepal6.vip",3635],["sinepal7.vip",3635],["sinepal8.vip",3635],["sinepal9.vip",3635],["sinepal10.vip",3635],["sinepal11.vip",3635],["fullfilmcidayi4.com",3637],["fullfilmcidayi5.com",3637],["fullfilmcidayi6.com",3637],["fullfilmcidayi7.com",3637],["fullfilmcidayi8.com",3637],["fullfilmcidayi9.com",3637],["fullfilmcidayi10.com",3637],["fullfilmcidayi11.com",3637],["fullfilmcidayi12.com",3637],["fullfilmcidayi13.com",3637],["fullfilmcidayi14.com",3637],["fullfilmcidayi15.com",3637],["fullfilmcidayi16.com",3637],["fullfilmcidayi17.com",3637],["fullfilmcidayi18.com",3637],["fullfilmcidayi19.com",3637],["fullfilmcidayi20.com",3637],["fullfilmcidayi21.com",3637],["fullfilmcidayi22.com",3637],["fullfilmcidayi23.com",3637],["fullfilmcidayi24.com",3637],["fullfilmcidayi25.com",3637],["fullfilmcidayi26.com",3637],["fullfilmcidayi27.com",3637],["fullfilmcidayi28.com",3637],["fullfilmcidayi29.com",3637],["fullfilmcidayi30.com",3637],["sportradar25.com",3641],["sportradar26.com",3641],["sportradar27.com",3641],["sportradar28.com",3641],["sportradar29.com",3641],["sportradar30.com",3641],["sportradar31.com",3641],["sportradar32.com",3641],["sportradar33.com",3641],["sportradar34.com",3641],["sportradar35.com",3641],["sportradar36.com",3641],["sportradar37.com",3641],["sportradar38.com",3641],["sportradar39.com",3641],["sportradar40.com",3641],["sportradar41.com",3641],["sportradar42.com",3641],["sportradar43.com",3641],["sportradar44.com",3641],["sportradar45.com",3641],["sportradar46.com",3641],["sportradar47.com",3641],["sportradar48.com",3641],["sportradar49.com",3641],["sportradar50.com",3641],["mail.yandex.com.tr",3642],["yandex.com.tr",3643],["filmizleplus.*",3644],["hdfilmizlesene.*",3644],["adguard.info",3646],["adguard.com",3646],["adguard.app",3646],["~silahilanlarim.com",3647],["~agendazdsp.blogspot.com",3648],["~agendazd.blogspot.com",3648],["~zeichenkram.de",3648],["~roketdizi.*",3649],["~dizilla.club",3649],["~hepsiemlak.com",3650],["~ralphlauren.com",3651],["~ralphlauren.eu",3651],["~makemytrip.com",3651],["~ralphlauren.co.uk",3651],["~librus.pl",3651],["~festtravel.com",3651],["~tvtime.com",3651],["~tvshowtime.com",3651],["~mislink3.com",3652],["~kumasref.com",3653],["~canakkaleolay.com",3654],["~fullhdfilm.*",3655],["~otomobilteknoloji.blogspot.com",3656],["~hepsinefis.com",3656],["~kriptoarena.com",3657],["~kopekturleri.org",3658],["~themagger.com",3659],["~sagligabiradim.com",3660],["~mobile.donanimhaber.com",3661],["~anker.com",3662],["~aysetolga.com",3663],["~wanhaber.com",3664],["~alalimsatalim.com",3665]]);
|
|
30
|
+
const argsList = ["",".adblock-overlay","body > div[style*=\"position: fixed;\"][style*=\"z-index: 999999;\"]:has(> .ad-blocked-container)","#hbr3-ad-notice","#adb-enabled",".adblockalert","a[href^=\"https://bingx.com/\"]",".adsbygoogle-noablate","div[id^=\"aswift_\"]","ins.adsbygoogle[data-ad-client]\nins.adsbygoogle[data-ad-slot]",".reklam",".adsBanner","div[class^=\"popup\"][class$=\"wrap\"][id]",".ad-placement","#adblockbyspider",".ad-blocker-detected","#kanews-modal-adblock","#AdHeader",".adv-right","#AD_Top","#homead","#ad-lead",".reklam_alani",".adblock-detection",".XGT-AdBlock-Govde",".reklam728x90","body > div[id][class][style*=\"z-index: 9999\"]\nbody > div[id][class][style*=\"z-index: 9999\"] + div[class][style*=\"z-index: 9999\"]","a[rel=\"noopener noreferrer nofollow\"] > img\na[rel=\"sponsored nofollow noreferrer\"]\ndiv[class^=\"clickout-native_table_box-\"]\ndiv[id^=\"banner\"]","#siteLoginPromotionContent","#reklam","#hnsbox",".modal-backdrop",".prevideo","#adModal","#burtiModal","#mainpage-modal[data-galabel=\"bankoligappdownload\"]","#popupreklam\n#popupreklam ~ div.modal-backdrop","#modal-ads",".once-reklam","#modal-ads ~ .modal-backdrop",".hideBlock",".modal","#mobil_modal_ad","#myModal","#adv-modal",".mtsnb-top","#popup",".hentry > div.ivr","#v-player > p[style^=\"background-color:\"]","#content > p[style*=\"text-align: center;\"]",".holder > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]","#page > p[style^=\"background-color:\"][style$=\"text-align: center;\"]","#video > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]",".kon","center > p[style^=\"background-color:\"][style*=\"font-weight: bold;\"]",".advert","body .banner","div[class^=\"banner_\"]","div[class^=\"advert_\"]",".ads:not(#style_important)",".footer-sticky",".rek","div[class*=\"reklam\"]",".ad","div[id^=\"ad_\"]",".stream-item","body .code-block",".block-pano > div.us","#HTML4","#adCreative","a[onclick^=\"trackBannerClick\"]",".billboard-top","#sidebar > .sidebar-content:has(> .textwidget > p > a[target=\"_blank\"])","#my-video_jw .jw-logo-top-right\n#my-video_jw > .alert","a[aria-label^=\"REKLAM - \"]\na[href^=\"http://\"] > span\ndiv[data-mbzone*=\"x\"][data-wbzone-loaded*=\"x\"]\ndiv[style^=\"width: 300px; height: 250px;\"]","body > div.container:has(> div.row > div.col-12 > div.ads)","#overlayPopup",".ODA_VIDEO","header > a[target=\"_blank\"]",".onn_placeholder","div[data-dest=\"placeholder\"]",".search-store-ads-container",".row > div.text-center:has(> div.adpro)",".tdb-block-inner > .code-block","div[data-test-id=\"sponsored-products\"]",".adv-col",".content-adv-col","#masthead-ad",".Html_Kod_1.numodul",".mt-4.\\32 xl\\:max-w-screen-2xl:not(.lg\\:brd-full)",".haber-ici-2_greklam",".lg\\:max-w-full > .lg\\:hidden.py-4.px-0",".widget-300x600","#__next > div[class]:has(> div[class] > div[id^=\"div-gpt-ad\"])","div[data-widget-area=\"header\"] > a[href]:has(> img[class^=\"reklam\"])",".rekimg",".altt","a[href^=\"https://sbtmcdn.com/\"]",".easy-notification-bar",".swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img\n.swiper-wrapper > a[title=\"Sinpaş Yapı Tasarruf Sandığı\"] > img + div.swiper-lazy-preloader",".swiper-wrapper > div.swiper-slide:has(a[href^=\"https://www.sinpasyts.com/\"])","#overlay","img[alt^=\"Banner \"]","#q-app > div[style$=\"z-index:1000000000;\"]",".mpy__container-banner",".mpy__slider",".background-ad","#loadingIframe","a[href=\"http://bit.ly/2u0TxYL\"]\na[href^=\"https://iddaa.sporx.com/\"]\ndiv[id^=\"dfp_\"]\ndiv[style$=\"position: relative; margin-top: 10px; min-height: 350px;\"]\ndiv[style*=\"min-height: 250px;\"][style*=\"text-align: center;\"]\ndiv[style^=\"float:left; width:300px; min-height:250px;\"]\ndiv[style^=\"width: 650px;\"] > div > a[href^=\"http://bit.ly/\"]\niframe[src^=\"https://www.sporx.com/_iframe/mac-merkezi/scoreboard_bilyoner\"]",".currency-view",".sidebar-block:has(.sidebar-trend a.sidebar-trend__item__link[href^=\"https://s.mdznconnect.com/\"])","div[class^=\"pure\"] > div[class^=\"pure\"]:has(> div.ortala > ins.adsbygoogle)","div[style=\"min-height:350px;\"]",".genel > .text-center",".all-page-a-d","#sidebartop",".money-text",".money-wrapper",".money-item","div[style]:has(> a[href^=\"/showad.asp?\"])",".saniyeli_reklam_header",".sidebar-section:has(> div[style] > a[href] > img.ads-img)","#ad-container",".arkaresimmobil",".voa > a[href]",".hentry > .ivr",".news-icerik > .new3-video-container > div[style=\"width:300px; height:100px; margin:0 auto;\"]","#ouibounce-modal",".stream-item-widget","#activeFrontVid",".bg-advert-mobile",".page-top:has(> .malker)",".bahis-siteleri","div[class*=\"banner\"]",".poster > .flex-col.gap-4.items-center",".overflow-hidden.relative.w-full:has(div[id^=\"masthead-banner-\"])",".bottom-advert-cont",".backdrop-blur-sm",".promo-card-legendary",".banner-card-compact",".vertical-banner-compact",".fixed.right-2[style^=\"pointer-events:\"]",".banner-wrap","div[class^=\"styles_ad\"]\ndiv[class^=\"styles_bannerWrapper__\"]\ndiv[class^=\"styles_listingDfpBanner__\"]","a[href^=\"//bs.serving-sys.com/serving/adServer.bs\"]\na[href^=\"//pubads.g.doubleclick.net/gampad/\"]\ndiv[class*=\"h-[600px]\"]:has(> .sticky > div[class*=\"dyg-\"])",".cb-header > div[style]:has(> div[id^=\"yandex_rtb\"])",".cb-content > div[style]:has(> div[id^=\"yandex_rtb\"])",".safirCustomMenu:has(a[href*=\"?utm_source=\"])","#fl813691","main.content > .container > .no-click",".link-group > a[target=\"_blank\"]:not([href^=\"/yayin\"][href$=\".html\"])","amp-iframe[src=\"https://cdn-2mk.pages.dev/sayact24\"]",".adm",".kln","#video > center > p[style=\"background-color: #f7d600; color: #000000; font-weight: bold; font-size: 19px; text-align: center;\"]",".p-body-inner > a[href^=\"https://minecraft-turkiye.com/threads/\"]","a[href=\"https://www.zurna.net/\"]","#player > div[style^=\"position: absolute;\"]",".p-body > a[target=\"_blank\"]","div[class^=\"r_header\"]",".reklam-yatay",".block-ins-gad",".row > div.col-lg-7:has(> div.block-ins-gad)",".swal2-container",".p-body-inner > div[style^=\"width: 100%;\"][style*=\"flex;\"]","#server-ad-right","#server-ad-left",".ads","#rk-content",".arakaplan-reklam-link","img[src*=\"amd-banner\"]",".adControl > *",".newsGroupFrame > .container > .row > .col:has(> .advert)","#taboola-below-article-widget",".new3card-reklam-container > .new3card-reklam:has(> .backupContent)",".new3detail-page-container > .new3detail-left:has(> article.tuhps:only-child > #taboola-below-article-widget)","#popup-overlay",".hmasthead",".bn-fw",".list-grid-news > .container > .row > div:has(> #bikadv)","div[data-id=\"masthead\"][class^=\"top-adbar\"]\ndiv[id^=\"ad-slot\"]\ndiv[id^=\"div-gpt-ad\"][style]","main > .text-center:has(div[id^=\"ad-slot\"])","div[data-module-name=\"advert\"]\ndiv[id^=\"disable-div-gpt-ad-\"]","article > div.detail-sort-item:has(> div.detailside-inner-ad-cont)",".sticky-ad-holder",".bg-adsGray","div[id^=\"fontSizeChanger\"] > div[class*=\"250px\"]:has(> .adsbygoogle)",".col-start-1 > .my-6 > .items-center > .relative:has(> .block > .adsbygoogle)",".detailside-inner-ad-cont","ad\ndiv[class*=\"bg-[rgb\"] > div:has(> div:only-child > a:first-child + button:last-child)","#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > .w-full > ad)\n#router-view > div:not([class], [id]) > div[class*=\"bg-[rgb\"]:has(> .grid:only-child > ad + ad + ad)","div:is(.kanews-article-content, .execphpwidget) > a[target=\"_blank\"] > img",".subNews","a[href^=\"https://bit.ly/\"]",".content-items > a.click-tracker[targe]","a[rel=\"sponsored\"]\naside > div[class^=\"widget-\"]:has(> div[id^=\"theads-\"])",".article-text > p > a[rel=\"nofollow\"]",".dfp",".footerAdContainer",".hesapcomads",".article-res > .related:has(> div[id^=\"taboola-\"])","div[data-meta=\"placeholder-slot\"]",".ad-container","p > a[href=\"https://dausen.org/\"]\np[class^=\"Adv-\"]",".panel-grid-cell > div.widget_dik-numarali-manset-posts-list-widget + div.widget_media_image\n.panel-grid-cell > div.widget_manset-1-posts-list-widget + div.widget_media_image",".affiliate","#mobileBanner","center > a[href][target=\"_blank\"]","div[class^=\"button-container\"]",".banner-container",".header-html-1",".plalt-bn","div[id^=\"300x250_Kutu\"]\ndiv[id^=\"musthead\"]\ndiv[id^=\"native_masthead_\"][id*=\"x\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad-\"])",".news-row > .news-item[style*=\"z-index\"][style*=\"width:\"][style*=\"height:\"]\n.news-row > .news-item[style=\"width: 300px; height: 250px;\"]\n.news-row > div[style]:not(.news-item)","#tb-inpage-general",".duzyazibar","a[rel=\"nofollow sponsored\"]\ndiv[class]:not(.container):has(> div[class^=\"r\"][style=\"display: none !important;\"]:not(.rPanel, .right))\ndiv[data-cname*=\"rk\"]\ndiv[id^=\"fastadmodal\"]\nimg[width=\"950\"][height=\"90\"]\nli[id^=\"sponsorReklam\"]","div[class^=\"fullAd\"]\ndiv[style*=\"height:\"]:has(> div[style^=\"text-align:\"] .js-gpt-ad)","div:is(.sc_blogger_columns_wrap, .post_featured) > div.text-center > a[target=\"_blank\"] > img",".rutaku-banner","a[href]:has(img[src=\"https://tranimaci.com/image/reklam.jpg\"])","div[class^=\"r_header_\"]","#vidaltins","#player div[data-watermark]",".app-detail-embed > .embed-col > div[style^=\"cursor: pointer; display: block;\"][style*=\"z-index:\"]:not([id], [class])",".sm\\:mt-0.sm\\:px-20.mb-0:has(ad)",".border-t-0 > .items-center:has(a[href] > #mPlayerVideos)",".entry-content > div[style]:has(> a[href^=\"https://lotobetyon.xyz/\"])",".stream-item-above-post",".ramazan-banner",".masthead-container",".pt-5",".w-full:empty",".interstitial-page #toasts\n.interstitial-page .wrapper > center:has(> div:only-child .download-buttons-video)",".slick-slide:has(> div:only-child > div[class] > a[href^=\"https://adservice\"])","#hyd-adx","div[id^=\"Advertisement_\"]\niframe[src=\"\"]",".yatayReklam",".info-text:has(> span.kripto-info > img[alt=\"Reklam\"])","#content > div[style*=\"height:250px;\"]:has(> div[id^=\"div-gpt-\"])","#inpage_reklam","main > div.info-text:has(> a[target=\"_blank\"])",".membranaVideoDiv","#mainContent > .hbDetay:has(> article:only-child > #taboola-below-article-widget)",".newsDetailAds","body .body-banner-block",".ng-sidebar > .position-relative:has(> .adv-item-box)","#f_player > div[style^=\"position: absolute; z-index: 1999999\"]",".schema_movie > div[style=\"height:210px\"]",".sayfa-sol > a[target=\"_blank\"]",".series-watch-player > div[style^=\"position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;\"]",".popup-reklam","div[class*=\"dyg-\"]",".row div.sozcu-ramazan-imsakiye > a[target=\"_blank\"]","#custom-popup","[class=\"common-box common-box-300px featured\"]\na[href^=\"http://onelink.to\"]\narticle[class=\"common-horizontal featured\"]\narticle[id^=\"div-gpt-ad\"]\ndiv[class^=\"bg-[#f7f8fb]\"][class$=\"min-h-[200px]\"]\ndiv[id$=\"-mh-container\"]\ndiv[id^=\"before-infinie-scroll-thumbnails\"]\ndiv[id^=\"before-infinite-scroll-thumbnails\"]\ndiv[id^=\"div-gpt-\"]\ndiv[id^=\"taboola-adunit-\"]\ndiv[orig-id][data-google-query-id][id][class]:not([data-version])\ndiv[unit-name=\"masthead\"]\ndiv[unit-name^=\"icerik\"]",".player > .flex:has(> div > img[alt=\"ad image\"])","[data-mayd=\"moon_ayd\"]",".article-ads-container","div[class=\"col-sm-4 col-xs-12\"] > div:not([class]):not([id]) > div[id][style=\"width:300px;height:250px;\"]\ndiv[class=\"col-sm-4 col-xs-12\"] > div[class] > div[class] > div[style=\"width:200px;height:200px\"]\ndiv[itemprop=\"articleBody\"] > div[style*=\"width:300px;\"][style*=\"height:250px;\"]\ndiv[style=\"margin-bottom:20px\"] > div[class] > div[style^=\"width:\"][style*=\"height:\"]\ndiv[style=\"margin-bottom:20px\"] ~ div:not([class]):not([id]) > div[style=\"width:300px;height:600px;\"]\ndiv[style=\"width: 970px; height: 250px;\"]\ndiv[style=\"width:728px;height:90px\"]\ndiv[style=\"width:970px;height:250px\"]\ndiv[style]:has(> div[id^=\"div-gpt-ad\"]:only-child)\ndiv[style^=\"height:600px; width:300px;\"]","#mobile-preroll",".download-video",".md\\:min-h-\\[96px\\]",".under-top-ad",".personaclick-recommend","body > .header-top:has(> .malker:only-child)","div.malker","#onp","div[class=\"flex center\"]",".happy-sidebar","#head_box",".desktop-reklam-card",".bik-ilan",".full-reklam",".player-side-ad",".footer-ad-container","div[class^=\"rnd-\"] > a[target=\"_blank\"] > img",".playerTextReklam","#player > .jw-wrapper > .jw-logo\n#player > .jw-wrapper > .jw-title",".container > div.mb-4:has(> div.col > a[href^=\"https://www.getmidas.com/\"])",".single-info > a[target=\"_blank\"] > img","#wrap > a[target=\"_blank\"] > img","#SideBarAds",".detail > div[style*=\"min-height:\"]:has(> div[id^=\"protag-MPU\"])","#reklamToggle",".relative > div[class=\"sm:w-[433px] w-full\"]",".prospeed_demo_banner","[id^=\"bannerContainer\"]\n[id^=\"frmTextBanner-\"]\ndiv[class^=\"mpu\"]\ndiv[id$=\"978x45_div\"]\ndiv[id*=\"hype_container\"]\ndiv[id^=\"dvTopBanner\"]\ndiv[style=\"width: 300px; height: 250px; text-align: center\"]\ntbody > tr:has(> td > div[style^=\"height:100px;\"])\ntd[class^=\"bannerPlaceHolder\"]","a[target=\"_blank\"] > img[alt]","a[class^=\"rklm\"]\ndiv[class^=\"adulu_col-\"]\ndiv[id^=\"beat-index-ust\"]\ndiv[style^=\"width: 320px; height: 100px;\"]\niframe[src^=\"\\\\theme\\\\resy\\\\v2\\\\\"][src*=\"\\\\index.html\"]",".content-body__detail > p > a[href^=\"https://turk.net/gigafiber\"]\n.content-body__detail > p:has(> a.box-link ~ strong)\n.content-body__detail > p:has(> a.box-link ~ strong) + h2\n.content-body__detail > p:has(> img[alt=\"turknet\"])\n.content-body__detail > p:has(> img[alt=\"turknet\"]) + p",".bottom-new-video:has(> div.bottom-link > div > a[href][onclick])",".pagination:has(> .hide:only-child)",".postList > .r10HRBk > center > a[href] > img\n.postList > .rPanel > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li > .content > a[href][rel*=\"nofollow\"] > img\n.postList > ul > li:not(.post, [data-order])",".rabdfe3","#psContainer",".gif-banner","#maintop ~ div[style^=\"margin-left:\"]","#header-container","div[class^=\"masthead-\"]",".listele > ul[style=\"background:#F5F5F5;position:relative;\"]",".row > .mb20[style]:has(> .CHT_VIDEO:only-child:empty)\n.row:has(> div[class^=\"col-\"] > div[style*=\"aspect-ratio\"] > div[id^=\"div-gpt-ad\"])\n.row:has(> div[class^=\"col-\"] > div[style] > div.CHT_VIDEO)\n.row[style^=\"width:100%;\"]","#gowitImpressionEvent","a[href^=\"/showad.asp?id=\"]\ndiv[style^=\"width:314px; height:264px; border:1px solid\"]",".masthead-wrap","a[href*=\"/advertpro/\"]\nsection[data-section^=\"reklam\"]",".news-card:has(> a[href^=\"https://bit.ly/\"])","#mod-base","#div-sozcu_desktop_detay_sticky_parent",".container.mt-3 > div[style]","#__next > div.relative:has(> a[href^=\"https://8fl2.tr.adj.st/\"])\n#__next > div.relative:has(> a[target=\"_blank\"][href^=\"https://www.hangikredi.com/basvuru/hkyonlendirme\"])","div[id^=\"feedbannerslot\"]\ndiv[style^=\"min-height:100px;\"]\ndiv[style^=\"min-height:250px;\"]","a[href^=\"https://kingads2.org/\"]\ncenter > a[href^=\"https://yonderdim.com/\"]\ncenter > noindex:has(> a[href^=\"https://fullindirsene.net/yonlendirme/\"])","div[class*=\"Reklam\"]","div[id^=\"yandex_rtb\"]\ndiv[id^=\"zone_\"]",".videoaltix",".fancybox-overlay","div[class^=\"XAd_\"]","a[href^=\"https://tinyurl.com/\"]",".text-center:has(> div[id^=\"feedbannerslot\"])",".pr-2",".md\\:py-\\[50px\\]","div[id=\"01_Mynet_AnaSayfa_Genel_Body_Custom_1\"]\ndiv[id^=\"diger_mansetler-\"] > .col[isshowcase] > a[href^=\"https://www.amazon.com.tr/deals?\"]\ndiv[id^=\"gallery-body-adv-\"]\ndiv[isshowcase]\ndiv[issponsored]\nins[data-ad-client]",".detaySagSilme","[id^=\"advertorial\"]\na[href*=\"ads.haberler.com\"]\namp-embed[type=\"engageya\"]\ndiv[id*=\"reklam\"]\ndiv[id=\"300x600_\"]\ndiv[id^=\"detay_mobile_336x280_\"]\ndiv[style=\"width: 970px; height: 250px; margin: 0 auto 15px auto;\"]\niframe[width=\"970\"][height=\"250\"]\nimg[src^=\"/mstatic/reklam/\"]","div[data-widget_type] > .elementor-widget-container > a[target=\"_blank\"]:not([href*=\"tclira.com\"], [href*=\"news.google.com\"]) > img","html > iframe[id][style*=\"position:\"][style*=\"display:\"]",".tbl_reel","div[style^=\"bottom:0;height:50px;\"]",".inad-text",".row > div[class]:has(> a[href=\"/kobi\"])\n.row > div[class^=\"col-\"]:has(> div.ads-area)","#fixedDiv","div[class^=\"serp__wrapper__main__afs\"]",".cart-list > figure[isshowcase]","#background-adser",".td-fix-index > a[target=\"_blank\"][rel] > img","div[style=\"float:right; margin-right:4px; width:300px;\"] div[style=\"min-height: 255px;\"]\ndiv[style=\"min-height: 255px; width: 300px; margin-left: auto; margin-right: auto;\"]\niframe[src^=\"http://www.webaslan.com/_iframe/banner.php\"]","body > div.jwplayer ~ a[href]",".content-container > aside:has(> div[style^=\"height:\"]:only-child > #reklamGoster:only-child)","#membrana-zone","img[width=\"360\"][height=\"60\"]","#manset div[class]:has(> div[id^=\"taboola-home-thumbnails\"])",".flex-col > div.ambilight:has(> div.backdrop-blur > a > img[src^=\"https://images.macellan.online/allads/\"])",".adsmasthead","a[href=\"https://www.dizdize.com/\"]",".abg245",".game-banner","#tdb-autoload-article div.td-pb-row > div.td-stretch-content:has(a[target=\"_blank\"][rel=\"nofollow\"][title] > span)",".infinitegallery-picture-container:has(> div > div._picture > a[href*=\"&utm_\"])",".focus-ad",".products > ul:has(> li > div#product-item > div.prd-inner > div.prd-body > div.prd-features > span.plp-badge-text)","#reklamCode",".fixed-header-promo",".flex-col > .relative:has(> .native-card-section + div.tooltip) + div[class=\"relative\"]\n.flex-col > .relative:has(> .native-card-section + div.tooltip):first-of-type","#resmiIlanArticles",".topDetail > div.col-sm-12:has(> div.advert)","#contextual > div[style*=\"min-height\"]:has(> div[data-wbzone=\"native_advertorial\"])","#nativeAdvertorialZone",".nativeAdContent",".gowit","a:not([href^=\"https://perakende.org\"])[target=\"_blank\"][rel=\"noopener nofollow\"] > img",".theiaStickySidebar > div#text-2",".flex > div.relative:has(> div.native-card-section > a[href*=\"&ct=banner\"])",".binance-free-btc","#topic > ul#entry-item-list > li#entry-item:has(> footer > span.sponsored)",".sidebar-wrap","body > center > a > img[alt]\ndiv[class*=\"alti\"]\nimg[width=\"1100\"][height=\"100\"]\nimg[width=\"710\"][height=\"80\"]","div[style*=\"2147483647\"]",".kanews-article-header > a[target=\"_blank\"] > img","#sidebar section.kanews-section",".site-header-top-center",".habericireklam",".sidebar-inner p > a:not([href*=\"havadiskibris.com\"], [href^=\"/\"]) > img","div[class^=\"native_native_\"]","#__next > div[style] > div[class^=\"masthead-\"]","#Muslimer",".content-banner-img",".Textlink",".band-banner","body > div[id] > [style^=\"position:fixed;inset:\"][style*=\"z-index:\"][style*=\"height:100%;width:100%\"]\nimg[src^=\"reklam/\"]","#movie > div[style*=\"position: absolute;\"][style*=\"z-index:\"]","div[class^=\"ai-viewport\"]",".metaRedirectWrapperTopAds","div[class*=\"-adv\"]","#div[onclick=\"openIt()\"]","div[class*=\"max-h-[300px]\"]:has(> .empower-ad)","body .desktop-ad",".content-inside-ad",".footerleft > br ~ a[href]","#header ~ div[class][id][style] img","#tdi_3","#tdi_31",".inner-wrapper-sticky > div.featured-single:has(> .bannergroup-300)","body .adpro","a[title=\"reklam_videoustu1\"]","div[style=\"height:300px;margin:0 auto; display:block;\"]",".sticky-top2:empty",".article > .container > .row > .col-12:has(> div:only-child > .container > .row > .text-center > .adsbygoogle)","#adsbyio","body .billboard_content:not(#style_important)",".Ads","div[id*=\"-div-gpt-ad-\"]",".pauseroll-adv-container",".theiaStickySidebar > .stream-item-widget > .stream-item-widget-content > a > img","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > img\ndiv[class^=\"col-xs-\"] > .row > div[class^=\"col-xs-\"] > .panel:has(> #sponsored)\ndiv[id^=\"sponsored\"]",".swiper-wrapper > a[href^=\"https://www.odatv.com/\"] ~ a:not([href^=\"https://www.odatv.com/\"])",".masthead-cls","a.bg-position-top[target=\"_blank\"]","a[target=\"_blank\"] > .alert","#billboard_wrapper","a[href^=\"https://adsp.haberturk.com\"]\na[href^=\"https://www.mynet.com/\"]\nht-section[data-section=\"manset2reklam\"]\niframe[src*=\"/ads/\"]",".aksa","p > a[target=\"_blank\"]:not([href*=\"discord.com\"]) > img\nsection:has(> p > a[href^=\"https://bit.ly/\"])",".duyuru-kutusu",".adsense-container-skeleton","#afs-top-container-father","#video_befor",".frek",".full-page-advertising","div[class^=\"ad-masthead\"]\ndiv[class^=\"header-firstAd_\"]",".row > div[style]:has(> div[style^=\"min-height\"] > div.dfp-wrapper)",".special-days","body > center > a > img[style=\"max-width: 100%\"]\ncenter:has(> a[href] > img[src^=\"https://i.hizliresim.com\"])\ndiv[class^=\"pageskin-main\"]",".slickModal",".arkaplan-container",".tanitim_alani","._sidebar-kesfet",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://tinyurl.com/\"])\n.swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://tinyurl.com/\"])","#reklamlar center",".ad-bitay","p[style=\"text-align: center;\"] > a[target=\"_blank\"] > img",".left-right-banner","footer > p",".row > div[class^=\"col-\"]:has(> div.panel > div#sponsored)","#reklamCodeiframe_yeni","a[target=\"_blank\"]",".ad-placement-area","div[data-mbzone]",".videoustuheader",".leader-board-row",".video > a",".col-lg-4 > div.well3:has(> div.panel > center > a[href=\"https://medyabayim.com\"])","#daion-overlay-container > #single-ad-timer ~ #daion-c2a-std",".colPageRight > .hbBoxScope > .sidebox:has(> .sidebox-content > div[id^=\"div-gpt-ad-\"])",".black-friday-ads",".bg-cover-faker > div:not([class]):not([id]) > center",".ads-embed",".slick-track > div.slick-slide > div > div.ntv-main-slider-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])\n.slick-track > div.slick-slide > div > li.ntv-main-slider-pagination-item:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#primeContainerDetail","#ctl21_adCstmYorumUstuAlan","a[href^=\"https://tr.rdrtr.com/aff_c?\"]\nmain > div[data-title] + div[style^=\"margin:\"]","#videoText","#warning2","iframe[src*=\"/rklm/\"]",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])",".swiper-pagination-bullets > span.swiper-pagination-bullet:has(> a[href^=\"http://pubads.g.doubleclick.net/\"])","#adVideo",".notices",".samItem","#popup-1",".top-alert-bar","#pageskin_ayd","div[class^=\"r_reklam\"]\ndiv[style=\"margin:8px 0px;\"]\ndiv[style^=\"margin:\"] > a[target=\"_blank\"] > img",".floatbanner","#block-13",".ps-head-container","#sticky-masthead","#sidebar-b",".nctr",".rek-wrap","[data-time]","main div[class*=\"pageskin-\"]",".ad-fixture-standing-masthead-banner","#sticky-player",".col-md-12.mb20[style^=\"width:100%; aspect-ratio:\"]",".promo-banner",".mainCenter > div[style*=\"height: 190px;\"]:not([class]):not([id])\n.mainCenter > div[style*=\"margin-right:\"]",".owl-stage > div.owl-item:has(> div.ads)",".container > .row > .col-md-6:has(> .adpro)",".innerContainer div.row > div[class^=\"col-\"] > div[style^=\"margin:\"]:has(> ins.adsbygoogle)","div[id^=\"stream-item-125-widget-\"]","#text-434","#custom_html-119","#tie-block_1130",".ContentBoxContainerPadding10 > div[style^=\"text-align:center;width:336px;height:280px;\"]",".manset_alti_reklam_mk","div.min-h-100vh div.dr:has(> .dr.bg-gri:empty)",".p-body-sidebar > div.block:has(> div[data-widget-key*=\"reklam\"])","a[href*=\"//apps.star.com.tr/advredir\"]\ndiv[style^=\"height:\"]:has(> div[id^=\"div-gpt-ad\"])\ndiv[style^=\"height:110px\"]:not([class]):not([id])\ndiv[style^=\"height:130px\"]:not([class]):not([id])\ndiv[style^=\"height:225px\"]:not([class]):not([id])\ndiv[style^=\"height:262px\"]:not([class]):not([id])\ndiv[style^=\"height:274px\"]:not([class]):not([id])\nli:has(> a[href*=\"//apps.star.com.tr/advredir\"])",".col-lg-4 > .mb-3:has(> .adsbygoogle)",".master-slider > div.swiper-wrapper > div.swiper-slide:has(> div > a[href^=\"https://adsp.haberturk.com/\"])","section.penci-disSticky.elementor-section-items-middle:has(> .elementor-container:only-child > .penci-sticky-ct:only-child > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .adsbygoogle)",".sidebar-content-infinite > div.wrapper:has(> div > div.ads-zone)",".row > div.col-12:has(> div.box > div.adpro)","#wrap > p:has(> iframe[src*=\"/rklm/\"])","div[class^=\"col-\"] > div.center:has(> div[style^=\"margin-bottom:20px;\"] > div[id^=\"div-gpt-ad\"])\ndiv[style=\"height:330px;\"][class^=\"flex\"]\ndiv[style^=\"margin-bottom:20px;text-align:center;height:262px\"]",".contentFrame > .container > .row > .col-md-4:has(> .advert)",".page-wrapper > .container > .row > .col-md-12 > .row > .col-md-6:has(> .advers-box)",".small-news-block > .item:has(> figure > figcaption > h3 > a[target=\"_blank\"][href^=\"https://www.youtube.com/\"])",".ys-headline-carousel-item:has(div.ys-headline-carousel-media > div.ys-link > a[href^=\"https://\"][target=\"_blank\"])",".swiper-wrapper > div.swiper-slide:has(> a[href^=\"https://ensonhaber.me/\"])",".items > div.item:has(> a[href^=\"https://tinyurl.com/\"])","section > div.swiper-slide:has(> a > span.auto-promo-text)",".facility-list-item + div[class^=\"css-\"]:has(> div[class^=\"css-\"] > div[id^=\"div-gpt-ad-\"])",".grid > div[class*=\"hidden-\"]:has(div#right-video-banner)",".slick-dots > li:has(> a:not([href]))\nul.slick-dots > li > a[href^=\"http://www.haber7.com/advertorial\"]","#cimri-product ~ section:has(> div[id^=\"adslot-\"])",".bullets > div.bullet:has(> a[href^=\"https://rd.yenimedya.com.tr/\"])",".grid .mb-2[class*=\"min-h-\"]:has(> .bikifi_fluid)",".display-none:has(> div.advers-box)",".view-sm-20:has(> div.advers-box)","#search-box-ad","#contenedor > div[class*=\"onceki\"]:has(> center > iframe[src*=\"/rklm/\"])","body > div.container:has(> div.header_big_advert)",".news-right-content > div.sticky-wrapper:has(> div.sticky > section.adv)",".gutters-sm > div[class=\"col-md-3 d-none d-md-block\"]:has(> [id^=\"reklamokul\"]:not(#reklamokul2))",".container > div.row:has(> div[style] > div[class^=\"container-ads\"])",".row > div.col-4:has(> div.bg-white > div.bg-filigran > div.ads-wrapper)","#main > div[id^=\"av_section_\"]:has(.adsbygoogle)",".theiaStickySidebar > div.widget_text:has(> div.textwidget > ins.adsbygoogle)","#genel > div[style]:has(> img[src^=\"http://www.boluyankihaber.com/reklam/\"])","div[style=\"float: right;\"] > a[href][target=\"_blank\"] > video:has(> source[src^=\"http://marastahaber.com/wp-content/uploads/\"][src$=\"/MaviTekReklam.webm\"])","#pagenav_menu ~ div:has(> font[color] div[id=\"slider\"] > ul > li > div[style] > a[target=\"_blank\"] > img)",".content-block > div.block:has(> div.block-content > a[target=\"_blank\"] > img)",".sidebar > div.sidebar_list > aside.widget:has(> div.textwidget > a[rel^=\"nofollow\"])",".grid-stack-item:has(> div.Reklam_001)",".flex-column > .sosyal-medya-alt:has(> .adsbygoogle)","#printable > div[style]:has(> div[style] > div[class^=\"banner_\"])",".box__item:has(> section.adv)",".grid-stack > div.grid-stack-item:has(> div[class*=\"Reklam_\"])",".block-pano > div[class]:has(> ins.rkm)","iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=30\"]\niframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=37\"]\ntd:has(div > iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=8\"])\ntd:has(iframe[src=\"https://www.cazkolik.com/include/banner_goster.asp?alanId=1\"])",".wrap > .maltibanner:has(> a[href])",".well-box:has(> center > ins.adsbygoogle)","body > div.fancybox-overlay\nbody > div.fancybox-overlay:has(> div)",".sag > .anatablo:has(> .karereklam)",".code-block:has(> .adsbygoogle)",".sagKolon > .sagItem:has(> script)",".manset > div.manset-img:has(> a > img[src*=\"/reklam/\"])",".MuiGrid-spacing-xs-2 > div.MuiGrid-item:has(> img[src^=\"https://cdn.oggito.com/images/ads/\"])",".ustrek","#f-uyari > span","img[alt=\"superbetin\"]",".samLinkUnit","div[data-block-structure=\"custom\"] a[href^=\"https://kuponigo.com/go/\"][target=\"_blank\"] > picture",".specialdayBand",".banner-effect","div[class*=\"header-ads\"]",".alice-adslot",".topBandBanner",".modal#modalContentContent\n.modal#siteLoginContentContent",".fade.show:empty","a[target=\"_blank\"] > div[class^=\"bg_content_\"]\ndiv[class^=\"bg_rek_\"]\nimg[src^=\"https://cdn.itemci.com/storage/images/rek/\"]",".pvpAdvertRow","a[href*=\"source=pvpserverlerpro\"][target=\"_blank\"]\ndiv[id^=\"bg_rek\"]",".detay-gecis",".fbox > a",".moon_ayd",".col-md-12 > div[style^=\"padding-top:\"].row",".col-lg-11 > div[style^=\"min-height:\"].row","body > div[style=\"margin: auto; width: 100%; height: 250px; text-align: center;\"]","a[href^=\"https://azureiptv1.site/\"]",".top-bnr",".series-watch-player a[target=\"_blank\"] > img",".inside-right-sidebar > aside.widget_custom_html","div[class^=\"adx-\"]\ndiv[class^=\"dfp-\"]\ndiv[class^=\"nativeadstr-\"]\ndiv[id^=\"dfp-masthead-infinity-\"]\ndiv[style=\"display:flex; justify-content: space-around; min-height:280px; margin-top: 20px; margin-bottom: 20px;\"]\ndiv[style^=\"min-width: 300px; min-height: 250px; display:flex;\"]","a[href=\"https://medyapanel.net/\"]",".smaller",".footerleft > a:not([href*=\"dizicaps.org\"])","#f-uyari > a","tbody tr#between_links",".container-fluid > .row > .col-md-3",".footerleft",".top-wcs",".ys-popup-video-ad",".footerleft > a:not([href*=\"fullhdfilm.*\"])",".filmcontent > div[style^=\"margin:3px\"]",".main-card-ads","#custom_html-7","a.coverup",".padder[style]:empty",".left-column > div > a[target=\"_blank\"] > img","footer > p > span[style]",".adv-news","#sidebar > div[style=\"margin:3px 0px;\"]",".masthead-infinity",".masthead-top",".pageskin:not(#style_important)","body > #kapat",".adv-item-box",".empower-ad","div:has(> .empower-ad:only-child)\ndiv:has(> div:only-child > .empower-ad:only-child)","div[style=\"height:262px;\"]","div[data-ad]\niframe[data-id=\"nedir.org_300x600_sidebar_responsive_2_DFP\"]","div[id^=\"widget_General_Advert_\"]",".theiaStickySidebar > div.adsWidget ~ div.nativeWidget",".optional-url-cnt > a[onclick][rel=\"nofollow\"][title]\n.optional-url-cnt > img","#modalPromotionContent",".rightColumnForLarge > div.well.p0",".bireklam",".player-ustu-metin","a[target=\"_blank\"] > img[width=\"100%\"][height=\"100%\"]","#footer-fixed",".swiper-pagination > a[href^=\"https://tinyurl.com/\"]","#f-uyari",".dikReklam160","#wpfooter",".masthead","div[class$=\"-ad-area\"]\ndiv[id^=\"doganBurdaAds\"]",".text-center > div[style*=\"overflow: hidden !important\"]","body > div[style^=\"height:\"].showed","iframe[src^=\"https://cdn.kanal7.com/ulketv/ads/\"]",".sol-reklam","a[href^=\"https://sbrcdn.com/\"]","#stream-item-widget-2","#content > a","div[class^=\"fullads\"]",".news-content > .cf",".ad-banner","footer .lastright > p ~ a","div[class^=\"vid\"][class*=\"-ads\"]",".empower",".mobil[style^=\"min-width:300px;min-height:\"]",".banner","#dfp-detail-kare-container","div[id^=\"teaser\"]",".sponsor-category",".top-ad-bar-container",".tag-ad",".news-inline-ads",".hide-mobile[style*=\"min-height: 250px;\"]\n.hide-mobile[style^=\"min-width:\"][style*=\"min-height:\"]","#splashmodal",".sporskor-advert-widget-frame",".sub-board-frame",".widget_media_image > a[target=\"_blank\"]",".nd-article__content p a[href*=\"&utm_campaign=\"] > img","#main > div[style^=\"height: 285px; width: 100%;\"][style*=\"display: flex; justify-content: center;\"]",".cities-banner",".ramadan-timer-banner",".homeengageya","a.w-full[target=\"_blank\"] > img",".masthead-ads-container",".rek_alani","div[class*=\"views-field-field-reklam-yatay-\"]\nsection[id^=\"block-views-reklam-block-\"]",".post .icerik-baslik > center\n.post center > a[target=\"_blank\"]","center > center > a[onclick^=\"window.open(\"]","div[class=\"e3lan e3lan-top\"]\ndiv[data-phpbb-ads-id]\ndiv[id^=\"ad\"]","#media_image-2","#text-html-widget-33","div[style=\"margin:5px auto; width:100%; max-height:336px; min-height:300px;\"]",".saga-rek",".yazi-alt-reklami",".footer a[href]:not([class])",".links",".ramadan-item","div[class^=\"ramadan-band-widget-\"]",".tt-fiber-hiziyla",".ramadan-band-widget","a[class*=\"banner-shadow\"]",".page-skin-ad",".rover-article-ad-post","a[href^=\"http://wallup.net\"]\nform > a[target=\"_blank\"] > img",".back-ads","#board-ads",".ad-large","div[style^=\"float:left;\"][style$=\"min-width:336px;min-height:250px;\"]","#footer > p > span[style]","a[href^=\"https://cutt.ly/\"]","div[style^=\"text-align: center;\"] > a[target=\"_blank\"]:not([href=\"https://anizm.net/\"])",".screen-stream",".logo-adv","div[class^=\"Advertisement\"]\ndiv[style=\"width: 728px; height: 90px;\"]","a[href*=\"pubads.g.doubleclick.net\"]\na[href^=\"https://www.misli.com/\"]\na[href^=\"https://www.misli.com?ref=\"]\ndiv[class^=\"milliyet_below_article_\"]\np > a[href*=\"&utm_medium=\"][href*=\"&utm_campaign=\"][target=\"_blank\"] > img",".card-layout-ads",".sidebar-adsense",".single-adsense",".adulu-col-right-ulu",".slick-track > a[href=\"https://www.dermansut.com.tr/\"]\n.slick-track > a[href=\"https://www.letstr.com/\"]",".wrap > div.lb > a[target=\"_blank\"] > img",".bitay-area",".footer-info > br\n.footer-info > br ~ a[href][title]","p[style=\"overflow: auto; position: fixed; height: 0pt; width: 0pt\"] + p","#logo-container","div[style^=\"width: 100%; height: auto;\"]","div[style^=\"position:fixed;inset:0px;z-index:\"]",".p-header-logo > a[href]:not([href*=\"vsro.org\"], [href^=\"/\"]) > img",".sidebar > div[class^=\"bg-[#f7f8fb]\"]",".advert-part",".mobad",".deskad",".moveItem","a[href^=\"http://pubads.g.doubleclick.net/gampad/\"]",".main-card-ads-vertical",".footer-bottom > p[style] ~ *","#top-adbar2",".sidebar .banner\n.sidebar .native",".hd-280.text-center\n.hd-280[style=\"text-align: center;\"]",".footer-description",".footer-info","body > form > div[align=\"center\"] > a > img\nbody > form > div[align=\"center\"] table > tbody > tr > td > div[style=\"text-align:right; float:left;margin:0 5px\"]\ndiv[class^=\"relative\"]\nimg[alt$=\"reklam\"]","#feed-contents > div[style=\"z-index:3;\"]","body .advert.mpu",".slot-container","footer > div.top.text","div[style=\"width: 100%;height:50px;margin-bottom:10px;\"]",".fkay","a[target=\"_blank\"] > video",".ys-masthead-ad-content",".aa",".widget_text","#top-adbar",".esx-home-mansetalt","#random-ads",".header-banner-cover","#searchForm > .bottomcontainer > #products","a[href^=\"core.php?ajax=reklam_say\"]",".headerTop > div[style^=\"min-height:\"]","div[style*=\"height:280px;\"]\ndiv[style=\"display:block;height:290px;margin:10px 0;\"]","img[alt=\"ads\"]","a[target=\"_blank\"] > img.img-responsive[src^=\"/images/\"][alt]",".biflm",".bihdr","#text-138","#text-147","#text-154",".ad_web",".carousel-ad",".pt-control",".sidebar-cla",".defen-orta","a[id$=\"_banner\"]",".banner-reklam","#block-3","#footer > footer.site-footer + p",".ortala",".yazialtireklam","div[ad]\ndiv[data-area=\"Advert300x100\"]\ndiv[data-wbzone-loaded=\"728x90\"]",".addForMainPage",".giydirme-container","#videoContainer","body > div#footer + p[style=\"text-align: center;\"]","body > div[id^=\"filmcidayi\"]",".diziyouFooter",".page-left-ad",".page-right-ad","div[onclick^=\"window.open\"][style^=\"position:fixed\"]",".body-wrap > p[style=\"text-align: center;\"]","a[href=\"https://cutt.ly/reklamsizokuma\"]","a[href*=\"&utm_medium=banner\"][target=\"_blank\"] > picture","div[id^=\"video-ust-rek\"]",".product-card--has-badge-sponsored",".product-card.product-card--border","#reklamCode video\n#reklamCode ~ #rekgecyen",".bulten_sidebar",".haber-ici-reklam","#tdsAdContainer",".p-body-content > a[target=\"_blank\"] > img",".p-body-sideNavContent > a[target=\"_blank\"] > img","center > a[target=\"_blank\"]",".rightBanners","._3amny",".next-news-ads",".kanews-banner > a[target=\"_blank\"] > img\n.kanews-banner:not(.kanews-banner-widget)","div[class*=\"-adv\"].text-center",".content > div[onclick^=\"window.open(\"]",".rkl","body .cls-edit-kutu",".ads-area","a[href][rel=\"sponsored\"][target=\"_blank\"] > img\np[class^=\"wmads\"]","#floatcenter","div[align=\"center\"][style*=\"height:300px;\"]","a[data-type=\"page_skins\"]\na[href^=\"https://www.trendyol.com?utm_source=aff_t&utm_medium=cpm&utm_campaign=cimri_sponsor_text_lin\"]\ndiv[class^=\"sc-\"] > a[width=\"300\"][height=\"250\"]\ndiv[id*=\"_300x250_\"]\ndiv[id*=\"_728x90_\"]\ndiv[id*=\"_MASTHEAD_DESKTOP_\"]\ndiv[id^=\"adslot-\"]\ndiv[name=\"offers\"] tbody > tr[class]:not(.esCTCr):not(.sc-iSDuPN)\ndiv[name=\"teklifler\"] a[href^=\"https://www.trendyol.com?utm_source=aff\"][target=\"_blank\"]\nsection > div[id*=\"_300X250_\"][style^=\"background-color:\"]","a[href^=\"go.asp?\"]\ndiv[class*=\"-yapiskan-reklam\"]\ndiv[class^=\"mobilde\"]","a[href^=\" http://pubads.g.doubleclick.net/\"]\na[href^=\"https://pubads.g.doubleclick.net/gampad/\"]\ndiv[class^=\"bigpara-kredi-\"]",".rekkklam","#featured-bottom-ad","div[class^=\"ne-banner-\"]","div[class=\"my-2 print:hidden bg-slate-50 pb-3 block\"]",".all-page-ad-frame",".subdetail-content > div.row > div.sidebar-column > div.sidebar",".clickout-banner-native_table_box",".fbnx","center > a[href^=\"https://www.google.com/\"]","#wptpageskin","video[onclick^=\"playAndAd\"]","div[class^=\"code-block code-block-\"][style=\"margin: 8px 0; clear: both;\"]","#sidebar-advert",".video-right > div.video-right-content > div[id][data-ub-carousel][style]",".ub-notification-ad",".has-ad div[class*=\"bitay\"]","#main > .header[style^=\"height:\"]",".icrypex-wrap",".sidebar-related","#DESKTOP_MASTHEAD-googleAdvertisement","#dfp-kare-1","div[id^=\"dfp-anasayfa-masthead-\"]","#footer_q",".money--video","[class^=\"search-store-advs\"]","#mcx-12","#mcx-10",".maltBnnr",".marka-listele","div[class*=\"AdBanner_\"]",".page-between-box > div[id] > .image-link-area","article > .partners","#ana_160x600_scroll",".Advertisement","#custom_html-9","div[id^=\"stream-item\"]","div[class^=\"mobilg\"] > a[target=\"_blank\"]\ndiv[id$=\"sabit3\"]",".simpleslider__slideshow.yetkin-report-add-area",".listing-top-banner","._3wHMMW",".-JTEJb","a[href^=\"https://pubads.g.doubleclick.net/\"]","#dfp-homepage-masthead-container","div[class^=\"dfp-kare\"]\ndiv[id^=\"dfp-kare\"]",".advert-desktop","#dfp-masthead-container","div[class^=\"dfp-galeri-masthead\"]","#dfp-homepage-kare-container","#detay_masthead","div[class*=\"-adv\"][class$=\" text-center\"]",".buss-bnr-item",".side-bnr-list",".probi-target","#simple-banner",".dr > div[style$=\"min-width: 300px; min-height: 250px;\"]",".better-ads-listitemad","#block-2",".ad-homepage-below-hero","#between_content_and_img","#tarif_detay_icerik_sonrasi","#desktop_inside_post_content","#section_section_banner",".AltkisimMenu > ul > li > a[href].linked",".billBoardFrame",".masthead-bnr-block",".side-bnr-block","#paribu",".reklam-metin","#myButtonx","amp-carousel[aria-label=\"Reklam Alanı\"]",".sagsutunaru","#mansetust",".ust_reklam","#tureng-primis-placeholder",".r-frame",".g-frm-bnr",".top-link-g",".piyasa_alsat_link_frame","#slider_bottom_news > div > .p-bnr + a[rel=\"nofollow sponsored\"]",".logoAd","div[id^=\"divFLRA\"]","#pageskin_div","#tie-block_2320.media-overlay",".theiaStickySidebar > .stream-item-widget","img[src^=\"https://www.cdnco.net/\"]","iframe[src^=\"//www.youtube.com/embed/q_PyWNKsD9c?\"]","div[class^=\"e3lan\"]",".gemli-before-content",".sidebar .zone","div[class*=\"_greklam\"]",".masthead-script","#ctl00_divMasthead","body > div[id][style*=\"position: absolute;\"][style*=\"z-index: 100000;\"]","iframe[width=\"200\"][height=\"200\"]","#header-standard-container",".dygtag-masthead",".category-detail-suggest",".ntv-kriptrade-widget",".pg-right > div[style=\"margin-top:20px;\"] > div[style*=\"http://mdcdn.sporx.com/_img/otoraba/\"]\n.pg-right > div[style=\"position: relative; margin-top:5px;\"]",".rkbg",".reklam-ortala",".kampanya",".finans_place_holder","img[src^=\"https://konyagazetesi.com.tr/writable/uploads/advcom/\"]",".playerBottom",".playerTop","div[class^=\"kanews-banner\"]\ndiv[id^=\"kanews_widget_ads\"]",".row > div.widget_text",".banner-pageskin",".Altkisim li > a[rel=\"dofollow\"]","iframe[name=\"BIKADV\"]",".widget_sponsor_150",".bunlariKacirmaTopic","#widget_455",".ad_header_inner",".canvas-layout-container > table[width=\"100%\"][cellspacing=\"0\"]",".reklam300-600","a[href=\"https://www.atisyapi.com.tr/\"]",".row-ads",".bHead","a[href^=\"https://www.aydinpost.com/advert/\"]\na[title^=\"Advert \"]","#full-width-seperator-ad","#arsiv-native",".col-12 > a[target=\"_blank\"] > img","div[align=\"center\"] > div[style=\"display: flex; min-height: 250px; min-width: 300px;\"]\ndiv[align=\"center\"] > div[style=\"display:flex;min-height:250px;min-width:300px\"]",".right.floated > div[data-gets] > a[href][target=\"_blank\"] > img",".rek-wrap > *:not(b)",".rek-0","div[class^=\"page-\"][class*=\"fixed-ad\"]",".inline-ad-height",".masthead_css",".sticky-top",".tepe_reklam","div[style=\"height:280px;\"]","#sidebar_reklam","div[style^=\"background:#eeeeee; border:2px\"]","#yeni_alt_reklam","div[class*=\"-icerikten-\"]",".banner-wrapper","div[v-if]","a[href^=\"https://kingredirect.com/\"]","#details > center","a[rel=\"sponsored noopener noreferrer\"]","#custom_html-8","#custom_html-25",".modulAds",".reklam-manset",".flash-wrapper",".sag-manset","#Arpian-ads","div[class*=\"reklam-\"]","#content > a[rel=\"dofollow\"]","div[class^=\"b2b-marketing-\"] > a[target=\"_blank\"]",".img_position_left",".zfc-ads","#movie-sidebar > a[target=\"_blank\"]",".fixed-pub","center > a[target=\"_blank\"] > img",".sticky-ads","#adStop",".pppx","#block-38",".zone-area",".masthead-main",".reklam-kutu","div[class^=\"text-center\"][style^=\"height\"]",".thb_before_header",".ReklamInnerRow","#masaustu","div[id^=\"native-ads-\"]\ndiv[style=\"margin: 0px auto; margin-top: 16px\"]\ndiv[style^=\"width:1048px;height: 90px;\"]","#globalsun","a[href^=\"/reklam/\"]","#cerceve_rek",".masthead-frame",".topbar",".google-adsense-ad",".ads_row","#tie-block_2579","#tie-block_1497",".adpro",".adcontent","div[class^=\"Ad_leaderboard-\"]\ndiv[class^=\"SkyscraperAd_\"]\nol[data-testid=\"accommodation-list\"] > li[data-testid=\"accommodation-list-element\"] ~ li[class=\"flex items-center justify-center\"]","div[class*=\"FeedOtoPlusGridItemstyles\"]\ndiv[data-test=\"letgoAd\"]","a[href^=\"https://rebrand.ly/\"]",".page-banner-masthead",".bn","#app::before","#sponsor",".sponsor",".headerBanner",".sagReklam",".tabloReklam",".lBannerArea","a[href^=\"https://app.stormgain.com/\"]\np > a[href][target=\"_blank\"]:not([href^=\"http://www.koreanturk.com/\"]) > img",".wpforo-ad","a[href^=\"https://ad.cozumpark.com/\"] > img\ndiv[class^=\"cozum-\"]","#text-20",".thb-ad",".ads-container","a[title^=\"plugins.advert\"]","a[href=\"https://www.centone.com.tr/\"] > img\ndiv[class$=\"banner\"]\ndiv[id^=\"adhouse-\"]\niframe[src^=\"https://web-node-cdn.foreks.com/\"]","#channel_reklam",".w300x250","a[href^=\"https://www.gecemilano.com/\"]",".yeni-bnnr",".hk_bar",".ust-reklam","body > section#primary[style^=\"width:\"][style*=\"height:\"]","#reki","body .ads-skin",".adulu_col-main-ulu","body > div[style=\"display: flex; justify-content:center\"]","header > div[style=\"height: 300px;\"]","center a[onclick*=\"window.open(\"]",".ad-home-masthead-wrapper",".p-bnr",".adbImg","div[id^=\"tv-ads-\"]","#adContentWrapper","div[style=\"min-height:260px\"]\ndiv[style=\"min-height:280px\"]",".local-ads-index","#roadblock",".amp-x-div",".right_sidebar","a[title=\"plugins.advert::advert.widget_advertising\"]","[id^=\"reklamokul\"]:not(#reklamokul2)","#custom_html-6","#custom_html-4","#home-content > div[style^=\"background: rgb(14,33,84)\"]","#custom_html-10","#custom_html-12","#newsRead > div.lholder",".text-center > a[title^=\"plugins.advert\"]","#el-4ed034a2 p > a > img",".qrcode-banner",".sticky-banner","#mail_ad",".banner_text_bottom","div[id^=\"main-billboard\"]",".reklamside","div[align=\"center\"] > a[target=\"_blank\"] > img","#lyr_ads_top2",".head-banner","#sagAds","div.ai-viewports[data-insertion]","div[id^=\"adContainer\"]",".gallery_onu",".partner","div[style=\"display:block;margin:10px 0;height:280px;\"]","#likexajax",".soz_layout_reklam","#mastheadads",".header-top-ads",".adv-link","a[href^=\"https://app.adjust.com\"]\ndiv[id^=\"imgBottomAds-\"]",".htSearchAdWrapper","ul.metin[style^=\"background:#F5F5F5;\"]","a[href^=\"/rdads.aspx?r=\"]\ndiv[id^=\"ads_ta\"]",".singleSag",".row > div.container > div.table-container",".sponsored-card","div[onclick^=\"event.preventDefault();window.open(\"]","div[class^=\"reklamalt\"]",".justify-content-center[style=\"width:100%;overflow:hidden;\"]",".medyanet-right-adv","body .adv-masthead:not(#style_important)","a[rel$=\"sponsored\"]",".kl-icerik > .sayfacik div[style=\"display: inline-block; width: 100%; text-align: center; padding: 10px 0; float: left\"]",".news-item > a[href^=\"https://bit.ly/\"]","div[class=\"right\"] > div[class=\"photo\"][style=\"text-align:center;height:280px;\"]\ndiv[id^=\"ads-div-\"]","div[bvm-banner-id]",".wt-masthead__horizontal",".p-body-inner > div[style=\"width: 100%; display: flex;\"] > a[target=\"_blank\"]",".masaustureklam","div[id*=\"BannerDiv\"]\ndiv[id^=\"event_ad_\"]",".tab > div[class=\"table\"][style^=\"float:left;width:966px;border:2px solid #F0E4BA;\"]",".close_page_skin","div[data-tur^=\"ads\"]",".mastheadcontainer","#footadskpt",".fotlogo > div.text > p > a[href] ~ *","#ustR",".icReklam","#yorumiciReklam",".boxStyle[style^=\"height:\"]","iframe[src^=\"https://ads.inegolonline.com/\"]",".genel > div[style^=\"width: 980px; height: auto; margin:\"]",".player-top-ad a",".ads_aky",".widget-970x250",".widget-336x280",".widget-580x400","#bannerKarosel","#oc_masthead","div[style^=\"background-color:#f0f0f0;padding-top:\"]","#mashedBanner_wrapper","#mansetAlti-container",".page-ads-top","div[data-wbzone-loaded]",".masthead-header","#layout3",".mp-widget",".logoYani","#mainInnerBanner","body .empower-ad:not(#style_important)","img[height=\"250\"][width=\"300\"]",".pull-right > div.box-sidebar",".adv.full-width.pull-left","#tie-wrapper > .stream-item-above-header",".lholder",".article-oads","#masthead-container","div[style=\"clear:both;margin:10px 0; height: 250px;\"]\ndiv[style=\"max-width:328px;margin:10px 0;\"]\ndiv[style^=\"width:60%;float:left;\"]",".centered-banner","a[title=\"bynogame\"]\np[align=\"center\"] > a[rel=\"nofollow\"] > img","#reklamdetay","body > div[class$=\"banners\"]\ndiv[style=\"width:635px; height:110px;padding-top:5px;\"]\ndiv[style^=\" margin-right: auto; margin-left: auto;\\9 text-align: left; padding-top: 0px;\\9 padding-bottom: 10px;\"]\ndiv[style^=\"width:635px; height:10\"]\ndiv[style^=\"width:635px; height:12\"]\nimg[width=\"480\"][height=\"76\"]",".p-body-inner > center > a > img","#brand-skinundernav",".stream-item-top > div[data-advadstrackid]",".add-section","a.homepage-img-728x90[target=\"_blank\"]","#reklamHD","div[class^=\"text-center list-ban-\"]","#sag-reklam","#MenuAlti",".gunun_mansetleri_nativo_ads","body .adInitRemove",".nativo",".content-inner-ad",".currencyAdArea",".dfp-container",".top_banner",".player-ustu-metin > a[rel=\"nofollow\"]","#td-outer-wrap > div[class^=\"mob-\"]",".ads-header",".gameads",".gameadsh","#specialNews","a[href^=\"https://accounts.binance.me/\"]",".rklm_frame",".nokta-ad",".noktaAdRight","#main_content > div[style^=\"height:\"] + center","div[style=\"width:970px; height:250px; margin: 0 auto;\"]",".ths-head-ad","div[id^=\"Banner\"]","#sponsorNewContainer",".advImagePanel","[id^=\"textBanner\"]\ndiv[id^=\"bannerContainer\"]\ndiv[id^=\"interstitial\"]\niframe[id^=\"frmTextBanner\"]",".livescore-banner-temp","#sg-popup","#bgBanner",".main-box-300-250",".tuttur-logo",".sidebar > .mpu",".widget-idda-tuttur",".widget-gpt-ads",".widget-nesine-most-played-coupons",".mpu",".sidebar > .mpu--2",".widget-gpt-ads--topbanner",".widget-iddaa-tuttur-onebytwo",".menu-center > a:not(.menu-rows)[target=\"_blank\"] > img","#live-master > div > div[style=\"float: right; width: 300px; margin-left: 3px\"] > div[style=\"width: 300px; height: 250px; text-align: center\"]","#dvBanner300x600","#dvTutturStickyBanner","#mcklk_ad_bg_image",".baner300x250",".PKBanner","#BuyukUstReklam","#tepebanner",".ag-head-author",".masthead-bus-bnr",".box-adv",".td-ss-main-sidebar > aside[id^=\"custom_html-\"]",".mob-desk","a[href^=\"http://www.sanalbasin.com/\"]",".advert_x_detail",".hBanner",".saniyeli_reklam",".sads-area",".container > .row > .col-sm-100 > #collapse1\n.container > .row > .col-sm-100 > div[style] > button[href=\"#collapse1\"]",".adRendererInfinite","a[class*=\"SideBarBanner\"]\ndiv[class*=\"BannerDiv\"] > a[target=\"_blank\"]\ndiv[class*=\"Bannerdiv\"] > a[target=\"_blank\"]",".xgt-Banner-Kutusu","div[id^=\"ad_below_menu\"]","div[align=\"center\"][style^=\"margin: 0 auto;height:\"]\ndiv[id^=\"eng_brnd_\"]\ndiv[style=\"height:110px;\"]\ndiv[style=\"height:220px\"]\ndiv[style=\"height:250px;width:300px;margin:0 auto;\"]\ndiv[style=\"height:262px;margin:0px auto;\"]\ndiv[style=\"height:270px;\"]\ndiv[style=\"height:480px;\"]\ndiv[style=\"height:800px;\"]\ndiv[style=\"width:300px;height:250px;margin-bottom:10px;\"]\ndiv[style=\"width:300px;height:260px;margin:0px auto;\"]\ndiv[style=\"width:300px;height:620px;margin:0px auto;\"]\ndiv[style=\"width:980px;height:260px;\"]\ndiv[style=\"width:980px;height:262px;\"]\ndiv[style=\"width:980px;height:274px;\"]\niframe[width=\"980\"][height=\"250\"]\nul > li > a[href^=\"https://goo.gl/\"][target=\"_blank\"]",".samCodeUnit.samAlignCenter","#ad-slot","div[class^=\"Reklam-Alani-\"]","#trend-link","center > a[target] > img","a[href^=\"https://www.linkonclick.com/jump/next.php\"]",".sidebar-content > #custom_html-8","center > button.btn2",".wpb_wrapper > div.banneralani1.td-pb-border-top",".adRenderer","a[href*=\"/ads/\"][target=\"_blank\"]\ndiv[class$=\"modal-backdrop fade in\"]\ndiv[class\\\"ads-article\\\"]",".left > p.sakla",".right > p.sakla\n.right > p.sakla + p.note",".dynamic-ads-container","div[id^=\"media_image-\"]",".thb-article-bottom-ad",".thb-sponsored-content-container",".yaziicireklam",".panel-body > a[href^=\"https://cex.io/r/\"]",".col-lg-4 > a[href^=\"http://bit.ly/\"]\n.col-lg-4 > a[href^=\"http://bit.ly/\"] ~ hr","a[href^=\"http://bit.ly/\"] > img","a[href^=\"https://wallet.advcash.com:\"]",".above-header",".space-300x250","#MastheadBanner",".rekbot",".arareklam","#header + .center__row--top",".sidebar__point-status-rk",".news__bottom",".btcturk__banner",".big-point__status-rk",".kanews_widget_ads",".kanews-banner","#babaslik",".dbx-head-full","div[style=\"margin-top: 10px; height: 250px;\"]\ndiv[style=\"margin-top: 10px; height: 310px;\"]\ndiv[style=\"margin-top:10px;height:250px\"]\ndiv[style=\"margin-top:10px;height:310px\"]","div[id^=\"ozel_banner-\"]","body > .ai-track > a[target=\"_blank\"] > img",".sidebar > div[class=\"space-3 flex center margin-bottom-md\"]",".container > div[class=\"space-2 flex center margin-bottom-md\"]","#wrap > div[style=\"margin:0px 10% 25px 10%;min-height: 290px;\"]","a[href^=\"https://beincrypto.com/\"]","a[href^=\"https://www.binance.com/\"]","#custom_html-52",".malker","#rkm-ac",".mh-content-ad",".gridlove-sticky-sidebar > div#gridlove_raklsense_widget-2\n.gridlove-sticky-sidebar > div#mks_rakel_widget-2\n.gridlove-sticky-sidebar > div:not([id^=\"gridlove_posts_widget\"])","#page > div[class*=\"Banner\"]",".theiaStickySidebar > aside[id^=\"text-\"] div[align=\"center\"]","div[class$=\"Reklam\"]",".adv-newsdetail",".icreklam","#SayfaEnUst",".News-Reader-Ad",".ad-blank","[class^=\"ad-zone-\"]",".nativeWidget",".kolay-kampus",".swiper-wrapper > a[data-category=\"advertorial\"]",".RekStyle","div[style=\"width: 300px; height: 250px; overflow: hidden;\"]",".banner_wrapper","#Header_wrapper + div[class^=\"code-block code-block-\"]",".g-reklam",".adbelowpost","#wrSlider",".sidebarAdvertisement",".theiaStickySidebar > div[id^=\"text-\"]","#gp-header-area a[target=\"_blank\"] > img",".werbung","#ads","#FormBottomAdContainer",".AdSection","#solBlok > div[style^=\"text-align: center; width: 100%;\"]","#siteGenel > div[style^=\"text-align: center; width: 980px;\"]",".Y-ReklamBG","#header_right_cell > a[rel=\"nofollow\"] > img",".reklamkutusu","#advertimentbar",".fdsphvn",".hbr-solreklam",".ai-track",".ai_widget",".pub",".body-inner > a[target=\"_blank\"] > .videoDiv2",".mastheadvisisblity",".mustheadmyrealcontainer",".masthead-wrapper",".gralan",".yanreklam",".mur","div[id^=\"block-sidebarreklam\"]",".sidebar-reklam:not(#block-sosyalmedyasidebar)","#block-videoreklam",".ads-ab-dynamic",".index_banner","a[rel^=\"sponsored\"]\nsection > [class*=\"mx-auto\"][class*=\"text-center\"][class*=\"text-xs\"]",".wpfad",".arkaresimmasas",".icreklam > .googleic",".ad-control-left",".ad-control-full:not(#style_important)","div[class^=\"xgt-Banner\"] > ul[class]",".vmagazine_lite_medium_ad",".theiaStickySidebar > #sow-slider-5","div[style^=\"min-height:100px;margin-top:20px;\"]\ndiv[style^=\"min-height:300px;margin-top: 25px;\"]\ndiv[style^=\"min-height:300px;margin-top:20px;\"]\ndiv[style^=\"min-height:350px;width:100%;margin-top:\"]","a[onclick^=\"adThisAfterSet\"]\ndiv[class^=\"DH-Reklam-\"]\ndiv[class^=\"Forum_Anasayfa_YeniMasthead_\"]\ndiv[id^=\"dha_\"]",".banner_with_stats",".incontent_ad","a[data-ad-id]","#adsMoving",".ustMenu1","div[data-reklam_id]",".bg-filigran",".else-news[style=\"border-bottom: 5px solid #ddd;\"]",".righttr > a[href][target=\"_blank\"] > img","a[href^=\"https://oley.com\"]","a[href^=\"https://univa.com.tr/\"] > img\na[href^=\"https://www.sonsaat.com.tr/\"] > img","aside[class^=\"reklam\"]",".my-2",".ws-masthead",".post-ad-title","#haber-detay-reklam","#sub-headline-reklam","div[class^=\"dynamic-ad\"]",".bottom-banner",".bigpara-banner",".menualti",".sticky-sidebar > section#ai_widget-2","div[id^=\"sagareklam\"]","#obi_random_banners_posts",".col-md-12 > div[style^=\"position:absolute;\"] > iframe","div[class^=\"adRes\"]","#benzerler",".rk",".custom-html-widget > div[style^=\"clear:both;margin:10px auto;\"]","a[href^=\"https://www.acilkitap.com/\"] > img\niframe[src=\"https://www.bilgicik.com/iframe/ari_sm/index.html\"]\nimg[alt*=\"reklam\"]",".header-ainfo",".ustaltrek",".site > div.code-block[style^=\"position: fixed; z-index: 999\"]","div[class^=\"banner-widget\"]",".viessmann",".widget-sponsor-slider","header > div.container > div[class^=\"fixed\"]",".bottom-header",".widget-adver",".photo-page-ads",".geniseleman",".code-block > a[target=\"_blank\"] > img","#filmcidayidesktop","div.reklam",".type-ads","body > #panel","#adni_widgets-2","._ning_zone_inner",".entry-content > div[style^=\"margin: 8px auto;\"][style*=\"text-align: center\"] > center",".arsiv-native","a[href*=\"https://kingads.mobi/\"]",".yatay-banner","#wrapperindex > div[style*=\"text-align: center;\"]:not([style*=\"background: #666666;\"])",".ads-height-250",".bitci-bar","div[class^=\"sag-ust\"]","div[data-zone]","div[class^=\"popstk\"]","img[alt=\"Banner\"]","div[id] a[href^=\"https://www.google.com\"]","center > a[rel^=\"dofollow\"] > img","div[id$=\"reklam300\"]","div[class*=\"_greklam \"]","div[style=\"height:265px; text-align: center;\"]","div[style^=\"float:left;\"][style*=\"width:300px;\"]","div[style^=\"min-height:300px;margin-top:\"]",".rrReklam",".altReklam","div[style=\"min-height: 120px;\"]\ndiv[style=\"min-height: 265px;\"]","img[onclick*=\"'Banner'\"]","a[href^=\"https://tr.rdrtr.com/\"]",".kargo-widget",".adace-slot-wrapper iframe",".g1-sidebar > aside[id^=\"text-\"] > div > p > ins[style=\"display:inline-block;width:300px;height:250px;\"]\n.g1-sidebar a[href*=\".binance.com/\"][href*=\"?ref=\"] > img",".post-middle-ad-box",".alt-bant",".anadolu-banner","#custom-super-banner",".sponsored-placeholder",".ad-widget-wrap",".fntKar",".fntLst250","#adsense-size",".header-banner-area",".stream-item-below-header > a[target=\"_blank\"]","#stream-item-widget-3",".side-banner-img","#flashContentAlt",".message-userContent > article + center > a[href][target=\"_blank\"] > img","body .ad-box","#indir > h1[style] > a[href*=\"&utm_medium=banner\"][target=\"_blank\"]","img[src=\"/Content/Eksen/images/380x960_high.gif\"]","div[class^=\"ana-sayfa-manset-ustu-buyuk-adv\"]","div[class$=\"reklam text-center\"]",".mobildegizle",".ortala > div[style=\"width:970px;margin:20px auto;min-height: 90px;\"]",".p-body-sidebar > a[href][target=\"_blank\"] > img",".indexReklam",".reklamBaslikBuyuk","div[class$=\"Sag\"] + div[style^=\"position:absolute;display:block;width:\"]",".mom-e3lan > a[href][target=\"_blank\"]",".toyota-syi-content-bant",".banner-promotions-wrapper",".af-main-banner-featured-posts","#bannerTop",".midiBanners",".videoalt",".videoust",".slider3Widget",".mansetyani","#alt > div.at",".genel_kapsayici > #memoli","#mastheadslot",".galerireklam",".head-advers","div[style=\"height: 90px; margin-bottom: 20px\"]","div[class^=\"shirl-icerikten-\"]",".up-masthead-infinite-item",".single-iframe-bnr",".center-bus-bnr","aside > .sidebarWidget > .textwidget > div[style=\"width: 125px !important;height: 80px !important;\"]",".yaziici-ust-reklam","ad-host",".esnekreklam","#big-masthead","a[target=\"_blank\"] > img[width=\"300\"][height=\"300\"]","div[class*=\"css-ads-\"]",".safirGalleryAds","body .top__area","#reklamana","#js-hook-for-ing-credit","div[id^=\"banner_\"]","[id=\"970x250_hype_container\"]\ndiv[class^=\"masthead-ad\"]",".haber-detay-reklam",".tepe-banner","#ps_ust","#siteSag > div[style^=\"width: 370px; height: auto; overflow: hidden; display: block;\"]","div[class$=\"_reklam\"]\ndiv[class^=\"sol_reklam_\"]","div[class$=\"utuns\"]",".slideads","td[width=\"840\"] > div[style^=\"float:left;width:185px; height:100px;\"]",".gazet-adlabel",".widget_reklam_widget",".banner-wide","a[href=\"http://bortargroup.com.tr\"][target=\"_blank\"] > img",".page_inner_right > div[style^=\" width:230px; height:378; overflow:hidden; margin:\"]","a[href=\"https://kafasozluk.com\"][target=\"_blank\"] > img",".avia-image-container","#news-partner",".swiper-slide > a[href^=\"/reklam/\"] > img",".banner300x600","#tie-block_760",".reklamSonDakika","#dvSagSabitReklam","center > .mob-desk[id$=\"masthead\"]","center > .mob-desk[id$=\"Masthead\"]","#fancybox-wrap","#fancybox-overlay",".controller2 > div[style^=\"float:\"]",".column-two-third > hr ~ a[target=\"_blank\"] > img","img[style=\"margin-top:20px; width:728px;\"]","#sidebar > a[target=\"_blank\"] > img\n#sidebar > center > a[target=\"_blank\"] > img",".RekStyleA",".reklam5","#xqadnan","img[width=\"160\"][height=\"600\"]",".e3lan-top",".tower_adv_left",".backstretch",".sinyazisonu1orta",".arkaresimm",".arkaresimmasa",".live-broadcast",".googleSabitRkl",".box_reklam",".yust",".theiaStickySidebar","#tie-block_1992","div[class^=\"reklam-alani\"]",".ust1[style=\"height:250px;text-align:center;\"]",".mobilgoster > a[href] > img[src^=\"/reklamlar/\"]",".PageWidth .default-widget > a[href][rel=\"nofollow\"]","div[style*=\"width:678px;\"][style*=\"height:90px;\"]\ndiv[style*=\"width:991px;\"][style*=\"height:135px;\"]",".ads-drive-host","div[class^=\"bigbanner_\"]\niframe[src^=\"https://ad.doubleclick.net/\"]","#div_reklam","a[href^=\"https://axitrbilisim.com/\"]\nimg[width=\"727\"][height=\"91\"]","img[width=\"970\"][height=\"250\"]","div[style^=\"text-align: center;\"][style*=\"width: 980px;\"][style*=\"overflow: hidden;\"]",".arkaresim",".container > a[target=\"_blank\"] > img",".wpb_wrapper > div.td_block_single_image:not([data-td-block-uid])",".banner > p > a[href]:not([href^=\"http://www.detaykibris.com/\"]) > img[height]:not([alt^=\"twitter\"]):not([alt^=\"facebook\"]):not([alt^=\"google\"])\n.banner > p > img","a[href^=\"https://tr.rdrtr.com/\"][target=\"_blank\"] > picture","a[href^=\"https://www.samsungazetesi.com/banner.php\"]",".adx-300",".tepe-manset > a[target=\"_blank\"] > img","div[class*=\"rklm-\"]","a[href^=\"http://www.marashaber.com.tr/banner.php\"]",".kolon10 > .float-right img[alt*=\"reklam\"]",".leftC > .videoalt",".sidebar_inner > #custom_html-13",".advers-box","body .billBoardFrame","#id_d_bantreklam","#banner-masthead div[id^=\"medyanet\"]",".site-content > div[class^=\"site-\"]","div[style*=\"width: 980px; height: auto; margin: 20px\"]",".haberDetayIcerik > div[style^=\"margin-right: 10px; float: left;\"]","#siteSol > div[style^=\"width: 728px; height: auto; margin: 20px\"]\n#siteSol > div[style^=\"width: 780px; height: auto;\"]","#siteSag > div[style^=\"width: 370px; height: auto;\"]","#haberAlani > div[style^=\"width: 100%; height: auto; overflow: hidden;\"]",".mainMastheadBg","div[id^=\"ENGAGEYA_WIDGET_\"]",".container > div[style=\"width:980px;margin:0 auto;height:250px;\"]",".news-detail .adv","a[href=\"https://www.kodlabuyu.com/\"]",".sag-kayan",".bannerwidget","#leaderboard",".splash_box",".splash-box",".ara-reklam-wrapper","div[class^=\"tekno-banner\"]","a[href=\"https://www.asyasu.com.tr/\"]",".advert-o-desktop",".bandReklam","div[style=\"width:610px; height:250px;\"]\niframe[name=\"vatanref\"]","#masthead-reklam",".reklam-button",".reklam-item","#__next > div > div[class*=\"-\"] > a[rel^=\"nofollow\"][target=\"_blank\"]","div[data-nokta-zone]","a[rel*=\"sponsored\"]","a.yazisonu_banner",".desktopHeaderBanner",".hResim > a[href*=\"&utm_campaign\"] > img",".probi-sticky",".wh_ad_inner","footer h3[style=\"text-align: center;\"] > span[style=\"color: #999999;\"] > strong\nfooter p[style=\"text-align: center;\"] > a[href][target=\"_blank\"] > img","td[align=\"center\"] > a[href][target=\"_blank\"] > img",".widget_custom_html a:not([href^=\"https://bakis.bg/\"]) > img",".banner-img","div[class^=\"ads--\"]",".logoYaniReklam","#advBillboard",".k2_ad","#topbannerpagewrapper",".solcolonreklam",".gamer_ads","a[target=\"_blank\"]:not([href^=\"http://www.ciftlikdergisi.com.tr/\"]) > img",".row > div[style=\"margin-top:-10px\"]",".banner-box","div[id^=\"medyanet/\"]",".temp_interstitial_ad","#homePopup","p > a[target=\"_blank\"] > img","#detaybar > div.engin06",".row > div.justify-content-center.d-flex.align-items-center[style*=\"px\"]:not([id])",".bg--gri[style=\"padding: 10px 0;\"]","#tam-ekran-reklam","a[href^=\"tel:\"]",".blok-reklam","#tepereklam","div[data-zone][style^=\"width:300px;height:250px;\"]\ndiv[data-zone][style^=\"width:320px;height:100px;\"]","img.disabled[width=\"250\"][height=\"90\"]\nimg.disabled[width=\"300\"]",".rightBox > div > a[target=\"_blank\"]",".ad-right-area","a[href=\"https://apps.facebook.com/canakokey/\"]\na[href^=\"https://app.adjust.com/1hy437i\"]","img[alt^=\"reklam\"]",".beyaz > div > p > img\n.beyaz > div > p[style=\"text-align:center\"] > img","span[style^=\"font-family:Verdana\"] > .floatleftle > a > img","#popupCampaign\n#popupCampaign ~ div#dynamicDarkScreenDiv","body .adv-wrapper:not(#style_important)",".splash-popup","div[id^=\"nuifm-\"]",".message-body > center > a[target=\"_blank\"][href^=\"https://discord.gg\"]",".tpaw0",".addss",".splashAds","div[itemprop=\"articleBody\"] > div[style^=\"margin-right: 10px; float: left;\"] > a[target=\"_blank\"] > img\ndiv[style$=\"height: auto; margin: 20px auto 0px auto; display: block; text-align: center; overflow: hidden; position: relative;\"] > a > img","#siteSag > div[style^=\"width: 370px; height: auto; overflow: hidden;\"] > div > a > img","#adv","a[href^=\"//www.acilkitap.com/\"]\ndiv[class^=\"bannerBloc\"]",".left-ads-area","div[style^=\"width:990px; height:90px;\"]",".sgpb-popup-dialog-main-div-wrapper",".spu-bg",".spu-box",".sag-banner",".site-modal",".top-banner","#sidebarbanner","#block-agrippa-faturaodetumurunlersonucbilisim-area",".bc_random_banner",".hdr-reklam",".widget-list-ads",".theiaStickySidebar > #text-10\n.theiaStickySidebar > #text-4\n.theiaStickySidebar > #text-5","#lock > div[style] > a[href][target=\"_blank\"] > img",".popup",".sag_in > div[class*=\"300x250\"][style*=\"width: 300px\"]","a[href^=\"https://kingads.\"]",".gallery-banner","#stickyBanner","body > div[align=\"center\"] > a[href][target=\"_blank\"] > img",".betvigotop","td[valign=\"top\"] > font[size] > table[cellpadding] + a[target=\"_blank\"] > img\ntd[valign=\"top\"] > table[width][style] + a[target=\"_blank\"] > img",".news-detail_advertorial",".reklam-row > .rro-col > .rro-bg > a[href][target=\"_blank\"] > img","header > .logo-banner .pull-right a[href][target=\"_blank\"] > img",".reklam-sidebar",".reklam-yatay-yeni-footer2","a[href*=\"&utm_campaign=\"][target=\"_blank\"] > img[src*=\"banner\"]\na[title=\"reklam\"][target=\"_blank\"]",".reklam-orta-728-90","a[target=\"_blank\"][rel=\"noopener\"] > img.aligncenter",".reklammain",".adace-after-paragraph",".header-promo","div[class$=\"reklamalanı\"]",".widget_media_image > a:not([href*=\"kobiyasam\"]) > img","a[href^=\"https://www.hostg.xyz/aff_c\"]",".advert > p","#_bottom_content_bottom a[href^=\"https://ykl.co/\"][target=\"_blank\"] > img",".adcontainer","aside[class=\"td_block_template_1 widget widget_text\"]",".homepage-widgetarea > div#media_gallery-3\n.homepage-widgetarea > div#media_gallery-6","a[href^=\"https://bitly.com/\"]\na[href^=\"https://serve.for.com.tr/server/redirect.php\"] > img",".adv-height250","#maxAdContainer",".bu-ad","div[class*=\"advertisement-\"]","#sidebar-right > #custom_html-20",".adbetnetwork","div[class$=\"-rek\"]","div[id^=\"stnz_topBanner\"]",".stnz_reklam_blok","#stnz_middleContent > div[style=\"text-align: center;\"] > pre + div",".onreklam","div[id^=\"selectedBroshuresAd\"]",".wide_banner",".haber-reklam","div[id^=\"lounge-\"]",".c-banner__element",".u-flex-justify-center div.l-grid__col a > img","img[alt=\"Ad\"]","div[class^=\"k_reklam\"]","#text-21","div[style=\"margin:0 auto 20px; height:280px;\"]\ndiv[style^=\"text-align:center;\"] > div[style^=\"margin:\"][class^=\"hide-on-\"]",".container > div[class=\"row mb-2\"] > img",".mainsliderads","div[class*=\"_ads_\"]",".main_cats_bottom_1 > img",".sagrek",".icReklamOrta",".reklam-body-left1",".container > .intitation > div[style^=\"background-image:\"]","div.hbrad","div[align=\"center\"] > a[href][target=\"_blank\"] > img",".last-sidebar-right > img[alt=\"Reklam\"]\n.last-sidebar-right > img[width=\"100%\"][height=\"70%\"]",".currency-backed > .currency-left > img[data-src$=\"/ünal.gif\"]","#IcerikReklam","a[href^=\"https://www.haber61.net/banner.php\"]",".zozo_ads_widget",".newser-artical-bottom-ads","#banner",".haberdetayReklam","#header-inner .container > .navbar-header + a[href][target=\"_blank\"] > img",".block-content-inner > .row > #body_div_diger > a[href][target=\"_blank\"] > img","div[class^=\"sol_banner\"]",".left > div > a[href=\"https://www.toyotakocaelikaya.com.tr/\"]",".dikey > p > a[href][target=\"_blank\"]",".theiaStickySidebar > .tb-block > a[href=\"https://www.VitaminDuragim.com/\"]\n.theiaStickySidebar > .tb-block > a[href][target=\"_blank\"] > img","div[class$=\"-adva text-center\"]",".banner-row","img[alt=\"banner\"]",".news-banner-container","img[data-src^=\"https://www.kibrispostasi.com/imagecache/banner_\"]","#modal-ads.in ~ .modal-backdrop","div[class$=\"-banner\"]\nimg[width=\"1440\"][height=\"570\"]","img[width=\"510\"][height=\"150\"]",".mastheadx",".reklamayar",".yazi_1_r_ma",".mobil-r-mb15",".blok-ust-r-ma",".notifyModal",".content-container > div.ad-placement-header-footer",".menualtireklam","#playex > a[href][target=\"_blank\"] > img","#dt_contenedor > a[href][target=\"_blank\"][style]",".yapisikreklam2",".ASD","div[id*=\"soldasabitdesktop\"]",".right-ads-area","body > a[href][target=\"_blank\"][rel=\"noopener\"] > img",".konuiciReklam",".adsbig","#content > div.post > center","#wrapper > header + div.container > div[id=\"content_section\"] > div.container",".body_wrapper > div[id=\"pagetitle\"] + div[id=\"news_mod-block\"]",".pageContent br + table[style=\"width:100%\"]",".wrapper > div[id=\"prostats_table\"] + table.tborder",".uc-ads",".fulladsd",".kapla > .icerik > p > img[src$=\"enerya.png\"]","div[class^=\"ad-space-\"]","#testslider",".related-news-container",".ustbar",".onerilenler","div[id=\"sag_rek\"]\ndiv[id=\"sol_rek\"]","iframe[src^=\"https://gedik-cdn.foreks.com/\"]",".other-ads-container",".gamer-ads-container","a[class^=\"\\\"trkvzbnr\"]\ndiv[id=\"id_d_970x250\"]","div[class*=\"-banner-\"]",".haberorta",".habersag",".mansetaltisol",".bannerhaberalt",".footerrek","#ad_global_below_navbar",".content-in-ads",".threadList > div.head + form[action] > div.announcements ~ div[class][data-type]",".asd","div[class^=\"googlead_\"]\ndiv[style=\"position:relative;float:left;width:492px;\"] > a > img","div[id^=\"bultenbanner\"]\niframe[src=\"https://hibya.com/banner.htm\"]","div#medimagazinreklam_hype_container","#page-body > div[id=\"p\"][class^=\"clearfix\"]","img[width=\"150\"][height=\"600\"]",".sidebar > div.koseyazarlari + div.widget","img[style=\"width: 678px; height: 60px;\"]\nimg[width=\"325\"][height=\"325\"]\nimg[width=\"330\"][height=\"60\"]\nimg[width=\"678\"][height=\"90\"]",".sol_reklam",".fixed_banner",".ss-outer-wrap","div.best-of-best",".ccp-top",".icerik_detay > div[style^=\"float:left;\"] > a > img",".ic_alt_reklam","div[class^=\"bannerzone\"]","img[width=\"330\"][height=\"466\"]\nimg[width=\"336\"][height=\"196\"]",".solsabit",".sagsabit",".reklamalani-1",".rklm-box","#acilisreklam",".p-body-sidebar > a[href=\"https://www.elitnet.com/\"] > img",".singleContent [class^=\"btnads\"]",".ad-single",".afc_popup","div[class^=\"arena-\"]\nimg[width=\"1200\"][height=\"200\"]","img[width=\"300\"][height=\"300\"]","#panels > div.sidebarWidget.safirBox",".theiaStickySidebar > div.homeWidget.safirBox",".container > .rPanel > a[href][rel*=\"nofollow\"] > img\n.container > div[class^=\"rc\"] > div[class^=\"rd\"] > a[href][rel*=\"nofollow\"][target=\"_blank\"] > img","a[href^=\"https://kenttv.net/reklam/\"]",".hbaAdv",".backupContent","#dvReklamPaneli","div[id*=\"dvAltReklam\"]","#p900y100 > .breaking-news-ticker ~ .div > div[style=\"width: 100%; text-align: center;\"] > #jcarousel2",".col-4 > .space-250","#ads_fixed","#advertisement",".above_body > div.navigationWrapper + div[class] > div[align] > a[target=\"_blank\"] > img","body > div.fancybox-mobile","a[href][target=\"_blank\"] > img[alt=\"banner ad\"]","div[align=\"center\"] > a[href][target=\"_blank\"][rel=\"nofollow\"]",".d-reklam","#modal-ads ~ div.modal-backdrop",".col.pr-0 a[href][target=\"_blank\"] > img",".blossomfeaturebox","#haberAlani > div[style*=\"width: 100%\"][style*=\"float: left\"] > div[style*=\"width: 728px\"][style*=\"overflow: hidden\"] > a[href] > img",".blok_reklam",".theiaStickySidebar > div.yanmenu > div.textwidget","ins[id^=\"rkm-ana-\"]","#reklambandi",".dikreklamsol",".dikreklamsag",".a-single","div[style=\"width:640px; height:320px;\"]\ndiv[style^=\"width:970px; height:\"]",".banner-alani",".adflashsag",".banners-index","#sagdakayan",".post_reklam",".blokreklam-dis",".ustmansetreklam","a[target=\"_blank\"]:not([href*=\"kadikoylife.com\"]) > img[alt]:not([srcset])\nimg[width=\"1150\"][height=\"125\"]\nimg[width=\"1170\"][height=\"360\"]\nimg[width=\"780\"][height=\"100\"]\nimg[width=\"780\"][height=\"96\"]",".footerAdArea",".theiaStickySidebar > aside[id^=\"text-\"]","#logoright > a[rel=\"nofollow\"]","div[id^=\"gridlove_adsense_widget\"]\ndiv[id^=\"mks_ads_widget\"]",".arkaplan-giydirme","div[class^=\"reklamalan\"]","#manseyansagreklam","div[style=\"width:300px; height:250px; margin:;\"]\ntd[width=\"300\"][height=\"175\"]\ntd[width=\"300\"][height=\"600\"]\ntd[width=\"660\"][height=\"250\"]\ntd[width=\"980\"][height=\"245\"]",".masthead-banner",".ad-banner-big","#\\33 00x250Reklam",".sidebar > .widget > a[href][target=\"_blank\"]:not([href*=\"islamveihsan.com/\"]) > img",".blokrek","div.ad",".Banner",".popular-section-ads",".hot-news-ads2","#metin > a[href=\"https://abone.evrensel.net\"]",".top-add-section",".haber-reklam-detay",".gallery-post-item > a[rel=\"nofollow\"] > img\n.gallery-post-item > a[rel=\"nofollow\"]:not([href^=\"https://dostbeykoz.com/\"]) > img",".sidebar-add-place",".Reklam_001","a[href^=\"http://bit.ly/\"][target=\"_blank\"] > img",".haberaltibanner",".adx-shadow","#saniyeli_reklamx",".all-header-reklam","#vidyome-containeradContainer",".once-reklam a[href]",".adsbynokta",".reklam-haber-detay","a[href][target=\"_blank\"] > img","#reklamalani3",".fiori-container > div[style=\"text-align:center\"] > div:not([class]):not([id]) a[href][target=\"_blank\"] > img",".yensag",".yheaderreklam",".entry-content > div.be-read-views ~ p > img[srcset*=\"-212x300.jpg\"]",".google_ust",".submengoogle","#header-alt-reklam","#hybrid-badge",".ads-max-height-600",".sagblok","marquee",".konulisteTextReklam","a[href^=\"https://menuburada.com/reklam-zipla.php\"]",".tepereklam","div[class^=\"strrklm\"]",".widget a[href=\"http://yotel.com/\"] > img",".rek:not(.haber_rek)",".FrmmknAdvertising","iframe[src=\"https://www.animex.club/reklamEngine.php\"]",".adversAreaa","#content > div.content-adsense > a:not([href=\"http://erzurumajans.com/\"]) > img","img[width=\"300\"][height=\"400\"]","#sagsabitle > .blokccs[style*=\"background-color:\"]",".lgx-logo-slider-wp","#sidebar-before-content > div.templatic_text","#templatic_text-72",".reklam_videosu",".amp-ad","img[width=\"300px\"][height=\"250px\"]","div[id^=\"block-anasayfareklam\"]\ndiv[id^=\"block-views-block-reklam-\"]","#top_banner","#sidebar-topbanner","div[style^=\"width:300px;\"] > div[style]",".firmad",".ap-930x100",".ap-300x400",".ap-615",".single_loop > a[rel=\"nofollow noreferrer\"] > img",".spon","video[src*=\"_970x250.\"]","body .sidebar-partner",".news-box > a[href][target=\"_blank\"].block > img",".header-img > a[href][target=\"_blank\"].block > img","div[style*=\"width: 970px;height: 250px;\"]","div[style^=\"width: 728px; height: 90px;\"]",".sagSabitKose",".ziledoviz",".haberler-grids > .haberler-item#milliyet_widget_div\n.haberler-grids > .haberler-item#widgetet\n.haberler-grids > div[class^=\"haberler-item\"][id^=\"widget_div_\"]","div[class*=\"Reklam_\"]",".ayrac","a[href*=\"torku.com.tr/\"]",".widget_custom_html",".big_banner","a[href^=\" https://www.ford-helvacioglu-mugla.com/\"]",".popup-window",".popup-overlay","a[href^=\"http://bit.ly/\"]","#mvp-leader-wrap",".bottomBanner","#rec-full-block",".top-banner-area",".bannergroup",".haber-ici-1_greklam","div[class$=\"reklam\"]",".leaderboard-1-banner",".masted-reklam-alani",".skitter-large-box",".row > div[class^=\"col-md-\"] > div.well > a[target=\"_blank\"] > img","center > a[rel=\"nofollow\"] > img",".fixed_ads",".adace-sponsors-box",".adace-slideup-slot-closer",".ad-channel","#sabitSagAds","#sabitSolAds","#reklamTepe","#kapatReklam","#logoSagi","#zzz","div[class^=\"ilan_tahtasi\"]","div[class^=\"haber-ici-1-adv\"]\ndiv[class^=\"mi-banner-layout\"]","div[itemprop=\"articleBody\"] > div.code-block-1","div[class^=\"rklm-\"]",".video-ad-container","body .CM_pageskin",".banner-animation","#stream-item-widget-16","#header-cont > #banner > img[src^=\"https://i.hizliresim.com/\"]","section.sidebarWidget.nativeWidget > .textwidget > p > img[src^=\"https://i.hizliresim.com/\"]",".sectionAd",".searchHeaderAd",".bgads",".samBackground > a[href][target=\"_blank\"].samBackgroundItem","#DetailMtrxCentre > div#quiz_masthead[style^=\"width:970px; height:250px;\"]",".u-ads",".sagads",".Ad",".ikili-reklamlar",".mutlu-aku-banner","#js-hook-for-kocfinans-credit",".add-banner",".col-lg-3 > .add > a[href][target=\"_blank\"] > img","li[id^=\"grand_news_custom_ads-\"]","div[class^=\"ad-\"][class*=\"-prod\"]",".inner-box > .row > .col-12 > div[style=\"width: 920px; height: 180px;margin: 20px auto;\"]\n.inner-box > .row > .col-12 > div[style=\"width: 970px; height: 200px;margin: 0 auto;margin-bottom: 20px;\"]",".yaris-widget",".zebramo-screen > div.row > div[class] > a[target=\"_blank\"] > img",".sag-blok-hava-durumu-ustu-adva",".container > div[class^=\"ana-sayfa-\"][class*=\"-buyuk-adv\"]",".ad-970x250",".page > section.manset-wrap > a[href][target=\"_blank\"] > img",".pageSkinOrta","img[width=\"300\"][height=\"600\"]",".tavan_reklam",".haberDetay_reklam","div[id^=\"advertising-\"]",".HeaderAdvertising",".advertising728x90_MansetAlti",".body-clickable",".Ads-L",".CS.Last > .CXL.Mag",".widget_bt_banner_widget",".rekFull",".article-detail-right > section.new-article-box",".skip-intro",".ustreklamgrubudesktop",".reklam300x250","div[id^=\"reklam_250_\"]",".inlineAdsG",".anasayfaustreklam",".headerrek",".sidebar > a[href][rel=\"nofollow\"] > img",".webmobile > a[href][rel=\"nofollow\"] > img","div[class^=\"ads_\"]","ins[id^=\"rkm-\"]",".analysis-banner","center > a[href][onclick][style^=\"width\"]",".banner_970",".cb-block","div[id^=\"ads-\"]","#melbet",".add-inner",".headline-ad","#custom_html-5","#reklambuyuk","body > div[class^=\"pageskin-\"]\ndiv[class^=\"corpad-\"]",".home-full-banner",".single-ad-top",".main-adsense",".home-adbox",".bik-ad",".smart-ads",".solreklam",".inner-right-ad-300",".tepe-alan",".Banner320x50:not([href^=\"https://api.whatsapp.com\"])",".Banner320x100",".adver_custom",".custom_advert_right",".newsbox_sidebar_ads",".newsbox_sidebar_ads_single",".adv-600",".container > div > a[href^=\"http://bit.ly\"]","#ivr-reklam-text",".masthead-content","body > div[style=\"text-align:center\"]\nimg[src^=\"https://gmag.com.tr/wp-content/uploads/\"][src*=\"/banner_\"][src*=\".gif\"]","div.code-block > a[target=\"_blank\"] > img",".jeg_ad","a[href^=\"http://www.nefesgazetesi.com/banner.php\"]","#advertising_load_area",".banner > a[target^=\"_blan\"] > img","#pre_video","div[class^=\"singleAd\"]",".megaBanner","#custom_html-3",".btbg",".mansetyanitekli-x","#de_reklam",".sagyan_reklam","div[class$=\"_reklam_160x600\"]","ul[style=\"width:400px; height:300px;\"]","#add-popup",".md-overlay",".left-side > a[rel=\"nofollow\"]",".right-side > a[rel=\"nofollow\"]","img[alt=\"Advert\"]","#tie-block_2405",".stream-item-top-wrapper","p > a[rel=\"noopener\"] > img:not([alt^=\"sosyal\"])",".td-adspot-title",".pub_code",".side_pub > a[href]:not([href*=\".saglikaktuel.com\"])[target=\"_blank\"] > img","a[href*=\"banner.php\"][target=\"_blank\"] > img","div[class^=\"ad-control-\"]",".ifBanner300x250","#pageFull > .wrap950u.mTop10","a[target=\"_new\"] > img:not([src*=\"whatsapp\"]):not([facebook])","div[style=\"clear:both;height:30px\"]","div[id$=\"-banner\"]","#manset_ile_gundem","#vitrin_ile_astro","center > a[href*=\"://bit.ly/\"] > img\ncenter > a[href][target=\"_blank\"][rel].external > img\niframe[src^=\"https://www.obilet.com/widget/\"]",".grids > div[class] > .sidebar","center > p[style=\"background-color: #e7e7e7; color: #F00; font-weight: bold; font-size: 18px; text-align: center;\"]",".thecontent > .code-block > a[href][target=\"_blank\"][rel].external > img\n.thecontent > div.code-block > a[data-wpel-link=\"external\"] > img","#fadeinbox",".advertising","#advertising_div","div[class^=\"netr0nRadyoYanReklam\"]",".td-ss-main-sidebar p > a[href] > img",".widget-banner",".ortaKategori1Reklam",".header_big_advert","div[class^=\"ui-popup\"]",".main-menu > .main-menu-item > a[href=\"http://ekonomi.haber7.com/kobi\"] > img",".sidebar > .widget > .textwidget > *:not(.sossy-social-profile) > a[href][target=\"_blank\"][rel] > img",".td-all-devices > a[href^=\"http://bit.ly/\"] > img",".ap-xsr",".apw-xbt",".apw-xbl",".apw-xbr",".ap-940x100",".ap-928X96",".ap-450x400",".geoit_popup_ade","center > a[href=\"https://www.dekolte.net\"] > img",".footer_fixed_banner","a[href*=\".rdrtr.com/aff_c?\"]","div.ads",".ustreklammasa","#highlights_suslu li.url-highlight",".ads-page-skin",".p-body-sidebar > .samCodeUnit",".nsi_add",".banner300Soru","#ads728and250","#header2 > #coco2","p > a[href]:not([href^=\"https://gsmturkey.net/threads/\"])[target=\"_blank\"][rel=\"noopener\"] > img",".ads-row","div[class=\"con pt30 pt10-sm\"] > div.row > div[class=\"col c-rsilan order-6\"]",".flex-row > .col > aside[itemtype=\"https://schema.org/WPAdBlock\"] + .cl10",".NewsContent > .RelatedNews","div[style=\"margin:10px 0px;\"] > fieldset[style=\"border: 1px solid!important;padding:10px;color:8a8a8a;\"]",".gl-advert","div[data-wbzone$=\"extlink\"] > div#id_m_textlink","div[data-mbzone$=\"extlink\"] > div#id_d_textlink","#scrolladsbanners",".mitsubishi-link",".banner_main",".ad52-container","#main_container > a[href][style][data-type=\"page_skins\"][rel=\"nofollow noopener\"]\n#main_container a[id^=\"product_detail_ad_\"]",".pageSkin",".container > div.row > a[rel=\"nofollow\"]","a[href^=\"https://www.dunyabizim.com/banner.php?\"] > img","body > #printlogo + div[class=\"container tb-block mt-10 mb-10 block-1\"]",".paratic_sidebar > a[target=\"_blank\"][title]",".sadece-mobil","div[style=\"margin:28px\"] > center > b > a[href][target=\"_blank\"]",".textbox#current[style^=\"float: left;\"]",".banner_wrapper > a[target=\"_blank\"] > img[alt=\"Sözcü Plus\"]",".splash",".advrs",".col-2x > .widget-slider","#reklam2",".reklam4","#sag > .s > img[src^=\"/images/372x\"]\n#sag > .s5","a[href^=\"http://www.bolgevizyon.com.tr/\"]\ncenter > a[href=\"http://www.sakaryagazetesi.com.tr/iletisim/\"] > img",".mi-banner-layout1","[data-aaid=\"\\\"ad\\\"\"]","#header-text-nav-container > div[style*=\"width:100%;height: 250px;\"]","#pskinad",".banner-side",".header-banners",".ads.dev-detail-ad-template",".samCodeUnit",".rightColWrap > div[class=\"col-sm-12 col-xs-12 pad0 border1 pad30 marTB20 text-center\"]","div.adpro",".index_sub_headline[style=\"height:230px; width: 780px; overflow:hidden; margin:0 auto; text-align:center;\"]","div[style=\"width:100%; height: 280px; margin:0 auto;margin-bottom:5px;\"]\niframe[src^=\"/advertisement/\"]",".h80-reklam + div[style*=\"width:100%; height: 280px;\"]",".post_list_banner",".g-ad-t",".g-ad-y","iframe[src^=\"/pages/ad.aspx?adLoc=\"]",".sag336-reklam","#side iframe[src^=\" http://www.emlakeki.com/\"][src*=\"banner.aspx?ref=\"]","#single_1_aciklama_alt","#film > div[class*=\"-metin\"]",".menuustu-reklam",".post-content > div.wpcf7[role=\"form\"]","#solkisim > div[style=\"text-align:left;width:300px;height:250px;padding:10px;background:none;\"]",".col-md-4 > .adblock",".left-bnnr",".right-bnnr",".addy",".top-header-banner","section.header nav .sponsor","body .adsbygoogle","#ad_global_below_navbar > .alt1 > div[align=\"center\"] > a[href*=\"banner\"][target=\"_blank\"] > img",".banner_320x50",".picangle > .konuz > a[href][target=\"_blank\"]",".sponsor-container",".dt_banner",".widget > .add",".row .text-center > a[href][rel=\"nofollow\"] > img","body > div[class$=\"-side hidden-xs hidden-sm\"] > a[href][rel=\"nofollow\"] > img","#Anasayfa","#firma-rehberi",".c-adblok","#thb-infinite-article > .section-grey","#stream-item-125-widget-7","#stream-item-widget-15",".stream-item-below-post-content","#wrapper > .above-header","a[href^=\"/banner-gosterimi?id=\"]\ndiv[id^=\"div-gpt-ad\"]",".virgul-ad","#nativeAd",".adv-content-inner-full",".advBox-s-type-300-250",".bellona-overlay",".headline-slider .slick-track a[href^=\"http://www.haber7.com/advertorial\"] > .image","#adidm_reklam",".advers",".ads-300x600","#sidebar > aside#text-19",".homepage > aside#text-21","#Header-Banner-Masthead",".ad-ver-ti-se-ment","#widgets-wrap-sidebar-right > #custom_html-3",".adsbox","#sidebar_reklam_alan",".col-md-9 > .horizontal-place",".sol_sidebar a[href] > img:not([alt])","#sidebar > #black-studio-tinymce-11\n#sidebar > #black-studio-tinymce-12\n#sidebar > #black-studio-tinymce-13\n#sidebar > #black-studio-tinymce-14\n#sidebar > #black-studio-tinymce-5\n#sidebar > #black-studio-tinymce-6","#altSreklam",".filmicerik > center > a[target=\"_blank\"] > img",".top-banner-wrapper > .top-banner","td[width=\"130\"]:first-of-type > br:first-of-type","#sagblokfix > div[style*=\"width:300px;height:250px;\"]",".elementor-image > a[target=\"_blank\"]:not([href*=\"kadikoylife.com\"]) > img[alt]",".td-main-content-wrap > img[alt][width]","div[class$=\"advert\"]","#ebolax_div",".featured",".content > .inbar","._commercial","#bannerClick\n#bannerClick + div.image",".midleft > [id][style=\"width:336px;height:280px;\"]:empty",".banner > .cls-pn-ad","img[alt*=\"sponsor\"]","#main > #post-entry",".tb-block",".mm-page > div[class=\"container-fluid y100 hidden-xs\"]","#inner-wrap #logo-wrap > #logo\n#inner-wrap > #bio",".tribe_image_plus a:not([href*=\"edebiyathaber.net\"]) > img","div[class^=\"widget_banner_\"]",".detailp > .img_position_left",".post-body > .img_position_left",".popular-products","#text-html-widget-2",".singleAd2","div[id^=\"dhascript\"] img","iframe[src^=\"https://ad.yemeksepeti.com\"]","#text-2","#soldakayan",".rstboxes",".fulladds",".extra-banwrapper","#advancenative","#adsupp-div",".adFirst",".textFrame > .advert ~ .textlink[banner-zone]","#text-17",".adsbygoogle",".nativeBanner","iframe[src^=\"https://a-ssl.ligatus.com/\"]",".rb-adv",".wrap > div#menugoster[style=\"text-align:right; cursor:pointer\"]",".menu > ul > li[style=\"margin-bottom:10px; padding-left:10px;\"] > img",".video-player ~ .current-slide-sidebar > .current-slide-right-sidebar","#maltreklamsef","#ResultsContentRight > div[style*=\"width:300px;\"][style*=\"height:250px\"]","#sidebar-right > #inner-left > #magman_widget_text-5\n#sidebar-right > #inner-left > #text-13",".block-image > a[target=\"_blank\"] > img","a[href^=\"https://www.haber46.com.tr/banner.php\"]","body .ads",".ligatusAdvert",".amp-dfpslot",".w620-ad",".ad-right-block",".ad-double-300x250",".detail-first-ad",".detail-second-ad",".main-menu-item > a[href^=\"http://bit.ly/\"]","a[href^=\"/reklam.php\"]","#ustuzunreklam",".cizgi_film_kare_tanitim",".add_middle_cont","div[class^=\"ad_type\"]\ndiv[id^=\"ad275x145\"]","#div_300_250_top","#div_728_90_top","#div_300_250_center",".adIDM","#right a[href=\"http://www.teknobeyin.com/reklam\"] > img","body .td-header-wrap .td-g-rec-id-header > .adsbygoogle","body .td-header-style-12 .td-g-rec-id-header .adsbygoogle","div.text-center.columns > a[target=\"_blank\"] > img[alt]",".entry > div[style*=\"padding: 5px;\"][style*=\"margin-bottom: 10px;\"][style*=\"margin-top: 5px;\"] > center","#custom_html-2",".mad",".u-bottomFixer","div[class$=\"kulereklam\"]","#rklm-sayfaustu","#girisReklamalani",".single_makale_basi_reklam",".bolum-sponsoru\n.bolum-sponsoru + .b1d",".ad-banner-type-728-90",".r302",".anadiv > .ust22[style]",".reklam-sagbant","#ad-haber-alti",".bgtiklansin",".news-box > .cas-inner > a[href^=\"http://bit.ly/\"]\n.news-box > a[href^=\"http://bit.ly/\"]",".header_720x90v2",".sidebar-reklam","a[href*=\"/earn.php?\"]","div[class*=\"ereklam\"]","#sagBlok img[width=\"300\"][height=\"250\"]",".economy-ad",".subhead-ad",".multimedia-ad",".vce_adsense_widget",".rmedia","div[class^=\"brn-ads-\"]",".right-column > div[style*=\"height:600px\"][style*=\"width:300px\"]","#main-ads","#yan > div[style*=\"auto;box-sizing:border-box;border:#ddd\"][style*=\"width:200px\"]:not([class]):not([id])","#rklmpst",".samBannerUnit",".header_banner",".theiaStickySidebar > #meta-2","#gdad_leaderboard","#sabit_reklam","#ozel_reklam","#content > div[style*=\"height:250px\"][style*=\"width:\"][style*=\"margin-left:\"]","div[id^=\"gdad_\"]","#article-banner","div[id^=\"para\"]","#adds",".ban300x250",".adControl","#Masthead","a[href^=\"http://notoskitap.com/\"][target=\"_blank\"] > img","#kt_2","div[class^=\"code-block code-block-\"]",".adv300B","#custom_html-26",".alt1 > a[href=\"https://wmaraci.com/reklam\"][title=\"reklam\"]\n.alt1 > a[href^=\"https://wmaraci.com/w/palmara\"] > img\n.alt1 > a[target=\"_blank\"][rel=\"sponsored\"] > img",".header-weather-widget.mitsubishi .weather-content-block > .mitsubishi","div[data-mbzone=\"300x250\"]",".funboxWrapper > center > a[href][target=\"_blank\"] > img",".mainContent > ol.nodeList#forums > center > a[href][target=\"_blank\"] > img",".entry-footer",".container-fluid li[onclick] > img",".single_head_ad_wrapper",".contentWrapperInner > .homeFeedBox",".stickySideAdsContainer",".header-banner",".turkiye-banner",".dkn-adlabel",".sidebar > .dkn-widget",".topbanner","a[href*=\"epincity.net/\"][target=\"_blank\"]","#reklamGoster","blockquote.messageText > .funbox","div[class*=\"Content\"] > .sectionMain.funbox",".topBannerFrame","#content > div[style^=\"width: 970px;height: 270px;\"]","#bg_rek",".sponsor-icons",".haberler-item#hurriyet_widget_div\n.haberler-item#partner_widget","#Garanti_Interstitial","div[class*=\"indig-\"]",".rowAdd",".contentArea > .contentAreaRight > div[style*=\"width:336px;height:280px;\"]",".dyg-soller",".adv-sticky-bottom",".bannerWrapper300",".anarek2-adva",".sagrek1-adva",".ilkmesajreklam","#newsContent > div[style=\"margin:3px;\"] > a[href^=\"http://bit.ly/\"]","a[href^=\"http://ad.afftrck.com/\"]\na[href^=\"https://webapp.akbank.com/\"]","#cimri-masthead",".banneritem",".right > div[align=\"center\"][style=\"margin-top:20px;\"] > div[style*=\"background: url(/_img/otoraba/\"]",".theiaStickySidebar > #text-97",".col-adv","#yaziSonuBanners","a[href^=\"https://www.gcmforex.com/\"]","center > a[href][target=\"_blank\"] > img",".pageSkinright",".pageSkinLeft","#tdi_22",".tdi_84","#masthead","#menu > div.container > div.container-fluid > nav > ul > li > a[rel=\"nofollow\"] > img","a.news[href^=\"http://www.haber7.com/advertorial/\"]",".reklam-sol",".reklam-sag","#reklam-sol","#reklam-sag",".td-all-devices > a[href][target=\"_blank\"] > img[src*=\"BANNER\"]\n.td-all-devices > a[href][target=\"_blank\"] > img[src*=\"banner\"]",".oyun_penceresi > div[style=\"float:left; padding:10px;\"]",".td-header-sp-recs","#single-banner","a[href][target=\"_blank\"][rel=\"nofollow\"] > img",".mastHeadAdBanner",".stickySideAds",".sidebarTrailingAdWrapper","#topBanner",".yazilim-sponsor",".logo-banner",".reklam-haber-ici","#pageSkinReklam",".widget_webrazzisponsoredpostswidget","body .masthead",".tise-banner","#modal-ads.fade.in ~ .modal-backdrop",".video_onu","body .top-ads","body .right-ads",".threadSponsor",".sidebox._sgm_remove_",".manset-slider > .swiper-wrapper > .swiper-slide > a[href^=\"http://bit.ly/\"]","a[href^=\"https://goo.gl/\"][target=\"_blank\"] > img","div[class*=\"sponsored-news-recommendation\"]",".eto > h3",".eto_2 > * a[href]:not([href^=\"https://rooteto.com/\"])",".col-sm-3 > div[style=\"width:300px;height:600px\"]:not([class]):not([id])","#_top_footer_left.galeriFooter",".o-sponsored-article",".sponsored",".reklamdizi",".reklamizle",".dizi_video > ul > div[style^=\"width:336px;height:332px;float:right;\"]","a[href=\"https://goo.gl/zMa6wH\"]",".DnmBnr_content","[class^=\"dygad-\"]","[class^=\"dygad-\"] + .ros",".td-g-rec",".left-content.bottom > div[style=\"margin-top:10px;margin-bottom:30px;height:100px;\"]",":not([style*=\"-9999\"]) + div[id^=\"div-gpt-ad\"]\na[onclick*=\"Reklamı Kapat\"]\ndiv[id^=\"div-gpt-ad-\"]","div[id^=\"ads\"]",".fixedAd","#mynativeplatform_reklam",".weather-sponsor",".news_detail > div.side_detail",".adv-dtl","#CntnrNew > .sidebox.item:first-of-type",".haltiLnkT",".advertFrame","#myAffix","aside > .row > .col-sm-4.hidden-sm:last-child","#trek",".mrek",".side > a[rel=\"nofollow\"] > img","#rightBanners",".bannerBox",".dissagreklam","#sticky",".rek1","div[class^=\"ortrek\"]\ndiv[style^=\"width:728px; height:90px;\"]\nimg[style=\"width:460px; height:90px\"]\nimg[width=\"460\"][height=\"80\"]",".pageskin",".t3reklam","#xturk > div[style^=\"width: 990px\"]",".haberreklam",".wideadcon","#topbans",".mainarticle > div[style*=\"width:576px;\"]:not([class]):not([id])",".ads-form-banner",".news-body > div[style=\"width:315px;float:left;height:250px;padding:3px;\"]",".haber_banner_300","a[target=\"300x171_banner\"]\ndiv[class^=\"banner_300x\"]\ndiv[id*=\"/adnative_\"]",".forumreklamlari",".tepebanners","#rb > .adv",".right > .right[style*=\"280px;\"]","div[style^=\"padding: 5px;\"] > div[style=\"width: 306px;\"] > div[style=\"min-height: 255px;\"]",".popup-ads",".passbnd",".halkbank-yuzliram","#Interstitial","#NewsContent > .mainBox[style*=\"250px; margin-right:\"]\n#NewsContent > .mainBox[style*=\"auto; padding:\"][style*=\"580\"]","#ReklamAlani","#Reklamdiv","#SliderReklam","#active-popup","#adv_square","#amk_masthead","#banner336","#banner_logo_top","#billboard_banner","#billboard_kapat","#cboxOverlay","#colorbox","#cm-social-overlay","#ctl00_ensagreklam","#dfp_300x250_sag","#div-NativeAd","#fixedreklam","#games > #baguette\n#games > .boule","#header > div.logo > a > img","#header-banner","#hicidiv","#iceriksol > div#indralt > div#prioyun","#iframe_partner","#info > .baguette","#kutu","#lightBox","#main > div[class^=\"satir satir\"] > center > img","#main300x250container","#main_right > div > a > [style*=\"308px;\"][style*=\"border\"]","#marcamarca","#masthead-outer","#masthead-wrapper","#mustheadAdd","#ngVirgul_660x250","#page > a[class^=\"pageskin\"]","#pageskin","#pageskin_ng","#plusNewsListRightBlock","#pnlFanbox","#popup-container","#popupustdiv","#post-thumbnail > .print > div[style]",".reklam-header","#reklam1","#reklam_center","#reklambtn","#reviews > aside > .boule","#secondary > aside[id^=\"text-\"]","#sgcboxOverlay","#sgcolorbox","#splash","#text-6","#tickeradss","#toolbar","#top-adv","#widgetKareHaberlerManset","#widget_background_widget_23",".CM_pageskin_1",".ReklamLink",".ReklamMenu",".ad-logo",".ad617",".adm-ads-area",".ads-300x250-sidebar",".ads-masthead__horizontal",".ads.ads.square\ndiv[class^=\"col-md-\"] > div.ads",".ads630",".ads640",".adsWidgetSidebar",".ads_kare",".ads_kule",".adsnd",".adv",".advbox",".advertItem",".advertisement",".ap-300x250",".ap-480x80",".ap-728x90",".ap-928x100",".ap-928x90",".apw-xib",".article-300x250",".asdWrapper",".b-banner",".background-cover",".band_news_banner","body .banner-section",".banner_alani",".banner_article",".banner_code",".banner_container",".banner_pos",".billBoard",".bnnr",".boomads",".c5ab_ads",".carousel-banner",".cdxhd_interstitial",".center-banner",".cnt > div.passbnd",".desktop-wrap > div.show-desktop > a",".detayFoto",".detayReklam",".dhorta > .kl-ustu",".featured-floating",".freklam",".fullads",".funbox",".fvitrin",".games",".genel > .sag + * + .sag-icerik\n.genel > .sag + .icerik-yan-baslik",".genelReklamCon",".haber_arasi_banner",".haberadvertorial",".hbr-sol-reklam",".headBannerCover",".header-content > div.e3lan",".header-content-o > a > img",".headline_advert",".headline_side",".headreklam",".hsharea",".ind_300x250",".kobi-head-banner",".konuhbrprt1",".main-banner",".mainBox.adsFace:not(:last-child)",".manset-alti-banner-1",".manset_alt_reklam",".mansetyanreklam",".mastheadVid_container",".mustheadBlk",".news > div.dtl > div.fea",".one_bottom_bar",".orta_reklamlar",".pageskin-main",".patslot",".pr.flleft > a > img",".prgm_ads",".program_vitrin",".r300",".rb-footer-popup",".psk",".rekgec-div",".reklam-1",".reklam3",".reklamAlani",".reklam_sag",".reklam_tikla",".reklamalan1",".reklamliste",".resim-reklamlar",".left_ad_areas",".right_ad_areas",".right_banner",".rklm",".row.hidden-xs img.img-responsive",".s300x250",".sAd_box",".sag2 > div > a > img",".scrollhelper",".serbay > a > img",".side_banner",".sidebar-banner",".sidebar-inner > .widget-area > aside[id^=\"text-\"]",".sidebarddd",".sidebox.banners",".single-lyric-ads",".site_onu",".slider-reklam",".sol_reklamlar",".turkiye_gezgini_banner",".up-masthead__container",".ust_slider",".ustduyuru_img",".ustreklam",".w-box-content div[class=\"panel panel-default\"]",".widget.add",".x300",".x300250",".x_advert",".yanReklamlar","a[href^=\"/showad.asp\"]","a[href^=\"http://www.internetoku.com/showad.asp\"]","a[href^=\"https://www.eleman.net/yonlendir.php?reklam_id=\"]","a[rel=\"nofollow\"][class$=\"-lg\"] > img","a[style] > img[width=\"300px\"][height=\"250px\"]\ndiv[id=\"300x250\"]\ndiv[id=\"728x90\"]","aside[id^=\"adswidget\"]","body > div > div[class=\"hurBox flashOne nflashOne\"][style=\"margin-left:10px;\"]","body > div[style^=\"width: 960px;margin: 0px auto;position: relative;min-height:35px;\"]","div[aria-labelledby$=\"ui-dialog-title-myPopUp\"]","div[class$=\"Banner\"]","div[class$=\"banner-square\"]","div[class$=\"e3lan e3lan-bottom\"]\ndiv[class$=\"e3lan e3lan-top\"]","div[class$=\"header_banner gizle\"]","div[class$=\"ortala u_b_u\"]","div[class^=\"ad\"][id^=\"r\"]","div[class^=\"ad-\"]","div[class^=\"ads\"]","div[class^=\"ads-\"]","div[class^=\"advert-\"]","div[class^=\"advert\"]\ndiv[id^=\"advert-\"]","div[class^=\"advertise\"]","div[class^=\"banner area-\"]","div[class^=\"banner\"]","div[class^=\"banner-\"]","div[class^=\"buyuk-banner\"]","div[class^=\"desktopAds\"]\ndiv[class^=\"mobileAds\"]","div[class^=\"fancybox-\"]","div[class^=\"modal-backdrop\"]","div[class^=\"reklam-\"]","div[class^=\"reklam\"]","div[id$=\"728x90_h\"]","div[id$=\"Pageskin\"]","div[id^=\"Gad-\"]","div[id^=\"fancybox\"]","div[id^=\"reklam\"]","div[id^=\"reklam-\"]","div[id^=\"simplemodal-\"]","div[style=\"margin-top:20px;\"] > div.container > div.col-md-4 > p img.img-responsive","div[style=\"width: 300px; height: 250px;\"]","div[style=\"width:970px; height:90px;\"]","div[style^=\"background:url(images/banner_\"]","div[style^=\"width:336px;height:280px;\"]","iframe[name$=\"BIKADV\"]","iframe[src^=\"/action/ibanner\"]","img[alt*=\"web-banner\"]","img[alt=\"reklam\"]","img[alt=\"Reklam\"]","img[alt=\"ad\"]","img[style=\"width: 300px;height: 250px;\"]","img[width=\"180\"][height=\"180\"]","img[width=\"276\"][height=\"571\"]","img[width=\"300\"][height=\"250\"]","img[width=\"938\"][height=\"120\"]","marquee[id^=\"hitson\"]","section[class^=\"ortablok\"] > div.sag","table[width=\"468\"]","td[width=\"200\"] a[target=\"_blank\"] img[width=\"200\"][alt]","#filmoncereklam","#vast > div[id].jwplayer",".tab-reklam",".play-that-video","div#rk-content.center","#rekmine","#reki2","#rekmine2","#reki:not([style*=\"display\"])",".container-pl",".vidcontainer","#birinci","#reki1","#bir.oynama","body > a[href^=\"https://\"][target=\"_blank\"]","body > div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".full-width-banner","ul[data-nav-mobile=\"#nk-nav-mobile\"] > li:has(> a[href^=\"https://bit.ly/\"])\nul[data-nav-mobile=\"#nk-nav-mobile\"] > li:has(> a[href^=\"https://tinyurl.com/\"]:not([href$=\"-Telegram\"]):not([href$=\"-Twitter\"]):not([href$=\"-instagram\"]))",".vertical-gap:has(> .col-lg-12 > a[href^=\"https://\"][target=\"_blank\"])","div[style=\"position:fixed;height:100%;z-index:1;width:100%\"]",".livecontainer > div.vertical-gap a[target=\"_blank\"] > img","header > a[href^=\"https://goley90canlitv\"][href$=\".site/\"] + ul",".footer-links",".watermark",".header-right-section",".footer-bottom-area",".banner-grup","div[onclick^=\"window.open(\"][style^=\"background-color: #006400\"]","div[id^=\"modal\"]",".bgBanner",".pa-container","div[style^=\"text-align: center;\"] > a[target=\"_blank\"] > img",".film-tab ~ a[target=\"_blank\"] > img",".header_r",".w100p",".iframe_728","div#stream_holder > iframe#video_reklam",".banner-placeholder",".pageskin-clickable",".top-text-banner","[id^=\"betting-sites\"]\nheader a[href]:not(.logo-link, [aria-label])","div[data-isbd-main-container] > section > div.hidden-xs.text-center","div[class^=\"footer-\"]\nheader > a[href=\"/\"] + ul",".wpb_wrapper > a[target=\"_blank\"][style^=\"color:red; background-color:black; padding:10px; display:inline-block;\"]\n.wpb_wrapper > center > a[target=\"_blank\"]","a[target=\"_blank\"][rel=\"noopener\"] > img",".ads-img","body > div[style=\"position:fixed; bottom:0px; left:0; width:100%; text-align:center; z-index:999999;\"]\nfooter div[style^=\"position: absolute; top: 0; left: 0;\"][style*=\"z-index: 9999;\"]",".player > a[href][target=\"_blank\"]","#header-text","koddostu","body > script + marquee[bgcolor=\"black\"][onmouseover]",".topNav > div.buttons","a[href^=\"//clbanners3.com/\"]",".container > aside.sidebar:has(> .banner)",".footer",".socials a:is(.meritroyal, .iptv, .streamradar)","div[style=\"margin: 10px; text-align: center;\"]",".player > div.flex","a[href^=\"https://diken.xyz/\"]",".relative:has(> div[class] > ad)",".player > .flex:has(> div:only-child > img[alt*=\"ad\"])","#router-view > div > div > div[class]:has(> div:only-child > ad)",".page-overlay",".banners",".bannetr",".nomobil",".list > div.item:has(> a[target=\"_blank\"])",".kapat",".chat_over_reklam",".full_bg","#xbetpu","div[class=\"clearfix mt10\"]\ndiv[class^=\"r_\"]",".video_content > a[target=\"_blank\"]",".containerAds","a[target=\"_blank\"][rel=\"nofollow\"]\nbody > div[align=\"center\"][class=\"bb\"] ~ br",".fb-popup",".top-banner-container","div[class^=\"bg-\"].z-\\[99999\\]\ndiv[data-type^=\"v\"][data-gets]","#playerLsDizilla > div:has(a[href$=\"/dizipalvideobanner\"])","#malker-vid-alti","#site > div[id=\"header\"]","#sticky-footer","#banners",".headbar","#bottomBx","#SolBlok div.hideMobil","iframe[src*=\"/a_kutu/\"]","div[class^=\"r_\"][class$=\"_0\"]\ndiv[class^=\"r_filmvideo\"]","a[href^=\"http://track.adform.net/\"]","img[style=\"width:728px; height:90px;\"]","#player-before-ads","#superderbi","#overplay","#reklam-header","#malker-footer",".money",".card-money","img[src^=\"/rek/\"]",".fotlogo > div.logo ~ *",".code-block",".copy","#footer a:not([href*=\"realfilmizle\"])","#adStarter","[class^=\"rotorfon-\"]\ndiv[id^=\"filmcidayi\"]\nvideo[onclick^=\"playAndAd(\"]",".rkads","#myVideo0ad","a[target=\"_blank\"][href=\"javascript:void(0)\"]",".mail-DirectLine",".DirectInline","div[style^=\"position: absolute; z-index: 1999999;\"]",".duyuru_kutusu",".haber-sidebar-banner",".text-center.visible-lg > a[class=\"download\"][rel=\"nofollow\"]",".hello_from_adguard_turkish","#adslider","div[id^=\"floatLayer\"]","div[id^=\"gpt_ad_\"]",".adInfo","#top-banner","#reklamlar","div[class^=\"reklam_\"]","#ustreklam","#reklamCodeiframe",".vertical-ads","ins[data-revive-zoneid]",".td-a-rec",".post-sponsored",".ad-desktop",".splash-reklam","a[target=\"_blank\"] > img[alt^=\"banner\"][src*=\".gif\"]","AMP-AD",".adTop",".ads-image"];
|
|
31
|
+
const argsSeqs = [0,-1,2,-3,493,4,5,-6,8,-7,8,7,9,10,-10,25,11,12,-12,-732,2167,13,14,-15,590,-16,-1195,-1837,1838,-17,-18,-19,-20,21,-22,1326,-23,2068,24,26,-27,-56,-780,-931,-1179,-1831,-2074,-2208,-2233,2234,-28,-31,-104,-105,-534,-546,-550,-551,-552,-553,-597,-1736,2272,29,-30,-31,-642,1435,-31,33,-31,-34,-216,-292,-293,-294,-948,-1274,-1694,-1725,2326,-31,-37,1283,-31,41,-31,-37,-42,-882,-1414,-1632,-2145,2490,-31,-43,-526,-1467,-1555,-1664,1813,-31,-44,2463,-31,37,-31,894,31,-31,307,-31,-37,-65,-1422,2101,-31,-43,-1156,-1434,-1698,2146,-31,-2647,2656,-32,-1741,-1934,-1969,2310,-32,-55,-189,-190,-2685,-2705,2706,35,-36,-1154,-2040,2323,-37,39,-37,-62,-1208,-1648,1866,-37,2322,-37,-2322,-2530,2623,-37,1740,-38,1302,38,-38,156,-38,193,40,-45,66,-46,-301,-329,-473,-474,-516,-902,-1420,2546,-46,-75,-76,-1656,2460,-46,-63,-165,-166,167,-47,-51,52,-47,-48,-49,-50,-51,52,-47,49,53,-54,-915,996,54,-55,-189,-190,-407,-667,-2463,-2685,-2686,-2687,-2688,2689,-55,-134,-225,-226,-256,-451,1615,-55,1474,-55,-496,-633,-837,-990,-1497,1987,-55,-58,-513,-1531,-1782,-2445,2569,-55,-58,-2006,2557,-55,-837,2180,55,-55,58,-55,-62,-863,-1526,2599,-55,-58,1592,-55,-56,2478,-55,56,-55,1700,-55,2557,-55,-1259,-1463,-1610,2478,-55,-56,-489,1878,-55,-56,-1878,1879,-55,-56,2400,-55,1152,-55,2065,-55,-58,2569,-55,1964,-55,2569,-55,-130,-131,-339,-377,-633,-1207,-1265,-1474,-1497,2613,-55,-437,-633,-1264,-1474,-1497,2161,-55,-71,-171,-172,-442,-501,-603,-633,-654,-655,-1072,-1207,-1264,-1265,-1346,-1474,-1497,-1685,-2180,-2355,2462,-55,-56,-930,2091,-55,-1404,-1785,-1786,-1787,-2142,2438,-55,-1247,-1984,1985,-55,57,-55,-56,2426,-55,-442,-655,-656,-787,-1072,-1474,2253,-55,-1259,-2474,2543,-55,-109,-442,-497,-498,-633,-990,-1264,-1265,-1473,-1474,-1497,-2164,-2165,2244,-55,-56,-109,-265,-266,-354,-355,-356,-357,-358,-633,-657,-679,-736,-990,-1148,-1473,-1474,-1475,-1497,-1987,-1988,-2116,-2244,-2502,2504,-55,-974,-1201,-1202,2478,56,-56,-61,-1722,-2359,2360,-56,2478,-56,-495,592,-56,-63,891,-56,1019,-56,-59,-1019,1025,-56,-1050,-1051,2364,-56,-1414,-1484,-2027,2100,-56,1716,-56,-1486,-2444,-2476,2601,-56,-2503,-2516,2578,-56,981,-56,-1322,-1357,1992,-56,-831,-832,-833,-834,-895,-896,-1320,-1334,1503,-56,-1644,-1645,-1646,-1647,2416,-56,-1043,2381,-56,-523,1695,-56,-360,2460,-56,2261,-56,-268,-398,-495,-725,-1493,1947,-56,-258,-549,-635,-691,-692,-2123,-2376,2377,-56,2210,-56,882,-56,2167,-56,-63,2102,-56,-2361,2362,-56,1186,-56,-702,-2405,-2411,2434,-56,-59,-585,-586,-932,-1172,-1574,-2162,-2386,-2407,-2418,-2423,2519,-56,-2093,2351,57,58,-58,2557,-58,-1979,2557,-59,229,59,-59,-263,-364,511,-59,606,-59,-634,-790,2085,-59,1220,-59,-100,-296,-499,-574,-659,-707,-1443,2067,-59,1083,-59,950,-59,-853,854,-59,1298,-59,66,-59,2441,-59,-1398,2348,-59,-65,2348,-59,-623,1019,-59,1071,-59,1086,-59,-193,-1294,-1436,-1565,1857,-59,-1109,2167,-59,-1281,1458,-59,1279,-59,-61,1550,-59,-1298,-1384,2455,-59,-797,-1330,2631,-59,2154,-59,1379,-59,-1078,1476,-59,1534,-59,1155,-59,1650,-59,-1937,-1968,-2154,-2202,2348,-59,-1753,1754,-59,-1844,2481,-59,-1034,2090,-59,-1657,-2064,2367,-59,-944,-2070,2521,-59,2625,-59,63,-59,-505,-947,-1936,-2008,-2113,-2114,-2136,-2182,-2183,-2184,-2185,-2186,-2187,-2222,-2223,-2224,-2257,-2299,-2301,-2320,-2367,-2385,2453,-59,-63,-691,-815,-1578,-2352,2482,-59,-85,-86,-87,-110,-290,-291,-943,-1045,-2179,-2451,-2452,-2470,2489,60,-60,-72,741,-60,78,-60,1313,-60,106,-60,-561,2632,-60,-698,928,-60,-697,928,-60,-168,-221,-697,-708,-2700,-2737,2738,-60,168,-60,-193,-221,-599,-600,-602,-1035,-2633,-2700,-2737,2738,61,-61,-277,278,-61,-1549,1550,-61,-1427,1428,-61,-2032,2033,-61,-623,-2358,-2359,2360,-61,-1427,-1428,1681,-61,67,-62,884,-62,-1972,1973,62,-62,859,-62,1643,-62,763,-62,383,-63,-242,-253,-306,-308,-426,-429,-789,-792,-1042,-1100,-1101,-1102,-1103,-1104,-1105,-1325,-2168,-2169,-2216,-2320,-2327,-2328,-2472,2552,63,-63,-1530,-1658,2600,-63,2150,-63,1391,-63,1595,-63,-177,-178,-179,-180,-181,-199,-200,-411,-500,-631,-636,-694,-695,-696,-710,-711,2498,-63,1295,-63,-539,2246,-63,-231,-232,408,-64,1742,65,-65,-614,-1692,2052,-65,2473,-65,-66,809,-65,1231,-65,66,-65,519,-65,-66,-228,-288,-365,-366,-371,-372,-951,-952,-1447,-1448,-1558,-1559,-1980,-1981,2134,-66,2068,66,-66,2010,-66,-923,1880,-66,-352,-687,2250,-66,1597,-66,-1356,1693,-66,464,-66,-480,-481,-482,-483,2484,-66,-334,335,-67,-1403,1859,67,-67,2032,-67,-1773,1774,68,-69,70,73,-74,-109,-316,-427,-509,-510,-633,-655,-788,-791,-990,-1016,-1264,-1473,-1474,-1497,-1838,2413,-77,-202,-405,953,77,-78,-2670,-2671,2672,78,-79,80,-81,-623,798,-82,953,-83,1291,-84,-234,-235,-236,-793,807,88,-89,-90,-91,1856,-92,-194,-195,-466,-502,-1063,-1064,-1065,-1452,2450,-93,503,94,-95,-96,-97,1023,98,99,-101,102,-101,-193,-289,-676,-1037,-1395,-1570,1571,-103,1048,-107,-116,-117,118,-108,-297,-341,-872,-979,-1402,2402,111,-112,113,-114,-778,-848,-849,-850,-851,-852,-989,-1114,-1905,-2045,-2046,-2049,-2096,-2292,-2293,-2311,-2312,2313,115,-119,2571,-120,1227,121,-122,-123,-147,-148,-477,-1262,-1441,-1442,-1460,-1583,-1794,-2022,-2023,-2348,-2564,2616,122,-124,1158,125,-126,-173,-174,-175,-240,-241,-243,-244,-271,-272,-323,-324,-331,-443,-507,-774,-805,-806,-822,-1484,-1727,-1728,-1841,-1887,-1971,-2274,-2275,-2341,-2353,-2354,-2410,-2417,-2420,-2424,-2443,-2450,-2513,-2520,2605,127,128,129,-129,-250,2616,-129,718,-129,-573,1061,-132,133,135,-136,-182,-183,-1499,1500,-137,-138,-139,-140,141,-142,812,-143,-813,814,-144,-252,869,-145,146,149,-150,151,-152,-767,939,153,154,155,-157,-220,-280,667,-158,-163,-164,931,-159,-2737,2738,-160,2630,-161,162,-168,169,-168,2628,168,-168,1378,-170,-349,-756,-757,1367,176,-184,2514,-185,-186,-187,309,188,-189,-190,256,-191,-368,-369,-370,-2145,2370,192,193,-193,992,-193,-967,2094,-193,578,-193,-946,1024,-193,1544,-193,-1949,1950,-193,2198,-193,-1850,-2157,2158,-193,1453,196,-197,-198,-348,-635,-1157,-1498,-1507,-1573,-1593,-2449,-2510,2603,-198,-692,-1573,2123,-201,444,-202,203,-202,-386,387,202,-204,-2348,2472,-205,-273,-753,-754,-1777,-1778,-1779,2739,-206,375,207,-208,-209,210,209,-211,-1377,-1378,-1969,-2531,2532,-212,-213,-214,-238,-239,-270,-338,-416,-855,-1406,-2267,-2349,-2354,2420,215,-217,330,218,219,-221,222,-221,-2700,-2737,2738,-221,-222,-2700,-2715,-2737,2738,-221,-703,-704,-752,-2700,-2737,2738,-221,-351,-2700,-2737,2738,-221,2700,-223,-758,-2670,-2671,2672,-224,2629,-227,228,-228,-856,-857,-2104,-2105,2106,-230,-1115,-1116,2156,233,237,-237,-605,-1666,2600,-245,-246,-322,-327,-333,-376,-589,-988,-1598,-1599,-1715,-2111,-2112,-2291,2460,-247,-248,-2737,2738,249,-251,-612,-938,-1581,-1582,-2268,2269,-252,442,254,-255,-285,-686,-1070,-1084,-1085,-1372,-1801,-2137,-2335,-2336,-2493,2549,-257,-610,667,-257,569,-259,-639,-760,-2130,-2228,-2321,-2345,2408,260,261,-262,-310,-321,-353,362,264,267,269,-274,-275,-276,2460,279,-281,-440,-742,-878,-879,957,-282,-1223,-1224,-1433,-2068,-2091,2232,-283,-439,-2108,-2167,-2396,2397,-284,-2232,2605,286,-287,-1133,-1134,-1135,-1136,-1137,-1138,-1139,-1140,-1141,-1142,-1143,1428,-288,403,-295,-408,667,298,299,-300,-1030,-1049,-2132,2605,-302,350,303,-304,-305,-442,-583,-586,-1250,-1305,1306,-311,-319,-320,-587,904,-312,-842,-1319,2248,313,-313,2679,-314,315,316,317,-318,452,-318,1965,318,325,326,-328,2460,332,336,337,-340,2628,342,-343,-1983,2179,344,-345,-1077,1078,-346,-726,-727,-728,-1189,-1190,-1191,-1192,-1193,-2245,2320,-347,-390,391,349,359,-361,2473,363,-367,-758,987,-373,-374,-750,751,-378,-840,-1087,-1562,-2261,-2324,-2325,-2527,-2528,-2563,2584,-379,-380,-897,-929,-1032,1033,-381,1677,382,-383,-863,-945,2599,-383,-1526,-1901,-1902,2061,-383,-1938,2599,-384,-389,1792,-385,-504,1078,-386,-2235,2239,-388,-1377,-1378,1912,392,-393,-1529,2486,394,-395,590,-396,397,-399,409,-400,401,-402,-442,607,-404,-433,-836,883,-406,-436,-565,-594,-624,-712,-761,-786,-794,-820,2477,-407,408,-408,-1377,1378,-410,-442,-490,-492,-583,-586,-587,-936,-976,-1029,-1112,-1310,-1955,-1958,-2117,-2121,2460,-412,-413,733,414,415,-417,418,-419,-420,472,-421,-487,-2068,2232,-422,-423,-457,-458,-459,-460,2524,-423,-424,425,428,430,431,432,-434,435,436,-438,-1377,-1378,1912,441,-442,-447,-632,-869,-870,-871,-1850,-2041,-2252,-2279,-2342,-2343,2403,442,-442,991,-442,-2383,-2457,2458,-442,471,-445,2716,446,-448,-449,-450,-555,-626,-627,-738,-1764,-1805,-1948,-2215,2599,451,453,-453,-512,-1053,1054,-454,-455,-514,-528,-545,-617,-773,-1073,-1074,-1075,-1573,-2181,-2243,-2425,-2448,2483,-456,-994,1933,457,-461,-462,-575,-576,-584,-752,-2737,2738,-463,1402,-465,-1207,-1297,-1603,-2080,-2081,2404,-467,468,-469,470,469,-475,-1052,-1383,2463,-476,-718,-1089,-1090,-2141,-2371,-2372,2373,478,-479,-2143,2600,-484,-1269,2120,-485,-2071,-2078,2082,-486,-828,898,-488,-1185,-1483,-1484,-2320,-2419,2450,491,-491,1821,494,-506,-771,-1502,-1588,-2044,2287,-508,777,-515,999,-517,-1277,1278,-518,-1418,-1992,2261,520,-521,1661,522,524,525,-527,-1824,1825,-529,1842,530,531,532,-533,1991,535,-536,2153,537,-538,-919,-920,-921,-922,2160,-540,541,-542,682,-543,-590,-671,-1439,-1885,-1886,-1961,-2026,-2232,-2367,2609,544,-547,-548,1963,554,-556,1792,-557,-2737,2738,-558,559,-560,1731,-562,931,563,564,-566,653,567,-568,-613,-1377,-1378,2631,-570,571,-572,-667,2628,-577,-672,-1157,-1171,-1221,-1290,-1347,-1349,-1573,-1945,-2249,-2334,2460,-579,580,-581,-590,-995,2415,-582,-740,1078,-586,-779,-795,-864,-2183,2320,588,590,-590,-591,1426,-590,-1149,-1150,1425,-592,-1161,-1483,-1484,-1485,-1732,-2320,-2393,-2419,-2428,-2450,2460,-593,-621,-622,-944,1263,-594,-816,-817,-818,-819,-820,-821,-937,2115,-594,-2196,-2262,2461,595,596,-598,1097,-599,-601,-602,-720,-1107,2636,600,-604,-706,-980,2631,-607,-608,-629,-630,-1003,1426,-609,-629,-1078,-1522,-1523,1524,-611,2025,-615,-1377,1378,616,-618,1771,-619,620,623,-623,2145,-623,-2681,-2682,2683,-623,-2681,-2682,-2683,2691,625,-628,-804,-1041,-1165,-1270,-2315,2492,-637,-638,-641,2346,640,-643,1739,-644,-645,885,645,-646,-647,-648,1699,-649,-650,651,-652,-741,-784,785,658,660,661,-662,663,664,665,666,-667,719,-667,-668,719,667,-669,-1195,1580,670,-673,-674,675,-675,-1768,-1939,-1940,-1941,-1942,1943,677,678,-680,-681,-709,-785,1313,683,684,-685,2232,687,-688,689,690,693,698,-699,-1446,-1795,-1796,-2401,-2523,2559,-700,-972,-1514,1790,-701,2594,-705,-706,2640,-713,966,714,715,716,717,-720,-721,982,-722,-723,724,-729,-730,1001,731,-734,-735,1845,737,739,-743,-744,-745,962,-746,-747,2248,748,749,-755,944,-759,-1375,1376,-762,-2124,-2125,-2126,2548,-763,863,764,-765,1444,-765,-1076,-1444,-1716,-1839,-1840,-2431,2491,-766,-1038,-1039,-1544,-2095,-2350,-2475,2614,-768,-892,-893,-972,2251,769,770,-772,2265,-775,-1078,-2421,-2593,2602,-776,1402,-781,2635,782,783,-785,-2729,-2730,-2731,-2732,2733,-796,797,-797,2631,-799,800,-801,2281,-802,-1673,-1674,-1675,-2440,-2495,-2497,2588,803,808,-809,-1981,-2670,-2671,2672,-810,890,-811,1007,823,-823,-1333,1902,-824,-825,-1147,-1389,1390,-826,-827,1508,-829,-1311,-1563,1594,-830,1858,-835,-838,-839,-1733,-1734,2589,-841,2463,841,843,-844,-845,1409,846,847,854,858,-860,-861,2347,862,-863,-1363,2599,-863,2599,865,-866,-992,-1659,-1660,2639,-867,-2068,2232,-868,2001,873,-874,-1922,1923,875,876,877,-878,879,-880,-881,-1881,-1882,2348,-884,2537,-886,1927,-887,-888,889,-899,-900,901,-903,-912,-2089,2512,905,-906,2273,907,-908,975,-909,-910,2534,911,913,-914,2294,916,-917,-918,1968,924,-924,-2036,-2211,-2212,-2460,-2529,2588,925,926,-927,2607,-927,2150,-927,-2150,-2412,-2455,2615,928,930,931,-931,1577,933,934,935,-940,-941,-1144,1649,942,-944,-1903,1904,-944,1986,944,949,953,954,955,956,-958,2581,-959,960,-961,962,-963,-964,965,-968,-969,-1093,1232,970,-971,-1177,-1178,1184,973,-977,978,-978,-2050,-2051,-2163,2294,-982,983,-984,-985,2084,986,987,-993,-2337,-2338,-2339,2539,-996,-1331,1997,-997,-1755,2158,998,-1000,1004,1002,-1003,1004,-1005,-1298,-1708,-1709,1972,-1006,2598,-1008,1009,-1010,-1011,1012,-1013,1946,-1014,1312,1015,1017,1018,1020,1021,1022,1023,-1026,-1027,-2147,2148,-1028,2460,1031,1036,1040,1044,-1046,1547,1047,1048,-1055,-1056,-1057,-1920,2128,-1058,-1059,1927,-1060,1857,1061,1062,-1066,-1067,1068,1069,-1078,-1927,2596,1079,-1080,-1081,-1792,2423,1082,-1083,-1237,-1238,-1298,1857,1088,1091,-1092,-1612,1706,1094,1095,-1096,-1867,-1868,-1869,-1870,-1871,1872,-1098,2590,1099,1106,1107,1108,-1110,1111,1113,1117,1118,-1119,1159,-1120,-1121,-1122,2175,-1123,-1124,-1125,-1126,-1127,-1128,-1129,-1130,-1131,-1132,-1134,1143,1145,-1146,-1477,-1783,2588,1150,1151,1152,1153,-1157,-2155,-2375,2509,1159,-1159,2232,1160,-1162,1919,1163,1164,-1166,1419,1167,1168,-1169,1321,-1170,1494,-1173,1174,-1175,-1176,1683,-1180,-1181,-1182,1183,1182,-1187,1188,1194,-1194,1195,-1194,-1195,-1343,1344,1195,1196,-1197,-1965,2460,-1198,1421,1199,1200,1203,-1204,-1205,1206,1205,1207,1208,1209,-1210,1763,-1211,1212,-1213,2600,1214,1215,-1216,-1253,1631,1217,-1218,1219,1220,-1220,1398,1222,-1225,1226,-1228,2204,1229,1230,1233,1234,-1235,1236,1239,-1240,-1241,1511,-1242,-1609,2600,1243,1244,-1245,1246,1248,-1249,2069,-1251,-1678,1768,-1252,-1253,1254,-1255,-1256,-1257,1258,-1259,-2508,2624,1260,1261,-1264,-2037,-2038,-2039,2244,-1264,-1474,-1516,-2037,-2038,-2039,2244,-1264,-1474,-1516,-2037,-2038,-2039,-2244,2270,1266,-1267,1268,-1271,1272,1273,1275,1276,-1280,1896,-1282,1423,1282,-1283,2544,-1284,1285,-1286,1287,1288,-1289,-1780,2261,1292,1293,1296,-1299,2419,-1300,2333,1301,1303,1304,-1307,-1308,-1309,-2388,-2390,2580,1314,1315,1316,-1317,1318,1323,-1324,1802,1327,1328,1329,1330,-1331,1496,1331,1332,1333,1335,1336,-1337,1338,1339,1340,-1341,1342,1345,1348,1350,-1351,1352,1353,1354,-1355,-1356,1594,1358,-1359,-1457,-1458,-1520,-1635,-1684,2496,1360,-1361,-2409,2599,1362,-1364,-1643,-1938,-2282,2283,1365,1366,-1368,-1369,-1370,2641,1371,-1373,1374,-1377,-1378,1912,-1377,1378,1378,1380,1381,1382,1385,1386,1387,-1388,2561,-1392,1800,-1393,1454,1394,1396,1397,1399,1400,-1401,-1892,-1893,2463,1402,-1404,-1667,2040,-1404,1405,-1407,2616,-1408,2617,-1410,-1411,1782,1412,1413,-1415,1416,1417,1424,1426,-1427,-1428,-1429,-1430,1431,-1427,-1428,-1907,-1908,2550,-1427,2276,-1432,-2068,-2254,-2255,2329,1437,1438,-1440,2600,1445,-1449,2499,-1450,1451,1455,-1456,-1637,1638,-1458,-2314,2609,-1459,2005,1461,1462,1464,1465,1466,1468,1469,-1470,2205,1471,1472,-1473,1474,-1478,-1479,-1480,-1481,1482,1484,-1487,-1924,-1925,1926,-1488,1489,1490,-1491,1492,-1495,1652,1499,1501,1503,1504,-1504,-1505,-1506,-2309,2310,1509,1510,1512,-1513,2004,-1515,2284,-1517,-1518,1519,1521,-1525,-2479,2522,1526,1527,-1527,2261,1528,1531,-1531,1744,-1531,-1532,1533,-1533,-1814,1815,-1535,1536,-1537,1711,1538,-1539,1543,1540,-1540,-1541,1542,-1544,-1633,1634,-1545,2005,1545,1546,1548,-1551,1552,1553,-1554,-2028,2580,1556,-1557,1916,1560,1561,-1562,2160,1564,-1566,-1567,1568,1567,1569,1572,1575,1576,-1579,-1644,1891,1584,-1585,-1759,-1760,-1761,-2133,2261,1586,1587,-1588,1589,1590,1591,-1594,1906,1596,1600,1601,-1602,2261,1604,-1605,-1606,1607,1608,-1610,2551,-1611,-2558,2599,-1613,1614,1615,-1616,1617,1618,-1619,-1620,-1621,-1622,2588,1623,-1624,-1625,1626,1627,1628,-1629,1630,1635,-1636,-1716,2447,1639,-1640,-2503,2595,-1641,1642,1643,-1645,1855,-1651,1851,-1653,-1654,1655,-1662,1663,1665,-1666,2600,-1668,1862,1669,1670,1671,1672,1676,-1679,1680,1682,-1686,2209,-1687,-1688,-1689,-1690,-1691,-2378,2379,1692,1693,1696,1697,-1701,-2304,-2305,2455,1702,-1703,1704,1704,1705,1707,1710,1712,-1712,-1713,-1714,-2517,-2533,2534,-1716,-1757,1758,1716,1717,-1718,1738,-1719,2018,1720,-1721,-1722,-1723,-1724,1851,1726,-1729,1730,1735,1737,1743,-1745,2616,1746,-1747,-1748,-1749,-1750,1751,-1749,-2365,-2366,-2368,-2369,2370,1752,1756,1762,-1765,-1766,2124,1767,1768,1769,1770,-1772,-2304,2305,-1775,1776,1781,1782,1784,1786,1788,1789,1791,1792,1793,1797,-1798,1799,1800,-1803,-1804,2616,1806,-1807,1808,-1809,2305,1810,1811,1812,1816,-1817,-1850,2600,-1818,1819,1820,1822,1823,1826,1827,-1828,-1829,-1830,-2011,-2012,-2013,-2014,-2015,-2016,-2017,-2464,-2466,-2467,-2468,-2469,2488,1832,1833,-1834,-1835,-1836,2463,1837,1842,1843,1845,1846,-1847,-1989,-2454,2606,-1848,1849,-1850,-2285,2289,1851,-1852,-1853,-1854,2384,-1855,2159,-1855,-1899,2599,1856,-1856,2061,1857,-1857,2591,-1860,1861,1862,1863,1864,1865,-1865,2091,1873,1874,1875,1876,-1877,1935,-1883,1884,-1888,1889,1890,-1894,1895,1896,-1897,1898,1900,-1909,-1910,1911,1912,-1913,1914,1915,1917,1918,-1921,2478,1927,1928,1929,-1930,2129,-1931,2456,-1932,1933,1935,-1944,2592,1946,-1951,1952,-1953,1954,1956,1957,-1959,1960,-1961,2167,1962,1965,-1966,2348,1967,1970,-1972,1973,1974,-1975,-1976,-1977,-1978,-2097,-2098,-2099,2463,-1979,-1999,2544,1982,1986,-1990,2587,-1992,-1993,1994,-1995,-1998,2009,1996,1999,2000,2002,2003,2004,2006,-2007,2167,2018,2019,-2020,2167,2021,2022,2024,-2029,2030,2031,-2034,-2035,-2245,-2387,-2450,-2515,2588,2040,-2042,2043,-2047,2048,2053,2054,-2055,2056,-2057,-2058,2059,-2060,-2389,-2414,-2433,2526,2061,2062,2063,2065,-2066,-2152,2487,-2072,2073,-2075,-2076,-2077,2079,2083,-2086,-2087,-2088,2586,-2092,2456,-2103,-2107,2319,-2109,2110,-2118,2119,2122,2127,2131,2135,2138,-2139,2140,2144,2149,-2150,2151,2150,2151,2154,-2154,2348,2160,-2166,2167,-2167,-2201,-2202,2347,2167,-2170,-2171,-2172,2173,2174,2176,2177,2178,2179,2181,-2188,-2189,2190,-2191,2192,-2193,-2194,2195,-2197,2555,2199,2200,2202,2203,2205,-2206,2207,-2207,2230,2207,-2213,-2214,2619,2217,2218,2219,-2220,2221,2225,2226,2227,2229,-2231,2232,2236,2237,2238,-2240,2241,2242,2247,2248,-2256,-2258,-2259,2260,2261,-2263,2264,2265,2266,-2271,2511,2272,-2277,2278,2280,2286,2288,2290,2294,-2295,-2296,-2297,2298,2300,-2302,2303,2304,-2304,2305,-2304,-2305,2455,2306,2307,2308,-2308,2621,-2316,2317,-2318,2600,-2320,2367,2323,2330,-2331,2332,2340,2344,2347,-2356,-2357,-2574,2740,2363,-2367,-2649,-2650,2651,2367,2374,-2380,-2442,2597,2382,-2384,-2465,2466,2388,-2391,2427,2392,2394,2395,-2398,-2399,-2430,2617,-2406,2577,-2422,2576,-2423,2611,-2428,-2432,2450,-2429,2518,2435,-2436,2437,2438,2439,2446,-2455,2606,2455,2459,2460,2461,2463,-2471,2535,2473,2476,2478,2480,2485,-2494,2612,2500,2501,2505,-2506,2604,2507,2524,2525,-2536,-2541,2542,2537,2538,2540,2542,2543,-2545,2608,2547,2553,2554,2556,2560,2562,-2565,2573,2566,-2567,2568,2568,2570,2571,2572,2575,2579,2582,2583,2585,2586,2587,-2587,2606,2588,2593,2594,-2594,-2666,-2667,2668,2599,-2599,-2670,-2673,2674,-2599,2684,2600,-2600,2616,2603,2605,2606,-2610,2617,2616,-2616,-2707,2708,2618,2620,2622,2626,2627,2628,2630,2631,2634,2637,2638,2640,2642,2643,-2643,-2645,2646,-2643,2646,2644,-2647,2648,-2652,2653,-2654,2655,2657,2658,-2659,2660,-2661,-2662,-2663,2664,-2661,2663,-2661,-2662,-2663,-2664,-2695,-2696,-2697,-2698,2699,2665,2669,-2670,-2671,2672,2670,2675,-2676,2677,2678,2680,-2685,-2686,2687,2690,2692,-2693,2694,-2701,2702,2703,2704,-2709,-2710,2711,-2712,-2713,2714,2715,2716,-2717,2718,2719,2720,-2721,2722,-2723,2724,-2725,-2726,-2727,2728,2734,2735,2736,-2737,2738,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760];
|
|
32
|
+
const hostnamesMap = new Map([["merlinscans.com",1],["haber3.com",3],["futbolsayfasi.net",5],["menufiyatlari.com.tr",6],["gecmisi.com.tr",7],["~gecmisi.com.tr",9],["~akillikafa.com",11],["~tranimaci.*",12],["~sinnerclownceviri.com",13],["~dizifon.com",13],["~birasyadizi.com",13],["~fontyukle.net",13],["~altin.in",14],["~horseturk.com",13],["~t24.com.tr",13],["~uzaymanga.com",16],["nirvanamanga.com",17],["mangawt.com",18],["~turkanime.co",21],["~mangaship.com",21],["turkishairforce.org",22],["boxofficeturkiye.com",23],["coinotag.com",25],["~kanald.com.tr",29],["fontyukle.net",34],["isgfrm.com",36],["huawei-turkiye.com",38],["kasvekuvvet.net",39],["coin-turk.com",40],["itemci.com",50],["neskici.com",63],["~neskici.com",63],["degisimmedya.com",64],["radyofenomen.com",68],["r10.net",70],["61saat.com",81],["haberintakasi.com",84],["haber61.net",86],["karadenizgazete.com.tr",94],["mygaziantep.com",101],["esgundem26.com",104],["aydinpost.com",106],["trabzonhaber24.com",108],["nesine.com",109],["egehaber.com",111],["medimagazin.com.tr",116],["oncurtv.com",104],["beintvcanliizle52.com",122],["beintvcanliizle53.com",122],["beintvcanliizle54.com",122],["beintvcanliizle55.com",122],["beintvcanliizle56.com",122],["beintvcanliizle57.com",122],["beintvcanliizle58.com",122],["beintvcanliizle59.com",122],["beintvcanliizle60.com",122],["beintvcanliizle61.com",122],["beintvcanliizle62.com",122],["beintvcanliizle63.com",122],["beintvcanliizle64.com",122],["beintvcanliizle65.com",122],["beintvcanliizle66.com",122],["beintvcanliizle67.com",122],["beintvcanliizle68.com",122],["beintvcanliizle69.com",122],["beintvcanliizle70.com",122],["beintvcanliizle71.com",122],["dizitime.*",125],["yabancidizi.*",130],["ssport.tv",137],["besiktas.com.tr",138],["eskisehirekspres.net",142],["karaman24.com",142],["haberlisin.com",142],["eskisehirhaber.com",142],["halk54.com",142],["kocaelidenge.com",144],["ekonomihaber.com",149],["haber32.com.tr",151],["e-inegol.com",155],["eroticpub.com",157],["gecefilmizle.com",159],["filmizlemobil.net",160],["filmizleson.com",159],["sinekolik.com",162],["mobeseizle.net",164],["bilgenc.com",165],["cumhuriyet.com.tr",167],["akyazihaber.com",176],["servers-mc.net",181],["com",186],["info",189],["biz",195],["sexzun.com",197],["badtv.net",198],["doeda.one",201],["dizilla40.com",202],["selcukflix.net",213],["dizilla.club",202],["atvavrupa.tv",220],["apara.com.tr",222],["larende.com",229],["kemergozcu.com",236],["otohaber.com.tr",240],["lha.com.tr",243],["aktifbulten.com.tr",243],["antalyasonhaber.com",243],["haberetanik.com",244],["tevhidgundemi.com",243],["hakimiyet.com",246],["gaziantep27.net",243],["olay53.com",243],["olayrize.com",251],["akcaabatinsesi.com",254],["haberzamani.net",243],["avazturk.com",243],["ereglimetro.com.tr",243],["aydinhedef.com.tr",243],["lojiport.com",257],["ngazete.com",243],["marastanhaber.com.tr",259],["nutuk.com.tr",243],["yenikapihaber.com",243],["ilgazetesi.com.tr",243],["hakkariobjektifhaber.com",257],["tasova.net",261],["hakkarihabertv.com",257],["karamanhabercisi.com",257],["marasgundem.com.tr",257],["sivasbulteni.com",243],["detaykibris.com",263],["wanhaber.com",268],["elazighaber.com",243],["virahaber.com",272],["61trabzonhaber.com",257],["karsmanset.com",243],["mepanews.com",243],["golbasisongaste.com",243],["yuksekovahaber.com.tr",243],["memleket.com.tr",257],["gazeteguncel.com",243],["enerjigunlugu.net",257],["buyukkocaeli.com.tr",257],["magazinkolik.com",276],["sakaryahaber.com",243],["ekrangazetesi.com",279],["isilanlarikariyer.com",243],["konyaninsesi.com.tr",257],["siyasetcafe.com",243],["optimushaber.com",243],["gunboyugazetesi.com.tr",281],["agazete.com.tr",283],["aktuelpsikoloji.com",286],["banazguncelhaber.com",288],["kibris724.com",243],["takvim.com.tr",290],["aydin24haber.com",243],["turkiyeegitim.com",243],["nazillihavadis.com",243],["koylerim.com",243],["yeniasir.com.tr",301],["ahaber.com.tr",308],["risalehaber.com",243],["bilecikhaber.com.tr",257],["pusulahaber.com.tr",243],["bolgegundem.com",329],["olay.com.tr",333],["saglikaktuel.com",340],["afyonanahaber.com.tr",243],["merhabahaber.com",344],["sariyermanset.com",243],["haberartiturk.com",243],["yeniduzen.com",346],["bafra55.net",257],["atv.com.tr",349],["ajans32.com",357],["aspor.com.tr",361],["dengegazetesi.com.tr",243],["haberay.com.tr",243],["kargohaber.com",243],["medyaege.com.tr",243],["memurpostasi.com",243],["ozgurkocaeli.com.tr",254],["pazar53.com",243],["sabah.com.tr",376],["teknolojic.com",243],["ulkucumedya.com",243],["ulusalpost.com",243],["yenicaggazetesi.com.tr",402],["ajansbesiktas.com",243],["veteknoloji.com",407],["kamuajans.net",407],["kadikoygazetesi.com",408],["arti49.com",413],["sokgazetesi.com.tr",415],["webursa.com",407],["lifebursa.com",418],["bursahakimiyet.com.tr",421],["igfhaber.com",407],["yenidonem.com.tr",423],["insaatderyasi.com",407],["borsatek.com",407],["dizilab9.*",427],["dizilab8.*",427],["abcgazetesi.com",431],["anadoludabugun.com.tr",436],["egelife.com",407],["halktv.com.tr",407],["karar.com",438],["haberciniz.biz",407],["yurtgazetesi.com.tr",443],["tozlumagazin.net",447],["bbnhaber.com.tr",449],["otuzbeslik.com",407],["nefisyemektarifleri.com",453],["mansethaber.com",407],["kibrispostasi.com",463],["gununyalanlari.com",407],["sosyalhalisaha.com",407],["ertehaber.com",407],["beyazgazete.com",469],["yesiligdir.com",472],["perakende.org",475],["yarimadagazetesi.com",407],["sinematuru.com",478],["fotospor.com",480],["fanatik.com.tr",487],["erasmusu.com",496],["bolugundem.com",498],["aofsoru.com",500],["kocaeligazetesi.com.tr",502],["antalyaburada.com",505],["airporthaber.com",508],["oyungemisi.com",510],["pudra.com",407],["televole.com",407],["yeniakit.com.tr",515],["neoldu.com",528],["tarsusakdeniz.com",531],["havaturkiye.com",531],["mersinhaber.com",531],["sonses.tv",532],["anamurekspres.com",532],["sakinca.com",532],["gazetebanka.com",532],["habereko.com",532],["aktifhabergazetesi.com",532],["elazighaberkent.com",532],["elazigharputgazetesi.com",532],["samsunhaberhatti.com",532],["yurtspor.com",533],["hayat.ro",535],["ahbmedya.com",538],["worldofturkiye.com",540],["eksisozluk.com",541],["filmizlekral.com",545],["ogznet.com",547],["ajanstekirdag.com",551],["enyenimedya.com",540],["yenisafak.com",553],["kocatepegazetesi.com",562],["dinimizislam.com",540],["tarihiyolculuk.com",540],["geziforumu.com",540],["kadinloji.com",540],["donghuatr.com",540],["havadurumu15gunluk.xyz",564],["sonhaber16.com",566],["bifikir.com",540],["nowtv.com.tr",540],["haber228.com",569],["diyarbakirhaber.com.tr",540],["diyarbakirgazete.com",540],["konupara.com",571],["cumrapostasi.com",562],["sinemafilmizle.net",573],["degisimgazetesi.com.tr",575],["esporlab.com",540],["havadurumu15gunluk.org",564],["voleybolmagazin.com",578],["londragazete.com",540],["bursahayat.com.tr",581],["trt1.com.tr",584],["noktabursa.com.tr",540],["anlikaltinfiyatlari.com",586],["pasada.com.tr",588],["memoryhackers.org",594],["slideplayer.biz.tr",540],["sakarya360.com",569],["bigunhaber.com",540],["son32.com",540],["emlaknews.com.tr",597],["cagingazetesi.com.tr",600],["sabahhaberi.com",602],["sonsaat.com.tr",605],["medyaankara.com",540],["erotikfilmtube.com",609],["anadolugunluk.com",540],["kesinkarar.com",540],["bursverenkurumlar.com",613],["mengen.gen.tr",615],["capital.com.tr",617],["canlimobeseizle.com",540],["nallihanhaber.com",540],["muhabir26.com",540],["gundembursa.com",540],["uyan32.com",569],["selcukhaber.com",620],["webhakim.com",622],["ibrala.com",624],["ulakci.com",540],["haberyum.com",540],["yozgatses.com",540],["forumotomobil.com",540],["bodrumolay.com",626],["akvaryum.com",632],["uyumhaber.com",540],["yenimeram.com.tr",635],["gzt.com",638],["thebrandage.com",540],["gamer.com.tr",641],["medyafaresi.com",645],["indir.com",540],["bjk.com.tr",540],["bursadabugun.com",649],["gercekgundem.com",651],["haber7.com",653],["internethaber.com",677],["webtekno.com",684],["fullhdizlet.cc",698],["720pizleme.cc",699],["yabancidizivip.com",702],["fullfilmcibabaizlet.com",704],["fullfilmcibaba.nl",704],["fullhdabifilmizlet.com",706],["royalfilmizle.com",698],["fulltimehdfilmizle.*",708],["jetfilmizletv.net",698],["evrenselfilm1.com",711],["altyazilifilmizle3.com",714],["fullfilmizle.*",717],["1080pizle.net",725],["fullhdizle.*",727],["cehennemstream.xyz",738],["hlktrpl.cfd",739],["antalyahakkinda.com",742],["kandiraninsesi.com",745],["davahaber.com",738],["canlihaber.com",738],["milligazete.com.tr",748],["bidunyahaber.net",738],["kartalgazetesi.com",751],["kirkbir.com",756],["cagdaskocaeli.com.tr",760],["kocaelihaberdunyasi.com",738],["lidergazete.com",762],["bilecik11.com",764],["liderbursa.com",767],["mebehliyetsinavsorulari.com",767],["haberler33.com",767],["mygazete.com",768],["kastamonuguncel.com",770],["elazigonline.com",772],["gazetecin.com",767],["elazighakimiyethaber.com",774],["sozcu.com.tr",776],["korkusuz.com.tr",801],["szctv.com.tr",801],["bursa.com",802],["megahaber27.com",806],["yemektarifleri.org",808],["mshowto.org",801],["dunyaatlasi.com",810],["ensonhaber.com",812],["gayrimenkulhaber.com",801],["cinemadran.com",801],["ranini.tv",830],["oggito.com",832],["rumma.org",801],["aydindenge.com.tr",801],["gecmisgazete.com",801],["roketdizi.*",835],["gelirkapisi.com",839],["bedavainternet.com.tr",841],["turkedebiyati.org",842],["frpnet.net",846],["teknobh.com",848],["begonya.com",841],["kadinvekadin.net",841],["savunmasanayist.com",851],["aof.tc",853],["m5dergi.com",841],["sosyola.com",855],["havadiskibris.com",857],["unirehberi.com",841],["techolay.net",874],["oyunindir.club",876],["armoniscans.com",876],["yoldaolmak.com",877],["sorumatik.co",879],["andronova.net",876],["koinfinans.com",882],["hwp.com.tr",886],["lafmacun.net",888],["oyundunyasi.net",891],["teknodiot.com",893],["ruyashoujo.com",876],["pchocasi.com.tr",899],["dusuncekatalogu.com",876],["dirilispostasi.com",902],["turkuazgazetesi.net",905],["yenialanya.com",905],["bugunkocaeli.com.tr",905],["mansetaydin.com",906],["seskocaeli.com",908],["kocaelibarisgazetesi.com",905],["kocaelikoz.com",905],["enkocaeli.com",905],["nasil-yazilir.com",911],["pandaspor.live",912],["hotstream.club",914],["fotomac.com.tr",915],["odatv.com",933],["odatv4.com",937],["justintvsh.baby",938],["justinttvvamphd.cfd",942],["evvelcevap.com",943],["trendyol.com",945],["f5haber.com",948],["bitcoinsistemi.com",950],["hepsiburada.com",952],["ogretmenlersitesi.com",958],["kayserianadoluhaber.com.tr",959],["memurlar.net",963],["neredekal.com",973],["yesilkartforum.com",975],["fullhdfilmsalonu.org",976],["bedavahesap.org",980],["aydinlik.com.tr",981],["cizgivedizi.com",982],["uludagsozluk.com",984],["sporekrani.com",992],["hdfilmcehennemi.*",994],["sporx.com",998],["nufusu.com",1005],["sorubak.com",1006],["paratic.com",1008],["canlimacizlene.blogspot.com",1027],["gunhaber.com.tr",1028],["canakkalegundem.net",1030],["bewins.tv",1032],["basarisiralamalari.com",1033],["havaforum.com",1049],["borsadirekt.com",1050],["elisa1.lat",1052],["haberler.com",1053],["justintv-canlimacizle.com",1092],["taraftarium.tr",1093],["dizirex.com",1094],["dizimag.*",1095],["izlekolik.org",1098],["dizikorea.*",1100],["arenasportshd.com",1103],["htspor.com",1105],["gazetebirlik.com",1106],["justintvnews.com",1111],["hepsiemlak.com",1116],["emlakjet.com",1118],["ntvspor.net",1121],["thewikihow.com",1124],["antalyahurses.com",1126],["taraftariumlive.com",1127],["trhaber.com",1129],["asyaanimeleri.*",1132],["cristal.guru",1133],["minecraft-turkiye.com",1134],["tranimaci.com",1135],["fivemturk.net",1139],["hdfilmsitesi.*",1143],["sinefilmgo.org",1146],["tarzifilm.com",1148],["mnfilmizle.com",1150],["mnfilmizle1.com",1150],["fullhdfilmcehennemi.vip",1152],["filmtib.com",1154],["filmizlemobil.com",1154],["filmizlego.com",1154],["yenifilmizle.org",1154],["erotizmcenneti.org",1154],["dizirella.com",1155],["burcufilm.com",1154],["filmizlersin.com",1154],["forum.donanimarsivi.com",1157],["epikplayer.xyz",1162],["beyazperde.com",1163],["gdh.digital",1165],["iscihaber.net",1169],["roketdizi.live",1170],["kibrisgazetesi.com",1173],["12punto.com.tr",1179],["taraftarium-24tv.com",1180],["puango.net",1180],["dizimag.eu",1181],["koreanturk.com",1183],["bizevdeyokuz.com",1186],["incisozluk.com.tr",1188],["emlaktuel.com",1191],["tercihrobotu.com.tr",1193],["donanimarsivi.com",1196],["yeniisfikirleri.net",1198],["enerjigazetesi.ist",1202],["kanalfinans.com",1180],["selcuksporthd24.com",1180],["selcuksporthd25.com",1180],["selcuksporthd26.com",1180],["selcuksporthd27.com",1180],["selcuksporthd28.com",1180],["selcuksporthd29.com",1180],["selcuksporthd30.com",1180],["selcuksporthd31.com",1180],["selcuksporthd32.com",1180],["selcuksporthd33.com",1180],["selcuksporthd34.com",1180],["selcuksporthd35.com",1180],["selcuksporthd36.com",1180],["selcuksporthd37.com",1180],["selcuksporthd38.com",1180],["selcuksporthd39.com",1180],["selcuksporthd40.com",1180],["selcuksporthd41.com",1180],["selcuksporthd42.com",1180],["selcuksporthd43.com",1180],["eurovizyon.co.uk",1204],["gazetevatan.com",1205],["posta.com.tr",1217],["softonic.com.tr",1221],["bugunkibris.com",1223],["tv100.com",1225],["gazetememur.com",1228],["~amp-krone-at.cdn.ampproject.org",1228],["~krone.at",1228],["~mixdownmag.com.au",1228],["antakyagazetesi.com",1229],["evrensel.net",1232],["boykot.co",1240],["selcuksports.*",1242],["selcuksportss.com",1243],["dizi16.life",1246],["dizi17.life",1246],["dizi18.life",1246],["dizi19.life",1246],["dizi20.life",1246],["dizi21.life",1246],["dizi22.life",1246],["dizi23.life",1246],["dizi24.life",1246],["dizi25.life",1246],["dizi26.life",1246],["dizi27.life",1246],["dizi28.life",1246],["dizi29.life",1246],["dizi30.life",1246],["dizi31.life",1246],["dizi32.life",1246],["dizi33.life",1246],["dizi34.life",1246],["dizi35.life",1246],["fullhdfilmizlesene.*",1247],["sondakika.com",1253],["yabancidiziizle.*",1267],["gunes.com",1268],["canli-macizle.com",1270],["golgebahcesi.com",1271],["filmizleplus.cc",1272],["filmizlehdfilm.com",1274],["filmizletv.*",1278],["fullhdfilmizle.*",1284],["fullhdfilmizletv.*",1274],["hdfilmcix.*",1291],["hdfilmizlesene.org",1296],["sinema.cx",1296],["inattvgiris.pro",1298],["webdramaturkey.org",1303],["utanmazkizlar.com",1305],["maksatbilgi.com",1307],["yemek.com",1313],["aylink.co",1317],["pamukovasosyalmedya.com",1318],["buyuksivas.com",1319],["mansetmalatya.com",1318],["mynet.com",1323],["filmizle.*",1338],["sinekolikk.com",1342],["sinetiktok.com",1342],["mc-tr.com",1343],["startv.com.tr",1350],["parselsorgu.tkgm.gov.tr",1352],["onedio.com",1353],["birasyadizi.com",1366],["dizifon.com",1369],["t24.com.tr",1371],["filmmodu.io",1379],["gitlink.pro",1380],["hangikredi.com",1381],["yatsan.com",1386],["izlekolik.pro",1387],["wfilmizle.my",1387],["erotizimfilmizle.com",1388],["herpet.net",1389],["yatirimnedir.com",1393],["diziyou.co",1394],["kadinlarkulubu.com",1400],["merlininkazani.com",1407],["m-tr.net",1413],["gazeteipekyol.com",1416],["mackolik.com",1417],["cioupdate.com.tr",1430],["sinefil.tv",1432],["forum.shiftdelete.net",1435],["techinside.com",1436],["epey.com",1437],["teknosa.com",1442],["istegundem.com",1444],["bloomberght.com",1445],["diyetkolik.com",1453],["fullindirsene.net",1458],["habercigazetesi.net",1462],["justintvx30.blogspot.com",1463],["justintvxx10.blogspot.com",1463],["inattv-taraftarium24-macizle.blogspot.com",1463],["canli-mac-izle-taraftarium24-izle.blogspot.com",1463],["justintvgiris.blogspot.com",1463],["sportboss-macizlesbs.blogspot.com",1463],["taraftarium402.blogspot.com",1463],["macicanliizle.sbs",1463],["taraftarium24canli-macizlesene.blogspot.com",1463],["taraftarium24hdgiris1.blogspot.com",1463],["selcukspor-taraftarium24canliizle1.blogspot.com",1463],["canlidizi6.org",1465],["cepteteb.com.tr",1467],["gidadedektifi.com",1468],["onlinedizi.xyz",1469],["dizihot.com",1471],["koredizileri.pw",1473],["fullfilmizle.pro",1473],["tclira.com",1474],["koreliscans.com",1475],["hayalistic.com.tr",1475],["inatflix9.xyz",1476],["emlak.mitula.com.tr",1478],["webaslan.com",1479],["pornoeileen.com",1480],["videojs.online",1480],["vipfilmsitesi.com",1481],["unutulmazfilmler4.com",1483],["birgun.net",1484],["tekfullfilmizle5.com",1487],["elle.com.tr",1488],["ajansspor.com",1491],["atarita.com",1502],["joymaxtr.net",1505],["koctas.com.tr",1506],["domlepen.com",1507],["erotikfilmkeyfi.org",1509],["siyahfilmizle.fan",1509],["fullprogramlarindir.net",1510],["hesapkurdu.com",1513],["tamindir.com",1517],["jetfilmizle.*",1528],["uzmancoin.com",1534],["dosya.one",1536],["kayseriolay.com",1537],["gercekfethiye.com",1541],["elazigyenihaber.com",1546],["dizigom1.tv",1549],["canlidoviz.com",1552],["gazeteduvar.com.tr",1555],["dizipal.org",1558],["oyungezer.com.tr",1562],["teknolojioku.com",1563],["hdfilmcehennem.net",1566],["alonot.com",1567],["bilgiportal.com",1569],["akakce.com",1571],["patronlardunyasi.com",1573],["kanald.com.tr",1575],["turkanime.co",1578],["turkiyegazetesi.com.tr",1582],["yabancidizi.io",1593],["diziyoutv.com",1595],["haberturk.com",1598],["uzaymanga.com",1615],["trovit.com.tr",1618],["mitula.com.tr",1619],["filmizlehdizle.com",1620],["fullfilmizlesene.net",1620],["beinsports.com.tr",1622],["forum.turkmmo.com",1625],["kocuce.com",1629],["mmotutkunlari.com",1636],["mislink3.com",1639],["dentalilan.com",1640],["kulaklik.com",1641],["yeppuu.com",1642],["vkfilmizlet.*",1643],["tgrthaber.com",1645],["dizimom.*",1646],["manga-tr.com",1650],["ntv.com.tr",1651],["tlctv.com.tr",1664],["dmax.com.tr",1664],["beyaztv.com.tr",1665],["kanal7.com",1667],["showtv.com.tr",1671],["teve2.com.tr",1664],["tv8.com.tr",1664],["tv8bucuk.com",1664],["tabii.com",1664],["trtizle.com",1664],["sinefy3.com",1673],["animeizlesene.com",1675],["webdramaturkey.*",1675],["donanimhaber.com",1676],["contentx.me",1688],["supernaturalizle.com",1689],["diziyo.*",1690],["hurriyet.com.tr",1694],["dogruhaber.com.tr",1710],["cheatglobal.com",1713],["fullhdfilm.*",1714],["bursahaber.com",1722],["filmmakinesi.*",1724],["mangaku.blog",1731],["dizipia.com",1733],["hdfilmcehennemii.co",1735],["dizimov.*",1735],["sikayetvar.com",1736],["haberkibris.com",1740],["superhaber.com",1748],["neguzelsozler.com",1749],["boxerdergisi.com.tr",1752],["bafrahaber.com",1755],["1000kitap.com",1759],["star.com.tr",1762],["serieturkisch.com",1769],["serietvturche.com",1769],["tvseriadosturcos.com",1769],["seriesturco.com",1769],["seriesturkish.com",1769],["televizyongazetesi.com",1770],["breakingbadizle.*",1772],["cimri.com",1773],["bikifi.com",1779],["okultanitimi.net",1781],["haber365.com.tr",1783],["airturkhaber.com",1786],["boluyankihaber.com",1790],["marastahaber.com",1791],["minipassion.net",1793],["sordum.net",1794],["bigahavadis.com",1795],["aksarayhaberci.com",1795],["girisimhaber.com",1796],["bandirmamanset.com",1799],["bizimyaka.com",1801],["cazkolik.com",1802],["starkibris.net",1803],["kimintelefonu.com",1804],["turkudostlari.net",1806],["ozengen.com",1807],["tenceretv.com",1809],["bomba32.com",1810],["hdfilmizleamk.*",1816],["sinemakolik.net",1818],["technopat.net",1820],["kuponigo.com",1831],["kraloyun.com",1832],["pvpserverler.pro",1835],["asyafanatiklerim.com",1836],["sinema.*",1838],["nnchaber.com",1841],["yenimesaj.com.tr",1843],["720pizle.*",1845],["diziroll.*",1847],["teknoloji.org",1848],["trwebtoon.com",1849],["plastikciyiz.biz",1851],["dizicaps.*",1852],["sportlemone.top",1857],["sportlemon.net",1857],["goodfilmizle.com",1859],["milliyet.com.tr",1862],["sinematurk.com",1875],["sinemalar.com",1877],["tarotscans.com",1881],["yasemin.com",1884],["medyahaber.com",1890],["kazanabilirsin.com",1891],["evimdergisi.com.tr",1892],["popsci.com.tr",1895],["aksam.com.tr",1899],["nedir.org",1911],["mavikadin.com",1916],["iha.com.tr",1925],["tvaktuel.com",1929],["oyunmoduindir.com",1930],["yenibiris.com",1931],["dizifilmbox.*",1933],["fullhdfilmizlesenebox.net",1939],["elzemfilm.org",1940],["ekonomist.com.tr",1944],["lezzet.com.tr",1950],["ulketv.com.tr",1956],["asyadiziizle.com",1958],["reytingtv.com",1961],["islamveihsan.com",1962],["tafdi3.com",1964],["tafdi4.com",1964],["ekoltv.com.tr",1966],["airporthaber2.com",1966],["tvnota.com",1966],["bayburtmanset.com",1966],["sehirmedya.com",1967],["yozgatcamlik.com",1966],["justintv200.com",1969],["justintv201.com",1969],["justintv202.com",1969],["justintv203.com",1969],["justintv204.com",1969],["justintv205.com",1969],["justintv206.com",1969],["justintv207.com",1969],["justintv208.com",1969],["justintv209.com",1969],["justintv210.com",1969],["justintv211.com",1969],["justintv212.com",1969],["justintv213.com",1969],["justintv214.com",1969],["justintv215.com",1969],["justintv216.com",1969],["justintv217.com",1969],["justintv218.com",1969],["justintv219.com",1969],["selcuksportshd1590.xyz",1973],["selcuksportshd1591.xyz",1973],["selcuksportshd1592.xyz",1973],["selcuksportshd1593.xyz",1973],["selcuksportshd1594.xyz",1973],["selcuksportshd1595.xyz",1973],["selcuksportshd1596.xyz",1973],["selcuksportshd1597.xyz",1973],["selcuksportshd1598.xyz",1973],["selcuksportshd1599.xyz",1973],["selcuksportshd1600.xyz",1973],["selcuksportshd-1c7ac28e5a14.click",1973],["selcuksportshd-f629290c2705.xyz",1973],["selcuksportshdde540fcd.xyz",1973],["selcuksportshd3e705845.xyz",1973],["selcuksportshd3d16b304.xyz",1973],["adonisfansub.com",1978],["forum.donanimhaber.com",1979],["trthaber.com",1986],["riojadivino.com",1990],["gercekbandirma.com",1991],["sandalca.com",1993],["sandalca.club",1996],["drtus.com",1997],["aktuel-urunler.com",2001],["fullhdfilmizlett1.com",2004],["dugun.com",2008],["kooplog.com",2009],["dosya.co",2010],["kimkimdir.net.tr",2011],["kitapyurdu.com",2013],["biliyo.org",2014],["afroditscans.com",2015],["puffytr.com",2016],["anizm.net",2018],["anizle.com",2016],["diziroll.club",2021],["veryansintv.com",2022],["muhasebetr.com",2025],["tarihdersi.net",2026],["yesiltopuklar.com",2029],["medyabar.com",2036],["samanyoluhaber.com",2037],["720pfilmizleme1.com",2038],["abysscdn.com",2043],["likessb.com",2044],["vsro.org",2045],["leadergamer.com.tr",2047],["golftutkusu.com",2048],["724dinle.com",2050],["dafflix.net",2051],["fullhdfilmizlebaba.com",2052],["turkrus.com",2053],["evrimagaci.org",2060],["oyunskor.com",2064],["fullhdfilmmodu2.*",2066],["n11.com",2069],["search.donanimhaber.com",2071],["trdoktor.com",2072],["finans.gazetevatan.com",2073],["tlkur.com",2074],["fullhdfilmizlesenebox.org",2075],["simulasyonturk.com",2078],["defenceturk.net",2081],["gazetevan.com",2084],["ehliyettestleri.com",2085],["testlericoz.com",2085],["ye-mek.net",2088],["gartic.io",2089],["tranimeizle.co",2090],["ruya-manga.com",2094],["hayalistic.com",2097],["clover-manga.com",2097],["vkfilmizle.net",2098],["pusulagazetesi.com.tr",2099],["cosmoturk.com",2101],["airlinehaber.com",2104],["sha.com.tr",2109],["eksiduyuru.com",2111],["yenikonya.com.tr",2112],["konhaber.com",2114],["cnnturk.com",2122],["wmaraci.com",2130],["ayatoon.com",2135],["raindropteamfan.com",2135],["dovizgrafik.com",2136],["salom.com.tr",2137],["doviz.com",2139],["samsunsehirgazetesi.com",2144],["fullhdfilmizle.vip",2146],["erotikfilmizle1.com",2148],["eniyifilms.com",2149],["realfilmizle6.com",2150],["realfilmizle7.com",2150],["realfilmizle8.com",2150],["realfilmizle9.com",2150],["realfilmizle10.com",2150],["realfilmizle11.com",2150],["realfilmizle12.com",2150],["realfilmizle13.com",2150],["realfilmizle14.com",2150],["realfilmizle15.com",2150],["realfilmizle16.com",2150],["realfilmizle17.com",2150],["realfilmizle18.com",2150],["realfilmizle19.com",2150],["realfilmizle20.com",2150],["realfilmizle21.com",2150],["realfilmizle22.com",2150],["realfilmizle23.com",2150],["realfilmizle24.com",2150],["realfilmizle25.com",2150],["realfilmizle26.com",2150],["realfilmizle27.com",2150],["realfilmizle28.com",2150],["realfilmizle29.com",2150],["realfilmizle30.com",2150],["siyahfilmizle.*",2156],["hdmixfilim.com",2158],["derstarih.com",2160],["medyaalemi.com.tr",2162],["birlikhabergazetesi.com",2164],["socratesdergi.com",2172],["gezilesiyer.com",2173],["justintv.*",2174],["yuksektopuklar.com",2179],["yetkinreport.com",2181],["bartinhergungazetesi.com",2183],["bartinolay.com",2184],["themagger.com",2187],["probiyotix.com",2192],["kriptoarena.com",2195],["koinbulteni.com",2199],["oggusto.com",2201],["enpolitik.com",2207],["ispartamhaber.com",2209],["bomba15.com",2209],["tarsusgazetesi.com",2209],["telegramgruplari.com",2210],["tele1.com.tr",2211],["avmgezgini.com",2214],["tureng.com",2215],["metin2rehberi.com",2216],["theflashizle.com",2217],["gemlikgundemgazetesi.com",2218],["hthayat.haberturk.com",2221],["malatyanethaber.com.tr",2222],["kocaelizirve.com",2225],["artisiirt.com",2225],["pazarlamasyon.com",2227],["dizimodu.com",2228],["gezenbilir.com",2233],["tiendeo.com.tr",2236],["vidmoxy.com",2238],["gazetemanifesto.com",2239],["incehesap.com",2242],["finans7.com",2243],["konyagazetesi.com.tr",2244],["sinemadelisi.com",2245],["muglayenigun.com",2247],["finikeakdeniz.com.tr",2252],["kimkazandi.com",2254],["bahiskilavuz4.com",2256],["dafflix.*",2259],["kariyer.net",2262],["malatyam.com",2266],["teknoseyir.com",2267],["myburc.com",2269],["canlitv.center",2270],["kredibankalar.com",2272],["altporno.xyz",2275],["flvconverter.org",2276],["youtube-mp3-music.com",2276],["mp3medya.com",2277],["turkaliz.com",2279],["teknobird.com",2280],["passporterstore.com",2283],["istanbulticaretgazetesi.com",2283],["timeturk.com",2284],["wv2.net",2291],["marketingturkiye.com.tr",2292],["ordugazete.com",2293],["imaret.com.tr",2295],["afyonhaber.com",2297],["seyredeger.com",2302],["yenihaberden.com",2303],["yetiskinfilmizle.xyz",2304],["burasiduzce.com",2305],["turkerotikfilm.com",2304],["cehennemstream.click",2307],["filmizle.in",2308],["yildizkisafilm.org",2308],["movietube32.xyz",2308],["burdenfly.com",2309],["altyazi.net",2310],["akorlar.com",2314],["sanalbasin.com",2315],["karamangundem.com",2318],["egitimsistem.com",2320],["karamandan.com",2320],["numaraara.com",2321],["gazeteoku.com",2322],["cnbce.com",2322],["dunya.com",2322],["paradurumu.com",2322],["tarifikolay.com",2323],["trivago.com.tr",2324],["letgo.com",2325],["tasit.com",2326],["canliskor.biz.tr",2328],["bundle.app",2330],["macsonuclari.com.tr",2332],["cozumpark.com",2335],["arabateknik.com",2339],["shiftdelete.net",2340],["habervakti.com",2344],["mp3indirdur.life",2345],["muzikmp3indir.com",2347],["sinepal.*",2352],["galeri.uludagsozluk.com",2354],["kamubulten.com",2357],["buyurindir.org",2358],["fragman-tv.com",2359],["doeda.com",2364],["editsizserverler.org",2367],["kamudanhaber.net",2370],["zamaninvarken.com",2371],["seyredelim.com",2373],["korsanedebiyat.com",2374],["ufukgazetesi.net",2376],["esgazete.com",2381],["fenerbahce.org",2383],["mail.com.tr",2385],["yenierzurumhaber.com",2388],["kriptoteknikhaber.com",2390],["altinpiyasa.com",2392],["kocaelidebugun.com",2393],["almanilan.com",2394],["yemekev.com",2395],["lorentlabs.com",2396],["canlialtinfiyatlari.com",2397],["filmkovasi.org",2398],["edebiyathaber.net",2399],["futbolarena.com",2403],["turizmajansi.com",2405],["numarasorgulamax.com",2406],["320volt.com",2407],["mp3semti.com",2408],["fivemturk.com",2409],["testkolik.com",2411],["macrehberi.com",2412],["altin.in",2413],["inegolonline.com",2418],["41saat.com",2421],["diziplus.*",2423],["dizivap.*",2423],["dizivid.co",2423],["diziday1.com",2423],["filmzal.*",2423],["arabamkacyakar.com",2424],["trt.net.tr",2425],["engelsiztrt.tv",2428],["trtmuzik.net.tr",2428],["repertuarim.com",2429],["jukeduke.com",2432],["stargamescasinoonline.com",2432],["dizibox.*",2433],["koinbox.net",2437],["bandirmasehir.com",2438],["frmtr.com",2443],["spyhackerz.org",2444],["kizlarsoruyor.com",2445],["emlaktasondakika.com",2448],["steelradar.com",2449],["kayserihaber38.com",2450],["arabalar.com.tr",2457],["bantmag.com",2459],["iyihisset.com",2460],["fullhdfilmizle.top",2461],["hdfilmcehennemizle.com",2461],["formsante.com.tr",2462],["ui.memoryhackers.org",2463],["fullhdfilmizlesene.pw",2465],["videovak.com",2466],["yesilist.com",2467],["turkhacks.com",2468],["bulurum.com",2470],["sahadan.com",2474],["alemfm.com",2486],["alem.com.tr",2486],["petroturk.com",2487],["atlasdergisi.com",2491],["adanahaber.net",2492],["meydannet.com",2493],["uzmanpara.milliyet.com.tr",2494],["dha.com.tr",2495],["1yuz.com",2499],["webmasterforum.com.tr",2500],["crackturkey.com",2499],["otomasyonforum.com",2502],["kontrolkalemi.com",2503],["devletdestekli.com",2505],["itemsatis.com",2506],["warezturkey.me",2507],["indirin.co",2509],["technoprogram.com",2510],["filmindir.be",2511],["teknoblog.com",2513],["dersimiz.com",2515],["belgeselizlesene.com",2517],["kriptoparapiyasasi.com",2520],["devirsaati.com",2524],["macsonuclari.mobi",2525],["siirtolayhaber.com",2527],["bursayadairhersey.com",2527],["surajans.com",2528],["kriptoparahaber.com",2530],["gazetecorlu.com",2534],["kriptokoin.com",2534],["solidshare.net",2535],["diziboxx.com",2536],["finanswebde.com",2539],["sahibim.net",2541],["coinkolik.com",2542],["tebernuskirecci.com.tr",2543],["koinmedya.com",2544],["kriptoparafiyatlari.com",2547],["filmmakinesi1.*",2548],["gaziantepinhabercisi.com",2549],["otonomhaber.com",2550],["tosunkaya.com",2551],["kuponla.com",2553],["burdurweb.com",2555],["bigpara.hurriyet.com.tr",2557],["klasspor.com",2558],["ehaege.com",2559],["kurdistan24.net",2562],["akittv.com.tr",2563],["dilekcesepeti.com",2565],["yurthaber61.com",2565],["bodrumgundem.com",2566],["egeyonhaber.com",2565],["turkgun.com",2568],["savunmasanayi.org",2569],["meleklermekani.com",2571],["turkiyeklinikleri.com",2573],["lastikcim.com.tr",2574],["transfermarkt.com.tr",2575],["keyfimuzik.net",2576],["kelimeler.net",2577],["kackalori.com.tr",2579],["forumkolik.net",2580],["ebrosur.com",2583],["sgkbilgisi.com",2586],["ardahanhaberi.com",2587],["btchaber.com",2588],["gastronomiturkey.com",2590],["businessht.bloomberght.com",2591],["haberglobal.com.tr",2593],["malatyahaber.com",2596],["almanyabulteni.de",2599],["akhisarhaber.com",2603],["temizsozluk.com.tr",2606],["malatyamegahaber.com",2607],["samdan.com.tr",2608],["esquire.com.tr",2613],["harpersbazaar.com.tr",2620],["forum.mevsim.org",2628],["fikirliderleri.com",2629],["medikalakademi.com.tr",2631],["hrdergi.com",2633],["karabukgundem.com",2634],["denizliyeniolay.com",2635],["asistanaliz.com",2636],["habergazetesi.com.tr",2638],["samsunsonhaber.com",2640],["kamuajans.com",2641],["ortacizgi.com",2643],["ajansurfa.com",2645],["indirimdemarket.com",2647],["dostbeykoz.com",2648],["millisavunma.com",2651],["jurnalci.com",2652],["illerarasimesafe.com",2653],["log.com.tr",2654],["bilgicik.com",2656],["zirvedehaber.com",2658],["ruyalar.net",2659],["magazinci.com",2660],["turizmgazetesi.com",2661],["goster.co",2667],["korezin.com",2668],["gundemsaros.com.tr",2669],["aydinda.com",2670],["forumatmosfer.com",2672],["find.com.tr",2673],["forum.sordum.net",2675],["lezizci.com",2675],["bilgidem.com",2675],["e-kitap.site",2676],["ekitap.site",2676],["lojistikhatti.com",2677],["yetiskinfilmler.org",2678],["hizliresim.com",2679],["kasut.org",2681],["alisverisrehberi.com",2682],["gaziantephaber.com",2683],["hayvansitesi.com",2684],["ilan365.net",2685],["ilacprospektusu.com",2686],["rasthaber.com",2688],["voltimum.com.tr",2689],["kargo-takibi.com",2690],["jeotermalhaberler.com",2692],["mimdap.org",2693],["eczacininsesi.com",2694],["fonttr.com",2695],["sekilliharfler.com",2697],["yesilekonomi.com",2698],["kointimes.net",2699],["bolumsonucanavari.com",2702],["forum.gamer.com.tr",2703],["cesmehaber.com",2710],["gezginler.net",2711],["radioeksen.com",2714],["sondakika23.com",2715],["satrancoyna.gen.tr",2720],["oyunkolu.com",2721],["oyunu.com.tr",2722],["alomaliye.com",2726],["hvac360tr.com",2727],["erosfilmizle.*",2729],["hdfilmizle.in",2732],["yabancidizilertv.*",2732],["dizipal1022.com",2729],["dizipal1021.com",2729],["dizipal1017.com",2729],["dizipal1.com",2729],["dizipal2.com",2729],["dizipal3.com",2729],["dizipal4.com",2729],["dizipal5.com",2729],["dizipal6.com",2729],["dizipal7.com",2729],["dizipal8.com",2729],["dizipal9.com",2729],["dizipal10.com",2729],["dizipal11.com",2729],["dizipal12.com",2729],["dizipal13.com",2729],["dizipal14.com",2729],["dizipal15.com",2729],["diziwatch1.net",2729],["diziwatch2.net",2729],["diziwatch3.net",2729],["diziwatch4.net",2729],["diziwatch5.net",2729],["diziwatch6.net",2729],["diziwatch7.net",2729],["diziwatch8.net",2729],["diziwatch9.net",2729],["diziwatch10.net",2729],["diziwatch11.net",2729],["diziwatch12.net",2729],["diziwatch13.net",2729],["diziwatch14.net",2729],["diziwatch15.net",2729],["filmcusx.com",2734],["fullhdfilmizlesem.com",2734],["memleketimbolu.com",2735],["ademyurt.com",2736],["giresunhaberci.com",2737],["bayimolurmusun.com.tr",2738],["indirveoyna.com",2739],["shirl.club",2740],["uplifers.com",2741],["yemek24.com",2743],["ifsamerkezi.com",2745],["dalamantv.com",2747],["kayiprihtim.com",2748],["oyun101.com",2749],["otomobilir.com",2750],["oyunoyna.tv.tr",2751],["oyuntimes.com",2751],["arabam.com",2752],["bolge.com.tr",2756],["muzikonair.com",2756],["milasonder.com",2757],["memohaber.com",2760],["akcakocahavadis.com",2762],["geredeyenigun.com",2764],["cerkezkoyhaber.com.tr",2766],["gazetekolektif.com",2769],["ha-ber.com",2770],["egemeclisi.com",2771],["dunyasozluk.com",2773],["hesabet.com",2774],["istanbullife.com.tr",2775],["gunaydinduzce.com",2776],["duzceninsesi.com.tr",2781],["indigodergisi.com",2786],["forum.miuiturkiye.net",2788],["savebutonu.com",2793],["idilyazar.com",2794],["icn.com.tr",2795],["cevir.gen.al",2797],["namazsitesi.com",2798],["hurhaber.com",2800],["teknoburada.net",2802],["insaattrendy.com",2803],["antoloji.com",2806],["saraygazetesi.com",2809],["mirror-h.org",2811],["gzone.com.tr",2812],["3dmadmax.com",2813],["samsungazetesi.com",2814],["tvnet.com.tr",2815],["flaskocaeli.com",2816],["marashaber.com.tr",2817],["gencinsesi.com",2818],["hdfilmizletv.net",2820],["fmhikayeleri.com",2821],["sofra.com.tr",2822],["paradergi.com.tr",2822],["unyenethaber.com",2824],["sapanca.com.tr",2829],["bilgisayarbilisim.net",2830],["mycbet.com",2834],["grafikerler.org",2836],["dogushaber.com",2837],["duzcetv.com",2839],["milatgazetesi.com",2841],["acikradyo.com.tr",2842],["hastane.com.tr",2843],["ifhaber.com",2844],["borsanasiloynanir.co",2845],["wikihow.com.tr",2850],["vidtekno.com",2851],["bakis.bg",2852],["ogrencikariyeri.com",2853],["appleyardim.org",2855],["tavsiyeediyorum.com",2857],["ciftlikdergisi.com.tr",2860],["karnaval.com",2861],["kentteyasam.com",2864],["tranimaci.com.tr",2865],["tourmag.com.tr",2866],["belemturktv.com",2868],["nusaybinim.com",2869],["karsolay.com",2870],["efelerhaber.com",2872],["erzurumajans.com",2875],["ceofix.com",2878],["8gunhaber.com",2880],["radyodinle.*",2882],["oyun.mynet.com",2883],["rodopruzgari.com",2885],["muratlihizmetgazetesi.com",2886],["antalyam.com",2889],["imarhaber.com",2892],["bolupostasi.com",2894],["bozuyukhaberajansi.com",2894],["yenicagri.com",2894],["businesschannel.com.tr",2894],["onlarnediyo.com",2894],["medyaayvalik.com",2894],["emlakmanset.com",2895],["tvdizix.com",2896],["corumtime.com",2897],["mp3indir.rocks",2899],["fenokulu.net",2900],["gorunumgazetesi.com.tr",2903],["kediblog.com",2904],["fuaraktuel.com",2906],["gazetepoyraz.com",2907],["yenikocaeli.com",2908],["akillitarife.com",2910],["aykutozdemir.com.tr",2911],["yerelbt.com",2914],["7deniz.net",2915],["muzmp3indir.com",2916],["oyunhabertr.com",2917],["sinemagecesi.com",2918],["turkhackteam.org",2919],["diziizle.top",2922],["kadikoylife.com",2923],["gazeteulus.com",2929],["egetelgraf.com",2930],["golcukvizyongazetesi.com",2931],["kobiyasam.com.tr",2933],["hurdusun.com",2934],["nereye.com.tr",2935],["kenthayat.com",2937],["bumudur.com",2938],["poki.com",2939],["pendiklitv.com",2940],["iskuruyorum.com",2942],["acipayamgazetesi.com",2943],["on5yirmi5.com",2946],["millihakimiyet.com",2947],["basketdergisi.com",2949],["1907.org",2952],["avrupaturkgazetesi.com",2954],["hatayyasam.com",2955],["myinstants.com",2957],["yozgatgazetesi.com",2958],["yerkoyhabergazetesi.com",2963],["tunceliemek.com.tr",2964],["kandiragundem.com",2967],["1080hdfilmizle.com",2968],["tekirdagodak.com",2969],["istanbul.com",2971],["belge.com.tr",2972],["mimarizm.com",2975],["mavikocaeli.com.tr",2976],["batiakdeniztv.com",2979],["haberkasaba.com",2981],["egitimtercihi.com",2982],["thegeyik.com",2984],["arifiyehaber.net",2986],["onceokuloncesi.com",2989],["sosyalbilimler.org",2991],["kirsehirhakimiyet.com",2992],["kanal15.com.tr",2992],["upslut.com",2994],["fiatlinea.org",2996],["seatclubturkey.com",2997],["kiaclubtr.com",2998],["tofasteam.com",2999],["sektorel.com",3000],["casinokazan.net",3001],["paraborsa.net",3003],["yapi.com.tr",3004],["motosiklet.net",3006],["turkeyforum.com",3013],["renaultfanclub.com",3013],["forum.grandepuntotr.com",3013],["malzemebilimi.net",3014],["scroll.com.tr",3014],["magazin.com.tr",3015],["hibya.com",3016],["batmangapgazetesi.com",3017],["rayhaber.com",3021],["trakyagundem.net",3022],["2eylul.com.tr",3024],["sariyergazetesi.com",3025],["kartal24.com",3026],["sirketlerligi.com",3027],["msxlabs.org",3028],["avrupayakasi.com.tr",3029],["konyaninnabzi.web.tr",3035],["tuzgolugazetesi.com",3038],["excel.web.tr",3039],["indirgo.club",3040],["fosforludusunceler.com",3042],["koinvizyon.com",3044],["arenabodrumhaber.com",3045],["kenttv.net",3050],["turkegitim.net",3051],["engelliler.biz",3053],["fotografdergisi.com",3054],["nurdanhaber.com",3055],["eniyiandroid.com",3056],["nazilliadalet.com",3058],["aydinlatma.org",3059],["kibrissondakika.com",3064],["elektriktesisatportali.com",3070],["ileilgili.org",3071],["nedirnasilneden.com",3071],["businessturkeytoday.com",3072],["afsinhabermerkezi.com",3073],["edirnehaber.org",3076],["marasexpress.com",3077],["guneykoresinemasi.com",3078],["turizmdosyasi.com",3079],["istanbultakipte.com",3080],["doramagazin.com",3083],["turkascihaberleri.com",3085],["unyekent.com",3086],["besniekspres.com",3086],["aksarayhaber68.com",3086],["moradergisi.com",3086],["afyonmansethaber.com",3086],["kanal16haber.com",3086],["guneydogutv.com",3086],["simashaber.com",3086],["gazipasahaber.com",3086],["antalyaguncel.com",3086],["termebilgigazetesi.com",3086],["tersanedergisi.com",3087],["ilkokul1.com",3088],["vidyome.com",3089],["efullizle.com",3090],["malatyasoz.com",3091],["dizilla.*",3092],["zipfilmizle.com",3092],["rehberlikservisi.net",3093],["kesanpostasi.com",3094],["renklikodlar.net",3095],["yemekyapin.com",3097],["bigatribun.net",3098],["menuburada.com",3101],["59.com.tr",3102],["airwaypost.com",3104],["kocaelihaberci.com",3106],["forummakina.com.tr",3107],["animex.club",3108],["cadcamsektoru.com",3109],["gmdergi.com",3110],["gurmeajanda.com",3113],["vogue.com.tr",3115],["mutfakhaber.net",3116],["hizmetix.com.tr",3117],["kamyonum.com.tr",3118],["sultanbeylim.com",3119],["denizlihaber.com",3120],["morfikirler.com",3136],["tokihaber.com.tr",3137],["yenienerji.com",3138],["artfulliving.com.tr",3142],["haberdurus.com",3143],["kardelengazetesi.com",3143],["basakgazetesi.com",3143],["haber18.com",3144],["askeribirlikler.com",3145],["hadipisir.com",3146],["fethiyehaber.com",3147],["papajohns.com.tr",3151],["superfb.com",3153],["sanayigazetesi.com.tr",3156],["paraanaliz.com",3156],["yenikutahya.com",3156],["d20haber.com",3157],["retailturkiye.com",3161],["denizpostasi.com",3161],["yarisdergisi.com",3163],["dijitalgaste.com",3166],["elazighaber23.com",3167],["egedeizmir.com",3169],["orduulak.com",3170],["siberdeyiz.com",3172],["subaruturkiyeforum.com",3174],["urfa.com",3175],["olumhaberi.com",3176],["animehaber.com",3177],["ajanimo.com",3178],["oyunlarskor.com",3180],["kayisihaber.com",3181],["korkmazhaber.com",3182],["genelpara.com",3183],["tranimeizle.*",3184],["ellerimesaglik.com",3186],["freemagazine.com.tr",3188],["turkishtimedergi.com",3190],["canakkalekalem.com",3191],["bthaber.com",3193],["liderform.com.tr",3194],["zebramo.com",3196],["turkiyesanayigazetesi.com",3197],["perakendeisdunyasi.com",3197],["maxfilmizle.*",3200],["enyenifilmizle.*",3200],["dizibox6.com",3200],["dizibox7.com",3200],["dizibox8.com",3200],["dizibox9.com",3200],["dizibox10.com",3200],["dizibox11.com",3200],["dizibox12.com",3200],["dizibox13.com",3200],["dizibox14.com",3200],["dizibox15.com",3200],["dizibox16.com",3200],["dizibox17.com",3200],["dizibox18.com",3200],["dizibox19.com",3200],["dizibox20.com",3200],["dizibox21.com",3200],["dizibox22.com",3200],["dizibox23.com",3200],["dizibox24.com",3200],["dizibox25.com",3200],["sigortacigazetesi.com.tr",3201],["gazeddakibris.com",3203],["sacsirlari.com",3204],["puhutv.com",3205],["magazind.net",3206],["gencgazete.net",3208],["urfanatik.com",3209],["isyatirim.com.tr",3210],["torrentoyunindir.com",3211],["halkinhabercisi.com",3213],["sanatatak.com",3215],["kayseritelgraf.com",3217],["yeniasya.com.tr",3218],["snobmagazin.com",3220],["postkolik.com",3221],["gundem71.com",3223],["hiztesti.com.tr",3225],["ismporno.com",3226],["pornmsc.com",3226],["gmag.com.tr",3227],["oyunceviri.net",3229],["nefesgazetesi.com",3231],["izlemag.com",3232],["turkiyedeenerji.com",3233],["qualitydergisi.com",3235],["cerkezkoyekspres.com",3236],["bakirkoydenhaber.com",3237],["gercekkocaeli.com.tr",3239],["kocaelifikir.com",3240],["demokratkocaeli.com",3248],["cevremuhendisligi.org",3251],["cukurovaexpres.com",3252],["geyvemedya.com",3253],["divamagazin.com",3255],["birhayalinpesinde.com",3258],["bestylemagazine.com",3261],["fullfilmizle.cx",3262],["dolubatarya.com",3263],["espor.migros.com.tr",3263],["favorilezzetler.com",3263],["digitalage.com.tr",3263],["clubberism.com",3264],["tr724.com",3265],["benguturk.com",3266],["gecce.com.tr",3267],["m.pes24.com",3268],["azbuz.org",3270],["pembeoje.com",3271],["tercihiniyap.net",3272],["eskimeyenkitaplar.com",3274],["neolacakki.com",3275],["suslusozluk.com",3276],["videoindirelim.com",3277],["gsmturkey.net",3279],["sgkrehberi.com",3280],["denizli24haber.com",3287],["pes24.com",3287],["bianet.org",3288],["dunyabizim.com",3290],["sozcukitabevi.com",3292],["jhlclinic.com",3293],["justintv.vip",3293],["bhdgc.com",3293],["donailfoulardautore.com",3293],["gazeterize.com",3293],["aydinses.com",3293],["atastymorsel.com",3293],["bonneyrega.com",3293],["tesisatmarket.com",3294],["08haber.com",3296],["sakaryagazetesi.com.tr",3299],["gunisigigazetesi.net",3304],["msn.com",3305],["mutfaksirlari.com",3306],["politikars.com",3307],["sahibinden.com",3308],["m.bafrahaber.com",3311],["medyaradar.com",3313],["egitimler.info",3317],["turizmaktuel.com",3318],["akademikpersonel.org",3322],["webrazzi.com",3324],["izlesene.com",3327],["yolculukterapisi.com",3329],["muhendisimaaslari.com",3331],["benzinmagazin.com",3332],["gulum.net",3333],["magazinkafe.com",3334],["sifalidoktor.com",3335],["emlaksitem.com",3336],["cokbilgi.com",3338],["kanalb.com.tr",3339],["aykiri.com.tr",3340],["bihavadis.com",3342],["thecruiselife.com.tr",3342],["adalet.tv",3342],["haberasi.com",3342],["ajansgazetesi.com.tr",3342],["avcilarhabermerkezi.com",3342],["sanattanyansimalar.com",3342],["turgutluyanki.com",3342],["denizlidesiyaset.com",3342],["finans365.com",3342],["malatyaozhaber.com",3342],["kulahaber.net",3342],["hayrankaldim.com",3342],["yenibakis.com.tr",3342],["habercicanakkale.com",3342],["haber16.com",3342],["karamanca.net",3342],["denizgazete.com",3342],["kaptanhaber.com",3342],["oncusehir.com",3342],["turgutlupostasi.com",3342],["gebzeyenigun.com",3342],["turkinfo.nl",3342],["habercuk.com",3342],["habersanliurfa.net",3342],["mizahdunyam.com",3342],["denizlikenthaber.com",3342],["tarihistan.org",3342],["haberturizm.com",3342],["gazete365.com",3342],["turizmhabermerkezi.net",3343],["gazetegercek.com.tr",3343],["afyonkenthaber.com",3343],["tamgaturk.com",3343],["yozgatolay.com",3344],["bodrumdabirgun.com",3345],["astakoshaber.com",3347],["androidmakale.com",3348],["ggmyfriend.com",3350],["driverdestek.com",3354],["kha.com.tr",3355],["boluekspres.com",3359],["dijitalajanslar.com",3360],["temizmagazin.com",3361],["haber46.com.tr",3362],["silentall.net",3363],["www-hurriyet-com-tr.cdn.ampproject.org",3364],["cizgifilm.in",3365],["biletix.com",3368],["doktorsitesi.com",3370],["teknobeyin.com",3373],["cepkolik.com",3375],["tarihiolaylar.com",3376],["hdabla.net",3377],["gurkanbilgisu.com",3377],["hesaplama.net",3378],["zirve2000.com",3379],["bolusporluyuz.com",3380],["ozgurbolu.com",3382],["spor14.com",3384],["haber.sol.org.tr",3385],["haberegider.com",3388],["blogkurdu.net",3389],["mp3indirdur.mobi",3390],["ukraynahayat.com",3391],["muslimmedya.com",3393],["porn19.net",3394],["eodev.com",3395],["uzmanim.net",3396],["bisikletforum.com",3397],["canlitv.*",3399],["dosyauzantisi.com",3400],["nedir.com",3401],["canliradyodinle.fm",3402],["radyodinle.com",3404],["ilacrehberi.com",3405],["dilbilgisi.net",3406],["bilgihanem.com",3407],["daricagazetesi.com.tr",3411],["diken.com.tr",3412],["ligradyo.com.tr",3414],["dreamfancy.org",3415],["futbolingo.com",3416],["maxigame.org",3418],["paracevirici.com",3419],["m.mynet.com",3421],["m-mynet-com.cdn.ampproject.org",3421],["vucut-kitle-endeksi.hesaplama.net",3422],["21yyte.org",3423],["bankotahminler.com",3424],["mp3indirdur.pro",3425],["obezitehaber.com",3425],["mach1digital.com",3425],["donanimgunlugu.com",3426],["otomobil.haber7.com",3430],["aydinyeniufuk.com.tr",3431],["kemerhaber.com",3433],["fanmedya.com",3433],["ozgurifade.com.tr",3434],["apron24.com",3436],["sonperiyot.com",3439],["barbioyunu.com.tr",3440],["larimza.com",3441],["gaiadergi.com",3442],["boluobjektif.com",3444],["61medya.net",3446],["izle7.com",3448],["attyiz.biz.tr",3450],["m.hurriyet.com.tr",3451],["rooteto.com",3452],["applefoni.com",3454],["webellek.com",3455],["ingilizcenotlar.com",3456],["saglamindir.net",3457],["antalyakorfez.com",3461],["goley90canlitv3003.site",3462],["goley90canlitv3004.site",3462],["goley90canlitv3005.site",3462],["goley90canlitv3006.site",3462],["goley90canlitv3007.site",3462],["goley90canlitv3008.site",3462],["goley90canlitv3009.site",3462],["goley90canlitv3010.site",3462],["goley90canlitv3011.site",3462],["goley90canlitv3012.site",3462],["goley90canlitv3013.site",3462],["goley90canlitv3014.site",3462],["goley90canlitv3015.site",3462],["goley90canlitv3016.site",3462],["goley90canlitv3017.site",3462],["goley90canlitv3018.site",3462],["goley90canlitv3019.site",3462],["goley90canlitv3020.site",3462],["goley90canlitv3021.site",3462],["goley90canlitv3022.site",3462],["eclipsebettv81.com",3466],["eclipsebettv82.com",3466],["eclipsebettv83.com",3466],["eclipsebettv84.com",3466],["eclipsebettv85.com",3466],["eclipsebettv86.com",3466],["eclipsebettv87.com",3466],["eclipsebettv88.com",3466],["eclipsebettv89.com",3466],["eclipsebettv90.com",3466],["eclipsebettv91.com",3466],["eclipsebettv92.com",3466],["eclipsebettv93.com",3466],["eclipsebettv94.com",3466],["eclipsebettv95.com",3466],["eclipsebettv96.com",3466],["eclipsebettv97.com",3466],["eclipsebettv98.com",3466],["eclipsebettv99.com",3466],["eclipsebettv100.com",3466],["avrupabettv1.com",3466],["avrupabettv2.com",3466],["avrupabettv3.com",3466],["avrupabettv4.com",3466],["avrupabettv5.com",3466],["avrupabettv6.com",3466],["avrupabettv7.com",3466],["avrupabettv8.com",3466],["avrupabettv9.com",3466],["avrupabettv10.com",3466],["avrupabettv11.com",3466],["avrupabettv12.com",3466],["avrupabettv13.com",3466],["avrupabettv14.com",3466],["avrupabettv15.com",3466],["avrupabettv16.com",3466],["avrupabettv17.com",3466],["avrupabettv18.com",3466],["avrupabettv19.com",3466],["avrupabettv20.com",3466],["avrupabettv21.com",3466],["avrupabettv22.com",3466],["rekortv39.com",3466],["rekortv40.com",3466],["rekortv41.com",3466],["rekortv42.com",3466],["rekortv43.com",3466],["rekortv44.com",3466],["rekortv45.com",3466],["rekortv46.com",3466],["rekortv47.com",3466],["rekortv48.com",3466],["rekortv49.com",3466],["rekortv50.com",3466],["rekortv51.com",3466],["rekortv52.com",3466],["rekortv53.com",3466],["rekortv54.com",3466],["rekortv55.com",3466],["rekortv56.com",3466],["rekortv57.com",3466],["rekortv58.com",3466],["rekortv59.com",3466],["rekortv60.com",3466],["rekortv61.com",3466],["rekortv62.com",3466],["rekortv63.com",3466],["forvettv31.online",3466],["forvettv32.online",3466],["forvettv33.online",3466],["forvettv34.online",3466],["forvettv35.online",3466],["forvettv36.online",3466],["forvettv37.online",3466],["forvettv38.online",3466],["forvettv39.online",3466],["forvettv40.online",3466],["forvettv41.online",3466],["forvettv42.online",3466],["forvettv43.online",3466],["forvettv44.online",3466],["forvettv45.online",3466],["forvettv46.online",3466],["forvettv47.online",3466],["forvettv48.online",3466],["forvettv49.online",3466],["betexpertv173.live",3466],["betexpertv174.live",3466],["betexpertv175.live",3466],["betexpertv176.live",3466],["betexpertv177.live",3466],["betexpertv178.live",3466],["betexpertv179.live",3466],["betexpertv180.live",3466],["betexpertv181.live",3466],["betexpertv182.live",3466],["betexpertv183.live",3466],["betexpertv184.live",3466],["betexpertv185.live",3466],["betexpertv186.live",3466],["betexpertv187.live",3466],["betexpertv188.live",3466],["betexpertv189.live",3466],["betexpertv190.live",3466],["01macvartv.live",3466],["yeniemlak.com",3467],["objektifhaber.com",3468],["karakartal.com",3471],["denizlisporhaber.com",3472],["arasikackm.com",3475],["a24.com.tr",3476],["beycan.net",3478],["biyografi.info",3479],["gundemgazetesi.net",3480],["balikesirhaberajansi.com",3481],["kuzeyanadolugazetesi.com",3485],["akillitelefon.com",3487],["dogruses.com",3489],["platinonline.com",3491],["sechaber.com.tr",3494],["suffagah.com",3496],["baslattusu.com",3497],["ekippolishaber.com",3499],["abamedya.com",3499],["blog.namazsitesi.com",3500],["yapimagazin.com",3501],["umraniyegundemi.com",3502],["kentvizyonhaber.com",3504],["borsagundem.com.tr",3505],["finansgundem.com",3505],["yemektekeyifvar.com",3506],["ttf.org.tr",3506],["arkeolojikhaber.com",3507],["ankaramasasi.com",3508],["hakimiyetgazetesi.com",3508],["guncelgazete.com",3508],["ihavideo.com.tr",3508],["gazikent27.com",3508],["yenisokegazetesi.com",3508],["paramedya.com.tr",3508],["emlakkulisi.com",3508],["cepde.net",3508],["web.tv",3508],["zargan.com",3509],["yemekzevki.com.tr",3511],["akcakocatv.com",3512],["ajans32tv.com",3513],["tarsushaber.com",3514],["hurriyetemlak.com",3515],["sanalokulumuz.com",3516],["anadolugazetesi.com",3518],["esenyurthaberleri.com",3519],["kutahyaekspres.com",3520],["pckoloji.com.tr",3520],["duzceparantez.com",3521],["trakyaninsesi.com",3523],["turkmmo.com",3524],["araba.com",3525],["kocaelioncu.com",3526],["afyonhisargazetesi.com",3529],["bolgegazetesi.com",3530],["sondakika-24.com",3531],["hendekgundem.com",3532],["borunsesi.com",3532],["buyukhaber.com",3532],["usakhabermerkezi.com",3532],["sariyeryenigun.com",3533],["canakkaleolay.com",3534],["haberself.com",3536],["ceplik.com",3537],["maxicep.com",3538],["sarkisozlerihd.com",3539],["gazetekeyfi.com",3540],["urgupajans.com",3541],["eleman.net",3542],["nasilkolay.com",3544],["minikago.com.tr",3545],["minikacocuk.com.tr",3547],["apelasyon.com",3548],["egepostasi.com",3549],["gercekizmir.com",3549],["gundemcesme.com",3549],["turktime.com",3549],["internetoku.com",3550],["zaytung.com",3551],["ihaledergisi.com",3552],["dogus.nl",3553],["ilerihaber.org",3554],["alternatifim.com",3555],["enerjiatlasi.com",3556],["kargotakiptr.com",3557],["yerelgazete.com.tr",3558],["mangazure.com",3560],["turizmprojedergisi.com",3561],["gundemkibris.com",3561],["ulasimonline.com",3561],["canlidizi6.com",3562],["sporcafe15.xyz",3563],["sporcafe16.xyz",3563],["sporcafe17.xyz",3563],["sporcafe18.xyz",3563],["sporcafe19.xyz",3563],["sporcafe20.xyz",3563],["sporcafe21.xyz",3563],["sporcafe22.xyz",3563],["sporcafe23.xyz",3563],["sporcafe24.xyz",3563],["sporcafe25.xyz",3563],["sporcafe26.xyz",3563],["sporcafe27.xyz",3563],["sporcafe28.xyz",3563],["sporcafe29.xyz",3563],["sporcafe30.xyz",3563],["sporcafe31.xyz",3563],["sporcafe32.xyz",3563],["afyonhaberturk.com",3567],["denizli20haber.com",3567],["egegundem.com.tr",3567],["fragmanlar.com",3567],["selcuksports127.top",3568],["selcuksports128.top",3568],["selcuksports129.top",3568],["selcuksports130.top",3568],["selcuksports131.top",3568],["selcuksports132.top",3568],["selcuksports133.top",3568],["selcuksports134.top",3568],["selcuksports135.top",3568],["selcuksports136.top",3568],["selcuksports137.top",3568],["selcuksports138.top",3568],["selcuksports139.top",3568],["selcuksports140.top",3568],["selcuksports141.top",3568],["selcuksports142.top",3568],["selcuksports143.top",3568],["selcuksports144.top",3568],["selcuksports145.top",3568],["selcuksports146.top",3568],["justintv61.top",3572],["justintv62.top",3572],["justintv63.top",3572],["justintv64.top",3572],["justintv65.top",3572],["justintv66.top",3572],["justintv67.top",3572],["justintv68.top",3572],["justintv69.top",3572],["justintv70.top",3572],["justintv71.top",3572],["justintv72.top",3572],["justintv73.top",3572],["justintv74.top",3572],["justintv75.top",3572],["justintv76.top",3572],["justintv77.top",3572],["justintv78.top",3572],["justintv79.top",3572],["justintv80.top",3572],["justintv81.top",3572],["justintv82.top",3572],["justintv83.top",3572],["justintv84.top",3572],["justintv85.top",3572],["justintv86.top",3572],["justintv87.top",3572],["justintv88.top",3572],["justintv89.top",3572],["justintv90.top",3572],["justintv91.top",3572],["justintv92.top",3572],["justintv93.top",3572],["justintv94.top",3572],["justintv95.top",3572],["justintv96.top",3572],["justintv97.top",3572],["justintv98.top",3572],["justintv99.top",3572],["justintv100.top",3572],["jestyayin941.com",3572],["jestyayin942.com",3572],["jestyayin943.com",3572],["jestyayin944.com",3572],["jestyayin945.com",3572],["jestyayin946.com",3572],["jestyayin947.com",3572],["jestyayin948.com",3572],["jestyayin949.com",3572],["jestyayin950.com",3572],["jestyayin951.com",3572],["jestyayin952.com",3572],["jestyayin953.com",3572],["jestyayin954.com",3572],["jestyayin955.com",3572],["jestyayin956.com",3572],["jestyayin957.com",3572],["jestyayin958.com",3572],["jestyayin959.com",3572],["jestyayin960.com",3572],["jestyayin961.com",3572],["jestyayin962.com",3572],["jestyayin963.com",3572],["jestyayin964.com",3572],["jestyayin965.com",3572],["jestyayin966.com",3572],["jestyayin967.com",3572],["jestyayin968.com",3572],["jestyayin969.com",3572],["jestyayin970.com",3572],["jestyayin971.com",3572],["jestyayin972.com",3572],["jestyayin973.com",3572],["jestyayin974.com",3572],["jestyayin975.com",3572],["jestyayin976.com",3572],["jestyayin977.com",3572],["jestyayin978.com",3572],["jestyayin979.com",3572],["jestyayin980.com",3572],["jestyayin981.com",3572],["jestyayin982.com",3572],["jestyayin983.com",3572],["jestyayin984.com",3572],["jestyayin985.com",3572],["jestyayin986.com",3572],["jestyayin987.com",3572],["jestyayin988.com",3572],["jestyayin989.com",3572],["jestyayin990.com",3572],["jestyayin991.com",3572],["jestyayin992.com",3572],["jestyayin993.com",3572],["jestyayin994.com",3572],["jestyayin995.com",3572],["jestyayin996.com",3572],["jestyayin997.com",3572],["jestyayin998.com",3572],["jestyayin999.com",3572],["jestyayin1000.com",3572],["balikesir24saat.com",3574],["iyihaberci.com",3574],["balkangunlugu.com.tr",3574],["bilardooyna.com",3574],["rekoroyun.com",3574],["muglagazetesi.com.tr",3575],["orduyorum.com",3574],["milliyetsanat.com",3577],["blackorwhitedergi.com",3578],["oyungemisi.net",3578],["oyunkuzusu.com",3578],["bursaspor.org.tr",3578],["listelist.com",3579],["kurtulusgazetesi.com.tr",3580],["mavididim.com.tr",3582],["webteizle.xyz",3583],["webteizle1.xyz",3583],["webteizle2.xyz",3583],["webteizle3.xyz",3583],["webteizle4.xyz",3583],["webteizle5.xyz",3583],["webteizle6.xyz",3583],["webteizle7.xyz",3583],["webteizle8.xyz",3583],["webteizle9.xyz",3583],["webteizle10.xyz",3583],["webteizle.click",3583],["webteizle1.click",3583],["webteizle2.click",3583],["webteizle3.click",3583],["webteizle4.click",3583],["webteizle5.click",3583],["webteizle6.click",3583],["webteizle7.click",3583],["webteizle8.click",3583],["webteizle9.click",3583],["webteizle10.click",3583],["webteizle3.com",3583],["webteizle4.com",3583],["webteizle5.com",3583],["webteizle6.com",3583],["webteizle7.com",3583],["webteizle8.com",3583],["webteizle9.com",3583],["webteizle10.com",3583],["webteizle.info",3583],["webteizle1.info",3583],["webteizle2.info",3583],["webteizle3.info",3583],["webteizle4.info",3583],["webteizle5.info",3583],["webteizle6.info",3583],["webteizle7.info",3583],["webteizle8.info",3583],["webteizle9.info",3583],["webteizle10.info",3583],["gidahatti.com",3586],["gazeteler.net",3587],["egitimhane.com",3588],["erzurumgazetesi.com.tr",3589],["isguc.org",3590],["moonfilmizle.com",3591],["hdfilmcanavari.org",3591],["filmmoduu.com",3591],["hdfilmizle.org",3591],["fullhdfilmizleabi.com",3591],["safirfilmizle1.com",3592],["filmkuzusu1.com",3592],["hdfreeizle.com",3593],["superfilmgeldi.net",3593],["sexfilmleriizle.com",3593],["fullfilmizletr.online",3594],["filmmodu.co",3595],["filmizlesene.*",3596],["hdfilmcehennem.live",3597],["rotabettv354.com",3598],["rotabettv355.com",3598],["rotabettv356.com",3598],["rotabettv357.com",3598],["rotabettv358.com",3598],["rotabettv359.com",3598],["rotabettv360.com",3598],["rotabettv361.com",3598],["rotabettv362.com",3598],["rotabettv363.com",3598],["betist126tv.live",3599],["betist127tv.live",3599],["betist128tv.live",3599],["betist129tv.live",3599],["betist130tv.live",3599],["betist131tv.live",3599],["betist132tv.live",3599],["betist134tv.live",3599],["betist135tv.live",3599],["betist136tv.live",3599],["betivotv156.com",3600],["betivotv157.com",3600],["betivotv158.com",3600],["betivotv159.com",3600],["betivotv160.com",3600],["betivotv161.com",3600],["betivotv162.com",3600],["betivotv163.com",3600],["betivotv164.com",3600],["betivotv165.com",3600],["betivotv166.com",3600],["milanotv25.shop",3603],["milanotv26.shop",3603],["milanotv27.shop",3603],["milanotv28.shop",3603],["milanotv29.shop",3603],["milanotv30.shop",3603],["milanotv31.shop",3603],["milanotv32.shop",3603],["milanotv33.shop",3603],["milanotv34.shop",3603],["milanotv35.shop",3603],["portobettv55.com",3605],["portobettv56.com",3605],["portobettv57.com",3605],["portobettv58.com",3605],["portobettv59.com",3605],["portobettv60.com",3605],["portobettv61.com",3605],["portobettv62.com",3605],["portobettv63.com",3605],["portobettv64.com",3605],["goblintvizle303.live",3606],["goblintvizle304.live",3606],["goblintvizle305.live",3606],["goblintvizle306.live",3606],["goblintvizle307.live",3606],["goblintvizle308.live",3606],["goblintvizle309.live",3606],["goblintvizle310.live",3606],["goblintvizle311.live",3606],["goblintvizle312.live",3606],["goblintvizle313.live",3606],["goblintvizle314.live",3606],["goblintvizle315.live",3606],["goblintvizle316.live",3606],["goblintvizle317.live",3606],["goblintvizle318.live",3606],["goblintvizle319.live",3606],["goblintvizle320.live",3606],["goblintvizle321.live",3606],["goblintvizle322.live",3606],["goblintvizle323.live",3606],["goblintvizle324.live",3606],["goblintvizle325.live",3606],["goblintvizle326.live",3606],["goblintvizle327.live",3606],["goblintvizle328.live",3606],["goblintvizle329.live",3606],["goblintvizle330.live",3606],["goblintvizle331.live",3606],["goblintvizle332.live",3606],["goblintvizle333.live",3606],["goblintvizle334.live",3606],["goblintvizle335.live",3606],["goblintvizle336.live",3606],["goblintvizle337.live",3606],["goblintvizle338.live",3606],["goblintvizle339.live",3606],["goblintvizle340.live",3606],["goblintvizle341.live",3606],["goblintvizle342.live",3606],["goblintvizle343.live",3606],["goblintvizle344.live",3606],["goblintvizle345.live",3606],["goblintvizle346.live",3606],["goblintvizle347.live",3606],["goblintvizle348.live",3606],["goblintvizle349.live",3606],["goblintvizle350.live",3606],["canlimacizle-hd3.com",3608],["canlimacizle-hd4.com",3608],["canlimacizle-hd5.com",3608],["canlimacizle-hd6.com",3608],["canlimacizle-hd7.com",3608],["canlimacizle-hd8.com",3608],["canlimacizle-hd9.com",3608],["canlimacizle-hd10.com",3608],["canlimacizle-hd11.com",3608],["canlimacizle-hd12.com",3608],["canlimacizle-hd13.com",3608],["canlimacizle-hd14.com",3608],["canlimacizle-hd15.com",3608],["canlimacizle-hd16.com",3608],["canlimacizle-hd17.com",3608],["canlimacizle-hd18.com",3608],["canlimacizle-hd19.com",3608],["canlimacizle-hd20.com",3608],["canlimacizle-hd21.com",3608],["canlimacizle-hd22.com",3608],["akintv1.live",3610],["akintv2.live",3610],["akintv3.live",3610],["akintv4.live",3610],["akintv5.live",3610],["akintv6.live",3610],["akintv7.live",3610],["akintv8.live",3610],["akintv9.live",3610],["akintv10.live",3610],["akintv11.live",3610],["akintv12.live",3610],["akintv13.live",3610],["akintv14.live",3610],["akintv15.live",3610],["akintv16.live",3610],["akintv17.live",3610],["akintv18.live",3610],["akintv19.live",3610],["akintv20.live",3610],["canlikolik.my",3612],["canlikolik1.my",3612],["canlikolik2.my",3612],["canlikolik3.my",3612],["canlikolik4.my",3612],["canlikolik5.my",3612],["canlikolik6.my",3612],["canlikolik7.my",3612],["canlikolik8.my",3612],["canlikolik9.my",3612],["canlikolik10.my",3612],["canlikolik11.my",3612],["canlikolik12.my",3612],["canlikolik13.my",3612],["canlikolik14.my",3612],["canlikolik15.my",3612],["canlikolik16.my",3612],["canlikolik17.my",3612],["canlikolik18.my",3612],["canlikolik19.my",3612],["canlikolik20.my",3612],["hentaizm6.online",3613],["hentaizm7.online",3613],["hentaizm8.online",3613],["hentaizm9.online",3613],["hentaizm10.online",3613],["hentaizm11.online",3613],["hentaizm12.online",3613],["hentaizm13.online",3613],["hentaizm14.online",3613],["hentaizm15.online",3613],["hentaizm16.online",3613],["hentaizm17.online",3613],["hentaizm18.online",3613],["hentaizm19.online",3613],["hentaizm20.online",3613],["hentaizm21.online",3613],["hentaizm22.online",3613],["hentaizm23.online",3613],["hentaizm24.online",3613],["hentaizm25.online",3613],["ugurfilm9.com",3614],["ugurfilm10.com",3614],["ugurfilm11.com",3614],["ugurfilm12.com",3614],["ugurfilm13.com",3614],["ugurfilm14.com",3614],["ugurfilm15.com",3614],["ugurfilm16.com",3614],["ugurfilm17.com",3614],["ugurfilm18.com",3614],["ugurfilm19.com",3614],["ugurfilm20.com",3614],["ugurfilm21.com",3614],["ugurfilm22.com",3614],["ugurfilm23.com",3614],["ugurfilm24.com",3614],["ugurfilm25.com",3614],["ugurfilm26.com",3614],["ugurfilm27.com",3614],["ugurfilm28.com",3614],["ugurfilm29.com",3614],["ugurfilm30.com",3614],["canlimacizlemax446.top",3616],["canlimacizlemax447.top",3616],["canlimacizlemax448.top",3616],["canlimacizlemax449.top",3616],["canlimacizlemax450.top",3616],["canlimacizlemax451.top",3616],["canlimacizlemax452.top",3616],["canlimacizlemax453.top",3616],["canlimacizlemax454.top",3616],["canlimacizlemax455.top",3616],["canlimacizlemax456.top",3616],["canlimacizlemax457.top",3616],["canlimacizlemax458.top",3616],["canlimacizlemax459.top",3616],["canlimacizlemax460.top",3616],["canlimacizlemax461.top",3616],["canlimacizlemax462.top",3616],["canlimacizlemax463.top",3616],["canlimacizlemax464.top",3616],["canlimacizlemax465.top",3616],["canlimacizlemax466.top",3616],["canlimacizlemax467.top",3616],["canlimacizlemax468.top",3616],["canlimacizlemax469.top",3616],["canlimacizlemax470.top",3616],["canlimacizlemax471.top",3616],["canlimacizlemax472.top",3616],["canlimacizlemax473.top",3616],["canlimacizlemax474.top",3616],["canlimacizlemax475.top",3616],["canlimacizlemax476.top",3616],["canlimacizlemax477.top",3616],["canlimacizlemax478.top",3616],["canlimacizlemax479.top",3616],["hdselcuksports371.top",3620],["hdselcuksports372.top",3620],["hdselcuksports373.top",3620],["hdselcuksports374.top",3620],["hdselcuksports375.top",3620],["hdselcuksports376.top",3620],["hdselcuksports377.top",3620],["hdselcuksports378.top",3620],["hdselcuksports379.top",3620],["hdselcuksports380.top",3620],["hdselcuksports381.top",3620],["hdselcuksports382.top",3620],["hdselcuksports383.top",3620],["hdselcuksports384.top",3620],["hdselcuksports385.top",3620],["hdselcuksports386.top",3620],["hdselcuksports387.top",3620],["hdselcuksports388.top",3620],["hdselcuksports389.top",3620],["hdselcuksports390.top",3620],["justintvizle430.top",3620],["justintvizle431.top",3620],["justintvizle432.top",3620],["justintvizle433.top",3620],["justintvizle434.top",3620],["justintvizle435.top",3620],["justintvizle436.top",3620],["justintvizle437.top",3620],["justintvizle438.top",3620],["justintvizle439.top",3620],["justintvizle440.top",3620],["justintvizle441.top",3620],["justintvizle442.top",3620],["justintvizle443.top",3620],["justintvizle444.top",3620],["justintvizle445.top",3620],["justintvizle446.top",3620],["justintvizle447.top",3620],["justintvizle448.top",3620],["justintvizle449.top",3620],["kuponuna284.top",3622],["kuponuna285.top",3622],["kuponuna286.top",3622],["kuponuna287.top",3622],["kuponuna288.top",3622],["kuponuna289.top",3622],["kuponuna290.top",3622],["kuponuna291.top",3622],["kuponuna292.top",3622],["kuponuna293.top",3622],["kuponuna294.top",3622],["sporcafe-cc312b798596.xyz",3631],["belestepe583.shop",3632],["belestepe584.shop",3632],["belestepe585.shop",3632],["belestepe586.shop",3632],["belestepe587.shop",3632],["belestepe588.shop",3632],["belestepe589.shop",3632],["belestepe590.shop",3632],["belestepe591.shop",3632],["belestepe592.shop",3632],["belestepe593.shop",3632],["belestepe594.shop",3632],["belestepe595.shop",3632],["belestepe596.shop",3632],["belestepe597.shop",3632],["belestepe598.shop",3632],["belestepe599.shop",3632],["belestepe600.shop",3632],["belestepe601.shop",3632],["belestepe602.shop",3632],["belestepe603.shop",3632],["belestepe604.shop",3632],["belestepe605.shop",3632],["belestepe606.shop",3632],["belestepe607.shop",3632],["belestepe608.shop",3632],["belestepe609.shop",3632],["belestepe610.shop",3632],["belestepe611.shop",3632],["belestepe612.shop",3632],["belestepe613.shop",3632],["belestepe614.shop",3632],["belestepe615.shop",3632],["belestepe616.shop",3632],["belestepe617.shop",3632],["belestepe618.shop",3632],["belestepe619.shop",3632],["belestepe620.shop",3632],["belestepe621.shop",3632],["belestepe622.shop",3632],["belestepe623.shop",3632],["belestepe624.shop",3632],["belestepe625.shop",3632],["belestepe626.shop",3632],["belestepe627.shop",3632],["belestepe628.shop",3632],["belestepe629.shop",3632],["belestepe630.shop",3632],["mactanmaca322.shop",3632],["mactanmaca323.shop",3632],["mactanmaca324.shop",3632],["mactanmaca325.shop",3632],["mactanmaca326.shop",3632],["mactanmaca327.shop",3632],["mactanmaca328.shop",3632],["mactanmaca329.shop",3632],["mactanmaca330.shop",3632],["mactanmaca331.shop",3632],["mactanmaca332.shop",3632],["mactanmaca333.shop",3632],["mactanmaca334.shop",3632],["mactanmaca335.shop",3632],["mactanmaca336.shop",3632],["mactanmaca337.shop",3632],["mactanmaca338.shop",3632],["mactanmaca339.shop",3632],["mactanmaca340.shop",3632],["mactanmaca341.shop",3632],["dmlstechnology.com",3633],["justintvde.com",3633],["justin-tv.org",3633],["justintvizle58.top",3636],["justintvizle59.top",3636],["justintvizle60.top",3636],["justintvizle61.top",3636],["justintvizle62.top",3636],["justintvizle63.top",3636],["justintvizle64.top",3636],["justintvizle65.top",3636],["justintvizle66.top",3636],["justintvizle67.top",3636],["justintvizle68.top",3636],["justintvizle69.top",3636],["justintvizle70.top",3636],["justintvizle71.top",3636],["justintvizle72.top",3636],["justintvizle73.top",3636],["justintvizle74.top",3636],["justintvizle75.top",3636],["justintvizle76.top",3636],["justintvizle77.top",3636],["pressedfur.com",3637],["taraftariummdeneme.blogspot.com",3638],["channelbein34.blogspot.com",3640],["channelbein33.blogspot.com",3640],["hdtaraftartv1000.blogspot.com",3641],["dizilla10.club",3642],["dizilla11.club",3642],["dizilla12.club",3642],["dizilla13.club",3642],["dizilla14.club",3642],["dizilla15.club",3642],["dizilla16.club",3642],["dizilla17.club",3642],["dizilla18.club",3642],["dizilla19.club",3642],["dizilla20.club",3642],["selcuksportshd.is",3645],["tvboff10.com",3646],["tvboff11.com",3646],["tvboff12.com",3646],["tvboff13.com",3646],["tvboff14.com",3646],["tvboff15.com",3646],["tvboff16.com",3646],["tvboff17.com",3646],["tvboff18.com",3646],["tvboff19.com",3646],["tvboff20.com",3646],["webspor102.xyz",3647],["webspor103.xyz",3647],["webspor104.xyz",3647],["webspor105.xyz",3647],["webspor106.xyz",3647],["webspor107.xyz",3647],["webspor108.xyz",3647],["webspor109.xyz",3647],["webspor110.xyz",3647],["webspor111.xyz",3647],["webspor112.xyz",3647],["webspor113.xyz",3647],["webspor114.xyz",3647],["webspor115.xyz",3647],["webspor116.xyz",3647],["webspor117.xyz",3647],["webspor118.xyz",3647],["webspor119.xyz",3647],["webspor120.xyz",3647],["webspor121.xyz",3647],["webspor122.xyz",3647],["webspor123.xyz",3647],["webspor124.xyz",3647],["webspor125.xyz",3647],["dizipal1057.com",3649],["dizipal1058.com",3649],["dizipal1059.com",3649],["dizipal1060.com",3649],["dizipal1061.com",3649],["dizipal1062.com",3649],["dizipal1063.com",3649],["dizipal1064.com",3649],["dizipal1065.com",3649],["dizipal1066.com",3649],["dizipal1067.com",3649],["dizipal1068.com",3649],["dizipal1069.com",3649],["dizipal1070.com",3649],["dizipal1071.com",3649],["dizipal1072.com",3649],["dizipal1073.com",3649],["dizipal1074.com",3649],["dizipal1075.com",3649],["dizipal1076.com",3649],["dizipal1077.com",3649],["dizipal1078.com",3649],["dizipal1079.com",3649],["dizipal1080.com",3649],["dizipal1081.com",3649],["dizipal1082.com",3649],["dizipal1083.com",3649],["dizipal1084.com",3649],["dizipal1085.com",3649],["dizipal1086.com",3649],["dizipal1087.com",3649],["dizipal1088.com",3649],["dizipal1089.com",3649],["dizipal1090.com",3649],["dizipal1091.com",3649],["dizipal1092.com",3649],["dizipal1093.com",3649],["dizipal1094.com",3649],["dizipal1095.com",3649],["dizipal1096.com",3649],["dizipal1097.com",3649],["dizipal1098.com",3649],["dizipal1099.com",3649],["dizipal1100.com",3649],["dizipal1101.com",3649],["dizipal1102.com",3649],["dizipal1103.com",3649],["dizipal1104.com",3649],["dizipal1105.com",3649],["dizipal1106.com",3649],["dizipal1107.com",3649],["dizipal1108.com",3649],["dizipal1109.com",3649],["dizipal1110.com",3649],["dizipal1111.com",3649],["dizipal1112.com",3649],["dizipal1113.com",3649],["dizipal1114.com",3649],["dizipal1115.com",3649],["dizipal1116.com",3649],["dizipal1117.com",3649],["dizipal1118.com",3649],["dizipal1119.com",3649],["dizipal1120.com",3649],["dizipal1121.com",3649],["dizipal1122.com",3649],["dizipal1123.com",3649],["dizipal1124.com",3649],["dizipal1125.com",3649],["dizipal1126.com",3649],["dizipal1127.com",3649],["dizipal1128.com",3649],["dizipal1129.com",3649],["dizipal1130.com",3649],["dizipal1131.com",3649],["dizipal1132.com",3649],["dizipal1133.com",3649],["dizipal1134.com",3649],["dizipal1135.com",3649],["dizipal1136.com",3649],["dizipal1137.com",3649],["dizipal1138.com",3649],["dizipal1139.com",3649],["dizipal1140.com",3649],["dizipal1141.com",3649],["dizipal1142.com",3649],["dizipal1143.com",3649],["dizipal1144.com",3649],["dizipal1145.com",3649],["dizipal1146.com",3649],["dizipal1147.com",3649],["dizipal1148.com",3649],["dizipal1149.com",3649],["dizipal1150.com",3649],["dizipal1151.com",3649],["dizipal1152.com",3649],["dizipal1153.com",3649],["dizipal1154.com",3649],["dizipal1155.com",3649],["dizipal1156.com",3649],["dizipal1157.com",3649],["dizipal1158.com",3649],["dizipal1159.com",3649],["dizipal1160.com",3649],["dizipal1161.com",3649],["dizipal1162.com",3649],["dizipal1163.com",3649],["dizipal1164.com",3649],["dizipal1165.com",3649],["dizipal1166.com",3649],["dizipal1167.com",3649],["dizipal1168.com",3649],["dizipal1169.com",3649],["dizipal1170.com",3649],["dizipal1171.com",3649],["dizipal1172.com",3649],["dizipal1173.com",3649],["dizipal1174.com",3649],["dizipal1175.com",3649],["dizipal1176.com",3649],["dizipal1177.com",3649],["dizipal1178.com",3649],["dizipal1179.com",3649],["dizipal1180.com",3649],["dizipal1181.com",3649],["dizipal1182.com",3649],["dizipal1183.com",3649],["dizipal1184.com",3649],["dizipal1185.com",3649],["dizipal1186.com",3649],["dizipal1187.com",3649],["dizipal1188.com",3649],["dizipal1189.com",3649],["dizipal1190.com",3649],["dizipal1191.com",3649],["dizipal1192.com",3649],["dizipal1193.com",3649],["dizipal1194.com",3649],["dizipal1195.com",3649],["dizipal1196.com",3649],["dizipal1197.com",3649],["dizipal1198.com",3649],["dizipal1199.com",3649],["dizipal1200.com",3649],["dizipal1201.com",3649],["dizipal1202.com",3649],["dizipal1203.com",3649],["dizipal1204.com",3649],["dizipal1205.com",3649],["dizipal1206.com",3649],["dizipal1207.com",3649],["dizipal1208.com",3649],["dizipal1209.com",3649],["dizipal1210.com",3649],["dizipal1211.com",3649],["dizipal1212.com",3649],["dizipal1213.com",3649],["dizipal1214.com",3649],["dizipal1215.com",3649],["dizipal1216.com",3649],["dizipal1217.com",3649],["dizipal1218.com",3649],["dizipal1219.com",3649],["dizipal1220.com",3649],["dizipal1221.com",3649],["dizipal1222.com",3649],["dizipal1223.com",3649],["dizipal1224.com",3649],["dizipal1225.com",3649],["dizipal1226.com",3649],["dizipal1227.com",3649],["dizipal1228.com",3649],["dizipal1229.com",3649],["dizipal1230.com",3649],["dizipal1231.com",3649],["dizipal1232.com",3649],["dizipal1233.com",3649],["dizipal1234.com",3649],["dizipal1235.com",3649],["dizipal1236.com",3649],["dizipal1237.com",3649],["dizipal1238.com",3649],["dizipal1239.com",3649],["dizipal1240.com",3649],["dizipal1241.com",3649],["dizipal1242.com",3649],["dizipal1243.com",3649],["dizipal1244.com",3649],["dizipal1245.com",3649],["dizipal1246.com",3649],["dizipal1247.com",3649],["dizipal1248.com",3649],["dizipal1249.com",3649],["dizipal1250.com",3649],["dizipal1251.com",3649],["dizipal1252.com",3649],["dizipal1253.com",3649],["dizipal1254.com",3649],["dizipal1255.com",3649],["dizipal1256.com",3649],["dizipal1257.com",3649],["dizipal1258.com",3649],["dizipal1259.com",3649],["dizipal1260.com",3649],["dizipal1261.com",3649],["dizipal1262.com",3649],["dizipal1263.com",3649],["dizipal1264.com",3649],["dizipal1265.com",3649],["dizipal1266.com",3649],["dizipal1267.com",3649],["dizipal1268.com",3649],["dizipal1269.com",3649],["dizipal1270.com",3649],["dizipal1271.com",3649],["dizipal1272.com",3649],["dizipal1273.com",3649],["dizipal1274.com",3649],["dizipal1275.com",3649],["dizipal1276.com",3649],["dizipal1277.com",3649],["dizipal1278.com",3649],["dizipal1279.com",3649],["dizipal1280.com",3649],["dizipal1281.com",3649],["dizipal1282.com",3649],["dizipal1283.com",3649],["dizipal1284.com",3649],["dizipal1285.com",3649],["dizipal1286.com",3649],["dizipal1287.com",3649],["dizipal1288.com",3649],["dizipal1289.com",3649],["dizipal1290.com",3649],["dizipal1291.com",3649],["dizipal1292.com",3649],["dizipal1293.com",3649],["dizipal1294.com",3649],["dizipal1295.com",3649],["dizipal1296.com",3649],["dizipal1297.com",3649],["dizipal1298.com",3649],["dizipal1299.com",3649],["dizipal1300.com",3649],["dizipal1301.com",3649],["dizipal1302.com",3649],["dizipal1303.com",3649],["dizipal1304.com",3649],["dizipal1305.com",3649],["dizipal1306.com",3649],["dizipal1307.com",3649],["dizipal1308.com",3649],["dizipal1309.com",3649],["dizipal1310.com",3649],["dizipal1311.com",3649],["dizipal1312.com",3649],["dizipal1313.com",3649],["dizipal1314.com",3649],["dizipal1315.com",3649],["dizipal1316.com",3649],["dizipal1317.com",3649],["dizipal1318.com",3649],["dizipal1319.com",3649],["dizipal1320.com",3649],["dizipal1321.com",3649],["dizipal1322.com",3649],["dizipal1323.com",3649],["dizipal1324.com",3649],["dizipal1325.com",3649],["dizipal1326.com",3649],["dizipal1327.com",3649],["dizipal1328.com",3649],["dizipal1329.com",3649],["dizipal1330.com",3649],["dizipal1331.com",3649],["dizipal1332.com",3649],["dizipal1333.com",3649],["dizipal1334.com",3649],["dizipal1335.com",3649],["dizipal1336.com",3649],["dizipal1337.com",3649],["dizipal1338.com",3649],["dizipal1339.com",3649],["dizipal1340.com",3649],["dizipal1341.com",3649],["dizipal1342.com",3649],["dizipal1343.com",3649],["dizipal1344.com",3649],["dizipal1345.com",3649],["dizipal1346.com",3649],["dizipal1347.com",3649],["dizipal1348.com",3649],["dizipal1349.com",3649],["dizipal1350.com",3649],["dizipal1.live",3651],["dizipal2.live",3651],["dizipal3.live",3651],["dizipal4.live",3651],["dizipal5.live",3651],["dizipal6.live",3651],["dizipal7.live",3651],["dizipal8.live",3651],["dizipal9.live",3651],["dizipal10.live",3651],["dizipal11.live",3651],["dizipal12.live",3651],["dizipal13.live",3651],["dizipal14.live",3651],["dizipal15.live",3651],["dizipal16.live",3651],["dizipal17.live",3651],["dizipal18.live",3651],["dizipal19.live",3651],["dizipal20.live",3651],["dizipal21.live",3651],["dizipal22.live",3651],["dizipal23.live",3651],["dizipal24.live",3651],["dizipal25.live",3651],["dizipal26.live",3651],["dizipal27.live",3651],["dizipal28.live",3651],["dizipal29.live",3651],["dizipal30.live",3651],["dizipal31.live",3651],["dizipal32.live",3651],["dizipal33.live",3651],["dizipal34.live",3651],["dizipal35.live",3651],["dizipal36.live",3651],["dizipal37.live",3651],["dizipal38.live",3651],["dizipal39.live",3651],["dizipal40.live",3651],["dizipal41.live",3651],["dizipal42.live",3651],["dizipal43.live",3651],["dizipal44.live",3651],["dizipal45.live",3651],["dizipal46.live",3651],["dizipal47.live",3651],["dizipal48.live",3651],["dizipal49.live",3651],["dizipal50.live",3651],["dizipal12.plus",3652],["dizipal13.plus",3652],["dizipal14.plus",3652],["dizipal15.plus",3652],["dizipal16.plus",3652],["dizipal17.plus",3652],["dizipal18.plus",3652],["dizipal19.plus",3652],["dizipal20.plus",3652],["dizipal21.plus",3652],["dizipal22.plus",3652],["dizipal23.plus",3652],["dizipal24.plus",3652],["dizipal25.plus",3652],["dizipal26.plus",3652],["dizipal27.plus",3652],["dizipal28.plus",3652],["dizipal29.plus",3652],["dizipal30.plus",3652],["dizipal31.plus",3652],["xyzsports173.xyz",3653],["xyzsports174.xyz",3653],["xyzsports175.xyz",3653],["xyzsports176.xyz",3653],["xyzsports177.xyz",3653],["xyzsports178.xyz",3653],["xyzsports179.xyz",3653],["xyzsports180.xyz",3653],["xyzsports181.xyz",3653],["xyzsports182.xyz",3653],["xyzsports183.xyz",3653],["xyzsports184.xyz",3653],["xyzsports185.xyz",3653],["xyzsports186.xyz",3653],["xyzsports187.xyz",3653],["xyzsports188.xyz",3653],["xyzsports189.xyz",3653],["xyzsports190.xyz",3653],["xyzsports191.xyz",3653],["xyzsports192.xyz",3653],["xyzsports193.xyz",3653],["xyzsports194.xyz",3653],["xyzsports195.xyz",3653],["xyzsports197.xyz",3653],["xyzsports198.xyz",3653],["xyzsports199.xyz",3653],["xyzsports200.xyz",3653],["bahisanaliz31.com",3656],["bahisanaliz32.com",3656],["bahisanaliz33.com",3656],["bahisanaliz34.com",3656],["bahisanaliz35.com",3656],["bahisanaliz36.com",3656],["bahisanaliz37.com",3656],["bahisanaliz38.com",3656],["bahisanaliz39.com",3656],["bahisanaliz40.com",3656],["bahisanaliz41.com",3656],["bahisanaliz42.com",3656],["bahisanaliz43.com",3656],["bahisanaliz44.com",3656],["bahisanaliz45.com",3656],["bahisanaliz46.com",3656],["bahisanaliz47.com",3656],["bahisanaliz48.com",3656],["bahisanaliz49.com",3656],["bahisanaliz50.com",3656],["filmizletv3.com",3659],["filmizletv4.com",3659],["filmizletv5.com",3659],["filmizletv6.com",3659],["filmizletv7.com",3659],["filmizletv8.com",3659],["filmizletv9.com",3659],["filmizletv10.com",3659],["filmizletv11.com",3659],["filmizletv12.com",3659],["filmizletv13.com",3659],["filmizletv14.com",3659],["filmizletv15.com",3659],["filmizletv16.com",3659],["filmizletv17.com",3659],["filmizletv18.com",3659],["filmizletv19.com",3659],["filmizletv20.com",3659],["sinefy2.com",3660],["sinefy4.com",3660],["sinefy5.com",3660],["sinefy6.com",3660],["sinefy7.com",3660],["sinefy8.com",3660],["sinefy9.com",3660],["sinefy10.com",3660],["fullhddizifilmizle2.net",3661],["fullhddizifilmizle3.net",3661],["fullhddizifilmizle4.net",3661],["fullhddizifilmizle5.net",3661],["fullhddizifilmizle6.net",3661],["fullhddizifilmizle7.net",3661],["fullhddizifilmizle8.net",3661],["fullhddizifilmizle9.net",3661],["fullhddizifilmizle10.net",3661],["fullhddizifilmizle11.net",3661],["fullhddizifilmizle12.net",3661],["fullhddizifilmizle13.net",3661],["fullhddizifilmizle14.net",3661],["fullhddizifilmizle15.net",3661],["fullhddizifilmizle16.net",3661],["fullhddizifilmizle17.net",3661],["fullhddizifilmizle18.net",3661],["fullhddizifilmizle19.net",3661],["fullhddizifilmizle20.net",3661],["fullhddizifilmizle21.net",3661],["fullhddizifilmizle22.net",3661],["fullhddizifilmizle23.net",3661],["fullhddizifilmizle24.net",3661],["fullhddizifilmizle25.net",3661],["fullhddizifilmizle26.net",3661],["fullhddizifilmizle27.net",3661],["fullhddizifilmizle28.net",3661],["sporligtv480.live",3663],["sporligtv481.live",3663],["sporligtv482.live",3663],["sporligtv483.live",3663],["sporligtv484.live",3663],["sporligtv485.live",3663],["sporligtv486.live",3663],["sporligtv487.live",3663],["sporligtv488.live",3663],["sporligtv489.live",3663],["sporligtv490.live",3663],["sporligtv491.live",3663],["sporligtv492.live",3663],["sporligtv493.live",3663],["sporligtv494.live",3663],["sporligtv495.live",3663],["sporligtv496.live",3663],["sporligtv497.live",3663],["sporligtv498.live",3663],["sporligtv499.live",3663],["sporligtv500.live",3663],["asyaanimeleri01.com",3664],["asyaanimeleri02.com",3664],["asyaanimeleri03.com",3664],["asyaanimeleri04.com",3664],["asyaanimeleri05.com",3664],["asyaanimeleri06.com",3664],["sezonlukdizi3.com",3665],["sezonlukdizi5.com",3665],["sezonlukdizi6.com",3665],["sezonlukdizi7.com",3665],["sezonlukdizi8.com",3665],["sezonlukdizi9.com",3665],["sezonlukdizi10.com",3665],["sezonlukdizi11.com",3665],["sezonlukdizi12.com",3665],["sezonlukdizi13.com",3665],["sezonlukdizi14.com",3665],["sezonlukdizi15.com",3665],["sezonlukdizi16.com",3665],["sezonlukdizi17.com",3665],["sezonlukdizi18.com",3665],["sezonlukdizi19.com",3665],["sezonlukdizi20.com",3665],["sezonlukdizi21.com",3665],["sezonlukdizi22.com",3665],["sezonlukdizi23.com",3665],["sezonlukdizi24.com",3665],["sezonlukdizi25.com",3665],["sezonlukdizi26.com",3665],["sezonlukdizi27.com",3665],["sezonlukdizi28.com",3665],["sezonlukdizi29.com",3665],["sezonlukdizi30.com",3665],["sinepal.vip",3667],["sinepal1.vip",3667],["sinepal2.vip",3667],["sinepal3.vip",3667],["sinepal4.vip",3667],["sinepal5.vip",3667],["sinepal6.vip",3667],["sinepal7.vip",3667],["sinepal8.vip",3667],["sinepal9.vip",3667],["sinepal10.vip",3667],["sinepal11.vip",3667],["fullfilmcidayi4.com",3669],["fullfilmcidayi5.com",3669],["fullfilmcidayi6.com",3669],["fullfilmcidayi7.com",3669],["fullfilmcidayi8.com",3669],["fullfilmcidayi9.com",3669],["fullfilmcidayi10.com",3669],["fullfilmcidayi11.com",3669],["fullfilmcidayi12.com",3669],["fullfilmcidayi13.com",3669],["fullfilmcidayi14.com",3669],["fullfilmcidayi15.com",3669],["fullfilmcidayi16.com",3669],["fullfilmcidayi17.com",3669],["fullfilmcidayi18.com",3669],["fullfilmcidayi19.com",3669],["fullfilmcidayi20.com",3669],["fullfilmcidayi21.com",3669],["fullfilmcidayi22.com",3669],["fullfilmcidayi23.com",3669],["fullfilmcidayi24.com",3669],["fullfilmcidayi25.com",3669],["fullfilmcidayi26.com",3669],["fullfilmcidayi27.com",3669],["fullfilmcidayi28.com",3669],["fullfilmcidayi29.com",3669],["fullfilmcidayi30.com",3669],["sportradar25.com",3673],["sportradar26.com",3673],["sportradar27.com",3673],["sportradar28.com",3673],["sportradar29.com",3673],["sportradar30.com",3673],["sportradar31.com",3673],["sportradar32.com",3673],["sportradar33.com",3673],["sportradar34.com",3673],["sportradar35.com",3673],["sportradar36.com",3673],["sportradar37.com",3673],["sportradar38.com",3673],["sportradar39.com",3673],["sportradar40.com",3673],["sportradar41.com",3673],["sportradar42.com",3673],["sportradar43.com",3673],["sportradar44.com",3673],["sportradar45.com",3673],["sportradar46.com",3673],["sportradar47.com",3673],["sportradar48.com",3673],["sportradar49.com",3673],["sportradar50.com",3673],["mail.yandex.com.tr",3674],["yandex.com.tr",3675],["filmizleplus.*",3676],["hdfilmizlesene.*",3676],["adguard.info",3678],["adguard.com",3678],["adguard.app",3678],["~silahilanlarim.com",3679],["~agendazdsp.blogspot.com",3680],["~agendazd.blogspot.com",3680],["~zeichenkram.de",3680],["~roketdizi.*",3681],["~dizilla.club",3681],["~hepsiemlak.com",3682],["~ralphlauren.com",3683],["~ralphlauren.eu",3683],["~makemytrip.com",3683],["~ralphlauren.co.uk",3683],["~librus.pl",3683],["~festtravel.com",3683],["~tvtime.com",3683],["~tvshowtime.com",3683],["~mislink3.com",3684],["~kumasref.com",3685],["~canakkaleolay.com",3686],["~fullhdfilm.*",3687],["~otomobilteknoloji.blogspot.com",3688],["~hepsinefis.com",3688],["~kriptoarena.com",3689],["~kopekturleri.org",3690],["~themagger.com",3691],["~sagligabiradim.com",3692],["~mobile.donanimhaber.com",3693],["~anker.com",3694],["~aysetolga.com",3695],["~wanhaber.com",3696],["~alalimsatalim.com",3697]]);
|
|
33
33
|
const hasEntities = true;
|
|
34
34
|
|
|
35
35
|
self.specificImports = self.specificImports || [];
|