From 7de44ca8dbf4330ee6fa3d9146940c1016edd608 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Sat, 28 Mar 2020 12:59:44 -0700 Subject: [PATCH] Release 3.4. --- app/build.gradle | 4 +- app/src/main/assets/blocklists/easylist.txt | 12210 +++++----------- .../main/assets/blocklists/easyprivacy.txt | 2246 ++- .../assets/blocklists/fanboy-annoyance.txt | 1803 ++- .../main/assets/blocklists/fanboy-social.txt | 289 +- .../main/assets/de/about_changelog_dark.html | 18 + .../main/assets/de/about_changelog_light.html | 18 + .../main/assets/de/guide_bookmarks_dark.html | 39 - .../main/assets/de/guide_bookmarks_light.html | 39 - app/src/main/assets/de/images/bookmarks.png | Bin 128007 -> 0 bytes .../main/assets/en/about_changelog_dark.html | 18 + .../main/assets/en/about_changelog_light.html | 18 + .../main/assets/en/guide_bookmarks_dark.html | 37 - .../main/assets/en/guide_bookmarks_light.html | 37 - app/src/main/assets/en/images/bookmarks.png | Bin 146848 -> 0 bytes .../main/assets/es/about_changelog_dark.html | 26 +- .../main/assets/es/about_changelog_light.html | 26 +- .../main/assets/es/guide_bookmarks_dark.html | 39 - .../main/assets/es/guide_bookmarks_light.html | 39 - app/src/main/assets/es/images/bookmarks.png | Bin 129028 -> 0 bytes .../main/assets/fr/about_changelog_dark.html | 173 +- .../main/assets/fr/about_changelog_light.html | 173 +- .../main/assets/fr/guide_bookmarks_dark.html | 39 - .../main/assets/fr/guide_bookmarks_light.html | 39 - app/src/main/assets/fr/images/bookmarks.png | Bin 167598 -> 0 bytes .../main/assets/it/about_changelog_dark.html | 19 + .../main/assets/it/about_changelog_light.html | 19 + .../main/assets/it/guide_bookmarks_dark.html | 39 - .../main/assets/it/guide_bookmarks_light.html | 39 - app/src/main/assets/it/images/bookmarks.png | Bin 135080 -> 0 bytes .../main/assets/ru/about_changelog_dark.html | 18 + .../main/assets/ru/about_changelog_light.html | 18 + .../main/assets/ru/guide_bookmarks_dark.html | 36 - .../main/assets/ru/guide_bookmarks_light.html | 36 - app/src/main/assets/ru/images/bookmarks.png | Bin 129590 -> 0 bytes .../shared_images/bookmarks_blue_dark.png | Bin 1519 -> 0 bytes .../bookmarks_blue_guide_dark.png | Bin 1534 -> 0 bytes .../shared_images/bookmarks_blue_light.png | Bin 1522 -> 0 bytes .../main/assets/tr/about_changelog_dark.html | 18 + .../main/assets/tr/about_changelog_light.html | 18 + .../main/assets/tr/guide_bookmarks_dark.html | 37 - .../main/assets/tr/guide_bookmarks_light.html | 37 - app/src/main/assets/tr/images/bookmarks.png | Bin 127285 -> 0 bytes .../activities/GuideActivity.java | 18 +- .../adapters/GuidePagerAdapter.java | 7 +- .../privacybrowser/dialogs/SaveDialog.java | 75 +- .../fragments/GuideTabFragment.java | 9 +- .../fragments/SettingsFragment.java | 47 +- app/src/main/res/values-de/strings.xml | 8 + app/src/main/res/values-fr/strings.xml | 15 + app/src/main/res/values-it/strings.xml | 8 + app/src/main/res/values-ru/strings.xml | 8 + app/src/main/res/values/strings.xml | 8 +- .../metadata/android/de-DE/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 172983 -> 148179 bytes .../metadata/android/en-US/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 181873 -> 174580 bytes .../metadata/android/es-ES/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 158321 -> 157196 bytes .../metadata/android/fr-FR/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 169238 -> 169612 bytes .../metadata/android/it-IT/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 174910 -> 167593 bytes .../metadata/android/ru-RU/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 166165 -> 152115 bytes .../metadata/android/tr-TR/changelogs/48.txt | 13 + .../phoneScreenshots/02-OptionsMenu.png | Bin 168659 -> 156268 bytes 67 files changed, 6773 insertions(+), 11185 deletions(-) delete mode 100644 app/src/main/assets/de/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/de/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/de/images/bookmarks.png delete mode 100644 app/src/main/assets/en/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/en/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/en/images/bookmarks.png delete mode 100644 app/src/main/assets/es/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/es/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/es/images/bookmarks.png delete mode 100644 app/src/main/assets/fr/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/fr/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/fr/images/bookmarks.png delete mode 100644 app/src/main/assets/it/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/it/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/it/images/bookmarks.png delete mode 100644 app/src/main/assets/ru/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/ru/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/ru/images/bookmarks.png delete mode 100644 app/src/main/assets/shared_images/bookmarks_blue_dark.png delete mode 100644 app/src/main/assets/shared_images/bookmarks_blue_guide_dark.png delete mode 100644 app/src/main/assets/shared_images/bookmarks_blue_light.png delete mode 100644 app/src/main/assets/tr/guide_bookmarks_dark.html delete mode 100644 app/src/main/assets/tr/guide_bookmarks_light.html delete mode 100644 app/src/main/assets/tr/images/bookmarks.png create mode 100644 fastlane/metadata/android/de-DE/changelogs/48.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/48.txt create mode 100644 fastlane/metadata/android/es-ES/changelogs/48.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/48.txt create mode 100644 fastlane/metadata/android/it-IT/changelogs/48.txt create mode 100644 fastlane/metadata/android/ru-RU/changelogs/48.txt create mode 100644 fastlane/metadata/android/tr-TR/changelogs/48.txt diff --git a/app/build.gradle b/app/build.gradle index 769e71e4..382a3290 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 29 - versionCode 47 - versionName "3.3" + versionCode 48 + versionName "3.4" // The `multiDexEnabled` entry could possibly be removed once the `minSdkVersion` is >= 21. multiDexEnabled true diff --git a/app/src/main/assets/blocklists/easylist.txt b/app/src/main/assets/blocklists/easylist.txt index ba5a0cd2..1d86b22f 100644 --- a/app/src/main/assets/blocklists/easylist.txt +++ b/app/src/main/assets/blocklists/easylist.txt @@ -1,7 +1,7 @@ [Adblock Plus 2.0] -! Version: 201912312316 +! Version: 202003262144 ! Title: EasyList -! Last modified: 31 Dec 2019 23:16 UTC +! Last modified: 26 Mar 2020 21:44 UTC ! Expires: 4 days (update frequency) ! Homepage: https://easylist.to/ ! Licence: https://easylist.to/pages/licence.html @@ -192,7 +192,7 @@ -ad/source/ -ad0. -ad03. --ad1. +-ad1.$domain=~oraclecloudapps.com -ad2. -ad2_ -ad3. @@ -216,6 +216,7 @@ -adhelper. -adhere2. -adimage- +-adloader- -adman/ -admarvel/ -adnow.$domain=~zappistore.com @@ -271,7 +272,7 @@ -adserver/ -adskin. -adslots. --adsmanager/ +-adsmanager/$~font,~stylesheet -adsonar. -adspace. -adspace_ @@ -345,6 +346,7 @@ -Box-Ad. -box2-ad? -cert_ad_ +-config/ads/ -content-ad- -content-ad. -ContentAd- @@ -490,6 +492,7 @@ .ad.footer. .ad.json? .ad.page. +.ad.php .ad.premiere. .ad.wrapper. .ad/tag. @@ -514,6 +517,7 @@ .adpartner.$domain=~adpartner.cz .adpIds= .adplacement= +.adproviders. .adresult.$domain=~adresult.ch .adriver.$~object .adrotate. @@ -573,6 +577,7 @@ .au/ads/ .az/adv/ .banner%20ad. +.Banner.Ads/ .bbn.by/ .be/ads/ .biz/ad. @@ -602,7 +607,7 @@ .com/a?size .com/ad.$domain=~ad-tuning.de .com/ad/$~image,third-party,domain=~mediaplex.com -.com/ad/$~third-party,domain=~blogs.technet.microsoft.com|~channel4.com|~cspace.com|~linkedin.com|~mediaplex.com +.com/ad/$~third-party,domain=~blogs.technet.microsoft.com|~channel4.com|~cspace.com|~linkedin.com|~mediaplex.com|~namemc.com .com/ad1/ .com/ad2/ .com/ad6/ @@ -619,7 +624,7 @@ .com/ads/$image,object,subdocument,domain=~sabotage-films.com .com/ads? .com/ads_ -.com/adv/$domain=~advantabankcorp.com|~archiproducts.com +.com/adv/$domain=~advantabankcorp.com|~archiproducts.com|~tritondigital.com .com/adv3/ .com/adv? .com/adv_ @@ -720,7 +725,7 @@ .net/ads_ .net/adt? .net/adv/ -.net/affiliate/ +.net/affiliate/$domain=~marketcall.net .net/bnr/ .net/flashads .net/gads/ @@ -922,6 +927,7 @@ /active-ad- /ad%20banners/* /ad%20images/* +/ad--unit. /ad-125. /ad-300topleft. /ad-300x250. @@ -956,6 +962,7 @@ /ad-channel- /ad-choices- /ad-choices. +/ad-configuration- /ad-controller. /ad-creatives- /ad-creatives/* @@ -976,6 +983,7 @@ /ad-hcm. /ad-header. /ad-home- +/ad-hover. /ad-hug. /ad-identifier. /ad-ifr. @@ -1002,6 +1010,7 @@ /ad-leaderboard. /ad-left. /ad-letter. +/ad-lib/* /ad-lil. /ad-link/* /ad-loader- @@ -1009,8 +1018,10 @@ /ad-loading. /ad-local.$domain=~ad-local.de /ad-logger/* +/ad-m.js /ad-manager/* /ad-managment/* +/ad-marketplace/* /ad-maven- /ad-methods. /ad-minister- @@ -1062,6 +1073,7 @@ /ad-template/* /ad-text. /ad-third-party/* +/ad-third-party? /ad-time/* /ad-title. /ad-top- @@ -1089,6 +1101,7 @@ /ad.gif| /ad.html? /ad.info. +/ad.js?slot /ad.jsp? /ad.mason? /ad.min. @@ -1122,7 +1135,9 @@ /ad/ad2/* /ad/add_ /ad/adp_ +/ad/ads- /ad/afc_ +/ad/api/* /ad/article/* /ad/article_ /ad/audsci. @@ -1254,7 +1269,7 @@ /ad01. /ad02/background_ /ad1-728- -/ad1.$domain=~ad1.de|~ad1.in|~vereinslinie.de +/ad1.$domain=~ad1.de|~ad1.in|~arlenemirsky.com|~vereinslinie.de /ad1/index. /ad11c. /ad12. @@ -1402,7 +1417,7 @@ /ad_common. /ad_commonside. /ad_commonside_ -/ad_companion? +/ad_companion /ad_config. /ad_configuration. /ad_configurations_ @@ -1788,7 +1803,7 @@ /adcontent.$~object /adcontent/* /adcontents_ -/adcontrol. +/adcontrol.$domain=~adcontrol.sk /adcontrol/* /adcontroller. /adcore.$domain=~adcore.ch|~adcore.com.au|~adcore.ua @@ -1940,9 +1955,11 @@ /adGet. /adgetter. /adgitize- +/adgoal. /adgooglefull2. /adGpt. /adgraphics/* +/adgroupdetailv2. /adguard.$domain=~adguard-com.cdn.ampproject.org|~adguard.com|~adguard.mobi|~adguard.oneskyapp.com|~greinr.com /adguru. /adhads. @@ -2021,6 +2038,7 @@ /adjs_ /adjsmp. /adjson. +/adjson? /adjug. /adjuggler? /adkeys. @@ -2064,9 +2082,11 @@ /adload. /adloader. /adloader/* +/adloaderplus? /Adlocal/* /adlock300. /adlog.php? +/adlogger_ /adlogix. /adm/ad/* /admage. @@ -2246,6 +2266,7 @@ /AdPub/* /adpush/* /adquality/* +/adrackpush. /adratio. /adrawdata/* /adreactor/* @@ -2296,6 +2317,7 @@ /adrotator_ /adrotv2. /adrun. +/adrunner. /adruptive. /ads-01. /ads-02. @@ -2462,11 +2484,13 @@ /ads/btbuckets/* /Ads/Builder. /ads/bz_ +/ads/cache/* /ads/cbr. /ads/center- /ads/center. /ads/checkViewport. /ads/click_ +/ads/cnn/singles/* /ads/cnvideo/* /ads/common/* /ads/community? @@ -2523,6 +2547,7 @@ /ads/gpt/* /ads/gpt_ /ads/gray/* +/ads/h/* /ads/head. /ads/header- /ads/header. @@ -2547,6 +2572,7 @@ /ads/index_ /ads/indexmarket. /ads/indexsponsors/* +/ads/info/* /Ads/InFullScreen. /ads/initialize/* /ads/inline. @@ -2676,6 +2702,7 @@ /ads/triggers/* /ads/tso /ads/txt_ +/ads/v/* /ads/v2/* /ads/vertical/* /ads/vg/* @@ -2722,6 +2749,7 @@ /ads2012/* /ads2013/* /ads2015/* +/ads2018/* /ads203. /ads210. /ads2_ @@ -2768,6 +2796,7 @@ /ads?code= /ads?id= /ads?param= +/ads?position /ads?spaceid /ads?zone= /ads?zone_id= @@ -3016,6 +3045,7 @@ /adshare/*$domain=~adsharetoolbox.com /adshare3. /adsheader. +/adshider. /adshow- /adshow. /adshow/* @@ -3061,7 +3091,7 @@ /adslugs/* /adsm2. /adsmanagement/* -/adsmanager/* +/adsmanager/*$domain=~github.com /adsManagerV2. /adsmapping/* /adsMB/* @@ -3089,6 +3119,7 @@ /adspace2. /adspace? /adspacer. +/adspaces. /adspan. /adspd. /adspeeler/* @@ -3229,10 +3260,10 @@ /adtaily_ /adtaobao. /adtech- -/adtech.$domain=~adtech.md +/adtech.$domain=~adtech.co.uk|~adtech.md /adtech/* /adtech; -/adtech_ +/adtech_$domain=~adtech.co.uk /adtechglobalsettings.js /adtechHeader. /adtechscript. @@ -3403,7 +3434,7 @@ /advelvet- /advengine. /adver-left. -/adver.$domain=~adver.biz|~adver.by|~adver.media +/adver.$domain=~adver.biz|~adver.by|~adver.media|~adver.vn /adver_hor. /adver_img/* /adverfisement. @@ -3471,14 +3502,14 @@ /advertisements_ /AdvertisementShare. /advertisementview/* -/advertiser.$domain=~advertiser.adverbid.com|~advertiser.autorepairconnect.com|~advertiser.growmobile.com|~advertiser.livthecity.com|~advertiser.vungle.com|~linkpizza.com|~panel.rightflow.com|~trialpay.com|~unity3d.com +/advertiser.$domain=~advertiser.adverbid.com|~advertiser.autorepairconnect.com|~advertiser.growmobile.com|~advertiser.leadcalls.ru|~advertiser.livthecity.com|~advertiser.vungle.com|~linkpizza.com|~panel.rightflow.com|~trialpay.com|~unity3d.com /advertiser/*$domain=~ads.microsoft.com|~ads.tiktok.com|~affili.net|~affiliprint.com|~bingads.microsoft.com|~linkpizza.com|~mediance.com|~mobileapptracking.com|~trialpay.com /advertisers.$image,script,subdocument,domain=~advertisers.adgoal.de|~advertisers.adversense.com|~advertisers.careerone.com.au|~advertisers.dk|~advertisers.easyweddings.com.au|~advertisers.io|~advertisers.leadia.ru|~advertisers.ypfboost.ph|~panel.rightflow.com -/advertisers/*$domain=~datalift360.com|~home.tapjoy.com|~panel.rightflow.com|~propelmedia.com|~publisuites.com +/advertisers/*$domain=~datalift360.com|~home.tapjoy.com|~panel.rightflow.com|~propelmedia.com|~publisuites.com|~qubeslate.com /advertiserwidget. /advertises/* /advertisewithus_ -/advertising-$domain=~abramarketing.com|~advertising-direct.com|~advertising-excellence.com|~advertising-factory.de|~microsoft.com|~outbrain.com|~yellowimages.com +/advertising-$domain=~abramarketing.com|~advertising-direct.com|~advertising-excellence.com|~advertising-factory.de|~advertising.amazon.com|~microsoft.com|~outbrain.com|~yellowimages.com /advertising.$domain=~advertising.amazon.ae|~advertising.amazon.ca|~advertising.amazon.cn|~advertising.amazon.co.jp|~advertising.amazon.co.uk|~advertising.amazon.com|~advertising.amazon.com.au|~advertising.amazon.com.mx|~advertising.amazon.de|~advertising.amazon.es|~advertising.amazon.fr|~advertising.amazon.in|~advertising.amazon.it|~advertising.amazon.sa|~advertising.berlin-airport.de|~advertising.bulurum.com|~advertising.byhoxby.com|~advertising.dailymotion.com|~advertising.expedia.com|~advertising.lavenir.net|~advertising.mobile.de|~advertising.nzme.co.nz|~advertising.org.il|~advertising.racingpost.com|~advertising.roku.com|~advertising.scoop.co.nz|~advertising.sevenwestmedia.com.au|~advertising.shpock.com|~advertising.theguardian.com|~advertising.utexas.edu|~advertising.vrisko.gr|~advision.co /advertising/*$~xmlhttprequest,domain=~advertising.org.il|~commercialplanet.eu|~kloterfarms.com|~temple.edu|~themarker.com /advertising02. @@ -3575,7 +3606,7 @@ /advweb. /AdvWindow/* /advzones/* -/adw.$domain=~adw.be|~adw.olsztyn.pl|~adw.org +/adw.$domain=~adw.be|~adw.olsztyn.pl|~adw.org|~adw.org.pl /adw1. /adw2. /adw3. @@ -3593,6 +3624,7 @@ /adwizard/* /adwizard_ /adwolf. +/adword. /adwords.$domain=~ppc.ee|~radom.pl /adwords/*$domain=~google.com /adwordstracking.js @@ -3606,7 +3638,7 @@ /adwrapperiframe. /adwriter2. /adx-exchange. -/adx.$domain=~adx.cx|~adx.tribefire.com|~adx.uk.com|~adx.world|~adx.wowfi.com +/adx.$domain=~adx.cx|~adx.ru|~adx.tribefire.com|~adx.uk.com|~adx.world|~adx.wowfi.com /adx/ads? /adx/iframe. /adx/js/* @@ -3680,6 +3712,7 @@ /affiliate-assets/banner/* /Affiliate-Banner- /affiliate-content/* +/affiliate-portal- /affiliate-program/* /affiliate.linker/* /affiliate/ad/* @@ -3705,6 +3738,7 @@ /affiliatebanners/* /affiliateimages/* /affiliates.*.aspx? +/affiliates/*/banner /affiliates/*/show_banner. /affiliates/banner /affiliates/contextual. @@ -3769,6 +3803,7 @@ /Api/Ad. /api/ad/* /api/ads/* +/api/ads? /api/v1/ad/* /apopwin. /app.ads- @@ -3827,8 +3862,10 @@ /austria_ad. /auto.ad. /auto_ad_ +/av/ads/* /avant-ad- /Avatar_ad_ +/awaps-ad- /awe2.js /awempire. /awepop. @@ -3975,6 +4012,7 @@ /banners/aff. /banners/affil/* /banners/affiliate/* +/banners/affiliates/* /banners/ffadult/* /banners/googlebanner /banners/promo/* @@ -4293,6 +4331,7 @@ /Controls/ADV/* /convertjsontoad. /core-ads- +/core-ads. /core/ad/* /core/ads/* /coread/* @@ -4317,6 +4356,7 @@ /cpxads. /crackwatch/ads/* /cramitin/ads_ +/crazyad. /crossdomainads. /crossoverad- /csp/ads? @@ -4348,6 +4388,7 @@ /customcontrols/ads/* /customerad_ /cutead. +/cvDisplayAd. /cvs/ads/* /cwggoogleadshow. /cyad. @@ -4520,7 +4561,7 @@ /downads. /download-ad. /download/ad. -/download/ad/* +/download/ad/*$domain=~dr.dk /download/ads /dpics/ads/* /drawad. @@ -4541,6 +4582,7 @@ /dyn_banners_ /dynamic-ad- /dynamic-ad/* +/dynamic.ad? /dynamic/ads/* /dynamic_ads/* /DynamicAd/* @@ -4760,6 +4802,7 @@ /frequencyads. /friendfinder_ /frnads. +/frndlduck-usnt- /front/ad/* /front/ads- /frontads/* @@ -4834,6 +4877,7 @@ /get_adds_ /get_ads. /get_ads/* +/get_ads| /get_banner.asp? /getad.$domain=~getad.pl /getad/* @@ -4852,10 +4896,13 @@ /getadserver. /getadsettingsjs? /getAdsForClient? +/getAdsysCode? /getads| +/getAdvancedPartnerDiv. /GetAdvertData? /getadvertimageservlet? /getAdvertisement^ +/GetAdvertisements? /getadvertiserimage. /GetAdvertisingLeft? /GetAdvertisingTop? @@ -4941,6 +4988,7 @@ /google_radlinks_ /googlead- /googlead. +/googlead/* /googlead1. /googlead160. /GoogleAd300. @@ -5024,6 +5072,7 @@ /holl_ad. /home/_ads /home/ad_ +/home/adcarousel /home/ads- /home/ads/* /home/ads_ @@ -5255,6 +5304,7 @@ /inner-ads- /inner-ads/* /innerads. +/inpl.sponsor. /inpost-ad^ /inquirer/ads/* /insertA.d.js @@ -5700,7 +5750,7 @@ /newadcfg/* /newAdfoxConfig. /newads. -/newads/* +/newads/*$domain=~ingles-markets.com /newAdsScript. /newadv/* /newadvert/* @@ -5958,6 +6008,7 @@ /player/ad/* /player/ads. /player/ads/* +/player_ads. /player_ads/* /playerjs/ads. /players/ads. @@ -6076,6 +6127,7 @@ /prog-sponsor/* /projectwonderful_ /promo-ads/* +/promo.*=dynamic_banner& /promo/ad_ /promo/ads/* /promo/affiframe. @@ -6360,6 +6412,7 @@ /secretmedia-sdk- /secureads. /securepubads. +/select_adv? /seo-ads. /serv.ads. /servads. @@ -6503,12 +6556,14 @@ /slide_in_ads_ /slideadverts/* /slideinad. +/slideoutad. /slider-ad- /slider.ad. /slider_ad. /sliderAd/* /sliderad3. /SliderAd_ +/sliderAds. /SliderJobAdList. /slideshow/ads. /slideshowintad? @@ -6567,7 +6622,7 @@ /sponlink. /spons/banners/* /spons_links_ -/sponser. +/sponser.$domain=~sponser.com.cy /sponseredlinksros. /sponsers.cgi /sponsimages/* @@ -6587,6 +6642,7 @@ /sponsorads/* /sponsorbanners/* /sponsorbg/* +/sponsored-articles/*$xmlhttprequest /sponsored-backgrounds/* /sponsored-banner- /sponsored-content- @@ -6660,6 +6716,7 @@ /static/js/4728ba74bc.js$~third-party /static_ads/* /staticadslot. +/staticAdsSRA. /stats/?t_sid= /sticker_ad. /sticky-ad- @@ -6709,6 +6766,7 @@ /switchadbanner. /SWMAdPlayer. /syads. +/synacor.js /synad2. /synad3. /sync2ad. @@ -6741,7 +6799,6 @@ /teamplayer-ads. /teaseimg/ads/* /technomedia.$domain=~technomedia.co -/telegraph-advertising/* /teletoon_ad. /tempads/* /template/ad. @@ -6804,6 +6861,7 @@ /tomorrowfocusAd. /too_ad/* /toolkitads. +/tools.*=dynamic_banner& /tools/ad. /toonad. /top-ad- @@ -6935,6 +6993,7 @@ /v7/ads/* /v9/adv/* /vads/* +/valuad. /valueclick-ad. /valueclick. /valueclickbanner. @@ -7139,6 +7198,7 @@ /xclicks. /xfiles/ads/* /xhfloatAdv. +/xhr-ads. /xhr/ad/* /xlayer/layer.php?uid=$script /xml/ad/* @@ -7204,7 +7264,8 @@ ://a.ads. ://ad.*/jstag^ ://adcl.$domain=~adcl.com|~adcl.screenconnect.com -://ads.$domain=~ads.ac.uk|~ads.adstream.com.ro|~ads.am|~ads.bigbom.com|~ads.brave.com|~ads.buscaempresas.co|~ads.colombiaonline.com|~ads.comeon.com|~ads.cvut.cz|~ads.dollartree.com|~ads.elcarado.com|~ads.google.com|~ads.harvard.edu|~ads.lapalingo.com|~ads.lordlucky.com|~ads.microsoft.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.nc|~ads.nimses.com|~ads.pinterest.com|~ads.quasaraffiliates.com|~ads.red|~ads.route.cc|~ads.safi-gmbh.ch|~ads.sk|~ads.snapchat.com|~ads.socialtheater.com|~ads.taboola.com|~ads.tiktok.com|~ads.toplayaffiliates.com|~ads.viksaffiliates.com|~ads.watson.ch|~ads.xtribeapp.com|~ads.yahoosmallbusiness.com|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~seriouswheels.com +://adn.*/zone/$subdocument +://ads.$domain=~ads.ac.uk|~ads.adstream.com.ro|~ads.allegro.pl|~ads.am|~ads.bigbom.com|~ads.brave.com|~ads.buscaempresas.co|~ads.colombiaonline.com|~ads.comeon.com|~ads.cvut.cz|~ads.dollartree.com|~ads.elcarado.com|~ads.google.com|~ads.harvard.edu|~ads.lapalingo.com|~ads.lordlucky.com|~ads.microsoft.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.nc|~ads.nimses.com|~ads.odesbuild.com|~ads.pinterest.com|~ads.quasaraffiliates.com|~ads.red|~ads.route.cc|~ads.safi-gmbh.ch|~ads.sk|~ads.snapchat.com|~ads.socialtheater.com|~ads.taboola.com|~ads.tiktok.com|~ads.toplayaffiliates.com|~ads.viksaffiliates.com|~ads.watson.ch|~ads.xtribeapp.com|~ads.yahoosmallbusiness.com|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~seriouswheels.com ://adv.$domain=~adv.bet|~adv.cincsys.com|~adv.co.it|~adv.cpa-api.ru|~adv.cryptonetlabs.it|~adv.derfunke.at|~adv.ee|~adv.gg|~adv.michaelgat.com|~adv.msk.ru|~adv.ru|~adv.trinet.ru|~adv.vg|~adv.works|~adv.yomiuri.co.jp|~advids.co|~erti.se|~escreverdireito.com|~farapp.com|~forex-tv-online.com|~pracuj.pl|~r7.com|~typeform.com|~welaika.com ://affiliate.$third-party ://affiliates.$third-party @@ -7213,6 +7274,7 @@ ://banner.$third-party ://banners.$third-party ://bwp.*/search$domain=~pulte.com +://delivery.*/b.php? ://delivery.*/jstag^ ://feeds.*/~a/ ://findnsave.*.*/api/groupon.json? @@ -7316,7 +7378,7 @@ ?adpage= ?adPageCd= ?adpartner= -?ads=$domain=~booking.loganair.co.uk +?ads=$domain=~booking.loganair.co.uk|~webtoolhub.com ?ads_params= ?adsdata= ?adsite= @@ -7425,7 +7487,7 @@ _ad300. _ad300x250. _ad4. _ad5. -_ad6.$domain=~facebook.com|~messenger.com +_ad6.$domain=~facebook.com|~facebookcorewwwi.onion|~messenger.com _ad640. _ad728x90. _ad9. @@ -7998,6 +8060,8 @@ takeover_banner_ ||online.*/promoredirect?key= ||ox-d.*^auid= ||serve.*/promoload? +! https://github.com/easylist/easylist/issues/5054 +/full-page-script.js$script,~third-party ! bc.vc (https://github.com/NanoMeow/QuickReports/issues/198) /earn.php?z=$popup,subdocument ! https://github.com/uBlockOrigin/uAssets/issues/2364 @@ -8056,6 +8120,7 @@ takeover_banner_ /_p*.php?img=$image /_p4.php$script /_ra_lib*.js$script +/ab_fl.js$script /ac/rep.php$script /b3.php?*=$script /b3.php?img=$image @@ -8087,10 +8152,13 @@ takeover_banner_ /iamback.php$script /lib/?img=$image /misc/ex_loader. +/nb-back-sol? /nb/avanti. /nb/b_lo.php /nb/frontale. /nb/frontend.js +/nb_front.js +/netblock/netblock.js$script /nvr_bcknd. /nvrblck. /scripts/sweet/*$script @@ -8100,7 +8168,7 @@ _prx/ba_$script -prebid- -prebid.$script -prebid/ -.prebid.js +.prebid.$domain=~prebid.org /adn-hb/* /adn.ano. /ads/prebid_ @@ -8114,6 +8182,8 @@ _prx/ba_$script /newPrebid. /pb.min. /pbjs-*.js +/pbjsandwich- +/pbjsandwich. /prebid- /prebid.$domain=~prebid.org /prebid/* @@ -8121,6 +8191,7 @@ _prx/ba_$script /prebid14.js /prebid2. /prebid2140. +/prebid3. /prebid? /prebid_$script /prebidtest. @@ -8593,8 +8664,6 @@ _atblockdetector/ 470x60.swf| 480x60.png| 480x80.jpg| -700_200.gif| -700_200.jpg| 700x200.gif| 728x290.gif| 728x90.gif| @@ -8725,6 +8794,7 @@ _460_60. _460x60. _465x110_ _468-60. +_468-60_ _468.gif _468.htm _468_60- @@ -8908,6 +8978,7 @@ _a468x60. /lib/*&adb=$popup /lr.php?zoneid=$popup /open?shu=$popup +/out?zoneId=$popup /play?*&refer=$popup /play?aver=$popup /play?refer=$popup @@ -8943,6 +9014,7 @@ _a468x60. /watch?shu=$popup,third-party /xdirect.html?$popup /yesbaby.$popup +://adn.*/zone/$popup ://ads.$popup ://adv.$popup =ad_unit&$popup @@ -8991,6 +9063,7 @@ _popunder+$popup ###ADInterest ###ADNETwallBanner1 ###ADNETwallBanner2 +###ADPlaceholder ###ADSLOT_1 ###ADSLOT_2 ###ADSLOT_3 @@ -9482,6 +9555,7 @@ _popunder+$popup ###MidPageAds ###MiddleRightRadvertisement ###Module-From_Advertisers +###MultiTextAd ###MyAdHeader ###MyAdSky ###MyAdsId @@ -9659,6 +9733,8 @@ _popunder+$popup ###acm-ad-tag-300x250-btf ###acm-ad-tag-728x90-atf ###acm-ad-tag-728x90-btf +###ad--article-top +###ad--sidebar ###ad-0 ###ad-1 ###ad-1000x90-1 @@ -9773,6 +9849,7 @@ _popunder+$popup ###ad-adsensemedium ###ad-advertorial ###ad-affiliate +###ad-after ###ad-after-post-content ###ad-anchor ###ad-area @@ -9947,6 +10024,7 @@ _popunder+$popup ###ad-jack ###ad-label ###ad-label2 +###ad-large-banner-top ###ad-large-header ###ad-lb ###ad-lb-secondary @@ -10018,6 +10096,7 @@ _popunder+$popup ###ad-other ###ad-output ###ad-overlay +###ad-p3 ###ad-page-1 ###ad-page-sky-300-a1 ###ad-page-sky-300-a2 @@ -11285,6 +11364,7 @@ _popunder+$popup ###ad_widget ###ad_widget_1 ###ad_window +###ad_wp ###ad_wp_base ###ad_wrap ###ad_wrapper @@ -11648,6 +11728,7 @@ _popunder+$popup ###ads-center-text ###ads-col ###ads-contain-125 +###ads-container ###ads-container-2 ###ads-container-anchor ###ads-container-top @@ -12395,6 +12476,7 @@ _popunder+$popup ###adv_wallpaper ###adv_wallpaper2 ###adv_wideleaderboard +###advancedPartnerDiv ###adver ###adver-top ###adver1 @@ -12460,6 +12542,7 @@ _popunder+$popup ###advertMarkerHorizontalConatiner ###advertMarkerVerticalConatiner ###advertOverlay +###advertPhone ###advertRight ###advertSection ###advertSeparator @@ -12485,6 +12568,7 @@ _popunder+$popup ###advert_561_04_right_end ###advert_561_05 ###advert_561_07 +###advert_Desktop ###advert_back_160x600 ###advert_back_300x250_1 ###advert_back_300x250_2 @@ -13359,6 +13443,7 @@ _popunder+$popup ###bsaadvert ###bsap_aplink ###btfAdNew +###btm_ad ###btm_ads ###btmad ###btmsponsoredcontent @@ -13610,8 +13695,10 @@ _popunder+$popup ###contentad-story-bottom-1 ###contentad-story-middle-1 ###contentad-story-top-1 +###contentad-storyad-1 ###contentad-superbanner-1 ###contentad-superbanner-2 +###contentad-superbanner-3 ###contentad-top-adsense-1 ###contentad-topbanner-1 ###contentad_imtext @@ -13974,6 +14061,7 @@ _popunder+$popup ###display_ads_footer ###display_ads_footer_last ###displayad_bottom-page +###displayad_carousel ###div-ad-1x1 ###div-ad-1x1_3 ###div-ad-2 @@ -14002,6 +14090,9 @@ _popunder+$popup ###div-advert ###div-dfp-BelowContnet ###div-dfp-bottom_leaderboard +###div-gpt-MPU1 +###div-gpt-MPU2 +###div-gpt-MPU3 ###div-gpt-ad-300-inline1 ###div-gpt-ad-300-inline2 ###div-gpt-ad-300-inline3 @@ -14555,6 +14646,7 @@ _popunder+$popup ###gpt-ad-rectangle1 ###gpt-ad-rectangle2 ###gpt-ad-skyscraper +###gpt-ad-slot-right-rail ###gpt-ad-story_rectangle3 ###gpt-adsene-article-bottom ###gpt-mpu @@ -14709,6 +14801,7 @@ _popunder+$popup ###header_sponsors ###header_top_ad ###headerad +###headerad_large ###headeradbox ###headeradcontainer ###headerads @@ -15203,6 +15296,10 @@ _popunder+$popup ###live-ad ###lj_ad_row ###load-adslargerect +###local-algo-ad-north +###local-algo-ad-north-iframe +###local-algo-ad-south +###local-algo-ad-south-iframe ###localAds ###locked-footer-ad-wrapper ###logoAd @@ -15396,6 +15493,7 @@ _popunder+$popup ###mn_ads ###moa-ads-long ###mobile-ad-container +###mobile-ads-ad ###mobile-ads-link ###mobileAd_holder ###mobile_ad_spot_header @@ -15405,6 +15503,7 @@ _popunder+$popup ###mod-ad-msu-1 ###mod-ad-msu-2 ###mod-partner-center +###mod-tafad ###mod_ad ###mod_ad_top ###modal-ad @@ -15724,6 +15823,7 @@ _popunder+$popup ###player_ad ###player_ads ###player_middle_ad +###player_sda ###player_top_ad ###playerad ###playerads @@ -15951,6 +16051,7 @@ _popunder+$popup ###right-ads ###right-ads-3 ###right-ads-4 +###right-ads-rail ###right-advert ###right-bar-ad ###right-box-ad @@ -15993,6 +16094,7 @@ _popunder+$popup ###rightColumnSkyAd ###rightDoubleClick ###rightMortgageAd +###rightRailAds ###rightSideAd ###rightSideAdvert ###rightSideSquareAdverts @@ -16123,7 +16225,9 @@ _popunder+$popup ###scroll-ad ###scroll_ad ###scroll_banner_ad +###scrolladsbanners ###scrollingads +###scrollover-ad-container ###sct_side_ads ###sdac_bottom_ad_widget-3 ###sdac_footer_ads_widget-3 @@ -16445,6 +16549,10 @@ _popunder+$popup ###smallerAd ###smoozed-ad ###smxTextAd +###snippet--ads_bottom +###snippet--ads_menu +###snippet--ads_mobile +###snippet--ads_sides ###socialAD ###socialBarAd ###socialBarAdMini @@ -16814,6 +16922,7 @@ _popunder+$popup ###top-ad-position-inner ###top-ad-rect ###top-ad-right-spot +###top-ad-slot-1 ###top-ad-unit ###top-ad-wrapper ###top-adblock @@ -17354,6 +17463,7 @@ _popunder+$popup ##.A__smallSuperbannerAdvert-main ##.AcceptableTextAds ##.Accordion_ad +##.Ad--empty ##.Ad--header ##.Ad--sidebar ##.Ad-300x100 @@ -17647,6 +17757,7 @@ _popunder+$popup ##.LeftWideSkyscraperAdPanel ##.Left_Content_Google_Ad ##.Ligatus +##.ListingAd-container ##.Loge_AD ##.LoungeAdsBottomLinks ##.M2Advertisement @@ -17699,6 +17810,7 @@ _popunder+$popup ##.Post8ad ##.Post9ad ##.PostSidebarAd +##.Post__ad ##.PremiumObitAdBar ##.PrintAd-Slider ##.ProductAd @@ -17803,6 +17915,7 @@ _popunder+$popup ##.TimelineAd ##.TmnAdsense ##.TopAd +##.TopAdBox ##.TopAdContainer ##.TopAdL ##.TopAdR @@ -17943,6 +18056,7 @@ _popunder+$popup ##.ad--panorama ##.ad--placeholder ##.ad--pushdown +##.ad--rail ##.ad--rectangle ##.ad--right ##.ad--scroll @@ -18078,6 +18192,7 @@ _popunder+$popup ##.ad-ab ##.ad-abc ##.ad-above-header +##.ad-accordion ##.ad-adSense ##.ad-adcode ##.ad-adlink-bottom @@ -18092,6 +18207,7 @@ _popunder+$popup ##.ad-area ##.ad-area-small ##.ad-article-breaker +##.ad-article-wrapper ##.ad-atf ##.ad-atf-medRect ##.ad-auction-footer-container @@ -18333,6 +18449,7 @@ _popunder+$popup ##.ad-here ##.ad-hide-mobile ##.ad-hideable +##.ad-hint ##.ad-hldr-tmc ##.ad-ho ##.ad-hold @@ -18466,6 +18583,7 @@ _popunder+$popup ##.ad-megaboard ##.ad-message ##.ad-messaging +##.ad-microsites ##.ad-mid-article-container ##.ad-midleader ##.ad-mobile @@ -18497,6 +18615,7 @@ _popunder+$popup ##.ad-nav-ad ##.ad-nav-ad-plus ##.ad-new +##.ad-new-box ##.ad-no-notice ##.ad-no-style ##.ad-noBorderAndMargin @@ -18539,9 +18658,12 @@ _popunder+$popup ##.ad-placement ##.ad-plea ##.ad-point +##.ad-popup +##.ad-popup-content ##.ad-pos-top ##.ad-position ##.ad-position-1 +##.ad-position-2 ##.ad-position-especial ##.ad-post ##.ad-post-footer @@ -18564,6 +18686,9 @@ _popunder+$popup ##.ad-r ##.ad-rac-box ##.ad-rail +##.ad-ratio +##.ad-ratio-size-300x250 +##.ad-ratio-size-3x1 ##.ad-reader ##.ad-reader-con-item ##.ad-rect @@ -18674,6 +18799,7 @@ _popunder+$popup ##.ad-slot-a ##.ad-slot-banner ##.ad-slot-container +##.ad-slot-container-1 ##.ad-slot-sidebar ##.ad-slot-sidebar-b ##.ad-slot-tall @@ -18713,6 +18839,7 @@ _popunder+$popup ##.ad-statement ##.ad-sticky ##.ad-sticky-container +##.ad-stickyhero ##.ad-story-inject ##.ad-story-top ##.ad-strip @@ -18824,6 +18951,7 @@ _popunder+$popup ##.ad-wireframe-wrapper ##.ad-with-background ##.ad-with-header-wrapper +##.ad-with-notice ##.ad-with-us ##.ad-wrap ##.ad-wrap--leaderboard @@ -18846,7 +18974,10 @@ _popunder+$popup ##.ad-zone-ajax ##.ad-zone-container ##.ad-zone-s-q-l +##.ad.element ##.ad.inner +##.ad.item +##.ad.module ##.ad.super ##.ad01 ##.ad01-obj @@ -19999,6 +20130,7 @@ _popunder+$popup ##.ad_top_mpu ##.ad_top_right ##.ad_topic_content +##.ad_topmain ##.ad_topright ##.ad_topshop ##.ad_tower @@ -20410,6 +20542,7 @@ _popunder+$popup ##.ads--desktop ##.ads--full ##.ads--menu-principal +##.ads--no-preload ##.ads--sidebar ##.ads--single ##.ads--square @@ -20456,6 +20589,7 @@ _popunder+$popup ##.ads-area ##.ads-article-right ##.ads-articlebottom +##.ads-aside ##.ads-banner ##.ads-banner-bottom ##.ads-banner-js @@ -20519,6 +20653,7 @@ _popunder+$popup ##.ads-footer ##.ads-footer-desktop ##.ads-footer-desktop-article +##.ads-fr ##.ads-full ##.ads-google ##.ads-google-bottom @@ -20928,6 +21063,8 @@ _popunder+$popup ##.ads_obrazek ##.ads_outer ##.ads_outline +##.ads_place +##.ads_place_160 ##.ads_player ##.ads_post ##.ads_post_end @@ -20954,6 +21091,8 @@ _popunder+$popup ##.ads_sidebar ##.ads_sidebar_360 ##.ads_sidebar_360_b +##.ads_single_center +##.ads_single_top ##.ads_singlepost ##.ads_slice ##.ads_slot @@ -21201,6 +21340,7 @@ _popunder+$popup ##.adslist ##.adslisting ##.adslistingz +##.adsload ##.adslogan ##.adslot ##.adslot-area @@ -21236,6 +21376,7 @@ _popunder+$popup ##.adslug ##.adslx-bottom2015 ##.adslx2015 +##.adsmaintop ##.adsmall ##.adsmaller ##.adsmalltext @@ -21319,6 +21460,7 @@ _popunder+$popup ##.adtab ##.adtable ##.adtag +##.adtc ##.adtech ##.adtech-ad-widget ##.adtech-banner @@ -21611,6 +21753,7 @@ _popunder+$popup ##.advert--banner-wrap ##.advert--fallback ##.advert--header +##.advert--inline ##.advert--leaderboard ##.advert--mpu ##.advert--mpu--rhs @@ -21871,6 +22014,7 @@ _popunder+$popup ##.advertisement-bottom ##.advertisement-box ##.advertisement-caption +##.advertisement-card ##.advertisement-cell ##.advertisement-comment ##.advertisement-container @@ -22161,6 +22305,7 @@ _popunder+$popup ##.adzone_ad_9 ##.af-block-ad-wrapper ##.afc-box +##.aff-big-unit ##.aff-iframe ##.afffix-custom-ad ##.affiliate-ad @@ -22194,6 +22339,7 @@ _popunder+$popup ##.after_comments_ads ##.after_post_ad ##.afterpostadbox +##.afw_ad ##.agi-adsaleslinks ##.agi-adtop ##.aisle-ad @@ -22569,6 +22715,7 @@ _popunder+$popup ##.barkerAd ##.barstool_ad_floater ##.base-ad-mpu +##.base-ad-slot ##.base-ad-top ##.base_ad ##.base_printer_widgets_AdBreak @@ -22593,6 +22740,7 @@ _popunder+$popup ##.below-article-ad-sidebar ##.below-feature-ad-hide-based-height ##.below-nav-ad +##.below-next-nativeads ##.belowNavAds ##.below_game_ad ##.below_player_ad @@ -22607,6 +22755,7 @@ _popunder+$popup ##.betteradscontainer ##.between_page_ads ##.bex_ad +##.bg-ad-gray ##.bg-ad-link ##.bg-ad-top ##.bg-ads @@ -22822,6 +22971,7 @@ _popunder+$popup ##.blogads-sb-home ##.blogroll-ad-img ##.blogs_2_square_ad +##.bloque_ads ##.blox3featuredAd ##.blue-ad ##.blurb-advertisement-alert @@ -23005,6 +23155,7 @@ _popunder+$popup ##.box_advertisment_62_border ##.box_content_ad ##.box_content_ads +##.box_layout_ad ##.box_publicidad ##.box_sidebar-ads ##.box_textads @@ -23175,6 +23326,8 @@ _popunder+$popup ##.category-ad ##.category-advertorial ##.category-top-ads +##.categoryMosaic-advertising +##.categoryMosaic-advertisingText ##.categorySponsorAd ##.category__big_game_container_body_games_advertising ##.categoryfirstad @@ -23228,6 +23381,8 @@ _popunder+$popup ##.centered-ad ##.centered_wide_ad ##.centralizer-adx +##.cerrar_bloque_ads +##.cerrar_bloque_ads2 ##.cg_ad_slug ##.cgs-ad-spot ##.ch_advertisement @@ -23473,6 +23628,8 @@ _popunder+$popup ##.content_tagsAdTech ##.contentad ##.contentad-home +##.contentad-storyad-1 +##.contentad-superbanner-2 ##.contentad300x250 ##.contentad_right_col ##.contentadarticle @@ -23650,6 +23807,7 @@ _popunder+$popup ##.dfp-dynamic-tag ##.dfp-leaderboard ##.dfp-plugin-advert +##.dfp-slot ##.dfp-slot-wallpaper ##.dfp-super-leaderboard ##.dfp-tag-wrapper @@ -23727,9 +23885,11 @@ _popunder+$popup ##.dlSponsoredLinks ##.dm-ads-125 ##.dm-ads-350 +##.dmRosAdBody ##.dmRosMBAdBox ##.dm_ad-container ##.dmco_advert_iabrighttitle +##.dmpu-ad ##.dn-ad-small ##.dn-ad-wide ##.dod_ad @@ -23867,6 +24027,7 @@ _popunder+$popup ##.expertsAd ##.explore-ad ##.ext-ad +##.external-ad ##.external-add ##.externalAdComponent ##.extra-ad @@ -24061,6 +24222,7 @@ _popunder+$popup ##.foreign-ad01 ##.foreign-ad02 ##.forex_ad_links +##.fortune-ad-tag__leaderboard ##.fortune-ad-unit ##.forum-ad ##.forum-ad-2 @@ -24193,6 +24355,7 @@ _popunder+$popup ##.gallery-ad-container ##.gallery-ad-counter ##.gallery-ad-holder +##.gallery-ad-lazyload-placeholder ##.gallery-ad-overlay ##.gallery-ad-wrapper ##.gallery-adslot-top @@ -24267,6 +24430,7 @@ _popunder+$popup ##.globalAdLeaderBoard ##.global_banner_ad ##.gm-ad-lrec +##.gmgAd ##.gms-ad-centre ##.gms-advert ##.gn_ads @@ -24479,6 +24643,7 @@ _popunder+$popup ##.gridstream_ad ##.group-ad-leaderboard ##.group-google-ads +##.group-item-ad ##.group_ad ##.grv_is_sponsored ##.gsAd @@ -24516,8 +24681,10 @@ _popunder+$popup ##.half_ad_box ##.halfpage_ad_container ##.has-ad +##.hasAD ##.hasads ##.hbPostAd +##.hb__ad ##.hbi-ad-advertiser ##.hbox_top_sponsor ##.hc_news_mobile_body_bottomAd @@ -24551,6 +24718,7 @@ _popunder+$popup ##.header-ad-banner ##.header-ad-box ##.header-ad-column +##.header-ad-container ##.header-ad-frame ##.header-ad-new-wrap ##.header-ad-slot @@ -24836,6 +25004,7 @@ _popunder+$popup ##.html-block-ads ##.html-component-ad-filler ##.html5-ad-progress-list +##.hwg-row-ad ##.hyad ##.hype_adrotate_widget ##.i360ad @@ -24898,6 +25067,7 @@ _popunder+$popup ##.in-ad ##.in-article-ad ##.in-article-adsense +##.in-article-adx ##.in-article-mpu ##.in-between-ad ##.in-content-ad @@ -24948,12 +25118,14 @@ _popunder+$popup ##.injectedAd ##.inline-ad ##.inline-ad-card +##.inline-ad-desktop ##.inline-ad-placeholder ##.inline-ad-text ##.inline-ad-wrap ##.inline-ad-wrapper ##.inline-adblock ##.inline-advert +##.inline-display-ad ##.inline-mpu ##.inline-mpu-left ##.inline-panorama-ad @@ -25124,6 +25296,7 @@ _popunder+$popup ##.js-header-ad ##.js-header-ad-wrapper ##.js-native-ad +##.js-no-sticky-ad ##.js-react-simple-ad ##.js-site-header-advert ##.js-slide-right-ad @@ -25134,6 +25307,7 @@ _popunder+$popup ##.js-stream-ad ##.js-stream-featured-ad ##.js-toggle-ad +##.jsAdSlot ##.jsOneAd ##.js_adContainer ##.js_contained-ad-container @@ -25368,6 +25542,7 @@ _popunder+$popup ##.listings-ad-block ##.listings-bottom-ad-w ##.listings_ad +##.lite-page-ad ##.literatumAd ##.little_vid_ads ##.live-search-list-ad-container @@ -25467,6 +25642,7 @@ _popunder+$popup ##.main-column-ad ##.main-footer-ad ##.main-google-ad-container +##.main-news__ad ##.main-right-ads ##.main-tabs-ad-block ##.main-top-ad-container @@ -25655,6 +25831,7 @@ _popunder+$popup ##.miscAd ##.mit-adv-comingsoon ##.mj-floating-ad-wrapper +##.mk_ads ##.mks_ads_widget ##.ml-advert ##.ml-adverts-sidebar-1 @@ -25833,7 +26010,9 @@ _popunder+$popup ##.mpuholderportalpage ##.mr-dfp-ad ##.mrec-ads +##.mrecAds ##.mrec_advert +##.mrf-directad ##.ms-ad-superbanner ##.ms-ads-link ##.ms_header_ad @@ -25939,6 +26118,7 @@ _popunder+$popup ##.nda-ad ##.nda-ad--leaderboard ##.ndmadkit +##.nested-ad ##.netPost_ad1 ##.netPost_ad3 ##.netads @@ -26066,10 +26246,12 @@ _popunder+$popup ##.onAd ##.on_player_ads ##.on_single_ad_box +##.onad_desktop ##.one-ad ##.oneColumnAd ##.onethirdadholder ##.onf-ad +##.online-ad ##.onsite-ads-728w ##.opaAd ##.open-ad-container-mobile @@ -26095,6 +26277,7 @@ _popunder+$popup ##.other_adv2 ##.otherheader_ad ##.otj_adspot +##.outbrain-ad-slot ##.outer-ad-container ##.outerAdWrapper ##.outerAd_300x250_1 @@ -26140,6 +26323,7 @@ _popunder+$popup ##.page-ads ##.page-advert ##.page-box-ad +##.page-cover--ads ##.page-footer-ad ##.page-header-ad ##.page-pencil-ad-container-bottom @@ -26397,6 +26581,8 @@ _popunder+$popup ##.postgroup-ads-middle ##.power_by_sponsor ##.powerinbox +##.pp-adunit +##.pp-box-adunit ##.pp_ads_global_before_menu ##.ppb_ads ##.ppp_interior_ad @@ -26610,8 +26796,11 @@ _popunder+$popup ##.rekl_left ##.rekl_right ##.rekl_top +##.rekl_top_wrapper ##.reklam ##.reklam-block +##.reklam-kare +##.reklam-masthead ##.reklam2 ##.reklam728 ##.reklam_mgid @@ -26899,6 +27088,7 @@ _popunder+$popup ##.sa-mainad ##.sa_AdAnnouncement ##.sadvert +##.sagreklam ##.salty-bottom-ad ##.sam-ad ##.sam-pro-ad @@ -26945,6 +27135,7 @@ _popunder+$popup ##.scroller-ad-place-holder ##.scrolling-ads ##.sda_adbox +##.sdc-advert__top-1 ##.se-ligatus ##.search-ad ##.search-ad-no-ratings @@ -27010,6 +27201,8 @@ _popunder+$popup ##.sector-widget__tiny-ad ##.selection-grid-advert ##.selfServeAds +##.sellwild-widget +##.sense-adhesion ##.seoTopAds ##.sepContentAd ##.series-ad @@ -27042,6 +27235,7 @@ _popunder+$popup ##.showads ##.showcaseAd ##.showcasead +##.showheroes-ad-slot ##.shunno-sidebar-advert ##.shunno_widget_sidebar_advert ##.shunno_widget_sidebar_sovrnadsmall @@ -27383,6 +27577,7 @@ _popunder+$popup ##.snarcy-ad ##.sng_card_ads ##.snoadnetwork +##.snoadrotatewidgetwrap ##.social-ad ##.softronics-ad ##.sous_actus_ad @@ -27611,6 +27806,7 @@ _popunder+$popup ##.sponsored_links_title_container ##.sponsored_links_title_container_top ##.sponsored_links_top +##.sponsored_post ##.sponsored_result ##.sponsored_results ##.sponsored_results-container @@ -27724,14 +27920,18 @@ _popunder+$popup ##.ste-ad ##.sticky-ad ##.sticky-ad-container +##.sticky-ad-unit-default ##.sticky-ad-wrapper ##.sticky-sidebar-ad ##.sticky-top-ad-wrap ##.stickyAdLink ##.stickyAdsGroup ##.stickyMultiAd-processed +##.stickyRailAd ##.sticky_ad_wrapper +##.stickyad ##.stickyadv +##.stm-ad-player ##.stmAdHeightWidget ##.stock-ticker-ad-tag ##.stock_ad @@ -27792,6 +27992,7 @@ _popunder+$popup ##.submenu_ad ##.subtitle-ad-container ##.sugarad +##.suggested-content--ads ##.suit-ad-inject ##.suitcase-ad ##.sun-col-2--is-ad @@ -27829,6 +28030,7 @@ _popunder+$popup ##.tadsanzeige ##.tadsbanner ##.tadselement +##.tag-sponsored ##.takeOverAdLink ##.tallAdvert ##.tallad @@ -27936,6 +28138,7 @@ _popunder+$popup ##.textlinkads ##.tf_page_ad_search ##.tfagAd +##.tgads-box ##.tge-ad ##.thb_ad_before_header ##.theAdvert @@ -27950,6 +28153,7 @@ _popunder+$popup ##.thirdAd160Cont ##.thirdAdBot ##.thirdAdHead +##.thirdPartySponsorLink ##.thirdPartySponsorLink__ad ##.thirdPartySponsorLink__ads ##.thirdage_ads_300x250 @@ -28190,6 +28394,7 @@ _popunder+$popup ##.topadvert ##.topadvertisementsegment ##.topbannerAd +##.topbar-ad-parent ##.topbar-ad-unit ##.topboardads ##.topcontentadvertisement @@ -28303,6 +28508,7 @@ _popunder+$popup ##.uniAds ##.uniblue-text-ad ##.unireg-ad-narrow +##.unisterAdsStart ##.unit-ad ##.universalboxADVBOX01 ##.universalboxADVBOX03 @@ -28354,6 +28560,7 @@ _popunder+$popup ##.vidadtext ##.video-about-ad ##.video-ad +##.video-ad-bottom ##.video-ad-content ##.video-ad-short ##.video-ads @@ -28477,6 +28684,7 @@ _popunder+$popup ##.waterfall-ad-anchor ##.wazi-ad-link ##.wcAd +##.wcfAdLocation ##.wd-adunit ##.wd_ads ##.wdca_ad_item @@ -28695,6 +28903,7 @@ _popunder+$popup ##.wrapper-google-ads ##.wrapper-sidebar_ads_box ##.wrapper-sidebar_ads_half-page +##.wrapper-sponsored ##.wrapper-sponsored-fb ##.wrapperAdSky ##.wrapper_ad @@ -28717,6 +28926,7 @@ _popunder+$popup ##.wsj-responsive-ad-wrap ##.wui-ad-container ##.ww_ads_banner_wrapper +##.wwnFloatingAdContainer ##.wx-adchoices ##.wx-gptADS ##.x-ad @@ -28789,10 +28999,10 @@ _popunder+$popup ##.ysp-dynamic-ad ##.ysponsor ##.yt-adsfull-widget +##.ytd-carousel-ad-renderer ##.ytp-ad-module ##.ytp-ad-progress ##.ytp-ad-progress-list -##.ytp-paid-content-overlay ##.yui3-ad ##.yvp-ads-overlay ##.yvp-ads-view @@ -28812,6 +29022,8 @@ _popunder+$popup ##.zerg-widget ##.zeti-ads ##.ziffad-wrapper +##.zmgad-full-width +##.zmgad-right-rail ##.zone-advertisement ##.zoneAds ##AD-SLOT @@ -28823,6 +29035,7 @@ _popunder+$popup ##LEADERBOARD-AD ##[ad-id^="googlead"] ##[href*="//xml.revrtb.com/"] +##[href^="http://advertisesimple.info/"] ##[href^="https://maskip.co/"] ##[id^="bunyad_ads_"] ##[lazy-ad="leftbottom_banner"] @@ -28848,12 +29061,17 @@ _popunder+$popup ##a[href*=".irtyc.com/"] ##a[href*=".opskln.com/"] ##a[href*=".orange2258.com/"] +##a[href*=".purple6401.com/"] ##a[href*=".qertewrt.com/"] ##a[href*=".red90121.com/"] ##a[href*=".revimedia.com/"] ##a[href*=".smartadserver.com"] ##a[href*=".udncoeln.com/"] ##a[href*="//3wr110.xyz/"] +##a[href*="//bongacams.com/track?"] +##a[href*="//bongacams2.com/track?"] +##a[href*="//bongacams5.com/track?"] +##a[href*="//promo-bc.com/track?"] ##a[href*="//ridingintractable.com/"] ##a[href*="/adServe/banners?"] ##a[href*="/adrotate-out.php?"] @@ -28905,7 +29123,6 @@ _popunder+$popup ##a[href^="//z6naousb.com/"] ##a[href^="//zenhppyad.com/"] ##a[href^="http://1phads.com/"] -##a[href^="http://2pxg8bcf.top/"] ##a[href^="http://360ads.go2cloud.org/"] ##a[href^="http://3wr110.net/"] ##a[href^="http://45eijvhgj2.com/"] @@ -28947,7 +29164,6 @@ _popunder+$popup ##a[href^="http://aff.ironsocket.com/"] ##a[href^="http://affiliate.coral.co.uk/processing/"] ##a[href^="http://affiliate.glbtracker.com/"] -##a[href^="http://affiliate.godaddy.com/"] ##a[href^="http://affiliates.pinnaclesports.com/processing/"] ##a[href^="http://affiliates.score-affiliates.com/"] ##a[href^="http://aflrm.com/"] @@ -28967,7 +29183,6 @@ _popunder+$popup ##a[href^="http://betahit.click/"] ##a[href^="http://bluehost.com/track/"] ##a[href^="http://bodelen.com/"] -##a[href^="http://bonusfapturbo.nmvsite.com/"] ##a[href^="http://bs.serving-sys.com/"] ##a[href^="http://buysellads.com/"] ##a[href^="http://c.actiondesk.com/"] @@ -28985,14 +29200,11 @@ _popunder+$popup ##a[href^="http://centertrust.xyz/"] ##a[href^="http://chaturbate.com/affiliates/"] ##a[href^="http://cinema.friendscout24.de?"] -##a[href^="http://click.guamwnvgashbkashawhgkhahshmashcas.pw/"] ##a[href^="http://click.payserve.com/"] ##a[href^="http://click.plista.com/pets"] ##a[href^="http://clickandjoinyourgirl.com/"] ##a[href^="http://clicks.binarypromos.com/"] -##a[href^="http://clicks.guamwnvgashbkashawhgkhahshmashcas.pw/"] ##a[href^="http://clickserv.sitescout.com/"] -##a[href^="http://clk.directrev.com/"] ##a[href^="http://clkmon.com/adServe/"] ##a[href^="http://codec.codecm.com/"] ##a[href^="http://connectlinking6.com/"] @@ -29001,11 +29213,9 @@ _popunder+$popup ##a[href^="http://cpaway.afftrack.com/"] ##a[href^="http://cwcams.com/landing/click/"] ##a[href^="http://d2.zedo.com/"] -##a[href^="http://data.ad.yieldmanager.net/"] ##a[href^="http://data.committeemenencyclopedicrepertory.info/"] ##a[href^="http://data.linoleictanzaniatitanic.com/"] ##a[href^="http://databass.info/"] -##a[href^="http://ddownload39.club/"] ##a[href^="http://dethao.com/"] ##a[href^="http://dftrck.com/"] ##a[href^="http://down1oads.com/"] @@ -29024,14 +29234,12 @@ _popunder+$popup ##a[href^="http://feeds1.validclick.com/"] ##a[href^="http://ffxitrack.com/"] ##a[href^="http://fileloadr.com/"] -##a[href^="http://fileupnow.rocks/"] ##a[href^="http://finaljuyu.com/"] ##a[href^="http://findersocket.com/"] ##a[href^="http://freesoftwarelive.com/"] ##a[href^="http://fsoft4down.com/"] ##a[href^="http://fusionads.net"] ##a[href^="http://g1.v.fwmrm.net/ad/"] -##a[href^="http://galleries.pinballpublishernetwork.com/"] ##a[href^="http://galleries.securewebsiteaccess.com/"] ##a[href^="http://get.slickvpn.com/"] ##a[href^="http://getlinksinaseconds.com/"] @@ -29042,11 +29250,9 @@ _popunder+$popup ##a[href^="http://go.trafficshop.com/"] ##a[href^="http://goldmoney.com/?gmrefcode="] ##a[href^="http://googleads.g.doubleclick.net/pcs/click"] -##a[href^="http://green.trafficinvest.com/"] ##a[href^="http://greensmoke.com/"] ##a[href^="http://guideways.info/"] ##a[href^="http://hd-plugins.com/download/"] -##a[href^="http://hdplugin.flashplayer-updates.com/"] ##a[href^="http://hpn.houzz.com/"] ##a[href^="http://hyperies.info/"] ##a[href^="http://hyperlinksecure.com/go/"] @@ -29055,7 +29261,6 @@ _popunder+$popup ##a[href^="http://install.securewebsiteaccess.com/"] ##a[href^="http://intent.bingads.com/"] ##a[href^="http://istri.it/?"] -##a[href^="http://jobitem.org/"] ##a[href^="http://join3.bannedsextapes.com/track/"] ##a[href^="http://k2s.cc/code/"] ##a[href^="http://k2s.cc/pr/"] @@ -29066,14 +29271,12 @@ _popunder+$popup ##a[href^="http://liversely.com/"] ##a[href^="http://liversely.net/"] ##a[href^="http://lp.ezdownloadpro.info/"] -##a[href^="http://lp.ilivid.com/"] ##a[href^="http://lp.ncdownloader.com/"] ##a[href^="http://marketgid.com"] ##a[href^="http://media.paddypower.com/redirect.aspx?"] ##a[href^="http://mgid.com/"] ##a[href^="http://mmo123.co/"] ##a[href^="http://mo8mwxi1.com/"] -##a[href^="http://mojofun.info/"] ##a[href^="http://n.admagnet.net/"] ##a[href^="http://n217adserv.com/"] ##a[href^="http://onclickads.net/"] @@ -29083,10 +29286,7 @@ _popunder+$popup ##a[href^="http://partner.sbaffiliates.com/"] ##a[href^="http://play4k.co/"] ##a[href^="http://pokershibes.com/index.php?ref="] -##a[href^="http://prochina.link/"] -##a[href^="http://prochina.space/"] ##a[href^="http://promos.bwin.com/"] -##a[href^="http://prousa.work/"] ##a[href^="http://pubads.g.doubleclick.net/"] ##a[href^="http://pwrads.net/"] ##a[href^="http://reallygoodlink.extremefreegames.com/"] @@ -29112,21 +29312,20 @@ _popunder+$popup ##a[href^="http://spygasm.com/track?"] ##a[href^="http://srvpub.com/"] ##a[href^="http://stateresolver.link/"] -##a[href^="http://steel.starflavor.bid/"] ##a[href^="http://syndication.exoclick.com/"] ##a[href^="http://t.mdn2015x1.com/"] ##a[href^="http://t.mdn2015x2.com/"] ##a[href^="http://t.mdn2015x3.com/"] ##a[href^="http://t.wowtrk.com/"] -##a[href^="http://tc.tradetracker.net/"] +##a[href^="http://tc.tradetracker.net/"] > img ##a[href^="http://tezfiles.com/pr/"] ##a[href^="http://tour.affbuzzads.com/"] +##a[href^="http://tour.mrskin.com/"] ##a[href^="http://track.adform.net/"] ##a[href^="http://track.affiliatenetwork.co.za/"] ##a[href^="http://track.incognitovpn.com/"] ##a[href^="http://track.trkvluum.com/"] ##a[href^="http://tracker.mybroadband.co.za/"] -##a[href^="http://tracking.crazylead.com/"] ##a[href^="http://tracking.deltamediallc.com/"] ##a[href^="http://tracking.toroadvertising.com/"] ##a[href^="http://traffic.tc-clicks.com/"] @@ -29145,9 +29344,7 @@ _popunder+$popup ##a[href^="http://wopertific.info/"] ##a[href^="http://www.123-reg.co.uk/affiliate2.cgi"] ##a[href^="http://www.1clickdownloader.com/"] -##a[href^="http://www.1clickmoviedownloader.info/"] ##a[href^="http://www.TwinPlan.com/AF_"] -##a[href^="http://www.accuserveadsystem.com/accuserve-go.php?"] ##a[href^="http://www.adbrite.com/mb/commerce/purchase_form.php?"] ##a[href^="http://www.adskeeper.co.uk/"] ##a[href^="http://www.adultdvdempire.com/?partner_id="][href*="&utm_"] @@ -29178,7 +29375,6 @@ _popunder+$popup ##a[href^="http://www.drowle.com/"] ##a[href^="http://www.easydownloadnow.com/"] ##a[href^="http://www.epicgameads.com/"] -##a[href^="http://www.faceporn.net/free?"] ##a[href^="http://www.fbooksluts.com/"] ##a[href^="http://www.firstclass-download.com/"] ##a[href^="http://www.firstload.com/affiliate/"] @@ -29193,6 +29389,7 @@ _popunder+$popup ##a[href^="http://www.friendlyquacks.com/"] ##a[href^="http://www.gamebookers.com/cgi-bin/intro.cgi?"] ##a[href^="http://www.getyourguide.com/?partner_id="] +##a[href^="http://www.gfrevenge.com/landing/"] ##a[href^="http://www.graboid.com/affiliates/"] ##a[href^="http://www.greenmangaming.com/?tap_a="] ##a[href^="http://www.hitcpm.com/"] @@ -29215,7 +29412,6 @@ _popunder+$popup ##a[href^="http://www.myvpn.pro/"] ##a[href^="http://www.on2url.com/app/adtrack.asp"] ##a[href^="http://www.paddypower.com/?AFF_ID="] -##a[href^="http://www.pheedo.com/"] ##a[href^="http://www.pinkvisualgames.com/?revid="] ##a[href^="http://www.pinkvisualpad.com/?revid="] ##a[href^="http://www.plus500.com/?id="] @@ -29254,17 +29450,20 @@ _popunder+$popup ##a[href^="http://yads.zedo.com/"] ##a[href^="http://z1.zedo.com/"] ##a[href^="http://zevera.com/afi.html"] +##a[href^="https://8a1ccf65f2b1302.com/"] ##a[href^="https://a.adtng.com/"] ##a[href^="https://a.bestcontentpc.top/"] ##a[href^="https://aaucwbe.com/"] ##a[href^="https://ad.atdmt.com/"] ##a[href^="https://ad.doubleclick.net/"] +##a[href^="https://ad13.adfarm1.adition.com/"] ##a[href^="https://adclick.g.doubleclick.net/"] ##a[href^="https://adhealers.com/"] ##a[href^="https://ads-for-free.com/click.php?"] ##a[href^="https://ads.ad4game.com/"] ##a[href^="https://ads.trafficpoizon.com/"] ##a[href^="https://adserver.adreactor.com/"] +##a[href^="https://adsrv4k.com/"] ##a[href^="https://adswick.com/"] ##a[href^="https://adultfriendfinder.com/go/page/landing"] ##a[href^="https://affiliates.bet-at-home.com/processing/"] @@ -29274,8 +29473,8 @@ _popunder+$popup ##a[href^="https://awentw.com/"] ##a[href^="https://badoinkvr.com/"] ##a[href^="https://betway.com/"][href*="&a="] +##a[href^="https://blackorange.go2cloud.org/"] ##a[href^="https://bnsjb1ab1e.com/"] -##a[href^="https://bongacams2.com/track?"] ##a[href^="https://bs.serving-sys.com"] ##a[href^="https://bullads.net/get/"] ##a[href^="https://chaturbate.com/affiliates/"] @@ -29284,14 +29483,16 @@ _popunder+$popup ##a[href^="https://chaturbate.jjgirls.com/"][href*="?tour="] ##a[href^="https://chaturbate.xyz/"] ##a[href^="https://click.plista.com/pets"] +##a[href^="https://clickadilla.com/"] ##a[href^="https://clixtrac.com/"] +##a[href^="https://content.oneindia.com/www/delivery/"] ##a[href^="https://control.trafficfabrik.com/"] -##a[href^="https://dcs.adgear.com/clicks/"] ##a[href^="https://dediseedbox.com/clients/aff.php?"] +##a[href^="https://deliver.ptgncdn.com/"] +##a[href^="https://deliver.tf2www.com/"] ##a[href^="https://djtcollectorclub.org/"][href*="?affiliate_id="] ##a[href^="https://dltags.com/"] ##a[href^="https://dynamicadx.com/"] -##a[href^="https://evaporate.pw/"] ##a[href^="https://farm.plista.com/pets"] ##a[href^="https://fileboom.me/pr/"] ##a[href^="https://flirtaescopa.com/"] @@ -29321,11 +29522,13 @@ _popunder+$popup ##a[href^="https://landing1.brazzersnetwork.com"] ##a[href^="https://lingthatsparleso.info/"] ##a[href^="https://m.do.co/c/"] > img +##a[href^="https://mcdlks.com/"] ##a[href^="https://medleyads.com/"] ##a[href^="https://meet-to-fuck.com/tds"] ##a[href^="https://members.linkifier.com/public/affiliateLanding?refCode="] ##a[href^="https://mk-ads.com/"] ##a[href^="https://mk-cdn.net/"] +##a[href^="https://mob1ledev1ces.com/"] ##a[href^="https://playuhd.host/"] ##a[href^="https://porndeals.com/?track="] ##a[href^="https://porngames.adult/?SID="] @@ -29345,10 +29548,12 @@ _popunder+$popup ##a[href^="https://squren.com/rotator/?atomid="] ##a[href^="https://syndication.exoclick.com/splash.php?"] ##a[href^="https://t.grtyi.com/"] +##a[href^="https://t.hrtye.com/"] ##a[href^="https://t.mobtya.com/"] -##a[href^="https://tc.tradetracker.net/"] +##a[href^="https://tc.tradetracker.net/"] > img ##a[href^="https://topoffers.com/"][href*="/?pid="] ##a[href^="https://torguard.net/aff.php"] +##a[href^="https://tour.mrskin.com/"] ##a[href^="https://track.52zxzh.com/"] ##a[href^="https://track.adform.net/"] ##a[href^="https://track.afftck.com/"] @@ -29356,6 +29561,7 @@ _popunder+$popup ##a[href^="https://track.healthtrader.com/"] ##a[href^="https://track.themadtrcker.com/"] ##a[href^="https://track.trkinator.com/"] +##a[href^="https://track.ultravpn.com/"] ##a[href^="https://tracking.truthfinder.com/?a="] ##a[href^="https://trackjs.com/?utm_source"] ##a[href^="https://traffic.bannerator.com/"] @@ -29366,7 +29572,6 @@ _popunder+$popup ##a[href^="https://uncensored.game/"] ##a[href^="https://uncensored3d.com/"] ##a[href^="https://understandsolar.com/signup/?lead_source="][href*="&tracking_code="] -##a[href^="https://vodexor.us/"] ##a[href^="https://watchmygirlfriend.tv/"] ##a[href^="https://windscribe.com/promo/"] ##a[href^="https://www.adskeeper.co.uk/"] @@ -29384,8 +29589,8 @@ _popunder+$popup ##a[href^="https://www.friendlyduck.com/AF_"] ##a[href^="https://www.goldenfrog.com/vyprvpn?offer_id="][href*="&aff_id="] ##a[href^="https://www.googleadservices.com/pagead/aclk?"] +##a[href^="https://www.hotgirls4fuck.com/"] ##a[href^="https://www.iclwy.xyz/"] -##a[href^="https://www.incontri-matura.com/"] ##a[href^="https://www.incredimail.com/?id"] ##a[href^="https://www.moscarossa.biz/"] ##a[href^="https://www.mrskin.com/tour"] @@ -29394,6 +29599,8 @@ _popunder+$popup ##a[href^="https://www.nutaku.net/signup/landing/"] ##a[href^="https://www.oboom.com/ad/"] ##a[href^="https://www.oboom.com/ref/"] +##a[href^="https://www.oneclickroot.com/?tap_a="] > img +##a[href^="https://www.passeura.com/"] ##a[href^="https://www.popads.net/users/"] ##a[href^="https://www.pornhat.com/"][rel="nofollow"] ##a[href^="https://www.securegfm.com/"] @@ -29404,22 +29611,28 @@ _popunder+$popup ##a[href^="https://zononi.com/"] ##a[onclick*="//m.economictimes.com/etmack/click.htm"] ##a[onmousedown^="this.href='/wp-content/embed-ad-content/"] +##ad-desktop-sidebar ##ad-slot--header-banner +##amp-ad-custom ##aside[id^="adrotate_widgets-"] ##aside[id^="advads_ad_widget-"] ##aside[id^="div-gpt-ad"] ##aside[id^="tn_ads_widget-"] ##aside[itemtype="https://schema.org/WPAdBlock"] ##bottomadblock +##div[aria-label="Ads"] ##div[class*="-storyBodyAd-"] ##div[class*="_AdInArticle_"] ##div[class^="AdBannerWrapper-"] +##div[class^="AdEmbeded__AddWrapper"] ##div[class^="Ad__adContainer"] ##div[class^="Ad__bigBox"] ##div[class^="Ad__container"] ##div[class^="AdhesionAd_"] ##div[class^="BlockAdvert-"] +##div[class^="Directory__footerAds"] ##div[class^="ResponsiveAd-"] +##div[class^="SponsoredAds"] ##div[class^="ad_border_"] ##div[class^="ad_position_"] ##div[class^="adbanner_"] @@ -29441,6 +29654,7 @@ _popunder+$popup ##div[data-ad-underplayer] ##div[data-mediatype="advertising"] ##div[data-native_ad] +##div[data-role="sidebarAd"] ##div[data-spotim-slot] ##div[data-subscript="Advertising"] ##div[id^="ADV-SLOT-"] @@ -29492,9 +29706,9 @@ _popunder+$popup ##div[itemtype="http://www.schema.org/WPAdBlock"] ##iframe[id^="google_ads_frame"] ##iframe[id^="google_ads_iframe"] +##iframe[name^="google_ads_iframe"] +##iframe[src*="mellowads.com"] ##iframe[src^="http://ad.yieldmanager.com/"] -##iframe[src^="http://cdn1.adexprt.com/"] -##iframe[src^="http://cdn2.adexprt.com/"] ##img[alt^="Fuckbook"] ##p[id^="div-gpt-ad-"] ##script[src^="http://free-shoutbox.net/app/webroot/shoutbox/sb.php?shoutbox="] + #freeshoutbox_content @@ -29544,7 +29758,6 @@ _popunder+$popup ##.rec_container_right ##.rec_title_footer ##[onclick*="content.ad/"] -##a[href^="http://internalredirect.site/"] ##a[href^="http://rekoverr.com/"] ##div > [class][onclick*=".updateAnalyticsEvents"] ! ampproject @@ -29600,6 +29813,7 @@ _popunder+$popup ! https://adblockplus.org/forum/viewtopic.php?f=2&t=17016 ##.l-container > #fishtank ! Google +###atvcap + #tvcap > .mnr-c > .commercial-unit-mobile-top ###center_col > #\5f Emc ###center_col > #main > .dfrd > .mnr-c > .c._oc._zs ###center_col > #res > #topstuff + #search > div > #ires > #rso > #flun @@ -29648,6 +29862,7 @@ _popunder+$popup ##.commercial-unit-desktop-rhs:not(.mnr-c) ##.commercial-unit-mobile-bottom ##.commercial-unit-mobile-top .jackpot-main-content-container > .UpgKEd + .nZZLFc > .vci +##.commercial-unit-mobile-top .jackpot-main-content-container > .UpgKEd + .nZZLFc > div > .vci ##.commercial-unit-tiles-immersive ##.gws-flights-book__ads-wrapper ##.lads[width="100%"][style="background:#FFF8DD"] @@ -29664,6 +29879,7 @@ _popunder+$popup ##.widget-pane-section-result[data-result-ad-type] ##div[data-flt-ve="sponsored_search_ads"] ##div[data-id^="CarouselPLA-"] > .kzwEHf +##div[jscontroller="U835zd"] + c-wiz[jsrenderer="YnuqN"] ##div[role="navigation"] + c-wiz > div > .kxhcC ##div[role="navigation"] + c-wiz > script + div > .kxhcC ##header#hdr + #main > div[data-hveid] @@ -29804,7 +30020,7 @@ thedailygreen.com#@##AD_banner webmail.verizon.net#@##AdColumn jobs.wa.gov.au,lalovings.com#@##AdContainer jobs.wa.gov.au,ksl.com#@##AdHeader -sprouts.com,tbns.com.au#@##AdImage +sprouts.com#@##AdImage games.com#@##Adcode designspotter.com#@##AdvertiseFrame wikimedia.org#@##Advertisements @@ -29813,7 +30029,7 @@ freeshipping.com,freeshippingrewards.com#@##BottomAds orientaldaily.on.cc#@##ContentAd kizi.com,playedonline.com#@##PreRollAd japantimes.co.jp#@##RightAdBlock -isource.com,nytimes.com,ocregister.com,pe.com#@##TopAd +isource.com,nytimes.com,nytimes3xbfgragh.onion,ocregister.com,pe.com#@##TopAd statejournal.com#@##WNAd41 dailyfinancegroup.com#@##ad-area dormy.se,marthastewart.com#@##ad-background @@ -29907,12 +30123,10 @@ mautofied.com,thisisads.co.uk#@##adtext 4sysops.com,autogidas.lt,ew.com,globalsecurity.org#@##adtop al.com,cleveland.com,gulflive.com,lehighvalleylive.com,masslive.com,mlive.com,nj.com,nola.com,oregonlive.com,pennlive.com,silive.com,syracuse.com#@##adv-masthead lawinfo.com#@##adv-top -inverterbolsa.com#@##advert1 lakeviewfinancial.net#@##advert2 dice.com#@##advertContainer felcia.co.uk#@##advert_box basinnow.com#@##advertise -tiv.pw#@##advertisement1 telkomspeedy.com#@##advertisetop govolsxtra.com,legacy.com#@##advertising_wrapper flyroyalbrunei.com#@##adverts @@ -29923,7 +30137,7 @@ asuragen.com#@##bannerAd visitscotland.com#@##bannerAdWrapper macrumors.com#@##banner_topad alltimesgames.com,go.com,kennedyhealth.org,modernmedicine.com#@##bannerad -hotels.mapov.com,redcanoecu.com#@##bigAd +redcanoecu.com#@##bigAd sudoku.com.au#@##bigad eenadu.net,themediaonline.co.za#@##body_ad freeshipping.com#@##bottomAds @@ -29990,7 +30204,7 @@ logic-immo.be,motortrade.me#@##search_ads spinner.com#@##sideAd japantoday.com#@##side_ads gaelick.com,romstone.net#@##sidebar-ads -facebook.com,japantoday.com#@##sidebar_ads +facebook.com,facebookcorewwwi.onion,japantoday.com#@##sidebar_ads allthingsd.com#@##skybox-ad zapak.com#@##sponsorAdDiv members.portalbuzz.com#@##sponsors-home @@ -29998,12 +30212,10 @@ members.portalbuzz.com#@##sponsors-home acceptableads.com#@##text-ads audioacrobat.com#@##theAd foodbeast.com,mensfitness.com#@##top-ad -boards.adultswim.com#@##top-ad-content isource.com#@##topAd playstationlifestyle.net#@##topAdSpace sdtimes.com#@##topAdSpace_div ceporn.net#@##topAds -inverterbolsa.com#@##topAdvert neowin.net#@##topBannerAd morningstar.se,zootoo.com#@##top_ad hbwm.com#@##top_ads @@ -30029,13 +30241,12 @@ francofilo.com#@#.aalb-pg-ad-unit apartments.com#@#.ad-300x250 channelnewsasia.com#@#.ad-970 optimum.net#@#.ad-banner -bash.fm,tbns.com.au#@#.ad-block +bash.fm#@#.ad-block felcia.co.uk#@#.ad-body auctionstealer.com#@#.ad-border members.portalbuzz.com#@#.ad-btn assetbar.com,jazzradio.com,o2.pl#@#.ad-button bahtsold.com,propertysold.asia#@#.ad-cat -small-universe.com#@#.ad-cell jobmail.co.za,odysseyware.com#@#.ad-display foxnews.com,yahoo.com#@#.ad-enabled seattletimes.com#@#.ad-fixed @@ -30096,7 +30307,6 @@ abc.go.com#@#.adMessage seznam.cz#@#.adMiddle cheaptickets.com,orbitz.com#@#.adMod outspark.com#@#.adModule -hotels.mapov.com#@#.adOverlay advertiser.ie#@#.adPanel shockwave.com#@#.adPod aggeliestanea.gr#@#.adResult @@ -30107,8 +30317,7 @@ microsoft.com,northjersey.com#@#.adSpace autotrader.co.za,thebulletinboard.com#@#.adText autotrader.co.za,ksl.com,superbikeplanet.com#@#.adTitle empowher.com#@#.adTopHome -streamcloud.eu#@#.adWidget -cocktailsoftheworld.com,supersonicads.com#@#.adWrap +cocktailsoftheworld.com#@#.adWrap sanmarcosrecord.com#@#.ad_1 techreport.com#@#.ad_160 courierpostonline.com#@#.ad_160x600 @@ -30186,11 +30395,10 @@ shopmos.net#@#.ads_top quebarato.com.br,search.conduit.com#@#.ads_wrapper alluc.org#@#.adsbottombox imagebam.com#@#.adsbox -advancedrenamer.com,epicbundle.com,weightlosereally.com,willyoupressthebutton.com#@#.adsbygoogle +advancedrenamer.com,epicbundle.com,willyoupressthebutton.com#@#.adsbygoogle copart.com#@#.adscontainer starbike.com#@#.adsense_wrapper live365.com#@#.adshome -chupelupe.com#@#.adside nationalpost.com#@#.adsizewrapper fodey.com,tuxpi.com#@#.adslot wg-gesucht.de#@#.adslot_blurred @@ -30245,7 +30453,7 @@ diena.lt#@#.block-simpleads oliveoiltimes.com#@#.blog-ads hispanicbusiness.com#@#.bottom-ad newagestore.com#@#.bottom-ads -nytimes.com#@#.bottom-left-ad +nytimes.com,nytimes3xbfgragh.onion#@#.bottom-left-ad 123poi.com#@#.bottomAds ixbtlabs.com#@#.bottom_ad_block queer.pl#@#.box-ads @@ -30292,7 +30500,7 @@ gumtree.co.za#@#.googleAdSense nicovideo.jp#@#.googleAds davidsilverspares.co.uk#@#.greyAd komando.com#@#.grid-item-ad -forums.digitalspy.com,waer.org#@#.has-ad +forums.digitalspy.com,marketwatch.com,waer.org#@#.has-ad minecraftforge.net#@#.hasads adexchanger.com,assetbar.com,burningangel.com,donthatethegeek.com,drunkenstepfather.com,intomobile.com,poderpda.com,politicususa.com,seattlepi.com,sfgate.com,startingstrongman.com,thenationonlineng.net,thinkcomputers.org,wccftech.com,wholelifestylenutrition.com#@#.header-ad greenbayphoenix.com,photobucket.com#@#.headerAd @@ -30309,7 +30517,7 @@ gq.com#@#.homepage-ad straighttalk.com#@#.homepage_ads radaronline.com#@#.horizontal_ad bodas.com.mx,bodas.net,daveramsey.com,economist.com,flightcentre.co.uk,mariages.net,matrimonio.com,payback.pl,ripley.cl,ripley.com.pe,weddingspot.co.uk,wsj.com#@#.img_ad -baldai.tel,boracay.tel,covarrubias.tel#@#.imgad +boracay.tel#@#.imgad lespac.com#@#.inner_ad classifiedads.com#@#.innerad gizbrain.com,szlifestyle.com#@#.insert-post-ads @@ -30340,6 +30548,7 @@ climbingbusinessjournal.com,kunstpiste.com#@#.oio-banner-zone antronio.com,frogueros.com#@#.openx youtube.com#@#.overlay-ads adn.com#@#.page-ad +amateri.com#@#.page-cover--ads daum.net,rottentomatoes.com#@#.page_ad bachofen.ch#@#.pfAd speedtest.net#@#.plainAd @@ -30377,13 +30586,13 @@ avizo.cz,bisexual.com#@#.searchads ipsluk.co.uk#@#.section-sponsor arbetsformedlingen.se,wunderground.com#@#.showAd almanacnews.com,danvillesanramon.com,mv-voice.com,paloaltoonline.com,pleasantonweekly.com#@#.showads -agelioforos.gr,audioholics.com,domainrural.com.au#@#.side-ad +audioholics.com,domainrural.com.au#@#.side-ad suntimes.com#@#.side-bar-ad-position1 timesofoman.com#@#.sideAd fool.com#@#.sidebar-ads cadlinecommunity.co.uk#@#.sidebar_advert adspot.lk,recycler.com#@#.single-ad -myaccount.nytimes.com#@#.singleAd +myaccount.nytimes.com,myaccount.nytimes3xbfgragh.onion#@#.singleAd cbsnews.com,gamespot.com#@#.skinAd radaronline.com#@#.sky_ad comicbookmovie.com#@#.skyscraperAd @@ -30396,25 +30605,22 @@ photocrowd.com#@#.sponsor-logo childfund.org#@#.sponsorBlock xhamster.com#@#.sponsorBottom getprice.com.au#@#.sponsoredLinks -golfmanagerlive.com#@#.sponsorlink giantlife.com,hellobeautiful.com,newsone.com,theurbandaily.com#@#.sticky-ad technical.ly#@#.story-ad ibtimes.co.in#@#.taboola-ad thoughtcatalog.com#@#.tc_ad_unit star.txstate.edu#@#.td-ad star.txstate.edu#@#.td-header-ad-wrap -kanui.com.br,nytimes.com#@#.text-ad +kanui.com.br,nytimes.com,nytimes3xbfgragh.onion#@#.text-ad kingsofchaos.com#@#.textad antronio.com,cdf.cl,frogueros.com#@#.textads uol.com.br#@#.tm-ads anythinghollywood.com,aylak.com#@#.top-ad mobilesyrup.com#@#.top-ad-container -boards.adultswim.com#@#.top-ad-content programmableweb.com#@#.top-ad-wrapper afbmotorcycles.co.uk#@#.top-advert nypress.com,timescall.com#@#.topAds horsemart.co.uk,torrentv.org#@#.top_ad -conversations.nokia.com#@#.top_ad_div egmnow.com#@#.top_ad_wrap imagepicsa.com,sun.mv,trailvoy.com#@#.top_ads earlyamerica.com,infojobs.net#@#.topads @@ -30427,7 +30633,7 @@ express.de,focus.de#@#.trc_related_container div[data-item-syndicated="true"] yahoo.com#@#.type_ads_default wingsbirdpro.com#@#.vertical-ads vinden.se#@#.view_ad -nytimes.com#@#.wideAd +nytimes.com,nytimes3xbfgragh.onion#@#.wideAd britannica.com,cam4.com#@#.withAds statejournal.com#@#.wnad americannews.com,theuspatriot.com#@#.wpInsertInPostAd @@ -30462,9 +30668,9 @@ fuckbookhookups.com#@#a[href^="http://www.yourfuckbook.com/?"] buzzfeed.com#@#a[href^="https://ad.doubleclick.net/"] badoinkvr.com#@#a[href^="https://badoinkvr.com/"] healthmeans.com#@#a[href^="https://servedbyadbutler.com/"] -maaikeschrijftop.nl,moe-dig.nl,podrozezhubertem.pl#@#a[href^="https://tc.tradetracker.net/"] trust.zone#@#a[href^="https://trust.zone/"] financeads.de#@#a[href^="https://www.financeads.net/tc.php?"] +moscarossa.biz,theporndude.com#@#a[href^="https://www.moscarossa.biz/"] mrskin.com#@#a[href^="https://www.mrskin.com/tour"] privateinternetaccess.com#@#a[href^="https://www.privateinternetaccess.com/"] marketgid.com,mgid.com#@#a[id^="mg_add"] @@ -30490,7 +30696,7 @@ zeez.tv#@##ad_overlay cnet.com#@##adboard olweb.tv#@##ads1 gooprize.com,jsnetwork.fr#@##ads_bottom -adlice.com,androiding.how,appwikia.com,bagas31.com,elchapuzasinformatico.com,noticiasautomotivas.com.br,oklivetv.com,sharefreeall.com,shufflespain.es,simply-debrid.com,unixmen.com,xsportnews.com,xup.to#@##adsense +adlice.com,androiding.how,appwikia.com,bagas31.com,elchapuzasinformatico.com,noticiasautomotivas.com.br,oklivetv.com,sharefreeall.com,simply-debrid.com,unixmen.com,xsportnews.com,xup.to#@##adsense spoilertv.com#@##adsensewide 8muses.com#@##adtop anisearch.com,lilfile.com#@##advertise @@ -30507,7 +30713,7 @@ browsershots.org#@#.advert_area wtkplay.pl#@#.advertising_banner velasridaura.com#@#.advertising_block guitarforum.co.za,tf2r.com#@#.adverts -africasports.net,bakersfield.com,cheatpain.com,diplomat.so,directwonen.nl,dramacafe.in,eveskunk.com,farsondigitalwatercams.com,file4go.com,freeccnaworkbook.com,gaybeeg.info,hack-sat.com,is-arquitectura.es,jornaisdesportivospdf.com,keygames.com,latesthackingnews.com,localeyes.dk,manga2u.co,mangasky.co,minecraftskins.com,online.dramacafe.tv,perrosycachorros.net,phoronix.com,ps3news.com,psicologiayautoayuda.com,recetasreceta.com,smplayer.sourceforge.net,thenewboston.com,tubitv.com,youtubecristiano.net#@#.afs_ads +africasports.net,bakersfield.com,cheatpain.com,diplomat.so,directwonen.nl,dramacafe.in,eveskunk.com,farsondigitalwatercams.com,file4go.com,freeccnaworkbook.com,gaybeeg.info,hack-sat.com,is-arquitectura.es,keygames.com,latesthackingnews.com,localeyes.dk,manga2u.co,mangasky.co,minecraftskins.com,perrosycachorros.net,phoronix.com,ps3news.com,psicologiayautoayuda.com,recetasreceta.com,smplayer.sourceforge.net,thenewboston.com,tubitv.com,youtubecristiano.net#@#.afs_ads coindigger.biz#@#.banner160x600 anisearch.com#@#.chitikaAdBlock theladbible.com#@#.content_tagsAdTech @@ -30526,6 +30732,745 @@ menstennisforums.com#@#.top_ads coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ! ---------------------------Third-party advertisers---------------------------! ! *** easylist:easylist/easylist_adservers.txt *** +! Non-flagged (Revolving ad servers) +||05xz0h2xo799.com^ +||08b72e4833486d.com^ +||0a225c134735c.com^ +||0c9d45a04fff.com^ +||0klxjejyxak3.com^ +||0s9dxlr07huu.com^ +||11a581bbb5038e.com^ +||11ccda709b5cdf5.com^ +||14nuzznszbdp.com^ +||1getbestf1le3.xyz^ +||25348f89a3.com^ +||36c6ce350b32.com^ +||3f49237cf0.com^ +||3wdf4.xyz^ +||4t6u1amm3t3n.com^ +||542fe1b0002a.com^ +||55ebf493c42.com^ +||6942f24115b63.com^ +||6ped2nd3yp.com^ +||8d9d548d35.com^ +||8gzijqo4c85j.com^ +||93453074ab3e3.com^ +||9d766be9a3.com^ +||9t5.me^ +||a40hd1mh5deq.com^ +||a6x4effomlxe.com^ +||abgligarchan.com^ +||abroadlynijiz.site^ +||absolubleldan.site^ +||acmsg.online^ +||acticgreasonsc.info^ +||adearsened.info^ +||adfrastingathles.info^ +||adreach.me^ +||adsrv.me^ +||adziondin.club^ +||aggravedgaree.info^ +||agrammemarg.info^ +||agreenikeru.site^ +||aickeeho.com^ +||ailaskarc.club^ +||ailwayssteverin.info^ +||aimaniape.club^ +||aimassare.club^ +||aimrawwas.site^ +||airsanguages.info^ +||airstossiplarge.info^ +||ajtctiiiaz.com^ +||albalbant.com^ +||aleaidass.site^ +||alealebag.site^ +||aleapeact.club^ +||alhistoriousg.info^ +||aliticalpassister.info^ +||alldeveldefinite.info^ +||allycollegedstrie.info^ +||ampallall.site^ +||ampleteexis.info^ +||aniashboy.club^ +||anlcld.com^ +||anotherederi.site^ +||anybagant.club^ +||anycadark.site^ +||apearkcan.club^ +||apologixopyr.site^ +||aptashant.club^ +||areapebeg.club^ +||armashair.site^ +||artantash.club^ +||arthwhilearthu.info^ +||artneesrparkete.info^ +||ashaidart.site^ +||ashamparm.site^ +||askaspalb.online^ +||atelovesinothic.info^ +||atesbrothereso.info^ +||atoultou.com^ +||atterrounesh.info^ +||augnuxun.net^ +||aujaujoa.net^ +||aurdeert.net^ +||authornernsa.pro^ +||auxml.com^ +||averaladmi.info^ +||avwincall.info^ +||awehobrasp.live^ +||aweinkbum.com^ +||awhootoa.net^ +||awhoufob.com^ +||ayrovalcontain.info^ +||b4215c8f2c1.com^ +||b460e308b59.com^ +||badsbads.com^ +||bathibsa.com^ +||batwaxwok.site^ +||bauthair.net^ +||bebreloomr.com^ +||becauseared.site^ +||beeashale.club^ +||beewanuk.net^ +||beiven.pw^ +||belgradualuna.site^ +||bestvideo2019.xyz^ +||bidiology.com^ +||binsatbee.club^ +||bityah-sym.com^ +||bl0uxepb4o.com^ +||bloglife24.com^ +||bnrsis.com^ +||bopohsage.com^ +||boratestfishke.info^ +||bordeded.pro^ +||boubeeth.com^ +||bouillerines.website^ +||boursnormaticm.info^ +||boyalebut.site^ +||brinarynuker.site^ +||bupserge.com^ +||bursagarc.com^ +||busfarmum.com^ +||byhz.xyz^ +||cadsecz.com^ +||cadslimz.com^ +||camantasp.club^ +||canonch.pro^ +||canyboysho.info^ +||casinohacksforyou.com^ +||cauthuny.net^ +||cconseent.info^ +||cdnads.com^ +||ce0dc8aa55.com^ +||ceincreatedaughtcha.info^ +||ceparateauab.info^ +||certakesime.site^ +||cespousseluniv.info^ +||changement.pro^ +||chengaib.net^ +||choorgiw.net^ +||chugagre.com^ +||ckardwithinktab.info^ +||clickathere.com^ +||clickcdn.co^ +||codedexchange.com^ +||coinadster.com^ +||collectpush.com^ +||companiedoml.site^ +||comparencelabl.site^ +||compensions.pro^ +||counevan.pro^ +||countertrck.com^ +||courselfnorter.site^ +||cpalabtracking.com^ +||cpcmart.com^ +||creativetv.pro^ +||criminglynuk.pro^ +||crocopop.com^ +||cryartarm.online^ +||cssimplicanab.info^ +||ctsjackupspete.info^ +||cueyetwee.site^ +||culreelt.com^ +||cultwithough.info^ +||cupallask.site^ +||cutopportings.info^ +||cyneburg-yam.com^ +||dacoloment.pro^ +||dadskis.com^ +||dadskiz.com^ +||dadsoks.com^ +||dadsokz.com^ +||dainaith.net^ +||damelaurig.info^ +||dardwebertoha.info^ +||dating2cloud.org^ +||dayadopen.site^ +||dcontonalscho.info^ +||dddomainccc.com^ +||deatheriwevo.site^ +||decisionediv.site^ +||delainlygoverhe.info^ +||denotatorum.site^ +||desigactinific.pro^ +||dgafgadsgkjg.top^ +||diantcummiere.info^ +||dimessing-parker.com^ +||dingsincernett.info^ +||dingviewjeep.info^ +||disappenedy.site^ +||discoverapp.xyz^ +||distinesseqe.site^ +||ditookry.com^ +||dmastescaugh.info^ +||dolsoste.com^ +||domisesvivin.info^ +||dooptoug.net^ +||dorthuredwardles.info^ +||dortoolr.com^ +||dovewallet.com^ +||dskyseconomic.info^ +||duchoono.com^ +||duhochid.net^ +||duxumpou.com^ +||e2ertt.com^ +||eaintrolled.info^ +||eardewova.com^ +||earlinggea.info^ +||echoazou.com^ +||edcritessuspi.info^ +||edencourtbrita.info^ +||edoutoam.net^ +||edvforeveretest.info^ +||edwhitnes.info^ +||eeltaung.com^ +||eengaums.com^ +||eergurty.net^ +||eforeantheirma.info^ +||egroacho.com^ +||elastinabuker.site^ +||eleasuredfas.info^ +||elivescousingcr.info^ +||ememoricane.info^ +||encountryf.pro^ +||encoursejaso.site^ +||enormitteen.pro^ +||enseptedsome.info^ +||entstronicsform.info^ +||entualagreetsd.info^ +||epresententifi.info^ +||eralsstroying.info^ +||eraltradiansid.info^ +||erecommerchh.info^ +||erkhxw.com^ +||errnaphim.site^ +||erversarycompa.info^ +||es54i9g7p7xh.com^ +||esauwoan.com^ +||estionexperime.info^ +||eunformeranothe.info^ +||eventurypol.site^ +||eyhempsedinte.info^ +||f0172f2fd8.com^ +||f40f89d54b8.com^ +||fadsans.com^ +||fadsanz.com^ +||fadsatz.com^ +||fadsecs.com^ +||fadsims.com^ +||fadsips.com^ +||fadskis.com^ +||fadskiz.com^ +||fadslims.com^ +||fadsoks.com^ +||fadspms.com^ +||fadspmz.com^ +||fagmomqua.site^ +||fatbuydoc.com^ +||fazoumee.net^ +||feed.r-tb.com^ +||feed777.me^ +||feelinedbusin.site^ +||feelineweatyeng.info^ +||fessmegilscha.info^ +||ffortyimagist.info^ +||fingahvf.top^ +||fishkekcamp.info^ +||fixsirrod.site^ +||flowwiththetide.xyz^ +||forwayonlibe.site^ +||ftigholm.site^ +||fufoatch.com^ +||fuyuap.xyz^ +||g1dxj6q1qfl2.com^ +||g2afse.com^ +||gadsabz.com^ +||gadsans.com^ +||gadsanz.com^ +||gadsats.com^ +||gadsecs.com^ +||gadsecz.com^ +||gadsimz.com^ +||gadsips.com^ +||gadsipz.com^ +||gadskis.com^ +||gadskiz.com^ +||gadslims.com^ +||gadsokz.com^ +||gagnibcan.com^ +||gapsfartrely.best^ +||gardoult.com^ +||gdl5vtbbv0lj.com^ +||gdmconvtrck.com^ +||gebralefukim.site^ +||gedspecificano.info^ +||geepwnfly.club^ +||geodestricy.site^ +||gflnzl1vqntw.com^ +||gglx.me^ +||gleergie.net^ +||global-surveys.co^ +||globwo.online^ +||glomseci.com^ +||gludraus.com^ +||go2.global^ +||gobovoul.net^ +||gongeeta.net^ +||gr8y7z1xaq30.com^ +||gragliapastri.info^ +||grampouz.net^ +||graunada.com^ +||greatvideos.xyz^ +||grementessenti.info^ +||grenatorkovsh.site^ +||grexoacu.com^ +||groackam.com^ +||grubsoan.com^ +||h3btqpy2abc3.com^ +||hadsabz.com^ +||hadsatz.com^ +||hadsecz.com^ +||hadsipz.com^ +||haftobso.net^ +||hamadotax.site^ +||hayfatduh.com^ +||haypaydig.club^ +||healthoutabol.site^ +||heckagny.com^ +||hedressive.info^ +||himselvepostly.site^ +||hincludingse.site^ +||histlingklakson.site^ +||hoosorie.com^ +||hounicuy.com^ +||housandady.site^ +||housopsi.net^ +||huckauhy.com^ +||hwhiffonprotect.info^ +||ideliv.net^ +||ie8eamus.com^ +||iglaique.net^ +||imounsos.com^ +||in6ej4pbpnih.com^ +||ingcigarettbarro.info^ +||ingdaughtexam.info^ +||ingprographyt.info^ +||inpagepush.com^ +||instantresp.com^ +||inswebt.com^ +||inwig3aqg9xq.com^ +||ionrefreshotsev.info^ +||ipsoorel.com^ +||iulianus-mon.com^ +||jahediretictho.info^ +||jamestop.xyz^ +||jaugloup.com^ +||jechesmacaltont.info^ +||jicmutse.com^ +||jincreasteregy.site^ +||jinsoopt.net^ +||joawapti.net^ +||jobhobfir.club^ +||justookr.net^ +||katerigordas.pro^ +||kaukoany.net^ +||kcampairsang.info^ +||keepaira.net^ +||kegpoihat.club^ +||ketstheralinver.info^ +||kitferdog.site^ +||kniferasatte.info^ +||knottishhuntilc.info^ +||koocaucy.com^ +||koutobey.net^ +||kudzuphloemgunk.tech^ +||kumanaun.net^ +||la1dwne9cn5c.com^ +||labortiontrifee.info^ +||ladsabz.com^ +||ladsdown.com^ +||laichaim.net^ +||lassistslegisten.info^ +||ldevillaechildren.info^ +||leagent.info^ +||leathtexactlycin.info^ +||lebkeresxa.ml^ +||leimardog.com^ +||leontius-eli.com^ +||lesburghmoloki.site^ +||lessite.pro^ +||libanyelm.com^ +||liketube.xyz^ +||linkev.com^ +||littlementok.site^ +||loaphour.com^ +||locothet.com^ +||loobusir.com^ +||loricalreach.info^ +||lutachechu.pro^ +||lynormationpas.info^ +||lyzenoti.pro^ +||madplypie.club^ +||madsans.com^ +||magnificohec.site^ +||maihaimo.com^ +||maipoted.com^ +||mancehostic.site^ +||mattempts.info^ +||mauzobou.net^ +||mbethnarrowe.info^ +||mbledeparatea.info^ +||meehaina.net^ +||megmobpoi.club^ +||mehhueboy.club^ +||melo.space^ +||menuladshy.life^ +||metricfast.com^ +||mewnetwag.site^ +||mibsooks.net^ +||mikrairs.com^ +||minologyhesia.site^ +||minsistereron.site^ +||mirafaren.pw^ +||misdem.pro^ +||mjbuuxt7l18r.com^ +||ml0z14azlflr.com^ +||mlsys.xyz^ +||moapteeg.net^ +||mob1ledev1ces.com^ +||moderningvigil.pro^ +||monadplug.com^ +||mopushy.com^ +||motherehoom.pro^ +||motille.com^ +||mozgvya.com^ +||mpliedancia.info^ +||mprisedluxemb.info^ +||mptedcazdep.info^ +||munroadaz.site^ +||nadjustifygas.info^ +||nailowhe.net^ +||nbasicalbuffere.info^ +||nbf9b5aurl.com^ +||ncefoundanges.info^ +||ncylegiatede.info^ +||nelsdecademi.info^ +||neltoole.net^ +||nesoaghu.net^ +||nessendencec.info^ +||netcatx.com^ +||netpatas.com^ +||newvideos.xyz^ +||nfarmerlycompa.info^ +||nfkq8jy5db0b.com^ +||ngholishingsm.info^ +||nicevideos.xyz^ +||niebrundveepursuede.info^ +||nimmediu.info^ +||nishathlessharr.info^ +||nishfarmerlypas.info^ +||nlzz7a3md4sx.com^ +||noagloot.net^ +||noaloheb.com^ +||noclef.com^ +||nogerefron.info^ +||noglolra.com^ +||norakseemlyntr.info^ +||northyatters.site^ +||notification-centar.com^ +||notifysrv.com^ +||noutstancerewe.info^ +||ntsartingaccura.info^ +||ntsimprovide.info^ +||oajujirg.net^ +||obaukads.com^ +||obefjbb4mykw.com^ +||od0gddq27wkk.com^ +||oevqxivhquovq.com^ +||officultpolicit.pro^ +||ofgogoatan.com^ +||ofhypnoer.com^ +||ohmchoicechi.online^ +||olicyconsendsi.info^ +||ommodatesjoin.info^ +||omoaxaus.net^ +||onalentressionw.info^ +||onetouch4.com^ +||onindexicowillio.info^ +||onscribedpastrong.info^ +||onwaysebuj.site^ +||ooxoatse.com^ +||ophoahik.net^ +||optvx.com^ +||oratedencourse.info^ +||oratorsresente.info^ +||orcjagpox.com^ +||ortantchangem.info^ +||oselyprepartie.info^ +||osmondards.pro^ +||otsurvedchange.info^ +||oughgoalityabo.info^ +||ountapaveralle.info^ +||ousseventi.info^ +||ouzoadru.net^ +||overribleintena.info^ +||oweverycanvas.info^ +||padsabz.com^ +||padsatz.com^ +||padsbrown.com^ +||padsecs.com^ +||pagiwp.com^ +||pagnookr.net^ +||paratingsulik.site^ +||parketbedde.info^ +||pasaigul.com^ +||paula-secundinus.com^ +||paveralleycoun.info^ +||performanceonclick.com^ +||petchesa.net^ +||pgradualirelev.info^ +||phabsoun.net^ +||pharougn.com^ +||pheekrie.com^ +||pheevoug.com^ +||phookree.com^ +||phsism.com^ +||pinocularoud.site^ +||playerseo.club^ +||plyvitablesagree.info^ +||poleonaryprac.info^ +||portedlysarcatc.info^ +||possipationd.info^ +||potentionsdarket.site^ +||poubotem.com^ +||poudeeri.com^ +||powerapp.download^ +||poxeemso.com^ +||presearchity.site^ +||prevealhealth.info^ +||productorbash.info^ +||productorsy.pro^ +||prographiciko.site^ +||provisituske.site^ +||pryrhoohs.site^ +||psoaksoo.com^ +||psoanouy.net^ +||ptaivain.net^ +||ptiftoud.com^ +||ptogheeb.net^ +||ptoulsey.com^ +||puntoenun.site^ +||push.house^ +||pushpush.net^ +||pushworldtool.com^ +||q6idnawboy7g.com^ +||qza7iorexyrp.com^ +||r8nr2lzeqakd.com^ +||raenfh9tkuka.com^ +||raupsica.net^ +||rdsb2.club^ +||realsrv.com^ +||realtime-bid.com^ +||reasonalattracke.info^ +||redads.biz^ +||redappeneticfr.info^ +||redewdit.pro^ +||redirect2719.ws^ +||refunsiy.net^ +||replentcautiful.info^ +||resbargarettybe.info^ +||returnessety.site^ +||revolutelyplan.info^ +||rexadvert.xyz^ +||rgvqcsxqge.com^ +||rh1hilm7j0ae.com^ +||rheaddelainlyco.info^ +||riahungardedig.info^ +||ridgelorridorsag.info^ +||rinedcountilconsiden.info^ +||rintellsfundrew.info^ +||ripslifestassoci.info^ +||riptukri.net^ +||rizeintellingente.info^ +||robjamguy.club^ +||ronoutom.net^ +||roustast.net^ +||routeme.one^ +||routeserve.info^ +||rsl2dd0twlym.com^ +||rsleaderingmu.info^ +||runmeethoomes.info^ +||rydresa.info^ +||rywoments.info^ +||sadorsagreeng.info^ +||sadsecz.com^ +||sal4m649fke3.com^ +||santrateduk.site^ +||sapsixysho.pro^ +||sdhfbvd.com^ +||sdkfjxjertertry.com^ +||searchmulty.com^ +||securecloud-dt.com^ +||seepsocu.net^ +||sexagogal.site^ +||sgftrrs.com^ +||shenouth.com^ +||shiptoud.com^ +||shoawhom.com^ +||silsfrastinggove.info^ +||simpaignsen.info^ +||sincernething.site^ +||singthouthappi.info^ +||sionsrathet.info^ +||sisewepod.com^ +||sisterncoalitical.info^ +||smenqskfmpfxnb.bid^ +||soagrist.net^ +||soofeest.net^ +||sousaira.com^ +||spendeivivar.site^ +||spentalwithinga.info^ +||sprintainokeg.site^ +||srvng.xyz^ +||ssorsophicla.info^ +||ssqualismother.info^ +||stakenpolise.site^ +||stargoug.com^ +||stoassod.com^ +||stonseeb.net^ +||streamclub.best^ +||streamclub.fun^ +||stremanp.com^ +||styheremo.site^ +||substandferex.site^ +||suggestvideos.xyz^ +||suitarserviku.site^ +||superjuryger.site^ +||supertrackingz.com^ +||surfacecharo.info^ +||swesomepop.com^ +||taifouwo.com^ +||tamechangekn.info^ +||tarawerap.com^ +||tartoals.net^ +||taryarguestio.info^ +||taveredezeri.site^ +||teachievedim.site^ +||televeniesuc.pro^ +||tentdinationgab.info^ +||terialnevitiesini.info^ +||thamsais.com^ +||theeburs.com^ +||thefastpush.com^ +||thefuncoolstuff.com^ +||themselvebu.site^ +||thigeeph.com^ +||thighiny.com^ +||thighlykamsh.site^ +||thimoaph.net^ +||thitegnu.net^ +||thodsserentlya.info^ +||thomagejut.site^ +||tifybecausingp.info^ +||tionpronomyim.info^ +||tiveacquisitsprett.info^ +||toapsira.net^ +||tonewithough.info^ +||topbetfast.com^ +||totogetica.com^ +||trackingzen.com^ +||trackspeeder.com^ +||trkunited.com^ +||trouvredawes.site^ +||truestioncarefore.site^ +||tujestimater.pro^ +||twokidjay.com^ +||uagesspecifica.info^ +||ufoukolt.com^ +||ugoupams.com^ +||uinelypresse.info^ +||ukcomparends.pro^ +||ummerciseha.info^ +||unlomblam.pro^ +||untridrisa.cf^ +||upush.co^ +||urchrevening.info^ +||uremechangec.info^ +||urgwritishimpos.info^ +||uscpn0c485wn.com^ +||ushooque.net^ +||uthworkreaseu.info^ +||utpenedwritted.info^ +||utstancecaricit.info^ +||uzk4umokyri3.com^ +||vanmapdug.club^ +||veewakim.net^ +||veremund-hon.com^ +||viatepigan.com^ +||viebitgreasy.email^ +||vimdiebid.club^ +||viralvideos.pw^ +||virashux.net^ +||vixirtab.com^ +||vknrfwwxhxaxupqp.pro^ +||voluumtracker.com^ +||wacucmiy.net^ +||wadsotch.com^ +||wagoapse.com^ +||wahamtou.net^ +||waitingpresen.info^ +||warsalsintrol.site^ +||watchingssui.info^ +||waugeboa.net^ +||weegebul.net^ +||weethery.com^ +||weinberinaz.site^ +||whadaupo.net^ +||whaustou.net^ +||wheessoo.com^ +||whoshood.com^ +||wimsocou.com^ +||winsistakesme.site^ +||wizwarsum.site^ +||woogoust.com^ +||woovooza.net^ +||wrongerababan.info^ +||wvs3bmct6mkz.com^ +||xmlppcbuzz.com^ +||xr8wv50k1daj.com^ +||yeprimlax.club^ +||yestedshere.site^ +||yinsterkneeline.info^ +||z501lpfg9x8v.com^ +||zaivikuk.com^ +||zaugroaw.net^ +||zaushegi.net^ +||zrnedsainsteady.info^ +||zudrurta.com^ +! Third-party +||0azx1.com^$third-party ||0emn.com^$third-party ||0fmm.com^$third-party ||0icep80f.com^$third-party @@ -30549,6 +31494,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||1fwjpdwguvqs.com^$third-party ||1nimo.com^$third-party ||1phads.com^$third-party +||1q2w3.live^$third-party ||1rx.io^$third-party ||1rxntv.io^$third-party ||1web.me^$third-party @@ -30560,10 +31506,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||213.163.70.183^$third-party ||221.141.213.254^$third-party,domain=~koreaherald-com.ip ||247realmedia.com^$third-party +||24vunvrv.com^$third-party ||254a.com^$third-party ||2a12be6140880286.com^$third-party ||2beon.co.kr^$third-party ||2d7bd9e6eb370143.com^$third-party +||2db24c0ea6.com^$third-party ||2dpt.com^$third-party ||2e27bf1f09307aeb.com^$third-party ||2gok8g15p2.com^$third-party @@ -30609,13 +31557,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||4affiliate.net^$third-party ||4b6994dfa47cee4.com^$third-party ||4bb6jls06l.com^$third-party +||4dex.io^$third-party ||4dsbanner.net^$third-party ||4dsply.com^$third-party ||4exlkjnngs.com^$third-party +||4f885953a5e.com^$third-party ||4uvjosuc.com^$third-party ||4wnet.com^$third-party ||4wnetwork.com^$third-party ||50.7.243.123^$third-party +||52131e24f3c8f.com^$third-party ||5362367e.info^$third-party ||564d28256cddaeba.com^$third-party ||57e3ascxh1.com^$third-party @@ -30638,6 +31589,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||73g509fk9a.com^$third-party ||74.117.182.77^ ||746fyw2v.com^$third-party +||74b21e9fbd36.com^$third-party ||7667bab1751ff777.com^$third-party ||777seo.com^$third-party ||778669.com^$third-party @@ -30648,12 +31600,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||7lstw4cd.top^$third-party ||7pud.com^$third-party ||7search.com^$third-party +||7t15ny0f4f.top^$third-party ||7u8a8i88.com^$third-party +||7wtic7ru.com^$third-party ||87.230.102.24^$third-party,domain=~p2p.adserver.ip ||88461059da0a12ea.com^$third-party ||888media.net^$third-party ||888medianetwork.com^$third-party ||888promos.com^$third-party +||88hb7evabd.com^$third-party +||8a1ccf65f2b1302.com^$third-party ||8s8.eu^$third-party ||8yxupue8.com^$third-party ||91mobiles.com^$third-party @@ -30694,16 +31650,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||access-mc.com^$third-party ||accio.ai^$third-party ||accmgr.com^$third-party +||accomment.pro^$third-party ||accountestatees.info^$third-party ||accounts.pkr.com^$third-party -||accuserveadsystem.com^$third-party ||acf-webmaster.net^$third-party ||ackbure.pro^$third-party +||ackgroupsevention.info^$third-party ||acloudimages.com^$third-party +||acootaul.net^$third-party ||acronym.com^$third-party ||actiflex.org^$third-party ||actiondesk.com^$third-party ||activedancer.com^$third-party +||actpx.com^$third-party ||ad-arata.com^$third-party ||ad-back.net^$third-party ||ad-balancer.net^$third-party @@ -30730,7 +31689,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ad.admitad.com/j/$third-party ||ad.atdmt.com/i/a.html$third-party ||ad.atdmt.com/i/a.js$third-party -||ad.doubleclick.net^$~object,third-party +||ad.doubleclick.net^$third-party ||ad.linksynergy.com^$third-party ||ad.mo.doubleclick.net/dartproxy/$third-party ||ad.mox.tv^$third-party @@ -30761,6 +31720,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adap.tv^$~object,third-party ||adapd.com^$third-party ||adapex.io^$third-party +||adaptiveads.com^$third-party ||adatrix.com^$third-party ||adbard.net^$third-party ||adbasket.net^$third-party @@ -30802,6 +31762,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adclick.pk^$third-party ||adclickafrica.com^$third-party ||adclickmedia.com^$third-party +||adclicks.io^$third-party ||adclickservice.com^$third-party ||adcloud.net^$third-party ||adcmps.com^$third-party @@ -30955,6 +31916,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||admedo.com^$third-party ||admeerkat.com^$third-party ||admeld.com^$third-party +||admessage.support^$third-party ||admeta.com^$third-party ||admetricspro.com^$third-party ||admission.net^$third-party @@ -31026,6 +31988,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adplugg.com^$third-party ||adplxmd.com^$third-party ||adpnut.com^$third-party +||adpone.com^$third-party ||adpopcon.com^$third-party ||adport.io^$third-party ||adppv.com^$third-party @@ -31081,9 +32044,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adscendmedia.com^$third-party ||adsco.re^$third-party ||adscpm.net^$third-party +||adscreendirect.com^$third-party ||adsdk.com^$third-party ||adsdot.ph^$third-party ||adsensecamp.com^$third-party +||adser.io^$third-party ||adserve.com^$third-party ||adserve.ph^$third-party ||adserverplus.com^$third-party @@ -31159,9 +32124,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adsvcs.com^$third-party ||adsvert.com^$third-party ||adsvids.com^$third-party +||adsvolum.com^$third-party +||adsvolume.com^$third-party ||adsxgm.com^$third-party ||adszom.com^$third-party ||adtag.cc^$third-party +||adtags.mobi^$third-party ||adtaily.com^$third-party ||adtaily.pl^$third-party ||adtdp.com^$third-party @@ -31175,6 +32143,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adtgs.com^$third-party ||adthebest.online^$third-party ||adthrive.com^$third-party +||adtival.com^$third-party +||adtival.network^$third-party ||adtoadd.com^$third-party ||adtoll.com^$third-party ||adtology3.com^$third-party @@ -31184,6 +32154,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adtotal.pl^$third-party ||adtpix.com^$third-party ||adtrace.org^$third-party +||adtraction.com^$third-party ||adtransfer.net^$third-party ||adtrgt.com^$third-party ||adtrieval.com^$third-party @@ -31205,7 +32176,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||advantageglobalmarketing.com^$third-party ||advard.com^$third-party ||advarkads.com^$third-party -||advatar.to^$third-party ||advcash.com^$third-party ||adventori.com^$third-party ||adventurefeeds.com^$third-party @@ -31217,7 +32187,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adverserve.net^$third-party ||advertarium.com.ua^$third-party ||advertbox.us^$third-party -||adverteerdirect.nl^$third-party ||adverti.io^$third-party ||advertica-cdn.com^$third-party ||advertica.ae^$third-party @@ -31247,6 +32216,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||advg.jp^$third-party ||advgoogle.com^$third-party ||advideum.com^$third-party +||advinci.co^$third-party +||advinci.net^$third-party +||adviralmedia.com^$third-party ||advise.co^$third-party ||advisorded.com^$third-party ||adviva.net^$third-party @@ -31254,6 +32226,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||advmd.com^$third-party ||advmedia.io^$third-party ||advmedialtd.com^$third-party +||advnetwork.net^$third-party ||advombat.ru^$third-party ||advon.net^$third-party ||advpoints.com^$third-party @@ -31262,6 +32235,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adwebster.com^$third-party ||adwires.com^$third-party ||adworkmedia.com^$third-party +||adworkmedia.net^$third-party ||adworldmedia.com^$third-party ||adworldmedia.net^$third-party ||adx1.com^$third-party @@ -31369,6 +32343,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||agvzvwof.com^$third-party ||aidaigry.com^$third-party ||ailanibah.com^$third-party +||aileenvideos.pro^$third-party ||ailtumty.net^$third-party ||aim4media.com^$third-party ||aimaptair.club^$third-party @@ -31378,22 +32353,30 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||airdauks.net^$third-party ||airoogen.net^$third-party ||aj1052.online^$third-party +||aj1090.online^$third-party +||aj1432.online^$third-party ||aj1574.online^$third-party ||aj1602.online^$third-party +||aj1913.online^$third-party ||ajagrofy.com^$third-party ||ajansreklam.net^$third-party ||ajillionmax.com^$third-party ||akavita.com^$third-party ||alchemysocial.com^$third-party ||alcidebrought.pro^$third-party +||aleilu.com^$third-party +||alemon.ru^$third-party ||alfynetwork.com^$third-party ||algovid.com^$third-party ||ali-crm.ru^$third-party +||aliadvert.ru^$third-party ||alibestru.ru^$third-party ||alimama.com^$third-party ||alipromo.com^$third-party +||alitems.com^$third-party ||allabc.com^$third-party ||allarmate.club^$third-party +||allbouttruth.info^$third-party ||alleliteads.com^$third-party ||allmt.com^$third-party ||allmygoodlife.com^$third-party @@ -31426,6 +32409,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amp.services^$third-party ||ampxchange.com^$third-party ||anastasiasaffiliate.com^$third-party +||andantask.online^$third-party +||andarcair.club^$third-party ||andbeyond.media^$third-party ||andohs.net^$third-party ||andomedia.com^$third-party @@ -31435,7 +32420,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||angusmemor.info^$third-party ||animits.com^$third-party ||aniview.com^$third-party +||anizedglittledisco.info^$third-party ||anonymousads.com^$third-party +||anorrecenturybr.info^$third-party ||anrdoezrs.net/image-$third-party ||anrdoezrs.net/placeholder-$third-party ||antburape.club^$third-party @@ -31451,6 +32438,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||apex-ad.com^$third-party ||apexcdn.com^$third-party ||aphookkensidah.pro^$third-party +||aphycolourses.info^$third-party ||apmebf.com^$third-party ||apopgo.com^ ||apparede.com^$third-party @@ -31464,39 +32452,51 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||apptap.com^$third-party ||appwebview.com^$third-party ||apsmediaagency.com^$third-party +||aptapebog.online^$third-party +||aptausad.com^$third-party ||apvdr.com^$third-party ||apxlv.com^$third-party ||apxtarget.com^$third-party ||apycomm.com^$third-party ||apyoth.com^$third-party +||ar1nvz5.com^$third-party ||aralego.com^$third-party ||arcadebannerexchange.org^$third-party ||arcadebanners.com^$third-party ||arcadebe.com^$third-party ||arcadechain.com^$third-party +||arcartall.club^$third-party +||arcaukalb.site^$third-party +||areandarm.com^$third-party ||arearmark.club^$third-party ||areasins.com^$third-party ||areasnap.com^$third-party +||arfeservation.info^$third-party +||arkairbuy.site^$third-party +||arkbuyarm.club^$third-party +||armbadare.site^$third-party ||arrowbucket.co^ ||artcamcat.site^$third-party ||arti-mediagroup.com^$third-party ||as-farm.com^$third-party ||as5000.com^$third-party ||asafesite.com^$third-party +||ascraftan.com^$third-party ||aseadnet.com^$third-party ||asepurch.pro^$third-party ||asesuggedame.info^$third-party +||ashaidbit.club^$third-party ||ashemeth.com^$third-party ||askhilltop.com^$third-party ||asklots.com^$third-party ||aso1.net^$third-party ||asooda.com^$third-party ||aspampbrr.online^$third-party +||asparmany.site^$third-party ||aspartbus.site^$third-party ||asperencium.com^$third-party ||aspignitean.com^$third-party ||asrety.com^$third-party -||assampant.club^$third-party ||assetize.com^$third-party ||assoc-amazon.ca^$third-party ||assoc-amazon.co.uk^$third-party @@ -31510,6 +32510,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||atadserver.com^$third-party ||atas.io^$third-party ||atemda.com^$third-party +||athingcatedrestori.info^$third-party +||ationmultinal.info^$third-party ||atmalinks.com^$third-party ||ato.mx^$third-party ||atomex.net^$third-party @@ -31527,7 +32529,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||auditude.com^$third-party ||augheguw.net^$third-party ||august15download.com^$third-party +||aukrouwy.net^$third-party ||aulrains.com^$third-party +||aumpoabi.com^$third-party +||ausagauw.net^$third-party ||auspipe.com^$third-party ||auto-im.com^$third-party ||automatad.com^$third-party @@ -31555,6 +32560,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||axill.com^$third-party ||ayads.co^$third-party ||ayboll.com^$third-party +||aysurgentlymisun.info^$third-party ||azadify.com^$third-party ||azads.com^$third-party ||azclk.com^$third-party @@ -31562,9 +32568,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||azoogleads.com^$third-party ||azorbe.com^$third-party ||b-m.xyz^$third-party -||b117f8da23446a91387efea0e428392a.pl^$third-party ||b13481647cf775c5.com^$third-party -||b4banner.in^$third-party ||b60228e270e363f6.com^$third-party ||babbnrs.com^$third-party ||babsedrinhi.info^$third-party @@ -31581,15 +32585,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||badstairs.com^$third-party ||baicoath.net^$third-party ||baipagid.com^$third-party -||bakkels.com^$third-party +||baldehydesupe.info^$third-party ||baldiro.de^$third-party ||bam-bam-slam.com^$third-party -||bamboocast.com^$third-party -||bamj630h.tech^$third-party ||ban-host.ru^$third-party ||bananaflippy.com^$third-party ||banianspaddi.info^$third-party -||banner-clix.com^$third-party ||banner-rotation.com^$third-party ||bannerbank.ru^$third-party ||bannerbit.com^$third-party @@ -31603,19 +32604,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bannerflow.com^$third-party ||bannerflux.com^$third-party ||bannerignition.co.za^$third-party -||bannerjammers.com^$third-party ||bannerlot.com^$third-party ||bannerperformance.net^$third-party ||bannerrage.com^$third-party ||bannersmania.com^$third-party ||bannersnack.com^$third-party ||bannersnack.net^$third-party -||bannersurvey.biz^$third-party ||bannertgt.com^$third-party ||bannertracker-script.com^$third-party ||bannerweb.com^$third-party ||banniere.reussissonsensemble.fr^$third-party -||bargainpricedude.com^$third-party ||baronsoffers.com^$third-party ||basebanner.com^$third-party ||basepush.com^$third-party @@ -31623,7 +32621,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bathouph.net^$third-party ||bbelements.com^$third-party ||bbuni.com^$third-party -||bcdn.men^$third-party ||bcloudhost.com^$third-party ||be-notified.com^$third-party ||beabsolom.com^$third-party @@ -31635,34 +32632,27 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bedorm.com^$third-party ||beead.co.uk^$third-party ||beead.net^$third-party -||beerforthepipl.com^$third-party ||befade.com^$third-party ||befirstcdn.com^$third-party -||beforescence.com^$third-party ||beggarthodcomp.info^$third-party ||begun.ru^$third-party ||beholder.xyz^$third-party -||bekoted.work^$third-party +||belmonhezamil.pro^$third-party ||belointeractive.com^$third-party +||beludicolor.com^$third-party ||belvertising.be^$third-party -||benchmarkingstuff.com^$third-party -||benisoncanorous.org^$third-party -||bentdownload.com^$third-party ||bepolite.eu^$third-party ||beringmedia.com^$third-party ||bertekoa.net^$third-party ||berush.com^$third-party ||beserte.pro^$third-party ||besguses.pro^$third-party -||besied.com^$third-party ||best5ex.com^$third-party -||bestarmour4u.work^$third-party ||bestcasinopartner.com^$third-party ||bestcontentcompany.top^$third-party ||bestcontentfood.top^$third-party ||bestcontentsoftware.top^$third-party ||bestdeals.ws^$third-party -||bestfindsite.com^$third-party ||bestforexpartners.com^$third-party ||bestforexplmdb.com^$third-party ||bestgameads.com^$third-party @@ -31673,13 +32663,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bestquickcontentfiles.com^$third-party ||bet3000partners.com^$third-party ||bet365affiliates.com^$third-party -||betaffs.com^$third-party -||betigo.work^$third-party +||betimbur.com^$third-party ||betoga.com^$third-party ||betpartners.it^$third-party ||betrad.com^$third-party ||bettingpartners.com^$third-party -||bezoya.work^$third-party ||bf-ad.net^$third-party ||bfast.com^$third-party ||bh3.net^$third-party @@ -31688,16 +32676,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bidadx.com^$third-party ||bidfilter.com^$third-party ||bidgear.com^$third-party -||bidgewatr.com^$third-party ||bidhead.net^$third-party +||bidsxchange.com^$third-party ||bidsystem.com^$third-party ||bidtheatre.com^$third-party ||bidverdrd.com^$third-party ||bidvertiser.com^$third-party ||biemedia.com^$third-party -||bigadpoint.net^$third-party ||bigchoicegroup.com^$third-party -||bigdomain.in^$third-party ||bigfineads.com^$third-party ||bigpulpit.com^$third-party ||bijscode.com^$third-party @@ -31707,7 +32693,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bimlocal.com^$third-party ||bin-layer.de^$third-party ||bin-layer.ru^$third-party -||binaryoptionssystems.org^$third-party ||binchoise.ml^$third-party ||bingo4affiliates.com^$third-party ||binlayer.com^$third-party @@ -31718,10 +32703,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bitcoadz.io^$third-party ||bitcoinadvertisers.com^$third-party ||bitcoset.com^$third-party -||bitfalcon.tv^$third-party ||bitonclick.com^$third-party ||bitraffic.com^$third-party ||bittads.com^$third-party +||bittraffic.io^$third-party ||bitx.tv^$third-party ||bizfo.co.uk^$third-party ||bizographics.com^$third-party @@ -31732,25 +32717,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bjjingda.com^$third-party ||blaghfpd.com^$third-party ||blamads.com^$third-party -||blamcity.com^$third-party ||blardenso.com^$third-party +||blebesidents.info^$third-party +||bliink.io^$third-party ||blinkadr.com^$third-party ||blismedia.com^$third-party ||blogads.com^$third-party -||blogbannerexchange.com^$third-party ||blogclans.com^$third-party ||bloggerex.com^$third-party ||blogherads.com^$third-party +||blogkiemtien.club^$third-party ||blogohertz.com^$third-party ||blueadvertise.com^$third-party ||bluedawning.com^$third-party -||bluesli.de^$third-party ||bluestreak.com^$third-party ||bluetoad.com^$third-party -||blumi.to^$third-party ||bmanpn.com^$third-party -||bnbir.xyz^$third-party -||bnetworx.com^$third-party ||bnhtml.com^$third-party ||bnmla.com^$third-party ||bnr.sys.lv^$third-party @@ -31767,32 +32749,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bokroet.com^$third-party ||bolizirs.com^$third-party ||bonad.io^$third-party -||bonusfapturbo.com^$third-party ||bonzai.ad^$third-party ||boo-box.com^$third-party ||bookbudd.com^$third-party -||bookelement.biz^$third-party -||booklandonline.info^$third-party ||booraipa.com^$third-party ||boostable.com^$third-party ||boostads.net^$third-party -||boostads.site^$third-party ||boostclic.com^$third-party ||boostshow.com^$third-party ||bootstraplugin.com^$third-party ||bop-bop-bam.com^$third-party -||bormoni.ru^$third-party -||bororas.com^$third-party ||bostonparadise.com^$third-party ||bostonwall.com^$third-party -||boteko.work^$third-party ||boudja.com^$third-party +||boudougu.com^$third-party ||bounce.bar^$third-party ||bowells.com^$third-party -||boydadvertising.co.uk^$third-party ||boylesportsreklame.com^$third-party ||bpasyspro.com^$third-party ||bptracking.com^$third-party +||bqiovml.com^$third-party ||br.rk.com^$third-party ||brainient.com^$third-party ||branchr.com^$third-party @@ -31802,20 +32778,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||brandaffinity.net^$third-party ||brandclik.com^$third-party ||brandreachsys.com^$third-party -||braside.ru^$third-party ||braun634.com^$third-party ||bravenetmedianetwork.com^$third-party ||breadpro.com^$third-party ||breakingfeedz.com^$third-party ||brealtime.com^$third-party ||bred4tula.com^$third-party -||brethrengenotypeteledyne.com^$third-party ||bridgetrack.com^$third-party -||brigenlies.pro^$third-party ||brighteroption.com^$third-party ||brightonclick.com^$third-party ||brightshare.com^$third-party -||britiesee.info^$third-party ||broadstreetads.com^$third-party ||brokeloy.com^$third-party ||browserr.top^$third-party @@ -31827,7 +32799,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bruceleadx2.com^$third-party ||bruceleadx3.com^$third-party ||bruceleadx4.com^$third-party -||bstrtb.com^$third-party ||btnativedirect.com^$third-party ||btnibbler.com^$third-party ||btpnav.com^$third-party @@ -31842,14 +32813,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||budurl.com^$third-party ||buildtrafficx.com^$third-party ||buleor.com^$third-party -||buletproofserving.com^$third-party -||bulgarine.com^$third-party ||bullads.net^$third-party -||bulletproofserving.com^$third-party +||bultigho.net^$third-party ||bumq.com^$third-party ||bunchofads.com^$third-party ||bunny-net.com^$third-party -||burbanked.info^$third-party ||burjam.com^$third-party ||burnsoftware.info^$third-party ||burporess.pro^ @@ -31876,7 +32844,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||buzzoola.com^$third-party ||buzzparadise.com^$third-party ||bwinpartypartners.com^$third-party -||bxkblkok.com^$third-party ||byspot.com^$third-party ||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^$third-party ||byzoo.org^$third-party @@ -31884,12 +32851,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||c-on-text.com^$third-party ||c-planet.net^$third-party ||c02o3mpych.com^$third-party -||c13b2beea116e.com^$third-party +||c0594.com^$third-party ||c8.net.ua^$third-party ||cab-too-low.com^$third-party -||cabinsone.com^$third-party ||cadlereducter.info^$third-party ||cadsabs.com^$third-party +||cadsabz.com^$third-party +||cadsans.com^$third-party ||cadsatz.com^$third-party ||cadsips.com^$third-party ||cadsipz.com^$third-party @@ -31899,31 +32867,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cafooshy.net^$third-party ||cagelrib.net^$third-party ||caithamo.net^$third-party -||callmd5map.com^$third-party ||camakaroda.com^$third-party -||camleyads.info^$third-party ||campanja.com^$third-party -||canaanita.com^$third-party -||canadasungam.net^$third-party ||canoeklix.com^$third-party ||capacitygrid.com^$third-party -||capitatmarket.com^$third-party ||captainad.com^$third-party ||captifymedia.com^$third-party ||carbian.info^$third-party ||carbonads.com^$third-party ||carbours.com^$third-party -||cardincraping.net^$third-party ||cartorkins.com^$third-party ||casalemedia.com^$third-party ||cash-duck.com^$third-party ||cash4members.com^$third-party -||cashatgsc.com^$third-party ||cashbigo.com^$third-party ||cashcave.net^$third-party ||cashinme.com^$third-party ||cashmylinks.com^$third-party -||cashonvisit.com^$third-party ||cashtrafic.com^$third-party ||cashtrafic.info^$third-party ||cashworld.biz^$third-party @@ -31932,38 +32892,32 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||casterpretic.com^$third-party ||castplatform.com^$third-party ||caughinga.info^$third-party -||caygh.com^$third-party ||cb-content.com^$third-party -||cbaazars.com^$third-party ||cbclickbank.com^$third-party ||cbclicks.com^$third-party -||cbcx8t95.space^$third-party ||cbleads.com^$third-party ||cbn.tbn.ru^$third-party ||cc-dt.com^$third-party ||cd828.com^$third-party +||cdn-server.top^$third-party ||cdn.mobicow.com^$third-party -||cdn000.club^$script,third-party ||cdn7now.com^$third-party ||cdna.tremormedia.com^$third-party -||cdnads.com^$third-party ||cdnapi.net^$third-party ||cdnasjdkajgfhgajfjkagfa.pro^$third-party ||cdnativ.com^$third-party ||cdnfiles.site^$third-party -||cdnload.top^$third-party ||cdnondemand.org^$third-party ||cdnproviders.net^$third-party ||cdnquality.com^$third-party ||cdnrl.com^$third-party -||cdnserv.pw^$third-party -||cdnservr.com^$third-party ||cdntrf.com^$third-party -||cdntrip.com^$third-party ||ceeglagu.net^$third-party ||cegludse.net^$third-party ||celeritascdn.com^$third-party +||centlysheerf.info^$third-party ||centralnervous.net^$third-party +||ceprovidingsesse.info^$third-party ||ceraitoa.com^$third-party ||cerotop.com^$third-party ||cewaugaz.net^$third-party @@ -31975,22 +32929,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cfasync.tk^$third-party ||cfgr1.com^$third-party ||cfts1tifqr.com^$third-party -||cgecwm.org^$third-party ||chaimeks.com^$third-party ||chainads.io^$third-party -||chanagers.com^$third-party ||chandlertreatment.com^$third-party ||chango.com^$third-party -||chanished.net^$third-party -||chanitet.ru^$third-party -||channeldate.com^$third-party -||chantly.info^$third-party ||chaptoor.com^$third-party ||charanchedope.info^$third-party ||chargeplatform.com^$third-party ||charltonmedia.com^$third-party ||chaufoox.net^$third-party -||cheatre.info^$third-party ||checkabil.com^$third-party ||checkapi.xyz^$third-party ||checkm8.com^$third-party @@ -31998,6 +32945,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||checkoutfree.com^$third-party ||chersoat.com^$third-party ||cherytso.com^$third-party +||chiasephim.xyz^$third-party ||chicbuy.info^$third-party ||chiliadv.com^$third-party ||chilromy.net^$third-party @@ -32008,7 +32956,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||chitika.com^$third-party ||chitika.net^$third-party ||choogeet.net^$third-party +||chordeez.net^$third-party ||chronicads.com^$third-party +||chufudsi.net^$third-party ||cibleclick.com^$third-party ||cinarra.com^$third-party ||cipateamondrevie.info^$third-party @@ -32022,16 +32972,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clash-media.com^$third-party ||class2deal.com^$third-party ||class64deal.com^$third-party +||classionreactice.info^$third-party ||claxonmedia.com^$third-party -||clayaim.com^$third-party ||clcassd.com^$third-party -||clcken.com^$third-party ||clckmedia.club^$third-party ||clckysudks.com^$third-party ||cldlr.com^$third-party ||cleafs.com^$third-party ||clean.gg^$third-party ||clear-request.com^$third-party +||clearadnetwork.com^ ||clearonclick.com^$third-party ||clente.com^$third-party ||clevernt.com^$third-party @@ -32039,7 +32989,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clevv.com^$third-party ||clic2pub.com^$third-party ||click.scour.com^$third-party -||click2jump.com^$third-party ||click4free.info^$third-party ||clickable.com^$third-party ||clickad.pl^$third-party @@ -32048,11 +32997,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clickbet88.com^$third-party ||clickbooth.com^$third-party ||clickboothlnk.com^$third-party -||clickbubbles.net^$third-party ||clickcash.com^$third-party ||clickcertain.com^$third-party ||clickequations.net^$third-party -||clickexa.com^$third-party ||clickexperts.net^$third-party ||clickfuse.com^$third-party ||clickgate.biz^$third-party @@ -32063,7 +33010,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clickly.co^$third-party ||clickly.me^$third-party ||clickmon.co.kr^$third-party -||clickmyads.info^$third-party ||clicknano.com^$third-party ||clicknerd.com^$third-party ||clickopop1000.com^$third-party @@ -32073,39 +33019,31 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clickr.xyz^$third-party ||clickredirection.com^$third-party ||clicks2count.com^$third-party -||clicks4ads.com^$third-party ||clicksgear.com^$third-party ||clicksor.com^$third-party ||clicksor.net^$third-party -||clicksurvey.mobi^$third-party ||clickterra.net^$third-party -||clickthrucash.com^$third-party ||clicktripz.co^$third-party ||clicktripz.com^$third-party ||clickupto.com^$third-party ||clickwinks.com^$third-party ||clickxchange.com^$third-party ||clickzxc.com^$third-party -||clipurl.club^$third-party ||clixco.in^$third-party ||clixgalore.com^$third-party ||clixsense.com^$third-party ||clixtrac.com^$third-party -||clkdown.info^$third-party +||clknrtrg.pro^$third-party ||clkrev.com^ ||clks003-glaze.online^$third-party ||clmbtech.com^$third-party ||clnk.me^$third-party -||closeveri.com^$third-party ||closeveri.info^$third-party ||clotezar.com^$third-party -||clothiquet.info^$third-party ||cloudflare.solutions^$third-party ||cloudiiv.com^$third-party ||cloudioo.net^$third-party -||cloudset.xyz^$third-party ||clrstm.com^$third-party -||cltomedia.info^$third-party ||clz3.net^$third-party ||cmbestsrv.com^$third-party ||cmfads.com^$third-party @@ -32119,7 +33057,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||codefund.io^$third-party ||codeonclick.com^$third-party ||codezap.com^$third-party -||codigobarras.net^$third-party ||coedmediagroup.com^$third-party ||cogocast.net^$third-party ||cogsdigital.com^$third-party @@ -32128,12 +33065,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||coinadvert.net^$third-party ||coinmedia.co^$third-party ||coinsicmp.com^$third-party -||cointraffic.in^$third-party ||cointraffic.io^$third-party ||coinzilla.io^$third-party ||colleable.info^$third-party ||collection-day.com^$third-party -||colledin.com^$third-party ||colliersads.com^$third-party ||com-wkejf32ljd23409system.net^$third-party ||combotag.com^$third-party @@ -32148,25 +33083,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||commissionmonster.com^$third-party ||commodates.info^$third-party ||commodationship.info^$third-party -||completecarrd.com^$third-party -||complive.link^$third-party ||comscore.com^$third-party +||conderedtoget.info^$third-party ||conduit-banners.com^$third-party ||conduit-services.com^$third-party -||conferentse.com^$third-party ||connectad.io^$third-party -||connectedads.net^$third-party ||connectignite.com^$third-party ||connectionads.com^$third-party ||connexity.net^$third-party ||connexplace.com^$third-party ||connextra.com^$third-party -||consivenu.com^$third-party +||consorcraightyc.info^$third-party ||construment.com^$third-party ||consumable.com^$third-party ||consumergenepool.com^$third-party ||contadd.com^$third-party ||contaxe.com^$third-party +||contehos.com^$third-party ||content-ad.net^$third-party ||content-cooperation.com^$third-party ||contentclick.co.uk^$third-party @@ -32174,28 +33107,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||contentjs.com^$third-party ||contenture.com^$third-party ||contentwidgets.net^$third-party -||contexlink.se^$third-party -||contextads.net^$third-party ||contextuads.com^$third-party ||contextweb.com^$third-party ||contribusourcesyndication.com^$third-party ||contried.com^$third-party -||controllis.info^$third-party ||convrse.media^$third-party ||conyak.com^$third-party ||coolerads.com^$third-party ||coollcloud.com^$third-party ||coolmirage.com^$third-party ||coolsite.club^$third-party -||coolyeti.info^$third-party ||coomosha.com^$third-party ||cootewie.com^$third-party ||coothupu.net^$third-party ||copacet.com^$third-party ||cor-natty.com^$third-party -||coretarget.co.uk^$third-party +||corateencountry.pro^$third-party ||cornflip.com^$third-party -||corruptcy.com^$third-party ||corwrite.com^$third-party ||cosmjs.com^$third-party ||coull.com^$third-party @@ -32215,7 +33143,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cpasmrttds.info^$third-party ||cpaway.com^$third-party ||cpays.com^$third-party -||cpcadnet.com^$third-party ||cpfclassifieds.com^$third-party ||cpm.biz^$third-party ||cpm10.com^$third-party @@ -32229,7 +33156,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cpulaptop.com^$third-party ||cpvads.com^$third-party ||cpvadvertise.com^$third-party -||cpvmarketplace.info^$third-party ||cpvtgt.com^$third-party ||cpx24.com^$third-party ||cpxadroit.com^$third-party @@ -32237,21 +33163,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||crakmedia.com^$third-party ||crazyhell.com^$third-party ||crazylead.com^$third-party +||creatchristorisalmos.info^$third-party ||creative-serving.com^$third-party ||creativecdn.com^$third-party -||creditcardsbest.club^$third-party ||crispads.com^$third-party ||crm4d.com^$third-party -||crocspaceoptimizer.com^$third-party ||croea.com^$third-party ||croissed.info^$third-party ||crossrider.com^$third-party -||crowdgatheradnetwork.com^$third-party ||crowdgravity.com^$third-party -||cruftexcision.xyz^$third-party -||cruiseworldinc.com^$third-party ||cryptoads.space^$third-party -||csklde.space^$third-party ||css-style-95.com^$third-party ||ctasnet.com^$third-party ||ctenetwork.com^$third-party @@ -32263,36 +33184,29 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cuelinks.com^$third-party ||culumunderbianwa.info^$third-party ||curancience.com^$third-party -||curredex.com^$third-party ||currentlyobsessed.me^$third-party -||curtaecompartilha.com^$third-party ||curtisfrierson.com^$third-party ||cutescale.online^$third-party ||cvqgnkeqme.com^$third-party ||cwkuki.com^$third-party -||cwtrackit.com^$third-party ||cybmas.com^$third-party ||cygnus.com^$third-party -||czasnaherbate.info^$third-party ||czechose.com^$third-party ||czilladx.com^$third-party ||d.adroll.com^$third-party ||d.ligatus.com^$third-party -||d.m3.net^$third-party -||d03x2011.com^$third-party ||d0f85db8ee56f5c6.com^$third-party -||d1110e4.se^$third-party -||d2.ligatus.com^$third-party ||d2ship.com^$third-party ||d4fed03105c9f65b.com^$third-party -||d5zob5vm0r8li6khce5he5.com^$third-party ||da-ads.com^$third-party -||dadegid.ru^$third-party -||dai0eej.bid^$third-party +||dadsatz.com^$third-party +||dadsecs.com^$third-party +||dadsecz.com^$third-party +||dadsipz.com^$third-party +||dadsoks.com^$third-party +||dadspms.com^$third-party ||daibusee.com^$third-party -||daitrff.info^$third-party ||daizoohu.net^$third-party -||danitabedtick.net^$third-party ||danzhallfes.com^$third-party ||dapper.net^$third-party ||darwarvid.com^$third-party @@ -32301,17 +33215,20 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dashboardad.net^$third-party ||dashgreen.online^$third-party ||data.adroll.com^$third-party -||datacratic-px.com^$third-party ||datawrkz.com^$third-party ||dating-banners.com^$third-party ||dating-service.net^$third-party ||datinggold.com^$third-party -||datumreact.com^$third-party ||daurifek.net^$third-party +||daysurgentlybecau.info^$third-party ||dazhantai.com^$third-party ||dbbsrv.com^$third-party ||dbclix.com^$third-party +||dbooksbysecon.info^$third-party ||dc121677.com^$third-party +||dcentatorsstrial.info^$third-party +||dcreatssculpabl.info^$third-party +||ddf67683e4778d.com^$third-party ||dealcurrent.com^$third-party ||debrium-surbara.com^$third-party ||decenthat.com^$third-party @@ -32326,11 +33243,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||defeatural.com^$third-party ||definitial.com^$third-party ||defpush.com^$third-party -||deguiste.com^$third-party ||dehardward.com^$third-party -||dehtale.ru^$third-party -||deletemer.online^$third-party -||deliberatelyvirtuallyshared.xyz^$third-party ||delivery45.com^$third-party ||delivery47.com^$third-party ||delivery49.com^$third-party @@ -32342,21 +33255,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||deparisesamer.info^$third-party ||deplayer.net^$third-party ||deployads.com^$third-party -||depresis.com^$third-party -||deriversal.com^$third-party ||derlatas.com^$third-party -||descapita.com^$third-party ||descrepush.com^$third-party ||descz.ovh^$third-party ||desipearl.com^$third-party ||destinationurl.com^$third-party -||detailtoothteam.com^$third-party +||determsclo.info^$third-party ||dethao.com^$third-party -||detroposal.com^$third-party ||developermedia.com^$third-party ||deximedia.com^$third-party ||dexplatform.com^$third-party -||dfskgmrepts.com^$third-party ||dghgutalvz.com^$third-party ||dgmatix.com^$third-party ||dgmaustralia.com^$third-party @@ -32364,40 +33272,38 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dh2xbuwg.com^$third-party ||dh956.com^$third-party ||dhundora.com^$third-party -||dhuodal.com^$third-party ||diamondtraff.com^$third-party ||dianomi.com^$third-party ||dianomioffers.co.uk^$third-party +||digadser.com^$third-party ||digipathmedia.com^$third-party ||digitaladvertisingalliance.org^$third-party +||digitalpush.org^$third-party ||digitalthrottle.com^$third-party ||digitrevenue.com^$third-party +||digyepnag.club^$third-party ||dilutercelebraltygu.info^$third-party ||dimsofiz.net^$third-party ||dinclinx.com^$third-party ||dingrigoguter.pro^$third-party -||dinorslick.icu^$third-party -||dipads.net^$~image,third-party ||directaclick.com^$third-party ||directadvert.net^$third-party ||directclicksonly.com^$third-party -||directile.info^$third-party -||directile.net^$third-party ||directleads.com^$third-party ||directnavbt.com^$third-party -||directoral.info^$third-party ||directorym.com^$third-party ||directrev.com^$third-party ||directtrack.com^$third-party ||directtrk.com^$third-party -||disedet.info^$third-party ||dispop.com^$third-party ||disqusads.com^$third-party ||dissonbegant.info^$third-party ||distilled.ie^$third-party +||distinethout.info^$third-party ||districtm.ca^$third-party ||ditds.xyz^$third-party ||ditincoriligh.pro^$third-party +||diveringecondsw.info^$third-party ||diwamugh.net^$third-party ||dj-updates.com^$third-party ||djfiln.com^$third-party @@ -32406,33 +33312,27 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dk4ywix.com^$third-party ||dl-rms.com^$third-party ||dltags.com^$third-party +||dmodernedindivin.info^$third-party ||dmu20vut.com^$third-party ||dnbizcdn.com^$third-party ||dneglectionsinter.info^$third-party -||dntrck.com^$third-party ||doastebu.net^$third-party ||dochase.com^$third-party -||document4u.info^$third-party ||doghoust.net^$third-party ||doglickz.club^$third-party ||dollarade.com^$third-party ||dollarsponsor.com^$third-party ||dolohen.com^$third-party -||dolphindispute.com^$third-party -||dom002.site^$third-party ||domainadvertising.com^$third-party ||domainbuyingservices.com^$third-party ||domainsponsor.com^$third-party -||dombeya.info^$third-party ||domdex.com^$third-party ||dominoad.com^$third-party -||dooc.info^$third-party ||doogleonduty.com^$third-party ||doolooku.net^$third-party ||doomail.org^$third-party ||doomna.com^$third-party ||dopor.info^$third-party -||dorenga.com^$third-party ||doshaido.com^$third-party ||dotandad.com^$third-party ||dotandads.com^$third-party @@ -32542,30 +33442,29 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||doubleclicks.me^$third-party ||doublemax.net^$third-party ||doublepimp.com^$third-party -||doublerads.com^$third-party ||doublerecall.com^$third-party ||doubleverify.com^$third-party +||doubooca.com^$third-party ||dowages.com^$third-party ||down1oads.com^$third-party ||downloadboutique.com^$third-party ||downloatransfer.com^$third-party ||downlossinen.info^$third-party -||downsonglyrics.com^$third-party +||doxurgeoisuniv.info^$third-party ||dp25.kr^$third-party ||dpbolvw.net/image-$third-party ||dpbolvw.net/placeholder-$third-party ||dpmsrv.com^$third-party ||dprtb.com^$third-party -||dpsrexor.com^$third-party ||dpstack.com^$third-party ||dpypzvjarj.com^$third-party -||dramatical.online^$third-party +||draulinehandon.info^$third-party ||dreamaquarium.com^$third-party ||dreyeli.info^$third-party ||drnxs.com^$third-party +||drovederuifswfe.info^$third-party ||drowadri.racing^$third-party ||drowle.com^$third-party -||dsero.net^$third-party ||dsnextgen.com^$third-party ||dsnr-affiliates.com^$third-party ||dstillery.com^$third-party @@ -32573,20 +33472,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dt00.net^$third-party,domain=~marketgid.com|~marketgid.ru|~marketgid.ua|~mgid.com|~thechive.com ||dt07.net^$third-party,domain=~marketgid.com|~marketgid.ru|~marketgid.ua|~mgid.com|~thechive.com ||dt2xr6g2i5.com^$third-party +||dthousepresistc.info^$third-party ||dtmpub.com^$third-party ||dtzads.com^$third-party ||dualmarket.info^$third-party ||dubshub.com^$third-party -||dudelsa.com^$third-party ||duetads.com^$third-party -||duggiads.com^$third-party ||dumedia.ru^$third-party -||duncanny.com^$third-party ||durnowar.com^$third-party -||durokuro.com^$third-party -||durtz.com^$third-party ||dvaminusodin.net^$third-party -||dveribo.ru^$third-party ||dvoyy3qexr.com^$third-party ||dyino.com^$third-party ||dynad.net^$third-party @@ -32600,14 +33494,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||e-generator.com^$third-party ||e-planning.net^$third-party ||e-viral.com^$third-party -||e1vfx3si1l.com^$third-party -||e2ertt.com^$third-party -||e2yth.tv^$third-party +||e3tmyc4rbs.com^$third-party ||e553bcf717698d33.com^$third-party -||e65ew88.com^$third-party ||e9mlrvy1.com^$third-party ||eads.to^$third-party ||eagleapi.io^$third-party +||earednorthymisund.info^$third-party ||earnify.com^$third-party ||easy-ads.com^$third-party ||easyad.com^$third-party @@ -32637,20 +33529,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||edgevertise.com^$third-party ||ednplus.com^$third-party ||edomz.net^$third-party -||eedr.org^$third-party ||eedsovou.net^$third-party +||eeftordu.net^$third-party +||eegnacou.com^$third-party ||eekrooha.com^$third-party +||eergaroa.com^$third-party ||eewherak.net^$third-party ||effectivemeasure.net^$third-party ||egamingonline.com^$third-party ||egamiplatform.tv^$third-party +||ehospiteratherere.info^$third-party ||ehu96t2p.com^$third-party ||ejoonsoo.net^$third-party -||ek8k5dst5c.com^$third-party ||ekansovi.com^$third-party ||ekmas.com^$third-party ||ekoatchooze.com^$third-party -||ektezis.ru^$third-party ||elamyar.pw^$third-party ||elanatality.info^$third-party ||elasticad.net^$third-party @@ -32658,23 +33551,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||electosake.com^$third-party ||elefantsearch.com^$third-party ||elessretarydevo.info^$third-party -||elvate.net^$third-party ||elwraek.xyz^$third-party ||ematicsolutions.com^$third-party ||emberads.com^$third-party -||emediate.ch^$third-party ||emediate.dk^$third-party ||emediate.eu^$third-party ||emediate.se^$third-party ||emkarto.fun^$third-party ||empiremoney.com^$third-party -||employers-freshly.org^$third-party ||emptyspaceads.com^$third-party ||emsservice.de^$third-party +||enaceanspection.info^$third-party ||enclasmodifyt.info^$third-party -||encruses.com^$third-party ||eneritchmax.info^$third-party ||engineseeker.com^$third-party +||engingsecondu.info^$third-party ||enlarget.com^$third-party ||enlnks.com^$third-party ||enmisindingat.info^$third-party @@ -32682,61 +33573,53 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||enterads.com^$third-party ||entrecard.com^$third-party ||entrecard.s3.amazonaws.com^$third-party +||eo62cocntx.com^$third-party ||eosads.com^$third-party -||ep7kpqn8.online^$third-party ||epacash.com^$third-party ||epicgameads.com^$third-party -||epital.gdn^$third-party ||epnredirect.ru^$third-party -||eptord.com^$third-party -||eptum.com^$third-party ||epu.sh^$third-party ||eqads.com^$third-party -||erado.org^$third-party ||erberos.xyz^$third-party ||eredexpendin.com^$third-party ||erendri.com^$third-party -||ergerww.net^$third-party -||ergodob.ru^$third-party ||ergoledo.com^$third-party ||ero-advertising.com^$third-party ||erosyndc.com^$third-party ||eroterest.net^$third-party ||erovation.com^$third-party ||erovinmo.com^$third-party +||ersremarypiec.info^$third-party ||erssamplet.pro^$third-party ||erxalim.xyz^$third-party ||escalatenetwork.com^$third-party -||escale.to^$third-party ||escokuro.com^$third-party ||escottish.com^$third-party +||esdipherecoordi.info^$third-party ||eseecmoa.com^$third-party ||eshortonempleae.info^$third-party -||especifican.com^$third-party +||esignificanvi.info^$third-party ||essayads.com^$third-party ||essaycoupons.com^$third-party -||estantiale.com^$third-party -||estorest.com^$third-party +||estafair.com^$third-party ||et-code.ru^$third-party -||etah6wu.top^$third-party ||etargetnet.com^$third-party ||etcodes.com^$third-party ||etgdta.com^$third-party ||ethethoa.net^$third-party -||etmanly.ru^$third-party +||etmattemptholla.info^$third-party ||etology.com^$third-party ||etrevro.com^$third-party -||eurew.com^$third-party +||ettournalurgerap.info^$third-party ||euroclick.com^$third-party ||europacash.com^$third-party ||euros4click.de^$third-party -||euym8eel.club^$third-party ||euz.net^$third-party ||evantative.top^$third-party +||eventifiederik.pro^$third-party ||everyonyathe.info^$third-party ||evewrite.net^$third-party ||eviclick.pro^$third-party -||eviderable.com^$third-party ||evolvemediallc.com^$third-party ||evolvenation.com^$third-party ||exactdrive.com^$third-party @@ -32744,30 +33627,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||exchancetaur.info^$third-party ||exchange4media.com^$third-party ||exdynsrv.com^$third-party -||exerciale.com^$third-party ||exitexplosion.com^$third-party ||exitjunction.com^$third-party ||exoclick.com^$third-party ||exoclsodaqs.com^$third-party ||exomonyf.com^$third-party -||exoneratedresignation.info^$third-party ||exosrv.com^$third-party -||expebtu.com^$third-party ||explainidentifycoding.info^$third-party ||expocrack.com^$third-party ||expogrim.com^$third-party ||exponential.com^$third-party -||expresided.info^$third-party ||expresswebtraffic.com^$third-party ||extend.tv^$third-party +||exteriapremai.info^$third-party ||extra33.com^$third-party ||extremereach.io^$third-party ||eyere.com^$third-party ||eyereturn.com^$third-party ||eyeviewads.com^$third-party -||eyewond.hs.llnwd.net^$third-party ||eyewonder.com^$third-party -||ezadserver.net^$third-party ||ezmob.com^$third-party ||ezoic.net^$third-party ||ezojs.com^$third-party @@ -32775,26 +33653,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||f369a60bf483bcc9.com^$third-party ||f3c1cc473b337ded.com^$third-party ||f5v1x3kgv5.com^$third-party -||f7oddtr.com^$third-party ||fabrkrup.com^$third-party -||facebooker.top^$third-party ||fadeatrighlet.com^$third-party +||fadsats.com^$third-party +||fadsecz.com^$third-party ||faggrim.com^$third-party ||faidoud.com^$third-party ||fail24h.com^$third-party ||failoglo.com^$third-party ||fairadsnetwork.com^$third-party ||falkag.net^$third-party -||falthouse.info^$third-party ||fandelcot.com^$third-party ||far-far-star.com^$third-party ||fardan.pw^$third-party ||fast2earn.com^$third-party ||fastapi.net^$third-party -||fastates.net^$third-party ||fastclick.net^$third-party -||fasttracktech.biz^$third-party -||fathern.info^$third-party ||faunlesnuff.co^$third-party ||fawhuksy.com^$third-party ||fb-plus.com^$third-party @@ -32807,47 +33681,37 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fdf4.com^$third-party ||fearer.info^$third-party ||fearfulflag.com^$third-party -||featence.com^$third-party ||feature.fm^$third-party ||featuredusers.com^$third-party ||featurelink.com^$third-party ||feed-ads.com^$third-party ||feedgist.com^$third-party ||feegozoa.com^$third-party +||feelophe.net^$third-party ||feesocrald.com^$third-party ||feewoajy.net^$third-party +||feidhartaime.pro^$third-party ||feljack.com^$third-party ||fenixm.com^$third-party -||ferrellis.com^$third-party ||fessoovy.com^$third-party ||fethungi.com^$third-party -||feybu.work^$third-party ||ffortongoropenityin.info^$third-party ||fg09t.com^$third-party -||fiberpairjo.link^$third-party -||fidel.to^$third-party -||filadmir.site^$third-party +||fgddrrr.com^$third-party +||filecatcher.xyz^$third-party ||filetarget.com^$third-party ||filetarget.net^$third-party -||filtermomosearch.com^$third-party +||filterycreasona.info^$third-party ||fimserve.com^$third-party -||finalanypar.link^$third-party ||financenews.pw^$third-party -||find-abc.com^$third-party -||find-cheap-hotels.org^$third-party ||find-my-great-life.com^$third-party -||findbestsolution.net^$third-party ||findbetterresults.com^$third-party ||findepended.com^$third-party -||findsthat.com^$third-party ||findswiftresults.com^$third-party ||finverty.info^$third-party ||firaxtech.com^$third-party ||firefeeder.com^$third-party -||firegetbook.com^$third-party -||firegetbook4u.biz^$third-party -||firegob.com^$third-party -||firmharborlinked.com^$third-party +||fireflyengagement.com^$third-party ||first-rate.com^$third-party ||firstadsolution.com^$third-party ||firstimpression.io^$third-party @@ -32858,64 +33722,49 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fixpass.net^$third-party ||fl-ads.com^$third-party ||flagads.net^$third-party -||flappybadger.net^$third-party -||flappyhamster.net^$third-party -||flappysquid.net^$third-party ||flashclicks.com^$third-party ||flexlinks.com^$third-party -||fliionos.co.uk^$third-party ||flipp.com^$third-party ||flite.com^$third-party -||flixlnk.top^$third-party -||fllwert.net^$third-party ||flodonas.com^$third-party ||flomigo.com^$third-party ||fluidads.co^$third-party -||flurryconakrychamfer.info^$third-party ||fluxads.com^$third-party -||fluxybe.work^$third-party ||flymyads.com^$third-party ||flytomars.online^$third-party ||fmkfzc.com^$third-party ||fmpub.net^$third-party ||fmsads.com^$third-party -||fnro4yu0.loan^$third-party +||foavistu.net^$third-party +||foazasis.com^$third-party ||focalex.com^$third-party -||focre.info^$third-party -||focusego.info^$third-party +||fofipsie.net^$third-party ||fogzyads.com^$third-party -||follofop.com^$third-party ||foloatoo.com^$third-party ||foocheeb.net^$third-party ||foodieblogroll.com^$third-party -||foonad.com^$third-party ||footar.com^$third-party -||footerslideupad.com^$third-party ||footnote.com^$third-party ||forced-lose.de^$third-party -||forcepprofile.com^$third-party ||forex-affiliate.com^$third-party ||forex-affiliate.net^$third-party ||forexprostools.com^$third-party ||forexyard.com^$third-party -||forifiha.com^$third-party ||forpyke.com^$third-party ||forrestersurveys.com^$third-party ||fortpush.com^$third-party ||forttantontherdown.info^$third-party ||forwrdnow.com^$third-party -||foundayu.com^$third-party +||fouptauk.com^$third-party ||fourmtagservices.com^$third-party ||fouwazou.net^$third-party -||fphnwvkp.info^$third-party +||framentyder.pro^$third-party ||frameptp.com^$third-party ||free-domain.net^$third-party -||freebannerswap.co.uk^$third-party ||freebiesurveys.com^$third-party ||freecouponbiz.com^$third-party ||freedownloadsoft.net^$third-party ||freegamespub.com^$third-party -||freepaidsurveyz.com^$third-party ||freerotator.com^$third-party ||freeskreen.com^$third-party ||freesoftwarelive.com^$third-party @@ -32924,19 +33773,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fresh8.co^$third-party ||fridrici.info^$third-party ||friendlyduck.com^$third-party -||friesmeasureretain.info^$third-party ||frolnk.com^$third-party -||fromfriendswithlove.com^$third-party ||fruitkings.com^$third-party +||ftigken.online^$third-party ||ftjcfx.com^$third-party ||ftv-publicite.fr^$third-party ||fulltraffic.net^$third-party -||fungoiddempseyimpasse.info^$third-party ||fungus.online^$third-party ||funklicks.com^$third-party -||funnel-me.com^$third-party ||funtikapa.info^$third-party -||furginator.pw^$third-party ||furtherescottom.info^$third-party ||fusionads.net^$third-party ||futsoksu.com^$third-party @@ -32949,55 +33794,44 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fxdepo.com^$third-party ||fxyc0dwa.com^$third-party ||fyredet.xyz^$third-party +||fztmn.top^$third-party ||g-cash.biz^$third-party ||g.doubleclick.net^$third-party ||g17media.com^$third-party ||g22rbb7.com^$third-party ||g27zkdvsxl.com^$third-party ||g3j2wzmon8b.com^$third-party -||g4whisperermedia.com^$third-party +||gaftaums.com^$third-party ||gagacon.com^$third-party -||gagenez.com^$third-party ||gainmoneyfast.com^$third-party ||gaipipty.com^$third-party +||gakseeft.com^$third-party ||galleyn.com^$third-party ||gambling-affiliation.com^$third-party ||game-advertising-online.com^$third-party ||game-clicks.com^$third-party ||gameads.com^$third-party ||gamecetera.com^$third-party -||gamehotus.com^$third-party ||gamersad.com^$third-party ||gamersbanner.com^$third-party ||gamesbannerexchange.com^$third-party ||gamesrevenue.com^$third-party -||gamsano.info^$third-party ||gan.doubleclick.net^$third-party ||gandrad.org^$third-party ||gannett.gcion.com^$third-party ||garristo.com^$third-party ||garrogy.info^$third-party -||garvmedia.com^$third-party -||gate-ru.com^$third-party -||gatikus.com^$third-party ||gauwicig.com^$third-party ||gayadnetwork.com^$third-party ||gazati.com^$third-party -||gbkfkofgks.com^$third-party -||gbkfkofgmks.com^$third-party ||gblcdn.com^$third-party ||gcomrarlta.com^$third-party -||gctwh9xc.site^$third-party ||gdmdigital.com^$third-party ||geede.info^$third-party -||geek2us.net^$third-party -||gefhasio.com^$third-party -||geld-internet-verdienen.net^$third-party -||gemineering.com^$third-party +||geethoap.com^$third-party ||gemsasto.com^$third-party +||genergydevote.info^$third-party ||genericlink.com^$third-party -||genericsteps.com^$third-party -||generinge.info^$third-party ||genesismedia.com^$third-party ||geniad.net^$third-party ||genieessp.com^$third-party @@ -33005,57 +33839,42 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||geniusdexchange.com^$third-party ||geniusdisplay.com^$third-party ||geniusonclick.com^$third-party -||genotba.online^$third-party -||genovesetacet.com^$third-party -||genusaceracousticophobia.com^$third-party ||geo-idm.fr^$third-party -||geoipads.com^$third-party -||geophrenia.com^$third-party ||geopromos.com^$third-party ||geovisite.com^$third-party -||germarked.info^$third-party ||gestionpub.com^$third-party ||getalinkandshare.com^$third-party ||getcontent.net^$third-party -||getfuneta.info^$third-party ||getgamers.eu^$third-party -||getgscfree.com^$third-party ||getmyfreetraffic.com^$third-party -||getmyimg.online^$third-party ||getoptad360.com^$third-party ||getpopunder.com^$third-party -||gets-web.space^$third-party ||getscorecash.com^$third-party ||getscriptjs.com^$third-party -||getthislistbuildingvideo.biz^$third-party ||gettipsz.info^$third-party ||getxml.org^$third-party -||ggncpm.com^$third-party +||gexampletebaptin.info^$third-party ||giantaffiliates.com^$third-party ||gigaads.xyz^$third-party -||gigamega.su^$third-party -||gimiclub.com^$third-party -||gitcdn.pw^$third-party -||gitcdn.site^$third-party -||gitload.site^$third-party -||giu9aab.bid^$third-party +||gitishcreasu.info^$third-party ||givemeb33f.com^$third-party ||givemeburg3r.com^$third-party ||gklmedia.com^$third-party +||glailols.com^$third-party ||glaimtug.com^$third-party ||glaswall.online^$third-party ||glaumtok.com^$third-party ||glauptan.net^$third-party ||glawheejoushpush.com^$third-party -||gleaminist.com^$third-party +||gld35wndkn.com^$third-party ||gleaminist.info^$third-party +||gleebsex.net^$third-party ||gleechie.net^$third-party ||gleetait.net^$third-party -||glical.com^$third-party +||gletaums.net^$third-party ||gliese-682c.com^$third-party ||glishais.net^$third-party ||gloalrie.com^$third-party -||global-success-club.net^$third-party ||globaladmedia.com^$third-party ||globaladsales.com^$third-party ||globaladv.net^$third-party @@ -33066,6 +33885,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||globwo.online^$third-party ||glodrips.com^$third-party ||glodsool.net^$third-party +||glookalr.com^$third-party +||glookroz.net^$third-party ||gloolsee.net^$third-party ||gloorajo.com^$third-party ||gloumtol.net^$third-party @@ -33076,42 +33897,31 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gmads.net^$third-party ||gmzdaily.com^$third-party ||go2affise.com^$third-party +||go2app.org^$third-party ||go2jump.org^$third-party ||go2media.org^$third-party ||go2speed.org^$third-party ||goatoode.net^$third-party ||gobaiwhe.net^$third-party -||goclickon.us^$third-party ||godspeaks.net^$third-party ||goember.com^$third-party ||gogoplexer.com^$third-party ||gogvo.com^$third-party -||gojoingscnow.com^$third-party ||gold-file.com^$third-party -||gold-good4u.com^$third-party ||gomnlt.com^$third-party -||gonomy.info^$third-party ||gooblesdd.com^$third-party ||goodadvert.ru^$third-party -||goodadvertising.info^$third-party -||goodluckblockingthis.com^$third-party ||goodtag.it^$third-party -||googleadservicepixel.com^$third-party -||googlesyndicatiion.com^$third-party ||googletagservices.com/tag/js/gpt_$third-party ||googletagservices.com/tag/static/$third-party ||googletrackmanager.com^$third-party ||goraps.com^$third-party ||goreleetren.com^$third-party ||gorgonkil.com^$third-party -||gortags.com^$third-party ||gotagy.com^$third-party ||gourmetads.com^$third-party -||governmenttrainingexchange.com^$third-party ||goverua.com^$third-party ||goviral-content.com^$third-party -||goviral.hs.llnwd.net^$third-party -||gpacalculatorhighschoolfree.com^$third-party ||gpsecureads.com^$third-party ||gpursultspinessi.info^$third-party ||gqqdlckj8y.com^$third-party @@ -33123,23 +33933,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||graicmiw.com^$third-party ||graidsee.net^$third-party ||graivaik.com^$third-party -||granodiorite.com^$third-party ||grapeshot.co.uk^$third-party ||gratisnetwork.com^$third-party ||greatdexchange.com^$third-party -||greatedr.com^$third-party ||greatusenetoffer.agency^$third-party ||greedseed.world^$third-party ||green-red.com^$third-party ||greenads.org^$third-party ||greenlabelppc.com^$third-party +||greensuy.net^$third-party ||greerlies.pro^$third-party ||greetpanda.info^$third-party -||grenstia.com^$third-party +||grensauy.com^$third-party +||grergoch.net^$third-party ||gresokie.com^$third-party ||gretzalz.com^$third-party ||gripdownload.co^$third-party -||grllopa.com^$third-party ||grmtas.com^$third-party ||groatche.com^$third-party ||gromairt.net^$third-party @@ -33150,65 +33959,57 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||groupcommerce.com^$third-party ||grt02.com^$third-party ||grt03.com^$third-party +||gruglooh.net^$third-party ||grumpyadzen.com^$third-party ||grunkav.online^$third-party ||gscontxt.net^$third-party -||gscsystemwithdarren.com^$third-party ||guardiandigitalcomparison.co.uk^$third-party ||guitaralliance.com^$third-party ||gumgum.com^$third-party ||gunimalpengu.com^$third-party ||gunnepaa.xyz^$third-party ||gunpartners.com^$third-party +||guntinehughedf.info^$third-party ||gururevenue.com^$third-party -||gvt1.com^$third-party ||gvt2.com^$third-party ||gwallet.com^$third-party +||gwashiondevelhig.info^$third-party ||gx101.com^$third-party ||gynax.com^$third-party -||h-images.net^$third-party ||h12-media.com^$third-party ||h3lw971ym6.com^$third-party ||h6y654wgfdhd.com^$third-party ||h8vzwpv.com^$third-party +||h92zbpn4zcv1.com^$third-party ||hackesie.net^$third-party ||hacmoone.net^$third-party ||hadlacrighterthen.pro^$third-party ||haggilder.com^$third-party ||hagoit.com^$third-party ||halfpriceozarks.com^$third-party -||hallucius.com^$third-party ||halogennetwork.com^$third-party -||halpeperglagedokkei.info^$third-party ||hamtugin.com^$third-party ||hanaprop.com^$third-party -||hanlowu.info^$third-party ||hantinlethemsed.info^$third-party -||happilyswitching.net^$third-party ||haprjb.com^$third-party ||haptontnerota.info^$third-party ||harrenmedianetwork.com^$third-party ||harsonsy.com^$third-party ||harthatforsin.pro^$third-party -||hasingham.com^$third-party ||hatagashira.com^$third-party ||hatchord.com^$third-party +||hauglees.net^$third-party ||hauphaun.net^$third-party ||hausly.info^$third-party ||havamedia.net^$third-party ||havetohave.com^$third-party -||havinates.com^$third-party +||haviouslyshoutesce.info^$third-party ||hb-247.com^$third-party ||hcg82f2b.com^$third-party -||hd-plugin.com^$third-party ||hd149026b.com^$third-party ||hdpass.club^$third-party ||hdpass.info^$third-party -||hdpass.link^$third-party -||hdplayer-download.com^$third-party -||hdplayer.li^$third-party -||hdvid-codecs-dl.net^$third-party -||hdvidcodecs.com^$third-party +||headbidder.net^$third-party ||header.tech^$third-party ||headlinesnetwork.com^$third-party ||headup.com^$third-party @@ -33217,17 +34018,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||healthtrader.com^$third-party ||hebiichigo.com^$third-party ||heckhaphanofres.info^$third-party +||hedlimitatelearlyb.info^$third-party ||hedtgodingsincy.info^$third-party ||hegreeks.com^$third-party ||hegtiterbuttons.pro^$third-party ||helingoneheckhes.pro^$third-party ||helloreverb.com^$third-party -||helotero.com^$third-party,domain=~streamcloud.eu ||hemmieconverset.info^$third-party ||hemonledriat.pro^$third-party +||henasentence.pro^$third-party ||hentaifap.land^$third-party ||hepsandminawas.pro^$third-party -||heravda.com^$third-party +||herereportancen.info^$third-party ||herocpm.com^$third-party ||herofandhist.info^$third-party ||herordearhem.info^$third-party @@ -33238,53 +34040,41 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hgdat.com^$third-party ||hiadone.com^$third-party ||hidupsoo.com^$third-party -||hijacksystem.com^$third-party ||himediads.com^$third-party ||himediadx.com^$third-party ||himselves.com^$third-party ||hindurinning.pro^$third-party ||hipersushiads.com^$third-party ||hiplair.com^$third-party -||histians.com^$third-party +||hipsarda.net^$third-party ||histock.info^$third-party -||historest.com^$third-party ||hit-now.com^$third-party ||hitmarkerjobs.com^$third-party ||hitme.pw^$third-party ||hits.sys.lv^$third-party -||hitwastedgarden.com^$third-party ||hiug862dj0.com^$third-party ||hlads.com^$third-party ||hlmiq.com^$third-party ||hlserve.com^$third-party -||hlu9tseh.men^$third-party ||hmongcash.com^$third-party ||hnnp4ixxkl.com^$third-party -||hokaybo.com^$third-party -||hola-shopping.com^$third-party -||holdingprice.net^$third-party +||hoaphaiw.com^$third-party +||hoawhaum.net^$third-party ||holexknw.loan^$third-party -||holidaytravelguide.org^$third-party -||honestlypopularvary.xyz^$third-party ||honouncil.com^$third-party ||hoo1luha.com^$third-party ||hoochoor.com^$third-party -||hoomefodl.com^$third-party -||hoomezip.biz^$third-party ||hoood.info^$third-party ||hooraico.com^$third-party ||hopfeed.com^$third-party -||hopinionse.com^$third-party ||horse-racing-affiliate-program.co.uk^$third-party ||horsered.com^$third-party ||horyzon-media.com^$third-party ||hosoojat.net^$third-party -||hostgit.net^$third-party ||hosticanaffiliate.com^$third-party ||hot-hits.us^$third-party ||hot-mob.com^$third-party ||hotelscombined.com.au^$third-party -||hotfeed.net^$third-party ||hotkeys.com^$third-party ||hotptp.com^$third-party ||hotwords.com.br^$third-party @@ -33292,11 +34082,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hotwords.com^$third-party ||houchosi.net^$third-party ||hourakob.net^$third-party -||houstion.com^$third-party ||hover.in^$third-party ||hoverr.co^$third-party ||hoverr.media^$third-party -||howevert.info^$third-party ||howtodoblog.com^$third-party ||hplose.de^$third-party ||hprofits.com^$third-party @@ -33313,10 +34101,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||httpsecurity.org^$third-party ||hugeincome.cf^$third-party ||huhit.site^$third-party -||hulahooprect.com^$third-party -||humsoolt.net^$third-party ||hupsouft.net^$third-party -||huzonico.com^$third-party +||hurchaseeffectionpe.info^$third-party +||hurdleyreer.info^$third-party ||hype-ads.com^$third-party ||hypeads.org^$third-party ||hypemakers.net^$third-party @@ -33326,7 +34113,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hyperpromote.com^$third-party ||hypertrackeraff.com^$third-party ||hypervre.com^$third-party -||hyperwebads.com^$third-party ||hyphenatedion.com^$third-party ||i-media.co.nz^$third-party ||i.skimresources.com^$third-party @@ -33337,22 +34123,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ibannerexchange.com^$third-party ||ibatom.com^$third-party ||ibbyu85u.com^$third-party -||iberate.club^$third-party ||ibillboard.com^$third-party ||ibryte.com^$third-party -||icartory.info^$third-party ||icdirect.com^$third-party -||icqadvnew.com^$third-party ||idbhsgy.com^$third-party ||idealmedia.com^$third-party ||identads.com^$third-party ||idownloadgalore.com^$third-party ||idreammedia.com^$third-party +||idwq.info^$third-party ||ie8eamus.com^$third-party -||ieh1ook.bid^$third-party -||ifmnwi.club^$third-party ||iframe.mediaplazza.com^$third-party -||ifyoublockthisvideotoo.club^$third-party ||ig0nr8hhhb.com^$third-party ||ig8al3mkou.com^$third-party ||igameunion.com^$third-party @@ -33361,16 +34142,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ihookupdaily.com^$third-party ||ihosetch.com^$third-party ||iicheewi.com^$third-party -||ikzikistheking.com^$third-party +||ilstsympathsguitary.info^$third-party ||im2ss2ss.top^$third-party -||imageadnet.com^$third-party ||imageadvantage.net^$third-party ||imagehostnetwork.com^$third-party ||imasdk.googleapis.com^$third-party ||imedia.co.il^$third-party ||imediaaudiences.com^$third-party ||imediarevenue.com^$third-party -||img-giganto.net^$third-party ||imgfeedget.com^$third-party ||imglt.com^$third-party ||imgsniper.com^$third-party @@ -33380,22 +34159,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||imiclk.com^$third-party ||imimtord.net^$third-party ||imitrk.com^$third-party +||immedlinkum.info^$third-party ||imonomy.com^$third-party ||imp*.tradedoubler.com^$third-party ||impact-ad.jp^$third-party ||impactradius-go.com^$third-party ||impactradius.com^$third-party -||imperames.com^$third-party +||impeacknow.xyz^$third-party ||implix.com^$third-party ||impore.com^$third-party ||impresionesweb.com^$third-party ||impresix.com^$third-party -||impressionaffiliate.com^$third-party -||impressionaffiliate.mobi^$third-party -||impressioncontent.info^$third-party ||impressiondesk.com^$third-party ||impressionperformance.biz^$third-party -||impressionvalue.mobi^$third-party ||imzahrwl.xyz^$third-party ||in-appadvertising.com^$third-party ||inadequal.com^$third-party @@ -33404,18 +34180,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||incloak.com^$third-party ||includemodal.com^$third-party ||incogpontus.club^$third-party -||incomeliberation.com^$third-party -||increas.eu^$third-party -||increase-marketing.com^$third-party ||increaserev.com^$third-party ||incrediblethebest.online^$third-party -||indeterman.com^$third-party ||indexww.com^$third-party ||indiabanner.com^$third-party ||indiads.com^$third-party ||indianbannerexchange.com^$third-party ||indianlinkexchange.com^$third-party -||indicate.to^$third-party ||indieclick.com^$third-party ||indisancal.com^$third-party ||indlzxgptf.com^$third-party @@ -33430,14 +34201,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||influads.com^$third-party ||info4.a7.org^$third-party ||infolinks.com^$third-party -||information-sale.com^$third-party ||infra-ad.com^$third-party -||ingame.ad^$third-party ||inktad.com^$third-party ||innity.com^$third-party ||innity.net^$third-party ||innovid.com^$third-party -||inpagepush.com^$third-party ||insideall.com^$third-party ||insightexpress.com^$third-party ||insightexpressai.com^$third-party @@ -33445,21 +34213,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||inskinad.com^$third-party ||inskinmedia.com^$~stylesheet,third-party ||inspikon.com^$third-party -||inspiringsweater.xyz^$third-party ||insta-cash.net^$third-party ||installads.net^$third-party ||instancetour.info^$third-party ||instantbannercreator.com^$third-party -||instantclk.com^$third-party ||instantdollarz.com^$third-party ||instantly-ageless.net^$third-party -||instantresp.com^$third-party ||insticator.com^$third-party ||instinctiveads.com^$third-party ||instivate.com^$third-party ||instraffic.com^$third-party ||instreamvideo.ru^$third-party -||insulling.com^$third-party ||insurads.com^$third-party ||intangibleconcordant.com^$third-party ||integral-marketing.com^$third-party @@ -33467,10 +34231,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||intellitxt.com^$third-party ||intenthq.com^$third-party ||intentmedia.net^$third-party -||interactivespot.net^$third-party ||interadv.net^$third-party ||interclick.com^$third-party -||interestably.com^$third-party ||interesting.cc^$third-party ||intergi.com^$third-party ||internetadbrokers.com^$third-party @@ -33484,7 +34246,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||intimlife.net^$third-party ||intopicmedia.com^$third-party ||intrev.co^$third-party -||intrience.info^$third-party ||inttrax.com^$third-party ||intuneads.com^$third-party ||inuvo.com^$third-party @@ -33495,55 +34256,46 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||inviziads.com^$third-party ||iociley.com^$third-party ||ip-adress.com^$third-party -||ipowercdn.com^$third-party ||ipraccessie.info^$third-party ||ipredictive.com^$third-party ||iproblet.com^$third-party ||ipromote.com^$third-party ||ipsowrite.com^$third-party ||irtya.com^$third-party -||isapi.solutions^$third-party -||islationa.com^$third-party ||isohits.com^$third-party ||isparkmedia.com^$third-party ||istrawzh3.com^$third-party -||isubdom.com^$third-party -||isubdomains.com^$third-party -||it4oop7.bid^$third-party ||itempana.site^$third-party -||itrengia.com^$third-party ||iu16wmye.com^$third-party ||iu1xoe7o.com^$third-party ||iv.doubleclick.net^$third-party ||ivastoor.com^$third-party ||ivoophie.net^$third-party -||iwantmoar.net^$third-party ||iwanttobe.pro^$third-party ||iwantuonly.com^$third-party ||ixnp.com^$third-party -||iz319xlstbsqs34623cb.com^$third-party ||izeads.com^$third-party ||j2k9.in^$third-party -||jacquarter.com^$third-party ||jadcenter.com^$third-party ||jads.co^$third-party +||jaidennegros.pro^$third-party ||jango.com^$third-party ||jangonetwork.com^$third-party +||japsulsa.com^$third-party ||jardeesi.net^$third-party ||jarvinzo.com^$popup ||jautaush.net^$third-party ||javacript.cf^$third-party ||javacript.ga^$third-party ||javacript.gq^$third-party -||javacript.ml^$third-party ||javacript.tk^$third-party ||jbrlsr.com^$third-party -||jcnqc.us^$third-party ||jdoqocy.com/image-$third-party ||jdoqocy.com/placeholder-$third-party -||jdproject.net^$third-party ||jdzw3frs.com^$third-party ||jeckethemarbut.net^$third-party +||jeclittrecheckrep.info^$third-party +||jectsinteredse.info^$third-party ||jeegopte.com^$third-party ||jeeh7eet.com^$third-party ||jeekeglu.net^$third-party @@ -33553,25 +34305,20 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jettags.rocks^$third-party ||jewhaulr.com^$third-party ||jewishcontentnetwork.com^$third-party -||jf2mn2ms.club^$third-party ||jfduv7.com^$third-party -||jfx61qca.site^$third-party ||jiawen88.com^$third-party +||jistaumt.com^$third-party ||jivox.com^$third-party ||jiwire.com^$third-party -||jizzontoy.com^$third-party ||jmp9.com^$third-party -||jmvnolvmspponhnyd6b.com^$third-party ||jo7cofh3.com^$third-party ||jobsyndicate.com^$third-party ||jobtarget.com^$third-party -||joophesh.com^$third-party +||jodellvideos.pro^$third-party +||joorejou.net^$third-party ||jotchept.com^$third-party -||joytocash.com^$third-party -||jque.net^$third-party -||jqueryserve.com^$third-party +||jqfjrjka5t.top^$third-party ||jqueryserver.com^$third-party -||js.cdn.ac^$third-party ||jscloud.org^$third-party ||jscount.com^$third-party ||jsfeedadsget.com^$third-party @@ -33580,41 +34327,35 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jsmjmp.com^$third-party ||jsretra.com^$third-party ||jssearch.net^$third-party -||jtrakk.com^$third-party ||jubna.com^$third-party ||judicated.com^$third-party ||juiceadv.com^$third-party ||juiceadv.net^$third-party ||juicyads.com^$third-party -||jujuads.com^$third-party ||jujzh9va.com^$third-party ||jumboaffiliates.com^$third-party -||jumbolt.ru^$third-party -||jumpelead.com^$third-party ||jumptap.com^$third-party ||jungloconding.info^$third-party ||junioneruytew.info^$third-party +||juricts.xyz^$third-party ||jursp.com^$third-party ||justorstonsmajo.info^$third-party ||justpremium.com^$third-party ||justrelevant.com^$third-party -||jwaavsze.com^$third-party ||jwplayer.space^$third-party -||jyvtidkx.com^$third-party ||k0z09okc.com^$third-party -||k9anf8bc.webcam^$third-party ||kaishist.top^$third-party ||kanoodle.com^$third-party ||kantarmedia.com^$third-party ||kargo.com^$third-party +||kaubapsy.com^$third-party ||kaukoafa.net^$third-party ||kavanga.ru^$third-party ||keapeiros.xyz^$third-party +||kecmuhot.net^$third-party ||keechavy.com^$third-party -||keewurd.com^$third-party ||kehalim.com^$third-party ||kenduktur.com^$third-party -||kensyii.com^$third-party ||kerg.net^$third-party ||ketads.com^$third-party ||ketoo.com^$third-party @@ -33622,15 +34363,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||keywordblocks.com^$third-party ||keywordpop.com^$third-party ||keywordsconnect.com^$third-party -||kgidpryrz8u2v0rz37.com^$third-party -||khudagi.info^$third-party ||kikuzip.com^$third-party ||kinley.com^$third-party -||kintokup.com^$third-party ||kiosked.com^$third-party ||kip5j.com^$third-party +||kischartsrelimit.pro^$third-party ||kitnmedia.com^$third-party -||kjgh5o.com^$third-party ||klakus.com^$third-party ||klik1tn0w.club^$third-party ||klikadvertising.com^$third-party @@ -33640,17 +34378,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||klipmart.com^$third-party ||klixfeed.com^$third-party ||klkus.xyz^$third-party -||kloapers.com^$third-party ||klonedaset.org^$third-party ||klsdee.com^$third-party ||klubityd.online^$third-party -||kmnjdcrcfhu.com^$third-party -||knorex.asia^$third-party ||knowd.com^$third-party ||koapsooh.click^$third-party ||koindut.com^$third-party -||koinser.in^$third-party -||kolition.com^$third-party +||kolerprivals.pro^$third-party ||komoona.com^$third-party ||kontextua.com^$third-party ||koocash.com^$third-party @@ -33666,52 +34400,50 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kqzyfj.com/image-$third-party ||kqzyfj.com/placeholder-$third-party ||kr3vinsx.com^$third-party -||krajiv.com^$third-party -||kromeleta.ru^$third-party +||krison.xyz^$third-party ||kt5850pjz0.com^$third-party ||ktcdn.xyz^$third-party -||kug-74.com^$third-party ||kumpulblogger.com^$third-party ||kurlipush.com^$third-party ||kwnq4hg2n9.com^$third-party ||kymirasite.pro^$third-party ||kzbiz.co^$third-party -||l3op.info^$third-party ||lacerta.space^$third-party ||ladbrokesaffiliates.com.au^$third-party +||ladiathdefinishe.info^$third-party +||ladsblue.com^$third-party ||ladsbrown.com^$third-party +||ladsimz.com^$third-party ||ladsinfo.com^$third-party +||ladskis.com^$third-party ||ladskiz.com^$third-party ||ladslims.com^$third-party +||ladsoks.com^$third-party ||ladsokz.com^$third-party +||ladspmz.com^$third-party +||lailivob.net^$third-party ||laim.tv^$third-party ||lakequincy.com^$third-party -||lakidar.net^$third-party -||lamalama.top^$third-party ||landelcut.com^$third-party -||langosh.biz^$third-party ||lanistaconcepts.com^$third-party ||larentisol.com^$third-party ||large-format.net^$third-party -||largestable.com^$third-party -||larkbe.com^$third-party ||laserhairremovalstore.com^$third-party ||lashaucu.net^$third-party ||lauhauch.com^$third-party ||laujouty.com^$third-party ||launchbit.com^$third-party ||launchers.network^$third-party -||lavetawhiting.com^$third-party ||laydcilck.com^$third-party ||layer-ad.org^$third-party ||layerloop.com^$third-party -||layerwelt.com^$third-party -||lazynerd.info^$third-party -||lbm1.com^$third-party -||lcl2adserver.com^$third-party +||lcwfab1.com^$third-party ||lcwfab2.com^$third-party +||lcwfab3.com^$third-party +||lcwfabt1.com^$third-party +||lcwfabt2.com^$third-party +||lcwfabt3.com^$third-party ||ld82ydd.com^$third-party -||ldgateway.com^$third-party ||lduhtrp.net^$third-party ||ldzqhq.biz^$third-party ||leadacceptor.com^$third-party @@ -33724,22 +34456,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||leadmediapartners.com^$third-party ||leadzu.com^$third-party ||leaptrade.com^$third-party +||leastersmiled.pro^$third-party +||ledraumt.com^$third-party ||leeneevo.net^$third-party ||leetmedia.com^$third-party ||legisland.net^$third-party ||lemitsuz.net^$third-party +||lenmit.com^$third-party ||leohd59.ru^$third-party ||leoneaningtoldre.pro^$third-party ||less-css.site^$third-party ||lessonis.com^$third-party ||letadnew.com^$third-party ||letansinevengthat.pro^$third-party -||letilyadothejob.com^$third-party ||letsgoshopping.tk^$third-party -||letuchiycorabl.com^$third-party -||letysheeps.ru^$third-party ||levisites.com^$third-party -||lexinget.info^$third-party ||lfstmedia.com^$third-party ||lgse.com^$third-party ||libertycdn.com^$third-party @@ -33748,7 +34479,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lielmy.com^$third-party ||liftdna.com^$third-party ||ligadx.com^$third-party -||ligational.com^$third-party ||lightningcast.net^$~object,third-party ||likecontrol.com^$third-party ||linformanceder.info^$third-party @@ -33765,7 +34495,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||linkmads.com^$third-party ||linkoffers.net^$third-party ||linkreferral.com^$third-party -||links.io^$third-party ||links2revenue.com^$third-party ||linkshowoff.com^$third-party ||linksmart.com^$third-party @@ -33779,6 +34508,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||liqwid.net^$third-party ||listingcafe.com^$third-party ||littitte.online^$third-party +||littlemente.info^$third-party ||liveadexchanger.com^$third-party ||liveadoptimizer.com^$third-party ||liveadserver.net^$third-party @@ -33786,14 +34516,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||liverail.com^$~object,third-party ||livesmarter.com^$third-party ||liveuniversenetwork.com^$third-party +||liwhetsu.com^$third-party ||lkqd.net^$third-party ||llahnch259.com^$third-party ||llqd75c56i.com^$third-party -||lmsxuo.com^$third-party ||lndjj.com^$third-party ||loadercdn.com^$third-party ||loading-resource.com^$third-party -||local-chicks-here3.top^$third-party ||localadbuy.com^$third-party ||localedgemedia.com^$third-party ||localsearch24.co.uk^$third-party @@ -33801,20 +34530,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lockerdomecdn.com^$third-party ||lockhosts.com^$third-party ||lockscalecompare.com^$third-party -||locktdguw9.com^$third-party ||logo-net.co.uk^$third-party +||logystowtencon.info^$third-party ||loldata.top^$third-party ||loodyas.com^$third-party ||lookit-quick.com^$third-party ||looksmart.com^$third-party +||loomufie.com^$third-party ||looneyads.com^$third-party -||looneynetwork.com^$third-party -||loopmaze.com^$third-party ||lopsookr.com^$third-party -||loq-90.com^$third-party -||lose-ads.de^$third-party ||loseads.eu^$third-party -||losomy.com^$third-party ||lotteryaffiliates.com^$third-party ||lovacmar.click^$third-party ||love-banner.com^$third-party @@ -33822,11 +34547,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lqcdn.com^$third-party ||lqw.me^$third-party ||ltassrv.com.s3.amazonaws.com^$third-party -||ltassrv.com/goads.swf ||ltassrv.com/serve/ ||lucidmedia.com^$third-party ||lucklayed.info^$third-party ||luckypushh.com^$third-party +||lucretius-ada.com^$third-party ||lushcrush.com^$third-party ||luxadv.com^$third-party ||luxbetaffiliates.com.au^$third-party @@ -33838,6 +34563,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||luxupcdnb.com^$third-party ||luxupcdnc.com^$third-party ||lvgvax82bp.com^$third-party +||lvidentrevious.info^$third-party ||lx2rv.com^$third-party ||lzjl.com^$third-party ||m-shes.ru^$third-party @@ -33849,39 +34575,42 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||m32.media^$third-party ||m328ii38yg76vw.com^$third-party ||m4clicks.com^$third-party -||m4pub.com^$third-party ||m57ku6sm.com^$third-party ||m5prod.net^$third-party ||m73lae5cpmgrv38.com^$third-party ||mabeetam.com^$third-party -||mabirol.com^$third-party ||machings.com^$third-party ||madadsmedia.com^$third-party +||madcpms.com^$third-party ||madsabs.com^$third-party +||madsabz.com^$third-party ||madsats.com^$third-party +||madsatz.com^$third-party ||madserving.com^$third-party +||madsimz.com^$third-party +||madsipz.com^$third-party +||madskiz.com^$third-party ||madslims.com^$third-party +||madsokz.com^$third-party ||madsone.com^$third-party -||magicalled.info^$third-party ||magnetisemedia.com^$third-party ||mahimeta.com^$third-party +||maikuque.net^$third-party ||mailmarketingmachine.com^$third-party ||mainadv.com^$third-party ||mainroll.com^$third-party ||makecashtakingsurveys.biz^$third-party -||makemoneymakemoney.net^$third-party ||mallcss.com^$third-party -||mallsponsor.com^$third-party ||mamydirect.com^$third-party ||mangoads.net^$third-party ||mangoforex.com^$third-party ||mannusinglygues.info^$third-party +||mantedtonisms.info^$third-party ||marapcana.online^$third-party ||marbil24.co.za^$third-party ||marfeel.com^$third-party -||marginalwoodfernrounddance.com^$third-party +||marial.pro^$third-party ||marimedia.com^$third-party -||markboil.online^$third-party ||markergot.com^$third-party ||marketbanker.com^$third-party ||marketfly.net^$third-party @@ -33890,17 +34619,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||marketingenhanced.com^$third-party ||marketleverage.com^$third-party ||marketnetwork.com^$third-party -||marketoring.com^$third-party ||marphezis.com^$third-party ||marsads.com^$third-party ||martiniadnetwork.com^$third-party +||marvedesderef.info^$third-party ||masterads.org^$third-party ||masternal.com^$third-party -||mastertraffic.cn^$third-party ||masture.mobi^$third-party ||mathads.com^$third-party +||mation.xyz^$third-party ||matiro.com^$third-party -||mattempte.info^$third-party ||maudau.com^$third-party ||maxcorpmedia.com^$third-party ||maxim.pub^$third-party @@ -33912,9 +34640,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mb38.com^$third-party ||mb57.com^$third-party ||mbn.com.ua^$third-party -||mcdomainalot.com^$third-party ||mcdstorage.com^$third-party -||mdadvertising.net^$third-party ||mdadx.com^$third-party ||mdialog.com^$third-party ||mdn2015x1.com^$third-party @@ -33923,10 +34649,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mdn2015x4.com^$third-party ||mdn2015x5.com^$third-party ||meadigital.com^$third-party -||measurelyapp.com^$third-party ||media-general.com^$third-party -||media-ks.net^$third-party ||media-networks.ru^$third-party +||media-sapiens.com^$third-party ||media-servers.net^$third-party ||media.net^$third-party ||media303.com^$third-party @@ -33941,16 +34666,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mediaflire.com^$third-party ||mediaforce.com^$third-party ||mediaforge.com^$third-party +||mediafuse.com^$third-party ||mediag4.com^$third-party ||mediagridwork.com^$third-party ||mediakeywords.com^$third-party ||medialand.ru^$third-party -||medialation.net^$third-party ||mediaoaktree.com^$third-party ||mediaonenetwork.net^$third-party ||mediaonpro.com^$third-party ||mediapeartree.com^$third-party -||mediapeo.com^$third-party ||mediaraily.com^$third-party ||mediasprucetree.com^$third-party ||mediatarget.com^$third-party @@ -33962,7 +34686,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mediavine.com^$third-party ||medical-aid.net^$third-party ||medleyads.com^$third-party -||medrx.sensis.com.au^$third-party ||medyanet.net^$third-party ||medyanetads.com^$third-party ||meendocash.com^$third-party @@ -33975,25 +34698,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||megatronmailer.com^$third-party ||megausenet.pro^$third-party ||megausenet.services^$third-party -||megbase.com^$third-party -||meh0f1b.com^$third-party ||meinlist.com^$third-party ||mellowads.com^$third-party ||meloads.com^$third-party -||mengheng.net^$third-party ||mentad.com^$third-party ||mentalks.ru^$third-party ||merchenta.com^$third-party ||mercuras.com^$third-party -||messagespaceads.com^$third-party ||metaffiliation.com^$~image,~subdocument,third-party,domain=~netaffiliation.com ||metaffiliation.com^*^maff= ||metaffiliation.com^*^taff= ||metavertising.com^$third-party ||metavertizer.com^$third-party -||metogo.work^$third-party ||metrics.io^$third-party -||meviodisplayads.com^$third-party ||meya41w7.com^$third-party ||mezaa.com^$third-party ||mezimedia.com^$third-party @@ -34009,9 +34726,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||microad.net^$third-party ||microadinc.com^$third-party ||microsoftaffiliates.net^$third-party -||migrandof.com^$third-party ||milabra.com^$third-party -||milleonid.com^$third-party +||miltauru.net^$third-party ||minardict.pro^$third-party ||mindlytix.com^$third-party ||minessetion.info^$third-party @@ -34022,21 +34738,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mirago.com^$third-party ||mirrorpersonalinjury.co.uk^$third-party ||misslk.com^$third-party -||mistands.com^$third-party +||mitatic.xyz^$third-party ||mitouxoo.net^$third-party ||mixi.media^$third-party ||mixmarket.biz^$third-party ||mixpo.com^$third-party -||mktseek.com^$third-party ||ml314.com^$third-party -||mljhpoy.com^$third-party ||mlnadvertising.com^$third-party -||mlvc4zzw.space^$third-party ||mm-syringe.com^$third-party ||mmadsgadget.com^$third-party ||mmgads.com^$third-party ||mmismm.com^$third-party -||mmngte.net^$third-party +||mmissedecon.info^$third-party ||mmo123.co^$third-party ||mmondi.com^$third-party ||mmoptional.com^$third-party @@ -34044,11 +34757,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mn1nm.com^$third-party ||mnbvjhg.com^$third-party ||mnetads.com^$third-party +||mng-ads.com^$third-party +||mntzr11.net^$third-party ||mntzrlt.net^$third-party ||moafoche.com^$third-party ||moatads.com^$third-party ||mobatori.com^$third-party -||mobatory.com^$third-party ||mobday.com^$third-party ||mobfox.com^$third-party ||mobicont.com^$third-party @@ -34065,20 +34779,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mobsterbird.info^$third-party ||mobstrks.com^$third-party ||mobtrks.com^$third-party +||mobtyb.com^$third-party ||mobytrks.com^$third-party -||modelegating.com^$third-party ||modescrips.info^$third-party -||modificans.com^$third-party -||modifiscans.com^$third-party ||modulepush.com^$third-party -||moffsets.com^$third-party ||mogointeractive.com^$third-party ||mohini-ger.com^$third-party ||mojoaffiliates.com^$third-party ||mokonocdn.com^$third-party ||monad-rtb.com^$third-party ||monetizer101.com^$third-party -||money-cpm.fr^$third-party ||money4ads.com^$third-party ||moneycosmos.com^$third-party ||moneymakercdn.com^$third-party @@ -34094,20 +34804,20 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mooxar.com^$third-party ||mordi.fun^$third-party ||moregamers.com^$third-party -||moreplayerz.com^$third-party ||morgdm.ru^$third-party -||mortantse.info^$third-party ||morydark.pw^$third-party ||mosaiq.io^$third-party -||moselats.com^$third-party +||mostviewed.xyz^$third-party ||motominer.com^$third-party ||mottnow.com^$third-party ||movad.net^$third-party +||movcpm.com^$third-party ||mowithlerendu.pro^$third-party -||mozcloud.net^$third-party ||mp3toavi.xyz^$third-party ||mpk01.com^$third-party ||mpnrs.com^$third-party +||mppmnetwork.com^$third-party +||mpqfzyh.com^$third-party ||mpression.net^$third-party ||mprezchc.com^$third-party ||mptentry.com^$third-party @@ -34120,19 +34830,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mtrcss.com^$third-party ||muchritfakethen.info^$third-party ||mujap.com^$third-party -||mukwonagoacampo.com^$third-party ||multiadserv.com^$third-party ||multimater.com^$third-party ||multiview.com^$third-party -||munically.com^$third-party +||mupteekr.net^$third-party ||murkymouse.online^$third-party ||music-desktop.com^$third-party ||musicnote.info^$third-party ||mutary.com^$third-party ||mutaticial.com^$third-party -||mxf.dfp.host^$third-party +||muvimtim.com^$third-party ||mxtads.com^$third-party -||my-layer.net^$third-party ||myadcash.com^$third-party ||myadstack.net^$third-party ||myaffiliates.com^$third-party @@ -34141,25 +34849,20 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mycdn.co^$third-party ||mycdn2.co^$third-party ||myclickbankads.com^$third-party -||mycooliframe.net^$third-party ||mydreamads.com^$third-party ||myemailbox.info^$third-party -||myezt1q2il.com^$third-party ||myfastcdn.com^$third-party +||mygoodlives.com^$third-party ||myinfotopia.com^$third-party ||mylinkbox.com^$third-party ||mynativeads.com^$third-party -||mynewcarquote.us^$third-party ||mynunu.net^$third-party +||myopenads.com^$third-party ||myornamenti.com^$third-party -||myplayerhd.net^$third-party ||myregeneaf.com^$third-party ||mysafeurl.com^$third-party -||mystaticfiles.com^$third-party ||mythings.com^$third-party -||myuniques.ru^$third-party ||myvads.com^$third-party -||mywidget.mobi^$third-party ||mz28ismn.com^$third-party ||n123loi.com^$third-party ||n130adserv.com^$third-party @@ -34167,20 +34870,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||n2s.co.kr^$third-party ||n388hkxg.com^$third-party ||n4403ad.doubleclick.net^$third-party -||n673oum.com^$third-party ||nabbr.com^$third-party ||nadinthimmeled.pro^$third-party -||naganaga.lol^$third-party ||nagrande.com^$third-party +||naidafak.net^$third-party ||naideema.com^$third-party ||nalizerostants.info^$third-party ||nameads.com^$third-party ||nanigans.com^$third-party -||narrangel.com^$third-party -||nasdak.in^$third-party ||native-adserver.com^$third-party -||nativead.co^$third-party -||nativead.tech^$third-party ||nativeadmatch.com^$third-party ||nativeads.com^$third-party ||nativeadsfeed.com^$third-party @@ -34191,14 +34889,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||naucaips.com^$third-party ||nauchegy.link^$third-party ||nauhohag.net^$third-party +||nauthoun.net^$third-party ||navaxudoru.com^$third-party ||nbjmp.com^$third-party ||nbstatic.com^$third-party -||ncrjsserver.com^$third-party ||ndricshoweverau.info^$third-party +||ndsinternanhono.info^$third-party ||neads.delivery^$third-party ||neblotech.com^$third-party +||neechuce.net^$third-party ||neepaips.com^$third-party +||neesoape.com^$third-party +||neesupee.com^$third-party +||neewoapi.com^$third-party ||negolist.com^$third-party ||nehersheteen.pro^$third-party ||nenrk.us^$third-party @@ -34207,17 +34910,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||neodatagroup.com^$third-party ||neoebiz.co.kr^$third-party ||neoffic.com^$third-party -||nessubsets.pro^$third-party ||net-ad-vantage.com^$third-party ||net3media.com^$third-party ||netaffiliation.com^$~script,third-party ||netanlingtheeveng.pro^$third-party ||netavenir.com^$third-party -||netflixalternative.net^$third-party ||netinsight.co.kr^$third-party ||netliker.com^$third-party ||netloader.cc^$third-party -||netpondads.com^$third-party ||netsdoctobersa.info^$third-party ||netseer.com^$third-party ||netshelter.net^$third-party @@ -34235,7 +34935,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||newideasdaily.com^$third-party ||newjunads.com^$third-party ||newmonads.com^$third-party -||newsadstream.com^$third-party ||newsarmor.com^$third-party ||newsmaxfeednetwork.com^$third-party ||newsnet.in.ua^$third-party @@ -34244,42 +34943,34 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||newtention.net^$third-party ||newtueads.com^$third-party ||newwedads.com^$third-party -||newyorkwhil.com^$third-party ||nexac.com^$third-party ||nexage.com^$third-party ||nexeps.com^$third-party ||nexioniect.com^$third-party ||nextlandingads.com^$third-party ||nextmillennium.io^$third-party -||nextmobilecash.com^$third-party ||nextoptim.com^$third-party ||nflightiesmurtone.com^$third-party -||ngaln.com^$third-party ||ngecity.com^$third-party ||nglmedia.com^$third-party ||ngsomedquiz.club^$third-party ||nhpfvdlbjg.com^$third-party ||niacretaryfrience.info^$third-party -||nicheadgenerator.com^$third-party ||nicheads.com^$third-party -||nichter.space^$third-party +||nielofficieshandl.info^$third-party ||nieveni.com^$third-party ||niforniadistollie.info^$third-party -||nightened.com^$third-party ||nighter.club^$third-party ||niltutch.com^$third-party ||nimsepee.net^$third-party ||nitmus.com^$third-party ||nittlopp.online^$third-party ||nization.com^$third-party -||njkiho.info^$third-party ||nkredir.com^$third-party ||nlwy0.com^$third-party ||nmcdn.us^$third-party ||nmentthoutintellin.info^$third-party -||nmwrdr.net^$third-party -||nobleppc.com^$third-party -||nobsetfinvestor.com^$third-party +||noaptauw.com^$third-party ||nofejectontrab.info^$third-party ||nompakru.click^$third-party ||nonpaly.ru^$third-party @@ -34291,19 +34982,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||norteevu.com^$third-party ||northmay.com^$third-party ||norvalur.xyz^$third-party -||nothering.com^$third-party -||notification-centar.com^$third-party ||notification-list.com^$third-party ||notify-monad.com^$third-party +||nouseeth.com^$third-party ||novarevenue.com^$third-party ||novelty.media^$third-party ||nowlooking.net^$third-party ||nowspots.com^$third-party ||noy-95.com^$third-party -||npdbklojsvn.co^$third-party ||nplexmedia.com^$third-party ||npvos.com^$third-party -||nquchhfyex.com^$third-party ||nrnma.com^$third-party ||nscontext.com^$third-party ||nsdsvc.com^$third-party @@ -34317,20 +35005,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nsvfl7p9.com^$third-party ||ntv.io^$third-party ||ntvk1.ru^$third-party -||nuclersoncanthinger.info^$third-party ||nui.media^$third-party -||nullenabler.com^$third-party ||numberium.com^$third-party ||numbers.md^$third-party -||numberthreebear.com^$third-party ||nurno.com^$third-party ||nuseek.com^$third-party -||nvadn.com^$third-party -||nvero.net^$third-party ||nwfhalifax.com^$third-party ||nxtck.com^$third-party ||nyadmcncserve-05y06a.com^$third-party -||nzads.net.nz^$third-party ||nzphoenix.com^$third-party ||o-oo.ooo^$third-party ||o.gweini.com^$third-party @@ -34338,15 +35020,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||o6ek91ag15.com^$third-party ||oacautoh.net^$third-party ||oacram.com^$third-party -||oads.co^$third-party ||oainternetservices.com^$third-party ||oalselry.com^$third-party +||oaraunal.com^$third-party ||oatcheex.com^$third-party ||oatheehu.com^$third-party -||obeisantcloddishprocrustes.com^$third-party -||obesw.com^$third-party ||obeus.com^$third-party -||obibanners.com^$third-party ||objects.tremormedia.com^$~object,third-party ||objectservers.com^$third-party ||oboxads.com^$third-party @@ -34354,43 +35033,39 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ocelot.studio^$third-party ||oclaserver.com^$third-party ||oclasrv.com^$third-party -||oclsasrv.com^$third-party ||oclus.com^$third-party -||octagonize.com^$third-party +||octophor.com^$third-party ||odysseus-nua.com^$third-party -||oehposan.com^$third-party ||ofeetles.pro^$third-party -||offeradvertising.biz^$third-party -||offerenced.com^$third-party ||offerforge.com^$third-party ||offerforge.net^$third-party +||offerimage.com^$third-party ||offerpalads.com^$third-party ||offerserve.com^$third-party ||offersquared.com^$third-party -||officerrecordscale.info^$third-party -||offshort.info^$third-party ||ofigraiw.net^$third-party -||ofino.ru^$third-party ||ogeemolt.net^$third-party ||ogercron.com^$third-party ||oggifinogi.com^$third-party ||ogrfi3uyt7.com^$third-party ||ohmcasting.com^$third-party ||ohmwrite.com^$third-party -||oileddaintiessunset.info^$third-party ||ojaulrop.com^$third-party ||okanjo.com^$third-party ||oldership.com^$third-party ||oldtiger.net^$third-party ||ologyarriedpr.info^$third-party +||omareeper.com^$third-party ||omclick.com^$third-party ||omg2.com^$third-party ||omgpm.com^$third-party +||ommunalspound.info^$third-party ||omni-ads.com^$third-party ||omnitagjs.com^$third-party +||omparentcarage.info^$third-party +||omymicrossmuc.info^$third-party ||onad.eu^$third-party ||onads.com^$third-party -||onagida.info^$third-party ||onclasrv.com^$third-party ||onclickads.net^$third-party ||onclickmax.com^$third-party @@ -34401,48 +35076,40 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||onclkds.com^$third-party ||oneblackjocker.online^$third-party ||onedmp.com^$third-party +||onemboaran.com^$third-party ||onenetworkdirect.com^$third-party ||onenetworkdirect.net^$third-party -||oneopenclose.click^$third-party ||onerror.cf^$third-party ||onerror.ga^$third-party ||onerror.gq^$third-party ||onerror.ml^$third-party -||onerror.tk^$third-party ||onespot.com^$third-party +||onestepproductions.online^$third-party ||onewastansepa.pro^$third-party ||online-adnetwork.com^$third-party ||online-media24.de^$third-party -||onlineadtracker.co.uk^$third-party ||onlinedl.info^$third-party ||onlyalad.net^$third-party ||onrampadvertising.com^$third-party ||onscroll.com^$third-party -||onsitemarketplace.net^$third-party -||onti.rocks^$third-party ||onunughegmar.club^$third-party ||onvertise.com^$third-party -||onvid.club^$third-party +||onvictinitor.com^$third-party ||onwsys.net^$third-party -||oodode.com^$third-party +||oochaurt.com^$third-party ||oodraune.com^$third-party ||oodsotso.com^$third-party -||ooecyaauiz.com^$third-party -||oofte.com^$third-party ||oopepoul.net^$third-party ||oopt.fr^$third-party ||oorseest.net^$third-party ||oos4l.com^$third-party ||opap.co.kr^$third-party ||openbook.net^$third-party -||openclose.click^$third-party -||openetray.com^$third-party -||opensourceadvertisementnetwork.info^$third-party ||openx.net^$third-party ||openxadexchange.com^$third-party ||openxenterprise.com^$third-party ||openxmarket.asia^$third-party -||operatical.com^$third-party +||operaserver.com^$third-party ||ophagealbriance.info^$third-party ||opimpeeb.net^$third-party ||opingexamplyt.info^$third-party @@ -34452,10 +35119,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||opt-n.net^$third-party ||optad360.io^$third-party ||opteama.com^$third-party -||optiad.net^$third-party -||optimalroi.info^$third-party +||optiads.org^$third-party ||optimatic.com^$third-party -||optimizeadvert.biz^$third-party ||optimizesocial.com^$third-party ||optinemailpro.com^$third-party ||optinmonster.com^$third-party @@ -34465,33 +35130,35 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oratosaeron.com^$third-party ||orbengine.com^$third-party ||ordingly.com^$third-party +||ordssuspicuousc.info^$third-party ||organicalews.info^$third-party ||oriel.io^$third-party ||origer.info^$third-party ||ornament-i.com^$third-party +||osalsdistiniaatt.info^$third-party ||osiaffiliate.com^$third-party -||oskale.ru^$third-party +||osny2p7a0k.com^$third-party ||ospreymedialp.com^$third-party -||osuq4jc.com^$third-party +||osynchresiderin.info^$third-party +||otaijing.com^$third-party ||othere.info^$third-party -||otherelis.info^$third-party ||othersonline.com^$third-party ||otnolabttmup.com^$third-party +||otrwaram.com^$third-party ||ottomdisede.club^$third-party ||ouboosta.com^$third-party ||ouhegapy.net^$third-party +||oujouniw.com^$third-party ||ouloutso.net^$third-party ||oultuwee.net^$third-party ||ouptoobe.net^$third-party ||oupushee.com^$third-party ||ourbanners.net^$third-party ||ourgeche.net^$third-party -||ourunlimitedleads.com^$third-party +||oushenoo.net^$third-party ||outseeltor.com^$third-party -||ov8pc.tv^$third-party ||oveld.com^$third-party ||overhaps.com^$third-party -||oversailor.com^$third-party ||overture.com^$third-party ||overturs.com^$third-party ||ovtopli.ru^$third-party @@ -34499,12 +35166,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||owndata.network^$third-party ||ownlocal.com^$third-party ||owowoaty.com^$third-party -||owtezan.ru^$third-party ||oxado.com^$third-party ||oxsng.com^$third-party ||oxtracking.com^$third-party ||oxybe.com^$third-party -||oxyes.work^$third-party ||oyhnizdr4bxkz0.com^$third-party ||ozertesa.com^$third-party ||ozonemedia.com^$third-party @@ -34513,31 +35178,31 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||p-comme-performance.com^$third-party ||p-digital-server.com^$third-party ||p2ads.com^$third-party -||p7hwvdb4p.com^$third-party ||paads.dk^$third-party ||pacific-yield.com^$third-party ||paclitor.com^$third-party ||padsblue.com^$third-party ||padsdelivery.com^$third-party +||padsips.com^$third-party +||padsipz.com^$third-party +||padskiz.com^$third-party +||padsokz.com^$third-party +||padspmz.com^$third-party ||padstm.com^$third-party ||pagefair.net^$third-party ||pagesinxt.com^$third-party ||paibopse.com^$third-party -||paid4ad.de^$third-party ||paidonresults.net^$third-party ||paidsearchexperts.com^$third-party -||painterede.com^$third-party ||pakbanners.com^$third-party ||panachetech.com^$third-party ||panda.network^$third-party ||pantherads.com^$third-party ||paperclipservice.com^$third-party ||paperg.com^$third-party -||parabled.info^$third-party ||paradocs.ru^$third-party ||paratingexcret.info^$third-party ||parding.info^$third-party -||pardous.com^$third-party ||parkingcrew.net^$third-party ||parromlethowsit.info^$third-party ||parronnotandone.info^$third-party @@ -34556,94 +35221,81 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||passive-earner.com^$third-party ||patecrafts.com^$third-party ||patiskcontentdelivery.info^$third-party -||patoris.xyz^$third-party ||paumoogo.net^$third-party -||pautaspr.com^$third-party ||paxmedia.net^$third-party ||pay-click.ru^$third-party ||payae8moon9.com^$third-party ||paydotcom.com^$third-party ||payperpost.com^$third-party ||pbcde.com^$third-party -||pbmvz.com^$third-party -||pbyet.com^$third-party ||pc-ads.com^$third-party ||pc1ads.com^$third-party ||pc2ads.com^$third-party -||pcr1p2xr.com^$third-party ||pdn-1.com^$third-party ||pdn-2.com^$third-party ||pe2k2dty.com^$third-party ||peakclick.com^$third-party ||pebblemedia.be^$third-party +||pedcarefusalmo.info^$third-party ||peefeehu.com^$third-party -||peelawaymaker.com^$third-party ||peemee.com^$third-party ||peer39.com^$third-party ||peer39.net^$third-party +||pegaumsi.com^$third-party ||pegloang.com^$third-party ||pejqoq4cafo3bg9yqqqtk5e6s6.com^$third-party +||pemainedperio.info^$third-party ||penuma.com^$third-party ||pepperjamnetwork.com^$third-party -||percularity.com^$third-party -||peredest.com^$third-party ||perfb.com^$third-party -||perfcreatives.com^$third-party ||perfectmarket.com^$third-party -||perfoormapp.info^$third-party ||performance-based.com^$third-party ||performanceadexchange.com^$third-party -||performanceadvertising.mobi^$third-party -||performancetrack.info^$third-party ||performancingads.com^$third-party ||performanteads.com^$third-party ||performit.club^$third-party ||perkcanada.com^$third-party -||permanyb.com^$third-party ||permenor.xyz^$third-party ||persevered.com^$third-party +||perstago.pro^$third-party ||pestrike.com^$third-party ||petsoocm.com^$third-party ||pezrphjl.com^$third-party +||pgmcdn.com^$third-party ||pgmediaserve.com^$third-party ||pgpartner.com^$third-party ||pgssl.com^$third-party ||pharmcash.com^$third-party -||pheedo.com^$third-party +||phedudug.net^$third-party ||pheedroh.net^$third-party ||pheegoab.click^$third-party +||pheepudo.net^$third-party ||pheergar.com^$third-party ||pheersie.com^$third-party ||phekrimp.com^$third-party ||phengung.net^$third-party ||philbardre.com^$third-party -||philipstreehouse.info^$third-party ||philosophere.com^$third-party ||phiptams.net^$third-party ||phoaksiw.com^$third-party -||phokukse.com^$third-party ||phonespybubble.com^$third-party +||phoodsom.net^$third-party ||phudrour.net^$third-party ||phukrovo.com^$third-party -||pianobuyerdeals.com^$third-party ||picadmedia.com^$third-party ||picbucks.com^$third-party -||pickoga.work^$third-party ||pickytime.com^$third-party -||picsspell.ru^$third-party ||picsti.com^$third-party ||pictela.net^$third-party ||piercial.com^$third-party -||pilottere.info^$third-party ||pinballpublishernetwork.com^$third-party +||ping-traffic.info^$third-party ||pioneeringad.com^$third-party ||pip-pip-pop.com^$third-party ||pipeaota.com^$third-party ||pipsol.net^$third-party ||pirdoust.com^$third-party -||pitally.info^$third-party ||piticlik.com^$third-party -||pivotalmedialabs.com^$third-party ||pivotrunner.com^$third-party ||pixazza.com^$third-party ||pixeltrack66.com^$third-party @@ -34652,39 +35304,31 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pixtrack.in^$third-party ||pixxur.com^$third-party ||placeiq.com^$third-party -||planniver.com^$third-party ||plannto.com^$third-party -||platinumadvertisement.com^$third-party -||play24.us^$third-party ||play4k.co^$third-party ||playertraffic.com^$third-party ||playtem.com^$third-party ||playuhd.host^$third-party ||playukinternet.com^$third-party -||pleasteria.com^$third-party ||pleeko.com^$third-party ||plenomedia.com^$third-party ||plexop.net^$third-party -||pllddc.com^$third-party +||plified.pro^$third-party ||plocap.com^$third-party ||plopx.com^$third-party ||plufdsa.com^$third-party ||plugerr.com^$third-party ||plugs.co^$third-party ||plusfind.net^$third-party -||plushlikegarnier.com^$third-party ||plxserve.com^$third-party ||pmlw0efk4x.com^$third-party ||pmpubs.com^$third-party ||pmsrvr.com^$third-party ||pmzer.com^$third-party ||pnd.gs^$third-party -||png2imag.club^$third-party -||pnoss.com^$third-party ||pnsandbox.com^$third-party ||poagroul.com^$third-party ||poazoanu.com^$third-party -||pobaftern.info^$third-party ||pointclicktrack.com^$third-party ||pointroll.com^$third-party ||points2shop.com^$third-party @@ -34707,7 +35351,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||popcash.net^$third-party ||popclck.net^$third-party ||popcpm.com^$third-party -||popcpv.com^$third-party ||popearn.com^$third-party ||popmajor.com^$third-party ||popmarker.com^$third-party @@ -34718,11 +35361,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||popnc.com^$third-party ||poponclick.com^$third-party ||poppysol.com^$third-party -||poprev.net^$third-party ||poprevenue.net^$third-party ||popsads.com^$third-party -||popshow.info^$third-party -||poptarts.me^$third-party ||poptm.com^$third-party ||popularitish.com^$third-party ||popularmedia.net^$third-party @@ -34736,28 +35376,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||popunderzone.com^$third-party ||popupdomination.com^$third-party ||popuptraffic.com^$third-party -||popupvia.com^$third-party ||popwin.net^$third-party ||pornv.org^$third-party ||porojo.net^$third-party ||portablefish.com^$third-party ||portantreadedagree.info^$third-party ||portkingric.net^$third-party -||posternel.com^$third-party ||postrelease.com^$third-party -||potcityzip.com^$third-party -||poundaccordexecute.info^$third-party ||powerad.ai^$third-party ||poweradvertising.co.uk^$third-party -||powerfulbusiness.net^$third-party ||powerlinks.com^$third-party ||powermarketing.com^$third-party ||ppcindo.com^$third-party ||ppclinking.com^$third-party ||ppctrck.com^$third-party ||ppcwebspy.com^$third-party -||ppdxyz.info^$third-party -||ppsearcher.ru^$third-party ||practively.com^$third-party ||prebid.org^$third-party ||precisionclick.com^$third-party @@ -34765,25 +35398,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||predictiondisplay.com^$third-party ||predictivadnetwork.com^$third-party ||predictivadvertising.com^$third-party -||preditates.com^$third-party ||preferredain.com^$third-party ||premiumpushnotification.com^$third-party ||preonesetro.com^$third-party -||prequire.info^$third-party -||presistart.com^$third-party ||prestadsng.com^$third-party ||prexista.com^$third-party ||prf.hn^$third-party ||prfdesk.pro^$third-party -||prggbqxuj.com^$third-party -||prickac.com^$third-party ||prigmaperf.me^$third-party ||primaryads.com^$third-party ||prime535.com^$third-party ||primebc1.website^$third-party ||primechoice.ru^$third-party ||pritesol.com^$third-party -||privilegebedroomlate.xyz^$third-party ||prizel.com^$third-party ||prm-native.com^$third-party ||pro-advert.de^$third-party @@ -34791,33 +35418,27 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pro-market.net^$third-party ||pro-pro-go.com^$third-party ||proadscdn.com^$third-party -||proadsdirect.com^$third-party ||probannerswap.com^$third-party ||probtn.com^$third-party ||prod.untd.com^$third-party ||proffigurufast.com^$third-party ||profitpeelers.com^$third-party +||proglack.site^$third-party ||programresolver.net^$third-party ||projectagora.net^$third-party ||projectagora.tech^$third-party ||projectagoratech.com^$third-party ||projectwonderful.com^$third-party -||proludimpup.com^$third-party -||promenadd.ru^$third-party ||promo-bc.com^$third-party ||promo-reklama.ru^$third-party ||promobenef.com^$third-party ||promoted.com^$third-party -||promotionoffer.mobi^$third-party -||promotiontrack.mobi^$third-party -||propellerads.com^$third-party ||propellerclick.com^$third-party ||propellerpops.com^$third-party ||propelllerads.com^$third-party ||propelplus.com^$third-party ||proper.io^$third-party ||propgoservice.com^$third-party -||propranok.com^$third-party ||prorentisol.com^$third-party ||prosperent.com^$third-party ||protally.net^$third-party @@ -34829,13 +35450,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||prre.ru^$third-party ||prxio.github.io^$third-party ||prxio.pw^$third-party -||prxio.site^$third-party ||psampabs.net^$third-party +||psaukrik.net^$third-party ||psclicks.com^$third-party +||psecurzoicompa.info^$third-party ||psephash.com^$third-party ||pseqcs05.com^$third-party +||psewhaur.net^$third-party +||psitchie.com^$third-party ||psma02.com^$third-party -||psnmail.su^$third-party ||psoaghie.net^$third-party ||psoapeez.click^$third-party ||psoaptou.net^$third-party @@ -34845,15 +35468,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||psoultar.net^$third-party ||psozoult.net^$third-party ||psulsobi.net^$third-party +||ptauphie.com^$third-party ||ptauphiw.net^$third-party +||ptaussee.net^$third-party +||ptauvuph.com^$third-party ||ptawe.com^$third-party ||ptchits.com^$third-party +||pteefoak.com^$third-party ||pteegloa.com^$third-party ||ptefautu.net^$third-party ||ptipoast.com^$third-party -||ptmopenclose.click^$third-party ||ptmzr.com^$third-party ||ptocmaux.com^$third-party +||ptoosteg.com^$third-party ||ptp.lolco.net^$third-party ||ptp22.com^$third-party ||ptp24.com^$third-party @@ -34865,27 +35492,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pubguru.com^$third-party ||publicidad.net^$third-party ||publicityclerks.com^$third-party -||publicsunrise.link^$third-party ||publift.com^$third-party ||publir.com^$third-party -||publisher.to^$third-party ||publisheradnetwork.com^$third-party ||publited.com^$third-party ||pubmatic.com^$third-party ||pubmine.com^$third-party ||pubnation.com^$third-party ||pubrain.com^$third-party -||pubserve.net^$third-party ||pubted.com^$third-party ||pubwise.io^$third-party ||puffnetwork.com^$third-party ||puhtml.com^$third-party -||pullcdn.top^$third-party ||pulpix.com^$third-party ||pulpyads.com^$third-party ||pulse360.com^$third-party ||pulsemgr.com^$third-party ||pulseonclick.com^$third-party +||pumtaimp.com^$third-party +||purdewee.net^$third-party +||purpleads.io^$third-party ||purpleflag.net^$third-party ||puserving.com^$third-party ||push-me-up.com^$third-party @@ -34917,20 +35543,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pushnice.com^$third-party ||pushno.com^$third-party ||pushosub.com^$third-party -||pushosubk.com^$third-party ||pushrase.com^$third-party ||pushservice.one^$third-party -||puttme.ga^$third-party -||pw.wpu.sh^$third-party ||pwrads.net^$third-party -||pwzn9ze.com^$third-party ||px3792.com^$third-party -||pxcwdyasdsumdsxjnn.com^$third-party ||pxl2015x1.com^$third-party ||pxstda.com^$third-party -||pzaasocba.com^$third-party -||pzuwqncdai.com^$third-party -||q-sht-zidjk.co^$third-party ||q1media.com^$third-party ||q1mediahydraplatform.com^$third-party ||q1xyxm89.com^$third-party @@ -34941,46 +35559,42 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qd3u5eeuos.com^$third-party ||qdmil.com^$third-party ||qertewrt.com^$third-party +||qerusedpastrong.info^$third-party ||qfdn3gyfbs.com^$third-party ||qksrv.net^$third-party ||qksz.net^$third-party -||qnrzmapdcc.com^$third-party +||qmkr7isp3o.com^$third-party ||qnsr.com^$third-party ||qr00rq.com^$third-party ||qrlsx.com^$third-party +||qrzlaatf.xyz^$third-party ||qservz.com^$third-party ||qtpfm.com^$third-party +||qualigo.com^$third-party ||qualitypageviews.com^$third-party ||quanta-wave.com^$third-party ||quantum-advertising.com^$third-party ||quantumads.com^$third-party ||quatesrevening.info^$third-party -||queenmult.link^$third-party ||quensillo.com^$third-party ||querylead.com^$third-party ||questionmarket.com^$third-party ||questus.com^$third-party ||quickads.net^$third-party -||quickcash500.com^$third-party ||quicktask.xyz^$third-party ||quideo.men^$third-party ||quinstreet.com^$third-party ||qwerfdx.com^$third-party ||qwertize.com^$third-party -||qwobl.net^$third-party ||qwzmje9w.com^$third-party -||qyh7u6wo0c8vz0szdhnvbn.com^$third-party +||qxssmah.xyz^$third-party ||r66net.com^$third-party ||r66net.net^$third-party ||r932o.com^$third-party -||rabilitan.com^$third-party ||radchesruno.club^$third-party ||radeant.com^$third-party -||radiatorial.online^$third-party -||radicalwealthformula.com^$third-party ||radiusmarketing.com^$third-party ||ragapa.com^$third-party -||raiggy.com^$third-party ||raigluce.net^$third-party ||rainbowtgx.com^$third-party ||rainwealth.com^$third-party @@ -34988,14 +35602,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||raloonee.com^$third-party ||rappenedstoric.info^$third-party ||rapt.com^$third-party -||rarelly.info^$third-party ||rasesuggedrail.info^$third-party -||rateaccept.net^$third-party ||ratrencalrep.com^$third-party -||raupsooy.net^$third-party ||rauraich.com^$third-party ||ravalynn.pw^$third-party ||rawasy.com^$third-party +||rawoarsy.com^$third-party ||rbnt.org^$third-party ||rcads.net^$third-party ||rclmc.top^$third-party @@ -35011,13 +35623,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||realsecuredredir.com^$third-party ||realsecuredredirect.com^$third-party ||realssp.co.kr^$third-party -||realtime-bid.com^$third-party ||realvu.net^$third-party -||reastuk.club^$third-party ||reate.info^$third-party ||rebel.ai^$third-party ||recentres.com^$third-party -||recessary.com^$third-party ||reckinbuttiten.pro^$third-party ||recomendedsite.com^$third-party ||redcourtside.com^$third-party @@ -35026,23 +35635,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||redirectnative.com^$third-party ||redirectpopads.com^$third-party ||rediskina.com^$third-party -||redpeepers.com^$third-party -||redrosesisleornsay.com^$third-party ||reduxmediagroup.com^$third-party -||redxxx.mobi^$third-party ||reelcentric.com^$third-party ||reevaipi.com^$third-party ||refban.com^$third-party ||refbanners.com^$third-party ||refbanners.website^$third-party ||referback.com^$third-party -||referralargumentationnetwork.info^$third-party ||reflethenfortoft.info^$third-party ||regardensa.com^$third-party -||regdfh.info^$third-party ||registered-spotters-build.com^$third-party -||registry.cw.cm^$third-party ||regurgical.com^$third-party +||reichelcormier.bid^$third-party ||reklamz.com^$third-party ||rekovers.ru^$third-party ||relatedweboffers.com^$third-party @@ -35054,30 +35658,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||remtoaku.net^$third-party ||rensovetors.info^$third-party ||reople.co.kr^$third-party -||repaynik.com^$third-party -||replacescript.in^$third-party ||replase.cf^$third-party ||replase.ga^$third-party ||replase.ml^$third-party ||replase.tk^$third-party +||reportionbreedy.pro^$third-party ||repressina.com^$third-party ||republer.com^$third-party ||requiredcollectfilm.info^$third-party +||resadvantco.info^$third-party ||reseireejoch.info^$third-party -||resideral.com^$third-party ||resonance.pk^$third-party -||respecific.net^$third-party -||respond-adserver.cloudapp.net^$third-party ||respondhq.com^$third-party ||resultlinks.com^$third-party ||resultsz.com^$third-party ||retargeter.com^$third-party -||retaryrs.com^$third-party ||retono42.us^$third-party -||retrayan.com^$third-party ||rev-stripe.com^$third-party ||rev2pub.com^$third-party ||rev4rtb.com^$third-party +||revcatch.com^$third-party ||revcontent.com^$third-party ||revdepo.com^$third-party ||revenue.com^$third-party @@ -35090,9 +35690,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||revfusion.net^$third-party ||revgennetwork.com^$third-party ||revimedia.com^$third-party +||reviousquallyrefuls.info^$third-party ||revmob.com^$third-party -||revnuehub.com^$third-party -||revokinets.com^$third-party ||revresda.com^$third-party ||revresponse.com^$third-party ||revrtb.com^$third-party @@ -35101,16 +35700,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||revstripe.com^$third-party ||rewardisement.com^$third-party ||rewardsaffiliates.com^$third-party -||rewartific.com^$third-party ||rewenoughteenin.info^$third-party ||rextentingade.info^$third-party ||reyden-x.com^$third-party -||reytata.ru^$third-party ||rfgsi.com^$third-party ||rfihub.net^$third-party ||rhfgjld.com^$third-party ||rhombusads.com^$third-party -||rhown.com^$third-party ||rhythmcontent.com^$third-party ||rhythmxchange.com^$third-party ||riansociationentio.info^$third-party @@ -35118,15 +35714,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ricead.com^$third-party ||richmedia247.com^$third-party ||richwebmedia.com^$third-party +||rientgallacecapt.info^$third-party ||riluaneth.com^$third-party ||ringtonepartner.com^$third-party ||rinsouxy.com^$third-party ||riowrite.com^$third-party ||ripplead.com^$third-party -||riverbanksand.com^$third-party +||ristintriestenforth.info^$third-party +||ritchelu.com^$third-party +||riverhit.com^$third-party ||rixaka.com^$third-party +||rmoreagricula.info^$third-party ||rmxads.com^$third-party ||rnmd.net^$third-party +||rnorlexanderly.info^$third-party +||rnysheetprin.info^$third-party ||ro88qcuy.com^$third-party ||roakicat.net^$third-party ||robocat.me^$third-party @@ -35135,12 +35737,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rocketyield.com^$third-party ||rockyou.net^$third-party ||rogueaffiliatesystem.com^$third-party -||roicharger.com^$third-party ||roirocket.com^$third-party ||rolidenratrigh.pro^$third-party -||rolinda.work^$third-party +||rolrotoo.net^$third-party ||romance-net.com^$third-party -||rometroit.com^$third-party ||ronletsobetning.pro^$third-party ||roogrujy.net^$third-party ||rosemand.pro^$third-party @@ -35149,24 +35749,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rotatingad.com^$third-party ||rotorads.com^$third-party ||rotumal.com^$third-party -||roughted.com^$third-party -||rouvoute.net^$third-party ||rovion.com^$third-party ||rowthetresparhed.net^$third-party ||roxyaffiliates.com^$third-party ||rpts.org^$third-party +||rredundaytheori.info^$third-party ||rs-stripe.com^$third-party ||rsalcch.com^$third-party +||rsalchk.com^$third-party +||rsdescriptsrem.info^$third-party ||rtb-media.me^$third-party ||rtb-usync.com^$third-party ||rtbidder.net^$third-party ||rtbmedia.org^$third-party ||rtbnowads.com^$third-party ||rtbpop.com^$third-party -||rtbpops.com^$third-party ||rtbtracking.com^$third-party ||rtk.io^$third-party ||rtpdn10.com^$third-party +||rtpdn11.com^$third-party ||rubiconproject.com^$third-party ||rue1mi4.bid^$third-party ||rumimorigu.info^$third-party @@ -35176,8 +35777,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||runative-syndicate.com^$third-party ||runative.com^$third-party ||runmewivel.com^$third-party -||runreproducerow.com^$third-party -||rvtlife.com^$third-party ||rvttrack.com^$third-party ||rwpads.com^$third-party ||rxthdr.com^$third-party @@ -35186,20 +35785,20 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ryrecdiretbet.info^$third-party ||s.adroll.com^$third-party ||s20dh7e9dh.com^$third-party +||s24hc8xzag.com^$third-party ||s2block.com^$third-party ||s2blosh.com^$third-party ||s2d6.com^$third-party ||s7c66wkh8k.com^$third-party ||s99i.org^$third-party ||sa.entireweb.com^$third-party -||sa2eoqu.bid^$third-party ||saboopiz.net^$third-party -||safeadnetworkdata.net^$third-party -||safecllc.com^$third-party +||sadsimz.com^$third-party +||sadsipz.com^$third-party +||sadspmz.com^$third-party ||safelistextreme.com^$third-party ||sailif.com^$third-party ||sakura-traffic.com^$third-party -||salarity.info^$third-party ||salesnleads.com^$third-party ||saltamendors.com^$third-party ||salvador24.com^$third-party @@ -35207,14 +35806,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||samvinva.info^$third-party ||saoboo.com^$third-party ||sape.ru^$third-party -||saple.net^$third-party ||satgreera.com^$third-party -||sationy.info^$third-party -||saturalist.com^$third-party ||sautemoo.net^$third-party -||saveads.net^$third-party -||saveads.org^$third-party -||sayadcoltd.com^$third-party ||saymedia.com^$third-party ||sba.about.co.kr^$third-party ||sbaffiliates.com^$third-party @@ -35227,12 +35820,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||scenbe.com^$third-party ||sceno.ru^$third-party ||schedhomoso.pro^$third-party -||schemic.top^$third-party ||scootloor.com^$third-party ||scrap.me^$third-party -||scratchaffs.com^$third-party -||scriptall.cf^$third-party -||scriptall.ga^$third-party ||scriptall.gq^$third-party ||scriptall.tk^$third-party ||sdasasyydd.com^$third-party @@ -35245,7 +35834,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||secureboom.net^$third-party ||securesoft.info^$third-party ||securewebsiteaccess.com^$third-party -||securial.club^$third-party ||securitain.com^$third-party ||secursors.com^$third-party ||sedatorsinted.info^$third-party @@ -35260,25 +35848,24 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||seiya.work^$third-party ||sekindo.com^$third-party ||selectablemedia.com^$third-party +||selfpua.com^$third-party ||sellhealth.com^$third-party -||sellously.info^$third-party ||selloweb.com^$third-party ||selltrafficfor.me^$third-party ||selsin.net^$third-party ||semanticrep.com^$third-party ||semi-cod.com^$third-party +||sendmepush.com^$third-party ||sendptp.com^$third-party ||seniorbaniaasth.info^$third-party ||sensible-ads.com^$third-party -||sensive.pro^$third-party -||senzapudore.net^$third-party ||septimus-kyr.com^$third-party ||sepyw.top^$third-party ||serconmp.com^$third-party ||serialbay.com^$third-party ||seriend.com^$third-party +||seriorladded.info^$third-party ||seriousfiles.com^$third-party -||servali.net^$third-party ||serve-sys.com^$third-party ||servedby-buysellads.com^$third-party,domain=~buysellads.com ||servedby.flashtalking.com/imp/$script,third-party @@ -35299,10 +35886,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sevootie.com^$third-party ||sexmoney.com^$third-party ||sexohme.ru^$third-party -||seyfert.space^$third-party ||shakamech.com^$third-party ||shalleda.com^$third-party -||shallowschool.com^$third-party ||shalseey.com^$third-party ||share-server.com^$third-party ||sharecash.org^$third-party @@ -35310,6 +35895,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||shareresults.com^$third-party ||sharethrough.com^$third-party ||shaunoog.com^$third-party +||shillivee.pro^ +||shitiphu.com^$third-party ||shodroph.net^$third-party ||shofteph.com^$third-party ||shoofle.tv^$third-party @@ -35319,32 +35906,28 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||shoppingads.com^$third-party ||shopzyapp.com^$third-party ||shouhoag.net^$third-party +||shoungak.net^$third-party ||shouxaum.net^$third-party ||shovewhe.com^$third-party ||showcasead.com^$third-party ||showyoursite.com^$third-party ||shqads.com^$third-party -||shr.fyi^$third-party ||shusacem.net^$third-party -||shustona.info^$third-party ||shuteehe.net^$third-party +||shutternsbe.info^$third-party ||siamzone.com^$third-party ||sicaurtu.net^$third-party ||sielsmaats.com^$third-party ||sifuglie.com^$third-party ||signout.website^$third-party -||silence-ads.com^$third-party ||silstavo.com^$third-party -||silverads.net^$third-party +||simpan.online^$third-party ||simpio.com^$third-party -||simply.com^$third-party ||simplyhired.com^$third-party ||simvinvo.com^$third-party ||sindatontherrom.info^$third-party -||siniature.com^$third-party ||sinsoftu.com^$third-party ||siradsalot.com^$third-party -||sirfad.com^$third-party ||sistacked.com^$third-party ||sitcom24.com^$third-party ||sitebrand.com^$third-party @@ -35362,7 +35945,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||skyactivate.com^$third-party ||skymedia.co.uk^$third-party ||skyscrpr.com^$third-party -||skytemjo.link^$third-party ||skytvonline.tv^$third-party ||slfpu.com^$third-party ||slfsmf.com^$third-party @@ -35375,7 +35957,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||slopeaota.com^$third-party ||smac-ssp.com^$third-party ||smaclick.com^$third-party -||smart-feed-online.com^$third-party ||smart.allocine.fr^$third-party ||smart2.allocine.fr^$third-party ||smartad.ee^$third-party @@ -35384,23 +35965,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||smartadv.ru^$third-party ||smartclip.net^$third-party ||smartdevicemedia.com^$third-party -||smarterdownloads.net^$third-party ||smartredirect.de^$third-party ||smarttargetting.co.uk^$third-party ||smarttargetting.com^$third-party ||smarttargetting.net^$third-party -||smarttds.ru^$third-party ||smartyads.com^$third-party ||smilered.com^$third-party ||smilewanted.com^$third-party ||smileycentral.com^$third-party -||smilyes4u.com^$third-party ||smintmouse.com^$third-party ||smothere.pro^$third-party ||smowtion.com^$third-party ||smpgfx.com^$third-party -||smrt-view.com^$third-party -||sms-mmm.com^$third-party ||sn00.net^$third-party ||snack-media.com^$third-party ||snap.com^$third-party @@ -35408,7 +35984,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sndkorea.co.kr^$third-party ||so-excited.com^$third-party ||soagitet.net^$third-party +||soalouve.com^$third-party ||soapsoab.com^$third-party +||soazooge.com^$third-party ||sochr.com^$third-party ||socialbirth.com^$third-party ||socialelective.com^$third-party @@ -35416,6 +35994,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||socialmedia.com^$third-party ||socialreach.com^$third-party ||socialspark.com^$third-party +||sociatedcounte.info^$third-party +||societingna.info^$third-party ||society6.com^$third-party ||sociocast.com^$third-party ||sociomantic.com^$third-party @@ -35430,7 +36010,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||solihullah.info^$third-party ||solocpm.com^$third-party ||solutionzip.info^$third-party -||somatodrol.club^$third-party ||sombes.com^$third-party ||sonnerie.net^$third-party ||sonobi.com^$third-party @@ -35438,76 +36017,61 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||soosooka.com^$third-party ||soostaug.com^$third-party ||sophiasearch.com^$third-party +||sorycommunitedh.info^$third-party ||sotuktraffic.com^$third-party -||soukou.club^$third-party ||spaceruz.online^$third-party ||sparkstudios.com^$third-party ||spartorshecrablac.pro^$third-party ||speakol.com^$third-party +||speciativepickedly.info^$third-party ||specificclick.net^$third-party ||specificmedia.com^$third-party ||spectato.com^$third-party -||speculese.com^$third-party ||speeb.com^$third-party ||speednetwork14.com^$third-party ||speednetwork19.com^$third-party -||speedserver.top^$third-party ||speedshiftmedia.com^$third-party -||speedsuccess.net^$third-party ||spider.ad^$third-party -||spiderhood.net^$third-party ||spinbox.freedom.com^$third-party ||spinbox.net^$third-party ||splinky.com^$third-party ||splut.com^$third-party -||spmxs.com^$third-party -||spondenced.com^$third-party -||spondenced.info^$third-party ||spongecell.com^$third-party -||sponsoredby.me^$third-party +||sponsideantialm.info^$third-party ||sponsoredtweets.com^$third-party ||sponsormob.com^$third-party ||sponsorpalace.com^$third-party ||sponsorpay.com^$third-party ||sponsorselect.com^$third-party ||sportradarserving.com^$third-party -||sportslovin.com^$third-party ||sportsyndicator.com^$third-party ||spotrails.com^$third-party ||spotscenered.info^$third-party ||spottt.com^$third-party -||spottysense.com^$third-party ||spotx.tv^$third-party ||spotxcdn.com^$third-party ||spotxchange.com^$third-party ||spoutable.com^$third-party -||sprawley.com^$third-party ||springserve.com^$third-party ||sprintrade.com^$third-party ||sprkl.io^$third-party ||sproose.com^$third-party +||sprout-ad.com^$third-party ||spyoff.com^$third-party ||sq2trk2.com^$third-party -||squartedo.info^$third-party -||squarterun.com^$third-party ||srcsmrtgs.com^$third-party ||srgev.com^$third-party ||srtk.net^$third-party ||srv.yavli.com^$third-party ||srx.com.sg^$third-party ||ssl-services.com^$third-party -||ssl2anyone4.com^$third-party ||ssl4anyone2.com^$third-party ||ssl4anyone5.com^$third-party ||sslboost.com^$third-party ||sslcheckerapi.com^$third-party -||sta-ads.com^$third-party -||stabilityappointdaily.xyz^$third-party ||stackadapt.com^$third-party ||stackattacka.com^$third-party ||stagingjobshq.com^$third-party -||stalesplit.com^$third-party -||standartads.com^$third-party ||star-advertising.com^$third-party ||stargamesaffiliate.com^$third-party ||starlayer.com^$third-party @@ -35515,49 +36079,42 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||startraint.com^$third-party ||stat-rock.com^$third-party ||statcamp.net^$third-party -||statecannoticed.com^$third-party ||statelead.com^$third-party ||statesol.net^$third-party -||staticswind.club^$third-party ||statsforads.com^$third-party ||statsmobi.com^$third-party ||stauckag.com^$third-party +||staulrut.net^$third-party ||stazumik.net^$third-party ||stealthlockers.com^$third-party ||steckoap.net^$third-party -||steepto.com^$third-party -||stencee.com^$third-party -||stencef.com^$third-party ||step-step-go.com^$third-party ||stickyadstv.com^$third-party ||stinsoox.net^$third-party +||stoaksie.com^$third-party ||stoashou.net^$third-party ||stocker.bonnint.net^$third-party ||stootoat.com^$third-party +||stopherapyimp.pro^$third-party ||streamate.com^$third-party ||streamdefence.com^$third-party ||streamdownloadonline.com^$third-party ||stremanp.com^$third-party -||stresune.info^$third-party ||strikead.com^$third-party -||structos.info^$third-party ||struq.com^$third-party ||style-eyes.eu^$third-party +||styleui.ru^$third-party ||subemania.com^$third-party +||subendorse.com^$third-party ||sublimemedia.net^$third-party ||submissing.com^$third-party ||submitexpress.co.uk^$third-party ||subscribers.click^$third-party -||suffusefacultytsunami.info^$third-party -||sugarlistsuggest.info^$third-party -||suggesttool.com^$third-party ||suite6ixty6ix.com^$third-party ||suitesmart.com^$third-party -||sulidshyly.com^$third-party ||sulvo.co^$third-party ||sumarketing.co.uk^$third-party ||sunmedia.net^$third-party -||sunrisewebjo.link^$third-party ||suparewards.com^$third-party ||super-links.net^$third-party ||superadexchange.com^$third-party @@ -35569,22 +36126,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||supersitetime.com^$third-party ||superwebs.pro^$third-party ||supletcedintand.pro^$third-party -||supprent.com^$third-party -||supremeadsonline.com^$third-party ||supuv2.com^$third-party ||surf-bar-traffic.com^$third-party -||surfboarddigital.com.au^$third-party +||surfe.pro^$third-party ||surgeprice.com^$third-party ||survey-poll.com^$third-party ||surveyvalue.mobi^$third-party -||surveyvalue.net^$third-party -||surveywidget.biz^$third-party ||sutchart.net^$third-party ||suthome.com^$third-party +||svintificaneinevi.info^$third-party ||svlu.net^$third-party ||sw1block.com^$third-party ||sw2block.com^$third-party -||swallsix.info^$third-party ||swbdds.com^$third-party ||sweeterge.info^$third-party ||swelen.com^$third-party @@ -35592,8 +36145,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||swoop.com^$third-party ||symbiosting.com^$third-party ||syndicatedsearchresults.com^$third-party -||synerpattern.com^$third-party ||synhandler.net^$third-party +||systerwithing.info^$third-party ||syyycc.com^$third-party ||t3q7af0z.com^$third-party ||tabici.com^$third-party @@ -35610,12 +36163,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tagjunction.com^$third-party ||tagshost.com^$third-party ||tailsweep.com^$third-party -||tainiesonline.fun^$third-party ||taiphaib.net^$third-party -||takensparks.com^$third-party ||talaropa.com^$third-party ||talk2none.com^$third-party ||tangozebra.com^$third-party +||tankeuro.com^$third-party +||tannelssepara.info^$third-party ||tapad.com^$third-party ||tapinfluence.com^$third-party ||tapnative.com^$third-party @@ -35638,6 +36191,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tdmd.us^$third-party ||tdntrack.com^$third-party ||tdsjsext.com^$third-party +||tdsjsext1.com^$third-party ||teads.tv^$third-party ||teambetaffiliates.com^$third-party ||teasernet.com^$third-party @@ -35650,16 +36204,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||teesheel.net^$third-party ||telemetryverification.net^$third-party ||telwrite.com^$third-party -||tennerlist.com^$third-party ||teosredic.com^$third-party ||teracent.net^$third-party ||teracreative.com^$third-party -||teraxhif.com^$third-party ||terraclicks.com^$third-party ||terrapsps.com^$third-party ||terrapush.com^$third-party ||terratraf.com^$third-party -||teschenite.com^$third-party +||tesswithoughcle.info^$third-party ||testfilter.com^$third-party ||testnet.nl^$third-party ||teutorigos-cat.com^$third-party @@ -35669,28 +36221,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||textsrv.com^$third-party ||tfag.de^$third-party ||tfuyqoxs.com^$third-party -||tgmnstr.com^$third-party ||tgtmedia.com^$third-party -||thaez4sh.com^$third-party ||thaixaux.net^$third-party -||thangasoline.com^$third-party ||tharbadir.com^$third-party ||thauftoa.net^$third-party ||thdragate.info^$third-party ||theadgateway.com^$third-party -||theads.me^$third-party ||thearcitonseveng.pro^$third-party ||thebannerexchange.com^$third-party -||thebflix.info^$third-party ||theequalground.info^$third-party ||theersoa.net^$third-party -||thelistassassin.com^$third-party ||theloungenet.com^$third-party -||themidnightmatulas.com^$third-party +||themoneytizer.com^$third-party ||thenlathettors.pro^$third-party -||theodosium.com^$third-party ||theonecdn.com^$third-party -||thepiratereactor.net^$third-party +||therebelfasters.info^$third-party ||therneserutybin.info^$third-party ||therubiqube.com^$third-party ||thethateronjus.pro^$third-party @@ -35702,41 +36247,41 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||thikraik.net^$third-party ||thisiswaldo.com^$third-party ||thoodsoy.net^$third-party +||thookour.com^$third-party ||thoritismsecutive.info^$third-party ||thoseads.com^$third-party ||thoudroa.net^$third-party ||thoughtleadr.com^$third-party ||thoughtsondance.info^$third-party +||throposehodger.pro^$third-party ||ti583.com^$third-party ||tibacta.com^$third-party ||tiberowheddidn.info^$third-party ||ticinciplinesekilos.info^$third-party ||ticrite.com^$third-party ||tidaltv.com^$third-party -||tightexact.net^$third-party ||tiller.co^$third-party ||tinbuadserv.com^$third-party ||tionscofferent.info^$third-party -||tisadama.com^$third-party ||tiser.com^$third-party ||tisitewoper.net^$third-party ||tissage-extension.com^$third-party ||titorsbutaning.info^$third-party -||titranco.info^$third-party ||tkqlhce.com/image-$third-party ||tkqlhce.com/placeholder-$third-party -||tldadserv.com^$third-party ||tlvmedia.com^$third-party ||tmdn2015x9.com^$third-party ||tmearn.com^$third-party ||tmotbq.xyz^$third-party -||tmpopenclose.click^$third-party +||tmpclk.com^$third-party ||tmqhw.us^$third-party ||tmtrck.com^$third-party ||toads.id^$third-party +||toagluji.com^$third-party ||toalhjpw.com^$third-party ||toboads.com^$third-party ||toftokiy.net^$third-party +||togenron.com^$third-party ||togroltu.net^$third-party ||tokenads.com^$third-party ||tolethembehisy.club^$third-party @@ -35757,45 +36302,34 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||topclickguru.com^$third-party ||topeuro.biz^$third-party ||topfox.co.uk^$third-party -||tophotoffers.com^$third-party ||topqualitylink.com^$third-party -||torads.me^$third-party -||torads.xyz^$third-party ||torconpro.com^$third-party -||torerolumiere.net^$third-party ||toro-tags.com^$third-party ||toroadvertising.com^$third-party ||toroadvertisingmedia.com^$third-party ||torrida.net^$third-party -||torrpedoads.net^$third-party ||torvind.com^$third-party ||tostickad.com^$third-party ||total-media.net^$third-party ||totalprofitplan.com^$third-party ||totdorancaltert.club^$third-party ||totemcash.com^$third-party -||totogetica.com^$third-party -||towardstelephone.com^$third-party -||tower-colocation.de^$third-party -||tower-colocation.info^$third-party +||touglesy.net^$third-party ||tpdads.com^$third-party ||tpn134.com^$third-party ||tpnads.com^$third-party ||tqlkg.com^$third-party -||tqlkg.net^$third-party ||tr563.com^$third-party ||traceadmanager.com^$third-party -||trackadvertising.net^$third-party ||trackaffpix.com^$third-party ||trackcorner.com^$third-party ||tracking.to^$third-party ||tracking101.com^$third-party ||tracking11.com^$third-party -||trackingoffer.info^$third-party -||trackingoffer.net^$third-party ||tracklab.club^$third-party ||trackpath.biz^$third-party ||trackpromotion.net^$third-party +||trackpush.com^$third-party ||trackstarsengland.net^$third-party ||trackthatad.com^$third-party ||tracktor.co.uk^$third-party @@ -35805,9 +36339,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||trackyourlinks.com^$third-party ||tradeadexchange.com^$third-party ||tradeexpert.net^$third-party -||tradepopups.com^$third-party -||traff-advertazer.com^$third-party -||traffads.su^$third-party ||traffboost.net^$third-party ||traffic-media.co.uk^$third-party ||traffic-media.co^$third-party @@ -35830,7 +36361,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||trafficsan.com^$third-party ||trafficspaces.net^$third-party ||trafficswarm.com^$third-party -||trafficsway.com^$third-party ||trafficsynergy.com^$third-party ||traffictrader.net^$third-party ||trafficular.com^$third-party @@ -35838,7 +36368,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||trafficwave.net^$third-party ||trafficz.com^$third-party ||trafficzap.com^$third-party -||traffirms.com^$third-party ||trafforsrv.com^$third-party ||trafic-media.ru^$third-party ||trafmag.com^$third-party @@ -35848,41 +36377,37 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||travelscream.com^$third-party ||travidia.com^$third-party ||traviously.pro^$third-party +||treateramortgag.info^$third-party ||tredirect.com^$third-party ||treksol.net^$third-party ||trenpyle.com^$third-party ||triadmedianetwork.com^$third-party ||tribalfusion.com^$third-party -||tributedz.com^$third-party ||trido.club^$third-party ||trigami.com^$third-party ||trigr.co^$third-party ||trimpur.com^$third-party ||tripedrated.xyz^$third-party ||trk4.com^$third-party -||trkalot.com^$third-party ||trkclk.net^$third-party ||trker.com^$third-party ||trklnks.com^$third-party ||trklvs.com^$third-party ||trkrdel.com^$third-party ||trks.us^$third-party -||trktrk011.com^$third-party ||trmit.com^$third-party ||trombocrack.com^$third-party -||trtrccl.com^$third-party ||truefilen32.com^$third-party ||truelimitinvestment.com^$third-party -||truesecurejump.com^$third-party ||truex.com^$third-party ||trustaffs.com^$third-party ||trustx.org^$third-party -||trygen.co.uk^$third-party ||trymynewspirit.com^$third-party ||trzi30ic.com^$third-party -||tsitraty.ru^$third-party ||tslomhfys.com^$third-party +||tswmel.com^$third-party ||tsyndicate.com^$third-party +||ttriggestspardiansc.info^$third-party ||ttzmedia.com^$third-party ||tubberlo.com^$third-party ||tubeadvertising.eu^$third-party @@ -35898,59 +36423,44 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tut-64.com^$third-party ||tutvp.com^$third-party ||tvas-a.pw^$third-party -||tvas-c.pw^$third-party ||tvprocessing.com^$third-party -||twalm.com^$third-party ||tweard.com^$third-party -||tweightment.pro^$third-party ||tweowhvrim.review^$third-party ||twinpinenetwork.com^$third-party ||twistads.com^$third-party ||twittad.com^$third-party +||twpasol.com^$third-party ||twtad.com^$third-party ||tyroo.com^$third-party -||tzode.com^$third-party ||u-ad.info^$third-party ||u1hw38x0.com^$third-party ||u223o.com^$third-party ||u595sebqih.com^$third-party ||u8vysb7s2v.com^$third-party ||ubercpm.com^$third-party -||ubudigital.com^$third-party ||ucaluco.com^$third-party -||ucoxa.work^$third-party +||ucretius-ada.com^$third-party ||udarem.com^$third-party ||uditorycrumbosta.info^$third-party -||udmlkmzjkob.co^$third-party ||udmserve.net^$third-party ||udrivemyr54.com^$third-party ||ueuerea.com^$third-party ||ufpcdn.com^$third-party ||ugaral.com^$third-party -||ughus.com^$third-party -||uglyst.com^$third-party ||ugrastes.uk^$third-party -||uhappine.com^$third-party -||uharded.com^$third-party -||uiadserver.com^$third-party ||uimserv.net^$third-party -||uiqatnpooq.com^$third-party ||ujieva.com^$third-party ||ukbanners.com^$third-party ||ukulelead.com^$third-party -||ulife17yeter.com^$third-party ||ulnawoyyzbljc.ru^$third-party -||ultimategracelessness.info^$third-party -||umamdmo.com^$third-party +||ulrementpati.info^$third-party ||umebiggestern.club^$third-party ||unanimis.co.uk^$third-party -||unaturing.info^$third-party ||undedcontried.info^$third-party ||under2given.com^$third-party ||underclick.ru^$third-party ||underdog.media^$third-party ||undertone.com^$third-party -||undousun.com^$third-party ||undrininvereb.info^$third-party ||ungstlateriag.club^$third-party ||unhardward.com^$third-party @@ -35961,25 +36471,24 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||unknownads.com^$third-party ||unlockr.com^$third-party ||unpaundlagot.pro^$third-party -||unrestery.info^$third-party ||unrulymedia.com^$third-party -||unterary.com^$third-party ||untidyquestion.com^$third-party +||untypetenthdicket.info^$third-party ||unumbonum.com^$third-party ||up-dates.to^$third-party ||upads.info^$third-party ||upliftsearch.com^$third-party ||uprimp.com^$third-party -||upstained.com^$third-party +||upsaibou.net^$third-party ||uptimecdn.com^$third-party -||urbation.net^$third-party -||ureace.com^$third-party +||urercontalproces.info^$third-party ||uriqirelle.xyz^$third-party ||urlads.net^$third-party ||urlcash.net^$third-party ||urldelivery.com^$third-party ||usairguw.com^$third-party ||usbanners.com^$third-party +||uscarefusedshi.info^$third-party ||usemax.de^$third-party ||usenet.world^$third-party ||usenetjunction.com^$third-party @@ -35988,7 +36497,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||usenettest.info^$third-party ||usenetxs.space^$third-party ||usercash.com^$third-party -||uspostly.info^$third-party +||uslycoloursewo.info^$third-party ||usswrite.com^$third-party ||usurv.com^$third-party ||utarget.co.uk^$third-party @@ -35997,40 +36506,39 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||utokapa.com^$third-party ||utrinterrommo.pro^$third-party ||utubeconverter.com^$third-party +||uvertauh.com^$third-party ||uwonderful.ru^$third-party ||v.fwmrm.net^$object,third-party ||v.movad.de^$third-party ||v11media.com^$third-party ||v1n7c.com^$third-party ||v2cigs.com^$third-party -||v2mlblack.biz^$third-party ||v3g4s.com^$third-party ||vacaneedasap.com^$third-party ||vadpay.com^$third-party +||vagwyn.pw^$third-party ||validclick.com^$third-party +||valuad.cloud^$third-party ||valuead.com^$third-party ||valueaffiliate.net^$third-party ||valueclick.com^$third-party ||valueclick.net^$third-party ||valueclickmedia.com^$third-party ||valuecommerce.com^$third-party -||valuecontent.net^$third-party -||vamartin.work^$third-party ||vapedia.com^$third-party ||variablefitness.com^$third-party ||vartoken.com^$third-party ||vashoot.com^$third-party -||vastopped.com^$third-party ||vbtrax.com^$third-party ||vcmedia.com^$third-party ||vcommission.com^$third-party +||vdains.info^$third-party ||vdbhe7ti.com^$third-party ||vdopia.com^$third-party ||vectorstock.com^$third-party ||vedohd.org^$third-party ||veejooty.com^$third-party ||veethour.com^$third-party -||vellde.com^$third-party ||velmedia.net^$third-party ||velocecdn.com^$third-party ||velocitycdn.com^$third-party @@ -36039,9 +36547,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vempozah.net^$third-party ||vendexo.com^$third-party ||venturead.com^$third-party -||venusbux.com^$third-party ||veoxa.com^$third-party -||verata.xyz^$third-party ||verblife-2.co^$third-party ||verblife-3.co^$third-party ||verdrivenbru.info^$third-party @@ -36053,24 +36559,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vestlitt.online^$third-party ||vhmnetwork.com^$third-party ||vianadserver.com^$third-party -||viatepigan.com^$third-party ||vibrant.co^$third-party ||vibrantmedia.com^$third-party -||victorance.com^$third-party -||vid7delivery.com^$third-party ||vidcoin.com^$third-party ||vidcpm.com^$third-party ||video-loader.com^$third-party -||video1404.info^$third-party ||videoadex.com^$third-party ||videoclick.ru^$third-party ||videodeals.com^$third-party ||videoegg.com^$third-party ||videohub.com^$third-party -||videohube.eu^$third-party ||videoindigen.com^$third-party -||videolansoftware.com^$third-party -||videoliver.com^$third-party ||videologygroup.com^$third-party ||videoplayerhub.com^$third-party ||videoplaza.com^$object,third-party,domain=autoexpress.co.uk|evo.co.uk|givemefootball.com|mensfitness.co.uk|mpora.com|tribalfootball.com @@ -36079,10 +36578,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||videoplaza.tv^$object,third-party,domain=tv4play.se ||videoplaza.tv^$~object,third-party ||videoroll.net^$third-party -||videovfr.com^$third-party ||vidpay.com^$third-party ||vidsdelivery.com^$third-party -||viedeo2k.tv^$third-party ||view-ads.de^$third-party ||view.atdmt.com/partner/$third-party ||view.atdmt.com^*/iview/$third-party @@ -36090,11 +36587,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||viewablemedia.net^$third-party ||viewclc.com^$third-party ||viewex.co.uk^$third-party -||viewivo.com^$third-party ||vihub.ru^$third-party ||vindicosuite.com^$third-party -||vinterrals.info^$third-party -||vipquesting.com^$third-party +||vinitasentence.pro^$third-party ||viral782.com^$third-party ||viralcpm.com^$third-party ||viralmediatech.com^$third-party @@ -36102,16 +36597,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||visiblegains.com^$third-party ||visiblemeasures.com^$~object,third-party ||visionclearz.com^$third-party -||visitdetails.com^$third-party ||visitweb.com^$third-party ||visualsteel.net^$third-party ||vitalads.net^$third-party -||vivadgo.ru^$third-party -||vivamob.net^$third-party ||vixnixxer.com^$third-party ||vizaiced.net^$third-party ||vkaofq64zz.com^$third-party -||vkoad.com^$third-party +||vltwox7zl7h1wv.com^$third-party ||vnrherdsxr.com^$third-party ||vntsm.com^$third-party ||voagapti.com^$third-party @@ -36119,10 +36611,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||voameque.com^$third-party ||voaroawo.net^$third-party ||voastauz.net^$third-party -||vodexor.us^$third-party ||vogo-vogo.ru^$third-party ||vogosita.com^$third-party -||vogozaw.ru^$third-party ||voipnewswire.net^$third-party ||voodoo.com^$third-party ||vounoany.net^$third-party @@ -36131,41 +36621,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||voxfind.com^$third-party ||vpico.com^$third-party ||vrtzads.com^$third-party -||vs20060817.com^$third-party -||vs4entertainment.com^$third-party ||vs4family.com^$third-party -||vsservers.net^$third-party ||vth05dse.com^$third-party ||vuhaupso.net^$third-party -||vuiads.de^$third-party -||vuiads.info^$third-party -||vuiads.net^$third-party ||vukhhjzd.com^$third-party ||vupulse.com^$third-party ||vuuwd.com^$third-party ||w00f.net^$third-party -||w00tads.com^$third-party ||w00tmedia.net^$third-party -||w3bnr.in^$third-party ||w3exit.com^$third-party ||w4.com^$third-party -||w5statistics.info^$third-party ||w9statistics.info^$third-party -||waeasin.info^$third-party ||wafmedia3.com^$third-party -||wafmedia5.com^$third-party ||wafmedia6.com^$third-party ||waframedia20.com^$third-party -||waframedia3.com^$third-party ||waframedia5.com^$third-party -||waframedia7.com^$third-party ||waframedia8.com^$third-party ||wagershare.com^$third-party ||wahoha.com^$third-party ||wainveredspar.info^$third-party ||wallstrads.com^$third-party -||walternsa.com^$third-party -||walternse.com^$third-party ||wamnetwork.com^$third-party ||wangfenxi.com^$third-party ||wantcannabis.ca^$third-party @@ -36174,102 +36649,77 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wapoawoo.net^$third-party ||wapsagnu.net^$third-party ||warezlayer.to^$third-party -||warfacco.com^$third-party ||warpwrite.com^$third-party -||wat.freesubdom.com^$third-party -||wat.ipowerapps.com^$third-party +||warten-sie-mal.xyz^$third-party ||watchfree.flv.in^$third-party ||watchingthat.com^$third-party ||watchingthat.net^$third-party ||watchnowlive.eu^$third-party ||wateristian.com^$third-party +||wauthaum.com^$third-party ||wauzoust.com^$third-party ||waveview.info^$third-party ||waycash.net^$third-party -||waymp.com^$third-party ||waytogrow.eu^$third-party ||wbdds.com^$third-party ||wbpal.com^$third-party ||wbptqzmv.com^$third-party ||wcmcs.net^$third-party -||wcpanalytics.com^$third-party -||wdaxvjr9dc.com^$third-party -||weadrevenue.com^$third-party -||web-adservice.com^$third-party ||web-bird.jp^$third-party ||webads.co.nz^$third-party ||webads.nl^$third-party -||webadvertise123.com^$third-party ||webcontentassessor.com^$third-party ||webcontentdelivery.info^$third-party ||webeatyouradblocker.com^$third-party ||webmasterspub.com^$third-party -||webonlinnew.com^$third-party ||weborama.fr^$third-party ||weborama.io^$third-party ||webpushcloud.info^$third-party ||webseeds.com^$third-party ||webtradehub.com^$third-party ||webtraffic.ttinet.com^$third-party -||webusersurvey.com^$third-party ||weedazou.net^$third-party ||weesschoollecthurri.info^$third-party ||wegetpaid.net^$third-party ||wegotmedia.com^$third-party -||wellturnedpenne.info^$third-party ||werbe-sponsor.de^$third-party ||westatess.info^$third-party ||wfnetwork.com^$third-party -||wgreatdream.com^$third-party -||wgwmwtmyklhzsudqadc.com^$third-party ||wh5kb0u4.com^$third-party ||whatseet.net^$third-party +||whautsel.net^$third-party +||whefungu.com^$third-party ||whegrads.com^$third-party ||wheptoot.net^$third-party ||where.com^$third-party ||wheshaud.net^$third-party ||whiceega.com^$third-party -||whistorica.info^$third-party ||whiteboardnez.com^$third-party ||whizzco.com^$third-party -||whoads.net^$third-party +||whohuphi.com^$third-party ||whs82908.com^$third-party -||whtsrv9.com^$third-party ||whukroal.net^$third-party -||why-outsource.net^$third-party ||widget.yavli.com^$third-party ||widgetadvertising.biz^$third-party -||widgetbanner.mobi^$third-party ||widgetbucks.com^$third-party -||widgetlead.net^$third-party ||widgetly.com^$third-party ||widgets.fccinteractive.com^$third-party -||widgetsurvey.biz^$third-party -||widgetvalue.net^$third-party -||widgetwidget.mobi^$third-party ||wigetmedia.com^$third-party -||wigetstudios.com^$third-party ||wilwasharrabred.pro^$third-party ||winbuyer.com^$third-party -||windowne.info^$third-party ||wingads.com^$third-party ||winr.online^$third-party -||winsspeeder.info^$third-party ||wirenth.com^$third-party ||witalfieldt.com^$third-party -||wkiuklpbsr.com^$third-party +||withingsessed.pro^$third-party ||wlmarketing.com^$third-party -||wltoyqyynkbcc.com^$third-party -||wmeter.ru^$third-party ||wmmediacorp.com^$third-party ||wnp.com^$third-party +||woafujoa.com^$third-party ||wonclick.com^$third-party ||wootmedia.net^$third-party -||wordbankads.com^$third-party ||wordego.com^$third-party -||wordgetboo.com^$third-party ||workably.club^$third-party -||workablyr.info^$third-party ||worlddatinghere.com^$third-party ||worldsearchpro.com^$third-party ||worldwidemailer.com^$third-party @@ -36277,27 +36727,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||worthyadvertising.com^$third-party ||wouhaish.com^$third-party ||wouvista.com^$third-party +||wpadsx.com^$third-party ||wpnjs.com^$third-party +||wpu.sh^$third-party ||wranjeon.xyz^$third-party -||ws-gateway.com^$third-party -||wsp.mgid.com^ ||wtg-ads.com^$third-party -||wulium.com^$third-party ||wultaikr.net^$third-party -||wurea.com^$third-party ||wwbn.com^$third-party ||wwv4ez0n.com^$third-party ||www-protection.com^$third-party ||wwwadcntr.com^$third-party -||wwwp.link^$third-party ||wwwpromoter.com^$third-party ||wynather.com^$third-party ||wziftlp.com^$third-party ||x.fidelity-media.com^$third-party ||x.mochiads.com^$third-party -||x107nqa.com^$third-party ||x4300tiz.com^$third-party -||x8bhr.com^$third-party ||xacersconceptin.info^$third-party ||xad.com^$third-party ||xadcentral.com^$third-party @@ -36316,51 +36761,36 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xgrwjbui.top^$third-party ||xineday.com^$third-party ||xjfjx8hw.com^$third-party -||xmasdom.com^$third-party ||xmaswrite.com^$third-party ||xmlads.bid^$third-party -||xmlconfig.ltassrv.com^$third-party ||xmlmonetize.com^$third-party ||xmlwizard.com^$third-party ||xnkmmbfpyokevaxsjtky.com^$third-party ||xoalt.com^$third-party ||xpx7heciz9.com^$third-party -||xq0wju848zr.ga$third-party +||xq0wju848zr.ga^$third-party ||xs.mochiads.com^$third-party ||xsusenet.pro^$third-party -||xtcie.com^$third-party ||xtendadvert.com^$third-party ||xtendmedia.com^$third-party ||xubob.com^$third-party -||xwwmhfbikx.net^$third-party -||xx00.info^$third-party ||xxlink.net^$third-party ||xxxmov.site^$third-party ||xyzzyxxyzzyx.com^$third-party ||ya88s1yk.com^$third-party ||yabuka.com^$third-party -||yadomedia.com^$third-party ||yallarec.com^$third-party -||yambotan.ru^$third-party ||yashi.com^$third-party -||yathmoth.com^$third-party -||yawnedgtuis.org^$third-party ||yb0t.com^$third-party ||ycasmd.info^$third-party ||yceml.net^$third-party ||ye185hcamw.com^$third-party ||yeabble.com^$third-party ||yellads.com^$third-party -||yellorun.com^$third-party ||yellowacorn.net^$third-party -||yellowmango.eu^$third-party -||yeo1tfjz5f.com^$third-party -||yepoints.net^$third-party ||yes-messenger.com^$third-party ||yesadsrv.com^$third-party ||yesnexus.com^$third-party -||yesobe.work^$third-party -||ygfbto.com^$third-party ||yieldads.com^$third-party ||yieldadvert.com^$third-party ||yieldbuild.com^$third-party @@ -36370,11 +36800,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yieldmanager.com^$third-party ||yieldmanager.net^$third-party ||yieldoptimizer.com^$third-party +||yieldpass.com^$third-party ||yieldselect.com^$third-party ||yieldtraffic.com^$third-party ||yieldx.com^$third-party -||yiq6p.com^$third-party -||yjxuda0oi.com^$third-party ||yldbt.com^$third-party ||yldmgrimg.net^$third-party ||yllix.com^$third-party @@ -36382,44 +36811,36 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ylx-2.com^$third-party ||ylx-3.com^$third-party ||ylx-4.com^$third-party -||ymads.com^$third-party ||yoc-adserver.com^$third-party +||yomeno.xyz^$third-party ||yottacash.com^$third-party -||youcandoitwithroi.com^$third-party ||youlamedia.com^$third-party ||youlouk.com^$third-party -||your-tornado-file.com^$third-party -||your-tornado-file.org^$third-party +||your-notice.com^$third-party ||your0rder.com^$third-party ||youradexchange.com^$third-party -||yourfastpaydayloans.com^$third-party ||yourlegacy.club^$third-party ||yourlucky.top^$third-party -||youroffers.win^$third-party ||yourquickads.com^$third-party -||youwatchtools.com^$third-party +||ypaletdevelspe.info^$third-party ||ypreferred.com^$third-party ||yqezqofkb1nnmz.com^$third-party ||yr9n47004g.com^$third-party ||ysnj74ed.com^$third-party +||ystammedre.info^$third-party ||ytsa.net^$third-party ||yu21uy.com^$third-party -||yuarth.com^$third-party ||yucce.com^$third-party ||yuhuads.com^$third-party ||yumenetworks.com^$third-party ||yunshipei.com^$third-party ||yupfiles.club^$third-party ||yupfiles.net^$third-party -||yupfiles.org^$third-party +||yvmads.com^$third-party ||yvoria.com^$third-party -||yxrxd.com^$third-party ||yz56lywd.com^$third-party ||yz740.com^$third-party -||yzrnur.com^$third-party ||yzus09by.com^$third-party -||z-defense.com^$third-party -||z-gbtlfibnw.co^$third-party ||z5x.net^$third-party ||z6vmw.top^$third-party ||zafrc.5780.site^$third-party @@ -36431,23 +36852,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zap.buzz^$third-party ||zaparena.com^$third-party ||zappy.co.za^$third-party -||zapstorage.xyz^$third-party ||zapunited.com^$third-party -||zavu.work^$third-party -||zde-engage.com^$third-party ||zeads.com^$third-party ||zedo.com^$third-party ||zeegreen.net^$third-party ||zeesiti.com^$third-party +||zelrasty.net^$third-party ||zemanta.com^$third-party ||zenoviaexchange.com^$third-party ||zenoviagroup.com^$third-party -||zercstas.com^$third-party ||zerezas.com^$third-party ||zeropark.com^$third-party -||zerozo.work^$third-party +||zetamm.com^$third-party ||zferral.com^$third-party -||zidae.com^$third-party ||zidedge.com^$third-party ||ziffdavis.com^$third-party ||zijaipse.com^$third-party @@ -36460,14 +36877,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||znaptag.com^$third-party ||zoafoaho.net^$third-party ||zoagremo.net^$third-party -||zoglafi.info^$third-party ||zompmedia.com^$third-party ||zonealta.com^$third-party -||zonplug.com^$third-party ||zoocauvo.net^$third-party ||zoofaupt.net^$third-party ||zoomdirect.com.au^$third-party ||zorwrite.com^$third-party +||zoupsudy.com^$third-party ||zugo.com^$third-party ||zukxd6fkxqn.com^$third-party ||zumcontentdelivery.info^$third-party @@ -36478,6 +36894,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zyiis.net^$third-party ||zylstina.xyz^$third-party ||zypenetwork.com^$third-party +! steepto used for redirection +||adskeeper.co.uk/ghits/ +||steepto.com^ ! fiber-ads (https://blog.confiant.com/hong-kong-based-malvertiser-brokers-traffic-to-fake-antivirus-scams-over-100-million-ads-300e251eff06) ||adminpromotion.com^ ||adsalesforce.com^ @@ -36491,7 +36910,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||commercedirections.com^ ||dialgold.com^ ||effectivelyreport.com^ -||factorcontest.com^ ||gangidance.com^ ||gladiatorbugs.com^ ||greenmentioned.com^ @@ -36501,26 +36919,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hugexdeal.com^ ||includeinthebox.com^ ||jasonsvid.com^ -||justmarriedvideo.com^ ||libreriamedina.com^ ||magararepublic.com^ ||manorparty.com^ ||menuexamples.com^ ||myaarzoo.com^ ||naughtyxparty.com^ -||oddheels.com^ ||pennyotcstock.com^ -||recentphenomenon.com^ ||requestingreview.com^ ||robovoiz.com^ ||romeoforum.com^ ||safeonlinesites.com^ ||salemyticket.com^ -||scaryheels.com^ -||showgardener.com^ ||softxbutt.com^ -||studiolineworks.com^ -||tacchisexy.com^ ||taodropship.com^ ||thegreenzoneblog.com^ ||ticktockhealth.com^ @@ -36531,9 +36942,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||upcum.com^ ||wallpapersfacts.com^ ||wholesomehealthshop.com^ -||wonderfulproductives.com^ -||yukongoldinfo.com^ -||yygoshopping.com^ ! Document blocks ||7dp6g2rqzn.com^$document ||7lyonline.com^$document @@ -36544,10 +36952,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bonusmaniac.com^$document ||btagmedia.com^$document ||buyeasy.by^$document +||cadsoks.com^$document ||cbbp1.com^$document ||cdaz.icu^$document ||clk-can.com^$document ||clk-sec.com^$document +||clksite.com^$document ||cominghamer.info^$document ||cr-brands.net^$document ||dianomi.com^$document @@ -36557,6 +36967,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dolohen.com^$document ||dormitysature.info^$document ||dprtb.com^$document +||dspmulti.com^$document ||dsstrk.com^$document ||dynsrvbaa.com^$document ||edchargina.pro^$document @@ -36583,21 +36994,28 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lucretius-ada.com^$document ||mellodur.net^$document ||minently.com^$document +||mybestdc.com^$document ||notify.rocks^$document +||numbertrck.com^$document ||oiycak.com^$document ||otnolabttmup.com^$document ||outhulem.net^$document ||parronnotandone.info^$document ||potu.xyz^$document +||pprq7.com^$document ||premium-members.com^$document ||privacysearching.com^$document +||qwertytracks.com^$document +||r4nwdude.com^$document ||rddywd.com^$document ||redirectgang.com^$document +||reimageplus.com^document ||reroplittrewheck.pro^$document ||rsalcch.com^$document ||rsalcdp.com^$document ||rtmark.net^$document ||rtpdn10.com^$document +||rtpdn11.com^$document ||ruamupr.com^$document ||runtnc.net^$document ||safe-connection21.com^$document @@ -36606,6 +37024,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||securesmrt-dt.com^$document ||slideff.com^$document ||stream-all.com^$document +||syndication.exdynsrv.com^$document ||syndication.exoclick.com^$document ||syndication.exosrv.com^$document ||t.uc.cn^$document @@ -36628,10 +37047,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||104.197.$document ||104.198.$document ||130.211.$document +||142.91.$document ||216.21.$document -||35.184.$document -||35.188.$document -||35.193.$document +||51.158.$document +||51.77.227.100^$document +||51.77.227.101^$document +||51.77.227.102^$document +||51.77.227.103^$document +||51.77.227.96^$document +||51.77.227.97^$document +||51.77.227.98^$document +||51.77.227.99^$document +||51.89.187.136^$document +||51.89.187.137^$document +||51.89.187.138^$document +||51.89.187.139^$document +||51.89.187.140^$document +||51.89.187.141^$document +||51.89.187.142^$document +||51.89.187.143^$document ! Altice / Optimum / CableVision injects ads ! https://github.com/ryanbr/fanboy-adblock/issues/816 ||167.206.10.148^ @@ -36643,29 +37077,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||afriflatry.co^$third-party ||aution.pro^$third-party ||automoc.net^$third-party -||awakinatters.co^$third-party ||baltchd.net^$third-party -||bellissimome.pro^$third-party -||blailays.pro^$third-party ||blisldgsqk.com^$third-party -||bravome.pro^$third-party -||brazienting.co^$third-party -||breeringarify.co^$third-party ||broced.co^$third-party -||buonome.pro^$third-party ||busions.com^$third-party ||bystfied.pro^$third-party -||cabirm.com^$third-party ||carvarial.pro^$third-party -||categy.co^$third-party ||chiptionics.co^$third-party -||chness.co^$third-party -||ckivxgxgqknk.com^$third-party ||cklad.xyz^$third-party ||clifftopper.com^$third-party -||conceau.co^$third-party ||conflibred.co^$third-party -||contratellaps.com^$third-party ||coolandevencooler.com^$third-party ||cpmgohigh.com^$third-party ||crewita.co^$third-party @@ -36673,136 +37094,68 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cruisteerses.co^$third-party ||cwkhyupiwzcjy.com^$third-party ||darersan.co^$third-party -||deliverylizer.com^$third-party -||deliverytaste.com^$third-party ||derler.pro^$third-party ||despearingle.co^$third-party ||dohillright.com^$third-party ||donecooler.com^$third-party ||dustumbs.pro^$third-party ||elepocial.pro^$third-party -||exclusivecpms.com^$third-party -||explanse.co^$third-party -||explater.net^$third-party ||exponderle.pro^$third-party -||fabrativellic.co^$third-party -||fcrgzqkbtgu.co^$third-party -||fielerac.net^$third-party -||finimbratedle.com^$third-party -||fleconomnipuer.com^$third-party -||foreinate.com^$third-party ||galaxyleaders.com^$third-party ||gohillgo.com^$third-party ||goupandhigher.com^$third-party ||graphli.net^$third-party -||gxwoiiyfjiz.com^$third-party ||happer.info^$third-party -||hfedxxuvtjtqs.com^$third-party -||hgjywrorlbn.com^$third-party -||hicaptivided.com^$third-party ||hillpl.com^$third-party ||hilltopads.net^$third-party ||hlfjgurbaln.com^$third-party ||hothta.com^$third-party -||houssimmon.co^$third-party ||htalizer.com^$third-party ||htamaster.com^$third-party ||htmonster.com^$third-party ||huccrlctmgifs.com^$third-party -||imanisfan.com^$third-party -||inchte.com^$third-party ||ininmacerad.pro^$third-party -||jacopiler.pro^$third-party ||johays.co^$third-party ||juryintory.co^$third-party ||justailley.pro^$third-party -||justardes.pro^$third-party ||lanchaeanly.pro^$third-party -||lativil.co^$third-party -||lengthi.net^$third-party -||lightspeedtop.com^$third-party ||meried.co^$third-party -||methernary.com^$third-party ||monditomasks.co^$third-party ||motosal.net^$third-party -||nastoverewess.pro^$third-party -||niajmtjqexq.co^$third-party -||nottonic.com^$third-party -||omoukkkj.stream^$third-party ||operatedelivery.com^$third-party -||oratess.com^$third-party -||ormeadobess.com^$third-party ||panection.co^$third-party -||papectorigury.co^$third-party -||parater.co^$third-party -||patiland.co^$third-party -||perfectome.pro^$third-party ||personaleme.pro^$third-party ||pistraving.co^$third-party -||pitics.co^$third-party -||plemencomp.co^$third-party -||populatecpm.com^$third-party ||poterrupte.co^$third-party -||prectic.co^$third-party -||premender.co^$third-party -||printelly.co^$third-party -||proccurs.com^$third-party ||prodwaves.pro^$third-party ||purpreine.co^$third-party ||qpernrqxjfto.com^$third-party -||qqatllrijx.com^$third-party ||queurow.pro^$third-party -||quilithly.co^$third-party ||rapidyl.net^$third-party ||readvasturked.pro^$third-party ||recusticks.co^$third-party -||redemotoructs.co^$third-party ||reimburs.co^$third-party -||relity.pro^$third-party ||replainy.co^$third-party ||reundcwkqvctq.com^$third-party -||saillix.com^$third-party -||shmential.co^$third-party ||skyligh.co^$third-party ||slavial.pro^$third-party -||solegingly.co^$third-party ||sommons.co^$third-party -||souncontrigh.com^$third-party -||steakafka.pro^$third-party ||stimergeners.pro^$third-party -||substerrent.co^$third-party ||succumbertson.pro^$third-party -||surmoss.co^$third-party -||susection.co^$third-party ||sworatio.co^$third-party ||temphilltop.com^$third-party ||temphilltop.net^$third-party ||thogethoffic.co^$third-party -||thomized.co^$third-party -||tiveriches.pro^$third-party -||trepit.pro^$third-party -||trobely.co^$third-party -||typieced.com^$third-party -||unaiablmgsz.com^$third-party -||vulgiatious.com^$third-party ||vulging.pro^$third-party -||wanaldster.com^$third-party -||whitud.co^$third-party ||wicktrown.co^$third-party ||xleebhxalb.com^$third-party ||xvika.com^$third-party -||ywtjdckysve.com^$third-party -||zbwttofskjnc.com^$third-party ! adsterra ||2p9fyvx.com^$third-party ||bjcvibh.com^$third-party ||bxnvdau.com^$third-party -||eiwrwjc.com^$third-party ||g5fzq2l.com^$third-party -||i5rl5lf.com^$third-party -||oihbs34.com^$third-party ||sa2xskt.com^$third-party -||usxsp7v.com^$third-party ! Propellerads ||0026645142c89aeb1.com^$third-party ||006a039c957c142bb.com^$third-party @@ -37140,11 +37493,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ag2hqdyt.site^$third-party ||aichaima.top^$third-party ||aifoosty.net^$third-party +||aigneloa.com^$third-party ||albireo.xyz^$third-party ||allartand.club^$third-party ||anyaspasp.club^$third-party ||aobyp1una641o8.com^$third-party ||arolrurt.uk^$third-party +||ashchiasp.club^$third-party ||askallalb.club^$third-party ||b014381c95cb.com^$third-party ||b06518c81a3b7fe75.com^$third-party @@ -37165,38 +37520,29 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||b5ae848728034caddca.com^$third-party ||b6aa6257a22451c.com^$third-party ||b76adf2b602.com^$third-party -||b7f479db14a7.com^$third-party ||b88c9bd1dcedfc3.com^$third-party ||b8cf0fd3179ef.com^$third-party ||b936c5932623f.com^$third-party ||b97beb2fed1c4f.com^$third-party -||b9a861044f1.com^$third-party ||b9ba73f1cd9b6.com^$third-party -||b9c73b037e8c27df5.com^$third-party ||ba6af3a0099c6cb9eb5.com^$third-party ||baa2e174884c9c0460e.com^$third-party ||backlogtop.xyz^$third-party -||bae093b2b20fde784.com^$third-party ||balvalur.com^$third-party ||bb1acb0ea5ddb1fed8.com^$third-party ||bb475d71fa0b1b2.com^$third-party ||bb47d806f644cb2.com^$third-party -||bf7d2b46e79a7.com^$third-party ||bfb487de1f2da5c.com^$third-party ||bfc70a51929fff2d7fe.com^$third-party ||bfe4e6d364be199.com^$third-party -||bwknu1lo.top^$third-party +||boafabie.com^$third-party ||c0afd4609c303.com^$third-party ||c10ed2b8b417880.com^$third-party -||c1f9b35b00f.com^$third-party ||c4698cd6aed0dcef367.com^$third-party ||c63d72a4022.com^$third-party -||c71a045530f0c1c8.com^$third-party ||c75b9ac5103e5d125b8.com^$third-party ||c7d470df880b1d0.com^$third-party -||c810b4e386a121f20.com^$third-party ||c92a198b4e0a.com^$third-party -||c93ec5a2c67bdc4.com^$third-party ||ca4ec6874a33a13.com^$third-party ||ca72472d7aee.com^$third-party ||ca867c69a5d34.com^$third-party @@ -37205,15 +37551,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||camalbbuy.online^$third-party ||cartstick.com^$third-party ||cb4faf87ffae.com^$third-party -||cb5864239d752.com^$third-party -||cbb16ef5c520a0f.com^$third-party -||cc14d05942c685f7.com^$third-party -||cc4030c973cd1b7f4cd.com^$third-party ||cd490573c64f3f.com^$third-party ||cd87c85eb2890d048d2.com^$third-party ||cdnmedia.xyz^$third-party ||ce62e0d222bc5aca.com^$third-party -||ce69817852420b7fea.com^$third-party ||ce9c00f41ae8cdd.com^$third-party ||cea9d3d4f74fb831.com^$third-party ||cebbe184db148.com^$third-party @@ -37223,23 +37564,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cef9c80977e050.com^$third-party ||cf0aac5b4b68f728b22.com^$third-party ||cf26d627adf5.com^$third-party +||chachors.net^$third-party +||chaghets.net^$third-party ||chainwalladsy.com^$third-party ||charmour.club^$third-party ||chauksoa.net^$third-party +||cheksoam.com^$third-party +||chootsod.net^$third-party ||constintptr.com^$third-party ||coostuni.com^$third-party +||cotchaug.com^$third-party ||culsauwou.com^$third-party ||d04b7831b4690.com^$third-party ||d0eda50bf4f7d172c06.com^$third-party ||d0efb7d9aeb478d.com^$third-party ||d194f913ee63.com^$third-party -||d2eb561c06fa6.com^$third-party ||d31ea41705818c9.com^$third-party ||d3b75cfc88a9.com^$third-party ||d3e44a82c2df88.com^$third-party ||d400e5249d363b5617.com^$third-party ||d50285bff60edbb406.com^$third-party -||d53497a82c4f.com^$third-party ||d58bf31082fa97.com^$third-party ||d59fa492f75f520.com^$third-party ||d5c18469d17cb1d1.com^$third-party @@ -37257,13 +37601,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||da6fda11b2b0ba.com^$third-party ||danmeneldur.com^$third-party ||db14a56766c5e1a1c2.com^$third-party -||db1527d1439.com^$third-party ||db52cc91beabf7e8.com^$third-party ||db8a41d81b8dfe41de2.com^$third-party -||dc40b24004fa11f35b7.com^$third-party ||dc63bfb069ea522f.com^$third-party -||dc76b15913c.com^$third-party -||ddaac98f67e384d8a9.com^$third-party ||deliverymodo.com^$third-party ||df63de4ef399b.com^$third-party ||df8c5028a1fad1.com^$third-party @@ -37276,17 +37616,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||e0663490cca0296f7.com^$third-party ||e0a42e1a21669b.com^$third-party ||e13085e58935e6.com^$third-party -||e162ea7e2bc11fcd545.com^$third-party ||e18a97eee94d0f2519.com^$third-party ||e2618abc9a1.com^$third-party ||e331ff4e674c083.com^$third-party ||e347bb14dc71778.com^$third-party ||e350570881272e.com^$third-party ||e376ef28103177cc.com^$third-party -||e4aa8afa77b8.com^$third-party ||e521d17fa185a2.com^$third-party ||e6081b73afec581f.com^$third-party -||e68aa3c8f17.com^$third-party ||e6916adeb7e46a883.com^$third-party ||e713c2431ad39079.com^$third-party ||e7393e33565ce805.com^$third-party @@ -37300,13 +37637,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||eac0823ca94e3c07.com^$third-party ||eae33bbaf48.com^$third-party ||eae5daf052d2673b.com^$third-party -||eb9918cd6a32b1cff.com^$third-party ||ee6a35c1eeee.com^$third-party ||eedsaiks.uk^$third-party ||eee3a05c040fef3.com^$third-party ||eelsouph.click^$third-party ||eetseemp.net^$third-party -||ef47038bbe7b894d7.com^$third-party ||ef867a1be4f83922.com^$third-party ||efd3b86a5fbddda.com^$third-party ||ekoocmujairt.com^$third-party @@ -37320,18 +37655,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||f45ff72fec5426ae.com^$third-party ||f47cecd3f0a29874f.com^$third-party ||f4906b7c15ba.com^$third-party -||f4fe214bd563.com^$third-party ||f5080f5cee5a00.com^$third-party ||f54b0c9d6893bda7b9a.com^$third-party ||f56e0ce2421904286.com^$third-party -||f5df267e72c8362650.com^$third-party ||f6ec580c1baa2.com^$third-party ||f8260adbf8558d6.com^$third-party ||f8316b45436f.com^$third-party ||f9918c3545cc7b.com^$third-party ||fa00c331ceacc.com^$third-party ||fb0c32d2f28c.com^$third-party -||fbb8a7d231b1867a.com^$third-party ||fbfd396918c60838.com^$third-party ||fc2b9b7ce3165.com^$third-party ||fc9033ae4bac99b6e.com^$third-party @@ -37344,6 +37676,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ficusoid.xyz^$third-party ||flac2flac.xyz^$third-party ||fmstigat.online^$third-party +||foastail.net^$third-party +||fotsaulr.net^$third-party ||fuxoasim.link^$third-party ||fxox4wvv.win^$third-party ||gaitheed.com^$third-party @@ -37352,14 +37686,38 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gfdfhdh5t5453.com^$third-party ||glargoun.uk^$third-party ||gleechood.com^$third-party +||glerteeb.com^$third-party ||glotchat.click^$third-party ||graftaub.com^$third-party ||grafzen.com^$third-party ||graucoay.net^$third-party ||hashalre.uk^$third-party ||herowebads.com^$third-party +||hoozique.net^$third-party +||humsoolt.net^$third-party ||hyphenion.com^$third-party ||interdfp.com^$third-party +||jeejujou.net^$third-party +||joophesh.com^$third-party +||kistutch.net^$third-party +||loodoost.net^$third-party +||mignoops.net^$third-party +||oadaheba.net^$third-party +||ochaugly.net^$third-party +||peethobo.com^$third-party +||phaikroo.net^$third-party +||phokukse.com^$third-party +||psurdoak.com^$third-party +||ptoafauz.net^$third-party +||pushego.com^$third-party +||pushosubk.com^$third-party +||rauceesh.com^$third-party +||raupsooy.net^$third-party +||rouvoute.net^$third-party +||shaimsoo.net^$third-party +||thoaltie.net^$third-party +||thoorest.com^$third-party +||ziphoumt.net^$third-party ! https://forums.lanik.us/viewtopic.php?p=144908#p144908 ||1bcde.com^$third-party ||1ccbt.com^$third-party @@ -37383,11 +37741,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fencemiracle.com^$third-party ||forcedolphin.com^$third-party ||forexplmdb.com^$third-party -||forterradirect.com^$third-party ||g1341551423.com^$third-party ||g2247755016.com^$third-party -||g2281971609.com^$third-party -||g2438896021.com^$third-party ||g2440001011.com^$third-party ||g2526721279.com^$third-party ||g2546417787.com^$third-party @@ -37395,11 +37750,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||g3369554495.com^$third-party ||g344530742.com^$third-party ||g383912402.com^$third-party -||g3938452447.com^$third-party ||g4058683381.com^$third-party ||galaks.io^$third-party ||glxfls.com^$third-party -||gmyvids.com^$third-party ||helpclause.com^$third-party ||humparsi.com^$third-party ||injuredcandy.com^$third-party @@ -37407,18 +37760,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||katurars.com^$third-party ||letsdoarbitrage.com^$third-party ||lutereum.com^$third-party -||lyoniaancony.com^$third-party ||makemyvids.com^$third-party ||mediadisclose.com^$third-party -||metricfast.com^$third-party ||mixturehopeful.com^$third-party ||mobdisc.net^$third-party ||mobdisc.org^$third-party -||mobsoftffree.xyz^$third-party ||moveadrenaline.com^$third-party ||mutualvehemence.com^$third-party ||naganoadigei.com^$third-party -||nererut.com^$third-party ||noblemagnition.com^$third-party ||ortonch.com^$third-party ||outlookabsorb.com^$third-party @@ -37448,10 +37797,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||thismetric.com^$third-party ||trafficoverus.com^$third-party ||turngrind.com^$third-party -||uncyane.com^$third-party ||windowmentaria.com^$third-party ||xilbalar.com^$third-party -||zinidge.com^$third-party ! Tag adservers ||1el-1el-fie.com^$third-party ||1elllwrite.com^$third-party @@ -37588,12 +37935,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||airpush.com^$third-party ||amobee.com^$third-party ||appads.com^$third-party -||buxx.mobi^$third-party ||dmg-mobile.com^$third-party ||doubleclick.net^*/pfadx/app.ytpwatch.$third-party ||greystripe.com^$third-party ||inmobi.com^$third-party -||kuad.kusogi.com^$third-party ||loopme.me^$third-party ||mad-adz.com^$third-party ||millennialmedia.com^$third-party @@ -37617,17 +37962,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||acrididae.com^$third-party ||actuallysheep.com^$third-party ||agreeableprice.com^$third-party -||beamkite.com^$third-party ||bedsbreath.com^$third-party ||brassrule.com^$third-party ||breezybath.com^$third-party -||chiefcurrent.com^$third-party -||commandwalk.com^$third-party -||commoncannon.com^$third-party ||concernrain.com^$third-party ||copyrightaccesscontrols.com^$third-party -||crownclam.com^$third-party -||delightdriving.com^$third-party ||differentdesk.com^$third-party ||fanaticalfly.com^$third-party ||flavordecision.com^$third-party @@ -37635,31 +37974,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ga87z2o.com^$third-party ||illustriousoatmeal.com^$third-party ||inatye.com^$third-party -||incrediblesugar.com^$third-party ||karisimbi.net^$third-party ||loudloss.com^$third-party -||matchcows.com^$third-party ||mellowtin.com^$third-party -||metapelite.com^$third-party -||mythimna.com^$third-party ||ovalpigs.com^$third-party ||peacepowder.com^$third-party ||provideplant.com^$third-party ||puzzlingfall.com^$third-party ||ritzysponge.com^$third-party -||roastedvoice.com^$third-party ||similarsabine.com^$third-party -||sinceresofa.com^$third-party ||smilingsock.com^$third-party -||snakesort.com^$third-party ||sneakystamp.com^$third-party -||spillvacation.com^$third-party ||stormyshock.com^$third-party -||structuresofa.com^$third-party ||succeedscene.com^$third-party -||terribleturkey.com^$third-party -||tidytrail.com^$third-party -||truthfulhead.com^$third-party ! Non-English (instead of whitelisting ads) ||adhood.com^$third-party ||atresadvertising.com^$third-party @@ -37714,56 +38041,55 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||9utwbj08.top^$third-party ||a63t9o1azf.com^$third-party ||a9nf3hg5c2.com^$third-party +||addan.xyz^$third-party ||aeckcjy.com^$third-party ||aeghae5y.com^$third-party +||aenan.pw^$third-party ||aew9eigieng.info^$third-party +||ailawlani.club^$third-party ||ajjhtetv87.com^$third-party ||ajkzd9h.com^$third-party +||aleailarm.com^$third-party +||aleaimbuy.site^$third-party +||aleapeact.club^$third-party +||arkalealb.site^$third-party ||as07d698u9.com^$third-party ||asadzntx.com^$third-party +||aspanyarc.club^$third-party +||assampant.club^$third-party ||aubhiple2.com^$third-party ||b1g1w7wic0.com^$third-party ||b3z29k1uxb.com^$third-party -||b6roqgi.com^$third-party ||b84pharkhv.com^$third-party -||b8y4ddrvap.com^$third-party -||be4anywhere.com^$third-party +||beeaimaid.com^$third-party +||beineiros.xyz^$third-party ||bg6s0.com^$third-party ||blrqeqn.com^$third-party -||bmsusqt94u.com^$third-party -||booj7tho.com^$third-party -||casterist.com^$third-party ||caxvm62zyz.com^$third-party -||chohye2t.com^$third-party -||ci3ixee8.com^$third-party -||cjvj6jqxpf.com^$third-party ||clickmngr.com^$third-party ||cottawa.info^$third-party ||create2fear.com^$third-party +||cryaptall.club^$third-party ||d22chwk8np.com^$third-party -||d7vjqf37fh.com^$third-party -||d9e2m9e83l.com^$third-party ||dah0ooy4doe.info^$third-party ||dlzm790g.com^$third-party -||dnr51y6xj4.com^$third-party ||e6cfmdmo81.com^$third-party ||e7is2u38.top^$third-party ||eaqxjz6bra.com^$third-party ||ebahpya.com^$third-party ||ecpms.net^$third-party ||ed9wkbpy.com^$third-party -||ef5ahgoo.com^$third-party ||ejdkqclkzq.com^$third-party -||enloe6qtkd.com^$third-party -||explore2be.com^$third-party +||elatumal.xyz^$third-party +||ergeiros.xyz^$third-party ||f09vhflf10.com^$third-party -||faeph6ax.com^$third-party -||ff76khyn6c.com^$third-party +||fadsabs.com^$third-party ||fiechaev.com^$third-party -||fivzzu1vyo.com^$third-party ||fkbwtoopwg.com^$third-party ||fljozww19f.com^$third-party +||galumbor.com^$third-party ||gb0rd.com^$third-party +||gelbitelf.club^$third-party ||gfbnr.com^$third-party ||goo2anywhere.com^$third-party ||gri98.com^$third-party @@ -37777,9 +38103,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hitcpm.com^$third-party ||hwekl8dz1d.com^$third-party ||i0s26ol9.com^$third-party -||i4yfew0k6j.com^$third-party ||i864ekhq.com^$third-party -||i9zqq3fj.top^$third-party ||ib1oyteqqn.com^$third-party ||idch9s8d.com^$third-party ||iocnkrbgic.com^$third-party @@ -37787,7 +38111,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||irgulzk8bi.com^$third-party ||ishahguv.com^$third-party ||itcfnfi.com^$third-party -||ixeq490u20.com^$third-party ||jf71qh5v14.com^$third-party ||jolic2.com^$third-party ||jqcv28q.com^$third-party @@ -37797,7 +38120,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||k77hof1z7k.com^$third-party ||ka04b.com^$third-party ||kbx1sth37s.com^$third-party -||keqi7dh3df.com^$third-party ||krs1v2sl.com^$third-party ||ktyawzg.com^$third-party ||l4oecosq.com^$third-party @@ -37808,23 +38130,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lhqojeofvo.com^$third-party ||lie2anyone.com^$third-party ||lie4anyone.com^$third-party -||lie8oong.com^$third-party ||lkp7jo3s.com^$third-party ||lld2q.com^$third-party ||llq9q2lacr.com^$third-party +||logfrochi.site^$third-party ||lzpv4rsmat.com^$third-party ||m3bnqqqw.com^$third-party -||m9in5.top^$third-party ||madskis.com^$third-party ||maebtjn.com^$third-party -||meinooriut3.info^$third-party -||mg6ikpbhco.com^$third-party ||mh9dskj8jg.com^$third-party ||mhbdezpwdq.com^$third-party ||mpuqvoa.com^$third-party ||mqpx4.com^$third-party ||mtvp05j.com^$third-party ||mzol7lbm.com^$third-party +||nativeserv.com^$third-party ||nepalhtml.com^$third-party ||newaprads.com^$third-party ||newcustomads.com^$third-party @@ -37839,18 +38159,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||newoctads.com^$third-party ||newsatads.com^$third-party ||newsepads.com^$third-party -||nich1eox.com^$third-party -||no1chie7poh.info^$third-party ||np1t0bcj0n.com^$third-party -||nqp0852y7r.com^$third-party -||nqv63c7lai.com^$third-party ||nrdlj2ru.com^$third-party ||nrrxxpvgtf.com^$third-party -||nskieoxdqe.com^$third-party -||nukqimllza.com^$third-party ||nwcqntzx5i.com^$third-party ||o1mmijc4ki.com^$third-party ||o1o6tadz5p.com^$third-party +||ofhappinyer.com^$third-party ||ofy3m0gp.com^$third-party ||ohs1upuwi8b.info^$third-party ||ohv1tie2.com^$third-party @@ -37859,11 +38174,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ooq5z.com^$third-party ||p5genexs.com^$third-party ||p78lld1s.top^$third-party +||patoris.xyz^$third-party ||pbterra.com^$third-party ||pesbqkopdm.com^$third-party +||pipgiglea.club^$third-party ||provalist.info^$third-party ||ptarepjx.com^$third-party ||pujj652hkm.com^$third-party +||pushup.space^$third-party ||pussl10.com^$third-party ||pussl3.com^$third-party ||pussl31.com^$third-party @@ -37901,10 +38219,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qth7n6akcr.com^$third-party ||qued9yae1ai.info^$third-party ||qumagee.com^$third-party -||rd99mxvoa3.com^$third-party ||redlele.com^$third-party ||reiseeget.com^$third-party +||rigfoxcup.site^$third-party ||rtbterra.com^$third-party +||rueaukrim.club^$third-party ||rvnc72k.com^$third-party ||rzekbhnk.top^$third-party ||s2sterra.com^$third-party @@ -37921,51 +38240,41 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sadsoks.com^$third-party ||sahraex7vah.info^$third-party ||saub27i3os.com^$third-party +||sayfibhat.club^$third-party ||sd5doozry8.com^$third-party ||seskeu3zk7.com^$third-party +||setlotnay.club^$third-party ||shemeejo.com^$third-party ||si1ef.com^$third-party ||sloi1.com^$third-party -||sm534z1jpx.com^$third-party ||sophang8.com^$third-party ||ssl2anyone3.com^$third-party ||ssl2anyone5.com^$third-party -||ssl4anyone4.com^$third-party ||ssraju3n.com^$third-party -||stat.biqle.ru^$third-party ||svjat0rx99.com^$third-party ||talk4anyone.com^$third-party ||talk4none.com^$third-party ||tbnmmjm.com^$third-party ||tbv157xq.com^$third-party ||tckjttdn.top^$third-party -||terraadstools.com^$third-party ||tfa5e.top^$third-party ||thxczhfzad.com^$third-party -||tkekbn5sfk.com^$third-party ||true2file.com^$third-party ||u1trkqf.com^$third-party -||u29ngmuc.top^$third-party ||u39chju32a.com^$third-party ||u4ghzfb.com^$third-party ||u9oxdnxk8b.com^$third-party -||ufqfnecblo.com^$third-party ||ujccccb.com^$third-party -||undef2trust.com^$third-party ||uod2quk646.com^$third-party -||urahor9u.com^$third-party -||urlife2all.com^$third-party ||uxbewzrfyp.com^$third-party -||uxxr80jwng.com^$third-party +||valthyra.com^$third-party ||vaxaqngzs3.com^$third-party ||vg74gi6mea.com^$third-party ||vhldwuv6om.com^$third-party ||vipcpms.com^$third-party ||viriepak.com^$third-party -||viuboin4.com^$third-party ||vnw2gd68pb.com^$third-party ||wha8q7pevj.com^$third-party -||wmjj2vke66.com^$third-party ||wqgdajjozr.com^$third-party ||ww2.imgdrive.net^$third-party ||wzdzht7am5.com^$third-party @@ -37986,7 +38295,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xxccdshj.com^$third-party ||xywdvhd.com^$third-party ||xzipy.com^$third-party -||y4jtnergka.com^$third-party +||yesra.xyz^$third-party ||yie4zooseif.info^$third-party ||ynhhgr2zen.com^$third-party ||yudexjr.com^$third-party @@ -37994,41 +38303,29 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yw9f088h61.com^$third-party ||zaeyaeph.com^$third-party ||zddxlih.com^$third-party +||zinphyra.com^$third-party ||zjo0tjqpm1.com^$third-party ||zrav2wkbrs.com^$third-party ||zu4l167j77.com^$third-party ! popads.net ||aabmxezph.com^$third-party -||aacgeuvaoqbw.com^$third-party -||aaeqlxdgx.bid^$third-party ||aagmbroxruno.com^$third-party -||aahfcroigwso.com^$third-party ||aaitudxr.com^$third-party -||aajychvi.bid^$third-party ||aallycspkdf.com^$third-party -||aanvxbvkdxph.com^$third-party -||aaomstbnbiqo.com^$third-party -||aapxtnrhq.bid^$third-party -||aaqpajztftqw.com^$third-party -||aariczayhpo.com^$third-party +||aamejtdlmk.com^$third-party +||aaqpsddtjnsmug.com^$third-party ||aarqdivjxstu.com^$third-party ||aarwxotc.com^$third-party -||aaslmqzce.bid^$third-party -||aatfnptblbxpuy.bid^$third-party +||aaswayoe.com^$third-party ||aaxtuhit.com^$third-party ||aayaknbn.com^$third-party ||aayeljzpuu.com^$third-party ||aazwugtom.com^$third-party -||abaujsqnndg.bid^$third-party ||abbahoxgss.com^$third-party -||abbowtxibib.com^$third-party -||abekjzzhfbr.com^$third-party ||abfcfxfkzmiqht.com^$third-party ||abjusouft.com^$third-party -||abunmrqsbfn.bid^$third-party -||abuuvohpzlcrp.bid^$third-party +||abwsunml.com^$third-party ||abxlmhllf.com^$third-party -||abyvhqmfnvih.com^$third-party ||abzoyyjybskvna.com^$third-party ||acacexjsh.com^$third-party ||acbrupozabmdc.com^$third-party @@ -38036,27 +38333,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||acdektqffm.com^$third-party ||acduswfvyjylzq.com^$third-party ||achsijkc.com^$third-party +||acinfxei.com^$third-party ||aclhagvngkjf.com^$third-party -||aclsqdpgeaik.com^$third-party ||aclwlkyzxxhn.com^$third-party -||acnsavlosahs.com^$third-party -||acpxgmzozlxtbj.bid^$third-party +||acrmzrucy.com^$third-party ||acrsgxeah.com^$third-party ||acvxsptoqh.com^$third-party -||acwswfbyhtsf.com^$third-party ||acwyoynw.com^$third-party -||acxujxzdluum.com^$third-party ||adakgpoi.com^$third-party ||addgfxnb.com^$third-party ||adeyujimmmh.com^$third-party ||adezrvjcbyu.com^$third-party ||adfoitjumerzge.com^$third-party -||adfpkxvaqeyj.com^$third-party -||adgsfoxoavmc.com^$third-party ||adlipacbrakmjp.com^$third-party -||admlqqewbede.com^$third-party ||adnsvuxmpaycdf.com^$third-party -||adofuokjj.bid^$third-party +||adofqudjesh.com^$third-party ||adqvauwe.com^$third-party ||advmaiotg.com^$third-party ||adxpddpc.com^$third-party @@ -38071,36 +38362,43 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aepwtbusoofzw.com^$third-party ||aestldhxdqlo.com^$third-party ||aewzmsurtab.com^$third-party +||afaeqxnbylkxp.com^$third-party ||afcxojqr.com^$third-party ||afeeknuueaztxt.com^$third-party ||afeuvqrsswz.com^$third-party ||afgbvhocfvpm.com^$third-party ||afnrmofoljod.com^$third-party +||afqveoju.com^$third-party ||afrfndbumyyt.com^$third-party ||afruetdxrbxz.com^$third-party ||afxtcajgtzcugb.com^$third-party ||afxvaqbbd.com^$third-party +||afzfzhbk.com^$third-party ||afzkqajwcbub.com^$third-party ||afzoyaquhjltdd.com^$third-party ||agdvemtd.com^$third-party ||agfqcndiugnr.com^$third-party ||aggpfmdtzf.com^$third-party +||aghchnfzt.com^$third-party ||agqguxbm.com^$third-party ||agqjjcwm.com^$third-party ||agrxsdujnh.com^$third-party ||agvinhvex.com^$third-party ||agzfxovg.com^$third-party +||ahbcagaazvtuh.com^$third-party ||ahcnxuepput.com^$third-party ||ahgekvzwjn.com^$third-party ||ahjwkwugxvznxv.com^$third-party ||ahllgtevqrsh.com^$third-party ||ahneiwkpsnxign.com^$third-party +||ahrbsdyjux.com^$third-party ||ahrcwekji.com^$third-party ||ahstrelgnh.com^$third-party ||ahtkajcs.com^$third-party ||ahuivddkvrrebo.com^$third-party ||ahuosyyqprt.com^$third-party ||ahwzvnqc.com^$third-party +||ahyhhxpeeswgtl.com^$third-party ||aibcqjlvxxd.com^$third-party ||aiidbowoj.com^$third-party ||aiiukvzjtsc.com^$third-party @@ -38112,9 +38410,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aizopowmtnho.com^$third-party ||ajcsjktzlqh.com^$third-party ||ajizjpjkrnh.com^$third-party +||ajjsffefpooknd.com^$third-party ||ajmwuweeif.com^$third-party ||ajoaorexnieym.com^$third-party ||ajszcymkv.com^$third-party +||ajtctiiiaz.com^$third-party ||ajttqxeqg.com^$third-party ||ajuegtbkqnh.com^$third-party ||ajzdkkzv.com^$third-party @@ -38136,8 +38436,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aljwnypxzw.com^$third-party ||alkagrkgvltzlk.com^$third-party ||allnvbtrtpku.com^$third-party +||alnsvbmp.com^$third-party +||alszaaceaz.com^$third-party ||alvdtjrb.com^$third-party ||alvfzqwkb.com^$third-party +||alwkvwdxqojyce.com^$third-party ||alxzes.com^$third-party ||alyhlhyhaetbk.com^$third-party ||amaecylce.com^$third-party @@ -38150,11 +38453,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amjrfmhtmoyan.com^$third-party ||amkwvxhw.com^$third-party ||amlcscfr.com^$third-party -||ammqwpksb.bid^$third-party ||amrfscxvdvfvpa.com^$third-party ||amrnhiqy.com^$third-party ||amxodxmsuwdhn.com^$third-party ||anbalxkcpwa.com^$third-party +||anbiarfehxyz.com^$third-party ||aneqmscervl.com^$third-party ||anjqxwvqfnri.com^$third-party ||anmvuuhgo.com^$third-party @@ -38162,9 +38465,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||anpwsppugpu.com^$third-party ||anvtnqpbkjyk.com^$third-party ||anyyqhtebsit.com^$third-party +||aodsywsxzquemt.com^$third-party ||aomegwesrfbvxe.com^$third-party +||aomwoygnj.com^$third-party ||aonxktnn.com^$third-party ||aopxnvrugx.com^$third-party +||aoqvizrign.com^$third-party ||aorzglux.com^$third-party ||aoshrcptugsjd.com^$third-party ||aosztecuq.com^$third-party @@ -38173,6 +38479,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||apcugpxy.com^$third-party ||apddozcgdh.com^$third-party ||apfmwcktbj.com^$third-party +||apiafubb.com^$third-party ||apiryrkxkhil.com^$third-party ||aplfkrppjsutf.com^$third-party ||apscxogwydnkx.com^$third-party @@ -38182,20 +38489,27 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aqftikmr.com^$third-party ||aqjdigkqvmakz.com^$third-party ||aqkjvfaprmez.com^$third-party +||aqkrqjvc.com^$third-party ||aqotbmnzra.com^$third-party ||aqrglffxw.com^$third-party +||aqrprjdqogzghb.com^$third-party ||aquhcfvu.com^$third-party ||aqussxtpjfelp.com^$third-party +||arasyqslwmfat.com^$third-party ||arawegnvvufy.com^$third-party +||arbawijlgq.com^$third-party ||arcfwcxi.com^$third-party ||arfmdqwyztn.com^$third-party ||arfttojxv.com^$third-party ||argggultrji.com^$third-party +||aribcosw.com^$third-party ||arjgnqlsdo.com^$third-party ||arkhamxojvr.com^$third-party ||arpucyhlmes.com^$third-party +||artqpnah.com^$third-party ||artsdvaguur.com^$third-party ||arwlvjqzxxnftz.com^$third-party +||arzcwgdzsed.com^$third-party ||asbqyhrpty.com^$third-party ||asdtwttky.com^$third-party ||aseabnyw.com^$third-party @@ -38209,11 +38523,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||asrjxxzxmxy.com^$third-party ||astpvgpwbewx.com^$third-party ||aszyzwbjs.com^$third-party +||atacjnqbkok.com^$third-party +||atcanjhcv.com^$third-party ||atczxgxuxloqf.com^$third-party +||atpqczsqjsxvln.com^$third-party ||atrcoikdyagv.com^$third-party +||atvbrhljmsor.com^$third-party +||atyjvujxe.com^$third-party ||atzcmddc.com^$third-party ||audersmi.com^$third-party +||auhqnsjbvizeey.com^$third-party ||aultemeztokc.com^$third-party +||aumrrwoile.com^$third-party ||auqefmhsutnldv.com^$third-party ||aurhgaees.com^$third-party ||authmoumrl.com^$third-party @@ -38221,6 +38542,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||auyyklnpj.com^$third-party ||avjxftprif.com^$third-party ||avkigyhrazah.com^$third-party +||avmftuama.com^$third-party ||avoljljeif.com^$third-party ||avonnfckdeqeyr.com^$third-party ||avpgdzdesjnt.com^$third-party @@ -38229,8 +38551,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||awcpmsaiv.com^$third-party ||awgsmfzrslcp.com^$third-party ||awhxbiqf.com^$third-party +||awjyickdugj.com^$third-party ||awnyohgtmb.com^$third-party ||awpxjguq.com^$third-party +||awrnrkmwtia.com^$third-party ||awrxkucpfbsq.com^$third-party ||awsatstb.com^$third-party ||awzdbycpiwncrp.com^$third-party @@ -38239,22 +38563,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||axeclbthp.com^$third-party ||axfsqwyidpml.com^$third-party ||axgkizsmtgks.com^$third-party -||axjnnlrc.bid^$third-party ||axjxdtnguuyqr.com^$third-party ||axlwizxolfby.com^$third-party ||axmxarqxbkc.com^$third-party ||axsczaklngkxx.com^$third-party ||axvabgnr.com^$third-party +||axzwzpxcnwrp.com^$third-party ||ayazstuzc.com^$third-party ||aycksenkb.com^$third-party ||aycwvgrra.com^$third-party +||ayfigdhmsypnr.com^$third-party ||ayfzryxitsusx.com^$third-party ||ayggsmmb.com^$third-party ||ayjfodxqmykn.com^$third-party ||aykgxavgrooa.com^$third-party ||aymaypibp.com^$third-party +||aysydyqpkg.com^$third-party ||ayyslqwrmoygf.com^$third-party +||azcvjaninfa.com^$third-party ||azdhfnoojvpuvr.com^$third-party +||azdqwztcp.com^$third-party ||azebikcvhtysn.com^$third-party ||azfoibmukpwz.com^$third-party ||azgmbqhlr.com^$third-party @@ -38262,565 +38590,298 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||azgyimccolyyo.com^$third-party ||azihmmkagcey.com^$third-party ||aznfyqgrbgy.com^$third-party +||aznuqxmji.com^$third-party ||azrjdlvlsxihbd.com^$third-party +||azsikvmhlzuhje.com^$third-party ||azwsolqpewo.com^$third-party ||baaeobgdaxdvsa.com^$third-party -||badgmvhtvryg.bid^$third-party ||baerxupsjjegb.com^$third-party -||bagoojzsqygg.com^$third-party +||bafwpcisfhfvma.com^$third-party ||bahnjhnrcdwi.com^$third-party -||baiaclwdpztd.com^$third-party -||bajofdblygev.com^$third-party +||baiiufiwho.com^$third-party ||bakaqddxhhsid.com^$third-party -||bakdsoarxjab.com^$third-party -||bakjtxvku.bid^$third-party ||banuhqxbc.com^$third-party -||baommitouduxo.bid^$third-party ||baphruesqm.com^$third-party ||bardogjvsa.com^$third-party ||barjfzpdeqmwi.com^$third-party -||batigfkcbwpb.com^$third-party ||batnhiyilyvvdo.com^$third-party -||bauffnmtou.com^$third-party ||bavftcgoapga.com^$third-party -||bayvlsmaahou.com^$third-party ||bbackcssmwam.com^$third-party -||bbbrhcxtdkfui.bid^$third-party ||bbckaxifryxcno.com^$third-party ||bbfasycx.com^$third-party -||bbheuxcancwj.com^$third-party ||bbillwowlfur.com^$third-party ||bbitetuncmwfjd.com^$third-party -||bbkxmpgjwo.bid^$third-party -||bblznptpffqc.com^$third-party -||bbmkyxvxiw.bid^$third-party ||bbmptlckxgi.com^$third-party ||bbnnjjom.com^$third-party -||bboemhlddgju.com^$third-party -||bbopkapcgonb.com^$third-party -||bbqipbsg.bid^$third-party -||bbqqjejhd.bid^$third-party -||bbtlombqjr.bid^$third-party +||bbtwdpczir.com^$third-party ||bbuyirgucsbfwt.com^$third-party -||bbxaumvpzqpunx.com^$third-party -||bbzwbxchqgph.com^$third-party ||bcajjtbzmdrl.com^$third-party -||bcgcvepi.com^$third-party -||bckmtidcnrobwh.bid^$third-party -||bckwfsvdgfjw.com^$third-party ||bclizbwet.com^$third-party -||bcnhnekodmdniu.com^$third-party -||bcnikicdi.bid^$third-party -||bcoavtimgn.bid^$third-party +||bcngvwvewfvw.com^$third-party ||bcobmmozfan.com^$third-party ||bcqrmuwbvxi.com^$third-party ||bcvrczvqlm.com^$third-party -||bcxdjxlassr.bid^$third-party -||bcxfshnxaiqemn.bid^$third-party +||bcvxpffzmkqf.com^$third-party ||bcxronvqkwe.com^$third-party -||bczvulovuap.com^$third-party ||bczxmlqcugwgs.com^$third-party -||bdafhnltyxlw.com^$third-party -||bddaxoaaco.bid^$third-party -||bddfeltry.bid^$third-party -||bdggxjonzbmq.com^$third-party ||bdhbtrizb.com^$third-party ||bdhxpxohwssdfd.com^$third-party ||bdisnqwfcq.com^$third-party -||bdkduogsu.bid^$third-party ||bdnfszdqwaduv.com^$third-party -||bdotqoqzxauf.com^$third-party ||bdozkocgkljj.com^$third-party -||bdrfwkzu.bid^$third-party ||bdtmbiezv.com^$third-party ||bdtwxreri.com^$third-party ||bdyhvguiq.com^$third-party -||bdyzewccsqpw.com^$third-party ||beacyoryjkbhqb.com^$third-party -||bebufuspldzh.com^$third-party -||bebxxrgjigz.com^$third-party ||beelzgkdjr.com^$third-party -||beeseggjfru.bid^$third-party -||befxqicnz.bid^$third-party -||begbkbqywd.bid^$third-party -||beghfkrygvxp.com^$third-party ||begnsbnjegnolq.com^$third-party -||begxhuqfrx.bid^$third-party -||behjgnhniasz.com^$third-party ||behybmunweid.com^$third-party ||bejotlmrijxvor.com^$third-party ||bekiruvppl.com^$third-party -||bektvxxfv.bid^$third-party +||bemzepcnp.com^$third-party ||beqkxrcgjfnc.com^$third-party -||beufosew.bid^$third-party -||bewcmime.com^$third-party -||bewovdhiubnk.com^$third-party +||beucsyzvwdzqu.com^$third-party ||bewtqjkrfo.com^$third-party -||bewumuhax.bid^$third-party ||bexbpzultczaa.com^$third-party -||bexogxapbqict.bid^$third-party ||bexrnrxbgh.com^$third-party -||bezcmsrzx.com^$third-party -||bezqvpliexxtfw.com^$third-party -||bfcazxhkofa.club^$third-party -||bfdihioj.com^$third-party ||bfeofwzszuis.com^$third-party -||bfhavmgufvhn.com^$third-party ||bfhlxjwc.com^$third-party -||bfidvcsuazwy.com^$third-party ||bfjwdxeakfifak.com^$third-party ||bfkpzjqpawfu.com^$third-party -||bflcuvtyffao.bid^$third-party ||bfmrffluuazwn.com^$third-party -||bfpzhrzcvs.bid^$third-party ||bfrhqyaxtxbq.com^$third-party -||bfsssvkowvh.com^$third-party ||bftmphbwpwnnt.com^$third-party ||bfvkxdhrnx.com^$third-party ||bfxachbubcki.com^$third-party -||bfzuuuuhvexxs.com^$third-party -||bgarilrzlgez.com^$third-party -||bgbdzfeeoko.com^$third-party -||bgbmtqzoc.bid^$third-party ||bgchxhhzdee.com^$third-party -||bgcsojmtgdrv.com^$third-party -||bgdacrgsnt.com^$third-party ||bgfdrngowyy.com^$third-party -||bgfgaduyvocz.com^$third-party ||bggvfsvaqjvamg.com^$third-party -||bgibeluywjhgb.com^$third-party +||bggznyujioad.com^$third-party ||bgibrhkn.com^$third-party ||bgiiubagsuvv.com^$third-party -||bgitczbd.com^$third-party +||bgkxbknajdn.com^$third-party ||bglnzzsgigbto.com^$third-party ||bgmgyuzcfrujc.com^$third-party -||bgpxrwjrbsjb.com^$third-party ||bgqddlvq.com^$third-party -||bgrojtcdymmcdr.com^$third-party -||bgtmceqoipodkv.com^$third-party -||bguaeoakgmrw.com^$third-party ||bgvexbybxxbcao.com^$third-party ||bgvfceqpqzx.com^$third-party +||bgwbqsmj.com^$third-party ||bgwucxto.com^$third-party -||bgxjypaeyocjy.bid^$third-party -||bgybufwnfxkcr.bid^$third-party ||bgzyppwk.com^$third-party -||bhbkfoybvrl.bid^$third-party -||bhcpmowwxwbv.com^$third-party -||bhejerqgrtlq.com^$third-party -||bhfpvqdmjarlk.com^$third-party ||bhfuoayzqqv.com^$third-party -||bhggbeynqhwm.bid^$third-party -||bhjhijisulwl.com^$third-party -||bhklyaazmxq.com^$third-party ||bhlusdvadp.com^$third-party -||bhmenavkijeufq.bid^$third-party -||bhmenywkptbkga.bid^$third-party -||bhmqoolzgxnp.com^$third-party ||bhmzjxrf.com^$third-party ||bhplyiegippcw.com^$third-party ||bhpxcsmvkqgd.com^$third-party ||bhrebiicmcj.com^$third-party -||bhuewuodwz.bid^$third-party ||bhwpdezzduthrp.com^$third-party -||bhyqllgtzjee.com^$third-party -||bhyyevhmha.com^$third-party ||biavgmpz.com^$third-party -||bictxzszwkwghn.com^$third-party ||bidfppkjo.com^$third-party ||bidzzbjzx.com^$third-party ||bifieyhg.com^$third-party -||biftbtajfs.bid^$third-party ||bigbootymania.com^$third-party -||bihzqdflxeelc.com^$third-party ||biijdpauyvf.com^$third-party -||bijfzvbtwhvf.com^$third-party ||bijkemraly.com^$third-party ||bikeacasqaxbs.com^$third-party ||bikuetrh.com^$third-party ||biliqpvehf.com^$third-party +||bilrtklg.com^$third-party ||bimwswreljucxa.com^$third-party -||binasmdul.com^$third-party ||binullxzwnsqws.com^$third-party -||bircgizd.com^$third-party -||birpidnl.com^$third-party ||birslhmnnc.com^$third-party -||bisvljlzmai.com^$third-party ||biupcyhpmjazv.com^$third-party ||bivujadpvk.com^$third-party -||biwjfwhxoy.bid^$third-party +||biwkvlmnpwulfl.com^$third-party ||bixolsoqluvzpu.com^$third-party ||bjceodmwesmbth.com^$third-party ||bjcpcnhssg.com^$third-party -||bjcunwelpd.com^$third-party -||bjdfckchzsa.bid^$third-party -||bjenzpojtgvo.club^$third-party -||bjfxcvebjrcuce.bid^$third-party -||bjgavencynifm.bid^$third-party -||bjgaxcstxlvm.bid^$third-party -||bjjjbwexvkotj.com^$third-party +||bjdthyywcargba.com^$third-party ||bjkejdex.com^$third-party -||bjkfmvhygpub.com^$third-party -||bjknjsfrevt.bid^$third-party -||bjkookfanmxx.bid^$third-party ||bjlrdxcjnyxuba.com^$third-party -||bjmrnfwcoqp.bid^$third-party -||bjnxegsgre.com^$third-party ||bjofqnbtokzz.com^$third-party -||bjpktmjdxqpl.com^$third-party ||bjshimgqbc.com^$third-party -||bjswchnxfoui.bid^$third-party -||bjvynucz.bid^$third-party +||bjuodbdjluix.com^$third-party +||bjwvegvcgbyypx.com^$third-party ||bjxrjybjnh.com^$third-party -||bjzcyqezwksznxxhscsfcogugkyiupgjhikadadgoiruasxpxo.com^$third-party -||bjzegkfv.com^$third-party ||bkdurgyahjhb.com^$third-party ||bkedsknecp.com^$third-party -||bkeueifcqeicli.bid^$third-party ||bkfilgmhnnbq.com^$third-party -||bkgesylgvrgf.com^$third-party -||bkggsumw.bid^$third-party ||bkhzwuddpxjmyu.com^$third-party -||bkmmlcbertdbselmdxpzcuyuilaolxqfhtyukmjkklxphbwsae.com^$third-party -||bkmtspywevsk.com^$third-party -||bkqksceiw.bid^$third-party +||bkjrxvxa.com^$third-party +||bkovnfkkfo.com^$third-party ||bksbcawzviwcw.com^$third-party -||bkscqpflg.com^$third-party -||bkshpuspj.bid^$third-party -||bktrlzpxcft.bid^$third-party ||bkuubwuarrkxk.com^$third-party -||bkuzcrcdh.bid^$third-party -||bkvrdeiqtgan.bid^$third-party ||bkvwnbkq.com^$third-party -||bkxkodsmrnqd.com^$third-party -||blcmacswwmqv.com^$third-party ||blgrwhaww.com^$third-party -||blkivkplpn.com^$third-party -||blnxyqdnsl.bid^$third-party -||blorgkjhbhoqr.bid^$third-party -||blprkaomvazv.com^$third-party ||blqgnbxva.com^$third-party -||blrdumgvqkmq.com^$third-party -||blvqxlczxeda.com^$third-party +||blueioabj.com^$third-party ||blwfqlmhi.com^$third-party ||blwgtqakqaxemz.com^$third-party -||blyppvdjofkqg.bid^$third-party -||bmalhekpohve.bid^$third-party -||bmayhacntxax.com^$third-party -||bmbnpxxwxdt.com^$third-party +||bmayyviswklkd.com^$third-party ||bmbvnmgucbk.com^$third-party ||bmdjnvorps.com^$third-party -||bmhvaoxr.com^$third-party ||bmichkohfqtnvq.com^$third-party -||bmirhdkborr.bid^$third-party -||bmjccqfxlabturkmpzzokhsahleqqrysudwpuzqjbxbqeakgnf.com^$third-party ||bmjpxyrpiyq.com^$third-party -||bmjwsrcxvnsjne.com^$third-party -||bmmqsdyud.com^$third-party -||bmnccwprdrszpj.bid^$third-party ||bmoshyiypks.com^$third-party -||bmqnguru.com^$third-party -||bmsmhlpkdvajeo.bid^$third-party -||bmubqabepbcb.com^$third-party -||bmvhefgdlt.bid^$third-party +||bmvjnewxkyi.com^$third-party ||bmwocmqtpi.com^$third-party -||bmxufcsmxcfwao.bid^$third-party ||bmxyvebkmyy.com^$third-party -||bmyepmehjzhz.com^$third-party -||bnbotxyfewtroa.bid^$third-party ||bndkifres.com^$third-party -||bnfjallm.bid^$third-party -||bniarapemvbd.com^$third-party +||bnielrtzc.com^$third-party ||bnjhbghjznq.com^$third-party ||bnjrtdsafo.com^$third-party ||bnjuhrbpdjtjul.com^$third-party -||bnkgacehxxmx.com^$third-party ||bnlqhnqnqveo.com^$third-party -||bnnsgqjofzar.com^$third-party ||bnpmudgktroz.com^$third-party -||bnqaljyjkpwmiu.bid^$third-party ||bnqfbcnzdt.com^$third-party -||bnqgubwpq.com^$third-party ||bnsowzvglhu.com^$third-party ||bnstnhto.com^$third-party -||bnwjoqkudmh.bid^$third-party ||boaawvdg.com^$third-party ||bobwjhcuavqklk.com^$third-party -||bocksnabswdq.com^$third-party ||bocpqkpmez.com^$third-party ||bocqmlgslzoo.com^$third-party -||boevznvrllm.bid^$third-party -||bogkmogzrvzf.com^$third-party -||boguaokxhdsa.com^$third-party -||boiukzfgrp.bid^$third-party ||boizgpgrxvokd.com^$third-party -||bolgooltxygp.com^$third-party -||bomjrcum.bid^$third-party +||bonugmdpqyvjc.com^$third-party ||bonxsqstn.com^$third-party ||boplhfqz.com^$third-party ||boqdapoiv.com^$third-party ||bowqoedgldc.com^$third-party -||bowqvvztlkzn.com^$third-party -||bpblqdfe.bid^$third-party -||bpbwwasthwtp.com^$third-party -||bpcegfmfzvkjmi.bid^$third-party -||bpehfety.bid^$third-party -||bpfxtrzapdxdr.bid^$third-party -||bpglbuxwx.com^$third-party ||bpilvlbzegwf.com^$third-party ||bplzgzpqp.com^$third-party ||bpmskwgodi.com^$third-party ||bpniszadiuc.com^$third-party ||bpnjigwalqjho.com^$third-party -||bpprksdgogtw.com^$third-party +||bpplltxabaayhm.com^$third-party ||bppzqphtd.com^$third-party -||bprnphojtfl.bid^$third-party +||bpsxhmtotf.com^$third-party ||bpudfbrc.com^$third-party -||bqbagfhhbhyzq.bid^$third-party ||bqbkoyasur.com^$third-party ||bqchqjmbkt.com^$third-party ||bqcoenkrlqk.com^$third-party -||bqdpscae.bid^$third-party -||bqgvtryyrhjmf.com^$third-party ||bqntkevvmkk.com^$third-party -||bqptlqmtroto.com^$third-party -||bqqjowpigdnx.com^$third-party -||bqscwtvpvugopg.com^$third-party +||bqqnngtpc.com^$third-party ||bqvgpuvjwhjggp.com^$third-party -||bqyphmwr.bid^$third-party -||bqytfutmwulr.com^$third-party ||bqyzesmanfucq.com^$third-party ||brfyubakyg.com^$third-party ||brgzqubngqbioh.com^$third-party -||brhkraeknmjk.com^$third-party -||briqsnyafmmkxr.com^$third-party -||briqumvlvzshh.com^$third-party -||brjbzbxbcqjb.com^$third-party -||brjycsvgpo.bid^$third-party +||brlfycvtbo.com^$third-party ||brloygpasa.com^$third-party -||brmrwnopuowq.bid^$third-party -||brqrtgjklary.com^$third-party ||brrqeprqsrvrt.com^$third-party -||brrxmhuhyokw.bid^$third-party -||brtcmjchfyel.com^$third-party -||brwusdmjzv.bid^$third-party -||brycnuxoytuang.com^$third-party -||brygxppyaugt.com^$third-party ||bryvvdtek.com^$third-party -||brzmefeoqwdakc.bid^$third-party -||brztxamj.com^$third-party -||bsaixnxcpaai.com^$third-party -||bsepyppitmkkf.com^$third-party +||bsfnvvxjcisif.com^$third-party +||bsgimhqko.com^$third-party ||bsjhbxtrbvkr.com^$third-party ||bskijhtct.com^$third-party ||bskwrsjudrp.com^$third-party -||bslgmaxqild.bid^$third-party -||bslqjxmltuel.bid^$third-party ||bsmryjou.com^$third-party -||bsnbfufjgxrb.com^$third-party ||bsoswwiwzs.com^$third-party -||bspjagxietut.com^$third-party ||bsqbdbtftyu.com^$third-party -||bsqliktzudq.bid^$third-party ||bsrmcmvdoeyzib.com^$third-party -||bsupflnjmuzn.com^$third-party -||bsxctkajqdp.com^$third-party -||btbapoifsphl.com^$third-party +||bszaoqzjyx.com^$third-party ||btbuigpxge.com^$third-party -||btcwkbqojiyg.com^$third-party ||btgovcuviqor.com^$third-party -||btjxbwiehrm.bid^$third-party -||btkaoblylg.bid^$third-party -||btkcdqrzmqca.com^$third-party ||btkxogjoxtd.com^$third-party -||btmcxzanpsi.com^$third-party -||btnbdmhxdsf.com^$third-party ||btonzfjleinuax.com^$third-party ||btovopyov.com^$third-party -||btpgbmvlk.bid^$third-party -||btqwmdinav.com^$third-party -||btsimocheozy.bid^$third-party +||btrdlsehltu.com^$third-party +||btttmgxtziztqq.com^$third-party ||bturlzbakbcsdd.com^$third-party -||btvdzlkg.bid^$third-party -||btwpplvcqao.com^$third-party -||btxoeiisonxh.com^$third-party -||btxyusxfbx.com^$third-party ||btzuecidcshmmv.com^$third-party ||buadnqirhykcyc.com^$third-party -||buauaamx.bid^$third-party -||budyxjttmjkf.com^$third-party -||bufqrxzyrecf.com^$third-party ||bugwiqivdqotjk.com^$third-party ||buhlhkkvljt.com^$third-party -||buhxsaifjxupaj.com^$third-party -||buitxcrnucyi.com^$third-party -||bujntrmh.com^$third-party ||bukpsslm.com^$third-party ||bunlxlhmsoizsa.com^$third-party ||burobtnbpgkh.com^$third-party -||burvyzqwfqg.bid^$third-party +||buxmllzyoxnr.com^$third-party ||bvcddoyb.com^$third-party -||bvevgygeu.bid^$third-party -||bvezznurwekr.com^$third-party -||bvhzswlde.bid^$third-party +||bvflzrtmcssyea.com^$third-party ||bvjexgnagddtmu.com^$third-party ||bvlbzzeqaafkj.com^$third-party -||bvnekcpa.bid^$third-party ||bvnmmdelarn.com^$third-party -||bvobtmbziccr.com^$third-party ||bvovcgdwbafgmf.com^$third-party -||bvqfuryhas.bid^$third-party ||bvrdzbzwa.com^$third-party -||bvreosoejjt.bid^$third-party -||bvrkzhtxlgono.com^$third-party ||bvuficdch.com^$third-party ||bvvqtaltc.com^$third-party ||bvwkethv.com^$third-party -||bvwzffbinbou.com^$third-party -||bvyoekxfjwpa.com^$third-party ||bvzdfhpyz.com^$third-party -||bvzhalhubwkbg.bid^$third-party -||bvzjhnqrypiv.com^$third-party -||bwbbcdkkocx.bid^$third-party -||bwcpnpkkncszi.com^$third-party -||bweqokcd.bid^$third-party +||bwaguyek.com^$third-party +||bwhkzhvq.com^$third-party ||bwjteztqdlg.com^$third-party -||bwlstzzqxpuxr.bid^$third-party -||bwnrgfhbd.bid^$third-party -||bwoefrhtycp.com^$third-party ||bwohgwrk.com^$third-party ||bwoipfjnvbw.com^$third-party -||bwpqqofejekh.com^$third-party -||bwssvome.com^$third-party ||bwuqqnxubseq.com^$third-party -||bwuxrzvr.bid^$third-party ||bwvigmkn.com^$third-party ||bwwfncfuzahpg.com^$third-party -||bwyckpmsolzk.com^$third-party -||bwzohoomljs.com^$third-party ||bxejeqyudkgum.com^$third-party -||bxexufifrsfr.com^$third-party -||bxfsdzpffy.bid^$third-party +||bxgnnzwagkxur.com^$third-party +||bxhevqnz.com^$third-party ||bxknvtbmzsqc.com^$third-party +||bxkpkskdox.com^$third-party ||bxniyvvxufxyoy.com^$third-party ||bxodbythc.com^$third-party -||bxoemfpetyqi.bid^$third-party -||bxoixzbtllwx.com^$third-party -||bxpbwitpgbid.bid^$third-party ||bxravgxfkubm.com^$third-party -||bxrjiqoajbbh.com^$third-party -||bxtcgufurbdk.bid^$third-party ||bxvbtafvyaoc.com^$third-party ||bxvydxjqklq.com^$third-party -||bxwbflhpk.com^$third-party ||bxxhbrpxqtwfq.com^$third-party -||bxxlvfhaxwscz.com^$third-party -||bxzkknilgmdt.bid^$third-party +||byaqcsehcj.com^$third-party ||byclitror.com^$third-party -||bydbjtaoy.bid^$third-party -||byecttekgbksr.bid^$third-party +||byfgrwrpqjdkj.com^$third-party ||bygigguvflpv.com^$third-party -||bymyneknm.bid^$third-party -||byoftdngsqjezw.bid^$third-party -||bypjftbwbpj.bid^$third-party -||byqmzodcdhhu.com^$third-party -||byspwzspx.bid^$third-party ||bysziktift.com^$third-party -||byufpbvjpedvpx.com^$third-party -||byuwgtzpawzzd.com^$third-party +||byusabodcwyct.com^$third-party ||byxlivaqzo.com^$third-party -||byxlzyvfgb.bid^$third-party -||bzbaizntfrhl.com^$third-party ||bzctqprddwhj.com^$third-party -||bzeidqugwde.bid^$third-party ||bzeitvxguf.com^$third-party -||bzfguipyjops.com^$third-party ||bzfvcavza.com^$third-party -||bzgwkxnjqjdz.com^$third-party +||bzgijyfjo.com^$third-party ||bzkmfzoxqmau.com^$third-party -||bzlvolaqiy.bid^$third-party -||bznmgijglbpr.com^$third-party ||bzotzfcbhomw.com^$third-party -||bzqqaoeufrld.com^$third-party ||bzrsybcg.com^$third-party -||bzsbtfiz.com^$third-party ||bzspzpdrqjopj.com^$third-party ||bzsukdfbotd.com^$third-party ||bzvimexwdle.com^$third-party -||bzyrhqbdldds.com^$third-party +||bzxmgyfae.com^$third-party ||caajevalistl.com^$third-party ||caaqyzbpsbtk.com^$third-party -||cacpcaizwx.bid^$third-party ||cadchbpsifb.com^$third-party -||cadulscdfhtcb.bid^$third-party -||cafvzpusl.com^$third-party -||cahepysgenpb.com^$third-party +||cahvxjmcl.com^$third-party ||caljqsml.com^$third-party ||camrfajedgku.com^$third-party ||capquqhuiazl.com^$third-party -||carsxardivaf.com^$third-party ||caucqpoeg.com^$third-party ||cavdzowr.com^$third-party -||cawcwpvmpcje.com^$third-party ||caxiqapecuop.com^$third-party -||cayaaebmb.com^$third-party ||caykotranybjvx.com^$third-party ||cayqecxokz.com^$third-party -||cbbabemymc.com^$third-party ||cbbsnmrwpqou.com^$third-party ||cbchvrgqb.com^$third-party ||cbcjkmyetnqch.com^$third-party ||cbdjzemui.com^$third-party -||cbehcazifywmro.bid^$third-party +||cbeyywbfm.com^$third-party ||cbgujxjlp.com^$third-party ||cbhpiuopomc.com^$third-party ||cbiapaofuviswf.com^$third-party -||cbnrvzfvmd.com^$third-party -||cbolsxvresvu.bid^$third-party -||cbrqndeptsw.com^$third-party -||cbsfcpciitwcky.com^$third-party -||cbtdjpspjp.com^$third-party +||cbiknyhztow.com^$third-party ||cbuxzegro.com^$third-party ||cbwocsublalxz.com^$third-party -||cbwrwcjdctrj.com^$third-party -||cbxadrwlccrky.bid^$third-party -||cbxqceuuwnaz.com^$third-party -||cbxtnudkklwh.com^$third-party -||cbyjjheawrcfq.com^$third-party +||cbyzgxhbovgwju.com^$third-party ||cbzjukldosooj.com^$third-party ||cbzkrwjdskg.com^$third-party -||ccabzumewfk.bid^$third-party -||ccaypkuiauizuh.bid^$third-party -||ccbaobjyprxh.com^$third-party -||cccytihi.bid^$third-party -||ccdkyvyw.com^$third-party -||ccefzhxgobjm.com^$third-party ||ccemeoqbqb.com^$third-party -||ccmoxtwauruz.bid^$third-party -||ccpnzfts.com^$third-party -||ccscpyeeiqhs.bid^$third-party -||ccvewygyjqbq.bid^$third-party -||ccwinenmbnso.com^$third-party +||ccrkqqnxmnwlm.com^$third-party ||ccyttdkwntyhx.com^$third-party ||cczixhwxprith.com^$third-party ||cdaywwdyicf.com^$third-party ||cdbhmahnjb.com^$third-party -||cdbkxcnfmehf.com^$third-party -||cdbxuzzlgfhh.com^$third-party ||cddjdjwatndgja.com^$third-party -||cddlngatmpthc.bid^$third-party ||cdegnloptetj.com^$third-party -||cdfyuyoyfxohj.bid^$third-party -||cdhzxcwuibzk.com^$third-party -||cdicyazp.com^$third-party ||cdkxvrryzgd.com^$third-party ||cdmjjvqzurn.com^$third-party -||cdobneyuq.com^$third-party ||cdooewrzvec.com^$third-party ||cdookjqkri.com^$third-party ||cdqweuwvagrbd.com^$third-party -||cdtojdrhoc.bid^$third-party -||cdveeechegws.com^$third-party +||cdvjpzltcouxm.com^$third-party ||cdvoqspgdp.com^$third-party ||cdwqibctfz.com^$third-party ||cdyiipzo.com^$third-party @@ -38828,21 +38889,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cdzifdzftkmfof.com^$third-party ||cedcdoqkrjabs.com^$third-party ||cefqvuhygky.com^$third-party -||ceidxneoogpuh.com^$third-party +||cejqceekq.com^$third-party ||cekptlucf.com^$third-party ||cekzdbewgnzu.com^$third-party -||ceseyitsikzs.com^$third-party -||cesxssavc.com^$third-party -||ceugjbwb.com^$third-party +||ceoillwdcc.com^$third-party ||cevwkduhwbuc.com^$third-party -||cewdbisyrzdv.com^$third-party -||cewegncr.com^$third-party -||cewviaslxyyr.com^$third-party ||ceycwphrp.com^$third-party ||ceyimthpmrct.com^$third-party -||ceywprmvjy.com^$third-party ||cezmxscvslmfhy.com^$third-party -||cfdmkifknsjt.com^$third-party ||cfhkiriics.com^$third-party ||cfkhdbzn.com^$third-party ||cfknxewzz.com^$third-party @@ -38850,28 +38904,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cfpqhrfpccmpq.com^$third-party ||cfqzixjwwqgow.com^$third-party ||cfraazitu.com^$third-party -||cfsdtzggpcmr.com^$third-party ||cfskcqrwbog.com^$third-party ||cftervwhu.com^$third-party ||cfupqlin.com^$third-party ||cfuwbptxcdgza.com^$third-party -||cfvfjsobudwrsn.com^$third-party -||cfyvrgvopaejx.com^$third-party ||cfzskkkmjg.com^$third-party ||cgaemihcbvr.com^$third-party ||cgamyfohry.com^$third-party -||cgbemyws.bid^$third-party ||cgbqzfjf.com^$third-party ||cgcukmix.com^$third-party -||cgdvsvczduzq.bid^$third-party ||cgjbizumzm.com^$third-party ||cgjyesqhxzzm.com^$third-party ||cgkeasqkzfpepr.com^$third-party +||cgkhqjuwfle.com^$third-party ||cgkpwhkgjxo.com^$third-party ||cglcdshkqiuic.com^$third-party ||cglpmszvpzzxj.com^$third-party ||cglqqjxaaowb.com^$third-party -||cgmkpdqjnedb.com^$third-party ||cgnfyfer.com^$third-party ||cgociipdf.com^$third-party ||cgrvnpkwuytts.com^$third-party @@ -38879,1283 +38928,665 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cguvvvdxa.com^$third-party ||cgwhbzfxhwltpm.com^$third-party ||chdaismlykqep.com^$third-party -||chiybszey.bid^$third-party ||chjfbjjgqts.com^$third-party ||chjriixbqmppwm.com^$third-party ||chjvykulvzey.com^$third-party ||chkqqbpppcuihn.com^$third-party ||chlekoyxrbi.com^$third-party -||chlpyktpzcciyh.com^$third-party ||chnktglh.com^$third-party -||chnvilhrmeaw.bid^$third-party +||chofezrj.com^$third-party ||chqspuonctkgz.com^$third-party -||chqulqxfghdz.com^$third-party -||chtpcjezorlo.com^$third-party -||chuvzwxbpf.bid^$third-party -||chvjfriqlvnt.com^$third-party ||chvwtxtzmzbggo.com^$third-party -||chxfeymgmwbo.com^$third-party ||chxwlqtvgrw.com^$third-party -||chyfjrkstyzl.bid^$third-party -||chytrrvwvabg.com^$third-party -||chzashakbgds.com^$third-party -||ciaszbncdj.bid^$third-party -||cibmcziio.bid^$third-party ||ciecissstwncw.com^$third-party ||cifipkbu.com^$third-party ||cifwsaufnalvh.com^$third-party -||cihnrhqwbcsq.com^$third-party -||cijfsxtsjpx.bid^$third-party -||cijwskfvye.com^$third-party -||cijzoindd.com^$third-party -||cikzhemgwchl.com^$third-party ||cimcshjoue.com^$third-party -||cimpmvccrg.bid^$third-party -||cineqkifrlxsep.bid^$third-party ||cioqyqlkimuh.com^$third-party -||cipohwidxc.com^$third-party -||cisfjtamphuqt.com^$third-party -||cistcrrhqfm.bid^$third-party +||ciusqhujddbggb.com^$third-party ||civyssfaqtufib.com^$third-party ||ciwbezny.com^$third-party -||cixjiydrsyq.bid^$third-party ||cixvlpbnceh.com^$third-party ||cizemeshbbc.com^$third-party -||cjbaeegayainxl.bid^$third-party ||cjdomdjyvble.com^$third-party ||cjgpifztileh.com^$third-party -||cjhdmrcv.com^$third-party -||cjkjeyjbl.com^$third-party -||cjnoeafncyzb.com^$third-party -||cjnqsrzyhil.com^$third-party -||cjnwobsladbq.com^$third-party ||cjojvvfyb.com^$third-party -||cjprndsozzdu.bid^$third-party +||cjotzbxtyxwplr.com^$third-party ||cjsgmoekcb.com^$third-party -||cjuntyydjokvde.com^$third-party ||cjuztylaun.com^$third-party -||cjvgnswapbqo.com^$third-party ||cjvpybdsasarc.com^$third-party ||cjwjpmudu.com^$third-party -||cjxdbmxtnqmy.com^$third-party -||cjxkzkzmdomd.com^$third-party -||ckfctuaga.com^$third-party -||ckhfffgt.com^$third-party -||ckjdnyvcop.bid^$third-party -||ckjflngcqcfl.bid^$third-party -||ckjjcarzu.com^$third-party -||ckjjnujgvfd.com^$third-party ||ckkqgycwljxib.com^$third-party ||ckkrlzxvy.com^$third-party ||ckombcgg.com^$third-party ||ckopycdb.com^$third-party -||ckqfackpj.bid^$third-party -||ckqgkazihvwc.com^$third-party -||ckqjezikww.bid^$third-party -||ckqkwhampiyb.com^$third-party -||ckqpusmxvilv.com^$third-party -||ckryzlnafwyd.com^$third-party -||ckwpsghi.com^$third-party -||ckxhoidrflu.com^$third-party +||ckotfhgn.com^$third-party ||ckxqtppyzqbll.com^$third-party ||ckxyvauhqfuoin.com^$third-party -||ckydzwjzbgarz.bid^$third-party -||ckyxscaeockj.bid^$third-party -||cledghtdrjtb.com^$third-party +||clfvfumqqok.com^$third-party ||clgyhwaoh.com^$third-party -||clhkbfqzwpst.com^$third-party -||clhqmynew.bid^$third-party ||cljmarinq.com^$third-party ||clkkcokl.com^$third-party ||clnlyfxit.com^$third-party -||clomggnzxsyf.bid^$third-party -||clonsvyhy.bid^$third-party +||clnyonxgsvov.com^$third-party ||clouxtnxsmxdva.com^$third-party ||clsvugmivpf.com^$third-party ||clsyxddpbt.com^$third-party ||clutaqawmz.com^$third-party -||clxakmsyjlryz.bid^$third-party ||clybtbahdbwkep.com^$third-party -||clyksqxxdeduq.bid^$third-party ||clzfurcqmlgw.com^$third-party -||cmdjujqlfbts.com^$third-party -||cmdnzbuynnm.com^$third-party -||cmdotgwjhpqf.com^$third-party +||cmebevvtjdffc.com^$third-party ||cmelqqmywpmf.com^$third-party +||cmfflktyndtqnt.com^$third-party ||cmhomlaipa.com^$third-party -||cmhwwdwfiyx.com^$third-party -||cmjjzwddw.com^$third-party +||cmkotfol.com^$third-party ||cmncgeqivmjki.com^$third-party ||cmnhwzdsvr.com^$third-party -||cmpkynhhmkni.com^$third-party -||cmpsuzvr.com^$third-party -||cmqeojydveotb.bid^$third-party -||cmqyhtqkhduy.com^$third-party ||cmrppltjs.com^$third-party -||cmrxvyjyaerf.com^$third-party -||cmwsdhdyregbyn.bid^$third-party -||cmyjgtiihmit.bid^$third-party -||cmyzmrgrtyrkt.com^$third-party +||cmspoddbak.com^$third-party ||cnbarnfxq.com^$third-party -||cnckdochd.com^$third-party ||cncqycrckl.com^$third-party ||cndgrpfuuijg.com^$third-party ||cndijojw.com^$third-party -||cnfiukuediuy.com^$third-party -||cnfuhtsefojuk.com^$third-party -||cnjkrbhtbv.com^$third-party -||cnntsmnymvnp.com^$third-party -||cnnzfijy.bid^$third-party +||cngxkybnoawhxt.com^$third-party ||cnossxqkdoupxw.com^$third-party -||cnoytvqomyhjz.com^$third-party ||cnpntmju.com^$third-party -||cnqanzdb.com^$third-party -||cnsnoljocc.com^$third-party +||cnrvmcderv.com^$third-party +||cntvxymwesggem.com^$third-party ||cnutjhszkjse.com^$third-party -||cnuxnqgjkjqmky.bid^$third-party -||cnyblliqyhcs.bid^$third-party -||cnygzgurqpwop.bid^$third-party ||coaincltxhw.com^$third-party ||coatobpljh.com^$third-party ||coepzyavjda.com^$third-party ||cofybuwuc.com^$third-party -||cogxsnvqesph.com^$third-party -||cohhcaahxxcf.com^$third-party -||coiphezlzpl.bid^$third-party -||cokfwpfycgzjvn.bid^$third-party -||cokrrmzagaxn.com^$third-party ||collamps.com^$third-party ||comgnnyx.com^$third-party ||comuwczkajglxs.com^$third-party ||comwgi.com^$third-party ||cooowbno.com^$third-party +||copvigvmzj.com^$third-party ||coroheyjses.com^$third-party -||cortxphssdvc.com^$third-party ||coshfgpgab.com^$third-party -||covjoecuzyss.com^$third-party -||cowmslkltc.com^$third-party -||coxgtwdios.bid^$third-party -||coyhvotxgrnq.com^$third-party -||cozclrlpsk.com^$third-party -||cozjfzlng.com^$third-party -||cpamnizzierk.com^$third-party -||cpbtcwar.com^$third-party -||cpdafetdjtdsy.com^$third-party -||cpdbkckekff.com^$third-party -||cpdoalzgwnwf.com^$third-party -||cpgiseaopbx.bid^$third-party -||cphxwpicozlatvnsospudjhswfxwmykgbihjzvckxvtxzfsgtx.com^$third-party -||cpkbdmkguggh.com^$third-party -||cplefwvdqkwjev.bid^$third-party -||cpmjpcefbwqr.com^$third-party -||cpovvzgpc.com^$third-party ||cppnznmorh.com^$third-party -||cpxjivpayggg.com^$third-party -||cpynfeqyqfby.com^$third-party +||cptycdzksyvn.com^$third-party ||cpzxmrne.com^$third-party -||cqaiylftp.com^$third-party -||cqbabfsyfqse.com^$third-party -||cqbphspgvhuk.com^$third-party -||cqcebzspxptwfl.bid^$third-party ||cqflplcldh.com^$third-party ||cqhxrlnhzlda.com^$third-party -||cqieqaxlphdi.com^$third-party -||cqindhgqi.com^$third-party ||cqjnxsbuplcqri.com^$third-party ||cqkqukynmny.com^$third-party ||cqnhmccy.com^$third-party -||cqoxufzgev.bid^$third-party -||cqoyvpldkmqt.com^$third-party ||cqpmmfxvibjr.com^$third-party -||cqskvtpeqcp.bid^$third-party -||cqsmswwidrn.bid^$third-party -||cqvbvpxnqqcfwl.bid^$third-party +||cqtfeoje.com^$third-party +||cqubxammwgoplo.com^$third-party ||cqvkwpulpwfudg.com^$third-party ||cqwqxapujf.com^$third-party ||cqyfjodshwuici.com^$third-party -||cqzqdoqsgxyf.com^$third-party ||cracwrddcb.com^$third-party ||crcewevoy.com^$third-party -||credbgvhijbcj.com^$third-party -||creyboif.bid^$third-party ||crgfbmzsk.com^$third-party ||crheaeqw.com^$third-party ||crhvyali.com^$third-party -||crijpgcer.com^$third-party ||crjsrbyybipozq.com^$third-party -||crkgtnad.com^$third-party -||crkliqlyabacgt.bid^$third-party -||crnxueioe.bid^$third-party ||crokacpwjtf.com^$third-party -||croxdfrdjfnt.com^$third-party -||crpiucewddag.com^$third-party ||crpmohfici.com^$third-party -||crqnosmxstdfnp.bid^$third-party ||crrgnnqidpf.com^$third-party -||crtntrvjuun.bid^$third-party -||cruqmpwhczna.bid^$third-party -||crvvrxfgsvohiy.com^$third-party +||crupntgybilt.com^$third-party ||crwzxtuhvzv.com^$third-party ||crxhbchbd.com^$third-party ||crykaxliilz.com^$third-party ||crylukzsthjz.com^$third-party -||crzhxquiyo.com^$third-party -||crzlkluxnigce.com^$third-party -||crzojmwnnq.com^$third-party -||csbsyukodmga.com^$third-party -||cscactmkbfvn.com^$third-party -||csdqikvba.bid^$third-party ||csdzhoku.com^$third-party +||csfkhqzegycmux.com^$third-party ||cshzkkihjnweb.com^$third-party ||csionjbak.com^$third-party ||csjayzqifekaq.com^$third-party ||cskwckhyhriyk.com^$third-party -||cslxhmchzgbx.com^$third-party ||csmcfetvb.com^$third-party -||csmqorveetie.com^$third-party +||csnqzwwdtjg.com^$third-party ||csouqeeviwo.com^$third-party ||cspyozjbwb.com^$third-party -||cstdfxkxbqbc.com^$third-party ||cstfzgckbtrb.com^$third-party -||csxokexd.com^$third-party -||csyngxtkifrh.com^$third-party +||csyjaajr.com^$third-party ||ctcpwymaeuwnqd.com^$third-party -||ctfscglqjzkfe.com^$third-party -||ctgoivpnnze.bid^$third-party -||ctimfrfrmqip.com^$third-party -||ctjjftxn.bid^$third-party ||ctjtlrmy.com^$third-party -||ctjwmzryhcoj.com^$third-party -||ctnbnbjcjfkf.bid^$third-party -||ctohqzii.com^$third-party ||ctpjfacao.com^$third-party -||ctplyvuuzdcv.com^$third-party ||ctqoduhdji.com^$third-party ||ctrsopfwiadfjn.com^$third-party ||ctsrwmcshv.com^$third-party ||cttnlnsnwdokqb.com^$third-party -||ctvsgkoe.bid^$third-party -||ctzvtevpcssx.com^$third-party -||cuabgfjnib.bid^$third-party -||cuchpagh.com^$third-party +||cttwfmsx.com^$third-party ||cudjntck.com^$third-party -||cuecxgwkjtan.com^$third-party ||cuguwxkasghy.com^$third-party -||cuhicevdjsfey.com^$third-party ||cujsutkdbz.com^$third-party -||cukabtvyl.com^$third-party ||cukwbpne.com^$third-party ||cuortwomnr.com^$third-party -||cupzwcxgx.com^$third-party ||curnkiosk.com^$third-party -||cuvbcwgenwytrk.bid^$third-party -||cuxsmovh.bid^$third-party ||cvarxvlbnphcjq.com^$third-party ||cvdvexais.com^$third-party ||cvembcmcvrxly.com^$third-party -||cvffhevoebnz.com^$third-party ||cvhcrbbbfaa.com^$third-party -||cvhpuccaib.bid^$third-party +||cvixcaboqq.com^$third-party ||cvjzauehxjsy.com^$third-party -||cvnmmeux.com^$third-party ||cvofpjhscrj.com^$third-party ||cvsuqfsul.com^$third-party ||cvupqfim.com^$third-party ||cvvwaepygjzczp.com^$third-party -||cvwipkjyu.bid^$third-party ||cvwrspsdr.com^$third-party ||cvypzafq.com^$third-party ||cvzixxiesyjkha.com^$third-party +||cwandzytnzplqn.com^$third-party ||cwbbqhgtjbvtzi.com^$third-party -||cwdnbhhmdnm.com^$third-party +||cweiwoydalr.com^$third-party ||cwfikuwyjwnev.com^$third-party ||cwgayuzp.com^$third-party -||cwhuavlffzvhyi.bid^$third-party -||cwliihvsjckn.com^$third-party -||cwmxsgbllbee.bid^$third-party -||cwmycjoddoq.com^$third-party ||cwnrunnvatbfug.com^$third-party -||cwofongvtbsi.com^$third-party ||cworsbumjgbuc.com^$third-party +||cwplubzglmfah.com^$third-party ||cwpumsjshnacl.com^$third-party -||cwtekghutpaq.com^$third-party +||cwsgwqbcdhtk.com^$third-party ||cwvdzcqvg.com^$third-party ||cwvqtapvqbmxfd.com^$third-party -||cwxblalyyvbj.com^$third-party -||cwxkywbndfue.com^$third-party -||cwxmevdteoxqi.com^$third-party -||cwxqufxcqopi.com^$third-party ||cwyvnvukvkxqv.com^$third-party -||cwznlbsep.bid^$third-party -||cxgwwsapihlo.com^$third-party -||cxhfzipv.com^$third-party ||cxhtodgorrq.com^$third-party -||cxkllhjrrpjp.bid^$third-party ||cxmakekcesubep.com^$third-party -||cxnxognwkuxm.com^$third-party -||cxqevkkfhdqu.bid^$third-party ||cxqmzfcfcwbwv.com^$third-party -||cxrmgoybhyrk.com^$third-party +||cxuehuxz.com^$third-party ||cxunpvor.com^$third-party ||cxxhkmuxdjsmw.com^$third-party ||cxxqchjb.com^$third-party ||cxxsegmhltakq.com^$third-party ||cxzisvjhpt.com^$third-party -||cybkhbkuobl.com^$third-party ||cybzsdkmrqgy.com^$third-party +||cycxrevajbyyk.com^$third-party ||cyfzthaduxhb.com^$third-party ||cygngisr.com^$third-party ||cyhcpeprgy.com^$third-party ||cyjybkrmzstpid.com^$third-party ||cymeeoolym.com^$third-party -||cymuxbcnhinm.com^$third-party ||cyqbtxpgarmc.com^$third-party -||cyrirvvrn.com^$third-party -||cyrrbejq.bid^$third-party -||cyssfnqt.com^$third-party ||cytpfucbb.com^$third-party -||cyufjpvzaf.com^$third-party -||cywegkfcrhup.com^$third-party -||cyxagtpeggjv.com^$third-party -||czaxrbclfse.com^$third-party -||czbtfksgtcuy.com^$third-party -||czcbkaptwfmv.com^$third-party +||cyvnsdsygkpqvz.com^$third-party ||czcetfjlisyjh.com^$third-party -||czcydlrnu.com^$third-party -||czcyppdffuhh.com^$third-party -||czdaxoesbdlih.com^$third-party -||czfavkwdmmpp.bid^$third-party -||czgeitdowtlv.com^$third-party ||czgmlnhz.com^$third-party -||czhtiirf.bid^$third-party -||czihyzbul.com^$third-party -||czjjyfnpyrs.bid^$third-party -||czkbmjsodcgr.bid^$third-party ||czmolxvvrbb.com^$third-party ||czobtirdnwqhn.com^$third-party -||czoivochvduv.com^$third-party -||czppmlbidjdx.com^$third-party -||czpspyovtiqn.com^$third-party -||czpwvmuznpj.bid^$third-party ||czqrilwnayq.com^$third-party -||czrbkvvxyu.bid^$third-party -||czrtrfoin.com^$third-party ||czsnzyykqzcreu.com^$third-party ||czspwzutqpbr.com^$third-party -||czuyzjyxlgirh.bid^$third-party ||czvfrzvnsltwco.com^$third-party -||czwdzqfnmzw.bid^$third-party +||czypiqwulod.com^$third-party ||czzzwuvvc.com^$third-party ||dabxzyfcxrdgbs.com^$third-party ||dacknbenn.com^$third-party -||dacqmkmsjajm.com^$third-party -||dadllrpazourna.com^$third-party -||daetemegxlyp.com^$third-party -||dagqnyapwql.bid^$third-party -||dahakbkwgvwzb.bid^$third-party -||daiwyihpjhdy.com^$third-party -||daizzagvvnv.com^$third-party ||dajlkvplxyzbsa.com^$third-party -||dajoetsja.com^$third-party ||daljntupdaoejb.com^$third-party ||dalqybwdy.com^$third-party ||damihyugqet.com^$third-party ||danhhmhxkrm.com^$third-party ||danunnpvy.com^$third-party -||daohvygdwvj.bid^$third-party -||dapvmnnttetuu.bid^$third-party -||daqdksam.bid^$third-party ||daqijjpjow.com^$third-party ||davthnojr.com^$third-party -||daxnfpzmnfdr.com^$third-party -||daxzupqivdoj.com^$third-party ||dbcxaicjyt.com^$third-party -||dbdndssvyxaltf.bid^$third-party -||dbesyixn.bid^$third-party ||dbftszei.bid^$third-party ||dbhrfdfuqh.com^$third-party ||dbhyrddfm.com^$third-party -||dbjcbnlwchgu.com^$third-party -||dbjsnxncaxnpp.com^$third-party ||dbktgmyjph.com^$third-party -||dblnptdnyt.bid^$third-party -||dbmaptqxpjmsyr.bid^$third-party ||dbmysjylbpwrav.com^$third-party -||dbojgaxhxalh.com^$third-party -||dbtaclpoahri.com^$third-party -||dbtglwtlxhysk.com^$third-party +||dbrgmcjuf.com^$third-party +||dbrxdvqz.com^$third-party +||dbtlonlnjlnr.com^$third-party ||dbuwkhpggim.com^$third-party -||dbwawnzkjniz.com^$third-party -||dbwohmscsgkhvz.bid^$third-party ||dbyinbsam.com^$third-party -||dbysmkeerpzo.com^$third-party ||dccstsamnyrjk.com^$third-party -||dcdalkgtbmip.com^$third-party -||dcdqvukf.bid^$third-party -||dcgbswcvywyl.com^$third-party ||dchnguasrxubf.com^$third-party ||dcjhpaexcwtc.com^$third-party ||dckyimoylozbby.com^$third-party -||dclmmbjyshy.com^$third-party -||dcmatjqifoim.com^$third-party -||dcmhpbpdcsy.com^$third-party -||dcneohtx.com^$third-party ||dcoxxsbn.com^$third-party ||dcqhbqwlcukxu.com^$third-party -||dcqyyaprodclf.bid^$third-party +||dcqthcwm.com^$third-party +||dcwgzqbfl.com^$third-party ||dcxitlzzmyxbwn.com^$third-party -||dcybolsar.bid^$third-party +||dcxtvftrdd.com^$third-party ||dcyeufoq.com^$third-party -||dcznhkojghrl.com^$third-party -||ddbnikwub.com^$third-party -||ddczayne.bid^$third-party ||dddgndcqajr.com^$third-party ||ddfnykqqiexse.com^$third-party -||ddhnjkaojrcv.bid^$third-party -||ddjodgzhxyjtaa.bid^$third-party ||ddljcvtxfjtc.com^$third-party ||ddlwnwshlk.com^$third-party ||ddmlzfwsb.com^$third-party ||ddnmzrpp.com^$third-party -||ddprxzxnhzbq.com^$third-party -||debuackedhkvu.bid^$third-party -||deebwmbbytr.com^$third-party -||degitlwfezpe.com^$third-party -||dehyogsjbk.bid^$third-party +||ddzfjyppcbv.com^$third-party ||deicslktis.com^$third-party ||deiqehvcdnntg.com^$third-party ||denixsips.com^$third-party -||deouvnqbgflv.com^$third-party -||deqrdwsjlpjz.com^$third-party ||dergevqzqi.com^$third-party -||derpqpyvym.bid^$third-party ||derqboxqca.com^$third-party ||deuqpxrht.com^$third-party ||devjbzfd.com^$third-party +||dewgnvonohak.com^$third-party ||dewltdgzgtt.com^$third-party -||dexxxrggi.com^$third-party -||deyzjaiggwz.com^$third-party +||dewqbkpy.com^$third-party ||dfawfyhesfe.com^$third-party -||dfbtmkwdcajsy.bid^$third-party ||dfcwecvmjtdj.com^$third-party ||dfgfgvqogboiz.com^$third-party -||dfgwnkricjcko.bid^$third-party ||dfjaoecxqyox.com^$third-party ||dfkpqvhcl.com^$third-party -||dfllzlsztzqwz.bid^$third-party ||dfmedtntwcepqx.com^$third-party ||dfmunigpp.com^$third-party -||dfnnhwiyxjajhq.com^$third-party ||dfomexjuokpuxi.com^$third-party ||dfpejgtwrgawen.com^$third-party -||dfrcdywe.com^$third-party -||dfrekewe.com^$third-party -||dfujqyjifvoe.com^$third-party -||dfxemnxrsal.bid^$third-party ||dfxvfkutloxnyl.com^$third-party ||dfyudpyceqoy.com^$third-party ||dgarvwharbgpb.com^$third-party -||dgbhmpumhxy.bid^$third-party -||dgcxsmiavpg.bid^$third-party ||dgeggjwyhkrr.com^$third-party -||dgfpsbezfeh.bid^$third-party -||dggcgurqynie.com^$third-party -||dgghbqysqzs.bid^$third-party -||dgjlfdvqb.bid^$third-party ||dgkvriccq.com^$third-party ||dglfkgmhahilp.com^$third-party -||dgmlubjidcxc.com^$third-party -||dgnjovmuao.bid^$third-party -||dgnqzxsw.bid^$third-party ||dgnuumyxpqiget.com^$third-party +||dgoqeqfihs.com^$third-party ||dgowzelhoaqqb.com^$third-party ||dgqktjmxtlp.com^$third-party ||dgrvnlhz.com^$third-party ||dgtmyxfuzwtr.com^$third-party ||dgtnoyoud.com^$third-party ||dgucunmuibx.com^$third-party -||dgufzszbsk.bid^$third-party -||dgulomuzgkyjhe.bid^$third-party ||dgwyckutalyqcn.com^$third-party -||dgycvdyncugrd.bid^$third-party ||dhaomvok.com^$third-party -||dhenktvqqmbcnj.bid^$third-party ||dhgcqqmtf.com^$third-party -||dhienrfamv.com^$third-party -||dhlnlwxspczc.com^$third-party -||dhmhdiozqbnq.com^$third-party ||dhmwedckf.com^$third-party -||dhnxwgxszvi.com^$third-party -||dhomixidnkas.com^$third-party -||dhrjzwqpweidm.bid^$third-party -||dhsztvyjwcmk.com^$third-party ||dhtqupvxujyfp.com^$third-party ||dhuqolbvyla.com^$third-party -||dhvaigzy.com^$third-party -||dhvzrpvjwibr.com^$third-party -||dhxjrqegphza.bid^$third-party ||dhxwczetwdkt.com^$third-party -||dhzmxkoq.bid^$third-party -||dibpvaoi.bid^$third-party -||didibvyl.bid^$third-party ||diekhxpwngawme.com^$third-party ||dieohupl.com^$third-party -||digwzeutydo.com^$third-party ||dijutbdzbv.com^$third-party ||dikzfvrgjpygz.com^$third-party ||dillweqbducwi.com^$third-party -||dinmbegj.bid^$third-party ||dipsbbygv.com^$third-party -||diqstzzbqin.bid^$third-party -||disbkzufvqhk.com^$third-party -||ditouyldfqgt.com^$third-party -||diuiyzhao.com^$third-party -||diwiosqupuecg.com^$third-party -||diwkemnk.bid^$third-party +||diwfhgfszus.com^$third-party ||diwsvdnmpn.com^$third-party ||diwtbtakcu.com^$third-party -||diysqcbfyuru.com^$third-party ||djagrjpaoek.com^$third-party -||djavljmti.com^$third-party -||djbnmqdawodm.com^$third-party -||djcbhuwplfpui.bid^$third-party -||djeoxopgw.com^$third-party -||djhqkoikovr.bid^$third-party +||djdcjvivns.com^$third-party +||djephnpzpjuvt.com^$third-party ||djiufagozzla.com^$third-party ||djjckavq.com^$third-party ||djjyyqgsnnfa.com^$third-party ||djnroblmpyxrh.com^$third-party -||djntmaplqzbi.com^$third-party -||djqercix.com^$third-party -||djrkauxla.bid^$third-party -||djtclldgsocbv.bid^$third-party ||djtfkakbufpwot.com^$third-party -||djuxmbjauluis.com^$third-party ||djvpsxtkdmga.com^$third-party ||djwdefnov.com^$third-party -||djxvususwvso.com^$third-party -||dkadbasc.bid^$third-party -||dkdnvbueigxs.bid^$third-party -||dkfdpglo.com^$third-party +||dkecozphug.com^$third-party ||dkfindnpdgac.com^$third-party -||dkgdinrubwxro.bid^$third-party ||dkgitkwo.com^$third-party -||dkjgyysfincxps.bid^$third-party -||dklvewbgjksyy.com^$third-party ||dkmdklhu.com^$third-party ||dkorusxgputkrb.com^$third-party ||dkroonzvxvansw.com^$third-party ||dksvmumbi.com^$third-party ||dktaqipmquo.com^$third-party ||dktyjwldv.com^$third-party -||dkvblgxkihtys.bid^$third-party -||dkvzpqcqan.com^$third-party ||dkxeorhjmua.com^$third-party -||dlahijuwjsv.com^$third-party ||dlawshsjupuyy.com^$third-party ||dlcgxmentykv.com^$third-party -||dlemeyrkjy.com^$third-party +||dldiuzdkrqbk.com^$third-party ||dlfdvyfn.com^$third-party -||dlganxfc.bid^$third-party +||dlfxsmbetx.com^$third-party ||dlgriyjm.com^$third-party ||dlhhzptgsavxu.com^$third-party ||dlmghzdca.com^$third-party -||dlntzbuskygwj.com^$third-party ||dlotljikswmvq.com^$third-party -||dlpgebxqq.com^$third-party ||dlpypwmo.com^$third-party ||dlpyumfmg.com^$third-party ||dlrwabzugcyj.com^$third-party -||dlsgjkayn.com^$third-party ||dlwmksxohvw.com^$third-party ||dlwssyqp.com^$third-party -||dlzksaqygxare.com^$third-party -||dmatquyckwtu.com^$third-party -||dmbjbgiifpfo.com^$third-party -||dmdcpvgu.com^$third-party ||dmgcxznqmmiek.com^$third-party -||dmgexalrtsqrvx.com^$third-party ||dmiqfxlnf.com^$third-party -||dmjcabavsraf.com^$third-party ||dmkadnohjoqh.com^$third-party ||dmnangpsbpm.com^$third-party -||dmojscqlwewu.com^$third-party ||dmrecvpflqb.com^$third-party -||dmrqnwtyttd.com^$third-party -||dmsvdderirwbu.com^$third-party -||dmvegzsxaxn.com^$third-party -||dmvmnafx.com^$third-party -||dmwubqhtuvls.com^$third-party -||dmxoedcqcb.com^$third-party ||dmypkmieippdq.com^$third-party -||dmyypseympjf.com^$third-party -||dneglbgcycpcab.bid^$third-party ||dneliqkbeixeri.com^$third-party -||dneqghbwlmyjnj.com^$third-party -||dnewbvwrvadt.com^$third-party ||dnftqfwycmfqrs.com^$third-party -||dngsuhxuzb.com^$third-party -||dnjxoflvkvec.com^$third-party ||dnkwgzmuxv.com^$third-party -||dnntgcfejsg.bid^$third-party -||dnoucjqzsasm.com^$third-party ||dnpehliwdvjkp.com^$third-party -||dnqejgrbtlxe.com^$third-party -||dnrtjavop.com^$third-party ||dnrywryy.com^$third-party -||dnrzajdjq.com^$third-party -||dnsapimzlvmcis.com^$third-party -||dnsqqdordvpv.com^$third-party -||dntlpwpjwcfu.com^$third-party -||dnvndngbn.bid^$third-party -||dnxpseduuehm.com^$third-party ||dnyjhikistbhvg.com^$third-party ||dnzevkqpk.com^$third-party ||dnzwjlbknhe.com^$third-party -||dobjgpqzygow.com^$third-party ||docqacvwhgbxv.com^$third-party -||dodahirwudrhv.com^$third-party -||dodegomxh.bid^$third-party -||dodwnkpzaned.com^$third-party ||dogwuyrspt.com^$third-party -||dohhehsgnxfl.com^$third-party -||doiljgzpurycgx.bid^$third-party ||dojmlztmbrvp.com^$third-party ||doksfyhdtqmipa.com^$third-party -||doljrizlsem.bid^$third-party -||domdtvbhgg.com^$third-party ||donhyxngg.com^$third-party +||doqapnez.com^$third-party ||doqjemtf.com^$third-party -||dosanrnlq.com^$third-party -||douangvwl.com^$third-party -||dovltuzibsfs.com^$third-party +||doyugqaizcecne.com^$third-party ||dpallyihgtgu.com^$third-party ||dpbrrirhtlo.com^$third-party -||dpbviawkrumynm.com^$third-party -||dpkdwhfdrvxzcr.bid^$third-party +||dpixysnllk.com^$third-party ||dpkubdncmez.com^$third-party -||dpmvpttamz.com^$third-party -||dpmyrskvbznvn.com^$third-party ||dpnahzfbb.com^$third-party ||dpoffxqjlgt.com^$third-party ||dpoulbxouhor.com^$third-party -||dppcevxbshdl.com^$third-party -||dpqytzwxohcd.bid^$third-party -||dprdhzofq.bid^$third-party +||dppeusog.com^$third-party ||dpsqqaaqbc.com^$third-party -||dpwmloknxtuw.com^$third-party ||dpwrhdzeqw.com^$third-party ||dpwsvrkmfxrt.com^$third-party ||dpxjvfdtufp.com^$third-party -||dqcqavgqk.bid^$third-party -||dqdnwhyxeblt.com^$third-party +||dqburpwaqwehj.com^$third-party ||dqdwvmpez.com^$third-party ||dqekudhbwprx.com^$third-party ||dqeqsiwc.com^$third-party -||dqfhklmwj.com^$third-party ||dqfpksnabgagc.com^$third-party ||dqiokxyebdc.com^$third-party -||dqkeldpjzq.bid^$third-party -||dqlcgelw.com^$third-party ||dqldmtpu.com^$third-party ||dqmfeimedqswbr.com^$third-party ||dqnpfsxuq.com^$third-party ||dqolgbehhzvo.com^$third-party -||dqpamcouthqv.com^$third-party -||dqpywdubbxih.com^$third-party -||dqusbshqrtv.bid^$third-party ||dqvckdfaa.com^$third-party ||dqyczunj.com^$third-party ||drbwugautcgh.com^$third-party -||drcfjmkmy.com^$third-party -||drdvvfgqzwkutc.bid^$third-party ||dredkcyex.com^$third-party ||drjctivspweild.com^$third-party ||drjwmuwmnll.com^$third-party ||droqnswhcfk.com^$third-party +||drotcporkutvz.com^$third-party ||drpmtzjanjqjpj.com^$third-party -||drqjihcfdrqj.com^$third-party ||drqlvjwhg.com^$third-party -||drragqvk.bid^$third-party ||drsemkuhpg.com^$third-party -||drtqfejznjnl.com^$third-party -||drumuwimmzxqps.com^$third-party ||drwfixovzqdcs.com^$third-party ||drwttspxjdoosq.com^$third-party ||drzndwmqrgra.com^$third-party ||dsaiwxrneawj.com^$third-party -||dsdiztki.bid^$third-party ||dsemgngou.com^$third-party -||dsevjzklcjjb.com^$third-party ||dsfohqgkydgn.com^$third-party ||dsgjefwejkc.com^$third-party -||dsibzjqbtkjqd.bid^$third-party -||dskiepocq.bid^$third-party ||dsmxwgmkj.com^$third-party -||dsmysdzjhxot.com^$third-party -||dsnjsdrbqwdu.com^$third-party -||dswwghrlwwcm.com^$third-party -||dsxbgkphjyrngo.bid^$third-party +||dsnxvnkxyimczk.com^$third-party +||dstxhvmgkg.com^$third-party ||dsyxresmht.com^$third-party ||dtgwjxeymdlri.com^$third-party ||dthmzwzsgjibw.com^$third-party -||dtiwhkapsgva.bid^$third-party ||dtjhwypfsayh.com^$third-party -||dtmwwpykiqng.com^$third-party -||dtnzlmwgujhgmj.bid^$third-party -||dtosduecka.com^$third-party -||dtpictvzcqqm.bid^$third-party ||dtprhsosiqckd.com^$third-party ||dtqcjtkytuqn.com^$third-party -||dtrwlquawlp.com^$third-party ||dtuhvgjyrp.com^$third-party ||dtusmzjdycvk.com^$third-party ||dtvlalitvg.com^$third-party -||dtzlgtmqoj.bid^$third-party ||duamgurza.com^$third-party ||duamuprs.com^$third-party -||dubijsirwtwq.com^$third-party -||dubzmzpdkddi.com^$third-party -||duchmcmpmqqu.com^$third-party -||dueybqnkkhzdh.bid^$third-party ||dugqbllwslqrlj.com^$third-party -||duhqtjmftpxrmn.bid^$third-party -||duidsdvdbecg.bid^$third-party ||dujbubzvrdw.com^$third-party -||duklamznlrn.com^$third-party -||dulcetcgvcxr.com^$third-party -||dulfweycnqfoka.com^$third-party -||dulpsxaznlwr.com^$third-party -||dumoyqzxluou.com^$third-party +||dulrlifipkbac.com^$third-party ||durowueoaxjhd.com^$third-party -||dusgihujnthv.com^$third-party -||dutvcvwebocux.bid^$third-party -||dutypzccyhr.com^$third-party -||duuewwbntvl.com^$third-party -||duumdqyt.bid^$third-party -||duvyjbofwfqh.com^$third-party ||duwrigndkjp.com^$third-party -||duxyrxhfwilv.com^$third-party -||duyxfipwgrzwwd.bid^$third-party -||dvdbgvgagk.com^$third-party ||dvdyicsndqbqo.com^$third-party ||dvgpgtwrqxa.com^$third-party -||dvgvwatnnqsmll.com^$third-party ||dvhznawcuacblo.com^$third-party ||dviavwhykcdp.com^$third-party ||dviiocxrl.com^$third-party ||dvjhdodvcu.com^$third-party -||dvlhwokr.bid^$third-party ||dvokgydenwaksi.com^$third-party ||dvpgijdm.com^$third-party -||dvprcchlzke.bid^$third-party ||dvrttkoyngtnhi.com^$third-party -||dvsrlrnpyxwv.com^$third-party ||dvszrkspd.com^$third-party ||dvtwezyzog.com^$third-party ||dvuneqnrkukud.com^$third-party -||dvzyppnmfgtr.com^$third-party -||dwabissw.com^$third-party +||dvvkdxejwh.com^$third-party ||dwaceiiywjwcyf.com^$third-party -||dwbqmlvjpvv.com^$third-party +||dwczfwnjg.com^$third-party ||dwgfwxiecp.com^$third-party ||dwhvkier.com^$third-party ||dwkfnswdnheqfz.com^$third-party ||dwmegismbq.com^$third-party ||dwopbruzifg.com^$third-party ||dwuvmraztukg.com^$third-party -||dwvfccxbj.com^$third-party -||dwxaciqlebqemh.com^$third-party -||dxcqavshmvst.com^$third-party -||dxdunwcdfrdqm.com^$third-party -||dxfsbkmaydtt.com^$third-party -||dxiamgtxb.com^$third-party -||dxigubtmyllj.com^$third-party ||dxiixnrumvni.com^$third-party -||dxkhboqrrimy.bid^$third-party ||dxkkixczpsdaw.com^$third-party -||dxnglrimuuucmr.com^$third-party -||dxnzgeyxjhzym.com^$third-party -||dxokxbrfl.bid^$third-party ||dxqorupwedbotu.com^$third-party ||dxqxeklbsqe.com^$third-party ||dxtveuux.com^$third-party -||dxurtngzawwe.com^$third-party ||dxyafwkhrnycjp.com^$third-party ||dxzgoyzo.com^$third-party ||dxzkrtpnwpp.com^$third-party -||dyazeqpeoykf.com^$third-party ||dydxtkvmktumjp.com^$third-party -||dyerbegytfkj.com^$third-party -||dyhsubugnpw.bid^$third-party ||dyhwaacbbntu.com^$third-party -||dyjifezeyagm.com^$third-party -||dyjkbkpzxgpjfs.com^$third-party ||dyllkretnnzuhm.com^$third-party ||dylsjsmqjbbcs.com^$third-party ||dymaffzxk.com^$third-party +||dymveullwn.com^$third-party ||dymzcxgdvf.com^$third-party ||dyoyiydbwdcr.com^$third-party ||dypmzetaj.com^$third-party ||dyucosivnycndc.com^$third-party -||dyunhvev.com^$third-party ||dywqwrtnhegyz.com^$third-party -||dyykxositkqt.bid^$third-party -||dyzstwcqbgjk.com^$third-party +||dyzvxhch.com^$third-party ||dz4ad.com^$third-party ||dzacosgvnz.com^$third-party ||dzaphjajrisgr.com^$third-party ||dzaqzgjsot.com^$third-party ||dzblysulli.com^$third-party -||dzdfmwaztrrm.com^$third-party -||dzehfozic.bid^$third-party -||dzhjqmlv.bid^$third-party ||dzkmbajm.com^$third-party -||dzlaodil.com^$third-party ||dzloxwupyxw.com^$third-party -||dzlpvqbyk.com^$third-party -||dzmstxov.bid^$third-party ||dzqoubtxsaskdl.com^$third-party -||dzuklgyo.bid^$third-party -||dzwagxju.bid^$third-party ||dzyqqwixizp.com^$third-party -||dzzawlkmtvug.com^$third-party ||dzznyesmwj.com^$third-party ||dzztjcbt.com^$third-party -||eaaqsama.com^$third-party -||eabgoszdtq.com^$third-party -||eabrkvxoe.bid^$third-party -||eadtortust.bid^$third-party -||eaetyfmpuelw.com^$third-party +||eabyvnmt.com^$third-party ||eaffxhnzh.com^$third-party ||eaffzvnyj.com^$third-party -||eahkxyuezqvx.com^$third-party -||eaidabmuxbqy.com^$third-party +||eaiatlexsotxbh.com^$third-party ||eajmyphr.com^$third-party ||eaknxurdsogwr.com^$third-party ||eaolnbvd.com^$third-party ||eaoxitwrlr.com^$third-party -||easmdmxps.com^$third-party -||easnviytengk.com^$third-party -||easygatepr.bid^$third-party ||eatayvgov.com^$third-party ||eatxurmf.com^$third-party ||eayyegrkujxcw.com^$third-party ||ebbhjxspf.com^$third-party -||ebbldazyvt.com^$third-party -||ebfjbrlcvjlv.com^$third-party +||ebcpfsslht.com^$third-party ||ebfkifnjs.com^$third-party -||ebfoxoedfyi.com^$third-party ||ebgaxsjgdsnr.com^$third-party ||ebhytolzhum.com^$third-party ||ebicjwvxmygdqr.com^$third-party ||ebifuaad.com^$third-party ||ebipuskrxy.com^$third-party -||ebmoorfskily.com^$third-party -||ebnfsjxs.bid^$third-party -||ebrvuzqkq.bid^$third-party -||ebspiewapcta.com^$third-party -||ebuurwhnjdvtau.com^$third-party -||ebyakgowemds.com^$third-party -||ecboxijnmh.com^$third-party -||eccsyytbe.bid^$third-party +||ebqpycaosuok.com^$third-party ||ecezkkrm.com^$third-party -||ecflhhxp.bid^$third-party -||ectbduztanog.com^$third-party -||ectxnsxezdg.com^$third-party ||ectysptouy.com^$third-party -||ecvladelayk.com^$third-party ||ecxgfgas.com^$third-party -||ecxtuyttpfe.bid^$third-party +||ecyexjyti.com^$third-party +||ecyohwpbcxdjl.com^$third-party ||eddrpnykbofjln.com^$third-party -||edfthzanlsyse.com^$third-party -||edgsscofljhc.com^$third-party ||edlsdyhll.com^$third-party -||ednnpxhjsqyd.com^$third-party -||edoolqkrnmmnj.com^$third-party -||edplsrtjpxamr.bid^$third-party -||edpnkcsrp.bid^$third-party ||edsnnfqazn.com^$third-party -||edudktabmq.bid^$third-party ||eduyzcjsnoeokj.com^$third-party -||edvbyybaviln.com^$third-party -||edwywpsufuda.com^$third-party ||edxosrcvydn.com^$third-party -||edxvyyywsxqh.com^$third-party ||edyjiqxeppjkj.com^$third-party ||eeagxonnsoggq.com^$third-party ||eeamatyc.com^$third-party -||eebrojmn.com^$third-party -||eecetnnsdz.bid^$third-party -||eedicjfwqhqr.bid^$third-party -||eedjbxyczp.bid^$third-party -||eedsgikkbtn.bid^$third-party -||eefbzuwvnnab.com^$third-party -||eefiwmtwppppay.com^$third-party ||eefiywjjzxry.com^$third-party ||eegjpwmi.com^$third-party ||eegputuwclsvo.com^$third-party -||eehdssnxola.com^$third-party -||eejcqlenlsko.com^$third-party ||eekkanwe.com^$third-party ||eekmkywfke.com^$third-party -||eelwibevmywtz.com^$third-party ||eenbryfjg.com^$third-party ||eencosteptffo.com^$third-party -||eepuawuevovi.com^$third-party -||eeqlxzpqqaii.com^$third-party -||eerdckbwujcx.com^$third-party ||eernnfbfby.com^$third-party -||eexnoxqcmrja.com^$third-party -||efbxevtnq.com^$third-party -||efcnevmojvfs.com^$third-party -||efebafmqn.com^$third-party +||efbmfnzwsbnb.com^$third-party ||efekvyyynwd.com^$third-party -||efhevptuqxpr.bid^$third-party +||efhlntnvpzi.com^$third-party ||efhseqgqgl.com^$third-party ||eficdbhnojt.com^$third-party -||efjucmgdzexeab.com^$third-party -||efkxhoeoqsv.bid^$third-party -||efluqmlyzi.com^$third-party -||efmpejbybupe.bid^$third-party -||efnypuzqni.com^$third-party -||efotdwuui.bid^$third-party +||efqadeuwdt.com^$third-party ||efrcjwdcwhhqrx.com^$third-party -||efsjxinbtzirs.bid^$third-party -||efukznkfmrck.com^$third-party ||efxjqdymvzqqkt.com^$third-party ||efzhzqtyomldfj.com^$third-party ||egcocjwpzqsa.com^$third-party -||egcsbdrj.com^$third-party ||egfbynnwhco.com^$third-party ||eghuntsrizvbt.com^$third-party -||egkkeahdzjqy.com^$third-party -||egouyziyto.bid^$third-party -||egqvfdht.bid^$third-party +||egmhrjxxil.com^$third-party ||egqvppwseieyu.com^$third-party -||egrcoshpisdnn.com^$third-party -||egszpylvmclvf.bid^$third-party -||egtkhpkkfswf.com^$third-party ||egwbxocwwf.com^$third-party -||egxkjjqke.bid^$third-party -||egzlqkjhm.bid^$third-party -||egzvkronnvwtra.bid^$third-party -||ehcawmdqgq.com^$third-party -||eheewlwlebwpd.com^$third-party -||ehfmhsqzxfrsz.bid^$third-party ||ehgefgcollhd.com^$third-party ||ehhmynitx.com^$third-party -||ehkovmky.com^$third-party ||ehkvtodjwanjfk.com^$third-party ||ehlfynuo.com^$third-party -||ehlnakqlcvuxk.bid^$third-party ||ehnjtmqchrub.com^$third-party -||ehoksipmkejqt.bid^$third-party ||ehraxliuwt.com^$third-party -||ehrwekypesnl.bid^$third-party -||ehrxkeosifmksi.bid^$third-party -||ehuomemzh.com^$third-party -||ehxfudlqli.com^$third-party -||ehxpqwlnittvow.bid^$third-party -||ehzcbife.com^$third-party -||ehzkfbqpv.bid^$third-party -||eiadsdmj.bid^$third-party -||eidzaqzygtvq.com^$third-party -||eifbewnmtgpi.com^$third-party -||eifxhtrnhnveem.bid^$third-party -||eigtfqrokt.bid^$third-party -||eiibdnjlautz.com^$third-party -||eilmltibu.com^$third-party -||eimgxlsqj.bid^$third-party -||eiqzyxofsgzel.com^$third-party ||eiuuiormjc.com^$third-party -||eivikmwwrqtb.bid^$third-party -||eiwcqowbowqo.com^$third-party -||eiwdnygfwl.com^$third-party ||eiygqumgrobos.com^$third-party -||eizzndhkvl.bid^$third-party -||ejbvrgespr.bid^$third-party -||ejdcjjcqcnzhre.bid^$third-party ||ejgdixiddmruql.com^$third-party -||ejgxyfzciwyi.com^$third-party -||ejjgrmutgrdwxg.com^$third-party -||ejjrckrhigez.com^$third-party +||ejgpuaguf.com^$third-party ||ejkeshrzwoe.com^$third-party -||ejkoolhhepojeu.com^$third-party ||ejktviknfv.com^$third-party ||ejlsbfqqxoc.com^$third-party ||ejmiysfbwuk.com^$third-party ||ejodwopthpg.com^$third-party ||ejoyjumnsft.com^$third-party -||ejwmxjttljbe.com^$third-party -||ejwocojjv.bid^$third-party ||ejwxbwzrhihtp.com^$third-party ||ekbcrhpyfuo.com^$third-party ||ekbiwwngwig.com^$third-party -||ekdamsibldrg.bid^$third-party -||ekdjdrmqqlc.bid^$third-party ||ekggptrw.com^$third-party -||ekgmjxjyfzzd.com^$third-party -||ekhgvpsfrwqm.com^$third-party -||ekiickqfxqtp.bid^$third-party -||ekiytcllwboe.com^$third-party +||ekhqoivfkm.com^$third-party +||ekkuztgnjnitmd.com^$third-party ||eklcrpehu.com^$third-party -||ekmunhjbh.bid^$third-party +||eklrohpahufy.com^$third-party ||ekmztfadigi.com^$third-party ||eknfrwtxsde.com^$third-party ||ekuuarqe.com^$third-party ||ekxfupdlyst.com^$third-party ||ekxlneryaiefwn.com^$third-party -||ekzstfriawl.bid^$third-party ||elatsadlux.com^$third-party -||elbeobjhnsvh.com^$third-party ||elcolpplwua.com^$third-party +||elelrryoifogje.com^$third-party +||elexgfzjpmo.com^$third-party ||elfnwncr.com^$third-party ||elhzbfovikex.com^$third-party ||elimpfdlss.com^$third-party -||eljjyutgjiuh.com^$third-party -||elkpxsfzrubq.com^$third-party ||eloumbsyd.com^$third-party -||elsgsgxywj.bid^$third-party -||eluhhfyxx.com^$third-party ||elvfmxguozafu.com^$third-party -||elvirvln.com^$third-party ||elwbhndbxfqk.com^$third-party -||elwwxuigpk.bid^$third-party -||elxkjyvdo.bid^$third-party -||elxxkpaeudxu.com^$third-party -||elzlogcphhka.com^$third-party -||elzmazpsbnwn.com^$third-party -||elzoovmzj.bid^$third-party -||emdbszgmxggo.com^$third-party ||emdqaycbvqz.com^$third-party -||emegbthex.bid^$third-party -||emektdasctwt.bid^$third-party -||emeqnqxd.bid^$third-party -||emfprumou.bid^$third-party -||emirdzzvhviv.com^$third-party -||emoknbcnwamv.bid^$third-party ||emqeafoztotu.com^$third-party -||emrcrjcxjdsccz.bid^$third-party -||emrflqumwcz.bid^$third-party ||emrumkgmdmdq.com^$third-party ||emsmcdwfbseox.com^$third-party -||emszbghugzw.bid^$third-party -||emvdlnwph.com^$third-party -||emxbuugvudofbc.bid^$third-party -||emxfructugey.com^$third-party -||emxwkunx.bid^$third-party ||emxztiidh.com^$third-party -||emzotevsto.com^$third-party ||emzxewhgjt.com^$third-party -||encvhiseje.bid^$third-party +||enavtfdjjcmgy.com^$third-party ||endcgwkclhtnk.com^$third-party -||enfhddbnariw.com^$third-party -||enfupatujiqb.com^$third-party -||enheqjtrvkn.bid^$third-party -||enhovesepdhxph.bid^$third-party -||enhwftpkwvnb.com^$third-party -||eniaypwywduf.com^$third-party -||ennwwuxijwjgdm.bid^$third-party ||enokjulejktukh.com^$third-party ||enrcqdgqnjb.com^$third-party ||entlydazhcmlgx.com^$third-party ||entygpeb.com^$third-party ||enusbrzlmcmg.com^$third-party ||envortudrqy.com^$third-party -||enynwkvdb.com^$third-party ||enzagnshqtmhg.com^$third-party ||enzodpxuons.com^$third-party -||enzyxtdcacde.com^$third-party -||eociaoqs.bid^$third-party -||eocnpszthsf.com^$third-party -||eoecdsfvceebrv.com^$third-party -||eoepqqkg.com^$third-party ||eofaplocyrcxhq.com^$third-party -||eojrldtucqsf.com^$third-party ||eopazyxdkppnz.com^$third-party +||eopbflgmxcr.com^$third-party ||eoqgguubvksu.com^$third-party ||eoqsbpvdxllxo.com^$third-party ||eoruxpqn.com^$third-party ||eotbkgjqu.com^$third-party -||eovkzcueutgf.com^$third-party ||eozbwwxniksmb.com^$third-party ||eozegbfpvhasf.com^$third-party ||epbathcyav.com^$third-party -||epernepojkle.com^$third-party -||epesogtigole.com^$third-party ||epexcjdkzcl.com^$third-party -||epgokiocquxf.com^$third-party -||epgooipixbbo.com^$third-party ||ephtwbxuqy.com^$third-party ||eplocjhuxsoj.com^$third-party -||eplsshzbotknz.bid^$third-party -||epndtinso.com^$third-party -||epnjahss.com^$third-party ||epouunclxehmni.com^$third-party -||epoxtzgddiwp.com^$third-party ||epqigxjf.com^$third-party -||epsiulpa.com^$third-party ||epsqdbhrhqmbs.com^$third-party -||eptwulil.com^$third-party ||eptztrhirt.com^$third-party -||epvhmxyqa.bid^$third-party +||epxfggcgr.com^$third-party ||epxokmckjkj.com^$third-party -||epxxqzrcdfkxo.bid^$third-party -||epzxtposabej.com^$third-party -||eqcvisodkvphw.bid^$third-party ||eqdfilkwrpn.com^$third-party ||eqdlypxvit.com^$third-party ||eqdxwctuflfc.com^$third-party -||eqegggmtc.com^$third-party ||eqezqqdpjmxbpb.com^$third-party ||eqfnhtthkog.com^$third-party ||eqhawyidkdug.com^$third-party -||eqkccjinroye.bid^$third-party ||eqnqxfrxsmuy.com^$third-party -||eqonwbgcqi.bid^$third-party -||eqqhbzmaf.bid^$third-party -||eqqhiwfjcfx.bid^$third-party ||eqrauafet.com^$third-party ||eqrbfjwnmxpy.com^$third-party -||eqszmuwnozvx.com^$third-party +||equjalkngu.com^$third-party ||eqzjfqkioowkle.com^$third-party -||eraeoggritjeo.com^$third-party -||erahvrtzbg.com^$third-party +||eratqmdr.com^$third-party +||erbabjmdu.com^$third-party ||erbjahuyn.com^$third-party -||erbsqnmglmnv.com^$third-party -||erckgobvi.com^$third-party -||erhpodgijusvi.bid^$third-party ||erificyggw.com^$third-party ||erireiejv.com^$third-party -||erkwkjfompvt.com^$third-party ||ermjhgdl.com^$third-party -||erqqhfsu.com^$third-party -||erszwzaidmlc.com^$third-party ||erucjvsest.com^$third-party ||ervinguewty.com^$third-party -||ervpgpxr.com^$third-party ||erxvdkrivto.com^$third-party -||erzrulbjdd.bid^$third-party ||esawuervlpptj.com^$third-party ||eschpaxxwy.com^$third-party -||esdykqhupjp.com^$third-party ||esfivwvnawienn.com^$third-party -||esfqqfqagkkbrl.com^$third-party ||esfzbdwg.com^$third-party ||esgnyfznnihl.com^$third-party ||esgvhaspsjg.com^$third-party -||esgwceckxumg.com^$third-party -||eshezwwft.com^$third-party -||eslgydoqbedo.com^$third-party ||eslkcmhn.com^$third-party -||eslydbnukkme.com^$third-party -||esnirgskobfj.com^$third-party -||espnrlezwzvd.com^$third-party -||esqjuilubnaoey.com^$third-party -||esrpxyahzna.bid^$third-party ||essjetuhfuo.com^$third-party ||esundpxbixeqgu.com^$third-party ||esuuqqdmsuil.com^$third-party -||esznfpbro.com^$third-party +||eszkrcviokckfb.com^$third-party ||eszpmsipks.com^$third-party -||etbmvqjnfxtk.com^$third-party -||etbrjgpsadke.com^$third-party +||etcjliejxlcfw.com^$third-party ||etekxogwxx.com^$third-party -||etggealva.com^$third-party -||etggiddfdaqd.com^$third-party -||etglnloj.com^$third-party ||etihenbteb.com^$third-party ||etizspyjmjhxo.com^$third-party ||etkdximarcsq.com^$third-party ||etkhujhmhjix.com^$third-party ||etknnufo.com^$third-party ||etmewatuh.com^$third-party -||etprpfuw.bid^$third-party -||etsqitgro.bid^$third-party -||ettamscqyvocxz.com^$third-party ||etuihxnhuxrofl.com^$third-party -||etvtabeas.com^$third-party -||etwgydlbl.bid^$third-party -||etyeltdqg.bid^$third-party -||etytypmuykf.bid^$third-party +||etvgjkyo.com^$third-party ||etyxitxlvqp.com^$third-party -||euarbohjj.com^$third-party +||etzyzocznjd.com^$third-party ||eudcmqdyl.com^$third-party -||eueukpcxjtxt.bid^$third-party ||eugxcnqw.com^$third-party -||euhewiruckv.com^$third-party +||eujjcfegnqfa.com^$third-party ||eukjktmw.com^$third-party ||euktoywjpdxpdh.com^$third-party ||eulbamjx.com^$third-party -||eunysqxppf.bid^$third-party -||eupwogkcjczz.com^$third-party -||eurifsiooyof.bid^$third-party ||eusmhdvvddcr.com^$third-party ||eutdrjvsrmav.com^$third-party -||eutklhuazxlt.com^$third-party ||eutsbhvtao.com^$third-party ||euuikdao.com^$third-party ||euwyhbib.com^$third-party -||euxisszoyader.com^$third-party ||euywavffcik.com^$third-party ||euzlyrzg.com^$third-party ||evaffwmdjgtn.com^$third-party ||evdveuys.com^$third-party ||evepcynlxks.com^$third-party -||evfatcuv.com^$third-party -||evfwfkwufbjtd.com^$third-party -||evfzqbbdif.bid^$third-party ||evfzxjiqg.com^$third-party -||evgdkvrzn.com^$third-party -||evhvoeqfrlsb.com^$third-party -||evimfftxa.com^$third-party +||evghlumwjasu.com^$third-party ||evlpfjro.com^$third-party -||evlvaulglzpu.com^$third-party ||evnksnocq.com^$third-party -||evntcmetzefbv.bid^$third-party -||evszxlad.com^$third-party -||evtfjieqjhvf.com^$third-party +||evnoxawvqhda.com^$third-party ||evuchenzypysci.com^$third-party +||evvjvrpldtnlqk.com^$third-party ||evvpibrfqzjn.com^$third-party -||ewaosdzofcsy.bid^$third-party -||ewbejjirdygik.com^$third-party -||ewccxwve.bid^$third-party +||evvznnafduvs.com^$third-party +||evykfczgpwbvd.com^$third-party ||ewgnexykqnyoun.com^$third-party -||ewgtanybkkch.com^$third-party +||ewitsorrgm.com^$third-party ||ewlnukukkca.com^$third-party -||ewopxadcn.com^$third-party -||ewpqmptpavn.com^$third-party ||ewrdeqrktgcu.com^$third-party -||ewsawnbf.com^$third-party -||ewxssoad.bid^$third-party -||ewzsfpskdfuip.com^$third-party -||ewzwkgyrpk.bid^$third-party +||ewvugujfhi.com^$third-party ||exanahjkwz.com^$third-party -||exaorwqrj.bid^$third-party ||exbphrqpqukm.com^$third-party ||excqjoor.com^$third-party -||exdcbyzgwfvwa.com^$third-party -||exekiksakspujl.com^$third-party -||exeroearu.bid^$third-party -||exioptyxiyoo.com^$third-party -||exjthrzliajfd.com^$third-party +||exgkfejvm.com^$third-party +||exikxnbxula.com^$third-party ||exkruwviyy.com^$third-party -||exmubrgt.bid^$third-party -||exnyzdboihvi.com^$third-party -||exqaxblsmev.com^$third-party +||expsevdkqyr.com^$third-party ||exrmlhihaj.com^$third-party ||exrnrdnebas.com^$third-party -||exsuqfxv.bid^$third-party -||exucfbmppagqta.bid^$third-party -||exvgzhwssyivz.bid^$third-party -||exvmxqexedomi.com^$third-party +||exvrvcnlfc.com^$third-party +||exwcadanpfc.com^$third-party ||exyubuwtwmepqi.com^$third-party -||eydiuqpdtfew.com^$third-party -||eyinwxkojgkfgs.com^$third-party -||eyjuwcrnu.bid^$third-party -||eylefeyrwl.com^$third-party -||eylyitpslpqu.com^$third-party ||eympwecfhxy.com^$third-party ||eynusizl.com^$third-party ||eyqletzkhybsef.com^$third-party @@ -40164,1602 +39595,838 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||eytqtjpjnmeas.com^$third-party ||eyvcjtoiwbrt.com^$third-party ||eywirvfupvo.com^$third-party -||ezbbxqocxnto.com^$third-party -||ezbtpdjeimlv.com^$third-party -||ezdariijmdlg.bid^$third-party -||ezemyudhkzvx.com^$third-party -||ezfncojpnrmj.com^$third-party ||ezgswchaz.com^$third-party ||ezhdgoeat.com^$third-party ||ezhinpwh.com^$third-party -||ezhkfxskimqnqk.com^$third-party ||ezjepifcz.com^$third-party -||ezjrnbpjthir.com^$third-party -||ezkbzmwigo.bid^$third-party -||ezknqsblzmsl.com^$third-party ||ezlxnyhbjtqr.com^$third-party ||ezqkuwqlvnv.com^$third-party ||ezqldmevi.com^$third-party ||ezrutveckpuly.com^$third-party ||eztfsnnttpqfs.com^$third-party ||ezuereisgj.com^$third-party -||ezuosstmbcle.com^$third-party ||ezzbemrabj.com^$third-party ||faayojxf.com^$third-party ||fabrtgzehf.com^$third-party -||facqgdunsgf.com^$third-party -||facsowlaufzk.com^$third-party ||faegbmhey.com^$third-party -||fafmybvsoj.com^$third-party -||faftjhuu.com^$third-party -||fahowtxv.bid^$third-party -||fajonlkb.com^$third-party -||fajsbncwlaws.com^$third-party -||faleaqotrgvox.bid^$third-party -||famztplbta.bid^$third-party -||faoxietqwbmu.com^$third-party +||fafgamdtlulo.com^$third-party ||faqflcoaovd.com^$third-party ||farvqaxaoid.com^$third-party -||fatayvywbebgdn.com^$third-party +||fasvgvzxsqxqhu.com^$third-party ||fatrvclgpnb.com^$third-party -||fawhiybzs.bid^$third-party ||faykdrhpo.com^$third-party -||fbafbbujy.com^$third-party -||fbauhaozc.bid^$third-party -||fbbjlubvwmwd.com^$third-party +||fbduluwmba.com^$third-party ||fbekvzjp.com^$third-party ||fbhfbgtj.com^$third-party -||fbhgryvzlthvh.com^$third-party -||fbkdhxkd.com^$third-party ||fbknvrvouex.com^$third-party +||fblbdytlhsc.com^$third-party ||fbmgmcerkou.com^$third-party -||fbnvqmorr.com^$third-party ||fbpetrwt.com^$third-party -||fbtfhgydrovyxs.com^$third-party -||fbvvuwtejcvdza.com^$third-party -||fbwswktiaxmldz.com^$third-party ||fbxnqsviqujxv.com^$third-party -||fbzfudipxwtu.bid^$third-party ||fcafnvgdokqfo.com^$third-party ||fcbykurluasdeu.com^$third-party +||fcfhjuyanmlvgb.com^$third-party ||fcihwhsiukz.com^$third-party -||fcjhxlybaiab.com^$third-party -||fcjiqwghf.bid^$third-party -||fcjnqpkrdglw.com^$third-party ||fcjodgfpjiswa.com^$third-party ||fclfmfjykupjdk.com^$third-party ||fcpispplqq.com^$third-party -||fcveilhtok.com^$third-party +||fcvwuevewdzpm.com^$third-party ||fcwpxsmiyy.com^$third-party -||fdbqwtqdgcsceh.com^$third-party ||fdbrwxtm.com^$third-party -||fdbyfnpdcqc.bid^$third-party -||fddbdlolkxgc.com^$third-party -||fdepobamndfn.com^$third-party -||fdeuykfnpdy.com^$third-party -||fdfpnrhlckbmiz.bid^$third-party ||fdfrbyxylhgii.com^$third-party -||fdgxsvblervuss.bid^$third-party -||fdhtjdgsk.com^$third-party -||fdjdyzoqnzikx.bid^$third-party -||fdnxojzwbmie.bid^$third-party -||fdogfuqpgeub.com^$third-party +||fdkevkzm.com^$third-party +||fdofosytszg.com^$third-party ||fdrkesvb.com^$third-party ||fdrqokusnwpq.com^$third-party ||fdrqqpeengzj.com^$third-party -||fdtvsqnkujlwaa.bid^$third-party -||fduyzzjazngphw.bid^$third-party ||fdvilavipz.com^$third-party -||fdvmskmentjob.com^$third-party ||fdxdjkswppg.com^$third-party ||fdxsswtgvshhe.com^$third-party ||fdzylxffu.com^$third-party -||feacamnliz.bid^$third-party ||febalwby.com^$third-party ||fecgvrvne.com^$third-party -||fefzohgedqp.com^$third-party -||fegyacmbobil.com^$third-party ||fehsnwiem.com^$third-party ||fejbkpidkkwts.com^$third-party -||fembsflungod.com^$third-party -||fengrtnoxuwwe.com^$third-party +||fejwbcvvzclz.com^$third-party ||feozcthyfbdc.com^$third-party ||fepzygektdt.com^$third-party -||feqlklwaafgc.com^$third-party -||feqyuubaixe.bid^$third-party +||fesrsxtmkjgms.com^$third-party ||fevgukzwvjam.com^$third-party ||fevrbniqa.com^$third-party ||fewmphbwt.com^$third-party -||ffahsidlivqb.bid^$third-party -||ffanszicnoqs.com^$third-party +||feyfjlpeexvg.com^$third-party +||ffaamympgd.com^$third-party ||ffaspwzfq.com^$third-party ||ffbqnbdcrx.com^$third-party -||ffbuqvnst.bid^$third-party ||ffcqkvdaklrqkg.com^$third-party -||ffdkffnj.com^$third-party -||fffzquckf.com^$third-party ||ffhwzaenzoue.com^$third-party ||ffjzebtmdwi.com^$third-party -||ffkwprrdmyaj.bid^$third-party -||ffmhgdnkdcs.com^$third-party -||ffoifngclwfuey.com^$third-party -||ffpkqjyvvneg.com^$third-party ||ffpnlrnmfyeqx.com^$third-party -||ffpyofnpq.com^$third-party -||ffrsfowwxtlbu.com^$third-party -||ffvbcwueh.com^$third-party -||ffvghouburgijz.bid^$third-party -||ffvvapasfcoha.bid^$third-party -||ffwbpadvkcyi.com^$third-party +||ffqpdpezdmnpb.com^$third-party ||ffwlbiabff.com^$third-party ||ffwnxfezobeoi.com^$third-party ||ffxobftzaiogcg.com^$third-party ||fgbmbyqmdgr.com^$third-party -||fgcterkdpns.com^$third-party -||fghdembabvwe.com^$third-party -||fghtrrasovlsu.com^$third-party -||fgilgpmoudkzx.bid^$third-party +||fgbmjogeurrqe.com^$third-party ||fgjasshw.com^$third-party -||fgkvpyrmkbap.com^$third-party -||fglwxjklf.com^$third-party -||fgmucsiirrsq.com^$third-party ||fgnzizhe.com^$third-party +||fgoocsqg.com^$third-party ||fgsjjpjhdlfthp.com^$third-party ||fgsmmpazsuqak.com^$third-party ||fgtdzvlydqcpus.com^$third-party ||fgtskhlizoitz.com^$third-party -||fgvjjulaegidb.com^$third-party -||fgwsjwiaqtjc.com^$third-party -||fgxgzjeip.bid^$third-party -||fgyeepfitnvkzz.com^$third-party -||fgzaxilcgxum.com^$third-party ||fgzxlngohtg.com^$third-party -||fhawywadfjlo.com^$third-party -||fhgstzgrdhkah.bid^$third-party ||fhidehpl.com^$third-party -||fhjciatocm.bid^$third-party ||fhluqrhmqs.com^$third-party -||fhlzfxxnqc.com^$third-party -||fhqornueunf.com^$third-party +||fhoexcvjspuh.com^$third-party ||fhsohqtif.com^$third-party -||fhsxhewkajqwgf.bid^$third-party ||fhtlyoqzyjjof.com^$third-party ||fhtoxxda.com^$third-party -||fhxmqthpjswm.bid^$third-party -||fhylnqzxwsbo.com^$third-party -||fhzgapsfnlsvx.bid^$third-party ||fiaehdnnx.com^$third-party -||fiarnvygamgpqf.com^$third-party ||ficrwcptjvfpd.com^$third-party -||fieejwanbrv.com^$third-party ||fifnonxntvaszg.com^$third-party -||fikyzmbuhql.bid^$third-party -||filenlgic.bid^$third-party ||finsbfaizzx.com^$third-party -||fioeazluwwirp.bid^$third-party ||fiozxmznaba.com^$third-party -||fiqkmfapvnntn.bid^$third-party -||firflzsngsg.bid^$third-party -||firugsivsqot.com^$third-party -||fisqwkxyvsrtnz.bid^$third-party -||fiuazbmlycese.com^$third-party -||fiunfrafi.bid^$third-party ||fiwatmctnaqec.com^$third-party -||fjcvncxrmmru.com^$third-party ||fjczvutpucr.com^$third-party ||fjeqkpblfb.com^$third-party -||fjfxpykp.com^$third-party -||fjlvozwlv.bid^$third-party -||fjmjlwvtv.bid^$third-party -||fjmxpixte.bid^$third-party +||fjmsdaswvhktht.com^$third-party ||fjocjdbo.com^$third-party -||fjqngeqkhlruto.bid^$third-party -||fjrlvkpjfimw.com^$third-party ||fjszsffyfihqlg.com^$third-party -||fjuouqwxgbir.com^$third-party -||fjvolzrojowa.com^$third-party ||fjwagiuqmeymw.com^$third-party -||fjxdsslczu.bid^$third-party -||fjxlbkwhtpil.com^$third-party ||fjxssyatdwttqm.com^$third-party -||fjyapvqvgjmwy.com^$third-party -||fkdqrjnoxhch.com^$third-party -||fkdslgyunikais.com^$third-party -||fkekipafwlqd.com^$third-party -||fkemshukccjvu.com^$third-party +||fkcfaagktu.com^$third-party ||fkfmujcudpwdn.com^$third-party ||fkfpkhijf.com^$third-party -||fkianrxjfumm.com^$third-party -||fkivuntlyd.bid^$third-party -||fkjyzxnoxusg.com^$third-party -||fkkjsdpppv.bid^$third-party +||fkgbxlgcnzf.com^$third-party ||fkloazpi.com^$third-party -||fkpbbmgqa.bid^$third-party -||fkphqtgqrfixl.com^$third-party ||fkqafflyjz.com^$third-party ||fkrgfktdvta.com^$third-party ||fkrisjefbx.com^$third-party -||fkrrvhoierty.com^$third-party ||fktrlckpmsxx.com^$third-party ||fkvjntfj.com^$third-party -||fkwwhndzjlqrm.com^$third-party ||fkymvojkpdx.com^$third-party ||flbecoidmt.com^$third-party -||flcfstbzncsim.com^$third-party -||fldlyzvhgjq.com^$third-party ||flepzrkdwm.com^$third-party +||flexknfp.com^$third-party ||flgstgrcwapk.com^$third-party ||flirrfbpb.com^$third-party -||flkyhwjhp.com^$third-party -||flmditew.com^$third-party +||flloczhqdkn.com^$third-party +||flmyidbnljphko.com^$third-party ||flnfbaoozuib.com^$third-party ||flnqkhnqjcmvp.com^$third-party -||flntdbwafec.com^$third-party -||flooaiaubf.bid^$third-party +||flnwaqyh.com^$third-party ||flrqdjglshsbi.com^$third-party ||flsfxpostdtvgc.com^$third-party -||fluohbiy.com^$third-party -||fluunrkjjhv.com^$third-party +||fltfwrhpv.com^$third-party ||flvuylhsyg.com^$third-party -||flzelfqolfnf.com^$third-party -||fmbjxqvkjfmj.com^$third-party +||flxnftys.com^$third-party +||flybhyis.com^$third-party ||fmcktrmnlyfjr.com^$third-party -||fmcwqmwdaubb.com^$third-party -||fmgcaqljz.bid^$third-party +||fmecsdelxmeks.com^$third-party ||fmgdzqpcaliqs.com^$third-party -||fmoihhvbehopc.com^$third-party +||fmnfopknmuusgw.com^$third-party ||fmpevnvced.com^$third-party -||fmpsrqsib.bid^$third-party ||fmrbnuhtabzavu.com^$third-party -||fmuxugcqucuu.com^$third-party ||fmxnlkoaf.com^$third-party -||fmztxzdrq.bid^$third-party -||fmzxzkgmpmrx.com^$third-party -||fnacxthxbgmmmo.bid^$third-party -||fnaolgfubmlc.com^$third-party -||fnayazchhum.com^$third-party -||fnbhjbcfqkrcs.com^$third-party +||fnbsrxtemj.com^$third-party ||fndvovywrtghk.com^$third-party -||fneheruhxqtv.com^$third-party ||fnfhplmys.com^$third-party +||fnggdlzncynqx.com^$third-party ||fngoubeq.com^$third-party -||fnhogffqzmcqj.com^$third-party -||fnjcriccyuna.com^$third-party -||fnjzuwviiyedmp.com^$third-party ||fnkyyrgraizy.com^$third-party ||fnmubgld.com^$third-party ||fnprtscsvux.com^$third-party -||fnsjfalwuti.bid^$third-party -||fnutdrjkcebyw.com^$third-party +||fnrqbhhyff.com^$third-party +||fntstkghwldnoy.com^$third-party ||fnuuhrhfkvpbnm.com^$third-party ||fnyhewjd.com^$third-party ||fnytdllpzdv.com^$third-party -||fnzpchmrhlpfzl.bid^$third-party -||foabezckdiv.bid^$third-party -||fobjoccwkrkv.com^$third-party ||fofjazpwccc.com^$third-party ||fofxjgrn.com^$third-party -||foguumjql.com^$third-party -||fojgpvkhu.com^$third-party -||fokisduu.com^$third-party -||foovyagf.com^$third-party +||fokgwuoft.com^$third-party +||foogykxlqa.com^$third-party ||foqbcgpwrq.com^$third-party ||foqzposfvmk.com^$third-party ||fosclhrsdhhn.com^$third-party ||foswrohqoadp.com^$third-party ||foxlaytg.com^$third-party -||fpbmjwoebzby.com^$third-party +||foydnzdtjcjg.com^$third-party ||fpcptdqmjlnlu.com^$third-party ||fpdsavexteno.com^$third-party ||fpeegzspcgnjt.com^$third-party +||fpesoigpyes.com^$third-party ||fpfivothg.com^$third-party -||fpguuwnpkvqsq.bid^$third-party ||fpherzxrae.com^$third-party ||fpkcggyczcvix.com^$third-party ||fpluhtibx.com^$third-party -||fpnxicejwel.com^$third-party +||fpomyspwepxxe.com^$third-party ||fpoxpjpxn.com^$third-party -||fppgjkkjq.bid^$third-party -||fppupmqbydpk.com^$third-party ||fpqeowmsv.com^$third-party -||fpqippsowc.bid^$third-party -||fpqxcvrewdqd.com^$third-party -||fpriycwxw.com^$third-party -||fpsezlguzzqmfw.bid^$third-party -||fpslcnjecewd.com^$third-party ||fpsnezwiumsv.com^$third-party ||fpunplooxphq.com^$third-party -||fpvfeyjrwlio.com^$third-party ||fpxkjlzmkqp.com^$third-party ||fpxthotxzuf.com^$third-party ||fpzcaabzhvzz.com^$third-party ||fpzcyccpqldc.com^$third-party -||fpzxmdjjpphzc.bid^$third-party ||fqanilbgne.com^$third-party -||fqazjwxovxlu.com^$third-party ||fqbrdnpf.com^$third-party ||fqckdxjgle.com^$third-party ||fqcqmjdn.com^$third-party ||fqcwtrbxzhjsiu.com^$third-party -||fqemzrkwuiaq.bid^$third-party -||fqesuuyzhxpz.bid^$third-party -||fqgqosvpodxn.com^$third-party +||fqhltvwpl.com^$third-party ||fqhpssdbenl.com^$third-party -||fqjevuoat.com^$third-party -||fqkcdhptlqma.com^$third-party ||fqkvanldq.com^$third-party ||fqldrulyjfnt.com^$third-party -||fqleehzafh.com^$third-party -||fqmxwckinopg.com^$third-party -||fqnabpbdljzq.bid^$third-party -||fqovfxpsytxf.com^$third-party ||fqpfvqpptch.com^$third-party -||fqpteozo.com^$third-party ||fqqtlkuklrd.com^$third-party -||fqrcutjorn.com^$third-party -||fqsdlhaffr.bid^$third-party -||fqtpulizvvjcf.com^$third-party ||fqufpknrarn.com^$third-party +||fqwrluzjti.com^$third-party ||frbhjvazapgo.com^$third-party +||frbyvuxzvmqpb.com^$third-party ||frcinpdv.com^$third-party ||frclyody.com^$third-party -||frczfzikturw.com^$third-party -||frcznmfu.com^$third-party -||frddujheozns.com^$third-party -||frdhsmerubfg.com^$third-party -||frefxzrmcdxdmi.com^$third-party ||frereadayobq.com^$third-party -||frezshmura.bid^$third-party ||frfgfhzxtfvsp.com^$third-party ||frfnlvnpzeju.com^$third-party -||frkohfqkpwvvq.com^$third-party -||frlvfzybstsa.com^$third-party -||frlzxwxictmg.com^$third-party -||frmavvtkhi.bid^$third-party -||frmwbxzynkrswj.com^$third-party -||frmxnnjejpzbr.com^$third-party +||frgbgwnbjkgco.com^$third-party +||frhoobwj.com^$third-party ||frqmnrlqk.com^$third-party ||frsqgvwmzjnun.com^$third-party ||frtfwlvwuw.com^$third-party -||frtkblgbqc.bid^$third-party ||frvpeuulyprl.com^$third-party -||frxgmxkg.bid^$third-party ||frxohovv.com^$third-party ||fryxaknn.com^$third-party ||frzynewnpg.com^$third-party -||fsapltvckyb.bid^$third-party ||fsaticze.com^$third-party ||fsbotviofnthgk.com^$third-party ||fscslwmvbadncb.com^$third-party -||fsddidfmmzvw.com^$third-party ||fsdvydpldxrbu.com^$third-party ||fsiadjbirgobi.com^$third-party ||fsindvlkmrqnie.com^$third-party ||fsjvhkobubai.com^$third-party -||fskheghrote.com^$third-party ||fsmpxxdyv.com^$third-party ||fsnhesxsw.com^$third-party ||fsohxklbxdi.com^$third-party +||fsphhbsklawjs.com^$third-party ||fspicbawd.com^$third-party -||fsqgojinc.bid^$third-party ||fsqknqvlngde.com^$third-party -||fsrmspghkuyn.bid^$third-party -||fssesicszubztp.bid^$third-party -||fsuhjykihmqpt.bid^$third-party -||fsvcrapnmmvj.com^$third-party -||fsvxxllfpfhk.com^$third-party +||fsvulvfqg.com^$third-party +||fswinrje.com^$third-party ||fsxkporoe.com^$third-party -||fsxmtpvumpty.bid^$third-party -||ftbiufcomsa.bid^$third-party -||ftbnrjzvgtdyzs.bid^$third-party ||ftcjcmcovx.com^$third-party ||ftdcseuvlmfp.com^$third-party ||ftdspjxhcufui.com^$third-party -||ftdyrqgjr.bid^$third-party -||ftfnchzmnyl.com^$third-party -||ftgfmbxqkjda.com^$third-party -||ftisvrpsfu.bid^$third-party -||ftjrekbpjkwe.com^$third-party -||ftodxdoolvdm.com^$third-party +||ftkbsddgbqt.com^$third-party ||ftqgkcmbkptohh.com^$third-party -||ftqhgapqugv.bid^$third-party ||ftqnttckompj.com^$third-party +||ftssqcsl.com^$third-party ||ftsygfycaybskz.com^$third-party -||fttsgimpiagrwa.com^$third-party ||ftttziizhuplfj.com^$third-party -||ftuisdlnbp.com^$third-party ||ftuohzeijbkm.com^$third-party -||ftusprfqtu.bid^$third-party -||ftvkgkkmthed.com^$third-party +||ftuzhlqzmmp.com^$third-party +||ftvpqgmbovwzot.com^$third-party ||ftvwoljibdwd.com^$third-party -||ftwdbhsztw.com^$third-party ||ftxekufylzqis.com^$third-party ||ftxmicgc.com^$third-party -||ftymjfywuyv.com^$third-party ||ftymzxmic.com^$third-party -||ftytssqazcqx.com^$third-party ||fuaawvoqbzza.com^$third-party -||fubhyuveurmlz.com^$third-party -||fuckaqunrcjj.bid^$third-party -||fucrzdux.bid^$third-party -||fuhgvhuukl.bid^$third-party +||fugqzoijct.com^$third-party ||fuialqqq.com^$third-party ||fukbyehdjdf.com^$third-party -||fukchwgbsl.com^$third-party ||fukkzdxfyrchhc.com^$third-party ||fupgvldb.com^$third-party -||fuurqgbfhvqx.com^$third-party +||fuszkweba.com^$third-party ||fuwgbbkktwbu.com^$third-party ||fuxhdhdjlyrwhq.com^$third-party ||fuymatqqiyz.com^$third-party ||fvbeyduylvgy.com^$third-party -||fvbtqaijuo.com^$third-party +||fvdwltww.com^$third-party ||fveegvyfe.com^$third-party ||fvenxjtzuaxu.com^$third-party ||fveugxikrgrbsh.com^$third-party -||fvffhcyxc.com^$third-party ||fvflgigyryacgp.com^$third-party -||fvgfcotnmj.com^$third-party -||fvhxlrcd.com^$third-party -||fvipinzac.com^$third-party +||fvhyqudibhqgpn.com^$third-party ||fviwwkvvxs.com^$third-party ||fvkdatbzswo.bid^$third-party -||fvozquqvnuv.bid^$third-party ||fvpluqipfjcsf.com^$third-party -||fvrbloxygbrv.com^$third-party -||fvrvxmksxhut.com^$third-party ||fvsdvxjpxi.com^$third-party ||fvsniyfeyjvg.com^$third-party ||fvtwyjev.com^$third-party -||fvwcwbdrprdt.com^$third-party +||fvugxwoy.com^$third-party ||fvwfkfzhha.com^$third-party ||fvwvhvsvqgyhs.com^$third-party ||fvzompquocgdsu.com^$third-party ||fvzrxepvqibn.com^$third-party ||fvzusqdf.com^$third-party ||fwbhvrpiunlzyh.com^$third-party -||fwcrhzvfxoyi.com^$third-party -||fwenfotroadh.bid^$third-party -||fwfgbhjhnlkv.com^$third-party -||fwfsnhixricu.com^$third-party -||fwigabtjb.com^$third-party -||fwjpfuzn.bid^$third-party -||fwlkncckwcop.com^$third-party -||fwnebnypnkp.bid^$third-party -||fwnlrejfedzy.com^$third-party -||fwskchuk.com^$third-party -||fwslcjmfdqyvmg.com^$third-party -||fwutbizwevr.com^$third-party ||fwuxrjzrkcjkop.com^$third-party ||fwvdptvy.com^$third-party -||fwvfntvmhhxx.bid^$third-party ||fwwdmnkjg.com^$third-party -||fwwnbucwoc.bid^$third-party ||fwwvuefyr.com^$third-party ||fwwzqxveuk.com^$third-party -||fwxmscriszl.bid^$third-party ||fwyofqdypydo.com^$third-party -||fwzlsugrflhh.com^$third-party -||fwzmxceibqmuvk.bid^$third-party ||fwzqogrlgsdl.com^$third-party ||fxazopwrns.com^$third-party -||fxcayktrneld.com^$third-party -||fxdglnldbnyq.com^$third-party ||fxfxpyrq.com^$third-party ||fxgpbkwu.com^$third-party -||fxjgprpozntk.com^$third-party -||fxjyultd.com^$third-party ||fxlmstfrxtqp.com^$third-party -||fxlyhuluw.com^$third-party -||fxoryjxrnuoo.com^$third-party -||fxpjkzwveswgtt.bid^$third-party ||fxpqoyxlas.com^$third-party -||fxrgikipxnlq.com^$third-party -||fxsbodcjjmofm.bid^$third-party -||fxteikyi.bid^$third-party -||fxtgrttlarkl.com^$third-party ||fxtrqanyko.com^$third-party ||fxvbsnwnwoib.com^$third-party -||fxvxgwqcddvm.com^$third-party -||fxwkhwcmsqne.com^$third-party ||fxwpmfdapcalu.com^$third-party -||fxzdwisjdihwj.bid^$third-party ||fyaxvmnnfk.com^$third-party -||fyblldnlr.com^$third-party -||fybrwdikdsvzt.com^$third-party ||fygpdajgtsqp.com^$third-party -||fyifssdoq.bid^$third-party +||fyijddhpohsvj.com^$third-party ||fykmahfa.com^$third-party ||fylusiucmzdjl.com^$third-party ||fynprrom.com^$third-party ||fyoewyqwpzc.com^$third-party -||fypbjnwbuz.bid^$third-party +||fyoqltiztjbdd.com^$third-party ||fyphnmoz.com^$third-party +||fyrvxydxsrww.com^$third-party ||fytrvzettfn.com^$third-party -||fyxuxfte.bid^$third-party ||fyyyyppk.com^$third-party ||fzbnuyjgyexs.com^$third-party ||fzbyrntsjxhcmb.com^$third-party ||fzccvcrsbtb.com^$third-party -||fzcgtfyn.bid^$third-party -||fzcgugzx.bid^$third-party ||fzcyyqvrbrpk.com^$third-party ||fzeahussyd.com^$third-party ||fzgitqrqrsyyiv.com^$third-party -||fzhwvlpnqg.bid^$third-party +||fzhvebnia.com^$third-party +||fzlkdwivfnreg.com^$third-party ||fzmogmfqh.com^$third-party ||fzorwhus.com^$third-party -||fzpseyhkanhopd.com^$third-party -||fzqxefkbjzwiqa.com^$third-party -||fzrcalpbcu.com^$third-party +||fzqmjlkvb.com^$third-party ||fzrqfakeaqikwm.com^$third-party -||fzsiwzxnqadb.com^$third-party -||fztrvkdqzv.bid^$third-party ||fzvydcgqazrr.com^$third-party ||fzwxuqoy.com^$third-party -||fzxraumht.bid^$third-party ||fzyxygxa.com^$third-party -||fzzudxglrnrr.com^$third-party -||gaaprokoduuyyn.bid^$third-party -||gabyuyxwcubwdp.com^$third-party -||gafoswegc.com^$third-party -||gahhlbxdgw.com^$third-party ||gaqhseuqp.com^$third-party -||gaxafjlxgoqfj.bid^$third-party -||gaxmdcfkxygs.com^$third-party -||gazogsjsoxty.com^$third-party ||gazukakdlk.com^$third-party -||gbakhtzvoguz.com^$third-party -||gbbtziazhn.com^$third-party -||gbddkzbtczkw.bid^$third-party -||gbdqimygbobtih.bid^$third-party -||gbdxxsjzrechci.bid^$third-party -||gbfnuqois.com^$third-party -||gbgtegzxz.com^$third-party -||gbiwxmjw.com^$third-party -||gbjqfbnxfjx.com^$third-party -||gbltotkythfh.com^$third-party -||gbnwjjxb.bid^$third-party -||gbsxcyukuuex.com^$third-party +||gbdzznirg.com^$third-party ||gbtoxwxmahhctv.com^$third-party -||gbwgrhjjwz.com^$third-party ||gbwhqbiiq.com^$third-party +||gbwieawjiylgx.com^$third-party ||gbwnpchivh.com^$third-party -||gbwrjyntqsvr.com^$third-party -||gbwzrcymfmvym.bid^$third-party ||gbybvvfo.com^$third-party ||gbylaoajzugbgj.com^$third-party ||gbytjlggor.com^$third-party -||gcboyhlfqxhc.com^$third-party -||gchfmrxxpfizw.bid^$third-party -||gcirwjlmyfgxm.bid^$third-party +||gccoetmm.com^$third-party +||gchhswgagb.com^$third-party ||gclcehwfvl.com^$third-party +||gclwsuzxwiotyf.com^$third-party ||gcpbftsiwdrajj.com^$third-party -||gcrqbzvwhz.bid^$third-party +||gcpjstirhbqjx.com^$third-party ||gctwvryd.com^$third-party -||gcujnsgvdq.com^$third-party -||gcwhhynufwnj.com^$third-party +||gcwkjeon.com^$third-party ||gcxsbflncu.bid^$third-party -||gcypxlue.bid^$third-party -||gdbhmiyly.com^$third-party +||gczjhffh.com^$third-party ||gdbmpwlhf.com^$third-party -||gdbohhvoo.com^$third-party ||gdczbvckwjafu.com^$third-party -||gdekvzhsqwau.com^$third-party -||gdhlysucwzyzu.com^$third-party -||gdhtshpyz.bid^$third-party -||gdixpvfqbhun.com^$third-party -||gdpuknsngvps.com^$third-party ||gdskmueffp.com^$third-party ||gdtbpaqa.com^$third-party -||gduubghr.bid^$third-party ||gdwwpvwq.com^$third-party ||gdyelbwku.com^$third-party ||gdyjhclaxvqz.com^$third-party -||geazikjazoid.com^$third-party ||gecxceztcnhkmh.com^$third-party -||gedmodsxbebd.com^$third-party -||gefaqjwdgzbo.com^$third-party ||gekywqwky.com^$third-party -||genqrabot.com^$third-party -||geqcqduubhll.com^$third-party -||gerpkshe.com^$third-party ||getzwnrgsrz.com^$third-party -||geudyhlxmbj.bid^$third-party -||gevrsbmqvp.bid^$third-party -||gezkddgdbliip.bid^$third-party +||geusihivdqkwzf.com^$third-party ||gfamqlcmymxbeu.com^$third-party +||gfbrfqfwwis.com^$third-party ||gfchcxin.com^$third-party -||gfdeapuaymd.bid^$third-party ||gfeaegaepsgp.com^$third-party ||gffupsrgds.com^$third-party -||gfhlwbxjjdla.bid^$third-party ||gfhuvykiqajjbi.com^$third-party ||gfladrimbg.com^$third-party -||gfrlmvxfsvl.com^$third-party ||gfuhjlpnuj.com^$third-party +||gfxzwyphyv.com^$third-party ||gfyrxikptop.com^$third-party ||gfzluvsjsprkac.com^$third-party -||ggagqobykjh.com^$third-party -||ggbfbseakyqv.com^$third-party ||ggezvffghs.com^$third-party -||gggemaop.com^$third-party -||gghepxqsga.com^$third-party -||gghhzzllakjm.bid^$third-party ||ggijrjktcld.com^$third-party -||ggjsegnbriqhnz.com^$third-party -||ggnabmvnwphu.com^$third-party -||ggngbgccubvf.com^$third-party ||ggntadmnwwm.com^$third-party ||ggprfmbbl.com^$third-party -||ggrjihzgtdxutg.bid^$third-party -||ggscparljuz.com^$third-party -||ggtujtuyvcci.com^$third-party -||ggusxcee.bid^$third-party ||gguvdsglzjyca.com^$third-party -||ggwbgnmahqyclg.com^$third-party ||ggxvxrmrjitg.com^$third-party -||ggyrnhdbqxufh.com^$third-party ||ggzikbwrri.com^$third-party -||ggzuksudqktn.com^$third-party -||ggzvlwrf.com^$third-party -||ghaszdguvrtnb.com^$third-party ||ghdccdtxvnpo.com^$third-party -||ghizipjlsi.bid^$third-party ||ghjlhnbc.com^$third-party -||ghjwogfexch.com^$third-party ||ghkajgexob.com^$third-party ||ghkhvajwsiy.com^$third-party ||ghkihfwfxb.com^$third-party ||ghomifuzhobtoo.com^$third-party -||ghtroafchzrt.com^$third-party -||ghttzqpeyunwdr.bid^$third-party -||ghycvwos.bid^$third-party -||ghygzvdh.bid^$third-party +||ghrbmfggqylld.com^$third-party ||ghytjserb.com^$third-party -||ghzylikrcdydf.bid^$third-party +||giecsodzyl.com^$third-party ||gifiqbbfvh.com^$third-party ||gifjvmfkzykp.com^$third-party -||gigphdgtszus.bid^$third-party -||gigvyvqe.com^$third-party ||giinmwnwsid.com^$third-party -||gimxqltq.bid^$third-party -||giojhiimnvwr.com^$third-party -||giphylee.com^$third-party -||gipmaxxp.bid^$third-party -||giqvmjiccwwys.bid^$third-party ||girrjaqgjb.com^$third-party ||gisiwdcqte.com^$third-party -||gitopazeaamdkm.bid^$third-party -||givmuvbacwui.com^$third-party -||giwvzhflxv.bid^$third-party ||giyjhogjmfmc.com^$third-party -||giyupoeynkfx.com^$third-party ||gizgxhqqdngfh.com^$third-party ||gjbgesaromnb.com^$third-party ||gjdawsvqs.com^$third-party ||gjdnksgfwoj.com^$third-party ||gjdogaqhtzaqj.com^$third-party -||gjeyqtunbnap.com^$third-party -||gjfugukpyo.bid^$third-party ||gjijrevdp.com^$third-party -||gjikkwtrstaku.com^$third-party -||gjjsfchh.bid^$third-party ||gjliurjvfnkymq.com^$third-party ||gjmlseezqjy.com^$third-party ||gjnusfiby.com^$third-party ||gjproyrwjv.com^$third-party +||gjqbidroh.com^$third-party ||gjqrpgdr.com^$third-party ||gjriyqsfrnvuv.com^$third-party ||gjrstyulnbf.com^$third-party ||gjrzirxxkbw.com^$third-party -||gjvuxnfwsngmux.bid^$third-party -||gjwqxjqdvtldbh.bid^$third-party -||gjxdibyzvczd.com^$third-party ||gjyfmlrqssyj.com^$third-party ||gkaatcjxwa.com^$third-party ||gkatquevzk.com^$third-party -||gkblyvnioxpd.com^$third-party -||gkcmxcbmcieykc.com^$third-party -||gkeahnmvduys.com^$third-party -||gkgdqahkcbmykurmngzrrolrecfqvsjgqdyujvgdrgoezkcobq.com^$third-party ||gkhfahrtren.com^$third-party -||gkhubwgeber.bid^$third-party ||gkhyhmtj.com^$third-party -||gkiqfnjtwmj.bid^$third-party -||gkiqlocbirh.com^$third-party -||gkiryieltcbg.com^$third-party ||gkjtchmlj.com^$third-party -||gkkfirgzrfoxkx.com^$third-party -||gkmaclyrj.bid^$third-party +||gkpsrxgdbco.com^$third-party ||gkqcduzwla.com^$third-party -||gkrvjofbhdvo.bid^$third-party +||gkrvcunjoacvc.com^$third-party ||gkumodsmcmffdv.com^$third-party -||gkvegijnhienmq.bid^$third-party -||gkvhfryrramj.com^$third-party -||gkwdspzl.bid^$third-party -||gkyblmfggpyq.bid^$third-party -||glbgkmvl.com^$third-party ||glbsuoebquueky.com^$third-party -||glcgytymbp.bid^$third-party -||glcpzwihisagw.bid^$third-party ||glfiivzom.com^$third-party -||glfnjyzix.bid^$third-party ||glfqztlzebamqw.com^$third-party -||glhbjwuovievay.bid^$third-party -||glhqdfmcchhk.bid^$third-party -||glhxoawgunlame.bid^$third-party -||gljanrsxz.com^$third-party -||gllkdkxygckb.com^$third-party +||glgcclcyz.com^$third-party ||glmaamwyjkx.com^$third-party -||glnqvqbedbmvtcdzcokrfczopbddhopygrvrnlgmalgvhnsfsc.com^$third-party ||glpyiiahtdmaan.com^$third-party -||glslciwwvtxn.com^$third-party ||gltpstgjnyb.com^$third-party +||gluokdhafryxtw.com^$third-party ||glvjbogft.com^$third-party ||glvzlhrrdjlme.com^$third-party -||glyicpeke.com^$third-party -||glykvwol.bid^$third-party ||glzaaewyvdkae.com^$third-party ||gmcyfkrtw.com^$third-party -||gmecesfngrngu.bid^$third-party -||gmeomlvmqlmu.com^$third-party -||gmfestfc.com^$third-party ||gmjhwyby.com^$third-party -||gmnozoruyfy.bid^$third-party -||gmnxupczjmecj.bid^$third-party ||gmowaloqmhtd.com^$third-party -||gmpdixdh.com^$third-party -||gmpmuqniggyz.com^$third-party ||gmqczpcyzjeen.com^$third-party ||gmquualzdmqtxp.com^$third-party ||gmutfgxdvwmtf.com^$third-party ||gmwqmjkggg.com^$third-party ||gmxetthnzmqo.com^$third-party ||gmzaaeenp.com^$third-party -||gnadhzstittd.com^$third-party -||gnaizrodp.com^$third-party -||gncfttutoiwwq.com^$third-party -||gniosksijt.bid^$third-party -||gnipadiiodpa.com^$third-party +||gnamwmixa.com^$third-party ||gnkpuprxa.com^$third-party -||gnmjiishaldus.com^$third-party -||gnnmdzbroemx.com^$third-party ||gnpecuwegllca.com^$third-party -||gnqqajovkhfmq.com^$third-party ||gnreqzzts.com^$third-party ||gntzacjc.com^$third-party -||goacestnzgrd.com^$third-party -||gobijnwbyri.com^$third-party -||gobljmgamwfjrc.bid^$third-party -||goegstjtam.bid^$third-party -||goeoxqhesrvaq.bid^$third-party -||gofgfsvnfnfw.com^$third-party -||gofsukrrqhcj.com^$third-party -||gogavdasjtxn.com^$third-party -||gogergyxl.com^$third-party +||gnuxgnnkflvkm.com^$third-party ||gogntrsm.com^$third-party ||goiqwteaxvgc.com^$third-party -||gojotpbkyqou.bid^$third-party -||gojwyansqmcl.com^$third-party +||gokjicokl.com^$third-party ||golkkzpniri.com^$third-party ||gondzizo.com^$third-party ||gonuuudpdcu.com^$third-party -||goowurzdotcom.bid^$third-party ||goozbkcchscvb.com^$third-party -||gopamdzgpdrwe.bid^$third-party +||gopfltvoiflf.com^$third-party ||gosrjadsh.com^$third-party -||gosvhpsc.com^$third-party ||gotrlayh.com^$third-party ||gouowkjmewn.com^$third-party -||gouytrujxuhkzk.bid^$third-party -||gozfsvoqn.com^$third-party -||gozmioancm.bid^$third-party -||gpacwxynxluey.bid^$third-party -||gpaeofyetjvff.bid^$third-party ||gpatesbcesl.com^$third-party -||gpavxommrba.com^$third-party -||gpbznagpormpyusuxbvlpbuejqzwvspcyqjcxbqtbdtlixcgzp.com^$third-party -||gpdjgkibngbrr.com^$third-party ||gpdqzmhayrcgsy.com^$third-party -||gperzgnvuuyx.com^$third-party ||gpgsxlmjnfid.com^$third-party -||gphfgyrkpumn.com^$third-party -||gphvcvxebrun.bid^$third-party -||gpiaqusavf.bid^$third-party -||gpkdnfoho.bid^$third-party -||gplqpxhsunghmx.bid^$third-party -||gpltrrdffobf.com^$third-party -||gpnduywxhgme.com^$third-party -||gppkhamotypq.com^$third-party -||gppzxymr.bid^$third-party -||gptafybrj.com^$third-party -||gptkueuaseyut.com^$third-party -||gptoleeekac.bid^$third-party ||gpudqmly.com^$third-party ||gpuulhuupfinoq.com^$third-party ||gpxsfsxsfm.com^$third-party ||gpxtxzzxoph.com^$third-party ||gpzywrsrcr.com^$third-party +||gqecfgovxbj.com^$third-party ||gqekfxgdaxoau.com^$third-party ||gqlaoeyczxsvk.com^$third-party ||gqlmavnoavcaw.com^$third-party -||gqlqgmiahdtoyl.bid^$third-party -||gqmrdezduagsqi.com^$third-party -||gqnmautydwky.com^$third-party -||gqnotcpintcq.bid^$third-party -||gqorytmpkjdq.com^$third-party ||gqosdcpjxajae.com^$third-party ||gqqsqbipuhlzb.com^$third-party ||gqrsxfwxvx.com^$third-party ||gqrwjsjbnoayff.com^$third-party ||gqrxsjqo.com^$third-party -||gqtaibrlhbwd.bid^$third-party -||gqtcapjnn.bid^$third-party -||gqthfroeirol.com^$third-party -||gqulrzprheth.com^$third-party +||gquqjrbgaghpfq.com^$third-party ||gqusxhuexmu.com^$third-party ||gqutnukt.com^$third-party -||gquvhveabaem.com^$third-party -||gqwprjzwlfspw.com^$third-party -||grceweaxhbpvclyxhwuozrbtvqzjgbnzklvxdezzficwjnmfil.com^$third-party -||grewuxii.bid^$third-party -||grfqrhqlzvjl.com^$third-party ||grgxptjsgl.com^$third-party -||grhqitjkih.bid^$third-party ||grkrkurbyykok.com^$third-party -||grlehzdbzmstb.com^$third-party ||grlygpybnhbwcu.com^$third-party -||grnrmwxf.com^$third-party -||grppxsxgcdcu.bid^$third-party -||grrduoonwjpy.com^$third-party ||grsdvgnr.com^$third-party ||grsnseuoispsco.com^$third-party ||grtbzrsndrrtsb.com^$third-party -||grtduutw.bid^$third-party -||grubpbrmek.com^$third-party -||grvoflsctenq.bid^$third-party -||grxpaizsvdzw.com^$third-party ||grxzcfdcxu.com^$third-party +||grykuutktgaun.com^$third-party ||gsdolqvdjr.com^$third-party ||gsdsccoo.com^$third-party ||gsezbakx.com^$third-party -||gsfvzgnu.com^$third-party ||gsghbxydcyum.com^$third-party -||gshiupcdkolv.bid^$third-party ||gsimjyplcciwgb.com^$third-party ||gsipjksiepxsqi.com^$third-party -||gsiqerorqkxu.com^$third-party -||gsjhehtqvin.com^$third-party +||gsjgkpnq.com^$third-party ||gslyyfntvnwbad.com^$third-party -||gsqhqbaysfmp.bid^$third-party -||gsqwxrtcabdftt.com^$third-party -||gstpgbhqzia.bid^$third-party -||gsueoeigaq.com^$third-party ||gswaelxxh.com^$third-party ||gswiegmikzh.com^$third-party -||gsxehyapoafiwe.com^$third-party -||gsxewjrbrbtldy.com^$third-party -||gsxvgomvbfrj.com^$third-party -||gtaouarrwypu.com^$third-party -||gtbfhyprjhqz.com^$third-party ||gtbrnqncz.com^$third-party +||gtciedhftphow.com^$third-party ||gtcjcqxpgykuq.com^$third-party -||gtcpsbvtwaqw.com^$third-party -||gtevyaeeiged.com^$third-party -||gtfbvxlmev.com^$third-party -||gthrdhxhwdt.bid^$third-party ||gtjpkitasq.com^$third-party ||gtkikiwa.com^$third-party ||gtlcgovlg.com^$third-party -||gtmonytxxglu.com^$third-party ||gtnlyyxfhkjv.com^$third-party ||gtnmyddlf.com^$third-party ||gtorsoxdh.com^$third-party -||gtqfsxrrerzu.com^$third-party -||gttrngwnuuvy.bid^$third-party -||gtvnygwfzrhfti.com^$third-party -||gtxfafvoohbc.com^$third-party -||gtzyfaro.bid^$third-party ||guamokqekridi.com^$third-party -||gubdadtxwqow.com^$third-party -||gubisowidb.com^$third-party ||gudlhvxz.com^$third-party -||gufjfwopsez.bid^$third-party +||gueqndbe.com^$third-party ||gugemfslzh.com^$third-party ||guhpyglt.com^$third-party -||guhtjoqtobac.com^$third-party -||gujyvlvoewweg.bid^$third-party ||guknpywmxk.com^$third-party -||gulvkhfah.bid^$third-party ||gumdeqjzclc.com^$third-party -||guoijslfm.bid^$third-party -||guowsqbyh.bid^$third-party ||guoyhfjrpt.com^$third-party -||gurrfwsscwda.com^$third-party +||gurktexxtpofyz.com^$third-party ||gusxyrtlnyv.com^$third-party ||gutccaxnwso.com^$third-party -||guwegqmvqxfa.bid^$third-party -||guziwptcqucio.bid^$third-party ||guzqqzsv.com^$third-party -||guzwqarqdxai.bid^$third-party ||gvahzhgblkkyr.com^$third-party -||gvbeqaethxhs.bid^$third-party ||gvdjqwahgh.com^$third-party -||gverjfuapaag.com^$third-party -||gvfubsvgdodrj.com^$third-party -||gvgakxvukmrm.com^$third-party ||gvhqnlti.com^$third-party -||gvlhdacnu.bid^$third-party -||gvmbrwlqqwa.bid^$third-party ||gvnqfiwzronbq.com^$third-party ||gvoraoonpi.com^$third-party -||gvoszbzfzmtl.com^$third-party -||gvrqquiotcyr.com^$third-party -||gvsvegtnsyoxt.bid^$third-party ||gvtawzpydsujep.com^$third-party ||gvwyxnyq.com^$third-party -||gvxobjcxcbkb.com^$third-party -||gvyliqny.bid^$third-party ||gvzphwswtv.com^$third-party -||gwaatiev.com^$third-party -||gwasavfgelbuah.bid^$third-party -||gwcujaprdsen.com^$third-party ||gwigqsgv.com^$third-party ||gwjmznxk.com^$third-party ||gwohimtyhbthg.com^$third-party ||gwovohvkzay.com^$third-party -||gwqkliacsn.bid^$third-party -||gwquuagkjxbq.com^$third-party -||gwsomeiyywaz.com^$third-party +||gwucenxvmkowap.com^$third-party ||gwwzlwibbws.com^$third-party ||gwxaulcgmizcq.com^$third-party ||gwywsuemmf.com^$third-party -||gxdyluyqciac.com^$third-party ||gxeoadmo.com^$third-party -||gxfzlnwlizmur.com^$third-party -||gxgnvickedxpuiavkgpisnlsphrcyyvkgtordatszlrspkgppe.com^$third-party -||gxgtmttcaofiq.com^$third-party ||gxklbrtpqqyvy.com^$third-party -||gxkwwbqzsg.com^$third-party ||gxleeixyzlaaab.com^$third-party -||gxluqcpsfhc.bid^$third-party -||gxmpahyt.bid^$third-party ||gxordgtvjr.com^$third-party ||gxpijskyqwqfjw.com^$third-party ||gxptetvbtkfj.com^$third-party -||gxqjoqpkexn.bid^$third-party ||gxqocoxl.com^$third-party ||gxqotelkdra.com^$third-party ||gxqrjjcsyh.com^$third-party -||gxuibhjxssnrol.bid^$third-party -||gxvbogvbcivs.com^$third-party -||gxwjkbxubfjd.com^$third-party ||gxxkrzrvy.com^$third-party -||gxxsqeqlepva.com^$third-party ||gxyrnjtgtwll.com^$third-party ||gxzfpusmd.com^$third-party -||gyahidmf.bid^$third-party -||gydfsypjiaymj.com^$third-party -||gydlzimosfnz.com^$third-party -||gyhujxbptum.com^$third-party -||gyinmxpztbgf.com^$third-party ||gykmfqxeolnne.com^$third-party -||gynhbuspeiud.bid^$third-party ||gynzvwhup.com^$third-party ||gyojplgn.com^$third-party -||gypxbcrmxsmikqbmnlwtezmjotrrdxpqtafumympsdtsfvkkza.com^$third-party -||gyvyokpmmb.bid^$third-party ||gyycgkchjtimu.com^$third-party -||gyzzpyez.bid^$third-party +||gyyzsgri.com^$third-party ||gzabsbddocwn.com^$third-party -||gzakmhhwrkagg.com^$third-party ||gzayyacwy.com^$third-party -||gzhazcfkr.bid^$third-party -||gziedzbliamx.com^$third-party -||gzkoehgbpozz.com^$third-party +||gzivryjzal.com^$third-party ||gzmknnasowdtop.com^$third-party -||gzmofmqddajr.com^$third-party +||gzmlvrvkven.com^$third-party ||gzoprhvqhie.com^$third-party -||gzozvhryjcf.com^$third-party -||gzpqlbqyerpb.com^$third-party -||gzqccijroe.bid^$third-party ||gzqoxmkuhl.com^$third-party -||gzrlatbooqmt.com^$third-party -||gzumjmvqjkki.com^$third-party ||gzuvyhqb.com^$third-party ||gzxdkaytxdsyxg.com^$third-party -||gzxjfkhwvhwfzr.com^$third-party -||gzyddiyiyme.bid^$third-party -||gzzctcekf.com^$third-party +||haashbjfw.com^$third-party ||habdhuhuzi.com^$third-party ||hadczwhwfvhcc.com^$third-party -||haezawhdumz.bid^$third-party -||hafbezbemwwd.com^$third-party ||hafksvqiir.com^$third-party ||hagiqxizxqf.com^$third-party -||hajcehcnodio.com^$third-party -||hajnoqtsfg.com^$third-party -||hajsefgocgkxfg.com^$third-party ||hajtekzuoe.com^$third-party ||hamjgkzgycmur.com^$third-party +||hanacbclbrdjon.com^$third-party ||hanimyel.com^$third-party -||hanwlgpecblxf.bid^$third-party ||haotyxhbv.com^$third-party ||haqbllmvpbqc.com^$third-party -||haqlmmii.com^$third-party ||hasrijwnxtn.com^$third-party -||hasxepvkld.com^$third-party -||hattifkklbo.bid^$third-party ||hauvkkwrbme.com^$third-party ||hayxktgbqpmult.com^$third-party ||hbbgrhzqezz.com^$third-party -||hbbwlhxfnbpq.com^$third-party -||hbbxkbjhiiue.bid^$third-party -||hbchwmrqb.bid^$third-party -||hbdosljhhpov.bid^$third-party -||hbedvoyluzmq.com^$third-party -||hbfnmcncnasfb.bid^$third-party -||hbguvcwi.com^$third-party ||hbhcilgdqxt.com^$third-party -||hbhcndcpohpwib.com^$third-party ||hbhfslicqq.com^$third-party ||hbhgheovqz.com^$third-party -||hbhjamkcubtez.com^$third-party ||hbkajyvrus.com^$third-party -||hbkcelqibvx.bid^$third-party ||hbnqcbfgsjfa.com^$third-party -||hbrbtmjyvdsy.com^$third-party -||hbrsqluft.bid^$third-party -||hbrvwrdama.bid^$third-party -||hbvhahzjh.bid^$third-party -||hbvnnwtoonhh.com^$third-party ||hbycvbyyj.com^$third-party -||hbzfhzpd.bid^$third-party -||hbzzkwsuaooc.com^$third-party ||hcatboilyxs.com^$third-party -||hcbntenhgaq.bid^$third-party -||hcggkyhzxzsv.com^$third-party +||hceykfajyioqkz.com^$third-party ||hcgtkmes.com^$third-party ||hcijbbzz.com^$third-party -||hckmbeebnstnp.bid^$third-party -||hclccadfmkpw.com^$third-party ||hcmafnawzxfnam.com^$third-party ||hcmjlsxhebb.com^$third-party ||hcqjgkpg.com^$third-party -||hcrsxbke.com^$third-party ||hcrwnoaqe.com^$third-party ||hcskwstr.com^$third-party -||hctcdmqp.com^$third-party ||hcwdcintgl.com^$third-party ||hcycanmscyg.com^$third-party ||hcyqwhquqjosn.com^$third-party -||hcyxksgsxnzb.com^$third-party ||hdcfyrzx.com^$third-party ||hdcqfqnn.com^$third-party -||hddgigiwip.bid^$third-party ||hddzzizitskc.com^$third-party -||hdeiyrdw.bid^$third-party +||hdeslibzcv.com^$third-party ||hdfsruiqwgjdo.com^$third-party -||hdimfhptnjgm.bid^$third-party -||hdmxceunntsy.bid^$third-party ||hdnvtfyvyhq.com^$third-party ||hdoabbjyyebca.com^$third-party +||hdosaoxfcogpl.com^$third-party ||hdslnhmjga.com^$third-party ||hduefoyd.com^$third-party -||hdweefzvb.bid^$third-party ||hdwjwooqvnm.com^$third-party ||hdwkcfqzxhvx.com^$third-party -||hdwlzheftpin.com^$third-party -||hdxeyqvfb.bid^$third-party ||hdxfyoziizy.com^$third-party ||heaaizwhm.com^$third-party -||heawnqbmsi.bid^$third-party ||heawzlvivkakly.com^$third-party ||heeevykjhujfy.com^$third-party -||heefwozhlxgz.com^$third-party ||hefgfqcyfmv.com^$third-party -||hefgynqlzwi.com^$third-party ||hehraybryciyls.com^$third-party ||hehyqqqxzndwia.com^$third-party -||heikwwkqy.com^$third-party ||heinvugrgkcxl.com^$third-party ||heloymydva.com^$third-party -||henodmetgjbsas.bid^$third-party -||hepuzqrx.com^$third-party -||heqcvweqvqf.com^$third-party -||heracgjcuqmk.com^$third-party -||hettwksj.bid^$third-party -||hevdxhsfbwud.com^$third-party -||hevfziuvxq.bid^$third-party -||heydqkfbglbu.com^$third-party ||hezasoiduicbha.com^$third-party -||hfbnztgnmheyd.bid^$third-party -||hfcczxpyfdhl.bid^$third-party ||hfedqcww.com^$third-party ||hferzkyqt.com^$third-party ||hffgptqfpewjz.com^$third-party -||hffmxndinqyo.com^$third-party -||hffmzplu.com^$third-party -||hffqgxgjiqdlx.bid^$third-party -||hfgevdzcoocs.com^$third-party -||hfhhijsewsqn.com^$third-party -||hfjuehls.com^$third-party -||hfmtqgiqscvg.com^$third-party ||hfnxxzotprja.com^$third-party ||hfslmsbj.com^$third-party -||hftyrwqjknhzoa.com^$third-party ||hfubvezyoyqs.com^$third-party ||hfydxmahpllyx.com^$third-party -||hfyqolbetdprw.bid^$third-party -||hfzikiht.com^$third-party ||hgacevkuxzifv.com^$third-party -||hgbmwkklwittcdkjapnpeikxojivfhgszbxmrjfrvajzhzhuks.com^$third-party ||hgbxmqyqoplpif.com^$third-party -||hgcgfxjkvjch.com^$third-party ||hgdmzshm.com^$third-party -||hgdovdnd.com^$third-party ||hgeojizz.com^$third-party -||hgezwkouu.bid^$third-party -||hgfgzqwbjnebd.com^$third-party -||hgirriqj.bid^$third-party ||hgowmgat.com^$third-party -||hgqmkbpvmyn.bid^$third-party +||hgtdroan.com^$third-party ||hgukeujwsfgwrq.com^$third-party +||hgyvbfmffvmho.com^$third-party ||hgzopbyhidre.com^$third-party -||hgztvnjbsrki.com^$third-party -||hhdbbixxs.bid^$third-party ||hhdwgxmrvwyg.com^$third-party ||hheeffxjz.com^$third-party ||hhffiibyamkvyu.com^$third-party -||hhfgemuvmyq.com^$third-party -||hhghlgxioqjefi.com^$third-party -||hhiprhclh.com^$third-party ||hhleomgyiruth.com^$third-party ||hhlrnfmn.com^$third-party -||hhnamywutsvovm.bid^$third-party -||hhnvtfiiitzf.bid^$third-party ||hhrxmgaepe.com^$third-party -||hhshbknewaikmj.bid^$third-party -||hhwqfmqyqoks.com^$third-party -||hhzqedgjajvi.com^$third-party -||hibiaygg.com^$third-party -||hibtgsibarfg.bid^$third-party +||hhzejzwcqa.com^$third-party ||higishzxn.com^$third-party -||higrbwtxkjuw.com^$third-party -||higygtvnzxad.com^$third-party -||hihyunxtiuqhhm.bid^$third-party ||hiitwzyvkdyvxn.com^$third-party -||hijvwwbnbhb.bid^$third-party -||hilkfxdqxzac.com^$third-party -||hiltrkavduozt.com^$third-party -||hirdchyngnn.bid^$third-party ||hisoupocdted.com^$third-party ||hisxgmthxjdm.com^$third-party +||hiwtotxepiaogu.com^$third-party ||hixpfhoon.com^$third-party -||hixuxtufzqcq.com^$third-party -||hiypucxjvfka.com^$third-party +||hizvevxvi.com^$third-party +||hjagjopxzz.com^$third-party ||hjbfpopj.com^$third-party -||hjeoncuvklqh.com^$third-party ||hjgmasrve.com^$third-party +||hjgtnhierc.com^$third-party ||hjiebsdcxldu.com^$third-party ||hjihwmtsltqi.com^$third-party ||hjjdmohuzp.com^$third-party ||hjjjsurdhtt.com^$third-party ||hjknszojbbecy.com^$third-party ||hjnekvux.com^$third-party -||hjnfurphlwsui.bid^$third-party -||hjopehvzspngi.com^$third-party -||hjtgpkwppx.bid^$third-party -||hjtoguxtzkl.bid^$third-party -||hjukmfdbryln.com^$third-party -||hjvdkrjmxngg.com^$third-party ||hjxrhlmei.com^$third-party ||hjyhfusvr.com^$third-party -||hjyxnjfbrj.bid^$third-party -||hkacgxlpfurb.com^$third-party ||hkdjrnkjwtqo.com^$third-party ||hkhotpewfxr.com^$third-party ||hkjxihngzlmwc.com^$third-party -||hklyzmspvqjh.com^$third-party ||hknuifygfbz.com^$third-party ||hkoxlirf.com^$third-party ||hkoxznukwpdhxu.com^$third-party ||hkqhuilqnu.com^$third-party -||hksmitcmlo.bid^$third-party -||hkurphzwv.bid^$third-party -||hkvqwkeyruvy.bid^$third-party -||hkvqyjtdghbe.com^$third-party +||hkswktixvcot.com^$third-party ||hkwzswzf.com^$third-party -||hkyskqpsqwjq.bid^$third-party -||hkyykkerrp.com^$third-party ||hldsogaxfq.com^$third-party -||hlekbinpgsuk.com^$third-party ||hlfjvpcpkynqco.com^$third-party -||hlgodnojfffhpc.bid^$third-party -||hlicmukjz.bid^$third-party -||hljiofrtqenc.com^$third-party -||hljyawylquvl.bid^$third-party -||hlotiwnz.com^$third-party +||hlitvetlw.com^$third-party ||hloyloppqpvnmd.com^$third-party -||hlqnhatfxtclut.com^$third-party ||hlrziwaldlui.com^$third-party ||hlsqjrgeuw.com^$third-party ||hlvvlouaeicp.com^$third-party ||hlvzvisiwbtuwv.com^$third-party ||hlykwstrvxa.com^$third-party ||hmbgumjgey.com^$third-party -||hmcczsoimnjxzi.com^$third-party -||hmcjupvbxxyx.com^$third-party -||hmdmvaxmmwoso.bid^$third-party -||hmeojqyjoascs.com^$third-party ||hmepgymo.com^$third-party ||hmgozryqbc.com^$third-party -||hmjkyzdmoxp.com^$third-party ||hmjtutipevtmg.com^$third-party -||hmkrfmtra.bid^$third-party -||hmlghvujrve.com^$third-party ||hmmmcjgho.com^$third-party ||hmpumxcsex.com^$third-party -||hmqzghfpl.bid^$third-party -||hmwsaxnhc.com^$third-party -||hmwxaldhioby.bid^$third-party -||hmypgdhzd.com^$third-party +||hmqzcnngnajps.com^$third-party ||hmzwcomigpqia.com^$third-party -||hndesrzcgjmprqbbropdulvkfroonnrlbpqxhvprsavhwrfxtv.com^$third-party -||hngjhdhdkkfbcz.bid^$third-party -||hnhfengrgk.bid^$third-party +||hncahnvieotyu.com^$third-party ||hnhsvlswqtoxgn.com^$third-party -||hnitbiubtg.bid^$third-party -||hnivikwwypcv.com^$third-party -||hnkbivnten.com^$third-party ||hnntopkvrsivwc.com^$third-party -||hnoajsaivjsg.com^$third-party -||hnopgrab.com^$third-party -||hnqnftzzytjl.com^$third-party ||hnregzjxsafu.com^$third-party +||hnrfwtlvlnzumb.com^$third-party ||hnsamgkrtliye.com^$third-party ||hnshjxowpldar.com^$third-party ||hntntnfizowo.com^$third-party -||hntpbpeiuajc.com^$third-party ||hntxitqhto.com^$third-party -||hnuhqaslqaqtb.bid^$third-party -||hnvbfamkwmq.bid^$third-party -||hnztceqkabwm.bid^$third-party -||hobjzsymztzk.com^$third-party -||hobtkxap.com^$third-party -||hodhrwizh.bid^$third-party ||hofraxopw.com^$third-party ||hoghqjddg.com^$third-party ||hogylomirfc.com^$third-party -||hohfiknuk.com^$third-party ||hohrnldconk.com^$third-party -||hokehntutt.bid^$third-party -||hopafrmwpckj.com^$third-party ||hoqqzlvwukpo.com^$third-party ||horjhksl.com^$third-party ||horvmygebyg.com^$third-party -||horylaht.bid^$third-party -||hosiioyx.com^$third-party -||hosqkmnjt.com^$third-party -||hotdzbtmngof.bid^$third-party -||howjkpaynzwf.com^$third-party +||howubdgdt.com^$third-party ||hoyqhygv.com^$third-party -||hoytzfyok.bid^$third-party -||hpabkunldxhpc.com^$third-party ||hpasvfsndgr.com^$third-party ||hpbczauldndnep.com^$third-party ||hpbsyqsypxy.com^$third-party -||hpcniufqp.bid^$third-party -||hpdmnmehzcor.com^$third-party +||hpeshwdwkzyz.com^$third-party ||hpkkzzyek.com^$third-party -||hpkwirncwvxo.com^$third-party ||hplctrsd.com^$third-party -||hplgpoicsnea.com^$third-party -||hpltfwbm.com^$third-party -||hpmgdwvvqulp.com^$third-party ||hpmyhrljkbl.com^$third-party -||hpnthbgdv.bid^$third-party -||hpqxznpb.bid^$third-party ||hpsthxyqxqae.com^$third-party ||hpufwccrmiwz.com^$third-party ||hpuknttzl.com^$third-party -||hpvxmmttf.bid^$third-party ||hpwdohgicpmi.com^$third-party ||hpwoowyxhrsatx.com^$third-party ||hpwsosviqyjem.com^$third-party ||hpwzlfjpa.com^$third-party ||hpxbifcd.com^$third-party -||hpxxzfzdocinivvulcujuhypyrniicjfauortalmjerubjgaja.com^$third-party -||hpyqmmaxjrt.bid^$third-party ||hpyxckmwle.com^$third-party -||hpzpjalq.bid^$third-party -||hqaajpaedpux.com^$third-party ||hqbphxpavrxry.com^$third-party ||hqczpetgslammu.com^$third-party ||hqgenotbptcu.com^$third-party -||hqkoismxnocd.com^$third-party ||hqkwnyub.com^$third-party -||hqncduqyzgfugo.com^$third-party -||hqnyahlpmehp.com^$third-party ||hqqyesittgihp.com^$third-party ||hqsgnzvjkyog.com^$third-party -||hqsxomhxwhpq.com^$third-party ||hqtlbsglscrju.com^$third-party -||hqtrxzcjjjj.com^$third-party ||hqtvvfqmfykcrs.com^$third-party -||hquijlndtd.com^$third-party ||hqupjfmq.com^$third-party ||hqvdkbap.com^$third-party ||hqwlpexoywbc.com^$third-party -||hqxtsqwpvort.com^$third-party ||hqyenmzgxk.com^$third-party +||hqzceymmcwsvd.com^$third-party ||hraowdzgs.com^$third-party ||hrarjpeqtcsge.com^$third-party ||hrcqeghr.com^$third-party -||hrdbamvfzipe.com^$third-party -||hrfbfuxksimzi.bid^$third-party -||hrkshoveizfo.com^$third-party +||hrgbolmbxmovli.com^$third-party +||hrklcreflssza.com^$third-party ||hrmqqrvqaxvzb.com^$third-party ||hrnklivlbhf.com^$third-party ||hrorxufknjdm.com^$third-party -||hrskwmpvpgocj.com^$third-party -||hrtgkdwjbjblb.com^$third-party +||hrsddepycjmvdd.com^$third-party ||hrtsclmulpwnr.com^$third-party ||hrtxufdb.com^$third-party -||hrvxpinmdyjx.com^$third-party -||hrykyhqtgcro.com^$third-party -||hsdjvuayagt.bid^$third-party -||hseyrxoi.com^$third-party +||hsbrhnkgkx.com^$third-party ||hsgatgymg.com^$third-party -||hshbyyuh.bid^$third-party -||hsivniaui.bid^$third-party -||hsllwumsezanll.com^$third-party -||hsnuutxbmmqry.bid^$third-party -||hsnvnmjriom.com^$third-party -||hsoyrqqsludd.com^$third-party +||hshcspczsaa.com^$third-party +||hsqbeznk.com^$third-party ||hsqslxewsnga.com^$third-party ||hsqujerwg.com^$third-party ||hsqvofrzwluvns.com^$third-party ||hstqqjxqwnrfhy.com^$third-party ||hsufwxpdtddlh.com^$third-party -||hsuohkuegd.bid^$third-party -||hsvqfvjidloc.com^$third-party ||hsxftwpltcmil.com^$third-party ||hsydzoapohcvbz.com^$third-party -||hsyjdpgetl.bid^$third-party -||hszyozoawqnk.com^$third-party -||htabtzmi.bid^$third-party +||htckiummbyxfha.com^$third-party ||htegogwj.com^$third-party -||hteysvcuzycp.bid^$third-party ||htgpsnbtha.com^$third-party -||hthrytimx.bid^$third-party -||htkoyuyk.bid^$third-party -||htldvsrwwx.bid^$third-party -||htllanmhrnjrbestmyabzhyweaccazvuslvadtvutfiqnjyavg.com^$third-party ||htlvvqlcqvq.com^$third-party ||htmvtmglofpbz.com^$third-party -||htnzwuvgphjwqc.bid^$third-party -||htonrwegnifw.com^$third-party -||htpkxpgbprpklc.com^$third-party -||htqyaipwpopyx.com^$third-party -||htrprrrtrwrc.com^$third-party ||httftlckaxj.com^$third-party ||htunjeuczuox.com^$third-party -||htvlulpbhtkgr.com^$third-party -||htyazxwc.com^$third-party -||huayucnblhgy.com^$third-party ||hubahczah.com^$third-party ||hubvotrpjios.com^$third-party -||hueenmivecmx.com^$third-party -||huejizictcgd.com^$third-party -||huewmezzodzdv.com^$third-party -||hufaymllqce.club^$third-party +||huctgggrvw.com^$third-party ||hugjupzdpvuzdr.com^$third-party ||huhrxmgiofzna.com^$third-party -||huigyetqu.com^$third-party ||huirnbrfj.com^$third-party -||humcyddkxxm.bid^$third-party -||hunktnva.com^$third-party -||huriylhqkylbo.bid^$third-party -||husetdmrejiyjy.bid^$third-party -||hutkuzwropgf.com^$third-party -||huvzwmithltjia.com^$third-party -||huxwvqkdkc.bid^$third-party -||huynrscfbulr.com^$third-party -||huzcotxmghlfip.bid^$third-party -||huzmweoxlwanzvstlgygbrnfrmodaodqaczzibeplcezmyjnlv.com^$third-party -||hvagzrssrcze.com^$third-party -||hvbiwwek.com^$third-party -||hvccjhkcvlfr.com^$third-party -||hvckvfistbejp.com^$third-party -||hvdddlsdexic.com^$third-party +||huyqmtpqhemcv.com^$third-party ||hvduwoozla.com^$third-party ||hvdyyojh.com^$third-party -||hvfjefgtjdh.bid^$third-party -||hvfolkwvgjgc.com^$third-party -||hvftzxkepauct.bid^$third-party -||hvfzacisynoq.com^$third-party -||hvfzshrpfueb.com^$third-party ||hvgytlbdnuqunp.com^$third-party ||hvitcycze.com^$third-party -||hvmimwpe.com^$third-party -||hvnkfjywxojrwo.bid^$third-party ||hvpcxythnjl.com^$third-party ||hvqqergvbpvetq.com^$third-party ||hvtlipnbfwu.com^$third-party -||hvukouhckryjudrawwylpboxdsonxhacpodmxvbonqipalsprb.com^$third-party ||hvulkudamh.com^$third-party -||hvuvqsun.com^$third-party -||hvvhxzdps.com^$third-party -||hvvxxszxslome.bid^$third-party -||hvwagkmgef.com^$third-party ||hvwaieuielzzy.com^$third-party ||hvxhmsiz.com^$third-party -||hwcgnavycq.com^$third-party -||hwfcdqnvovij.com^$third-party ||hwhdxuid.com^$third-party ||hwhzonbib.com^$third-party ||hwiccseamrs.com^$third-party ||hwjjxzzbpbn.com^$third-party -||hwktxvrvz.bid^$third-party -||hwkxtltut.bid^$third-party ||hwlykqjlytnm.com^$third-party -||hwmgcurmtkxk.bid^$third-party -||hwongtcmnhpxd.bid^$third-party -||hwoqbjouvfn.bid^$third-party -||hworpzco.bid^$third-party -||hwsbehjaxebh.com^$third-party -||hwtdpeihsszrl.bid^$third-party -||hwvvhsnjj.bid^$third-party -||hwvwuoxsosfp.com^$third-party ||hwyoikfrfdtjp.com^$third-party -||hxajxyvnpou.bid^$third-party -||hxbvbmxv.com^$third-party -||hxcoxdyzzd.com^$third-party -||hxhabfjy.bid^$third-party +||hxbvxmyldlt.com^$third-party ||hxhxjcffzp.com^$third-party ||hxhyejtblmu.com^$third-party +||hxhymfdpmgs.com^$third-party ||hxjuumufsei.com^$third-party -||hxkanryhktub.com^$third-party -||hxlkmsib.bid^$third-party -||hxlojjtpqtlk.com^$third-party ||hxnbotlkxpkyt.com^$third-party -||hxqdddqnuqcwe.com^$third-party ||hxqetblh.com^$third-party ||hxqhctdtdsr.com^$third-party -||hxrsjlqnep.com^$third-party -||hxsfrcdrrp.com^$third-party -||hxuasnwokh.com^$third-party -||hxuvwqsecumg.com^$third-party -||hxvbrahd.bid^$third-party -||hxvdrelj.bid^$third-party ||hxvuuswzydwykb.com^$third-party -||hxwxxhfydbifuq.com^$third-party -||hyexdezezjqw.bid^$third-party -||hyhabjqndvwf.bid^$third-party -||hymandywo.com^$third-party ||hyrnujewyatvd.com^$third-party ||hysnqwbokyuvsm.com^$third-party ||hysyqgbls.com^$third-party -||hytkatubjuln.com^$third-party -||hyubowucvkch.com^$third-party ||hyurzuxoksg.com^$third-party -||hyvsquazvafrmmmcfpqkabocwpjuabojycniphsmwyhizxgebu.com^$third-party ||hywdqloml.com^$third-party -||hywwsavdydy.bid^$third-party -||hyxhxnlqeppn.com^$third-party -||hyzncftkveum.com^$third-party ||hzcrhwmi.com^$third-party -||hzivfezfltago.com^$third-party +||hzlewuunwm.com^$third-party +||hzlsghfoqsvawe.com^$third-party ||hzskbnafzwsu.com^$third-party +||hzsmmfohtye.com^$third-party ||hztjenzlrrwinq.com^$third-party -||hztkbjdkaiwt.com^$third-party -||hzulgipdcbgwad.com^$third-party ||hzwmcqlmxpdrlp.com^$third-party -||hzwxkqnqrdfv.com^$third-party -||hzxtamstwecry.bid^$third-party -||hzyvjghy.bid^$third-party -||hzyxaqdr.bid^$third-party +||hzyxmywj.com^$third-party +||hzzmoouuqb.com^$third-party ||iaatzkkqyv.com^$third-party ||iacexhglty.com^$third-party ||iadfjbrttvgn.com^$third-party ||iafqqcsw.com^$third-party -||iagsqudxpcfr.com^$third-party -||iagvkdeienla.com^$third-party -||iaimnsxepxdy.bid^$third-party -||iansucrovvzbi.bid^$third-party -||iaoisfnac.com^$third-party -||iaoyikwmocuvr.com^$third-party +||iajcvxcqktpm.com^$third-party ||iapurlkukrwd.com^$third-party ||iapxxrjzc.com^$third-party ||iasodjsbjcq.com^$third-party ||iatwyqgvpq.com^$third-party -||iauvabogtws.bid^$third-party ||iawytmnbnchhy.com^$third-party -||iaxxhqwaig.com^$third-party ||ibaqfspkktxfj.com^$third-party ||ibclxtlh.com^$third-party ||ibcnwhnbid.com^$third-party ||ibetinwubwl.com^$third-party -||ibeyqnjfjgsuob.bid^$third-party ||ibfsream.com^$third-party ||ibfueyttemsefi.com^$third-party -||ibjtuhcgwnamyf.com^$third-party -||ibkfummkqzlg.com^$third-party +||ibgwwujip.com^$third-party +||ibkbshqqueoij.com^$third-party ||ibleigzj.com^$third-party -||ibljirpmxvav.bid^$third-party ||ibnuoduab.com^$third-party -||ibojmmgjto.bid^$third-party -||ibqmccuuhjqc.com^$third-party +||ibtfbbtjktu.com^$third-party ||ibxfhtklswtbd.com^$third-party -||ibycicwahzg.com^$third-party -||icafyriewzzrwxlxhtoeakmwroueywnwhmqmaxsqdntasgfvhc.com^$third-party ||icahllwjc.com^$third-party ||iccdytfvhd.com^$third-party -||icdkqyeydxpjmw.com^$third-party ||icfgedouno.com^$third-party ||icfjzmqsejzfb.com^$third-party ||icfxndxwpan.com^$third-party -||icgakpprechm.com^$third-party -||icjeqbqdzhyx.com^$third-party -||icjniokadnrqht.com^$third-party ||icjpdubxgab.com^$third-party -||icjurmxhqpdpbt.bid^$third-party ||iclbkrgjdstqt.com^$third-party -||icltessfskwle.bid^$third-party -||iclytswtff.com^$third-party -||icpfrrffsenr.com^$third-party -||icqvwlelvzldh.bid^$third-party -||icrnyafg.bid^$third-party ||ictmdbus.com^$third-party ||icuazeczpeoohx.com^$third-party -||icxssspyxquw.bid^$third-party -||icyddcsjbqjxz.bid^$third-party -||icyfqtjj.bid^$third-party -||iczhhiiowapd.com^$third-party ||idbjhskxiablsi.com^$third-party ||idbjldbeguhq.com^$third-party ||idbpftjjz.com^$third-party ||idbtfwllhogxc.com^$third-party -||idbxnzgmn.com^$third-party -||idcoyhwzthhjv.com^$third-party ||iddgzongegt.com^$third-party ||iddvmkxme.com^$third-party -||idejenmqxhy.bid^$third-party -||idelmxrchrce.com^$third-party ||ideprjebdvj.com^$third-party ||idernzastoeok.com^$third-party -||idfybbol.com^$third-party +||idezofimc.com^$third-party ||idissynmirkw.com^$third-party -||idiyejpux.bid^$third-party -||idkyfrsbzesx.com^$third-party ||idmfdmoli.com^$third-party -||idopjddmtzo.bid^$third-party -||idpukwmp.com^$third-party -||idqsygpvizjp.bid^$third-party ||idqzpnea.com^$third-party ||idrdmyixk.com^$third-party ||idszrbmjvkdodt.com^$third-party -||idvuakamkzmx.com^$third-party ||idxrjpfxrqernb.com^$third-party -||ieajwbir.com^$third-party -||ieavcqhxtpak.com^$third-party -||iebnsqfwfhl.bid^$third-party -||iectshrhpgsl.com^$third-party ||iedijlgkbqc.com^$third-party +||iedzocfoflfgam.com^$third-party ||ieeagbtui.com^$third-party -||ieeawxjool.com^$third-party ||iefjsqos.com^$third-party -||iekztyhqfs.bid^$third-party -||ielqcwzwjczpx.bid^$third-party -||ieoexdjxrwtq.com^$third-party ||ieqbsnteuyn.com^$third-party -||ieqprskfariw.com^$third-party ||ierhqysqwrziez.com^$third-party -||ieuezabolxphga.com^$third-party -||iewsaprgerkjny.com^$third-party -||ifaklabnhplb.com^$third-party +||iettnkls.com^$third-party ||ifbhceoxx.com^$third-party ||ifbubmsr.com^$third-party ||ifbwyogrfjo.com^$third-party @@ -41770,1035 +40437,566 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ifgnsrtjcz.com^$third-party ||ifhxmaazmylfx.com^$third-party ||iflndvke.com^$third-party -||ifmobkrjonnm.com^$third-party ||ifnwfachxk.com^$third-party ||ifofucuvklrnfw.com^$third-party ||ifoldmuxqjeddk.com^$third-party +||ifovxnjbsqcnc.com^$third-party ||ifqzzgwrra.com^$third-party -||iftvlrkyvubnn.com^$third-party ||ifuvjvbyjir.com^$third-party -||ifvetqzfiawg.com^$third-party -||ifvgsekkvcc.bid^$third-party -||ifyngpctovtv.com^$third-party ||ifzwbqzqs.com^$third-party -||igawfxfnupeb.com^$third-party ||igbznxar.com^$third-party -||igdfzixkdzxe.com^$third-party -||igfuvwscradtpu.bid^$third-party ||iggukjfuylwyv.com^$third-party ||ighavizixlohvi.com^$third-party -||igifhnkw.com^$third-party -||iglwibwbjxuoflrczfvpibhihwuqneyvmhzeqbmdmujmirdkae.com^$third-party +||igllgmtrioka.com^$third-party ||igmsjgadiz.com^$third-party ||ignkopdlnlkk.com^$third-party ||igsxvpghnamnsz.com^$third-party -||igupodzh.com^$third-party -||igutgembqnw.bid^$third-party -||igvcpjsyk.bid^$third-party -||igwzuwwtvnywx.com^$third-party ||igycquuoypdiqx.com^$third-party -||igyzmhqbihoi.com^$third-party -||ihcamesgexiv.com^$third-party ||ihcbfiqkp.com^$third-party -||ihdrozswbekx.com^$third-party -||ihfktkrasg.bid^$third-party -||ihflwxrsptqz.com^$third-party -||ihghcmznlp.com^$third-party -||ihgkmgwfhjam.com^$third-party +||ihgehlpfzoefmd.com^$third-party ||ihgwekwwxbuxy.com^$third-party -||ihmevshz.bid^$third-party ||ihpekyhfanmljo.com^$third-party -||ihqmycsct.bid^$third-party -||ihqxhokndcfq.com^$third-party -||ihriduffgkel.com^$third-party -||ihtatthazitg.bid^$third-party ||ihutbqqmjan.com^$third-party ||ihvmcqojoj.com^$third-party -||ihzdrktzyrzq.bid^$third-party +||ihzwuzeslfh.com^$third-party ||ihzyxuhgocszv.com^$third-party ||iialqejeka.com^$third-party ||iibcejrrfhxh.com^$third-party -||iiblzgczrrdiqf.bid^$third-party ||iiccrpwaxmxkqm.com^$third-party -||iihwyqhxajtn.com^$third-party -||iijmodcvlwfk.com^$third-party -||iikhhkwryiqq.bid^$third-party +||iidfyyelvijfk.com^$third-party ||iilrgkor.com^$third-party ||iimueeipaitpb.com^$third-party -||iinkhwsh.bid^$third-party -||iipivevueme.com^$third-party -||iipkiyju.bid^$third-party -||iisfpzkkxkz.com^$third-party -||iitfqholnpud.com^$third-party ||iizgpusp.com^$third-party -||ijbybfznp.com^$third-party -||ijeuhlrqznjb.com^$third-party +||ijfchpiptvvzko.com^$third-party ||ijfnbtksuntwqe.com^$third-party ||ijhpzjzjaujpov.com^$third-party ||ijhqzvlnsxu.com^$third-party +||ijiraeitwqpj.com^$third-party ||ijmzezsaxxomr.com^$third-party ||ijnghdmfrb.com^$third-party ||ijowsfraldsnb.com^$third-party ||ijriehir.com^$third-party ||ijterttmus.com^$third-party -||ijuawecwqhwyou.bid^$third-party ||ijugatdyiuwxq.com^$third-party -||ijvolcqtnxohl.com^$third-party -||ijyzkjjabc.bid^$third-party +||ijxfkfsvzvnyk.com^$third-party ||ikbwvphztgkiq.com^$third-party -||ikcwcxhgibmumf.com^$third-party -||ikdhuhcigpoc.com^$third-party -||ikealcmavhpk.com^$third-party -||ikfmafgtgnylts.com^$third-party -||ikgxfzfjxmp.bid^$third-party ||ikhdsnufzzj.com^$third-party ||iklmgdsfnajmoy.com^$third-party -||ikmmsoihdmfkbh.bid^$third-party -||ikmymeivze.com^$third-party -||iknctklddhoh.com^$third-party -||ikobsqwcutnss.com^$third-party -||ikpzwbrzzfg.bid^$third-party -||ikrvzjdds.bid^$third-party ||ikupicwg.com^$third-party -||ikuzqysewaw.bid^$third-party ||ikvagxovc.com^$third-party -||ikvfgsftmyhn.com^$third-party -||ikvltjooosqh.com^$third-party -||ikvuvztmvvro.bid^$third-party ||ikwxqqaduybfnv.com^$third-party -||ikxdpmnznk.bid^$third-party -||ikxhjlsynfeo.com^$third-party ||ikyzcnyqkzctm.com^$third-party ||ilaantxayy.com^$third-party -||ilakffljjdpwb.com^$third-party ||ilclngnarpy.com^$third-party -||ilfsrsgmgbex.com^$third-party ||ilkphyyzg.com^$third-party ||illazkka.com^$third-party -||illizuqkdqjobt.com^$third-party -||illqbirymsr.com^$third-party +||ilmijlktgjx.com^$third-party ||ilqufadqxd.com^$third-party -||ilrxikdjozlk.com^$third-party -||ilsivrexvpyv.com^$third-party ||ilsuuqcab.com^$third-party ||ilugfyhlfv.com^$third-party -||ilupcgzhagwb.com^$third-party ||iluwjbuwm.com^$third-party -||ilvibsabwuza.com^$third-party ||ilxwlsnzhzukj.com^$third-party ||ilzjjdujrgaa.com^$third-party ||ilzwenpgf.com^$third-party ||imayjubge.com^$third-party ||imbafgnoipmv.com^$third-party -||imbbjywwahev.com^$third-party ||imbpmlyhkk.com^$third-party +||imbwnxknxzmo.com^$third-party ||imeljiehhwy.com^$third-party ||imevdywafhro.com^$third-party ||imgkcxjlrlqf.com^$third-party -||imgoatxhxior.com^$third-party ||imhizxejm.com^$third-party ||imidshmpzr.com^$third-party -||imisagsrbci.com^$third-party -||immgnzenbixuzd.bid^$third-party ||immscjnenl.com^$third-party ||imnsmvmjrdiwwr.com^$third-party -||imqkdsdgfygm.com^$third-party -||imrwxmau.com^$third-party -||imtdtaloqwcz.com^$third-party -||imyqdbxq.com^$third-party -||imzngbreiiiv.com^$third-party ||imzuoqkrzrjw.com^$third-party -||incdjkjbyhlttx.com^$third-party -||inewoioxxdbm.com^$third-party ||inhcrirmboz.com^$third-party -||inhtwazkrebui.bid^$third-party -||inisvnawtzevnx.com^$third-party ||inityhntee.com^$third-party ||injjmtlzq.com^$third-party ||inlrdxbuco.com^$third-party -||inmrjokdxmkh.com^$third-party -||insbrvwfrcgb.com^$third-party ||inukjwvwhz.com^$third-party -||invgsoqwtkvxs.bid^$third-party -||inxhtjrwictg.com^$third-party -||ioatyggwaypq.com^$third-party +||inwatrrcziyuet.com^$third-party +||iochuhah.com^$third-party ||iogutpkrkkycq.com^$third-party -||iohaqrkjddeq.com^$third-party -||iohyjoomzoufn.bid^$third-party -||ioighavxylne.com^$third-party -||ioitfufxdsxtq.bid^$third-party ||ioiylgyf.com^$third-party ||iojpbletb.com^$third-party -||iokggekuz.bid^$third-party ||iolautrf.com^$third-party -||iolzwhbf.bid^$third-party -||iomixrscvtw.bid^$third-party -||ionbpysfukdh.com^$third-party -||iooxsrjgkb.bid^$third-party ||iopjpldd.com^$third-party ||ioppxhhtgbydsj.com^$third-party -||ioryejnzvbbluh.bid^$third-party ||ioujbpldicfgm.com^$third-party -||ioupfmge.com^$third-party -||ioyixcprbghm.com^$third-party +||iouuorpkc.com^$third-party +||iouxtayinkmu.com^$third-party ||iozpujvmlojzhp.com^$third-party ||iozsmwjezobro.com^$third-party ||ipacpdxmvwyi.com^$third-party -||ipadxqhm.bid^$third-party -||ipcouosurtdqc.bid^$third-party -||ipdcgsdjkz.bid^$third-party -||ipdlsrwctdjb.com^$third-party +||ipbiydocgvllrg.com^$third-party ||ipehunxxyir.com^$third-party ||ipesdpqmq.com^$third-party ||ipesuojab.com^$third-party ||ipfcvsxisyz.com^$third-party ||iphliojn.com^$third-party -||iphwttyqzuhucw.bid^$third-party ||ipiakraazowdui.com^$third-party -||ipllxfcftp.com^$third-party ||iplrcmff.com^$third-party ||ipluhckk.com^$third-party +||ipnamtuezkwi.com^$third-party ||ipncblpgxlhjpc.com^$third-party -||ipndulsempjgb.bid^$third-party -||ipntpfokhkrh.com^$third-party -||ippninrrcl.com^$third-party ||ippwkczttno.com^$third-party -||iptrkboffhf.com^$third-party -||ipvvitntvja.com^$third-party +||ipuckjvccooync.com^$third-party ||ipwwqitqsh.com^$third-party ||ipxdoldjsvnjvw.com^$third-party -||ipytvgqfh.bid^$third-party -||ipzjwnbhgymuw.com^$third-party +||ipxejxiq.com^$third-party ||iqagrsach.com^$third-party ||iqbfctebbzh.com^$third-party ||iqfcpnclcaaidy.com^$third-party ||iqiznxqn.com^$third-party ||iqjajyjbnaqieu.com^$third-party -||iqmjedevvojm.com^$third-party +||iqnmjstd.com^$third-party +||iqoakacwvzrp.com^$third-party ||iqopeoufjul.com^$third-party -||iqpfextjfphjnn.com^$third-party -||iqqbwhrf.com^$third-party -||iqrqmhrfkyuu.com^$third-party -||iqsqqyoqry.com^$third-party ||iqtygxmjgbakm.com^$third-party -||iqwbqjnst.bid^$third-party -||iqwczlbxvtcnh.com^$third-party -||iqwhwomdmjg.bid^$third-party ||iqwrmwssizr.com^$third-party ||iqyirwfzlx.com^$third-party -||irbipwnr.bid^$third-party -||irbkobqlrbtt.com^$third-party +||iqyxvcqns.com^$third-party +||irdcdrpzs.com^$third-party ||irecfjyzlrjrr.com^$third-party -||iretlniy.bid^$third-party ||irfiysdcrnleu.com^$third-party -||irjaeupzarkvwmxonaeslgicvjvgdruvdywmdvuaoyfsjgdzhk.com^$third-party -||irlklysyeqek.bid^$third-party +||irjfsrocuzwkpf.com^$third-party +||irkgxjcgl.com^$third-party ||irmctbwmhnyznx.com^$third-party -||irmfncjihlb.com^$third-party -||iroktywi.bid^$third-party ||irpaknbwgif.com^$third-party -||irrhjkuantnaa.bid^$third-party -||irrttzthsxot.com^$third-party -||irtxsagfqrg.com^$third-party ||irvelcchuvsis.com^$third-party -||irxpndjg.com^$third-party -||irxtcbkoql.bid^$third-party -||irzdishtggyo.com^$third-party -||isbzjaedbdjr.com^$third-party -||iscaebizkzyd.com^$third-party -||isdlyvhegxxz.com^$third-party +||isekvtjiahm.com^$third-party ||isffnlbsuyinnv.com^$third-party ||isfmvohloskgw.com^$third-party -||isfouztifttwha.bid^$third-party ||isfxsiooyjad.com^$third-party -||isggimkjabpa.com^$third-party ||isgmpykwv.com^$third-party -||ishdyglxfckw.com^$third-party -||ishwuhvow.bid^$third-party ||islofthmci.com^$third-party ||isnsgjhthhaqtu.com^$third-party ||ispaagigjygd.com^$third-party -||ispyveemlvygba.com^$third-party ||isqbthtlvazequ.com^$third-party -||isqgobsgtqsh.com^$third-party ||isrecblqmlzi.com^$third-party -||isvwylcazk.com^$third-party ||isxwajatbig.com^$third-party ||isyxabloojj.com^$third-party -||itbiwlsxtigx.com^$third-party -||itdfougdewupfd.bid^$third-party +||iszqveznr.com^$third-party ||itecsozudb.com^$third-party ||itefgucwwytfc.com^$third-party -||itevcsjvtcmb.com^$third-party -||itgfqliqge.com^$third-party ||itlmnxlauah.com^$third-party -||itsskxyyi.bid^$third-party +||itpchjbr.com^$third-party ||itsyuvrlesq.com^$third-party +||itvgjuijuh.com^$third-party ||itwbbmsigrkhnw.com^$third-party ||itxapggeqcu.com^$third-party ||itxljhric.com^$third-party ||itzgybxfrbodq.com^$third-party -||iuabiwhclldt.com^$third-party ||iuawzhuqjl.com^$third-party +||iublpudmdjky.com^$third-party ||iucpxetj.com^$third-party ||iuegjuawehd.com^$third-party -||iuewancpgd.bid^$third-party +||iugwmpnszxxwti.com^$third-party ||iuhojiqev.com^$third-party ||iuhpbpzwpldqbj.com^$third-party -||iuhzosuy.club^$third-party -||iukvnikhn.bid^$third-party ||iuncajvw.com^$third-party ||iuooczzbi.com^$third-party ||iuowwbrqblweoa.com^$third-party ||iupqelechcmj.com^$third-party ||iutqdjtajrhpi.com^$third-party -||iuumkigdfcz.com^$third-party -||iuymaolvzery.com^$third-party -||ivebuyrkn.com^$third-party +||ivbifyia.com^$third-party ||ivfwajwbhiwzw.com^$third-party -||ivildmcafzped.bid^$third-party -||ivkasohqerzl.com^$third-party ||ivkfuasf.com^$third-party -||ivktdwmjhkqy.com^$third-party -||ivldzqidbv.com^$third-party -||ivnpbikks.com^$third-party ||ivowhzku.com^$third-party -||ivqoqtozlmjp.com^$third-party -||ivqvzkwedcjo.com^$third-party -||ivsqnmridfxn.com^$third-party -||ivuhwsqnbjjx.bid^$third-party -||ivuqekelizp.bid^$third-party +||ivqxarewpk.com^$third-party ||ivvoooxuyjfuo.com^$third-party ||ivxjpqksoclbyc.com^$third-party -||ivyfsbbwsf.com^$third-party ||iwapwcqg.com^$third-party -||iwbwvowdidkuo.com^$third-party -||iweacndqhiht.com^$third-party ||iwfzluau.com^$third-party ||iwgdguuz.com^$third-party ||iwlvufxv.com^$third-party -||iwmonrwpeeku.com^$third-party -||iwnvbdosun.bid^$third-party -||iwptktyoq.bid^$third-party ||iwpxkwojbw.com^$third-party ||iwqownwjbk.com^$third-party ||iwqsvntvdry.com^$third-party -||iwquafxm.com^$third-party -||iwqugvxozbkd.com^$third-party -||iwrjczthkkla.com^$third-party -||iwunlnagnsqxys.bid^$third-party ||iwztirze.com^$third-party -||ixbccovgriz.bid^$third-party -||ixbuuqymufxas.com^$third-party ||ixdqmmovnvbkl.com^$third-party ||ixhcokzelvvxs.com^$third-party ||ixkbavqbpsm.com^$third-party ||ixkkhacwdxpgpt.com^$third-party -||ixlsylapsdtr.com^$third-party -||ixnsmcpdauof.com^$third-party -||ixqpfqtwi.bid^$third-party -||ixrtmzmk.bid^$third-party -||ixsgoqeklwsjw.com^$third-party +||ixlkoyqqikmwb.com^$third-party ||ixskusmnsb.com^$third-party ||ixsogpaexhgzn.com^$third-party -||ixsxgaegvplo.com^$third-party -||ixtkiofaoudis.com^$third-party ||ixtmbdajhvimtv.com^$third-party ||ixueiomwi.com^$third-party +||ixunmkbyxvif.com^$third-party ||ixuytaxnu.com^$third-party -||ixvsxjiw.com^$third-party ||ixvzraajuiniwg.com^$third-party ||ixwbgjnjf.com^$third-party ||ixxrjygfpzfty.com^$third-party ||ixxstrxhxvxbwl.com^$third-party -||ixzhwyuxxvxb.com^$third-party -||ixznwuxokydz.com^$third-party ||iybkbyciv.com^$third-party ||iycdikcbgsmihg.com^$third-party -||iydghotpzofn.com^$third-party ||iydppfwjgcjs.com^$third-party ||iyfrmewyned.com^$third-party -||iygdvith.com^$third-party -||iyivpsxzgjcarv.bid^$third-party -||iyjukpbyzsxc.bid^$third-party ||iykehvusfrt.com^$third-party ||iykrtmswkibdp.com^$third-party ||iylndfmf.com^$third-party -||iylssoobxtvm.com^$third-party -||iynfhmgte.bid^$third-party ||iyqchvtlklbxm.com^$third-party -||iyqnxpkzfq.com^$third-party -||iytfczscguf.bid^$third-party ||izavihllfvej.com^$third-party ||izbxxwogfufnfi.com^$third-party ||izedcwsouaszk.com^$third-party -||izelshnkrh.com^$third-party ||izfaiqnxxts.com^$third-party -||izgnfkvpiawwn.bid^$third-party ||izgxbakxatp.com^$third-party -||izhmxwivr.com^$third-party -||izhvnderudte.com^$third-party -||iziwhlafxitn.com^$third-party -||izixtxrvogaq.com^$third-party ||izjguvanm.com^$third-party ||izkcesinsyz.com^$third-party ||izlrmsjdntfhpr.com^$third-party -||izlzayrcegfvke.bid^$third-party -||izmciznsszatv.com^$third-party -||izmwtewwobxy.com^$third-party -||iznhvszyizwd.com^$third-party -||iztsbnkxphnj.com^$third-party -||iztxikfgw.com^$third-party ||izwffvgxs.com^$third-party -||izwsvyqv.com^$third-party ||izwzyhlm.com^$third-party -||izxdpodiowdgp.bid^$third-party ||izxiluohe.com^$third-party ||jaaqcdrpmyju.com^$third-party ||jaavpuhxrsryk.com^$third-party -||jabcdkwmwnek.com^$third-party ||jacmnkcusf.com^$third-party -||jacroxrssmme.bid^$third-party -||jahsrhlp.com^$third-party ||jaihowgr.com^$third-party -||jairtejvkqiux.com^$third-party ||jajbufmcl.com^$third-party ||jajkgegza.com^$third-party ||jakzpcgrxgda.com^$third-party -||jakzxxzrymhz.com^$third-party -||jamkkydyiyhx.com^$third-party -||jamvgopociy.bid^$third-party -||janrlobmiroi.com^$third-party -||jareiulyg.bid^$third-party -||jatkcmpxhbba.com^$third-party -||jauftivogtho.com^$third-party -||javrdcyrgmdeeg.bid^$third-party -||jaxmbkhyr.com^$third-party +||jarhcvnlj.com^$third-party ||jaxwrwvxfscq.com^$third-party -||jbarrxmpmmekwh.bid^$third-party +||jazdoxthxiv.com^$third-party ||jbbfphnd.com^$third-party -||jbbgczjipjvb.com^$third-party -||jbcadlpdfsxsfe.com^$third-party ||jbdddxgjn.com^$third-party -||jbgehhqvfppf.com^$third-party -||jbgzahhyhen.com^$third-party -||jbhrcrhbiyshoz.bid^$third-party ||jbinjmsb.com^$third-party ||jbiqepilzn.com^$third-party ||jbkxmktmatzk.com^$third-party -||jboovenoenkh.com^$third-party -||jbpyqajzwbh.bid^$third-party -||jbqolazohwqesu.com^$third-party +||jbpsorexvuapf.com^$third-party +||jbqeyfrli.com^$third-party +||jbqhnzmvh.com^$third-party ||jbrpciuloi.com^$third-party -||jbvisobwrlcv.com^$third-party -||jbvyjtyhatpam.com^$third-party -||jbwlscjgbznhu.bid^$third-party ||jbwunmehf.com^$third-party ||jbxggecaj.com^$third-party -||jbyksmjmbmku.com^$third-party ||jbzdpixig.com^$third-party -||jcblfhpmxqflm.bid^$third-party -||jccdpudtb.bid^$third-party ||jccjaosi.com^$third-party ||jccszmkabdean.com^$third-party -||jcctggmdccmt.com^$third-party -||jcgvmfaby.bid^$third-party ||jchhompudl.com^$third-party -||jciieszytnk.bid^$third-party ||jcjrcmaunbqxg.com^$third-party ||jcllysqtvlro.com^$third-party ||jcmdvfrn.com^$third-party -||jcnoeyqsdfrc.com^$third-party ||jcrqhscfqqbgby.com^$third-party ||jcsisvtb.com^$third-party -||jctszdppy.bid^$third-party -||jcwejhrrch.bid^$third-party ||jcxghdlrrmyy.com^$third-party -||jcytzfvrm.bid^$third-party -||jczpcviiurut.bid^$third-party ||jdbovkzjtuup.com^$third-party -||jdbzloynedpylr.bid^$third-party -||jdcwnccdx.com^$third-party ||jddghmkf.com^$third-party -||jdgilrlyqtrly.com^$third-party -||jdhhehwkvl.com^$third-party ||jdhnfbmrhwkn.com^$third-party ||jdhnrnvdjmu.com^$third-party -||jdiliqkjk.bid^$third-party ||jdlnquri.com^$third-party -||jdmconkw.com^$third-party -||jdnbrccndsxly.bid^$third-party -||jdniyyricenx.com^$third-party ||jdolsuyshcz.com^$third-party ||jdouzzxkyukv.com^$third-party ||jdpqtgvzsoy.com^$third-party ||jdrckkbpb.com^$third-party ||jdrftaau.com^$third-party -||jdrlnicvn.com^$third-party ||jdskyjntuhea.com^$third-party ||jdtufqcyumvb.com^$third-party ||jducqfnxeypyw.com^$third-party ||jdwimtfp.com^$third-party -||jdzmcidlajwwzi.bid^$third-party -||jeakofzseo.com^$third-party -||jebfktzfjqghv.bid^$third-party -||jebuorwrqfflzl.com^$third-party ||jecbbkrnfn.com^$third-party -||jednyqbb.com^$third-party ||jeeumttalzwt.com^$third-party ||jegugqcvo.com^$third-party ||jejowkopsdiw.com^$third-party ||jeksffryglas.com^$third-party -||jemopaqkst.com^$third-party -||jemyvtomzyha.com^$third-party ||jenaowzhtbi.com^$third-party +||jepmdqcn.com^$third-party ||jeqixokniyny.com^$third-party -||jertwakjcaym.com^$third-party -||jeuqrslzoxdcz.com^$third-party -||jevijshpvnwm.com^$third-party +||jetmhrcy.com^$third-party ||jevxjcdnrd.com^$third-party -||jeyoxmhhnofdhaalzlfbrsfmezfxqxgwqjkxthzptjdizuyojh.com^$third-party -||jeyuhcbagxbp.com^$third-party -||jezqighae.bid^$third-party -||jfaqiomgvajb.com^$third-party -||jfcofvhuqzdg.bid^$third-party +||jfavhjmb.com^$third-party ||jffdktcyr.com^$third-party -||jffhbunkrxmyhf.bid^$third-party -||jffwwuyychxw.com^$third-party +||jffoydsb.com^$third-party ||jfgbdjhyc.com^$third-party -||jfhupoqrydm.com^$third-party +||jfgvtdcgomvmwv.com^$third-party +||jfiqsfsh.com^$third-party ||jfjuhxfllw.com^$third-party -||jfkfojgkrk.com^$third-party +||jfmtvybvze.com^$third-party ||jfnafbcysy.com^$third-party -||jfribvstvcqy.com^$third-party ||jfvadxjr.com^$third-party ||jfvjtudp.com^$third-party -||jfvoyuxmp.bid^$third-party -||jfwfnxsdzhvxax.bid^$third-party -||jfxiirxbl.bid^$third-party -||jfxjpswhcwwq.com^$third-party ||jgedbspzlrjhp.com^$third-party ||jgerrmaktdzyh.com^$third-party ||jgjpicgy.com^$third-party ||jgjvhtnshqjc.com^$third-party ||jgmvibtqe.com^$third-party -||jgophcykrckik.com^$third-party -||jgqcraids.com^$third-party -||jgqkrvjtuapt.com^$third-party -||jgrcggutsilp.com^$third-party ||jgrroalqa.com^$third-party ||jgrsqcqdfwzu.com^$third-party -||jgsoloqaqp.com^$third-party -||jgtnayftk.bid^$third-party ||jguczdjzvfp.com^$third-party -||jguhktakkykrsb.com^$third-party -||jgvjzbrnjmxoq.com^$third-party -||jgxlxsnqz.bid^$third-party ||jhceybuguvureg.com^$third-party ||jhcnnizbua.com^$third-party ||jhdfcbqophm.com^$third-party ||jheduynirrxkro.com^$third-party -||jheplryxvzvx.com^$third-party -||jhewbownkjobl.bid^$third-party ||jhhlhneavuo.com^$third-party ||jhijojlatyvri.com^$third-party ||jhmmbrfsqm.com^$third-party -||jhnteodwqtk.com^$third-party ||jhpceldehkofgj.com^$third-party -||jhrmgusalkdu.com^$third-party -||jhupypvmcsqfqpbxbvumiaatlilzjrzbembarnhyoochsedzvi.com^$third-party ||jhutqqddwi.com^$third-party ||jhvgvihirzj.com^$third-party ||jhwkypuhrw.com^$third-party -||jhwqdpyo.bid^$third-party ||jhxpbihkucrq.com^$third-party ||jhybwydghelnd.com^$third-party -||jhylgkwsz.bid^$third-party +||jibysqppqkprj.com^$third-party ||jicfbcczdh.com^$third-party -||jiifnvkesug.com^$third-party ||jiixdtavic.com^$third-party ||jiiyddosyv.com^$third-party -||jijcetagjfzo.com^$third-party ||jijyubjf.com^$third-party ||jikottnbg.com^$third-party ||jimqcqsyhser.com^$third-party ||jimxaqrpqbxldt.com^$third-party +||jinfrfimajr.com^$third-party ||jioivnytpmam.com^$third-party ||jipzvmzzycg.com^$third-party +||jiqtqcojfezn.com^$third-party ||jirmbsgr.com^$third-party -||jiruygrsl.com^$third-party ||jitvspfwwmzcu.com^$third-party ||jivnpidyteh.com^$third-party -||jixvywxefnwm.com^$third-party ||jiyairvjgfqk.com^$third-party -||jiycfyytg.com^$third-party ||jiyvkdfab.com^$third-party -||jjbnkgdpsm.com^$third-party -||jjdrwkistgfh.com^$third-party -||jjeevbcllev.bid^$third-party -||jjekiezbshyo.com^$third-party ||jjhnnzef.com^$third-party -||jjipgxjf.com^$third-party +||jjireaqdzdll.com^$third-party ||jjkllkhsaj.com^$third-party -||jjmuyvpery.bid^$third-party -||jjokekbfoxwip.com^$third-party ||jjokvprdxwf.com^$third-party ||jjpnveujkk.com^$third-party -||jjpoxurorlsb.com^$third-party ||jjptjphnkrqnc.com^$third-party ||jjpvzyfarsjiac.com^$third-party -||jjqoosuum.com^$third-party -||jjrzlqho.com^$third-party +||jjresmnvcbdilt.com^$third-party ||jjvdpetfxbjdbq.com^$third-party -||jjwitnosyew.bid^$third-party -||jjxaibzdypcb.com^$third-party ||jjxbbjvpagbnz.com^$third-party -||jjxsdkphpcwu.com^$third-party -||jjydbqlzz.com^$third-party -||jjyovwimoydq.com^$third-party -||jjyysfxhn.com^$third-party -||jjzqygrh.com^$third-party ||jkamuwyswgk.com^$third-party ||jkawfxvh.com^$third-party ||jkbwwwrchsqktk.com^$third-party ||jkciacmcnya.com^$third-party ||jkcvevwvgfopog.com^$third-party ||jkcyrdigvx.com^$third-party -||jkfgdkesrpx.bid^$third-party -||jkiicqewzn.com^$third-party -||jkiwvfgrsythrw.com^$third-party +||jkeimcstp.com^$third-party +||jkifsaeaqkupu.com^$third-party ||jkjcoyeeglunz.com^$third-party -||jkjoxlhkwnxd.com^$third-party ||jkjwifmep.com^$third-party -||jkkernvkrwdr.com^$third-party -||jkoiwpjk.bid^$third-party -||jkpdxsqpyl.bid^$third-party ||jkpsxhvjduxexm.com^$third-party ||jkushhov.com^$third-party -||jkuuoecpgecwla.com^$third-party ||jkvkhgztow.com^$third-party +||jkwtqsbmxfako.com^$third-party ||jkxyxiwqdl.com^$third-party -||jkxzawjvp.bid^$third-party ||jkywbooyc.com^$third-party -||jlarmqbypyku.com^$third-party -||jldnphwwu.bid^$third-party -||jldstutlnz.com^$third-party ||jlehwynpwadmq.com^$third-party -||jlflzjdt.com^$third-party +||jlemhcmft.com^$third-party ||jlgtjteei.com^$third-party -||jlhkteiqgvafic.com^$third-party +||jlhniewc.com^$third-party ||jlkadizug.com^$third-party ||jlkqurysdsw.com^$third-party -||jllveksikabohj.bid^$third-party -||jllzvqolrdu.bid^$third-party -||jlmirsfthnmh.com^$third-party ||jlmnnrwuqz.com^$third-party -||jlppkzffsksna.com^$third-party -||jlqmdejwvezpt.com^$third-party -||jlqpkoppbxa.com^$third-party -||jlslujfguojw.com^$third-party ||jlsydeysmgghdy.com^$third-party ||jlvqbfknjajot.com^$third-party ||jlwejibe.com^$third-party -||jlwlfcbfifsvfw.com^$third-party -||jlymmwnkxhph.com^$third-party -||jmbhyqijqhxk.com^$third-party -||jmbyjmeleib.bid^$third-party -||jmemwbkpj.bid^$third-party ||jmewxbvmcjmur.com^$third-party -||jmextrjbse.com^$third-party -||jmghohdn.bid^$third-party -||jmimktvupp.com^$third-party ||jmklkttenjpfzn.com^$third-party -||jmpcbovcecgqai.bid^$third-party -||jmpmzryzprp.bid^$third-party -||jmqxufpbikzk.bid^$third-party -||jmvjmgofvxnu.com^$third-party +||jmtitdorwfxe.com^$third-party ||jmxecxpqq.com^$third-party -||jmxjwyqnelvzwu.com^$third-party +||jmxjqlagfwz.com^$third-party ||jmxphjxsxd.com^$third-party -||jmzaqwcmcbui.com^$third-party -||jnchbwtzbrrf.com^$third-party -||jncjzdohkgic.com^$third-party -||jndclagxkvpn.com^$third-party ||jndnkgjqlxr.com^$third-party -||jnercechoqjb.com^$third-party -||jngnaymz.com^$third-party ||jngxxwythaf.com^$third-party ||jnhjvkapqf.com^$third-party ||jnhmeywrl.com^$third-party ||jnjbdvchvk.com^$third-party -||jnlcnmin.bid^$third-party ||jnljkbkiaqcmb.com^$third-party ||jnnezwibrkwpz.com^$third-party -||jnnjnuyiic.com^$third-party -||jnnmisngfscreq.bid^$third-party ||jnnswtdifjgx.com^$third-party -||jnoaexgpdlnu.com^$third-party ||jnqbgmlapkkrsj.com^$third-party -||jnwsojzuahwbeq.com^$third-party -||jnxqlltlnezn.com^$third-party -||jnylpjlnjfsp.com^$third-party -||jnyorvlxy.com^$third-party -||jnyyqfarzgijbj.bid^$third-party ||joamwtfpppibtj.com^$third-party -||joaqicgtmndbc.bid^$third-party -||jobveibsozms.com^$third-party -||jogccrwnpsmliq.bid^$third-party -||jogpsoiyngua.com^$third-party -||jogrgddvb.com^$third-party ||johonmtpyv.com^$third-party -||jollqxplkz.bid^$third-party ||jomrhqkqvvxix.com^$third-party -||jomznuefrw.com^$third-party -||joqnoyniblzm.com^$third-party -||joqpatxugyug.com^$third-party -||jorndvyzchaq.com^$third-party +||jonalnftdlnje.com^$third-party ||jorsdbphuyng.com^$third-party ||josxzdszqaivb.com^$third-party ||jotpybmcjvg.com^$third-party -||jovepjufhmmw.com^$third-party -||jovzikimk.com^$third-party -||joxocqrbxe.bid^$third-party ||joynxonnxfnvqr.com^$third-party ||jozfwcmrxkwva.com^$third-party ||jpabviwck.com^$third-party -||jpcfosuswcqy.com^$third-party ||jpdauipgz.com^$third-party ||jpdjbrpb.com^$third-party -||jpflmmxdflmm.com^$third-party -||jpgjjzvcfrwlzh.bid^$third-party -||jphwssfvoddoi.com^$third-party -||jpjgbiuoziih.com^$third-party +||jphlsnzlxdz.com^$third-party ||jpllzuuvku.com^$third-party -||jpmcviivqg.bid^$third-party ||jpmpvhelfeg.com^$third-party ||jpmyudcnpgl.com^$third-party -||jpncpftyxliq.com^$third-party -||jpnudjqejbpx.bid^$third-party ||jpogcxdaxco.com^$third-party ||jpqmviofsf.com^$third-party ||jprddctf.com^$third-party -||jprtqxwhtrjejx.com^$third-party -||jpuiucicqwan.com^$third-party ||jpvmwnnwuzo.com^$third-party -||jpwvdpvsmhow.com^$third-party -||jpxevzab.com^$third-party -||jpybcyxyepsc.bid^$third-party ||jpyoikrzrjcap.com^$third-party +||jqamhmztnukb.com^$third-party ||jqanygfhqne.com^$third-party -||jqdfakgwsxvccl.bid^$third-party -||jqdwgguusof.bid^$third-party -||jqfkitrkhpxl.com^$third-party ||jqgblwjfvox.com^$third-party -||jqibqqxghcfk.com^$third-party -||jqinqsrmygeu.com^$third-party -||jqkxaejcijfz.com^$third-party -||jqleeknw.com^$third-party -||jqmcbepfjgks.com^$third-party -||jqojocdbjpdyk.bid^$third-party +||jqnshpbuj.com^$third-party ||jqpccewciuzj.com^$third-party ||jqpuxvgnxkf.com^$third-party ||jqqlucchmbxnn.com^$third-party -||jqqrcwwd.com^$third-party ||jqrbypfxzvkep.com^$third-party ||jqrnfkttwfxbcu.com^$third-party ||jqsrfzjgn.com^$third-party -||jqtftqnkhsw.bid^$third-party -||jqtsknmobyw.com^$third-party -||jqtwygdajic.com^$third-party -||jqusvvfzw.bid^$third-party -||jqvlsavxawfr.com^$third-party ||jqziltjcuwr.com^$third-party +||jqzlmjaph.com^$third-party ||jractwjn.com^$third-party ||jrarnqfvjijaa.com^$third-party -||jrauyqdbit.bid^$third-party -||jrcpoxuskv.com^$third-party -||jrdxlxdnohjzs.bid^$third-party ||jrecvuklrjpli.com^$third-party ||jrikmexrknmxy.com^$third-party -||jrlnmyorquny.bid^$third-party -||jrlsithadutpm.com^$third-party ||jrltmnxpj.com^$third-party -||jrmyhchnfawh.com^$third-party ||jroxkqhin.com^$third-party ||jrrekpskc.com^$third-party -||jrrmwjybfaztct.com^$third-party ||jrsrshjlzdvsk.com^$third-party -||jrtawlpbusyg.com^$third-party -||jrtzehrbg.com^$third-party ||jrunvrfma.com^$third-party ||jruovuiejirpev.com^$third-party ||jrvcwxubg.com^$third-party ||jrvtmfxkkl.com^$third-party ||jrwlxwypmgvk.com^$third-party -||jryyekccnw.com^$third-party -||jryywrczwcfmw.com^$third-party -||jseewggtkfrs.com^$third-party -||jshjrozmwmyj.com^$third-party -||jtacrwtaf.com^$third-party -||jtbmxdoadktnm.com^$third-party ||jtgckwsacymph.com^$third-party ||jtikwyeper.com^$third-party ||jtmfmeexjet.bid^$third-party ||jtmwjkkoes.com^$third-party ||jtneoqbd.com^$third-party -||jtqfggxxk.bid^$third-party ||jttoioquq.com^$third-party -||jtumenosmrte.com^$third-party +||jtuvgczhvuptzn.com^$third-party ||jtveisrh.com^$third-party -||jtypnunbjzma.com^$third-party -||jtzlsdmbmfms.com^$third-party -||jugehjohbc.com^$third-party -||juigfegcmxq.bid^$third-party -||jujpetacibftww.bid^$third-party -||jujydhwftub.bid^$third-party -||jukdmqghgzb.bid^$third-party -||jumhqsxgnkuvfn.bid^$third-party -||junwkfyb.bid^$third-party -||juoyynafgp.bid^$third-party +||jukfpojq.com^$third-party +||juoyisupjqds.com^$third-party ||juqakqgv.com^$third-party -||juqmlmoclnhe.com^$third-party ||jusrlkubhjnr.com^$third-party -||jutbdkjc.bid^$third-party +||jutmdieqbww.com^$third-party ||juuwyyvjecnvps.com^$third-party ||juvqtttkhz.com^$third-party -||juvyntuqtku.bid^$third-party ||juwtdcraiiihb.com^$third-party -||juyfhwxcvzft.com^$third-party +||juzdqtmyo.com^$third-party ||jvcswgskvw.com^$third-party -||jvdrscohwxopj.bid^$third-party -||jvepcgbq.bid^$third-party -||jvffngzl.com^$third-party -||jvhdxosisifv.com^$third-party ||jvinenwuarwn.com^$third-party ||jvjwaxjixypm.com^$third-party ||jvkhhxwcnijvmf.com^$third-party -||jvmuayuilxn.com^$third-party -||jvnubhidaev.bid^$third-party -||jvnvvuveozfi.com^$third-party -||jvodizomnxtg.com^$third-party ||jvqbbfrg.com^$third-party -||jvrbjipsyyc.bid^$third-party -||jvriybgxne.com^$third-party ||jvykohlq.com^$third-party ||jvzwcgobd.com^$third-party -||jwbdezxfl.bid^$third-party ||jwbroglwc.com^$third-party -||jwbuxywauut.com^$third-party -||jwcpqgfhlrt.com^$third-party -||jwfdyujffrzt.com^$third-party +||jwcavytgs.com^$third-party ||jwgsepzz.com^$third-party -||jwjztdbakqqk.com^$third-party ||jwmnryeoc.com^$third-party -||jwnlqtdvnm.bid^$third-party +||jwmwtcmexc.com^$third-party ||jwofadcwpocm.com^$third-party ||jwuvfovjzwe.com^$third-party -||jwwlyiicjkuh.com^$third-party -||jwwotfckxcyv.bid^$third-party ||jwwyuxjv.com^$third-party ||jwxdrgscszvxlu.com^$third-party -||jwzegfmsgyba.com^$third-party -||jwzuohydf.com^$third-party -||jxanmrdurjhw.com^$third-party ||jxbmrxbqf.com^$third-party ||jxexqemgbxvv.com^$third-party -||jxfhshgavg.bid^$third-party -||jxfplvnrg.com^$third-party -||jxgbdhbilbsgf.bid^$third-party -||jxhmvjrpkdyn.com^$third-party ||jxjpszwpl.com^$third-party ||jxkelzfrk.com^$third-party ||jxkybegp.com^$third-party ||jxmhgmkuw.com^$third-party -||jxnbwgea.bid^$third-party ||jxnwpeqkhtkrw.com^$third-party ||jxseoruuv.com^$third-party -||jxsixnzrm.bid^$third-party -||jxuezvyaakks.com^$third-party ||jxusrymeeqyi.com^$third-party -||jxvhdyguseaf.com^$third-party -||jxxjndvcf.bid^$third-party -||jyaaeiqm.com^$third-party ||jyahmckzsbh.com^$third-party -||jyauuwrrigim.com^$third-party +||jybtpabickzf.com^$third-party ||jyccdcavzpqt.com^$third-party -||jydbctzvbqrh.com^$third-party -||jyezgitcx.com^$third-party ||jyfthtacsxkbp.com^$third-party ||jygdjiocmt.com^$third-party ||jyijwgsqj.com^$third-party ||jykqpeumdrjopy.com^$third-party -||jynbcpfwvazazd.com^$third-party ||jynhztwrsl.com^$third-party -||jypmcknqvnfd.com^$third-party -||jyrjjhdas.bid^$third-party -||jyryxwvdjqobg.bid^$third-party -||jyttehhwlm.com^$third-party +||jypoagtophu.com^$third-party +||jyqqpjpbvya.com^$third-party ||jyujouii.com^$third-party -||jyxckvhds.bid^$third-party ||jyymhnyr.com^$third-party -||jyzhiusk.bid^$third-party -||jzbarlrhbicg.com^$third-party -||jzbskhgpivyl.com^$third-party ||jzbutifk.com^$third-party -||jzckyzvlxetror.com^$third-party ||jzcqmatkjfihv.com^$third-party +||jzedpmpcmsk.com^$third-party ||jzeigwioirde.com^$third-party -||jzekquhmaxrk.com^$third-party ||jzfzgkepkjcf.com^$third-party ||jzgskqccroqg.com^$third-party ||jzgtnetghdc.com^$third-party -||jzigsobgsmxdmr.bid^$third-party ||jzjhcpdf.com^$third-party +||jzjzuwllinruj.com^$third-party ||jzkznpleaqshdj.com^$third-party ||jzllgntkazui.com^$third-party -||jzlzdnvvktcf.com^$third-party +||jzmjxblwnozjyt.com^$third-party ||jzohcwnovrk.com^$third-party ||jzowfnqah.com^$third-party ||jzqemifphogo.com^$third-party -||jzqharwtwqei.com^$third-party ||jzqoddurnu.com^$third-party ||jzqvmpkppjlgc.com^$third-party ||jzsafhhk.com^$third-party -||jzthapvjlq.bid^$third-party +||jzswicjgfvtqun.com^$third-party ||jzudyqjkmbwbsf.com^$third-party -||jzurzhjqrp.com^$third-party -||jzvuglclkdnb.bid^$third-party -||jzxlkhaugzuaqm.bid^$third-party ||kacfofrcndc.com^$third-party -||kadjwdpzxdxd.com^$third-party -||kahbkhlb.bid^$third-party ||kajnvrmlftojxu.com^$third-party ||kaktokualscgea.com^$third-party +||kakyomloctqiu.com^$third-party ||kakywxgevuv.com^$third-party ||kalfiydydtnhxk.com^$third-party -||kallwqgnec.com^$third-party ||kaojrivmhys.com^$third-party +||kapphtskno.com^$third-party ||kapuaawase.com^$third-party -||kaqtvgcy.bid^$third-party -||karcvrpwayal.com^$third-party -||karownxatpbd.com^$third-party ||katxkxcncwool.com^$third-party ||kawmxbphaj.com^$third-party -||kayfdraimewk.com^$third-party -||kayophjgzqdq.com^$third-party +||kbaomelffq.com^$third-party ||kbdstwnruc.com^$third-party -||kbgphmpg.bid^$third-party -||kbguruenim.bid^$third-party ||kbgyxsoskilli.com^$third-party ||kbhaxxsiucgnek.com^$third-party -||kbipxydhakpdwj.bid^$third-party -||kbjddmnkallz.com^$third-party ||kbkvptlxijafb.com^$third-party -||kbluliqpjq.bid^$third-party ||kbmwlbwwwp.com^$third-party -||kbnhoiax.com^$third-party ||kbpijqva.com^$third-party -||kbprllyfvqns.bid^$third-party ||kbqebfcubeiaa.com^$third-party -||kbrnfzgglehh.com^$third-party ||kbrpiuql.com^$third-party -||kbrwlgzazfnv.com^$third-party ||kbsceyleonkq.com^$third-party ||kbtoiwayyezse.com^$third-party ||kbwortdqjbns.com^$third-party -||kbxkcmpd.bid^$third-party +||kbyelxqr.com^$third-party ||kbymnqiomnegs.com^$third-party -||kbzmhlsg.com^$third-party -||kbzrszspknla.com^$third-party -||kbzvtvgwkut.bid^$third-party ||kcarnzeaipjssg.com^$third-party -||kcchjeoufbqu.com^$third-party -||kcctsiusemgdl.com^$third-party -||kceikbfhsnet.com^$third-party -||kceptbgdczkd.bid^$third-party ||kcetcukaolxc.com^$third-party -||kcgmgnejfp.bid^$third-party ||kcitwbcc.com^$third-party ||kcnbyecw.com^$third-party ||kcnjwtaj.com^$third-party ||kcnyhfmowc.com^$third-party ||kcodndvh.com^$third-party ||kcpntbycuswz.com^$third-party -||kcqdidtq.bid^$third-party ||kcugdqmmfcqrb.com^$third-party -||kcwvkoxn.com^$third-party -||kdaskxrcgxhp.com^$third-party -||kdekyymbn.bid^$third-party +||kcveufgl.com^$third-party +||kdcmgzgxears.com^$third-party ||kdfjjvidllnbaa.com^$third-party -||kdhkjeklzihiwh.com^$third-party -||kdhndryipp.com^$third-party -||kdiunbsaw.com^$third-party -||kdkzvfzmgvm.com^$third-party +||kdfumeftulzzpp.com^$third-party ||kdluruaor.com^$third-party -||kdmilqoiaucqto.com^$third-party ||kdmuqtxadtl.com^$third-party ||kdpqydaxbxztnh.com^$third-party -||kdtictjmofbl.com^$third-party -||kdtrdexby.com^$third-party -||kdtstmiptmvk.com^$third-party -||kdvcvkwwtbwn.com^$third-party -||kdwygzatplqrao.bid^$third-party ||kdyfsgpa.com^$third-party -||kecldktirqzk.com^$third-party -||keeedoleeroe.com^$third-party -||keellcvwpzgj.com^$third-party -||keolqzbmsuykwi.bid^$third-party -||keqnebfovnhl.com^$third-party -||kesllcmdcsbd.com^$third-party -||ketqqygdh.com^$third-party -||kfaesgypn.bid^$third-party -||kfdqqqmorlt.com^$third-party -||kfdwywhuissy.com^$third-party +||kelxznqntfk.com^$third-party +||kemdckufiw.com^$third-party ||kfitivcucxzk.com^$third-party -||kfjgnunsuy.bid^$third-party -||kflimllvanjv.com^$third-party ||kfozongcvn.com^$third-party -||kfpkzbgwuxm.bid^$third-party -||kfpwayrztgjj.com^$third-party +||kfptslry.com^$third-party ||kfqronzxcrdt.com^$third-party ||kfritiigmqk.com^$third-party -||kftbvzlrqkakfo.com^$third-party -||kftmmtuxdtmsv.bid^$third-party +||kfrnlaiqm.com^$third-party ||kfutdsjwtcvnpx.com^$third-party -||kfuwxxspanifp.bid^$third-party -||kfwhcwoc.com^$third-party -||kfwpyyctzmpk.com^$third-party ||kfxrukfzqazrs.com^$third-party ||kfyhxmycgjaqkn.com^$third-party ||kfyksytsx.com^$third-party ||kfypsloqkccvpl.com^$third-party -||kfzimhbhjdqa.com^$third-party ||kgbjsizq.com^$third-party ||kgdglkxy.com^$third-party -||kgdmlsbtd.com^$third-party -||kgkjlivo.com^$third-party +||kgghxooarlnz.com^$third-party ||kgkkfrvujnqf.com^$third-party -||kgnxtdcf.bid^$third-party ||kgobpqziy.com^$third-party ||kgqlrcjlrx.com^$third-party -||kgvgtudoridc.com^$third-party ||kgvzesfexmenm.com^$third-party ||kgxemdznctlmya.com^$third-party ||kgzcentyfo.com^$third-party -||kgzuerzjysxw.com^$third-party ||khaicoojypokng.com^$third-party -||khaklikrt.com^$third-party ||khdmabhykmj.com^$third-party ||khefhmgfwnnqgv.com^$third-party -||khexythfkw.com^$third-party -||khgsbhdw.bid^$third-party -||khgwakmfavzch.bid^$third-party -||khhpckhkikd.bid^$third-party -||khlgdlarmqnp.com^$third-party -||khmbjndynx.com^$third-party +||khidhfrk.com^$third-party +||khkjrquge.com^$third-party ||khnwegnamm.com^$third-party -||khpgychzfdmpm.bid^$third-party ||khpjvhysh.com^$third-party ||khprspkouotscd.com^$third-party ||khqonyigsdf.com^$third-party -||khwfemkr.bid^$third-party ||khwojmneehfl.com^$third-party ||khzbeucrltin.com^$third-party ||khzehmdyybvicy.com^$third-party @@ -42806,1858 +41004,994 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kieecarfftwf.com^$third-party ||kiejztfpkfayak.com^$third-party ||kifxgosycvxplk.com^$third-party -||kihhgldtpuho.com^$third-party -||kihmdiimzzab.bid^$third-party -||kihxncfpkimfx.bid^$third-party -||kiinvgntnnw.com^$third-party -||kiixmhyrlawz.com^$third-party ||kimqbvkaidbwst.com^$third-party ||kiobmbncsrwc.com^$third-party -||kiochlocj.bid^$third-party -||kiodudldzmzwr.com^$third-party -||kiohmgklwi.com^$third-party -||kioxprngouirqu.com^$third-party ||kioxqnfhyh.com^$third-party -||kipnobwbyz.bid^$third-party +||kipemhoxruov.com^$third-party ||kiqsynap.com^$third-party -||kisvtclf.bid^$third-party ||kiuiqcxvuox.com^$third-party -||kizpkvkdfm.bid^$third-party -||kjabglumgwbsvq.bid^$third-party -||kjbfpptjlhxh.com^$third-party -||kjbqzbiteubt.com^$third-party +||kjegyqtqazui.com^$third-party +||kjfxjsqmn.com^$third-party ||kjhdoend.com^$third-party ||kjiiatolx.com^$third-party ||kjizuuuvqbcd.com^$third-party -||kjjlucebvxtu.com^$third-party -||kjkdagfnjm.bid^$third-party ||kjkwrmwdyhi.com^$third-party ||kjlahwtvckpaci.com^$third-party -||kjltrjvjfran.com^$third-party ||kjlvutytm.com^$third-party -||kjmddlhlejeh.com^$third-party -||kjnkmidieyrb.com^$third-party -||kjplmlvtdoaf.com^$third-party -||kjqyvgvvazii.com^$third-party ||kjsedplonmifbe.com^$third-party ||kjtcdiyzd.com^$third-party ||kjzprdqjrhjz.com^$third-party -||kkawxvjeluwc.com^$third-party ||kkdvvaonvkmll.com^$third-party +||kkkjjskrtsjvx.com^$third-party ||kklzztog.com^$third-party -||kknvwhcmqoet.com^$third-party -||kknwvfdzyqzj.com^$third-party +||kknhirncxal.com^$third-party ||kkscoephxrum.com^$third-party ||kksoyysmpp.com^$third-party -||kkvsvznavqkl.bid^$third-party ||kkxrizpdh.com^$third-party -||kkztcmjvklinxp.bid^$third-party -||klakcdiqmgxq.com^$third-party ||klayiwpzjk.com^$third-party -||kldwitfrqwal.com^$third-party -||kldyclplx.com^$third-party -||kleonsqapa.bid^$third-party -||klepuazuxv.com^$third-party -||klfqffhvdpkd.com^$third-party ||klhjuuwrmxyjsn.com^$third-party ||klhvqeajy.com^$third-party -||klidpcdzfqj.com^$third-party ||klljshial.com^$third-party -||klmdwvqhi.com^$third-party -||klmfvshct.bid^$third-party -||klmvharqoxdq.com^$third-party -||klnbyxhdilss.bid^$third-party ||klnzalfz.com^$third-party -||klprrjvqalwx.bid^$third-party -||klqnukgo.com^$third-party -||klrdsagmuepg.com^$third-party -||klsduixe.com^$third-party -||klurrmvbqrhrwc.com^$third-party +||klqwhndhm.com^$third-party +||klwdbmowf.com^$third-party ||klxteeltivy.com^$third-party ||klzvkrzluqnx.com^$third-party +||kmafwyzccd.com^$third-party ||kmalnsqvyygwe.com^$third-party ||kmbbqmrnso.com^$third-party -||kmcebwjulu.com^$third-party -||kmclwuukyffyjf.com^$third-party -||kmdqjdktf.bid^$third-party -||kmdwifcjtbk.bid^$third-party -||kmefggxf.bid^$third-party -||kmglqqaeqh.bid^$third-party -||kmiobghwsc.bid^$third-party +||kmdqyjebswoa.com^$third-party ||kmjexpirqstyzv.com^$third-party ||kmkdkefa.com^$third-party -||kmkweqtfjw.com^$third-party +||kmmtxuxow.com^$third-party ||kmpcmafvqf.com^$third-party ||kmpxgnnoom.com^$third-party -||kmqlirdx.bid^$third-party -||kmtubsbmwdep.com^$third-party -||kmtyyvemtscac.com^$third-party -||kmuvzufk.com^$third-party -||kmuxsbdjxsjqe.com^$third-party -||kmveerigfvyy.com^$third-party -||kmvupiadkzdn.com^$third-party -||kmyelzmlkl.bid^$third-party +||kmrnnqjfjjp.com^$third-party ||kmypiwpbastt.com^$third-party ||knbnejxqn.com^$third-party ||kncmdqkvnrofe.com^$third-party ||knepsiwviviwed.com^$third-party ||knimmqli.com^$third-party ||knjkdsrw.com^$third-party -||knkxnwscphdk.com^$third-party +||knkgaslmisue.com^$third-party ||knmscyksi.com^$third-party ||knndhcnwv.com^$third-party ||knnvmkbemftwgj.com^$third-party -||knoyiwlxahoh.bid^$third-party ||knpbefvk.com^$third-party ||knqjhdkndh.com^$third-party -||knqjqzziu.com^$third-party -||knslxwqgatnd.com^$third-party -||kntdzsua.bid^$third-party ||knvhqxpt.com^$third-party ||knwfmpvtj.com^$third-party -||knxwoaewryxaxd.bid^$third-party -||knyqnoozhcvrkc.bid^$third-party ||koamxmikmuhahc.com^$third-party +||koclkigkz.com^$third-party ||kodnkhqvbxpc.com^$third-party +||koemrbflufm.com^$third-party ||koesvqwwpmvb.com^$third-party -||kofeereb.com^$third-party ||kohiquor.com^$third-party ||kojywvexdq.com^$third-party -||kokqhnybnhdr.bid^$third-party ||kolwksic.com^$third-party -||komfveajdx.bid^$third-party -||konbwfktusra.com^$third-party -||koofysojwb.com^$third-party -||korocbbktnw.bid^$third-party ||koszzhucazsboe.com^$third-party -||kovglrrlpqum.com^$third-party -||kovykpybtuylq.bid^$third-party ||kozloiczght.com^$third-party -||kpcflxxodhoxev.bid^$third-party ||kpchywhqcrkz.com^$third-party ||kpehltcnwo.com^$third-party ||kpflkjpsdgnc.com^$third-party +||kpfrihmnxnayo.com^$third-party ||kpgcnqxccssu.com^$third-party -||kpgcyqkktm.bid^$third-party ||kpgjogkbwjpmz.com^$third-party ||kpjrmmfrxbrw.com^$third-party -||kplzvizvsqrh.com^$third-party ||kpmsziomojkuv.com^$third-party -||kpnuqvpevotn.com^$third-party ||kpoplhjnhlagy.com^$third-party ||kprbvmfb.com^$third-party -||kprkrbatuob.com^$third-party -||kpsdnlprwclz.com^$third-party -||kpucctqryjdvx.bid^$third-party -||kpwhkeehpsp.bid^$third-party ||kpwjczeaajnhsc.com^$third-party ||kpwjtpgvowifq.com^$third-party +||kpxbctywsa.com^$third-party +||kpyxcbdaftlxt.com^$third-party ||kpzsyqhje.com^$third-party -||kpzvcvclybfa.com^$third-party -||kqaqantjwn.bid^$third-party -||kqcflzvunhew.com^$third-party -||kqctdqqcjjsqrc.bid^$third-party +||kqbigsdyqtdh.com^$third-party ||kqflgvrwqpzwue.com^$third-party -||kqgfcumsbtyy.com^$third-party -||kqkheakqrh.bid^$third-party -||kqlvuutpgdnude.com^$third-party -||kqmjmrzjhmdn.com^$third-party ||kqohskoysgxx.com^$third-party -||kqsipdhvcejx.com^$third-party -||kqssmkxdtuc.bid^$third-party -||kquthdppub.com^$third-party -||kqvpjbau.com^$third-party -||kqyckxlnll.bid^$third-party ||kraruzatefci.com^$third-party ||krboeyeq.com^$third-party ||krdvzahyr.com^$third-party -||krezqajxv.bid^$third-party ||krfbhbhal.com^$third-party -||krghheqkkcght.com^$third-party -||krgxtloi.bid^$third-party -||krilxjkgttmp.com^$third-party ||krjleggwikuil.com^$third-party -||krmuxxubtkrg.com^$third-party -||krovrhmqgupd.com^$third-party ||krpdqnnb.com^$third-party -||krrmpgdmoexc.club^$third-party -||krsdoqvsmgld.com^$third-party +||krsccftmf.com^$third-party +||krsutcnex.com^$third-party ||krtdobasy.com^$third-party ||krtpkaha.com^$third-party -||krxexwfnghfu.com^$third-party -||krxpudrzyvko.com^$third-party -||krynjumnqlix.com^$third-party -||krzdqcqb.com^$third-party -||krziyrrnvjai.com^$third-party -||krzllasnlbpjk.bid^$third-party -||ksavagrh.com^$third-party -||ksavfuxjbqx.com^$third-party -||ksbewtjuqitxg.bid^$third-party -||ksbklucaxgbf.com^$third-party +||krwasgyensttng.com^$third-party ||ksevfixrkqdx.com^$third-party -||ksevqmggaxtxt.bid^$third-party -||kshysnypina.com^$third-party +||kshzzbmgbmoqad.com^$third-party ||ksihafqopndbq.com^$third-party -||ksioijtb.com^$third-party -||ksjjpsjymdekyr.bid^$third-party -||kslgvaexlw.com^$third-party -||ksloibpah.com^$third-party ||ksnbdfzjlyqmxs.com^$third-party +||ksncmrkfrzkgla.com^$third-party ||ksqajdtvajakfi.com^$third-party ||ksrcnyrntlyfo.com^$third-party ||ksufusxqd.com^$third-party ||ksukpuyqs.com^$third-party -||ksveztrxudtt.com^$third-party -||ksxaaoey.bid^$third-party -||ktbcsulyildmm.com^$third-party -||ktcltsgjcbjdcyrcdaspmwqwscxgbqhscmkpsxarejfsfpohkk.com^$third-party +||ksvxikbr.com^$third-party ||ktdthraxzxt.com^$third-party -||ktexnnvlvhxa.com^$third-party ||ktfjyexcacujjg.com^$third-party ||ktgndscphrtxi.com^$third-party -||ktgsiqgj.bid^$third-party -||kthdreplfmil.com^$third-party -||kthwboouxxcmc.bid^$third-party -||kthztsgfuygcw.com^$third-party ||ktiwcxvrwedt.com^$third-party ||ktjcrhdppesdd.com^$third-party -||ktjqfqadgmxh.com^$third-party ||ktqcxbhghxp.com^$third-party -||ktrgcpceilj.com^$third-party -||ktrmzzrlkbet.com^$third-party ||ktrxpqlfnuouf.com^$third-party ||ktteklov.com^$third-party -||kttjowlrr.com^$third-party -||ktuiyrchrhuxn.bid^$third-party ||ktzwdewsckssid.com^$third-party -||kuavzcushxyd.com^$third-party -||kuaygqohsbeg.com^$third-party ||kubichpbtjdvo.com^$third-party -||kubmcyofaeu.com^$third-party -||kuhbcpckauwt.bid^$third-party -||kuhlorflbeq.com^$third-party -||kujfhmyoeemqxb.bid^$third-party -||kujkgfzzyeol.com^$third-party +||kueimatyr.com^$third-party ||kujpycorr.com^$third-party ||kujwlsnl.com^$third-party -||kumekqeccmob.com^$third-party +||kuldifatlje.com^$third-party ||kumjidmumktzq.com^$third-party ||kumpzfcczy.com^$third-party ||kumtwckyq.com^$third-party -||kunkmdvgwvfo.bid^$third-party -||kuplohinctdwk.com^$third-party -||kupprakim.bid^$third-party -||kuqbprozlqj.bid^$third-party -||kuqixxjguc.bid^$third-party -||kuqlhzmdek.com^$third-party -||kuqonhmcwaiot.com^$third-party -||kuqylnamtv.bid^$third-party -||kurtgcwrdakv.com^$third-party -||kutlvuitevgw.com^$third-party ||kuvlikgekekwp.com^$third-party ||kuwlmrggxrznky.com^$third-party -||kuwogsiplp.com^$third-party -||kuwzhgbnygarx.com^$third-party -||kvadaiwjwxdp.com^$third-party -||kvajiszer.bid^$third-party -||kvcymnoxr.com^$third-party ||kvdguzclhatdul.com^$third-party ||kvdjcnerhxzb.com^$third-party -||kvfdhsmrrwamt.bid^$third-party ||kvflzevaaco.com^$third-party -||kvgtjwduvn.bid^$third-party -||kvhkfptcv.bid^$third-party ||kvhnsbkhxhlgkv.com^$third-party +||kvhwrotf.com^$third-party ||kvhxckkd.com^$third-party -||kvikjeqepjrq.bid^$third-party ||kvirgytkit.com^$third-party ||kvjbqtwgrfnmt.com^$third-party -||kvkoqywl.com^$third-party -||kvmsbpzptwm.bid^$third-party ||kvnldhrlw.com^$third-party -||kvootrjvinkuae.bid^$third-party ||kvowcjybfxd.com^$third-party -||kvpofpkxmlpb.com^$third-party -||kvprhbqnmszru.com^$third-party -||kvrozyibdkkt.com^$third-party -||kvrzoosj.com^$third-party -||kvsyksorguja.com^$third-party -||kvtblvquxxzbim.com^$third-party -||kvtxztiys.com^$third-party -||kvvvdfimdxnu.com^$third-party -||kvwvhpthqyaxk.bid^$third-party -||kvzvtiswjroe.com^$third-party ||kwajysvvjeyvs.com^$third-party -||kwcaatayhgkq.bid^$third-party +||kwbwzapql.com^$third-party ||kwcrryneebg.com^$third-party ||kweayxzfazrws.com^$third-party ||kwflzktzaxczm.com^$third-party -||kwgpddeduvje.com^$third-party ||kwhgsdnkrusyw.com^$third-party ||kwhsnwdpwsv.com^$third-party -||kwiaofifmdqpif.com^$third-party -||kwipnlppnybc.com^$third-party -||kwjglwybtlhm.com^$third-party ||kwkxvbjz.com^$third-party ||kwomkjjoajcyyt.com^$third-party -||kwovwwkevyu.bid^$third-party -||kwshmdfgijgu.com^$third-party ||kwsmqtposrub.com^$third-party -||kwspcwwjju.com^$third-party -||kwuaiymxezji.bid^$third-party -||kwuewixsnttz.com^$third-party -||kwunqjqntrnf.bid^$third-party -||kwvoafkdebdaxz.bid^$third-party +||kwwxnzcielmpy.com^$third-party ||kwygntce.com^$third-party ||kwykvodkvg.com^$third-party -||kwystoaqjvml.com^$third-party -||kwyxncikkzz.bid^$third-party ||kwzmlceez.com^$third-party -||kwzuhmpwvsbsc.bid^$third-party -||kxareafqwjop.com^$third-party ||kxbpvlptnkrqvt.com^$third-party -||kxdprqrrfhhn.com^$third-party ||kxemsltfmm.com^$third-party -||kxhnlmrnqw.bid^$third-party -||kxjzvfrhyf.com^$third-party +||kxicxovlajgoct.com^$third-party ||kxkeuums.com^$third-party -||kxldvncqrkv.com^$third-party -||kxounmvfkmvv.com^$third-party -||kxphhdia.bid^$third-party ||kxpkadaivbm.com^$third-party -||kxtepdregiuo.com^$third-party -||kxtkfkqkrzz.bid^$third-party -||kxujlopfsmttyc.com^$third-party -||kxwkbkfespyh.com^$third-party -||kxwuskjg.bid^$third-party +||kxuztynmbquxcf.com^$third-party ||kxxjainwdsn.com^$third-party -||kxyevjvmalerq.bid^$third-party ||kxzmmtdx.com^$third-party ||kyauukea.com^$third-party -||kyckfuuzdzmsv.bid^$third-party ||kycsebgx.com^$third-party -||kyegtutis.bid^$third-party ||kyelvsyayysa.com^$third-party -||kyfekvgsyraz.bid^$third-party ||kygozmlrr.com^$third-party ||kygssorgg.com^$third-party -||kyhkyreweusn.com^$third-party -||kyieflmhiekvrr.bid^$third-party -||kylbshaqo.bid^$third-party -||kylqpeevrkgh.com^$third-party +||kymavmjnfe.com^$third-party ||kyohmaosn.com^$third-party -||kyowarob.com^$third-party -||kyqacdtrmwwy.com^$third-party +||kypisecmxzhaww.com^$third-party ||kyreyweczxj.com^$third-party -||kysimxpwd.com^$third-party ||kyugaiei.com^$third-party -||kyveduvdkbro.com^$third-party -||kyvmeizdyb.com^$third-party -||kywqvoqood.bid^$third-party -||kyxikfdzqwjtvw.bid^$third-party -||kyzhecmvpiaw.com^$third-party -||kyzlzjtbgjr.bid^$third-party -||kzawrekf.bid^$third-party -||kzexkhstcng.com^$third-party ||kzfinsoee.com^$third-party -||kzgzfndrvpnz.com^$third-party +||kzhusrcuytpruk.com^$third-party +||kzkxvrsomub.com^$third-party ||kzlmwsyftm.com^$third-party ||kzmipklxanggf.com^$third-party ||kzmleuhgqifvzy.com^$third-party -||kzqrjfulybvv.com^$third-party -||kzujizavnlxf.com^$third-party -||kzwcmbypauw.com^$third-party -||kzwddxlpcqww.com^$third-party -||kzyiepouyib.bid^$third-party -||kzzqkhxjeytu.com^$third-party +||kzrwzjmlasll.com^$third-party +||kzzeupckj.com^$third-party ||labdwkqyavb.com^$third-party -||lacrxqvydzlan.bid^$third-party -||ladhyjqqgerr.com^$third-party -||lafvopkskbeuj.bid^$third-party ||lahvliitxeb.com^$third-party ||lajgmzddxrzjl.com^$third-party ||lajpmujdntg.com^$third-party ||lalywprgzl.com^$third-party ||lamwiadakwa.com^$third-party ||lanktydm.com^$third-party -||lapbekessbozpx.bid^$third-party ||lapdqegtp.com^$third-party -||laqiccblmxfewa.bid^$third-party -||lauzlpyl.com^$third-party -||lavmeebdxwc.com^$third-party ||lawbjcjsokmua.com^$third-party ||lawvcpqtapzsh.com^$third-party -||lazkslkkmtpy.com^$third-party ||lbaybxwiklnfe.com^$third-party -||lbbfzsjmgm.com^$third-party -||lbbgjozyrgy.com^$third-party -||lbdrnmkhwgkpdg.bid^$third-party -||lbfryfttoihl.com^$third-party ||lbgmmsubsxn.com^$third-party ||lbhpbgfl.com^$third-party -||lbjgdskmgsmowy.com^$third-party ||lbkprcoosfgk.com^$third-party -||lbpndcvhuqlm.com^$third-party +||lbnwrunyfupe.com^$third-party ||lbsohfnkqgxo.com^$third-party -||lbtcymxcocwh.bid^$third-party -||lbtifiprfzy.com^$third-party ||lburmovcjefv.com^$third-party ||lbushibdda.com^$third-party ||lbwtrvpgvqkqc.com^$third-party -||lbypppwfvagq.com^$third-party -||lbytagcqxefsn.com^$third-party -||lceihiuarfqbn.bid^$third-party -||lckpubqq.com^$third-party +||lcaiwpcktosp.com^$third-party +||lcknokgqhwnfkr.com^$third-party ||lckzoepctj.com^$third-party +||lcllwonupseu.com^$third-party ||lcmausjvnc.com^$third-party ||lcmkcvisyynkw.com^$third-party -||lcmwchhybzik.bid^$third-party -||lcnvxuipvq.bid^$third-party ||lcolevwciuwj.com^$third-party ||lcpcjnsu.com^$third-party -||lcpqoewrzuxh.com^$third-party ||lcqnkwcfwrkvh.com^$third-party -||lcrdolxjoxxlr.com^$third-party ||lcryooiliokm.com^$third-party ||lcsgdwlxrlgq.com^$third-party -||lctpaemybjkv.com^$third-party ||lcttjawsbwol.com^$third-party -||lcuprkufusba.com^$third-party ||lcvofuqxovcao.com^$third-party -||lcxrhcqouqtw.com^$third-party ||lcxrimmb.com^$third-party -||lcyncwbacrgz.com^$third-party -||lcyxmuhxroyo.com^$third-party -||ldaiuhkayqtu.com^$third-party -||ldbgrugl.bid^$third-party ||ldgananrrtx.com^$third-party +||ldgjjycp.com^$third-party ||ldgozccnwgtuya.com^$third-party -||ldigvkkjquvyn.com^$third-party +||ldipafssohosls.com^$third-party ||ldkjrqcqp.com^$third-party -||ldkyzudgbksh.com^$third-party -||ldlritslfej.bid^$third-party ||ldpubkzh.com^$third-party ||ldqxdxtkepveg.com^$third-party ||lduusuiclvw.com^$third-party ||ldvfvwkjtacrfm.com^$third-party ||ldvmpopwd.com^$third-party ||ldxdpitoeox.com^$third-party -||ldybupeeeoq.bid^$third-party -||ldyiuvdoahxz.com^$third-party -||lebeiivzmm.com^$third-party ||lebneeklnuru.com^$third-party ||lebqrivt.com^$third-party -||lebskmaewbhm.bid^$third-party ||lediyxobgmrgeb.com^$third-party +||ledqfvbihsgs.com^$third-party ||ledsdwwmhapz.com^$third-party ||ledvqaldtf.com^$third-party ||lehfzuosurakj.com^$third-party ||leijsdpbkgobg.com^$third-party ||lejhdbxl.com^$third-party ||leocgwid.com^$third-party -||lepyhlczldiuja.bid^$third-party ||lesmyjzc.com^$third-party -||lestujzrpeom.bid^$third-party ||leszvphhnytpk.com^$third-party -||leuojmgbkpcl.com^$third-party -||levjirsqbtjhif.bid^$third-party -||lexcyehlniruu.bid^$third-party -||lexwdqnzmkdr.com^$third-party +||letdvoltm.com^$third-party ||lfahycetwt.com^$third-party -||lfclktkwnc.com^$third-party -||lfcnzhcnzded.com^$third-party -||lffyoomtjjhvc.com^$third-party -||lfirckcbkh.com^$third-party +||lfhgumhsrjjgrt.com^$third-party ||lfjmmgorkjoaw.com^$third-party ||lfjvaaswkxqj.com^$third-party -||lflplmckcncj.com^$third-party ||lfmwrbcfbji.com^$third-party ||lfqocbhv.com^$third-party ||lfriqmklpsbtq.com^$third-party ||lfrqmuplp.com^$third-party -||lfshijqwdei.bid^$third-party -||lftyfcqqctj.com^$third-party -||lfvrjrdrgazl.com^$third-party -||lfyytqcbhsp.bid^$third-party -||lfzbgckyctztj.bid^$third-party -||lgbpcbddfs.bid^$third-party -||lgbshazoug.com^$third-party +||lfztmoamieum.com^$third-party +||lgcblkbn.com^$third-party ||lghrdwdl.com^$third-party -||lgisbsiocy.bid^$third-party ||lgjboylszpij.com^$third-party ||lgjqgatg.com^$third-party -||lgkzfskybz.com^$third-party -||lgkzmjfu.bid^$third-party -||lgnjcntegeqf.com^$third-party -||lgnjrjdju.bid^$third-party -||lgogujahrnxr.bid^$third-party -||lgtbcaqkjo.bid^$third-party -||lgthvsytzwtc.com^$third-party +||lgsvywogylblv.com^$third-party ||lgtiaqukf.com^$third-party -||lgtnwgfqkyyf.com^$third-party +||lguqeppylijw.com^$third-party ||lgwdtfmd.com^$third-party ||lgzfhqubp.com^$third-party ||lgzjsauvfv.com^$third-party -||lhapwjkoltogf.bid^$third-party -||lhaqzqjbafcu.com^$third-party -||lhbkkztxg.com^$third-party +||lhaieyfsvi.com^$third-party ||lhdndgmsy.com^$third-party ||lheanhxv.com^$third-party -||lhedywrtanrgz.bid^$third-party -||lhekiqlzatfv.com^$third-party ||lheqossp.com^$third-party -||lhfcddgwg.bid^$third-party -||lhhrhdlankdftk.com^$third-party ||lhjisbsegvxf.com^$third-party +||lhkbqytz.com^$third-party ||lhltebxyuzjt.com^$third-party -||lhmnbgieieksdv.bid^$third-party -||lhnlplsj.bid^$third-party -||lhqcrrsatxwsl.bid^$third-party ||lhtekmhy.com^$third-party -||lhttyvdxvgjrdp.com^$third-party ||lhtvkhelii.com^$third-party ||lhuetsviudr.com^$third-party -||lhuqalcxjmtq.com^$third-party -||lhxgdmcyropacl.bid^$third-party ||lhytmylpwfzuzm.com^$third-party ||liadlzantv.com^$third-party ||liakiadlbs.com^$third-party ||libxkvpwsdvplj.com^$third-party -||licoxbkagivaf.bid^$third-party ||liesiotlpfvjm.com^$third-party -||ligabklr.com^$third-party -||liilsuive.bid^$third-party -||lijddbusldnecz.bid^$third-party -||lilncsqapikckt.com^$third-party -||liocwxpkakrf.com^$third-party -||liosawitskzd.com^$third-party -||liqbipkfbafq.com^$third-party +||lihkidwhlf.com^$third-party +||lirawhivaoglha.com^$third-party ||lisqvfrr.com^$third-party ||liuduuct.com^$third-party ||liulwxrybupyzu.com^$third-party -||liuztvaem.bid^$third-party ||livvckublf.com^$third-party -||livxcgmpvz.bid^$third-party -||liwimgti.bid^$third-party -||lixzmpxjilqp.com^$third-party ||ljactjfsjs.com^$third-party -||ljavtgsvjpxm.bid^$third-party -||ljfetlhleiffr.bid^$third-party -||ljfmxgkfmvtowg.com^$third-party -||ljgmufobaphrd.com^$third-party -||ljhuvzutnpza.com^$third-party ||ljhyotgxuyglm.com^$third-party ||ljjaiargqfwtzu.com^$third-party ||ljkihuolgoh.com^$third-party ||ljkmwpvahv.com^$third-party -||ljmgkopyodih.bid^$third-party -||ljngencgbdbn.com^$third-party -||ljngjrwkyovx.com^$third-party -||ljpuptlitl.com^$third-party -||ljqozvzjphgbw.bid^$third-party ||ljrljohnoqa.com^$third-party -||ljvgxanxkuiw.com^$third-party -||ljwbfghcggfvv.com^$third-party -||ljyncrypt.bid^$third-party -||ljzhxfurwibo.com^$third-party +||ljucamkqc.com^$third-party +||ljvwqird.com^$third-party ||ljzsucmiodrro.com^$third-party -||lkaarvdprhzx.com^$third-party ||lkamujrx.com^$third-party -||lkaumkxmzefa.com^$third-party -||lkbvfdgqvvpk.com^$third-party -||lkdlamrwl.com^$third-party -||lkfepwhchrlv.bid^$third-party -||lkfuihubbros.com^$third-party -||lkgcdedbklfse.com^$third-party ||lkhkeviyctneka.com^$third-party +||lkhqosglqas.com^$third-party +||lkiiwoxjfovcga.com^$third-party ||lkjdwmhuqxupef.com^$third-party -||lkjmcevfgoxfbyhhmzambtzydolhmeelgkotdllwtfshrkhrev.com^$third-party ||lkksbzcslmeefw.com^$third-party -||lkktkgcpqzwd.com^$third-party ||lkmoqyzfv.com^$third-party ||lknxarjfidm.com^$third-party ||lkohqfilvpked.com^$third-party ||lkojwhiwcsum.com^$third-party ||lkpwmhjfvpctw.com^$third-party -||lkrcapch.com^$third-party ||lkrojmvmxxqze.com^$third-party ||lkubjgrjslmgxo.com^$third-party ||lkuirehx.com^$third-party ||lkvifcxvqkwrl.com^$third-party ||lkyuoybczr.com^$third-party ||lkzvhtetshbu.com^$third-party -||llbevorurncfcc.bid^$third-party -||llbynwyuoj.bid^$third-party -||llddarkinywtmg.bid^$third-party +||llajhfzpoxhr.com^$third-party ||llgvjtkg.com^$third-party ||llhjbwcjnuii.com^$third-party +||llhshirhrbkn.com^$third-party ||lliumrpvj.com^$third-party ||lljoapkfnwn.com^$third-party -||lljtgiwhqtue.com^$third-party ||lllgavbgnmcbf.com^$third-party -||llluzqrvfyrbt.com^$third-party -||llnxfuxszevf.com^$third-party +||llnxczmgusq.com^$third-party ||llpdtbmowsg.com^$third-party ||llpuhxkvr.com^$third-party ||llrblpesvjc.com^$third-party -||llrmbabwjlzutw.com^$third-party ||llrspkjasfqc.com^$third-party -||llrxxhljtmylaa.bid^$third-party ||llsdercqm.com^$third-party ||lltgedci.com^$third-party ||lluythjwk.com^$third-party ||llvidwpt.com^$third-party -||llwemrshzovw.com^$third-party -||llxyamztns.bid^$third-party -||llxyyocfgfg.bid^$third-party -||lmbdkdxprktt.bid^$third-party ||lmccawemcuqma.com^$third-party ||lmcoiiwpguaorp.com^$third-party -||lmejuamdbtwc.com^$third-party ||lmepqfsazb.com^$third-party ||lmevacaixeqy.com^$third-party -||lmheosvft.com^$third-party -||lmjjenhdubpu.com^$third-party -||lmjklpukbbwxm.bid^$third-party -||lmjpcirfvt.bid^$third-party ||lmjxlihzcvicyi.com^$third-party ||lmjxrhph.com^$third-party ||lmlvzeeag.com^$third-party -||lmoqmsagyjcurg.bid^$third-party +||lmmyygvkwb.com^$third-party ||lmrlanov.com^$third-party ||lmsdoihmsoifx.com^$third-party ||lmsycyfh.com^$third-party -||lmuxaeyapbqxszavtsljaqvmlsuuvifznvttuuqfcxcbgqdnn.com^$third-party -||lmwdcdzievq.bid^$third-party -||lndvtedtayqy.com^$third-party -||lndzkpjtjfjz.bid^$third-party -||lnelcbntwru.com^$third-party ||lnfujzqkydjav.com^$third-party -||lnglwoexxrsv.com^$third-party ||lnhkqohy.com^$third-party ||lnicyniqxdxg.com^$third-party -||lnjpyxvbpyvj.com^$third-party -||lnjrawgb.com^$third-party -||lnltyqqop.bid^$third-party -||lnnwwxpeodmw.com^$third-party ||lnpqqigowz.com^$third-party -||lnsthqzdsvzboo.bid^$third-party ||lnvnzrqdajau.com^$third-party ||lnwbiuetoymifj.com^$third-party ||lnwqvhcqw.com^$third-party +||lnxsrmsebsd.com^$third-party +||lnyhnpwjviyn.com^$third-party ||lnyypjocad.com^$third-party -||lnzcmgguxlac.com^$third-party -||loakfiiggz.bid^$third-party -||locjzfoh.com^$third-party ||lodoxfwite.com^$third-party ||lodqycbq.com^$third-party -||lofipgeld.bid^$third-party ||logkzudhrg.com^$third-party ||lohappbnrpgypu.com^$third-party ||lohxvwjpvl.com^$third-party -||lojqfrcipvoo.bid^$third-party ||lojuxbnt.com^$third-party -||loljuduad.bid^$third-party -||lopdogmltbnbc.com^$third-party -||lorhamnvukws.bid^$third-party -||lorpidlfpbu.bid^$third-party ||loteumepag.com^$third-party -||lovdkmqvoc.bid^$third-party ||lovnxkrszlsb.com^$third-party ||lovvznyhujf.com^$third-party ||lowaosan.com^$third-party -||lowqnzsxtmvb.bid^$third-party -||loxmetwdjrmh.com^$third-party ||lpaizureik.com^$third-party ||lpbhbwpbpnl.com^$third-party ||lpbuaqfgwkzrep.com^$third-party ||lpbyadpvf.com^$third-party -||lpdeuhyakoits.bid^$third-party -||lpiqwtsuduhh.com^$third-party ||lpiwenesruwn.com^$third-party -||lplqyocxmify.com^$third-party -||lplznzccvn.bid^$third-party -||lpohfjht.com^$third-party -||lppaepra.bid^$third-party -||lppoblhorbrf.com^$third-party -||lppyumumznf.bid^$third-party +||lpoggqfdlmdsg.com^$third-party +||lpqlmevjhis.com^$third-party +||lpqrgmxuju.com^$third-party ||lprkphlgaybvtn.com^$third-party ||lptggobhuuxcdw.com^$third-party -||lpwvdgfo.com^$third-party +||lptnfhmvnd.com^$third-party +||lpvgsdbtcmyqy.com^$third-party +||lpwwerdeef.com^$third-party ||lpwzjhkuwbe.com^$third-party ||lpxdkhfauevov.com^$third-party ||lpxxafsupgsho.com^$third-party -||lpzltglosmbqul.bid^$third-party ||lpzsxemf.com^$third-party ||lqagwvarq.com^$third-party -||lqaqfklrgnr.bid^$third-party ||lqbyqjap.com^$third-party ||lqdqjkzfhijx.com^$third-party -||lqdrlzunrgma.bid^$third-party -||lqfbxvmq.bid^$third-party -||lqfolelqvc.com^$third-party -||lqhnrsfkgcfe.com^$third-party -||lqipfyknwlo.com^$third-party -||lqiublivx.bid^$third-party -||lqkmghhawfjzls.bid^$third-party -||lqlksxbltzxw.com^$third-party -||lqlycogmpxhd.com^$third-party +||lqfvlnnygf.com^$third-party ||lqpkjasgqjve.com^$third-party -||lqqcbomqqomtme.com^$third-party ||lqqpabnu.com^$third-party -||lqrlhmdwy.com^$third-party -||lqrrkjodhq.com^$third-party -||lqsclyxh.bid^$third-party -||lqtxnuramh.bid^$third-party ||lquodkeqws.com^$third-party -||lqvckaciozvs.bid^$third-party -||lqvmjokehnlffq.bid^$third-party -||lqvuvkmohlktl.bid^$third-party ||lqxoqvqljmfyt.com^$third-party -||lqydjvdrq.bid^$third-party -||lramhnoefoz.bid^$third-party -||lrbllelemsx.com^$third-party +||lqydocphrf.com^$third-party ||lrcnshyxwx.bid^$third-party -||lrcrobshelr.com^$third-party -||lreylxggpqxz.bid^$third-party +||lrghpuvvo.com^$third-party ||lrgtkljakwfw.com^$third-party ||lrjglcmgbf.com^$third-party -||lrjltdosshhd.com^$third-party ||lrkvionrsnlc.com^$third-party ||lrlkdlpksqveje.com^$third-party -||lrmjvytlhho.com^$third-party -||lrnkuzcezcdn.bid^$third-party -||lroieivnhoojo.bid^$third-party -||lroywnhohfrj.com^$third-party -||lrpcokbf.bid^$third-party ||lruvvletnhv.com^$third-party ||lruyzrlcef.com^$third-party -||lrwwnmijztt.com^$third-party -||lryenoty.bid^$third-party +||lrwwnbjiv.com^$third-party ||lryfmcok.com^$third-party +||lsckvlhhqlo.com^$third-party ||lsdgtifuqrwjax.com^$third-party ||lseddehpo.com^$third-party -||lsegvhvzrpqc.com^$third-party ||lsfjfoddezc.com^$third-party -||lsghawrw.bid^$third-party -||lsgystgg.bid^$third-party -||lshwezesshks.com^$third-party ||lskzcjgerhzn.com^$third-party ||lslvclmasbv.com^$third-party ||lslzdwmxvbxztr.com^$third-party ||lsmxicydlj.com^$third-party ||lsooyivois.com^$third-party ||lsovdlxfe.com^$third-party -||lsslotuojpud.com^$third-party ||lstkchbeoey.com^$third-party -||lstkfdmmxbmv.com^$third-party ||lsvmpewlo.com^$third-party -||ltaporjivped.com^$third-party ||ltbnvsfzevox.com^$third-party -||ltcvpgyouvxya.bid^$third-party -||ltedbswmryh.com^$third-party -||ltendtxpnss.bid^$third-party +||ltdwkrgogvkgn.com^$third-party ||ltfdyyixhkshhu.com^$third-party -||ltffxzmjazabn.bid^$third-party -||ltfroezjyyhv.com^$third-party ||ltfxlxze.com^$third-party ||ltgmnghobitgb.com^$third-party ||ltjvgpxg.com^$third-party -||ltmdqbrxjaqn.bid^$third-party -||ltnfhltuksarpq.com^$third-party -||ltnjtphbbvigi.bid^$third-party ||ltnkbvcm.com^$third-party -||ltsdzcgcystyak.bid^$third-party -||ltsnideak.bid^$third-party -||lttsvesujmry.com^$third-party -||ltvrdftgr.com^$third-party -||ltwlxoedrydz.com^$third-party -||ltxltqtwpj.bid^$third-party +||ltnvnvxzetvhk.com^$third-party ||ltzjkjxx.com^$third-party ||luagrcmjnovjp.com^$third-party -||lubjqiebnayctz.bid^$third-party ||ludovwmhazsx.com^$third-party -||ludwmwca.bid^$third-party -||lugknllg.bid^$third-party ||luhbhndh.com^$third-party -||luhqeqaypvmc.com^$third-party -||luihhjhe.bid^$third-party -||lujkgrvheh.com^$third-party ||lulrtvfcy.com^$third-party -||lumzvjur.com^$third-party -||lunkydkokpg.bid^$third-party -||luqnpzexna.bid^$third-party ||luraclhaunxv.com^$third-party ||lusfrsxgxopm.com^$third-party -||luvkkodlpxou.bid^$third-party -||luvstnqpw.com^$third-party ||luysvlnrb.com^$third-party -||luztinhsbzggvr.com^$third-party -||lvayccwmhdggvi.bid^$third-party +||lvbdvlnbht.com^$third-party ||lvcrcimfmfx.com^$third-party ||lvctzafuvn.com^$third-party -||lvcxvjetzvt.com^$third-party -||lvdtftxgbsiu.com^$third-party -||lvehrzkgzanurn.com^$third-party ||lvesmhsex.com^$third-party +||lvgaaldcza.com^$third-party +||lvgldleilov.com^$third-party ||lvgliqkumatjv.com^$third-party -||lvhxebdxz.com^$third-party ||lvldcxnq.com^$third-party -||lvlotqtrygwi.com^$third-party -||lvlvpdztdnro.com^$third-party ||lvmnxohz.com^$third-party ||lvnsxvdrwyv.com^$third-party -||lvpcqndtdk.bid^$third-party -||lvpdchbxgoral.bid^$third-party ||lvrvufurxhgp.com^$third-party -||lvshypqdjfvvkd.com^$third-party -||lvulibji.com^$third-party ||lvvfcuzzdor.com^$third-party ||lvvycndnspeuwo.com^$third-party ||lwajqohv.com^$third-party -||lwaqcpjegbwm.com^$third-party -||lwasxldakmhx.com^$third-party -||lwbextsnjgw.com^$third-party -||lwenrqtarmdx.com^$third-party -||lwepsxhcm.bid^$third-party ||lwequndmgc.com^$third-party ||lwfvrhlqzjseyu.com^$third-party -||lwjzsigenxsl.com^$third-party -||lwljmcved.bid^$third-party ||lwmwrsfzm.com^$third-party -||lwmxykibvt.bid^$third-party -||lwnpbwds.bid^$third-party -||lwocvazxfnuj.com^$third-party -||lwqwsptepdxy.com^$third-party +||lwprdsbqpej.com^$third-party ||lwsxrphion.com^$third-party ||lwtduavwbep.com^$third-party -||lwtsrwwlfd.com^$third-party -||lwvdeqfhswg.com^$third-party -||lwxkgejswn.com^$third-party -||lwyjxvbcjkstxy.com^$third-party -||lwysswaxnutn.com^$third-party ||lxayafcq.com^$third-party -||lxbaocqsmg.bid^$third-party -||lxcfaekywx.com^$third-party ||lxcpbfwqagzfz.com^$third-party ||lxcpprjfgkt.com^$third-party ||lxelgoqzvjfw.com^$third-party -||lxghhxdcmumk.com^$third-party -||lxkqybzanzug.com^$third-party +||lxhkqjqpswhg.com^$third-party ||lxlisrvzz.com^$third-party ||lxnimmyikuekn.com^$third-party +||lxoakdaejjryws.com^$third-party ||lxpgdkskkt.com^$third-party -||lxqoxgijpbmrg.bid^$third-party -||lxvuwsqp.bid^$third-party ||lxwfjjnowwhld.com^$third-party ||lxwtezlcp.com^$third-party ||lxyadcffdpaytd.com^$third-party -||lxyjnqpbk.bid^$third-party ||lxykalyvq.com^$third-party ||lxymfyptdrast.com^$third-party ||lxzwknybfvycxr.com^$third-party +||lyaaikspui.com^$third-party ||lybmmxah.com^$third-party ||lycnjtuomkpgca.com^$third-party ||lydgyhthfb.com^$third-party -||lyeannqhhf.bid^$third-party ||lyghoxyxohkrdk.com^$third-party -||lyifwfhdizcc.com^$third-party -||lyjcpycaufud.com^$third-party ||lykuxkxsvvnxqd.com^$third-party ||lynsvdabds.com^$third-party -||lyovvtevsu.bid^$third-party ||lyssmgbr.com^$third-party -||lytaxbxen.bid^$third-party -||lytpdzqyiygthvxlmgblonknzrctcwsjycmlcczifxbkquknsr.com^$third-party ||lyukxxwfqdn.com^$third-party -||lyuoaxruaqdo.com^$third-party -||lyuswpdanr.com^$third-party -||lyvnduow.bid^$third-party ||lyyenjcocog.com^$third-party -||lyygeitghavmm.com^$third-party -||lyzskjigkxwy.com^$third-party -||lzawbiclvehu.com^$third-party -||lzblbcsemihk.com^$third-party -||lzbzwpmozwfy.com^$third-party ||lzfqxxtgyydrc.com^$third-party -||lzfvonzwjzhz.com^$third-party ||lzfyahjavcik.com^$third-party ||lzkuqbptcjqta.com^$third-party -||lzmovatu.com^$third-party ||lzopoqzlihfbc.com^$third-party ||lzowrfhqy.com^$third-party ||lzpgstae.com^$third-party -||lzpqpstowpvz.bid^$third-party -||lzrfxzvfbkay.com^$third-party ||lzscunjyovitc.com^$third-party -||lzsiojww.com^$third-party -||lzvnaaozpqyb.com^$third-party -||maboflgkaxqn.com^$third-party -||mafndqbvdgkm.com^$third-party -||magwfymjhils.com^$third-party +||lztffxdgackjhi.com^$third-party +||magufsvogh.com^$third-party +||mahrzxsou.com^$third-party ||maidlytsnrn.com^$third-party ||mailhxubk.com^$third-party -||makhhvgdkhwn.com^$third-party ||makkuqiavqx.com^$third-party ||makumuvgxfogq.com^$third-party -||malgyhuytbnjb.bid^$third-party -||mardjxrw.club^$third-party +||mamphxagal.com^$third-party ||marguvpydbrr.com^$third-party ||mascqybw.com^$third-party -||masrtwfevkqd.bid^$third-party ||maudfkdsuyp.com^$third-party ||mavmlkzt.com^$third-party -||mawtykynmhxkjd.bid^$third-party ||maxgirlgames.com^$third-party ||maysrqdev.com^$third-party -||maziynjxjdoe.com^$third-party -||mbajaazbqdzc.com^$third-party ||mbbjrwsl.com^$third-party ||mbcperyc.com^$third-party -||mbezfrwrimjy.bid^$third-party -||mbflncteg.bid^$third-party -||mbfvfdkawpoi.com^$third-party -||mbgvhfotcqsj.com^$third-party ||mbixofultnnd.com^$third-party ||mbjrejhbcaihz.com^$third-party ||mbmjqinvsil.com^$third-party ||mbmwfufkaxll.com^$third-party ||mbpjpmcz.com^$third-party -||mbrxgolis.com^$third-party ||mbsivmsbuteaz.com^$third-party -||mbtalhkebpbpwb.com^$third-party -||mbvmecdlwlts.com^$third-party -||mbyponflbv.bid^$third-party ||mbyrgeoizdid.com^$third-party -||mcagbtdcwklf.com^$third-party ||mcaxqvcu.com^$third-party ||mcaybfrnrqpmv.com^$third-party ||mcfdnvewqws.com^$third-party ||mcgndenytmy.com^$third-party ||mchpowtyj.com^$third-party ||mcirxbajhw.com^$third-party -||mciyblxplucm.bid^$third-party ||mcjdsooo.com^$third-party -||mclwrdzj.bid^$third-party ||mcnklvsodqqa.com^$third-party -||mcrjoftwhprkrx.bid^$third-party ||mcrzrxwrtpr.com^$third-party ||mcskucrxgwx.com^$third-party ||mcsnhbdil.com^$third-party ||mcuqjebym.com^$third-party -||mcvyeitc.com^$third-party -||mcwvyuifwml.bid^$third-party ||mcyopesbusomqf.com^$third-party ||mczemvlzkndplq.com^$third-party -||mczuljmdpysftg.com^$third-party -||mdagsecyvd.com^$third-party -||mdbdmbdrjaklht.bid^$third-party ||mdcszycw.com^$third-party -||mddlhkzkntmmb.com^$third-party -||mddviuqbkwyir.bid^$third-party -||mdeaoowvqxma.com^$third-party +||mddwabpvzcr.com^$third-party ||mdgpupricqpmy.com^$third-party -||mdgupvvdjpafyl.bid^$third-party -||mdjtqsamfeodp.bid^$third-party ||mdlhzknv.com^$third-party ||mdmupsmel.com^$third-party -||mdpjnppsbjv.bid^$third-party ||mdpmgoitzaotk.com^$third-party -||mdrkqbsirbry.com^$third-party -||mdsrggcnmybae.bid^$third-party +||mdqpfqvienzr.com^$third-party +||mdsauswjligigj.com^$third-party ||mdulmrphzsnvw.com^$third-party ||mdurqeiydegwzy.com^$third-party -||mdvrxmzofurvkm.com^$third-party ||mdwvwbyvqh.com^$third-party ||mdxzmatcc.com^$third-party -||meagjivconqt.com^$third-party -||mecounxmawn.bid^$third-party -||mecsjjkomehyv.com^$third-party +||meajnbdavp.com^$third-party ||medyagundem.com^$third-party -||meeaowsxneps.com^$third-party ||mefozykpcwuazw.com^$third-party -||megpacokjce.bid^$third-party ||meguanha.com^$third-party -||mehcpazsnzh.com^$third-party ||meinlnim.com^$third-party -||mekmrcgtmuvv.bid^$third-party ||melfljypjydxta.com^$third-party ||melohxphr.com^$third-party -||melqdjqiekcv.com^$third-party ||memsyndazra.com^$third-party ||menagexbqhxf.com^$third-party -||menjyhvs.bid^$third-party -||mepchnbjsrik.com^$third-party -||meucixmdhuqq.bid^$third-party -||meuxestvodec.bid^$third-party -||mexedyfzdx.bid^$third-party -||mezihrnjuc.com^$third-party ||mfdhvdwkdg.com^$third-party -||mfdmsmndqarhb.bid^$third-party -||mfeoaesafo.com^$third-party ||mffsqhmzeycb.com^$third-party -||mffurrpzbum.com^$third-party ||mfgxwluvrr.com^$third-party ||mfgyyqqjpp.com^$third-party ||mfhsvkepu.com^$third-party ||mfigasff.com^$third-party -||mfiksyuanw.bid^$third-party -||mfjegjqb.com^$third-party -||mflkgrgxadij.com^$third-party -||mfmikwfdopmiusbveskwmouxvafvzurvklwyfamxlddexgrtci.com^$third-party -||mfnjkgzqhoipe.bid^$third-party -||mfpqojya.com^$third-party -||mfryftaguwuv.com^$third-party -||mftbfgcusnzl.com^$third-party -||mfuebmooizdr.com^$third-party -||mfvirwqgmck.bid^$third-party ||mfwfpucpfya.com^$third-party +||mfwjyreguafi.com^$third-party ||mfxjgymma.com^$third-party ||mfxxpyhzofbsg.com^$third-party ||mfxzxrveb.com^$third-party ||mgdfebwxonyfe.com^$third-party ||mgfkncmjue.com^$third-party -||mgjoqdmjofl.bid^$third-party +||mgjumvwmgusai.com^$third-party ||mgltjlqx.com^$third-party ||mgnczbprazyv.com^$third-party +||mgnkokxa.com^$third-party ||mgojnezwuuxyv.com^$third-party ||mgouoirpayddk.com^$third-party ||mgpejafvxxn.com^$third-party -||mgrutivnzs.com^$third-party -||mgrxsztbcfeg.com^$third-party ||mguqjbjgs.com^$third-party -||mguzayfzp.bid^$third-party -||mgwebjwpcla.bid^$third-party ||mgxjvidt.com^$third-party -||mgykxgrllcj.com^$third-party ||mgyovgqq.com^$third-party ||mgziozplbkzv.com^$third-party -||mhaafkoekzax.com^$third-party -||mhbfahukhp.bid^$third-party -||mhcttlcbkwvp.com^$third-party ||mhfivsdhbpfgk.com^$third-party -||mhfvtafbraql.com^$third-party -||mhghzpotwnoh.com^$third-party -||mhglrnhcei.com^$third-party ||mhhjdlsnji.com^$third-party ||mhhjqfjujxwrfa.com^$third-party -||mhhumeppcngjih.bid^$third-party ||mhmgeilfkcgov.com^$third-party ||mhorwseoai.com^$third-party -||mhprjkdh.bid^$third-party -||mhqrhqwjiuylom.bid^$third-party -||mhrfhwlqsnzf.com^$third-party -||mhuivzojiqe.com^$third-party -||mhunafpdtr.bid^$third-party -||mhwxckevqdkx.com^$third-party -||mhxnfqqruqni.bid^$third-party -||miadbbnreara.com^$third-party -||mictxtwtjigs.com^$third-party -||midkerci.bid^$third-party -||midzwwrcrril.bid^$third-party +||mhviessolums.com^$third-party +||miahshnju.com^$third-party ||miegpokitjxm.com^$third-party ||mierdydkqvpgno.com^$third-party +||mifxolavi.com^$third-party ||mignpaybmqkcy.com^$third-party -||mihqbmugg.com^$third-party -||miisdhpqsp.bid^$third-party -||mikdvucquacd.com^$third-party -||mikkvpggxg.bid^$third-party -||miltqbfqstsf.com^$third-party -||milyolpn.bid^$third-party +||mikpumwbahkx.com^$third-party ||mimqvkusf.com^$third-party -||miovsibmkpy.com^$third-party ||mioxtidzcrh.com^$third-party -||miszwaojrn.com^$third-party ||mivrpcxlo.com^$third-party ||miwhonjam.com^$third-party -||mixfyfriqtatz.bid^$third-party -||mizmhwicqhprznhflygfnymqbmvwokewzlmymmvjodqlizwlrf.com^$third-party -||mjckfsgogzcd.com^$third-party +||mixuaeielbnlg.com^$third-party ||mjcvdxnmp.com^$third-party ||mjkvwpabdce.com^$third-party -||mjlkhnizufhmrt.bid^$third-party +||mjmbfjbgtqpu.com^$third-party +||mjpjjbbvct.com^$third-party ||mjquyspsrgybs.com^$third-party ||mjtjtcofce.com^$third-party -||mjujcjfrgslf.com^$third-party ||mkalruavzrtmh.com^$third-party -||mkattqhvcikx.bid^$third-party -||mkbbocznt.bid^$third-party -||mkbfikaa.bid^$third-party -||mkceizyfjmmq.com^$third-party -||mkfumtmi.bid^$third-party -||mkfzovhrfrre.com^$third-party -||mkgtdofakiifqb.bid^$third-party -||mkjcjqcn.com^$third-party -||mkkappfdehkwf.com^$third-party +||mkgosjtrbhag.com^$third-party ||mkkosxvmn.com^$third-party -||mkkxiztluu.com^$third-party -||mklplkwniazaql.bid^$third-party -||mkmxovjaijti.com^$third-party -||mkpdquuxcnhl.com^$third-party -||mkqepsxaz.bid^$third-party +||mkkxioajtwm.com^$third-party ||mkxgvmswfmypy.com^$third-party -||mkyzqyfschwd.com^$third-party +||mkyrxfftdmqx.com^$third-party ||mkzbpsiml.com^$third-party -||mkzllhqhsgq.com^$third-party -||mkzynqxqlcxk.com^$third-party -||mlaxgqosoawc.com^$third-party -||mlbzafthbtsl.com^$third-party ||mldsiekmhy.com^$third-party -||mlfvoqwjvbzy.bid^$third-party -||mlgrrqymdsyk.com^$third-party ||mlgtlxyicweqn.com^$third-party -||mlhpclmaba.bid^$third-party -||mlkejhpgb.bid^$third-party -||mlkqusrmsfib.com^$third-party -||mlmjxddzdazr.com^$third-party -||mlmzevmun.bid^$third-party -||mlntnugnalv.bid^$third-party -||mlnvmpmgzfk.bid^$third-party -||mlrocrzhrgbyi.bid^$third-party +||mljzbcrvexzn.com^$third-party +||mllfdnjrnkvhmd.com^$third-party +||mlltyllhgohn.com^$third-party +||mlonsougoylpbu.com^$third-party +||mlqrytbjgrbe.com^$third-party ||mlsbxcgueedu.com^$third-party -||mlstoxplovkj.com^$third-party ||mlsyuvxhhmvd.com^$third-party -||mlzqvrunjp.com^$third-party -||mmaigzevcfws.com^$third-party -||mmauckxrzh.com^$third-party +||mlyqbqha.com^$third-party ||mmbfmlrd.com^$third-party -||mmcltttqfkbh.com^$third-party -||mmdcibihoimt.com^$third-party -||mmdifgneivng.com^$third-party -||mmeddgjhplqy.com^$third-party -||mmesheltljyi.com^$third-party ||mmfvtvdqlwxyj.com^$third-party -||mmfzcakzcqn.bid^$third-party -||mmknsfgqxxsg.com^$third-party -||mmnridsrreyh.com^$third-party -||mmojdtejhgeg.com^$third-party -||mmoxoatieyam.bid^$third-party ||mmpcqstnkcelx.com^$third-party ||mmqidlebc.com^$third-party -||mmqsbtpmdrib.bid^$third-party ||mmsbbbki.com^$third-party ||mmsdewfvxhw.com^$third-party -||mmshbwtpx.com^$third-party -||mmvcmovwegkz.com^$third-party ||mmxbgakffqemu.com^$third-party -||mmygcnboxlam.com^$third-party -||mmyhkkzddlcqtj.bid^$third-party -||mnanijqnse.com^$third-party +||mnaljqzekv.com^$third-party ||mnbfujorh.com^$third-party -||mncdrqeqimfgh.bid^$third-party -||mnetqnqpmog.bid^$third-party -||mniyaeikxozlts.bid^$third-party -||mnjgoxmx.com^$third-party -||mnkwxsjxp.bid^$third-party -||mnnanyddolwf.com^$third-party +||mnfiiphpwzyncr.com^$third-party ||mnnsjudnfgalyx.com^$third-party -||mnodkuklcw.bid^$third-party -||mnqziregyq.bid^$third-party -||mnrktyxs.bid^$third-party -||mnusvlgl.com^$third-party -||mnvgyfpoir.bid^$third-party -||mnvjibhehv.com^$third-party +||mnozqjxzrhko.com^$third-party ||mnwmcyyoxm.com^$third-party -||mnyavixcddgx.com^$third-party ||mnyawkpabrsv.com^$third-party -||mnzimonbovqs.com^$third-party -||moadlbgojatn.com^$third-party -||modkehkcihvzi.bid^$third-party -||mofrupteeuqnvc.bid^$third-party -||mofvrnbngcern.bid^$third-party +||mnzdgidf.com^$third-party ||mofzedjmlhds.com^$third-party ||moginhstnxswt.com^$third-party ||mogqlceldpwbxe.com^$third-party ||mogrbrydixdvmc.bid^$third-party -||mohcafpwpldi.com^$third-party ||mohqurakhwvf.com^$third-party +||moimjvrbzb.com^$third-party ||mojhasmpl.com^$third-party ||moleagmeq.com^$third-party -||molqvpnnlmnb.com^$third-party -||monlscalmows.bid^$third-party -||mopvkjodhcwscyudzfqtjuwvpzpgzuwndtofzftbtpdfszeido.com^$third-party -||moquxotvyuoo.com^$third-party +||molfkqiw.com^$third-party +||mopxhrgiyybr.com^$third-party ||mosdqxsgjhes.com^$third-party -||mousvowpfso.com^$third-party ||mouuhrprxixwrw.com^$third-party -||moxdmkdzvkgxow.bid^$third-party -||moxvufgh.com^$third-party -||moyeluljrail.com^$third-party ||mpbjbeueinytao.com^$third-party ||mpfzgidlxsqtyt.com^$third-party -||mpgflvbe.com^$third-party -||mphqfyhswko.bid^$third-party -||mpifsodagy.com^$third-party +||mpgvgkeib.com^$third-party ||mpjitqgyr.com^$third-party -||mplxbmgukmc.com^$third-party -||mpmdostmf.com^$third-party -||mpmfdpakljrv.bid^$third-party ||mpmzqgkpavhhkt.com^$third-party -||mpnkfljjfjqd.bid^$third-party -||mpoboqvqhjqv.com^$third-party ||mpudcfnsnpj.com^$third-party -||mpxxjdqpru.com^$third-party -||mpytdykvcdsg.com^$third-party -||mpzuzvqyuvbh.com^$third-party -||mqcnrhxdsbwr.com^$third-party +||mpyiiswvgxz.com^$third-party ||mqdznyotsam.com^$third-party ||mqgvsxqc.com^$third-party ||mqhjvfeiiucga.com^$third-party -||mqjfzzgcrupfh.com^$third-party -||mqlkcicnrgpntw.bid^$third-party -||mqmbbiadhb.bid^$third-party +||mqhubpjjlhszv.com^$third-party ||mqmtjoshdvlow.com^$third-party ||mqnklgnucy.com^$third-party ||mqobpsctcxnbi.com^$third-party ||mqohsosljexz.com^$third-party -||mqphkzwlartq.com^$third-party -||mqpyllobxdrfiu.com^$third-party ||mquvqdhzgfyjl.com^$third-party -||mqvxtuzsherjx.com^$third-party -||mqwkqapsrgnt.com^$third-party -||mqyjnccou.bid^$third-party -||mqyndujv.com^$third-party -||mrdbkfyaxsig.bid^$third-party -||mrdiehhk.bid^$third-party -||mrepqeyednht.club^$third-party -||mrfveznetjtp.com^$third-party ||mrhtltayffbrgv.com^$third-party +||mrjppjqmc.com^$third-party ||mrjzfzwey.com^$third-party -||mrkzgpbaapif.com^$third-party -||mrnbzzwjkusv.com^$third-party -||mrnrnyavzcatfv.com^$third-party ||mrnvpqtqkx.com^$third-party -||mrqsuedzvrrt.com^$third-party ||mrtehsag.com^$third-party -||mrutbjvgh.com^$third-party ||mruxsxrnu.com^$third-party -||mrvzisfsrvs.bid^$third-party -||mrweekseur.com^$third-party -||mrxvgpzath.bid^$third-party ||mrzpfpgh.com^$third-party ||msbftyajwu.com^$third-party -||msbmckzmcu.com^$third-party ||msegeqxwopq.com^$third-party ||msgwxozk.com^$third-party -||msiegurhgfyl.com^$third-party ||msigpurubzkm.com^$third-party ||msisvvxmnpm.com^$third-party -||msjpmpumsf.bid^$third-party ||msmaijsxlo.com^$third-party -||msmyjmkshh.bid^$third-party ||msoiqafieh.com^$third-party -||mspaimzv.com^$third-party ||mspgkbvxtl.com^$third-party ||mspnlttfp.com^$third-party ||msrigkqkdd.com^$third-party -||msrwoxdkffcl.com^$third-party ||mstmrspnqqevsu.com^$third-party -||msvgmziu.bid^$third-party ||mswysfgnr.com^$third-party ||msxmfyhwgkos.com^$third-party -||mszfmpseoqbu.com^$third-party ||mszoioqvm.com^$third-party -||mtbadedrhcx.bid^$third-party ||mtbgrgscjwcjc.com^$third-party -||mtbnqoixmb.com^$third-party -||mtbpqzke.bid^$third-party -||mtbsdhzpikjt.com^$third-party ||mtbwqtfqnj.com^$third-party -||mtbyuuflne.com^$third-party ||mtdlcstsqt.com^$third-party -||mtfopqsufagxy.com^$third-party -||mtklywkg.com^$third-party -||mtlieuvyoikf.com^$third-party -||mtmzmcztix.com^$third-party +||mtmuhcmpz.com^$third-party ||mtnobdfcgylhuj.com^$third-party ||mtnreztslx.com^$third-party -||mtnysmosgmp.bid^$third-party -||mtpjldykpuhnmg.bid^$third-party ||mtsoxkqlqnawre.com^$third-party ||mttyfwtvyumc.com^$third-party -||mtuorcpzomut.bid^$third-party -||mtveughs.com^$third-party -||mtyqtczr.bid^$third-party -||mtysahmkqqdo.com^$third-party ||mtzddtrs.com^$third-party ||mtzszlpypbxjm.com^$third-party ||muagjoxfew.com^$third-party ||muasoctv.com^$third-party -||mueqzsdabscd.com^$third-party ||mueyqvzw.com^$third-party ||muhexvakuawzo.com^$third-party ||mujzsntbwzwc.com^$third-party -||mukxblrkoaaa.com^$third-party ||mumbldnn.com^$third-party ||munpprwlhric.com^$third-party -||munqaasewcla.bid^$third-party ||muoiuxfj.com^$third-party -||muoyeoyymfwwp.bid^$third-party -||muqyzjkamhpu.bid^$third-party ||musighkm.com^$third-party ||muwjxxvovtb.com^$third-party ||muxtpvixahawy.com^$third-party +||muzjpkel.com^$third-party ||mvbemeggnodty.com^$third-party ||mvdbdtwicgw.bid^$third-party -||mvddovmyeh.bid^$third-party ||mvdizbgdpfgl.com^$third-party -||mvdnsrgolwgru.com^$third-party -||mvdqeaxrk.bid^$third-party -||mvesulbecwq.bid^$third-party -||mvjuhdjuwqtk.com^$third-party -||mvkmhjlqqjnay.bid^$third-party -||mvlcwazi.bid^$third-party -||mvncasmaxapgyk.bid^$third-party +||mvdvktbaptzl.com^$third-party +||mvimzkmondb.com^$third-party ||mvnuyjsdgle.com^$third-party ||mvnyllursi.com^$third-party ||mvotvznetuvfb.com^$third-party -||mvqinxgp.com^$third-party ||mvqzskrnrsy.com^$third-party -||mvrmyxkw.com^$third-party -||mvtunjij.bid^$third-party -||mvumhltl.com^$third-party ||mvunstblutptj.com^$third-party ||mvvecbfomk.com^$third-party ||mvvspjarye.com^$third-party ||mvxhbajzn.com^$third-party ||mvyctyji.com^$third-party -||mvyfuwczzotfe.bid^$third-party ||mvyutamcykv.com^$third-party -||mvzfgknmmkjzx.com^$third-party -||mvzmmcbxssgp.com^$third-party ||mwaiqeefj.com^$third-party -||mwbhjpjscy.com^$third-party -||mwcouuxv.bid^$third-party -||mwenzdgzgez.bid^$third-party ||mwfzoumik.com^$third-party -||mwgairxva.bid^$third-party ||mwggummxeygq.com^$third-party -||mwgjoofxf.bid^$third-party ||mwhjamwra.com^$third-party ||mwhtoxix.com^$third-party -||mwlucuvbyrff.com^$third-party ||mwnhdnkevthkz.com^$third-party -||mwqkpxsrlrus.com^$third-party +||mwslcqfoifw.com^$third-party +||mwtvrqokhbnidz.com^$third-party ||mwuiykzqwaic.com^$third-party -||mwxurdlzjbuvh.bid^$third-party +||mwvznnssqv.com^$third-party ||mwzquivpqnod.com^$third-party -||mwztugbv.bid^$third-party -||mwzutiypqyyx.com^$third-party ||mxadtjluuv.com^$third-party -||mxctsflkxs.com^$third-party -||mxltxnomp.bid^$third-party ||mxphrvkcgvcpl.com^$third-party ||mxpzslze.com^$third-party -||mxqxkljb.bid^$third-party ||mxsuikhqaggf.com^$third-party -||mxtcafifuufp.com^$third-party -||mxvvvoqbgzdq.com^$third-party -||mxxrzwibnlnmd.bid^$third-party +||mxvncslrduda.com^$third-party +||mxysalqnbj.com^$third-party ||mxzxeersjv.com^$third-party -||myawrthcsjc.com^$third-party -||myfebqficpi.com^$third-party -||myfrvfxqeimp.com^$third-party -||myhdpwmjabpc.bid^$third-party -||myjnlndnbhcih.com^$third-party ||mykhtesikvuz.com^$third-party -||mykpenejaaj.bid^$third-party +||mylbhsppnrskr.com^$third-party ||mylevfpqmlt.com^$third-party ||mylhebhwgim.com^$third-party -||mylslrkbn.com^$third-party ||myogwiwjlfrngo.com^$third-party +||mypydwibqja.com^$third-party +||myqdpxaofyzkwf.com^$third-party ||myqnpgfgjo.com^$third-party ||myqvhpjyd.com^$third-party ||myqzicfxbkpk.com^$third-party +||myuffcmf.com^$third-party ||myzsyljf.com^$third-party ||mzaugggxs.com^$third-party -||mzbetmhucxih.com^$third-party ||mzgqqjpnbez.com^$third-party -||mzguykhxnuap.com^$third-party ||mzhcaexrrl.com^$third-party -||mzhyrgyo.bid^$third-party ||mzjotkigwu.com^$third-party -||mzkhhjueazkn.com^$third-party ||mzmnrczlsqtlya.com^$third-party ||mzmtpdcouoa.com^$third-party -||mznijqwjkqadk.com^$third-party ||mznzltgotp.com^$third-party -||mzqxeqrmgzxv.com^$third-party -||mzrhjbbikqm.com^$third-party +||mzvwhksbwnj.com^$third-party ||mzwaqcfbx.com^$third-party ||mzwmdaadjf.com^$third-party ||mzxexigxkb.com^$third-party ||mzzouiciajems.com^$third-party -||naaifqdqsnxtsp.com^$third-party ||naavxddd.com^$third-party ||nafgiaui.com^$third-party ||nahixtmnmpcz.com^$third-party ||nahpewniig.com^$third-party -||nahvyfyfpffm.com^$third-party +||naiwvizpzflx.com^$third-party ||najyzdlmqq.com^$third-party -||namjixxurjam.com^$third-party +||nalrxmmcs.com^$third-party ||naohofhbprtx.com^$third-party ||napickmw.com^$third-party -||nasfrzhbqvgq.bid^$third-party -||naucmjbzmymdzr.bid^$third-party -||nawdwtocxqru.com^$third-party -||naznwrruruvf.com^$third-party -||nbbljlzbbpck.com^$third-party -||nbbvpxfxnamb.com^$third-party -||nbclkgok.bid^$third-party -||nbdvbpzgwkfgq.com^$third-party -||nbfvybpkasjs.com^$third-party -||nbhbqvfcsds.com^$third-party +||naxrjxij.com^$third-party +||nbbqgaeqnxun.com^$third-party +||nbeejafjpbm.com^$third-party ||nbhubocsduzn.com^$third-party +||nbijjhqnzcwr.com^$third-party ||nbkcuewy.com^$third-party ||nbkwnsonadrb.com^$third-party -||nbmffortfyyg.com^$third-party ||nbnhhwnjbkdmfi.com^$third-party -||nbnsioedq.com^$third-party -||nbovwgndk.bid^$third-party -||nbqbuqezie.bid^$third-party -||nbrmungojjggt.bid^$third-party -||nbrokpopimjbw.com^$third-party -||nbrwtboukesx.com^$third-party ||nbrwvrqyz.com^$third-party -||nbsmsblzow.com^$third-party +||nbuzrpmvgwsmjg.com^$third-party ||nbvbblmksiahf.com^$third-party +||nbwcnctzneii.com^$third-party ||nbxfvfeanq.com^$third-party ||nbxpuziszhqz.com^$third-party ||nbylhvbswplcj.com^$third-party -||nbzionsmbgrt.com^$third-party ||ncafclpip.com^$third-party -||ncbklawyb.bid^$third-party -||ncdxfwxijazn.com^$third-party -||nceuiwtnpyuqtn.bid^$third-party ||nchxiaxafowid.com^$third-party ||nchxvxvy.com^$third-party ||ncitwacpa.com^$third-party -||ncjjybttngffe.com^$third-party ||nclfwbnmcrci.com^$third-party ||ncmcbufifgcu.com^$third-party ||ncoibhdzttozh.com^$third-party -||ncouqiwjjaot.com^$third-party -||ncqlobobtqc.com^$third-party -||ncruzwye.com^$third-party -||ncsirrabtlant.bid^$third-party -||ncspvnslmmbv.com^$third-party ||ncsyyeabk.com^$third-party ||ncvperjurh.com^$third-party -||ncwjhywskph.com^$third-party ||ncyemedcazdnol.com^$third-party ||nczlhwsguwc.com^$third-party ||ndddttxkqyh.com^$third-party -||ndemlviibdyc.com^$third-party ||ndfegyhf.com^$third-party -||ndgmwuxzxppa.com^$third-party ||ndilzwjgblea.com^$third-party -||ndkvzncsuxgx.com^$third-party -||ndndptjtonhh.com^$third-party -||ndpegjgxzbbv.com^$third-party +||ndkaxtyhxy.com^$third-party +||ndndasyo.com^$third-party ||ndprxvzgy.com^$third-party -||ndpxcdodtjhfv.bid^$third-party -||ndqvlall.com^$third-party -||ndqwtlseuqjbc.com^$third-party -||ndtlcaudedxz.com^$third-party -||ndxidnvvyvwx.com^$third-party ||ndxtyryloc.com^$third-party -||neaozrrjd.com^$third-party -||neddwrmmced.bid^$third-party -||nedmppiilnld.com^$third-party ||neecnuaa.com^$third-party -||neentjsdrgsf.com^$third-party -||neevjrhxk.com^$third-party ||nefczemmdcqi.com^$third-party -||nefxtwxk.com^$third-party -||negdrvgo.com^$third-party -||nehmhyktj.bid^$third-party -||neieiqiqfepwb.com^$third-party ||nelfmgxcysd.bid^$third-party -||nelgpwiezcwynt.bid^$third-party -||nemzdfjnyqy.bid^$third-party -||neopqlhmnow.bid^$third-party +||nepyhecawr.com^$third-party ||neschaypaxkk.com^$third-party -||newnyqfgkkjht.com^$third-party ||neyenbozrfuocz.com^$third-party ||nezbumpwtdexd.com^$third-party -||nfaqnqsfhih.bid^$third-party ||nfbjwvmndabthb.com^$third-party ||nfbpcvzj.com^$third-party ||nfbpdwso.com^$third-party -||nfdntqlqrgwc.com^$third-party -||nfefwoasiq.bid^$third-party ||nfijzdjtpglk.com^$third-party ||nfkxplkiid.com^$third-party ||nfngrcjaejui.com^$third-party -||nfniziqm.com^$third-party -||nfnssadfhxov.com^$third-party ||nfnxvdds.com^$third-party -||nfqxehrpahqhjf.com^$third-party -||nfqxhapbtenjq.bid^$third-party ||nfrlqwjwwzri.com^$third-party -||nfsqrijauncb.com^$third-party -||nftmatxswtow.bid^$third-party -||nfuqjjlfqjixo.bid^$third-party -||nfxusyviqsnh.com^$third-party +||nfwljgjva.com^$third-party ||nfxzakrvymtuhs.com^$third-party -||nfzaustkhtkd.com^$third-party ||ngfsciiu.com^$third-party -||ngkqlfcm.com^$third-party ||nglrbsnu.com^$third-party -||ngmckvucrjbnyybvgesxozxcwpgnaljhpedttelavqmpgvfsxg.com^$third-party ||ngmhnamtzgzabg.com^$third-party ||ngmpuognxgs.com^$third-party -||ngnofhussaao.com^$third-party -||ngptxgpbdnutvi.com^$third-party ||nguooqblyjrz.com^$third-party -||ngxyswkgi.com^$third-party ||ngyfmghgd.com^$third-party ||ngymzbpjnqra.com^$third-party ||nharaeklya.com^$third-party -||nhbklvpswckx.com^$third-party -||nheanvabodkw.com^$third-party ||nhkhxvnhfdkn.com^$third-party ||nhndzbmnkps.com^$third-party ||nhqmomir.com^$third-party -||niaqaltky.com^$third-party +||nhqxzqvkj.com^$third-party +||nhtkbvafhre.com^$third-party +||niazlhvok.com^$third-party ||nicmtzkucd.com^$third-party -||nicucircvp.bid^$third-party -||nidjppokmlcx.com^$third-party ||nidksyrrrtckzj.com^$third-party -||nifyalnngdhb.com^$third-party ||nigypfppbo.com^$third-party -||nijksigqjzalcf.com^$third-party ||nikxhdrys.com^$third-party ||nimjdyknjzcp.com^$third-party ||ninxcwcwgvr.com^$third-party ||nirqmbrzplvtjr.com^$third-party -||niviemwsmiaq.com^$third-party +||nirzzfseiwkq.com^$third-party ||nivsrtqdurhjz.com^$third-party ||niwztgetlytxv.com^$third-party -||niydbkjpz.bid^$third-party ||njawafwpmv.com^$third-party -||njcdmsgjbbbz.com^$third-party -||njcmfnnzwwuj.com^$third-party ||njeozjhyjb.com^$third-party ||njgogjkwlzroh.com^$third-party -||njjdnqhehvlzjd.bid^$third-party -||njjybqyiuotl.com^$third-party ||njkgqdxavz.com^$third-party -||njlltkkaavws.com^$third-party ||njmeadll.com^$third-party ||njmztqqtigys.com^$third-party -||njrpynolojcel.com^$third-party -||njswarysemyf.bid^$third-party -||njvpulnxjzhhf.bid^$third-party ||njxjjvyim.com^$third-party ||njxtoflrhhyy.com^$third-party -||nkbvvlhdnagkd.bid^$third-party -||nkclrxanzeossa.com^$third-party -||nkcyhqvzmzlnh.bid^$third-party -||nkfqetvgeytp.bid^$third-party ||nkfqzyqmkp.com^$third-party -||nkgvtmwdb.com^$third-party -||nkhxzhnwr.bid^$third-party -||nkjmaymezfhlf.bid^$third-party -||nkjqgapglbbkux.bid^$third-party -||nkjssnadxejm.com^$third-party -||nkkreqvurtoh.com^$third-party -||nkktfeoicbx.bid^$third-party -||nkkxgqdgnpunnr.bid^$third-party -||nklivofyjkbt.com^$third-party -||nklofbjtpfpp.bid^$third-party -||nksfmnvmngxzr.bid^$third-party -||nkxdyorwbt.com^$third-party +||nklwltrpzhy.com^$third-party +||nknxugrndmf.com^$third-party ||nkyafqufx.com^$third-party -||nkyngrtleloc.com^$third-party ||nlbnegea.com^$third-party -||nlcfowfz.com^$third-party ||nlcriuncacyys.com^$third-party -||nlduyricoemfc.bid^$third-party -||nlfqbfwbfovt.com^$third-party -||nlhayvlqar.bid^$third-party -||nlhhrkamvs.bid^$third-party ||nljpyhzkat.com^$third-party ||nllbirpx.com^$third-party -||nlljrfvbnisi.com^$third-party -||nlmzvpvvhsau.bid^$third-party ||nlnhfsmo.com^$third-party -||nlpsxhgmdywaoq.com^$third-party ||nlqfhpikbrtk.com^$third-party -||nlrhavhbkxlsl.bid^$third-party ||nlteopgkeb.com^$third-party ||nltzieywjkfb.com^$third-party ||nlujbqmtgv.com^$third-party ||nlyqwlyykvjl.com^$third-party -||nmaafswoiecv.com^$third-party -||nmayxdwzhaus.com^$third-party ||nmdvagwi.com^$third-party -||nmesbjkqkkoy.bid^$third-party -||nmfzjbyub.com^$third-party -||nmhhnyqmxgku.com^$third-party +||nmldqncelrpht.com^$third-party ||nmlvcxad.com^$third-party ||nmnzukxervpdnx.com^$third-party ||nmouzlbragpyp.com^$third-party -||nmpmgmldzvrmra.com^$third-party ||nmqgjoytd.com^$third-party ||nmrcieuvb.com^$third-party ||nmrlcnuok.com^$third-party -||nmtikqygo.com^$third-party -||nmuwmfgdwpwb.com^$third-party ||nmvqhlengcrur.com^$third-party ||nmwzrcdzbrjj.com^$third-party -||nmxpownvqtc.bid^$third-party ||nmywwgnnkmud.com^$third-party -||nmzouxbmqghpb.bid^$third-party -||nnakekwkkh.bid^$third-party -||nnbestmblotl.com^$third-party -||nnbmyxnbyduea.bid^$third-party ||nndgxdunwvte.com^$third-party +||nnfgfuhecdfls.com^$third-party ||nngfrvcf.com^$third-party -||nngqyjabfvq.bid^$third-party -||nnhuvmftitju.com^$third-party -||nnigsvoorscmgnyobwuhrgnbcgtiicyflrtpwxsekldubasizg.com^$third-party -||nniiptyximoeus.bid^$third-party ||nnijfmocgvclcg.com^$third-party -||nnioduwnrwpq.bid^$third-party -||nnjiluslnwli.com^$third-party -||nnjumxsvpjbnb.bid^$third-party ||nnmgvixuhbqju.com^$third-party +||nnmmdhpi.com^$third-party ||nnoxqfmbdv.com^$third-party ||nnpiggtivf.com^$third-party -||nnrcjzith.bid^$third-party -||nnrdntrrjf.bid^$third-party ||nnroeulsnslk.com^$third-party ||nntvphjayapz.com^$third-party ||nnulezwhvbrzwu.com^$third-party ||nnvjigagpwsh.com^$third-party ||nnvqabkpa.com^$third-party -||nnzkabsgmfjn.bid^$third-party -||nnztrsuu.com^$third-party -||nobosrekns.bid^$third-party ||nobpgppgbucy.com^$third-party -||nocwsbtdiiufa.bid^$third-party -||nodvmmtniokbz.bid^$third-party ||nofhtrsaz.com^$third-party -||nofoxnalt.com^$third-party -||nogxucpaktrya.com^$third-party -||nohsshsxpv.club^$third-party ||noiaifyednjt.com^$third-party ||nojbconvtg.com^$third-party -||nokswnfvghee.com^$third-party ||nolpjfsu.com^$third-party -||nolzqbzxiq.com^$third-party -||nomlxyhfgeny.com^$third-party -||nomzkqffqsz.com^$third-party -||nonceynp.com^$third-party -||noolablkcuyu.com^$third-party -||noonshdnkt.bid^$third-party -||normygvd.bid^$third-party ||nosdbwnd.com^$third-party -||notqlzafzch.bid^$third-party -||nouusaniebhhfv.bid^$third-party -||nouvurtqlz.bid^$third-party ||novhyaxaioxaon.com^$third-party ||nowymmrxj.com^$third-party ||noxredxaijqdb.com^$third-party -||npaclqyoqrwh.bid^$third-party ||npauffnlpgzw.com^$third-party -||npeanaixbjptsemxrcivetuusaagofdeahtrxofqpxoshduhri.com^$third-party -||npgdqwtrprfq.com^$third-party -||npikrbynhuzi.com^$third-party -||nplrzxvyrhiq.com^$third-party -||npoxaukym.com^$third-party -||nprcpjufz.bid^$third-party ||npslxuwkrfwvou.com^$third-party ||npugiddevgmtft.com^$third-party ||npujhntk.com^$third-party -||npuwpglke.bid^$third-party -||npzlzsxkq.bid^$third-party -||nqbhezlm.com^$third-party ||nqcqwnvazq.com^$third-party ||nqiabjxpcsea.com^$third-party -||nqkttgrapot.bid^$third-party -||nqlkwyyzzgtn.com^$third-party ||nqlrewsfmywgbx.com^$third-party ||nqmwfddfwogbhw.com^$third-party +||nqnggjvdzsy.com^$third-party ||nqtnwvwigvo.com^$third-party ||nqtqrnfzvp.com^$third-party -||nqtxbweqb.com^$third-party ||nqtyrwyklcmh.com^$third-party -||nqugsnsoghz.bid^$third-party ||nqwkzvqwa.com^$third-party ||nqxdnmsp.com^$third-party -||nqxhehxadtswz.bid^$third-party ||nqzmtrwend.com^$third-party ||nqzmumesrbiy.com^$third-party +||nrbgvvpll.com^$third-party ||nrcrbfqa.com^$third-party ||nrdaixdlt.com^$third-party -||nrectoqhwdhi.com^$third-party -||nrepcbiqaasqih.bid^$third-party -||nrfltkshqgzowk.bid^$third-party ||nrgbjgui.com^$third-party -||nrgpugas.com^$third-party -||nrgqdsjqu.com^$third-party -||nrifyiemem.bid^$third-party +||nrkpsucnwuexfl.com^$third-party ||nrllvmtosawfm.com^$third-party -||nrmcznhlqnx.com^$third-party -||nrszmiiwfifwlq.bid^$third-party -||nrtapaiums.com^$third-party +||nrtorbqr.com^$third-party ||nrubehhd.com^$third-party -||nrwofsfancse.bid^$third-party -||nryvxfosuiju.com^$third-party +||nrupgnyboerssu.com^$third-party ||nrzhlsvqxbgpbn.com^$third-party -||nrzkcztiaum.bid^$third-party -||nsazelqlavtc.com^$third-party ||nsboaqyssquk.com^$third-party -||nsbugtfudztsgq.bid^$third-party ||nscjgmhyeov.com^$third-party -||nscjodfvzemwpc.bid^$third-party ||nscyklfbiymns.com^$third-party -||nselnhbwlm.com^$third-party -||nsfocddqbiilg.bid^$third-party -||nsgwpapi.bid^$third-party +||nsmwtzwq.com^$third-party ||nsnfokcikwf.com^$third-party ||nsomfammrmhbc.com^$third-party ||nsovwzmhl.com^$third-party -||nsqdwwwoxs.com^$third-party -||nsqitedrzv.bid^$third-party ||nstjenxcpvm.com^$third-party ||nstlnjtrufu.com^$third-party ||nswnseld.com^$third-party ||nsxawdatuetbq.com^$third-party ||ntbftkhrsrh.com^$third-party +||ntbtvdbomevgzs.com^$third-party ||ntdbjlngermplx.com^$third-party -||ntduattgboduk.com^$third-party -||ntejdhcom.bid^$third-party -||nterfvetypi.bid^$third-party -||ntetguxoeuvevp.com^$third-party -||ntewqfsjum.bid^$third-party -||ntfhglciig.bid^$third-party ||ntgqcnferh.com^$third-party ||ntgygnke.com^$third-party -||nthssedj.bid^$third-party +||nthsvpcd.com^$third-party ||nticqzrucdg.com^$third-party ||ntjcrsfvszoen.com^$third-party ||ntkuokicthbxc.com^$third-party ||ntlhrttump.com^$third-party -||ntndubuzxyfz.com^$third-party -||ntnjaxoov.com^$third-party -||ntnlawgchgds.com^$third-party ||ntnmliatmtk.com^$third-party ||ntoyqqrwrmzr.com^$third-party ||ntpawkfea.com^$third-party ||ntpmhryl.com^$third-party +||ntryonoxojiyya.com^$third-party ||ntwhbuqmel.com^$third-party ||nuaycqtaluwha.com^$third-party -||nuayfpthqlkq.com^$third-party -||nubarwcziykx.bid^$third-party -||nubtjnopbjup.com^$third-party +||nucgjbkrixsyh.com^$third-party ||nucndowcvrugy.com^$third-party -||nucpzlpmp.bid^$third-party -||nucqkjkvppgs.com^$third-party ||nudooapfildwbz.com^$third-party -||nuhcibapynaj.bid^$third-party ||nuhwyavc.com^$third-party -||nuihcvbixjea.com^$third-party -||nuilpwatzeuvzp.com^$third-party ||numcxvlfguc.com^$third-party -||nunmnrbjrbsac.com^$third-party -||nunsbvlzuhyi.com^$third-party -||nuogahntmkid.com^$third-party ||nuowoczmvits.com^$third-party ||nupgypwxcv.com^$third-party -||nuscutsdqqcc.com^$third-party -||nushflxucofk.com^$third-party ||nusptbgwdcc.com^$third-party ||nutlekuainya.com^$third-party ||nuxdkxknj.com^$third-party ||nuxsmhexm.com^$third-party -||nvajxoahenwe.com^$third-party -||nvcwvcmwdjgjyu.bid^$third-party +||nvcwpexqk.com^$third-party +||nvdljujp.com^$third-party ||nvgcmeqfn.com^$third-party ||nvhzkdltdxfoax.com^$third-party ||nvikgaormj.com^$third-party ||nvjjquyylqicp.com^$third-party -||nvkkjenz.com^$third-party ||nvloygrnfe.com^$third-party -||nvmjtxnlcdqo.com^$third-party ||nvnbwkkryjqsvh.com^$third-party -||nvnvyikitffcdr.com^$third-party ||nvoepbzqtn.com^$third-party ||nvqsjdvgqnyk.com^$third-party +||nvtbspcwhb.com^$third-party ||nvvdtfqboy.bid^$third-party -||nvwpybcjpzohoz.bid^$third-party ||nvxzjmowusg.com^$third-party ||nvztwdkbldp.com^$third-party ||nwazehtl.com^$third-party -||nwcvzkicuo.bid^$third-party -||nwdufyamroaf.com^$third-party -||nwfdrxktftep.com^$third-party -||nwhitgovb.bid^$third-party -||nwirvhxxcsft.com^$third-party ||nwjabizlgseab.com^$third-party -||nwkwefhpjohlor.bid^$third-party ||nwntsnjtowku.com^$third-party -||nwooatwtmhfdh.bid^$third-party ||nwqcvbyznx.com^$third-party ||nwqgyaxazz.com^$third-party ||nwrgqhjtullyjs.com^$third-party -||nwrkyuftlnbzuh.bid^$third-party ||nwsderzo.com^$third-party -||nwwfnpxxdxjjj.bid^$third-party ||nwwiirgkuqtxwa.com^$third-party ||nwwuhiukrq.com^$third-party ||nwxtppuoeycp.com^$third-party ||nwxwaxhfg.com^$third-party -||nwyjcvbazvltas.bid^$third-party -||nwzawdquu.bid^$third-party -||nwzexkxx.com^$third-party ||nxcxithvcoeh.com^$third-party ||nxewruvxprbd.com^$third-party ||nxjlnchylgsw.com^$third-party -||nxnbbqdh.bid^$third-party ||nxnjpslufglmvp.com^$third-party ||nxtipyczkivm.com^$third-party -||nyaisjsghvj.bid^$third-party -||nybpurpgexoe.com^$third-party +||nxtuaeko.com^$third-party ||nybsqmqbycmtid.com^$third-party -||nycgwaknv.com^$third-party ||nychunlnlca.com^$third-party ||nycnjewyxex.com^$third-party -||nyfsjqxopdzvvm.bid^$third-party +||nyhpwuns.com^$third-party ||nyibqkuhqdz.com^$third-party ||nyltsyud.com^$third-party ||nypmjsgpmhd.com^$third-party -||nyqogyaflmln.com^$third-party -||nyrszeos.bid^$third-party ||nyskocbhfz.com^$third-party ||nytqlenw.com^$third-party ||nyvbugkm.com^$third-party -||nyvdouydkxmaws.bid^$third-party ||nyvqazwtcwk.com^$third-party ||nywpxugigwfzb.com^$third-party ||nywuthdzdacoq.com^$third-party -||nyzncfurdrdxfi.com^$third-party -||nyzobnpbcwjwfs.com^$third-party ||nzbbsxujqlhjn.com^$third-party -||nzbtvquutdr.com^$third-party ||nzcjjhkd.com^$third-party -||nzcpdaboaayv.com^$third-party ||nzhuswwhd.com^$third-party ||nzkjbazl.com^$third-party +||nzkumtaiw.com^$third-party ||nzkxmphfbqrfzs.com^$third-party ||nzlydrgumirn.com^$third-party -||nzssjqjv.bid^$third-party -||nzvbcznobb.com^$third-party -||nzwwrvywcfqmsq.com^$third-party -||nzxmgfawlxhm.bid^$third-party -||nzxriltfmrpl.com^$third-party -||nzyymvidnbvz.bid^$third-party +||nzpjatzkwdzb.com^$third-party ||oaadkiypttok.com^$third-party ||oabcufwk.com^$third-party ||oabmmdjlmfk.bid^$third-party +||oageeedhvyyojj.com^$third-party ||oaibzaqh.com^$third-party +||oaitcmlscwe.com^$third-party +||oakrkptc.com^$third-party ||oalicqudnfhf.com^$third-party ||oamhzvwle.com^$third-party ||oamrraft.com^$third-party @@ -44669,6 +42003,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oartozvwzv.com^$third-party ||oatvyenmekc.com^$third-party ||oawleebf.com^$third-party +||oaxpcohp.com^$third-party ||oaxwtgfhsxod.com^$third-party ||oazbtactg.com^$third-party ||oazojnwqtsaj.com^$third-party @@ -44708,6 +42043,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ocnvgwuppfstkj.com^$third-party ||ocofiyymgfyxx.bid^$third-party ||ocphuciylacb.com^$third-party +||ocphuulbithyyd.com^$third-party ||ocrwyhamhfpfc.com^$third-party ||ocssqhhlku.bid^$third-party ||ocydwjnqasrn.com^$third-party @@ -44716,6 +42052,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oczqdwqnvhzz.bid^$third-party ||oczvtbskwbmj.com^$third-party ||odanetrlgvunth.com^$third-party +||odcnpmjgsxrqpr.com^$third-party ||oddkqxakmuky.bid^$third-party ||odezwmru.com^$third-party ||odkawksnmbg.bid^$third-party @@ -44730,12 +42067,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||odsljzffiixm.com^$third-party ||odtcspsrhbko.com^$third-party ||odukhsymyua.com^$third-party +||odwofgksbcyoh.com^$third-party ||odwsequjcyk.com^$third-party ||odwymewlu.com^$third-party ||odyoudvaar.bid^$third-party ||oebdarcqsqcdk.com^$third-party ||oecxrvamnvc.com^$third-party ||oeevatisopdl.com^$third-party +||oefyjdykepx.com^$third-party +||oegzbchydxbjkz.com^$third-party ||oehivgounhm.com^$third-party ||oehjxqhiasrk.com^$third-party ||oeidusggzj.com^$third-party @@ -44744,12 +42084,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oertmxfsryji.com^$third-party ||oetwplgu.com^$third-party ||oevltdvzl.com^$third-party +||oevqxivhquovq.com^$third-party ||oevujdgj.com^$third-party ||oewscpwrvoca.com^$third-party ||oexbdfnbentzd.com^$third-party ||oexupdqy.bid^$third-party ||oezgivtasc.com^$third-party ||ofajzowbwzzi.com^$third-party +||ofbapmmo.com^$third-party ||ofbqjpaamioq.com^$third-party ||ofdfinqurwpi.com^$third-party ||ofdybheqahjamq.bid^$third-party @@ -44761,6 +42103,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ofirjzamaye.com^$third-party ||ofjampfenbwv.com^$third-party ||ofjpzeoygigtlq.com^$third-party +||ofkrfhjded.com^$third-party ||ofmeapowymywx.bid^$third-party ||ofmuojegzbxo.com^$third-party ||ofnpjpvxtjfx.com^$third-party @@ -44775,6 +42118,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ofwznbbxso.com^$third-party ||ofzoxqcldl.com^$third-party ||ogbamfpcfac.bid^$third-party +||ogdzyxly.com^$third-party ||ogegqayudrypc.bid^$third-party ||ogisrmbhajhyam.com^$third-party ||ogjascdgq.com^$third-party @@ -44807,6 +42151,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ohrdpvkzhzbg.com^$third-party ||ohrkrzvndwitaa.com^$third-party ||ohscoczrnhzd.com^$third-party +||ohstbumzdyz.com^$third-party ||ohszjtbehoo.com^$third-party ||ohwlwlus.com^$third-party ||ohzczsyjadw.com^$third-party @@ -44870,6 +42215,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||okvfijgdmqton.bid^$third-party ||okvidihqc.com^$third-party ||okvmsjyrremu.com^$third-party +||okvtmvrmha.com^$third-party ||okwgjbqwiibku.bid^$third-party ||okwljypglchl.com^$third-party ||okxwmzsls.bid^$third-party @@ -44879,6 +42225,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||olctpejrnnfh.com^$third-party ||olejgcdzgb.bid^$third-party ||olgjzpgp.com^$third-party +||olhupniause.com^$third-party ||oljpsldr.bid^$third-party ||olkxzkbonvau.bid^$third-party ||olkzcdihiewe.com^$third-party @@ -44891,6 +42238,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||olvqbwxucv.com^$third-party ||olwopczjfkng.com^$third-party ||olxeziuke.com^$third-party +||olzwogofebrfh.com^$third-party ||omakfhugexq.com^$third-party ||omcozngvtyox.com^$third-party ||ompzowzfwwfc.com^$third-party @@ -44900,11 +42248,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||omwclrjuqilt.bid^$third-party ||omwcywwzun.com^$third-party ||omzieezywqnyxl.com^$third-party +||omzwbcsev.com^$third-party ||onfericaq.com^$third-party ||ongkidcasarv.com^$third-party ||onhxejzm.bid^$third-party ||onjqfyuxprnq.com^$third-party ||onkcjpgmshqx.com^$third-party +||onkftmmfiwxh.com^$third-party ||onmnkdzpmvxfab.bid^$third-party ||onndvfcettwt.com^$third-party ||onocjgpq.com^$third-party @@ -44921,6 +42271,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ooecgdeq.com^$third-party ||oofophdrkjoh.com^$third-party ||oofpjjtc.com^$third-party +||oojthlwtlu.com^$third-party ||ookdapjylpvq.com^$third-party ||ookiqhfioldxwj.com^$third-party ||oonenbygymsl.com^$third-party @@ -44939,6 +42290,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||opawiftgis.com^$third-party ||opbneuozwyuvpk.com^$third-party ||opcyvbwkbiaqyt.com^$third-party +||opdefmkoeuoumo.com^$third-party ||opdfugwvncf.bid^$third-party ||opdmxlsdzd.bid^$third-party ||opencdb84507.com^$third-party @@ -44955,6 +42307,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||opyisszzoyhc.com^$third-party ||opyyykrdyuum.com^$third-party ||oqaghvocticy.com^$third-party +||oqbxbautpu.com^$third-party ||oqfoiwjwysbffe.com^$third-party ||oqgztgtmcxfcic.com^$third-party ||oqhrlphoecl.com^$third-party @@ -44964,14 +42317,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oqvjuqnkncom.com^$third-party ||oqvzugnitr.com^$third-party ||oqxwefyi.bid^$third-party +||oqxyzvkwso.com^$third-party ||oqziwmemusftg.com^$third-party ||ordbtltlcmqv.com^$third-party ||orddiltnmmlu.com^$third-party +||orgttpvpglshap.com^$third-party ||orgvevacxlinrr.com^$third-party ||orgzjdgtjmvzi.bid^$third-party ||ormnduxoewtl.com^$third-party ||orsimqadmhpb.com^$third-party ||orszajhynaqr.com^$third-party +||orvzvaqig.com^$third-party ||orzsaxuicrmr.com^$third-party ||osanmeijvqh.com^$third-party ||osbblnlmwzcr.com^$third-party @@ -44987,17 +42343,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ossdqciz.com^$third-party ||ostyfayab.com^$third-party ||osunrrhwhf.com^$third-party +||osvryhznx.com^$third-party ||oszelwsbb.bid^$third-party ||otarrxci.bid^$third-party +||otcbuqxriuht.com^$third-party ||otcqlckpafizv.bid^$third-party +||otcxzgcu.com^$third-party ||otdgnmvw.com^$third-party ||otewxlcmkih.com^$third-party ||otfquqgqvsjof.com^$third-party ||otiqknmqyibci.com^$third-party ||otkpegjvpyi.com^$third-party +||otmyoesv.com^$third-party ||otoxkqlivsqr.com^$third-party ||otpckmnnfm.com^$third-party ||otpyldlrygga.com^$third-party +||otqhemtwoene.com^$third-party ||otqzpgagsstvth.com^$third-party ||otrfmbluvrde.com^$third-party ||otrjvabiv.bid^$third-party @@ -45007,6 +42368,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||otxjkjhugtzro.bid^$third-party ||otxqautshpb.bid^$third-party ||otyammyiovhru.com^$third-party +||otyguqrpv.com^$third-party ||ouahjrthgxyh.bid^$third-party ||ouannxwziw.bid^$third-party ||oubibahphzsz.com^$third-party @@ -45021,6 +42383,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oulxdvvpmfcd.com^$third-party ||ounaihekw.bid^$third-party ||ounyrilukncbj.com^$third-party +||ouqlhdajsaq.com^$third-party ||ouuktjcoh.com^$third-party ||ouvhowyqhacec.bid^$third-party ||ouvtjehb.bid^$third-party @@ -45031,6 +42394,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ovcksawwem.com^$third-party ||ovczxzkfkfbb.com^$third-party ||ovfbwavekglf.com^$third-party +||ovfuoico.com^$third-party ||ovgepsxx.com^$third-party ||ovgzbnjj.com^$third-party ||oviwtvswp.com^$third-party @@ -45040,6 +42404,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ovoczhahelca.com^$third-party ||ovqsyawrm.com^$third-party ||ovrdkhamiljt.com^$third-party +||ovscyvcucd.com^$third-party ||ovvddcpjqndfv.com^$third-party ||ovzmelkxgtgf.com^$third-party ||owajgovpu.com^$third-party @@ -45051,6 +42416,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||owejzckyioic.com^$third-party ||owihjchxgydd.com^$third-party ||owjoflavzaerby.com^$third-party +||owkbqoby.com^$third-party ||owlmjcogunzx.com^$third-party ||owmldgrzsc.bid^$third-party ||owodfrquhqui.com^$third-party @@ -45062,11 +42428,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||owqvhdxlscv.bid^$third-party ||owrqvyeyrzhy.com^$third-party ||owwewfaxvpch.com^$third-party +||owwjelpkhli.com^$third-party ||owykrhaic.com^$third-party ||oxanehlscsry.com^$third-party ||oxcpvsxgegd.com^$third-party ||oxfjlzyhxjihk.com^$third-party ||oxfpvhulqwv.com^$third-party +||oxipkvzcdzh.com^$third-party ||oxpvwliy.com^$third-party ||oxybyiyasgu.bid^$third-party ||oxzffweyw.com^$third-party @@ -45080,6 +42448,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oymlttqg.com^$third-party ||oyndqimgof.com^$third-party ||oynmftlgufr.com^$third-party +||oypgywhfcrk.com^$third-party ||oyrgxjuvsedi.com^$third-party ||oytrrdlrovcn.com^$third-party ||oywdlsbwkklw.com^$third-party @@ -45096,11 +42465,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||oznuyyxtqqj.bid^$third-party ||ozoltyqcnwmu.com^$third-party ||ozpigvtnn.bid^$third-party +||ozrdgjalmch.com^$third-party +||ozrmnwplx.com^$third-party ||ozsriqitazi.com^$third-party ||ozssctuyet.com^$third-party ||oztzipze.com^$third-party ||ozugzufdxniu.com^$third-party ||ozvncdlo.com^$third-party +||ozvxadosic.com^$third-party ||ozvzmgvssaou.com^$third-party ||ozwjhdler.com^$third-party ||ozwtmmcdglos.com^$third-party @@ -45119,6 +42491,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||patlgfvxkto.com^$third-party ||patuarioahzaen.bid^$third-party ||paupbxxmhh.com^$third-party +||pavfhwwddf.com^$third-party ||pawxrbexeylzn.com^$third-party ||paxshqxkamhkh.com^$third-party ||payrfnvfofeq.com^$third-party @@ -45165,6 +42538,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pdgxtdughbeks.com^$third-party ||pdidbylbwghsr.com^$third-party ||pdippmqmrkvn.com^$third-party +||pdmucolwl.com^$third-party ||pdnoucwb.com^$third-party ||pdoijgyoxcjob.com^$third-party ||pdrauqbvdgjut.bid^$third-party @@ -45196,6 +42570,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pewgnvqixnhvij.com^$third-party ||peypcjxllo.bid^$third-party ||peyttlwbznahi.com^$third-party +||pfcjhjogq.com^$third-party ||pfdctvdgjw.com^$third-party ||pfhgihce.bid^$third-party ||pfibgoaqdzbp.com^$third-party @@ -45203,12 +42578,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pfiuzxey.com^$third-party ||pfjwtzlfaivp.com^$third-party ||pfltlwftndq.com^$third-party +||pfmmqofcadze.com^$third-party ||pfmoriuywsl.com^$third-party ||pfoohjpdbxt.com^$third-party ||pfpkzjwi.com^$third-party ||pfvfwielz.com^$third-party ||pfvgazngauezhk.com^$third-party ||pfxcnvjoysztb.com^$third-party +||pfyalardueu.com^$third-party ||pgdhapctt.com^$third-party ||pgepkagfndl.com^$third-party ||pgfxwbgema.com^$third-party @@ -45225,6 +42602,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pgxciwvwcfof.com^$third-party ||pgymbgnabv.bid^$third-party ||phdtryxlepjayf.com^$third-party +||pheizpjpowvw.com^$third-party ||phfknysgvwhnr.bid^$third-party ||phhigelii.com^$third-party ||phiambczsg.com^$third-party @@ -45235,6 +42613,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||phragnmpo.com^$third-party ||phskaieua.com^$third-party ||phtfydtpxkdhmo.com^$third-party +||phvmjnkysnj.com^$third-party ||phxwwaznm.club^$third-party ||phxwwaznm.clupsvdblzcgnjj.com^$third-party ||phyhggbk.com^$third-party @@ -45250,6 +42629,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pimygjumeyrtxe.com^$third-party ||pingqwlxklbiev.com^$third-party ||pinlrzucbjt.com^$third-party +||piozhntfxag.com^$third-party ||pipiryiqu.com^$third-party ||piqvuvqc.com^$third-party ||pismvlkq.com^$third-party @@ -45261,12 +42641,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||piyzmkcxa.bid^$third-party ||pjbifjjtir.com^$third-party ||pjbwsczypwze.com^$third-party +||pjchkuksy.com^$third-party ||pjeledftjxfnd.com^$third-party ||pjffrqroudcp.com^$third-party ||pjfgugfnw.bid^$third-party ||pjhwhxmzefjgn.com^$third-party ||pjkbojrcraj.com^$third-party ||pjlcpzevt.bid^$third-party +||pjnjskdvmbnup.com^$third-party ||pjnkstpiz.com^$third-party ||pjnrwznmzguc.com^$third-party ||pjnudrgy.com^$third-party @@ -45299,11 +42681,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pkucwwgcnuxzo.bid^$third-party ||pkvhprfhbtft.com^$third-party ||pkxquvydrgin.com^$third-party +||pkytbidauolavq.com^$third-party ||pkzfmxjlkcxkub.com^$third-party ||plbfuyckzn.com^$third-party ||plcsedkinoul.com^$third-party +||pldsafpulgnw.com^$third-party ||plgalhmhkhzy.com^$third-party ||plgdhrvzsvxp.com^$third-party +||plgrrkpxnjrvac.com^$third-party +||plhielbsmvlm.com^$third-party ||plhvzqkkirw.com^$third-party ||pllblrapagrvn.com^$third-party ||pllregftgbgmdi.com^$third-party @@ -45341,6 +42727,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pndiblukiqdix.bid^$third-party ||pnfdunvcgl.bid^$third-party ||pnfpithmmrxc.com^$third-party +||pnhnzihmrjybgt.com^$third-party ||pnjeolgxsimj.com^$third-party ||pnkdlqeibm.com^$third-party ||pnkrtgea.com^$third-party @@ -45369,6 +42756,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||postrsyk.com^$third-party ||potmbbqbaqxwp.com^$third-party ||povqrvsoljy.com^$third-party +||powisgadhot.com^$third-party ||poxcldtepiulo.com^$third-party ||poxwphidbuedh.com^$third-party ||poyecjzk.com^$third-party @@ -45403,10 +42791,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pqjdiwqmiem.bid^$third-party ||pqkorfrurnn.com^$third-party ||pqlueojjnccebi.com^$third-party +||pqlveeoq.com^$third-party +||pqmfbegdsuwqiz.com^$third-party ||pqncneoumiibc.bid^$third-party ||pqowedazx.bid^$third-party ||pqoznetbeeza.com^$third-party ||pqpcgykgtyrfdh.bid^$third-party +||pqpuraoxacaxw.com^$third-party ||pqrzmcyfgbnn.bid^$third-party ||pqsfmcuzmoh.com^$third-party ||pquuiokltzjpeg.com^$third-party @@ -45437,6 +42828,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||prulogzjtyksnh.com^$third-party ||prunwxph.bid^$third-party ||prwlzpyschwi.com^$third-party +||prxbxljcxnsso.com^$third-party ||pryovpwyimwh.com^$third-party ||ps7894.com^$third-party ||psbadfsth.bid^$third-party @@ -45444,6 +42836,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||psdnlprwclz.com^$third-party ||psehuhxpqip.bid^$third-party ||pserhnmbbwexmbjderezswultfqlamugbqzsmyxwumgqwxuerl.com^$third-party +||psfmlcgzdtwfwf.com^$third-party ||psgdjmtpvey.com^$third-party ||pshcqtizgdlm.com^$third-party ||psijdbcwwnqqw.com^$third-party @@ -45462,6 +42855,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ptarywzhyzri.com^$third-party ||ptblqwjz.com^$third-party ||ptgiweiu.com^$third-party +||pthrsanmcct.com^$third-party ||ptiniretm.com^$third-party ||ptiqsfrnkmmtvtpucwzsaqonmvaprjafeerwlyhabobuvuazun.com^$third-party ||ptkgzsqf.com^$third-party @@ -45469,6 +42863,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ptlbzqzveii.com^$third-party ||ptnaubegfbbtwe.com^$third-party ||ptoflpqqqkdk.com^$third-party +||ptpefoctzmmvd.com^$third-party ||ptqaqsagtb.bid^$third-party ||ptqwvynkyhcwo.bid^$third-party ||ptrahwwg.com^$third-party @@ -45495,6 +42890,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||punfbtrcvfdxl.com^$third-party ||punlkhusprgw.com^$third-party ||punvqjsvnmubxb.com^$third-party +||punxdxucmi.com^$third-party ||puogotzrsvtg.com^$third-party ||pupwgnmakgpnrl.com^$third-party ||pusbamejpkxq.com^$third-party @@ -45507,8 +42903,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pvoplkodbxra.com^$third-party ||pvpqgjkgvszq.com^$third-party ||pvptwhhkfmog.com^$third-party +||pvrnqpgvbucif.com^$third-party ||pvrybwoqcprogc.bid^$third-party ||pvtcntdlcdsb.com^$third-party +||pvuakayuw.com^$third-party ||pvumxwnriy.com^$third-party ||pvuqahjiburadw.com^$third-party ||pvxfvqlkclc.com^$third-party @@ -45521,6 +42919,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pwjrvoznpsse.bid^$third-party ||pwkzakhq.com^$third-party ||pwlqrkgkk.com^$third-party +||pwoiseuoyxpxz.com^$third-party +||pwondjwwgqahw.com^$third-party ||pwrjjvjtvmr.com^$third-party ||pwsdbnngexc.bid^$third-party ||pwynoympqwgg.com^$third-party @@ -45533,6 +42933,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pxgfdcfcrucazj.com^$third-party ||pxgfvpwkukl.com^$third-party ||pxgkuwybzuqz.com^$third-party +||pxhogrilyeov.com^$third-party ||pxhtltatsxarl.com^$third-party ||pxiqcfkbxof.com^$third-party ||pxjmdtryd.com^$third-party @@ -45545,8 +42946,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pxpndcfntwb.com^$third-party ||pxthyfgzm.com^$third-party ||pxvnhcdzuozqn.com^$third-party +||pxxxyhum.com^$third-party ||pxyltyzjnm.com^$third-party ||pxzacgmr.com^$third-party +||pycmdgig.com^$third-party ||pycvhwxtqhknb.com^$third-party ||pydpcqjenhjx.com^$third-party ||pyfmxzhrnivq.com^$third-party @@ -45555,6 +42958,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pykexoeeibq.com^$third-party ||pyllxjfkjhpjbq.com^$third-party ||pypkrvtepsha.com^$third-party +||pyqsbuaeqiku.com^$third-party ||pyqwtxicjodcij.com^$third-party ||pyscgael.bid^$third-party ||pyubjvvdsrja.com^$third-party @@ -45575,10 +42979,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pzszpntjlz.com^$third-party ||pztcyvdibslx.com^$third-party ||pzujqxug.com^$third-party +||pzwsredntjhcwy.com^$third-party ||pzzmqjrp.com^$third-party ||qaazzemfo.com^$third-party ||qabmhhrfi.bid^$third-party ||qadtkdlqlemf.com^$third-party +||qaggfomwjko.com^$third-party +||qagkaxrj.com^$third-party ||qagnufdwht.com^$third-party ||qahajvkyfjpg.com^$third-party ||qaiqromd.com^$third-party @@ -45590,13 +42997,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qanzlmrnxxne.com^$third-party ||qapriesencloq.bid^$third-party ||qarqyhfwient.com^$third-party +||qatcmlbgiaqde.com^$third-party ||qatuwjyyc.com^$third-party ||qavqnwwlxh.bid^$third-party ||qawaqcurthru.com^$third-party +||qaxgycvxm.com^$third-party ||qaxtgbdxjpibc.com^$third-party ||qazzzxwynmot.com^$third-party ||qbahsvxo.com^$third-party ||qbalehgc.com^$third-party +||qbbnixdd.com^$third-party ||qbddhjrwe.com^$third-party ||qbdgnjwaknl.bid^$third-party ||qbeoyasaiz.com^$third-party @@ -45640,6 +43050,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qcyqimny.com^$third-party ||qczvjjdbaj.com^$third-party ||qdajmhpwzdmaji.com^$third-party +||qdanzopuyrbf.com^$third-party ||qdcoqejn.com^$third-party ||qddgbaux.com^$third-party ||qddviluvoq.com^$third-party @@ -45710,16 +43121,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qgdqujzzs.com^$third-party ||qgeglsnoxk.com^$third-party ||qgevavwyafjf.com^$third-party +||qggcjrrjvlif.com^$third-party ||qgggccolqyi.bid^$third-party ||qghirkrh.bid^$third-party ||qghsnamd.bid^$third-party ||qgiumuzmxj.com^$third-party ||qgjllgijf.bid^$third-party +||qgkmjpgwg.com^$third-party ||qgmrchjuqro.bid^$third-party ||qgnakeddgtdw.com^$third-party ||qgnneaeagxaypp.com^$third-party ||qgpmtdrm.com^$third-party ||qgraprebabxo.com^$third-party +||qgrazpvofra.com^$third-party ||qgrycwxbn.com^$third-party ||qgslgwfxar.com^$third-party ||qgtbxtex.com^$third-party @@ -45727,6 +43141,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qgwazwmlx.com^$third-party ||qgxrmkbzpm.com^$third-party ||qhaavcekkhckzi.com^$third-party +||qhdanxdyeuzdio.com^$third-party ||qhdjyxcggzkm.com^$third-party ||qhiupkza.bid^$third-party ||qhkfgjoyinllld.com^$third-party @@ -45743,6 +43158,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qhuktypo.com^$third-party ||qhxpdoipj.com^$third-party ||qhzvvwblzrjc.com^$third-party +||qiaepasvtp.com^$third-party ||qibbblerzykelr.com^$third-party ||qicggmagur.com^$third-party ||qidkcvmr.com^$third-party @@ -45751,6 +43167,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qijffgqsbkii.com^$third-party ||qiktwikahncl.com^$third-party ||qinsmmxvacuh.com^$third-party +||qinxpsktrelpl.com^$third-party ||qinytcise.com^$third-party ||qiqrguvdhcux.com^$third-party ||qiremmtynkae.com^$third-party @@ -45774,15 +43191,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qjmearsroiyn.com^$third-party ||qjmkidiwbndolx.com^$third-party ||qjmrqglqxlodj.bid^$third-party +||qjnofrpbv.com^$third-party ||qjobvxqp.com^$third-party ||qjokrqhidpki.com^$third-party ||qjoqfapllsbtw.bid^$third-party ||qjotiimmb.com^$third-party ||qjpxalhvenbt.com^$third-party +||qjqfcsgnjk.com^$third-party ||qjrlcrkhnj.com^$third-party ||qjskosdsxanp.com^$third-party ||qjttowndvet.com^$third-party +||qjumbyzsnomwt.com^$third-party ||qjuzjpkihvya.com^$third-party +||qjvdxehyrnxema.com^$third-party ||qjvullwjz.com^$third-party ||qjvzbfym.com^$third-party ||qjwanedlhedm.com^$third-party @@ -45797,17 +43218,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qkmvpyujof.com^$third-party ||qknfsqxxm.com^$third-party ||qknuubmfneib.com^$third-party +||qkpmdadu.com^$third-party ||qkpwdakgxynv.com^$third-party ||qksihowyv.com^$third-party +||qkspafpgg.com^$third-party ||qkuprxbmkeqp.com^$third-party ||qkvklknzycrgo.com^$third-party ||qkwbygfsbfmj.com^$third-party +||qkxmnpxtr.com^$third-party ||qkyzjwhyeh.com^$third-party ||qkzwxhcleqj.com^$third-party ||qlatsfeyg.com^$third-party ||qlcsqjxly.com^$third-party ||qldozzpy.com^$third-party ||qlgeofwhy.bid^$third-party +||qlhhbgkgggsp.com^$third-party ||qljczwei.com^$third-party ||qlmgmgvmiepsb.com^$third-party ||qlmygsvk.com^$third-party @@ -45827,12 +43252,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qmiypgoukkl.com^$third-party ||qmjjvpoqhb.com^$third-party ||qmmdvzsebi.com^$third-party +||qmokxgfz.com^$third-party ||qmotkiltrim.com^$third-party ||qmotmcwz.com^$third-party ||qmouzhzz.com^$third-party +||qmovnrphbgqr.com^$third-party +||qmxkmsmkjxlar.com^$third-party ||qmxpttxjv.com^$third-party ||qmzwcrordyc.com^$third-party ||qndqwtrwguhv.com^$third-party +||qnemxzckwx.com^$third-party +||qneowzuyfzyfs.com^$third-party ||qnfarzjp.bid^$third-party ||qnfpskgtzkw.com^$third-party ||qnhwhedcrzeodd.com^$third-party @@ -45863,7 +43293,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qolnnepubuyz.com^$third-party ||qolrlwwirf.com^$third-party ||qonttkxl.com^$third-party +||qoppaeqd.com^$third-party ||qopqudzeaywc.com^$third-party +||qorvoxejr.com^$third-party ||qosrridifvsr.com^$third-party ||qotuhsvlqlpnfd.com^$third-party ||qotwtnckqrke.com^$third-party @@ -45876,9 +43308,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qoyagwzholjofg.com^$third-party ||qpbaammdcwu.com^$third-party ||qpcyafunjtir.com^$third-party +||qpdjucfqezrfcq.com^$third-party ||qpeczlqvv.com^$third-party ||qpfzpcsknvt.com^$third-party ||qpganepbkw.com^$third-party +||qphxgwnqgbkzwh.com^$third-party ||qpianhkxxuc.com^$third-party ||qpiyjprptazz.com^$third-party ||qpjowolqlpg.com^$third-party @@ -45894,12 +43328,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qpttmgdofkkya.bid^$third-party ||qqablora.com^$third-party ||qqapezviufsh.com^$third-party +||qqatxipoki.com^$third-party ||qqbwymba.com^$third-party ||qqbyfhlctzty.com^$third-party ||qqcbzxwzpmzdcd.com^$third-party ||qqcjvbsd.com^$third-party ||qqdnhrkjtmv.bid^$third-party +||qqemfpbnixtqx.com^$third-party ||qqfrciwnc.bid^$third-party +||qqgdboaq.com^$third-party ||qqgtevtjnpwd.com^$third-party ||qqipjtzgo.com^$third-party ||qqkxrlzaaul.com^$third-party @@ -45916,7 +43353,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qrcsppwzjryh.com^$third-party ||qrecxvdoewmztq.com^$third-party ||qregqtqtuisj.com^$third-party +||qreoifgajnoor.com^$third-party ||qriasmotw.bid^$third-party +||qrindfqrd.com^$third-party ||qrirkdzdxtxc.com^$third-party ||qrjvglpkpl.bid^$third-party ||qrkiykgbk.com^$third-party @@ -45927,7 +43366,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qrocxwig.bid^$third-party ||qrozsnmc.com^$third-party ||qrpbogawdr.bid^$third-party +||qrpwaluz.com^$third-party ||qrqmchbp.bid^$third-party +||qrusnsgwuzgrs.com^$third-party +||qruwrcenw.com^$third-party ||qrwixhlz.com^$third-party ||qrwlerqenp.com^$third-party ||qrxkugriqkt.com^$third-party @@ -45951,6 +43393,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qsoetgedlgyhyz.com^$third-party ||qsrekvpnu.bid^$third-party ||qstwmmuukimz.bid^$third-party +||qsvtdcqikcqsk.com^$third-party ||qsxggbsthsk.bid^$third-party ||qtahsbgdqbu.com^$third-party ||qtavukgrtgk.com^$third-party @@ -45983,6 +43426,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||quhpkwtljkvedc.com^$third-party ||qukqptxilr.com^$third-party ||qulsqiqrev.com^$third-party +||qumwhbfjvbrrr.com^$third-party ||qumzxkpexf.com^$third-party ||qunnvfhdgfm.com^$third-party ||quoeuedtku.com^$third-party @@ -45999,6 +43443,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qvgjqhfnbdeur.com^$third-party ||qvilmdus.com^$third-party ||qvivzreleolawc.com^$third-party +||qvmgjhspiebe.com^$third-party +||qvnlejvkkicf.com^$third-party ||qvovzakydfvi.bid^$third-party ||qvqqvistxqvy.bid^$third-party ||qvrfxlskqr.com^$third-party @@ -46024,6 +43470,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qwufihkhgxphq.com^$third-party ||qwulxgznx.com^$third-party ||qwuxwxdr.com^$third-party +||qwvajuyccl.com^$third-party ||qwvktoqxqum.bid^$third-party ||qwyzzghouu.com^$third-party ||qwzhaqtbiygid.com^$third-party @@ -46035,6 +43482,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qxekuavasuzgfc.com^$third-party ||qxfzgftkfgukkp.com^$third-party ||qxgoedqwr.bid^$third-party +||qxlohjsxaaq.com^$third-party ||qxmecqgzrgdh.com^$third-party ||qxnniyuuaxhv.com^$third-party ||qxphrauujms.com^$third-party @@ -46053,7 +43501,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qyifxakawscsyd.com^$third-party ||qyiiudex.com^$third-party ||qyillxuyjdlmh.com^$third-party +||qyixifzol.com^$third-party ||qykxbnflqvjxvk.com^$third-party +||qylxeorawht.com^$third-party ||qynohttywcws.bid^$third-party ||qyqbslpprlph.com^$third-party ||qyqvfjvbzosz.com^$third-party @@ -46076,605 +43526,313 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qzhaqsxb.com^$third-party ||qzismxssqf.com^$third-party ||qzizjjyvsa.com^$third-party +||qzljxgufyvmupa.com^$third-party ||qzpxhebrm.com^$third-party ||qzpzspna.bid^$third-party +||qzvgrwayranpn.com^$third-party ||qzwhzahnieipgz.com^$third-party ||qzxtbsnaebfw.com^$third-party ||qzzepglnyaufi.com^$third-party ||rabjkklvegagrn.com^$third-party -||radbtqjfp.bid^$third-party -||rafvxnikmn.bid^$third-party -||rafymfnvvzqlp.com^$third-party -||ragbsvbvndovac.com^$third-party ||rahvoujjgmtvft.com^$third-party -||raiybbvwefbcji.bid^$third-party ||rakdtijwj.com^$third-party -||ralyqgglrbgrd.bid^$third-party ||ranqpbnd.com^$third-party -||raossycpodtr.bid^$third-party +||raqrhomcbhrzvl.com^$third-party ||raqucjjblu.com^$third-party -||raqueocznwden.bid^$third-party -||rascnezpxpe.com^$third-party ||rasittlbpwnbys.com^$third-party ||raspiadkwcecz.com^$third-party -||rawybznxrp.bid^$third-party ||raxlextehqhw.com^$third-party -||rbayzoamcrdg.com^$third-party ||rbbesmzvokpste.com^$third-party -||rbbkqlnnmus.bid^$third-party -||rbdmtydtobai.com^$third-party ||rbefggthfx.com^$third-party +||rbefyepmgrhp.com^$third-party ||rbfgsoanxw.com^$third-party -||rbfxurlfctsz.com^$third-party -||rbgrlqsepeds.com^$third-party -||rbhhjxsomzq.com^$third-party -||rbhwkfnxhqnri.com^$third-party -||rbmijhdvh.com^$third-party -||rbmjeyiyazcpe.com^$third-party -||rbnicxyh.bid^$third-party +||rbkubbeytzp.com^$third-party ||rbnjngtbpwbk.com^$third-party -||rbnpljzf.bid^$third-party -||rbppnzuxoatx.com^$third-party -||rbrbvedkazkr.com^$third-party -||rbrnmvfiambn.bid^$third-party ||rbrpamcygqplm.com^$third-party -||rbrxrcikro.com^$third-party -||rbsfglbipyfs.com^$third-party ||rbtpsbtzh.com^$third-party ||rbtqofrkiixz.com^$third-party -||rbuowrinsjsx.com^$third-party ||rbuppjvcn.com^$third-party -||rbvfibdsouqz.com^$third-party -||rbyjirwjbibz.com^$third-party -||rcappkszvgwxx.com^$third-party -||rcdmxfpefz.bid^$third-party ||rcemsoiyil.com^$third-party -||rcjthosmxldl.com^$third-party ||rckpwmhqz.com^$third-party -||rckxwyowygef.com^$third-party -||rcnbjxcrkn.bid^$third-party -||rcnkflgtxspr.com^$third-party -||rcqyocxmmkais.bid^$third-party +||rcogzcsan.com^$third-party ||rcscaxhjmm.com^$third-party -||rcsumbkoyens.bid^$third-party -||rctanilirwefr.bid^$third-party ||rcudacimrqdlk.com^$third-party -||rcumwyqkv.com^$third-party ||rcvhzfcnja.com^$third-party -||rcwczstm.com^$third-party ||rcwmtskwtmzh.com^$third-party -||rczagufykvpw.com^$third-party +||rdcespozlwv.com^$third-party ||rdfpnzisjyiwtu.com^$third-party -||rdgsjybsyjj.com^$third-party -||rdikvendxamg.com^$third-party ||rdizmyst.com^$third-party -||rdkcwothcygu.bid^$third-party -||rdkdexupxcfs.com^$third-party -||rdlynbosndvx.com^$third-party -||rdmccvanlx.bid^$third-party ||rdoovrzqazvpgv.com^$third-party ||rdooybwcuyg.com^$third-party ||rdoudrenv.com^$third-party -||rdpqiqlirf.com^$third-party -||rdqyasdstllr.com^$third-party ||rdrcgrpsakrtn.com^$third-party ||rdrkxlmlqpqns.com^$third-party ||rdthuvynnwgind.com^$third-party -||rdvrxbxwxspxd.com^$third-party ||rdwcvesg.com^$third-party -||rdwfotuyp.bid^$third-party ||rdwsjnifcemg.com^$third-party ||rdxwaydglehog.com^$third-party -||rdzxpvbveezdkcyustcomuhczsbvteccejkdkfepouuhxpxtmy.com^$third-party ||realnwspfbumn.com^$third-party -||reebinbxhlva.com^$third-party ||refatxhcuu.com^$third-party -||regbigltd.bid^$third-party ||regqrfuvncqcm.com^$third-party ||reiqwxxd.com^$third-party -||rejbqhagczm.com^$third-party +||reljjhhppxmv.com^$third-party ||relnocyyxhpjb.com^$third-party -||repefwairfkx.com^$third-party +||reounzbqylugud.com^$third-party ||rereghpaz.com^$third-party -||rertazmgduxp.com^$third-party ||reszkzmyzceve.com^$third-party ||revhpdxqul.com^$third-party ||revqwsjtu.com^$third-party -||rezbzvrbemeb.bid^$third-party -||rezfubngrzdet.bid^$third-party ||reztksclx.com^$third-party ||rfazgqrdic.com^$third-party ||rfbmtfebfcwlgo.com^$third-party -||rfbrceyxthpj.bid^$third-party ||rfcsmdodviqhn.com^$third-party ||rfcxwidka.com^$third-party -||rfdujczogfnc.com^$third-party +||rfdxyhjsf.com^$third-party ||rfebbtvbojc.com^$third-party -||rfecjuzp.bid^$third-party +||rfenyswo.com^$third-party ||rfewgthorann.com^$third-party -||rffjopgiuhsx.com^$third-party -||rffqzbqqmuhaomjpwatukocrykmesssfdhpjuoptovsthbsswd.com^$third-party -||rfghdzcbpogph.com^$third-party ||rfgldefouazmj.com^$third-party -||rfgodfdf.bid^$third-party -||rfheugyfwfffne.bid^$third-party -||rfigzjkp.bid^$third-party ||rfmbvlaphdud.com^$third-party +||rfmdtsiekds.com^$third-party ||rfmtxdjulpdb.com^$third-party -||rfnzncprr.bid^$third-party -||rfozndpggjvlm.bid^$third-party ||rfpnlsbbu.com^$third-party ||rfrsnqen.com^$third-party ||rfsfpomom.com^$third-party -||rfvicvayyfsp.com^$third-party -||rfvilsmvo.bid^$third-party -||rfvnhjnnkifyx.com^$third-party -||rfyphhvcczyq.com^$third-party ||rgahmllbgubakm.com^$third-party -||rgbeppxd.bid^$third-party -||rgegqcdakbe.com^$third-party +||rgcblgor.com^$third-party ||rgejlqtlr.com^$third-party -||rgipgfcafnvnx.com^$third-party -||rgmgocplioed.com^$third-party -||rgsogoedxqkcz.bid^$third-party +||rgiijsfm.com^$third-party ||rgttoipdr.com^$third-party ||rgvrddwoccsgn.com^$third-party ||rgwaskums.com^$third-party ||rgyuvwsiuw.com^$third-party -||rgzhrokl.bid^$third-party -||rgzpseubgxho.com^$third-party -||rgztepyoefvm.com^$third-party ||rhcamehnhkntzy.com^$third-party -||rhfntvnbxfxu.com^$third-party -||rhfvzboqkjfmabakkxggqdmulrsxmisvuzqijzvysbcgyycwfk.com^$third-party -||rhhhbdhxpmrral.bid^$third-party -||rhkwkqznmovfl.bid^$third-party -||rhmyiplqmuupmf.com^$third-party -||rhpwhkwzhpy.bid^$third-party -||rhqkduodhizrr.com^$third-party ||rhqrfnkngrhrha.com^$third-party -||rhvgtmgkahm.com^$third-party ||rhypgggd.com^$third-party ||rhzpcnueogbexb.com^$third-party -||riaetcuycxjz.com^$third-party -||riaxuuidsnws.bid^$third-party -||rieyjzuyhigobg.bid^$third-party -||rifwhwdsqvgw.com^$third-party +||ribstygzuiz.com^$third-party ||rigoczly.com^$third-party ||rigybdgiubwqg.com^$third-party -||rihzsedipaqq.com^$third-party -||rijadpczqbdsvb.com^$third-party -||rikazsjaezda.bid^$third-party -||rimvtigoyajas.com^$third-party -||rinukkvp.bid^$third-party -||risvrteprhufnk.bid^$third-party -||ritjefajkl.bid^$third-party -||ritvtdtnxkbzb.bid^$third-party -||riwdydttgbczku.com^$third-party +||rimezvsto.com^$third-party +||riozwajocltca.com^$third-party ||riwjpbpvkl.com^$third-party ||rixpjpjl.com^$third-party ||rixxvqexdlgrl.com^$third-party +||riykotovmy.com^$third-party +||rjaepduiirw.com^$third-party ||rjbfjwjxwsbhho.com^$third-party ||rjeksrigwzm.com^$third-party -||rjeysspqsslf.com^$third-party -||rjinaqlvwkhox.bid^$third-party ||rjirxadtq.com^$third-party -||rjkfuvqwk.bid^$third-party -||rjkifyqbuwh.com^$third-party -||rjlebzex.com^$third-party -||rjljndfgnkcu.com^$third-party -||rjncckyoyvtu.com^$third-party -||rjnkpqax.com^$third-party -||rjnqbphb.com^$third-party -||rjpqbishujeu.com^$third-party ||rjszckwlctpup.com^$third-party -||rjtcrxzd.com^$third-party ||rjvbtutup.com^$third-party ||rjveitlz.com^$third-party +||rjvochbc.com^$third-party ||rjwdhpxdrufbcg.com^$third-party ||rjwotofyxoszk.com^$third-party -||rjxspgol.com^$third-party -||rjyihkorkewq.com^$third-party +||rkauzlyh.com^$third-party ||rkaxivxdtws.com^$third-party -||rkbjbtxhdi.bid^$third-party -||rkbldvgcjebh.com^$third-party -||rkbndiwznhul.com^$third-party -||rkcemktaasoxew.com^$third-party ||rkcmyzxubyziek.com^$third-party ||rkcxzwlkk.com^$third-party ||rkczvumivvb.com^$third-party -||rkelvtnnhofl.com^$third-party ||rkgznnhikrfphq.com^$third-party -||rkkneuzkd.bid^$third-party -||rkktwxuqu.bid^$third-party -||rklluqchluxg.com^$third-party ||rkpecade.com^$third-party -||rkrpvzgzdwqaynyzxkuviotbvibnpqaktcioaaukckhbvkognu.com^$third-party ||rkueifizvmwbi.com^$third-party -||rkvpcjiuumbk.com^$third-party -||rkwpgdnlwgg.bid^$third-party -||rlaiomvkwz.com^$third-party +||rkvduvtdz.com^$third-party ||rlbvwdviqx.com^$third-party ||rlgungosm.com^$third-party -||rlhdzilsgvwu.bid^$third-party ||rljakgkixu.com^$third-party -||rllvjujeyeuy.com^$third-party ||rlomrjxrpsev.com^$third-party -||rlpabnhvtu.com^$third-party -||rlqvyqgjkxgx.com^$third-party ||rlsqhgku.com^$third-party -||rlszkjkcmjxd.com^$third-party -||rlxmbkwcyw.com^$third-party -||rlypbeouoxxw.com^$third-party -||rmbilhzcytee.com^$third-party -||rmdzbqggjskv.com^$third-party -||rmeolnjxkgfe.com^$third-party -||rmetgarrpiouttmwqtuajcnzgesgozrihrzwmjlpxvcnmdqath.com^$third-party -||rmgxhpflxhmd.com^$third-party +||rlxqaczszvjvp.com^$third-party ||rmhdjambba.com^$third-party ||rmjwdosemtg.com^$third-party -||rmjxcosbfgyl.com^$third-party -||rmlzgvnuqxlp.com^$third-party ||rmnwxcpccuzwe.com^$third-party +||rmpaplceikdml.com^$third-party ||rmputwrbacfrf.com^$third-party ||rmtwnrwnhu.com^$third-party -||rmvlpkaa.com^$third-party ||rmwjtqazyk.com^$third-party -||rmyvebtzf.bid^$third-party ||rnagwksouk.com^$third-party -||rnbhwwerooqhhw.bid^$third-party -||rnfrfxqztlno.com^$third-party ||rngljlhqe.com^$third-party -||rnhcqhagfmjgx.bid^$third-party -||rnhkptivhwhc.com^$third-party ||rniiylqxvxybv.com^$third-party ||rnindjnoocooz.com^$third-party +||rniuuamwoohg.com^$third-party ||rnlfitypkucbhi.com^$third-party -||rnmjscsvqql.bid^$third-party -||rnqxziebydqsat.bid^$third-party -||rnrbvhaoqzcksxbhgqtrucinodprlsmuvwmaxqhxngkqlsiwwp.com^$third-party -||rntlwkqmelxceu.com^$third-party +||rnpwxssirmgflk.com^$third-party ||rnvotosfzq.com^$third-party -||rnyuhkbucgun.com^$third-party ||rnzgebpy.com^$third-party -||rnzzrylopa.bid^$third-party -||roarmyng.bid^$third-party -||rogwmjvlqdfngw.bid^$third-party ||roibwbjaclwgg.com^$third-party ||rojitkhlwxoi.com^$third-party -||roksnfmaydlo.com^$third-party -||roljcubvx.bid^$third-party -||romksuecd.bid^$third-party -||ronrmbrrhqdwh.com^$third-party ||ropkrhilt.com^$third-party -||roppccqbzvizrd.bid^$third-party -||roqtynlfysu.bid^$third-party -||roqweslqqlyklb.com^$third-party +||roscvyybfkm.com^$third-party ||rouvpebtazdlq.com^$third-party -||roxutbftcm.bid^$third-party -||rozcbrmng.bid^$third-party ||rpcncuzsmpni.com^$third-party -||rpcpscsa.bid^$third-party -||rpczohkv.com^$third-party -||rpjgaazsdfa.bid^$third-party -||rpjqbeolk.bid^$third-party ||rpnhxhzcejyiym.com^$third-party +||rpqknedxr.com^$third-party ||rprgsptwx.com^$third-party -||rpslkvzymrddjp.bid^$third-party -||rpspeqqiddjm.com^$third-party -||rptdyukab.bid^$third-party -||rpulxcwmnuxi.com^$third-party +||rpuuwsjcu.com^$third-party ||rpzcwgrpbkltp.com^$third-party ||rqaobxvj.com^$third-party ||rqbxfbls.com^$third-party -||rqgrdrqs.com^$third-party ||rqigvkwoqafpjz.com^$third-party -||rqjgepzyowyr.com^$third-party -||rqmlurpad.bid^$third-party ||rqndohbkuer.com^$third-party ||rqqljktze.com^$third-party -||rqsndrkezz.com^$third-party -||rqtdnrhjktzr.com^$third-party -||rqthkhiuddlg.com^$third-party ||rquagrre.com^$third-party -||rqufdlfe.bid^$third-party ||rqwozrkmtwiuri.com^$third-party ||rqxjnkgcobp.com^$third-party ||rqxwisgin.com^$third-party ||rqyezhetbspk.com^$third-party ||rqyoulixflzbe.com^$third-party -||rrbiprsifnmv.com^$third-party -||rrcdzcts.bid^$third-party -||rrfuviqoyabfep.bid^$third-party -||rrhzlgzazz.bid^$third-party -||rriqwzgmaazsp.com^$third-party -||rrjkbdgwoh.bid^$third-party +||rrjgenyklff.com^$third-party ||rrmqirchpasqyw.com^$third-party ||rrnqzntj.com^$third-party ||rroyintwabqyua.com^$third-party ||rrpjunmcv.com^$third-party -||rrptobfpqeftyg.com^$third-party -||rrqmebej.bid^$third-party -||rrrdddbtofnf.com^$third-party -||rrscdnsfunoe.com^$third-party -||rrsijwsvemhzxx.bid^$third-party -||rrvkjvhbwnbre.com^$third-party +||rrshibwsq.com^$third-party ||rrvpscehvjuz.com^$third-party ||rrxlynihw.com^$third-party -||rryodgeerrvn.com^$third-party -||rryyvhzxikai.bid^$third-party ||rsbblrpnjxgsk.com^$third-party -||rscgfvsximqdpowcmruwitolouncrmnribnfobxzfhrpdmahqe.com^$third-party +||rsbvygxdsevaw.com^$third-party ||rscqizsukecevh.com^$third-party -||rsefukvcqy.bid^$third-party ||rsgazdyuycbm.com^$third-party ||rsguboxyb.com^$third-party -||rshaifxw.bid^$third-party ||rsiyppewvonkc.com^$third-party -||rsjcpdrhxtbavk.bid^$third-party -||rsjpgfugttlh.com^$third-party -||rsmapdngqwonud.bid^$third-party ||rsmykgvarkm.com^$third-party -||rsnuhrxz.com^$third-party -||rsosndet.bid^$third-party -||rsqcrylqremctr.com^$third-party -||rsrbqknrfskkb.bid^$third-party ||rssgflbj.com^$third-party ||rstdehuopwf.com^$third-party ||rstjainimptgn.com^$third-party ||rsuroxpotcoiq.com^$third-party +||rsuwxqaoqpuueg.com^$third-party ||rsviqjzhvubz.com^$third-party -||rsvxipjqyvfs.com^$third-party -||rswgoccwzs.com^$third-party -||rszzpjttufuw.bid^$third-party ||rtaofgamnnfh.com^$third-party -||rtctxxxvdq.com^$third-party ||rtdogcdkovndho.com^$third-party -||rtgngrwtngms.com^$third-party -||rtgpaohds.com^$third-party ||rtogkeafeedde.com^$third-party -||rtpibuckwnp.com^$third-party -||rtqlmwfywl.com^$third-party ||rtrlseqbudrzfd.com^$third-party -||rttclyuvippyw.bid^$third-party -||rtufxsncbegz.com^$third-party -||rtusxaoxemxy.com^$third-party -||rtwvnrgn.com^$third-party -||rtxunghyiwiq.com^$third-party ||rtypxhlfvmez.com^$third-party -||rtzhwgpmp.bid^$third-party ||rubfwmlm.com^$third-party ||rubxajsomnicfy.com^$third-party -||rudtedmhm.com^$third-party ||ruebmqxqlqwqq.com^$third-party -||ruijovxeffglgo.bid^$third-party ||rukwbbwcil.com^$third-party -||rulgltvmpzig.com^$third-party ||rumldlbbkhetyv.com^$third-party ||runwtxeisppmt.com^$third-party ||ruodzaboyf.com^$third-party -||ruovcruc.com^$third-party -||ruoypiedfpov.com^$third-party -||ruqckzdjsoe.bid^$third-party -||rurjxaovebr.bid^$third-party -||rustqlclwuebif.bid^$third-party ||ruzrkjnd.com^$third-party -||ruzttiecdedv.com^$third-party -||ruzwwrkgthfobd.com^$third-party +||rvbibmaixelnq.com^$third-party ||rvbxnnwdsi.com^$third-party -||rvcruqbk.com^$third-party -||rveftfohdybpwv.bid^$third-party -||rvfjbxzxaookgp.com^$third-party -||rvmwyfvfxendw.bid^$third-party +||rvdiwgntri.com^$third-party +||rvlzsbmshtt.com^$third-party ||rvnpytnhxppkzv.com^$third-party -||rvoxndszxwmo.com^$third-party ||rvqfjvlpdbjy.com^$third-party +||rvqfpfgzmw.com^$third-party ||rvqnahkwdhird.com^$third-party -||rvrfoskjq.bid^$third-party ||rvsnomziiepcds.com^$third-party ||rvswxrjkmjou.com^$third-party ||rvtqbxawlkbq.com^$third-party ||rvtxrtzbswdji.com^$third-party -||rvvslhmmbor.com^$third-party +||rvwhtjxnn.com^$third-party ||rvyvkjqffmdp.com^$third-party -||rvzudtgpvwxz.com^$third-party ||rwalomjwgyljqj.com^$third-party -||rwaxdqfuqih.bid^$third-party -||rwcdoeigzraeu.com^$third-party -||rwdkcusan.com^$third-party -||rweqvydtzyre.com^$third-party ||rwfqhbwkxpewc.com^$third-party ||rwgvulisul.com^$third-party ||rwkxvess.com^$third-party ||rwlyiedd.com^$third-party -||rwlzbswwmmh.com^$third-party ||rwmttawspapqcy.com^$third-party ||rwphwhdoktfq.com^$third-party +||rwrqmqyhfn.com^$third-party ||rwtbgaguhmfj.com^$third-party -||rwtvvdspsbll.com^$third-party -||rwugdvqdpxfz.com^$third-party ||rwugglxboxgw.com^$third-party ||rwxivmfldvo.com^$third-party -||rwxzeoqfj.com^$third-party +||rwyprejibmvcfh.com^$third-party ||rxavnjqxvszrz.com^$third-party ||rxbbddhkl.com^$third-party -||rxczemggfsxx.com^$third-party -||rxeospfus.bid^$third-party ||rxewvdlja.com^$third-party ||rxgbytxipwa.com^$third-party ||rxhicseychr.com^$third-party ||rxhrftozn.com^$third-party -||rxicrihobtkf.com^$third-party -||rxisfwvggzot.com^$third-party -||rxjlimrpfziuqh.com^$third-party -||rxjyjfkzzbl.bid^$third-party -||rxjzpvsziytui.bid^$third-party -||rxknixwwt.bid^$third-party -||rxkscuxq.com^$third-party ||rxksulmbu.com^$third-party ||rxnnfethxprv.com^$third-party -||rxqcvlxojbt.com^$third-party -||rxsazdeoypma.com^$third-party ||rxsptuki.com^$third-party -||rxuqpktyqixa.com^$third-party -||rxyeukffow.bid^$third-party ||rxysradiyvcp.com^$third-party -||ryeoanvkettth.com^$third-party -||ryhrabmmprehm.com^$third-party -||ryjlaaimxrq.com^$third-party +||ryaqdetppzpw.com^$third-party +||rygiukfvtos.com^$third-party ||rylhghmjrsgb.com^$third-party -||rylkihtmnvsh.com^$third-party -||rylnirfbokjd.com^$third-party ||rynotnfdekb.com^$third-party ||ryquhezrbhfp.com^$third-party ||ryrrhgpmlif.com^$third-party ||ryvqkjfsnmrya.com^$third-party -||ryxpmonwqeg.com^$third-party ||ryybhoklizmuew.com^$third-party -||ryzrdgdvg.bid^$third-party -||rzbbcjnrsbk.com^$third-party -||rzbsvyigbwip.com^$third-party -||rzcmcqljwxyy.com^$third-party +||rzbozucqgmostr.com^$third-party +||rzddlsybql.com^$third-party ||rzdpobutiy.com^$third-party ||rzfldcrlwe.com^$third-party -||rzgiiioqfpny.com^$third-party -||rzgqfvhfj.com^$third-party ||rzizcnhoobxw.com^$third-party -||rzjbuovkp.bid^$third-party ||rzjhxwfbxp.com^$third-party ||rzmrzylebgq.com^$third-party -||rzsliqwo.bid^$third-party ||rzuwelgm.com^$third-party -||rzwzstbiqk.com^$third-party ||saenrwiqesp.com^$third-party -||sagbgtnmlaj.com^$third-party -||sagukjshgifebs.bid^$third-party -||sagulzuyvybu.com^$third-party ||sailznsgbygz.com^$third-party -||saipuciruuja.com^$third-party -||sajhiqlcsugy.com^$third-party -||salhbbkvs.com^$third-party -||samlmqljptbd.com^$third-party -||sandzfuay.bid^$third-party -||sanksvohixxnlf.com^$third-party ||saofjopps.com^$third-party -||sapvummffiay.com^$third-party -||saqcgojcure.bid^$third-party ||sardfereose.com^$third-party -||sasieidpe.bid^$third-party -||sasqhtfxsnklxn.bid^$third-party -||satjrvwtaertn.com^$third-party -||sauispjbeisl.com^$third-party +||sauaopmdesyysa.com^$third-party ||sawdfbwxqcpcs.com^$third-party -||saybfmfptfjlv.bid^$third-party -||saylbisqotwixm.bid^$third-party ||sayzziir.com^$third-party ||sbardlhk.com^$third-party -||sbdedksgqu.com^$third-party -||sbdufkkcp.bid^$third-party ||sbealpvjpzzs.com^$third-party -||sbftffngpzwt.com^$third-party ||sbgftsoe.com^$third-party -||sbhnftwdlpbo.com^$third-party +||sbietlbug.com^$third-party ||sbifdctojpisuw.com^$third-party -||sbkcxjaktdv.bid^$third-party ||sbkjxpwxrmk.com^$third-party -||sbkuytscekitph.bid^$third-party -||sblqlcjk.bid^$third-party ||sbmdsfld.com^$third-party ||sbmijpifoszz.com^$third-party -||sbnvqpfya.bid^$third-party ||sbopaitvwpzilp.com^$third-party -||sbovclzywkbk.bid^$third-party -||sbpcnpysxbs.bid^$third-party ||sbudbyidtdrgey.com^$third-party -||sbxzvllyahzn.com^$third-party -||sbzngfrmgizpj.bid^$third-party ||scahqyriepu.com^$third-party -||scbffqszd.bid^$third-party -||scbnvzfscfmn.com^$third-party -||scbywuiojqvh.com^$third-party ||sceieibhpdday.com^$third-party -||sceuexzmiwrf.com^$third-party -||scfkfridulshkd.com^$third-party -||scgnsficmwipuj.bid^$third-party -||scgyndrujhzf.com^$third-party ||scjczeqyuqjs.com^$third-party -||sckpttzpnfimba.bid^$third-party ||sckuhytswbs.com^$third-party ||sckzvqadc.com^$third-party ||scleavshdrz.com^$third-party -||scmffjmashzc.com^$third-party -||scofnjymyym.bid^$third-party -||scrltyokacghvd.bid^$third-party ||scsklzqwme.com^$third-party -||scuwbelujeeu.com^$third-party ||scvdxxgbvoz.com^$third-party -||scvonjdwad.bid^$third-party -||scxxbyqjslyp.com^$third-party ||sczcxmaizy.com^$third-party ||sdeadbqsjam.com^$third-party -||sdemctwaiazt.com^$third-party -||sdfmxhdj.bid^$third-party ||sdgvzdksjbl.com^$third-party ||sdillrnslaiyb.com^$third-party -||sdmfzlswxgzl.com^$third-party -||sdmhsxlp.bid^$third-party -||sdqspuyipbof.com^$third-party ||sdtqotoe.com^$third-party -||sdvgglhp.bid^$third-party ||sdytygrznweksx.com^$third-party ||sdzwkmokd.com^$third-party ||sdzxojlt.com^$third-party ||seaoocyjpq.com^$third-party -||seaxhrqc.bid^$third-party ||sebdaadnodjt.com^$third-party +||sebeagnjowtg.com^$third-party ||secfpgpqx.com^$third-party -||seiqobwpbofg.com^$third-party -||sekajiwqmym.com^$third-party -||sekllcjbujp.bid^$third-party +||seclctpsih.com^$third-party ||sekusfrgojuc.com^$third-party -||semvdooatmd.bid^$third-party -||senfvsdvtsn.com^$third-party -||senrzuolwqvj.com^$third-party +||senhelhgsoov.com^$third-party ||seoaelrfdy.com^$third-party -||seotpqntjukhg.bid^$third-party +||seprqnphibgd.com^$third-party ||sepyqhipq.com^$third-party ||seszopvxktsfn.com^$third-party ||setrtcjfhreqg.com^$third-party ||seuojaesymeriv.com^$third-party ||sexilbbpnc.com^$third-party -||seympfgeyrew.com^$third-party -||sfaprgtgcguh.com^$third-party -||sfawiner.com^$third-party -||sfcckxdgfgzo.com^$third-party ||sffmctrnimk.com^$third-party ||sfgkhgfdsochwd.com^$third-party -||sfgymajb.bid^$third-party ||sfhrxcbbmtfqw.com^$third-party -||sfhyxyodjllrd.bid^$third-party ||sfkxmchhswobcq.com^$third-party +||sflekykzhqz.com^$third-party +||sflyycxlsad.com^$third-party ||sfmgzvam.com^$third-party ||sfmnafrufk.com^$third-party -||sfmzbrdtse.com^$third-party -||sfmziexfvvru.com^$third-party -||sfpkwhncpllt.com^$third-party +||sfokenghj.com^$third-party ||sfrsuihcubepzd.com^$third-party +||sftpgyqdrexl.com^$third-party ||sfxmdqbi.com^$third-party ||sfxuiadi.com^$third-party -||sfzcbcrwxhic.com^$third-party -||sfzfjiefentwe.com^$third-party -||sgccsauvct.bid^$third-party -||sgeeavwmk.com^$third-party -||sgfcsnwegazn.com^$third-party +||sgbmhkptxali.com^$third-party ||sgggjaosyrxr.com^$third-party -||sghradxea.bid^$third-party ||sgidkvwd.com^$third-party ||sgiueejx.com^$third-party -||sgkcijmcduuhhq.bid^$third-party ||sgmneqaebkzjug.com^$third-party -||sgpbbfdchy.com^$third-party -||sgqmhpqrstwzwd.com^$third-party ||sgqqhydoovcd.com^$third-party ||sgrreqyxvigwuh.com^$third-party ||sgutelyg.com^$third-party @@ -46682,418 +43840,228 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sgxaqysyilwkiu.com^$third-party ||sgycfrrkz.com^$third-party ||sgzlmagzrrk.com^$third-party -||sgzsviqlvcxc.com^$third-party ||shacupwelhehqc.com^$third-party ||shapzwwy.com^$third-party ||shasnvadkustw.com^$third-party ||shftscdisov.com^$third-party ||shgvuhvf.com^$third-party -||shhngaasah.com^$third-party -||shhrbeffgz.com^$third-party ||shidvvvhi.com^$third-party +||shiiuojjccp.com^$third-party ||shjmjmds.com^$third-party ||shjuivapg.bid^$third-party ||shkfrsif.com^$third-party ||shldethxhl.com^$third-party ||shmpdqwucl.com^$third-party -||shnmhrlcredd.com^$third-party -||shnoadlvpylf.com^$third-party ||shohabiymgjxdb.com^$third-party -||shthbopqoz.bid^$third-party +||shparxvyhrwgsl.com^$third-party ||shtkybxv.com^$third-party ||shuxcbgab.com^$third-party -||shvdvzydgryx.com^$third-party ||shvjvbmyyyfa.com^$third-party -||shxbqzirzonks.bid^$third-party -||shyyyxjw.com^$third-party ||siaiscphvghttd.com^$third-party ||sibatnsryjpcq.com^$third-party ||sicpkohkcmt.com^$third-party ||sicteppojdwr.com^$third-party ||sihciabzm.com^$third-party ||sihjnaojbrs.com^$third-party -||sihmlqhicmzvx.com^$third-party -||siihxeeb.com^$third-party -||sijlnueeertd.com^$third-party -||sijsquplpjg.com^$third-party -||silrfbopbobw.com^$third-party ||sinyfqrmiqgd.com^$third-party -||siogczwibswm.com^$third-party ||siqcrwlrqjc.com^$third-party -||sirablivefbxul.bid^$third-party ||sisrgcvomn.com^$third-party ||sisyqzktimhrgo.com^$third-party -||siuhfvgambevyz.bid^$third-party -||siuletrtmkk.com^$third-party ||sivqblzejhx.com^$third-party ||siwtbongdxve.com^$third-party -||siwtuvvgraum.com^$third-party -||sjgklyyyraghhrgimsepycygdqvezppyfjkqddhlzbimoabjae.com^$third-party -||sjgttcfj.com^$third-party ||sjjazrfvzbkt.com^$third-party -||sjkcufcpgzsno.bid^$third-party -||sjlgoazubflpcs.com^$third-party -||sjmwugmtfeuu.com^$third-party -||sjnfgvjizo.bid^$third-party -||sjpexaylsfjnopulpgkbqtkzieizcdtslnofpkafsqweztufpa.com^$third-party +||sjkqyehjo.com^$third-party ||sjqpctsz.com^$third-party -||sjqskcctmv.com^$third-party -||sjtevvoviqhe.com^$third-party ||sjwdbzsa.com^$third-party ||sjwnhrypuxrzv.com^$third-party -||skaulppmndy.bid^$third-party ||skcyigichh.com^$third-party ||skexyyqu.com^$third-party ||skgnohfvkrcn.com^$third-party ||skgnompyiusim.com^$third-party ||skhflncik.com^$third-party -||skknyxzaixws.com^$third-party -||sklulpbnbqf.bid^$third-party -||skoyuoqhcpxol.bid^$third-party +||sknkwpvrkz.com^$third-party +||skqfrvciqfco.com^$third-party ||sksalqvpoc.com^$third-party ||skspurybnv.com^$third-party ||sksytkvnvnmz.com^$third-party -||sktmonpbfgxamj.bid^$third-party -||skzhfyqozkic.com^$third-party ||skzpsnpp.com^$third-party -||skzsukues.bid^$third-party -||sldtsvjnpwundn.bid^$third-party -||slekgfwlrwfmes.bid^$third-party ||sletqnksol.com^$third-party ||slfjsqnmp.com^$third-party -||slfxmsziv.bid^$third-party -||slgcheqbrmu.bid^$third-party ||slgynezaygkjqi.com^$third-party -||slkuqvkhamt.bid^$third-party -||slkwhwontxavyt.bid^$third-party -||slmmjkkvbkyp.com^$third-party -||sloaltbyucrg.com^$third-party -||slurolen.com^$third-party ||slvcwiabpgyxa.com^$third-party ||slwclrwmruuxav.com^$third-party ||smapohsnoww.com^$third-party ||smazvhjn.com^$third-party ||smgaklckpszzd.com^$third-party -||smhqmrxplvnx.com^$third-party -||smhyvyvnpzigir.com^$third-party -||smjdypbxapigu.bid^$third-party ||smnkyzqzfxk.com^$third-party -||smnpsburn.com^$third-party ||smpbzsjpk.com^$third-party -||smrqvdpgkbvz.com^$third-party -||smsbyoxarip.bid^$third-party -||smtuovnhxnn.bid^$third-party -||smudlbatfjbut.bid^$third-party ||smuucatbrc.com^$third-party -||smwrjtdzhg.com^$third-party -||smzvvqztihof.com^$third-party -||smzxkkyuinecwa.com^$third-party ||snambepupkjggz.com^$third-party -||snaxbgzg.bid^$third-party +||snbybgwiyfug.com^$third-party ||snckdjuymeopsc.com^$third-party -||sncpizczabhhafkzeifklgonzzkpqgogmnhyeggikzloelmfmd.com^$third-party ||sndgydifipxuui.com^$third-party -||snetddbbbgbp.com^$third-party ||snfhwcvdqxioj.com^$third-party -||snfqpqyecdrb.com^$third-party -||sngjaetjozyr.com^$third-party -||snhfjfnvgnry.com^$third-party -||snhfmewkai.bid^$third-party -||snhqkvmhcoh.com^$third-party -||snhuxhdjlxrd.bid^$third-party -||snjhhcnr.com^$third-party +||snfzmkyzad.com^$third-party +||snhsoclobbos.com^$third-party ||snmgqbgbrh.com^$third-party -||snpevihwaepwxapnevcpiqxrsewuuonzuslrzrcxqwltupzbwu.com^$third-party +||snpcqpffwc.com^$third-party ||snrmqtnnlxdgdh.com^$third-party ||snsfjpes.com^$third-party ||snsgckygbed.com^$third-party ||snsgsqyv.com^$third-party -||snsyebgupi.bid^$third-party ||snuokyvjn.com^$third-party -||snxjlicc.com^$third-party +||snwpqybkb.com^$third-party ||snxvrnhe.com^$third-party ||snyrblftgu.com^$third-party -||sockjgaabayf.com^$third-party -||socxihke.bid^$third-party ||soehcsryxyd.com^$third-party +||soejklzlwnj.com^$third-party ||soeovckk.com^$third-party -||sohdqpqlgis.com^$third-party ||soibuuqqhuyo.com^$third-party -||soiegibhwvti.com^$third-party -||soirqzccdtyk.com^$third-party -||sokanffuyinr.com^$third-party +||sooiipveodjxb.com^$third-party ||soozbqtavp.com^$third-party -||sopzefqypxas.bid^$third-party ||sorqbhulun.com^$third-party ||sosbyncpkyw.com^$third-party -||sossxjmotqqs.com^$third-party -||soszgtvox.bid^$third-party -||sovcbhem.bid^$third-party -||sovqylkbucid.com^$third-party -||sozdyrrtsvr.com^$third-party -||spbflxvnheih.com^$third-party -||spcpgtepary.com^$third-party -||spfrlpjmvkmq.com^$third-party +||sowkhntq.com^$third-party +||sowlobptfzfh.com^$third-party ||spgjtypydhdxl.com^$third-party -||sphjqakwuteg.com^$third-party ||spjvuubtewq.com^$third-party ||spncdypq.com^$third-party -||spomwstrgood.com^$third-party ||spuobvix.com^$third-party ||spwssohsyqgq.com^$third-party ||sqcolqeo.com^$third-party -||sqcqnwykz.bid^$third-party +||sqdtcdjhfbztfz.com^$third-party ||sqjlctmtc.com^$third-party ||sqkrzzggis.com^$third-party -||sqmeqfffehg.bid^$third-party -||sqnezuqjdbhe.com^$third-party ||sqnkkpba.com^$third-party -||sqopuafrwvnouz.bid^$third-party ||sqrmweiehtpwp.com^$third-party ||sqsdyfgyjdjbx.com^$third-party -||sqtsuzrfefwy.com^$third-party -||sqwyxzrajzsxpx.com^$third-party ||sqykpwpgqqt.com^$third-party ||sqyvhynwl.com^$third-party -||srbrdogg.bid^$third-party ||srezrzsyqrikab.com^$third-party -||srfizvugkheq.com^$third-party ||srgszwexkpehb.com^$third-party ||srhovuokux.com^$third-party ||sriaqmzx.com^$third-party -||srizwhcdjruf.com^$third-party ||srjbxbkwn.com^$third-party -||srkdunvxun.com^$third-party -||srksyzqzcetq.com^$third-party -||srlmbvfmvl.com^$third-party -||srmbifowhxaeqa.bid^$third-party ||srmnfxcftazj.com^$third-party ||srocvhaeaz.com^$third-party ||srppykbedhqp.com^$third-party -||srtvohoivnrahq.bid^$third-party -||srxgnzdkjucr.com^$third-party -||ssallqcu.bid^$third-party +||srrxzmcsg.com^$third-party +||srshdswmrl.com^$third-party ||ssdiwjkarblih.com^$third-party -||ssdphmfduwcl.com^$third-party ||ssdsylfzav.com^$third-party ||ssfpubkjjhftpy.com^$third-party -||sshvbkdyxprk.com^$third-party ||ssigftlcuc.com^$third-party ||ssjgkyyrqiwjol.com^$third-party -||ssjhkvwjoovf.com^$third-party -||ssloemwiszaz.com^$third-party -||ssmklfrn.bid^$third-party ||ssmyceoxbjqdp.com^$third-party -||ssobmhpxnjjp.bid^$third-party -||ssowfsbps.bid^$third-party +||ssqpsrlknohdao.com^$third-party ||ssqzsdcnoqv.com^$third-party -||sssjohomoapt.com^$third-party -||ssuhghnjxbp.bid^$third-party -||ssvolkkihcyp.com^$third-party -||ssyhlymwyzou.com^$third-party +||sssyabhje.com^$third-party +||ssucvdbxxlibn.com^$third-party ||ssypntfmi.com^$third-party -||ssyyeufsqbra.bid^$third-party ||stekcwrdwohbch.com^$third-party +||stfdhrkj.com^$third-party ||stfowevsn.com^$third-party ||sthtrtvkkt.com^$third-party +||stjsurdfitff.com^$third-party ||stkqkfhlscmcuh.com^$third-party -||stkrwlodjvl.bid^$third-party -||stlbmyezzth.bid^$third-party -||stnvgvtwzzrh.com^$third-party -||stuthvygifup.com^$third-party +||stkyqouwanr.com^$third-party ||stvayyokjvxnl.com^$third-party -||stwcozfiavhh.bid^$third-party -||sualzmze.com^$third-party +||suapicvhgpwjp.com^$third-party ||sudolljkjzxdfc.com^$third-party ||sudvykphfph.com^$third-party -||sudvzfgrmt.com^$third-party ||sueolwxxosqch.com^$third-party ||suewgrsq.com^$third-party -||sufjqebhmfo.bid^$third-party -||sufzmohljbgw.com^$third-party ||sugqlryshxarn.com^$third-party -||suhprdfb.bid^$third-party ||sukgtuksypr.com^$third-party +||sulxddttj.com^$third-party ||sumizxwhfsrke.com^$third-party ||sumsmoxssy.com^$third-party -||sumvztfze.com^$third-party -||suonvyzivnfy.com^$third-party -||suqufucjzffhay.bid^$third-party ||surquvsx.com^$third-party ||sutdpikbwpvi.com^$third-party -||sutzinjwnroui.com^$third-party -||suvkxcypywspux.bid^$third-party -||suvvihvbskvnii.com^$third-party -||suwadesdshrg.com^$third-party -||suywlxzbjtbib.com^$third-party -||svapqzplbwjx.com^$third-party ||svbfcmumrj.com^$third-party ||svbsvbwci.com^$third-party ||svdmxetbyfyg.com^$third-party ||svdnqszxgucgd.com^$third-party -||svdsutdq.com^$third-party ||svevbvsjeicl.com^$third-party ||svfqoztfopv.com^$third-party -||svjloaomrher.com^$third-party ||svmtvfuok.com^$third-party -||svnhdfqvhjzn.com^$third-party ||svntdcuxobohs.com^$third-party -||svpubdwpaam.bid^$third-party -||svrsqqtj.com^$third-party +||svrybecqxgdq.com^$third-party +||svsatrerbxh.com^$third-party ||svwsjxptbsvqo.com^$third-party -||swahobrjdddri.com^$third-party -||swckuwtoyrklhtccjuuvcstyesxpbmycjogrqkivmmcqqdezld.com^$third-party -||swclpfypife.bid^$third-party ||swcuxrfitmjfee.com^$third-party ||swegaiejcqfojl.com^$third-party ||swezbddhwcz.com^$third-party -||swfqsfewk.bid^$third-party -||swgvpkwmojcv.com^$third-party -||swkhaeiymk.bid^$third-party +||swjvfwtypu.com^$third-party ||swmwgptzlgsc.com^$third-party ||swpopynngk.com^$third-party -||swrvnnelfyay.bid^$third-party +||swqlzufnbngw.com^$third-party ||swtubbksgvg.com^$third-party -||swtwtbiwbjvq.com^$third-party -||swvyhuhnaht.bid^$third-party ||swxrxdej.com^$third-party -||swykcpfxkqvg.bid^$third-party -||swzizkjqe.bid^$third-party -||swzyfkbkdv.bid^$third-party -||sxbmvheosxb.bid^$third-party -||sxcivqfmlsvxo.bid^$third-party -||sxdpyazzofu.com^$third-party -||sxdrafgvll.bid^$third-party ||sxedqvvaxxj.com^$third-party ||sxgmppxfts.com^$third-party ||sxhpwsgdyhw.com^$third-party -||sxiyvcqnp.com^$third-party -||sxjhskptisd.com^$third-party -||sxlzcvqfeacy.com^$third-party ||sxmmgiuilt.com^$third-party -||sxprcyzcpqil.com^$third-party +||sxpupjlyswpgsb.com^$third-party ||sxqtqyjlumbro.com^$third-party -||sxrwqytqajwpt.com^$third-party -||sxtzhwvbuflt.com^$third-party -||sxucahrsnam.bid^$third-party -||sxvqdslmbqyk.bid^$third-party ||sxwcfnai.com^$third-party +||sxwwizqaoedor.com^$third-party +||sxzdxiskr.com^$third-party ||sxzffgjzaohtf.com^$third-party -||syataqoszu.bid^$third-party -||sydhbmlmdxzd.com^$third-party -||sydnkqqscbxc.com^$third-party -||syfdkngkksn.bid^$third-party -||syfoauwvcwi.bid^$third-party -||syhfcveeizqp.bid^$third-party +||sycbmucgctvha.com^$third-party ||syhganutwnp.com^$third-party ||syhjnolp.com^$third-party ||syicirtpxosk.com^$third-party -||syidvbodcb.bid^$third-party -||syiwwswcbxk.bid^$third-party -||symydvmqjjp.com^$third-party -||syorlvhuzgmdqbuxgiulsrusnkgkpvbwmxeqqcboeamyqmyexv.com^$third-party -||syrnujjldljl.com^$third-party ||sywwplqqumjgm.com^$third-party -||sywyknkojoj.bid^$third-party -||syxcbevp.com^$third-party -||syxojpztar.com^$third-party +||szausichl.com^$third-party ||szdfteyb.com^$third-party -||szjgylwamcxo.com^$third-party ||szlkqxlkcz.com^$third-party -||szltiojqs.bid^$third-party -||sznxdqqvjgam.com^$third-party ||szpcxramtfr.com^$third-party -||szrojfkigof.bid^$third-party ||szuzlcmoak.com^$third-party -||szvzzuffxatb.com^$third-party -||szxkkefabenx.bid^$third-party ||szxnruaeuig.com^$third-party -||szyejlnlvnmy.com^$third-party -||szynlslqxerx.com^$third-party -||szywarceqeo.com^$third-party -||szzxtanwoptm.bid^$third-party ||szzzpqcuxqq.com^$third-party -||tabeduhsdhlkalelecelxbcwvsfyspwictbszchbbratpojhlb.com^$third-party +||tacbljtvygnokv.com^$third-party ||tadaeizih.com^$third-party -||tadkozdgbyw.com^$third-party ||tadozqgv.com^$third-party -||taeadsnmbbkvpw.bid^$third-party -||taelsfdgtmka.com^$third-party -||tailpdulprkp.com^$third-party +||tahbmbqhvvi.com^$third-party +||tahkezux.com^$third-party ||takmuany.com^$third-party -||taljdzwer.com^$third-party -||tammfmhtfhut.com^$third-party -||tamqqjgbvbps.com^$third-party +||taljnpgg.com^$third-party ||tamrczjeedauh.com^$third-party -||taoclfxgf.com^$third-party -||taodggarfrmd.com^$third-party ||taowjygwtm.com^$third-party ||taozgpkjzpdtgr.com^$third-party ||tapffdskgjr.com^$third-party -||tapihmxemcksuvleuzpodsdfubceomxfqayamnsoswxzkijjmw.com^$third-party ||taqesyqne.com^$third-party -||taqyljgaqsaz.com^$third-party ||tarxjwdkx.com^$third-party ||tasvjsmnegj.com^$third-party -||tawgiuioeaovaozwassucoydtrsellartytpikvcjpuwpagwfv.com^$third-party -||tawiqiauikutwo.com^$third-party -||tazvowjqekha.com^$third-party -||tbeouuheoyl.com^$third-party ||tbewvipgbgzal.com^$third-party -||tbhmqjpm.com^$third-party -||tbihymlvb.bid^$third-party -||tbisruladc.bid^$third-party -||tbjjzhkwfezt.com^$third-party ||tbkfmuvtzrwsw.com^$third-party ||tblaqgify.com^$third-party ||tbmwhcyfapzjre.com^$third-party ||tbnnsmwfjzttct.com^$third-party ||tbnyxepibups.com^$third-party -||tbogddyfxl.bid^$third-party -||tbrwhqnle.bid^$third-party ||tbrzzxyvkz.com^$third-party ||tbupszmmzn.com^$third-party -||tbwaaekocue.bid^$third-party ||tbxvgojzcbxpoc.com^$third-party -||tbyzeunvuh.com^$third-party ||tcatkrccxgc.com^$third-party -||tcdikyjqdmsb.com^$third-party +||tcblwdybgbtzl.com^$third-party ||tcetggiry.com^$third-party -||tcgojxmwkkgm.com^$third-party ||tcgqqmjyg.com^$third-party ||tchmemnasaxpt.com^$third-party -||tchmfzftuzxue.bid^$third-party -||tchqwqspwjeei.com^$third-party -||tckmsixzb.bid^$third-party -||tckofxwcaqts.com^$third-party -||tclarcrzfbceoo.com^$third-party -||tconifntowb.bid^$third-party ||tcovxxenhjke.com^$third-party -||tcrinrvfejjh.com^$third-party +||tcqyskiryo.com^$third-party ||tcupxwxcvssauz.com^$third-party -||tcvdxlhxi.bid^$third-party ||tcwcsaddht.com^$third-party -||tcwkemlikooah.bid^$third-party -||tcxsonyfzb.bid^$third-party -||tcxygxdrv.com^$third-party -||tcyeyccspxod.com^$third-party +||tcxtybtaeivao.com^$third-party ||tczvikamowfjte.com^$third-party ||tddjcdzra.com^$third-party -||tdgysmmdru.bid^$third-party +||tdfamwrbdwkosn.com^$third-party ||tdjfxeavusdpci.com^$third-party ||tdjoaosibes.com^$third-party -||tdkvddqttcb.bid^$third-party -||tdqkxkopznf.bid^$third-party -||tdrcjxhcmmgeww.bid^$third-party -||tdrmwnjwnccws.com^$third-party -||tdrmyefiig.bid^$third-party -||tdsnpnyg.bid^$third-party -||tdukupzymgfb.bid^$third-party -||tdxqgpfkiye.bid^$third-party -||tdxuojiufz.bid^$third-party -||tedlrouwixqq.com^$third-party +||tdrhecmigtrm.com^$third-party +||tdxipgdorydvzo.com^$third-party ||teefpagayhb.com^$third-party -||tefwraudu.bid^$third-party +||teemacfznt.com^$third-party ||tehkvecryl.com^$third-party ||teipgupp.com^$third-party ||tektbzadrceqje.com^$third-party @@ -47101,690 +44069,353 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tepazmynhvo.com^$third-party ||tepmpemrixd.com^$third-party ||teqceeivmpvv.com^$third-party -||tevrhhgzzutw.com^$third-party -||tevrzjuymzxpk.bid^$third-party -||tewoutrepozv.bid^$third-party -||tewycnrhnv.com^$third-party -||teyuzyrjmrdi.com^$third-party -||tfbzzigqzbax.com^$third-party -||tfdssnipmff.com^$third-party -||tfeywmqsle.com^$third-party -||tfhqxvakurom.bid^$third-party +||teueondocabsu.com^$third-party +||tfbqvqclg.com^$third-party ||tfhuupltipcg.com^$third-party ||tfijbdegozfh.com^$third-party ||tfjfcvhvudxf.com^$third-party -||tflmiurze.bid^$third-party -||tfmfakhermpr.bid^$third-party -||tfnzqjjt.bid^$third-party -||tfokrtmrwlkzv.com^$third-party -||tfomaunqqmii.bid^$third-party +||tfjqjhcwlfhicn.com^$third-party ||tfqexqeldxjvet.com^$third-party -||tfqzkesrzttj.com^$third-party -||tftsbqbeuthh.com^$third-party -||tfttzgnpszrcf.bid^$third-party -||tftwmyrkbzkf.com^$third-party ||tfxorvbelxfbmk.com^$third-party ||tfyxcbougqvmk.com^$third-party -||tfyzarjzrovc.bid^$third-party -||tfzffzmbo.com^$third-party -||tgarmwltrlb.bid^$third-party ||tgbdjyryn.com^$third-party ||tgbjtcgkdu.com^$third-party ||tgdhimcwww.com^$third-party -||tgdlekikqbdc.com^$third-party -||tgfehyikznu.bid^$third-party -||tgijoezvmvvl.com^$third-party -||tgjdebebaama.com^$third-party ||tgkcxtvryb.com^$third-party -||tgrmzphjmvem.com^$third-party -||tgrxxuwpvinoiy.bid^$third-party ||tgugqkjvinvgv.com^$third-party ||tgujinopirjgnn.com^$third-party ||tguzugtyoh.com^$third-party -||tgvedmttabgfvy.bid^$third-party -||tgyswiymvtxg.com^$third-party ||thaoxqlqcy.com^$third-party ||thbuhcnpt.com^$third-party -||thcumizbjxnp.bid^$third-party -||thibzxxtotyqg.bid^$third-party ||thivsxubn.com^$third-party ||thjlnyagmxrbt.com^$third-party -||thjuvpgdmjj.com^$third-party -||thncnkzupxwlbo.bid^$third-party +||thkexopsciqums.com^$third-party ||thnqemehtyfe.com^$third-party ||thnslhajvfmd.com^$third-party -||thowytaoo.com^$third-party -||thpsflsjw.com^$third-party ||thqwivyhdpoem.com^$third-party -||thsfkcymkoce.com^$third-party -||thtlvguaqmkv.com^$third-party -||thvdzghlvfoh.com^$third-party -||thvrvojkkjkkpe.bid^$third-party -||thxdbyracswy.com^$third-party -||thzaiqqwsbpps.com^$third-party -||thzshxisa.bid^$third-party +||thuneagjhnvlg.com^$third-party ||tibzpgmogjqa.com^$third-party ||ticpqxnv.com^$third-party ||tidnqztumpnk.com^$third-party ||tielsdhblnmiv.com^$third-party -||tiemuantodayus.bid^$third-party -||tienribwjswv.com^$third-party ||tieyggub.com^$third-party +||tifbhyfrik.com^$third-party ||tifzusomh.com^$third-party -||tigzuaivmtgo.com^$third-party -||tihjxcxutox.bid^$third-party ||tijoctqry.com^$third-party -||tijosnqojfmv.com^$third-party ||tikjbfpd.com^$third-party ||tikuedobxa.com^$third-party -||tikwglketskr.com^$third-party -||timonnbfad.bid^$third-party -||tinlgcmkslwio.bid^$third-party -||tiosmqhuuzb.bid^$third-party -||tiouqzubepuy.com^$third-party ||tiphkuloov.com^$third-party ||tiptwfbksobui.com^$third-party -||tirbxuopf.com^$third-party -||tiswsdusmdig.com^$third-party -||tiunnitm.bid^$third-party -||tivbpmwvqyyrjc.com^$third-party ||tivioyfstcdlce.com^$third-party -||tivlvdeuokwy.com^$third-party -||tixzeybm.com^$third-party -||tizbmrknb.com^$third-party -||tjaqsjnrvmt.com^$third-party -||tjbgiyek.com^$third-party -||tjblfqwtdatag.bid^$third-party ||tjcorfsynjppv.com^$third-party -||tjdrxdsto.com^$third-party ||tjdvqkis.com^$third-party -||tjhcjhvzbto.bid^$third-party ||tjhjyiylc.com^$third-party ||tjhkdxzzxyb.com^$third-party -||tjkckpytpnje.com^$third-party -||tjkenzfnjpfd.com^$third-party -||tjkrhnwfuj.bid^$third-party ||tjmqetufuzn.com^$third-party -||tjnhsjxi.bid^$third-party -||tjpzulhghqai.com^$third-party -||tjrlwhge.com^$third-party ||tjsioyarnnxmj.com^$third-party ||tjtukeaszrqco.com^$third-party ||tjyoznaozivi.com^$third-party -||tjyzjtkutqvb.bid^$third-party -||tkarkbzkirlw.com^$third-party -||tkeeebdseixv.com^$third-party ||tkewsaesxhf.com^$third-party -||tkfsmiyiozuo.com^$third-party -||tkfusktjaok.bid^$third-party ||tkhoazslm.com^$third-party +||tkjdwcigpyazr.com^$third-party ||tkkfmqbisu.com^$third-party ||tkncbgwor.com^$third-party -||tkoatkkdwyky.com^$third-party ||tkroqotredk.com^$third-party -||tksljtdqkqxh.com^$third-party -||tktyinaabq.com^$third-party ||tlagvdqrsarf.com^$third-party -||tldxywgnezoh.com^$third-party ||tlecwkrygjas.com^$third-party -||tlfloruou.com^$third-party ||tlgprhsl.com^$third-party -||tlhadcbtntr.com^$third-party ||tlhiatdhw.com^$third-party -||tlijmtzosfhdsz.bid^$third-party -||tljikqcijttf.com^$third-party -||tlkcokqtmbgixf.bid^$third-party ||tlkqzjvyujb.com^$third-party -||tlnoffpocjud.com^$third-party -||tlnrlrsquvcx.bid^$third-party -||tlnwnphf.bid^$third-party -||tlpwwloqryzu.com^$third-party ||tluwjhtsvoz.com^$third-party ||tlvfeylwod.com^$third-party ||tlxspilyxsfx.com^$third-party -||tlzhxxfeteeimoonsegagetpulbygiqyfvulvemqnfqnoazccg.com^$third-party -||tlzovwtootkvbj.bid^$third-party ||tmblaeivephb.com^$third-party -||tmcvwyrqwyp.com^$third-party -||tmdbgmhh.com^$third-party -||tmdcfkxcckvqbqbixszbdyfjgusfzyguvtvvisojtswwvoduhi.com^$third-party -||tmexywfvjoei.com^$third-party -||tmffmrsa.com^$third-party ||tmfkuesmlpto.com^$third-party -||tmgcffep.bid^$third-party ||tmhfbwgpvzcxly.com^$third-party ||tmhgsorajits.com^$third-party -||tmhwggtg.bid^$third-party -||tmjavresvaqxly.bid^$third-party ||tmjivakr.com^$third-party -||tmjpoimnbgltkn.com^$third-party -||tmkbpnkruped.com^$third-party -||tmkcofbjv.com^$third-party -||tmmpbkwnzilv.com^$third-party ||tmmpiibtfi.com^$third-party ||tmpnencifbe.com^$third-party -||tmrhtbbhrfbx.bid^$third-party ||tmrsjdxavhjgww.com^$third-party -||tmtuohxkv.com^$third-party -||tmvwirgifkkdtn.bid^$third-party -||tmwhazsjnhip.com^$third-party -||tmwmigsb.com^$third-party +||tmtxtltrid.com^$third-party ||tmxmckanu.com^$third-party +||tmyxrlpkn.com^$third-party ||tnacywet.com^$third-party -||tnbgycckfv.bid^$third-party -||tnbtghpbdvz.bid^$third-party +||tnbyhwawsh.com^$third-party ||tncexvzu.com^$third-party -||tnciaxgkfng.bid^$third-party -||tnhbbtpnq.bid^$third-party -||tnieplur.bid^$third-party -||tnjjkxhyai.com^$third-party ||tnkqfatbtlaw.com^$third-party -||tnkrspdmhdmrfn.bid^$third-party ||tnlfupvrlr.com^$third-party -||tnllizzqv.bid^$third-party ||tnlshxmc.com^$third-party -||tnmzfygctupqr.bid^$third-party -||tnpbbdrvwwip.com^$third-party -||tntqrmqfst.com^$third-party ||tnvghrlg.com^$third-party ||tnwjldvivhgr.com^$third-party ||tnxiuvjtplhhdy.com^$third-party -||tnyomnyezzz.bid^$third-party ||tnznswilqtni.com^$third-party ||toarqsglo.com^$third-party -||tocotlkfjo.bid^$third-party -||toenwwsmam.com^$third-party -||toflvbkpwxcr.com^$third-party -||togfcqfvarpq.com^$third-party +||tonvkjxfovo.com^$third-party ||toseesulbvbe.com^$third-party -||totvsaexihbe.com^$third-party -||touayfftdwcd.com^$third-party -||touraadhdnfgsa.com^$third-party -||tovkhtekzrlu.com^$third-party -||toyhxqjgqcjo.com^$third-party -||tpdowdhhn.com^$third-party +||touawopexnefx.com^$third-party +||tpbpojpo.com^$third-party ||tpdpidgyjhjn.com^$third-party -||tperkulpflry.bid^$third-party -||tpesjhkf.bid^$third-party -||tpfnibqjrpcj.com^$third-party -||tpgeooxrcp.com^$third-party ||tphwlmybvamq.com^$third-party ||tpjhxvondqzult.com^$third-party ||tpkmwnwbzetzbj.com^$third-party -||tpkpnyiaylp.com^$third-party -||tpmbgoiabxu.bid^$third-party -||tpmemhesupkn.bid^$third-party ||tpmrwyhloretut.com^$third-party ||tpnaabdwy.com^$third-party -||tpnphooeqg.bid^$third-party ||tpqweavlol.com^$third-party -||tpranctof.com^$third-party ||tptfopotrzg.com^$third-party -||tpueomljcrvy.com^$third-party -||tpvprtdclnym.com^$third-party ||tpwumuxcasj.com^$third-party -||tpzukfqaqyxn.bid^$third-party -||tqcxtxglt.com^$third-party -||tqdarrhactqc.com^$third-party +||tqbmcmttzid.com^$third-party +||tqddgnqsrya.com^$third-party +||tqguvxunwvk.com^$third-party ||tqixovpneycfmk.com^$third-party ||tqlypenbt.com^$third-party ||tqmricveyxphfo.com^$third-party ||tqomajswbm.com^$third-party -||tqpkegddso.com^$third-party -||tqrtxfqvcxkjiv.com^$third-party -||tqssctwtiihwfs.bid^$third-party -||tqtoeonkw.bid^$third-party ||tqtqneoybxzpoh.com^$third-party -||tqwfafmh.bid^$third-party -||tqwuasyvwebt.bid^$third-party -||tqzvjmgftvtj.bid^$third-party ||trbucgmbren.com^$third-party -||trcbxjusetvc.com^$third-party ||trcrkykttaila.com^$third-party -||trdhjlszfbwk.com^$third-party ||trdmnpklszd.com^$third-party ||trgdwwhaa.com^$third-party ||tricsdqejmu.com^$third-party ||trjmgercl.com^$third-party ||troeekrjquknz.com^$third-party -||trqbzsxnzxmf.com^$third-party -||trvposbevwxvo.bid^$third-party ||trwbkkxk.com^$third-party ||tsastrmq.com^$third-party ||tsdzmkpewrdxyl.com^$third-party ||tsfgnmyhi.com^$third-party -||tsjnzilsuzoxm.bid^$third-party -||tskctmvpwjdb.com^$third-party -||tskdngwznw.bid^$third-party -||tslnxwzujrbfp.bid^$third-party +||tsjehpxqbotsz.com^$third-party ||tsmdmunzbtu.com^$third-party -||tsmwdhwvkaz.com^$third-party -||tsnkvlesphbmul.bid^$third-party -||tsptvvyema.bid^$third-party -||tssxnbuaxctjn.bid^$third-party -||tsuitufixxlf.com^$third-party ||tsupbmgacu.com^$third-party ||tsuwirdrddb.com^$third-party ||tsvlkxhdbc.com^$third-party -||tsvqrrmq.com^$third-party -||tswhwnkcjvxf.com^$third-party ||tswxyvxm.com^$third-party -||tsybqlldfsstw.bid^$third-party -||ttdaxwrryiou.com^$third-party -||ttdrlihuqgklvc.com^$third-party +||tszritnomuy.com^$third-party ||ttdtuwbxgyveg.com^$third-party ||ttegjzxzxyetf.com^$third-party +||ttgazjzsdotiy.com^$third-party +||ttgikcpmkpul.com^$third-party ||ttgvmqdpomt.com^$third-party -||ttgwyqmuhfhx.com^$third-party ||tthvomis.com^$third-party -||tthxqtogskzp.com^$third-party -||ttmnngecelky.bid^$third-party ||ttomktasfnqlg.com^$third-party -||ttqdlwzgpml.bid^$third-party ||ttrwhchvj.com^$third-party ||ttsipyxgpihy.com^$third-party ||ttskmaaf.com^$third-party +||ttuhmbor.com^$third-party ||ttulyfbkatyzp.com^$third-party -||ttwiehwr.bid^$third-party -||ttxqfeuiakgn.bid^$third-party -||ttyvbqif.bid^$third-party ||tuajxhyk.com^$third-party -||tudsawhfmutb.bid^$third-party -||tudsxyhpn.com^$third-party -||tufpmrcdc.com^$third-party ||tuggbdzprgudk.com^$third-party -||tujbidamlfrn.com^$third-party -||tujswypf.bid^$third-party -||tuldmgwvimgowg.com^$third-party ||tuliprfawfq.com^$third-party -||tumfvfvyxusz.com^$third-party ||tummiarunzpf.com^$third-party ||tuopabyjje.com^$third-party -||tupeodhhlcodt.com^$third-party -||turfmpnpiv.bid^$third-party -||turyvfzreolc.com^$third-party -||tusfzbkirabi.com^$third-party -||tuthokcb.com^$third-party ||tuxbpnne.com^$third-party -||tuxdipdej.com^$third-party ||tuxgnhcrhyugjf.com^$third-party -||tuxphjbzmjfuh.com^$third-party -||tuxzictbrqietq.com^$third-party ||tuygdfsydexdeb.com^$third-party ||tuzmouxn.com^$third-party -||tuzutvisi.com^$third-party ||tuzvjlqrpzpugj.com^$third-party -||tuzyaezlaoju.bid^$third-party -||tvammzkprvuv.com^$third-party -||tvbuqvjgqdrfb.bid^$third-party ||tvduznfdgim.com^$third-party -||tvesvlvse.com^$third-party ||tvevyrrrnbcbyk.com^$third-party -||tvexsjvxhb.bid^$third-party -||tvhyilwkn.com^$third-party ||tvjkilgfanpt.com^$third-party +||tvkgdonh.com^$third-party ||tvlubtrxcold.com^$third-party -||tvnetfcgpjq.bid^$third-party +||tvmzvqoudtj.com^$third-party ||tvnqeshbs.com^$third-party ||tvopcxtf.com^$third-party -||tvoykqiea.com^$third-party -||tvqmuysbnorks.bid^$third-party -||tvrfpkvotabukw.com^$third-party +||tvriqjez.com^$third-party +||tvsxjbuo.com^$third-party ||tvvnbwilhqc.com^$third-party ||tvvnxcwqwzv.com^$third-party ||tvvozxml.com^$third-party ||tvwewigpqjj.com^$third-party -||tvxcesibr.bid^$third-party ||tvxpwhnrhsyfj.com^$third-party -||twchmlyexaku.bid^$third-party -||twdksbsyipqa.com^$third-party -||twdsaqqrzbowom.com^$third-party -||twfcqnqggx.com^$third-party +||tweznpjocbka.com^$third-party ||twfilnym.com^$third-party -||twfzouvm.com^$third-party -||twhsmftwybkfn.bid^$third-party ||twiyetehf.com^$third-party -||twjboytcwutbrt.com^$third-party -||twjgylzydlhz.com^$third-party -||twmeccosyivi.com^$third-party -||twmvjfatla.com^$third-party ||twmykwjrpr.com^$third-party ||twngyyzvhzaqtj.com^$third-party ||twnkpjhbgcp.com^$third-party -||twnrkedqefhv.com^$third-party ||twuiebkcnvr.com^$third-party ||twvmqhjjgj.com^$third-party -||twwkliuxoidxxa.bid^$third-party -||twyzufga.bid^$third-party ||twzfqxmt.com^$third-party -||txbvzcyfyyoy.com^$third-party -||txculuvxznldwa.bid^$third-party -||txdnlclxij.bid^$third-party -||txgklvrqjfubzn.bid^$third-party -||txjzxbykbaflu.bid^$third-party -||txknowcznfp.bid^$third-party ||txnpdfvqkuzrd.com^$third-party -||txvivugnikdq.com^$third-party -||txvsifff.com^$third-party -||txvxzkwyelnvb.bid^$third-party ||txwdabikzvw.com^$third-party ||txwfpcfdgepzmp.com^$third-party -||txwnwvhkbtzb.com^$third-party -||txwvuadjcknuj.bid^$third-party -||txwzdalmamma.com^$third-party -||txyxoktogdcy.com^$third-party ||txyylwegpdfsda.com^$third-party ||tyavjmvuvygs.com^$third-party ||tyborlawlkz.com^$third-party ||tybwfgqq.com^$third-party ||tyccaweownne.com^$third-party +||tyjyrkcrv.com^$third-party ||tyllfqbmny.com^$third-party ||tylzbdkjsjig.com^$third-party -||tyoaclrjeb.com^$third-party ||tytkuibh.com^$third-party -||tytzcsgxpaywui.bid^$third-party ||tyuawmgqsbz.com^$third-party -||tyvtfohnwmpu.bid^$third-party -||tyxihxxtpumgm.bid^$third-party -||tyxnmpfi.bid^$third-party -||tyxznbghnfkvb.com^$third-party -||tyyrigtlkny.com^$third-party -||tyzfzrjaxxcg.com^$third-party +||tyxvcadx.com^$third-party +||tyzkooqkqdnh.com^$third-party ||tzbdudhsip.com^$third-party -||tzcgpmqij.com^$third-party -||tzelsvxtjvy.com^$third-party -||tzexcretyodzt.bid^$third-party ||tzfywuot.com^$third-party -||tzgmdsdjmv.bid^$third-party -||tzhnxsmtdj.com^$third-party -||tzjngascinro.com^$third-party -||tzjrmfipwurtc.com^$third-party -||tzlijsurxh.bid^$third-party ||tzmfunsnqkwlp.com^$third-party ||tztcvkhqrzjt.com^$third-party -||tzwcaamgd.bid^$third-party ||tzyvolvenvyim.com^$third-party -||uaaholcdcx.bid^$third-party ||uabdikmdwqdbr.com^$third-party -||uabicxuyovh.com^$third-party -||uaclvtrcno.bid^$third-party -||uaczwcws.com^$third-party ||uafgymcern.com^$third-party ||uaiilmuujsu.com^$third-party ||uaiowafphhb.com^$third-party -||ualobhbpjbjtm.bid^$third-party -||uamfjudim.bid^$third-party ||uamgajydnv.com^$third-party ||uaneklzqph.com^$third-party ||uanomwcxixed.com^$third-party ||uaofcvzlhhh.com^$third-party ||uaolighevmjy.com^$third-party -||uavqdzorwish.com^$third-party -||uaxdkesuxtvu.com^$third-party +||uaqcfkzqqnuxc.com^$third-party ||uayzbioy.com^$third-party -||uazyqjztrhi.bid^$third-party ||ubazpxeafwjr.com^$third-party ||ubdudsdfcll.com^$third-party -||ubecybzqf.bid^$third-party ||ubgzicuglk.com^$third-party -||ubhzahnzujqlvecihiyukradtnbmjyjsktsoeagcrbbsfzzrfi.com^$third-party -||ubiqqzmldivih.bid^$third-party ||ubjapvhzffdreq.com^$third-party ||ubjnuclsgxu.com^$third-party -||ubktdzjnjkpon.com^$third-party -||ubliwesgzq.bid^$third-party ||ubmoipypwf.com^$third-party -||ubnmyycf.bid^$third-party ||ubnwujaioruel.com^$third-party -||ubopxbdwtnlf.com^$third-party +||ubontcdrvoce.com^$third-party ||ubpjjgso.com^$third-party -||ubpurlsu.com^$third-party ||ubqrtmtqkisku.com^$third-party ||ubsrvnuda.com^$third-party ||ubsxycbae.com^$third-party ||ubusbjjd.com^$third-party -||ubvscbxtal.com^$third-party ||ubvyjgbdiq.com^$third-party ||ubwzawpqlsk.com^$third-party -||ubwzlpjxgnlgl.bid^$third-party ||ubxtoqsqusyx.com^$third-party ||ubxxnfcatv.com^$third-party -||uccgdtmmxota.com^$third-party ||uccmprpzju.com^$third-party -||ucczuwzqfrqqgu.bid^$third-party -||uceqxvjwnxksdq.bid^$third-party ||ucflpjvvyaww.bid^$third-party -||ucfwicndme.com^$third-party ||uchiytqiuir.com^$third-party -||ucikujit.bid^$third-party ||uckctkuvwjms.com^$third-party -||uckxjsiy.com^$third-party -||uclftpjqdnvvz.bid^$third-party ||uclylhzwg.com^$third-party ||ucozssymgw.com^$third-party -||ucptqdmerltn.com^$third-party +||ucrsowje.com^$third-party ||ucvrtwfh.com^$third-party ||ucxgfoqrbk.com^$third-party -||ucxnfyadx.com^$third-party ||uczaqrjgkztxe.com^$third-party -||uczxsaxdlpedxl.bid^$third-party -||udbmqqkl.bid^$third-party -||udbtmvuoncdtrg.com^$third-party -||udbwpgvnalth.com^$third-party -||udcufwvt.com^$third-party +||udllxpudd.com^$third-party ||udmdtdjna.com^$third-party -||udrwyjpwjfeg.com^$third-party -||udvbtgkxwnap.com^$third-party +||udtekwuh.com^$third-party ||udvxwimgqr.com^$third-party ||udvysuucqgadg.com^$third-party -||uebavnacbjbr.bid^$third-party -||uebcqdgigsid.com^$third-party -||uebkmtpsfvgvfx.com^$third-party -||uebyotcdyshk.com^$third-party -||uecjpplzfjur.com^$third-party ||ueenfeiu.com^$third-party -||uehdljkrsfaa.bid^$third-party ||uehequcuvujkyf.com^$third-party ||uehkcendtuxt.com^$third-party -||uehtuvguuf.com^$third-party -||uejnzoaayhr.com^$third-party ||uembrcfeuwtsjy.com^$third-party ||uemjnvyn.com^$third-party ||uenpibqyjvim.com^$third-party ||ueopjincquazoo.com^$third-party -||ueosdjscxucj.com^$third-party -||uepsvcyxxrbs.bid^$third-party -||ueptzgugtxis.com^$third-party -||uerhhgezdrdi.com^$third-party -||uerladwdpkge.com^$third-party ||uescuqejoirsh.com^$third-party ||uesdpbrej.com^$third-party -||uetqkude.com^$third-party -||ueutwxdypf.bid^$third-party -||uewejiuqwqx.com^$third-party -||uezxmehb.com^$third-party ||uezychzvo.com^$third-party ||ufelatujvbhtbo.com^$third-party -||ufgtddsuhlo.com^$third-party -||ufkdsnlvxoqw.com^$third-party -||ufmnicckqyru.com^$third-party +||ufeuyyfoguo.com^$third-party ||ufnozeotbqsn.com^$third-party -||ufnzapqvrbyx.com^$third-party ||ufptmejous.com^$third-party ||ufrbfvelweoy.com^$third-party -||ufrzvzpympib.com^$third-party ||ufsomlskkso.com^$third-party ||ufugfbtpp.com^$third-party ||ufvehyxuiwe.com^$third-party ||ufvzwshjkhocjn.com^$third-party ||ugahbedypf.com^$third-party ||ugbadcqsqep.com^$third-party -||ugbmcjmpapeo.bid^$third-party -||ugfxrrqz.bid^$third-party ||uggepqevz.com^$third-party ||uggvuuquxj.com^$third-party +||ughdqpwtfabsqg.com^$third-party ||ugkppchlelde.com^$third-party ||ugobgzeiel.com^$third-party ||ugoptxnm.com^$third-party -||ugvcpwyplnj.bid^$third-party -||ugvdjzysvfivy.com^$third-party -||ugwctmus.bid^$third-party ||ugwkyqdbmpwbbi.com^$third-party -||ugxqfkslreop.bid^$third-party ||ugxshqnodoha.com^$third-party -||ugxyemavfvlolypdqcksmqzorlphjycckszifyknwlfcvxxihx.com^$third-party ||ugyuyuccjgrtht.com^$third-party -||ugyymqcxyoi.bid^$third-party ||ugzpvflxa.com^$third-party -||uhavijwye.bid^$third-party -||uhbhfwqtbr.bid^$third-party -||uhboiygnytbql.com^$third-party -||uhccvnxi.com^$third-party ||uherdmjkbqic.com^$third-party -||uhfqrxwlnszw.com^$third-party -||uhgnxrkhoi.bid^$third-party ||uhicnlmab.com^$third-party -||uhkgydsvc.bid^$third-party -||uhnuskfd.bid^$third-party -||uhpdodqzxewhcv.com^$third-party +||uhjedvnlaq.com^$third-party ||uhpnngxvuvwtd.com^$third-party -||uhvbjjse.com^$third-party ||uhyyacioq.com^$third-party -||uicybyysyllad.com^$third-party -||uietsotq.bid^$third-party ||uigruwtql.com^$third-party -||uihzulkvmdgv.com^$third-party ||uiiswaeojpfee.com^$third-party -||uilknldyynwm.com^$third-party -||uilwbcwxgq.bid^$third-party ||uimrmuoztkoia.com^$third-party ||uinbjfve.com^$third-party -||uipjeyipoumf.com^$third-party -||uiqefowmmxciwe.com^$third-party ||uiqwtgcp.com^$third-party ||uisdjvwytl.com^$third-party ||uisrihozphejjt.com^$third-party ||uixvbjknkqxfvj.com^$third-party -||uiydukxbls.bid^$third-party -||uiyeiafffdex.com^$third-party ||uizhcjow.com^$third-party -||ujdctbsbbimb.com^$third-party -||ujebryyesbeymm.bid^$third-party -||ujjotriglqpkjh.com^$third-party -||ujlpbcsx.com^$third-party -||ujocmihdknwj.com^$third-party +||ujkqudpjtbztz.com^$third-party ||ujpakyfu.com^$third-party -||ujqafhcsrhyz.com^$third-party -||ujqbxbcqtbqt.com^$third-party -||ujrfwuzv.com^$third-party +||ujpbruxewv.com^$third-party +||ujpvnnmnsoypsa.com^$third-party +||ujqiqzsibnfclm.com^$third-party ||ujrtwvabum.com^$third-party -||ujtyosgemtnx.com^$third-party ||ujuclxjkb.com^$third-party ||ujuqvalvvvof.com^$third-party ||ujwdwwfuqcgnv.com^$third-party +||ujylaibwmgtaow.com^$third-party ||ujyyciaedxqr.com^$third-party -||ujzeqfkeilro.com^$third-party -||ukbhtzbxqzzqp.bid^$third-party -||ukbxppjxfgna.com^$third-party ||ukdjbubvp.com^$third-party ||ukdzmuvtelq.com^$third-party -||ukffjaqtxhor.com^$third-party -||ukjrbrvisps.bid^$third-party ||ukjsibgu.com^$third-party -||ukjzdydnveuc.com^$third-party ||ukksghzwxha.com^$third-party ||uklvebsp.com^$third-party ||uklyolpqnt.com^$third-party ||ukngpcuyc.com^$third-party -||uknlxuxflvlw.com^$third-party -||ukolwxqopahb.com^$third-party ||ukpdcsfermd.com^$third-party +||ukqevyhhs.com^$third-party ||ukrzsrrydyysim.com^$third-party -||ukvkloytfaw.bid^$third-party ||ukwotnfnhk.com^$third-party ||ukwoxufaepbhn.com^$third-party -||ukxeudykhgdi.com^$third-party -||ukxpwwdnnbmqzu.bid^$third-party -||ulbriabm.com^$third-party ||uldhfvzyw.com^$third-party ||uldwcpscwzkis.com^$third-party -||ulffbcunqnpv.com^$third-party -||ulhokncmea.bid^$third-party +||uleakkpuzaea.com^$third-party ||ullariwoi.com^$third-party -||ulnpoxaxici.bid^$third-party -||uloiugxpg.com^$third-party -||uloywtmpqskx.com^$third-party -||ulpxnhiugynh.com^$third-party ||ulrryqpp.com^$third-party ||ulsvrptuwyovg.com^$third-party ||ultjaimlrjlfl.com^$third-party ||ulufyprtd.com^$third-party -||ulwsjpfxwniz.com^$third-party -||ulyppmnm.bid^$third-party -||umafkdswjuwz.bid^$third-party +||ulyrpgnqeyo.com^$third-party +||ulzcieyihw.com^$third-party ||umaglven.com^$third-party -||umboffikfkoc.com^$third-party -||umffsefd.bid^$third-party ||umgbvaurcx.com^$third-party ||umhpzzloestt.com^$third-party -||umjdbaog.bid^$third-party ||umlrvgjkexv.com^$third-party -||umnsvtykkptl.com^$third-party -||umqgdhsm.bid^$third-party ||umqhjmowzjrl.com^$third-party -||umqsrvdg.com^$third-party -||umrehhye.com^$third-party -||umswxgeedbaoa.bid^$third-party ||umusjdiehxbn.com^$third-party ||umvgcqaxmie.com^$third-party -||umwsjnsvfzuo.com^$third-party +||umwetngwuh.com^$third-party ||umxxuqpbhylyy.com^$third-party -||umxzhxfrrkmt.com^$third-party ||umybobusjo.com^$third-party ||umyiwkxzf.com^$third-party ||umyjigrlwxywqz.com^$third-party -||umzrccpfbnuu.com^$third-party -||uncumlzowtkn.com^$third-party ||undoxiraqm.com^$third-party -||unewqmemh.bid^$third-party ||unexqnotmzyf.com^$third-party -||unfdjwel.com^$third-party -||unffpgtoorpz.com^$third-party -||ungvncbnx.bid^$third-party ||unikmmqybjy.com^$third-party ||unjqjnzvzyrtw.com^$third-party ||unkrokwhwn.com^$third-party -||unlupxiky.bid^$third-party ||unmdrnuzgel.com^$third-party ||unmhxfutdmxcdw.com^$third-party -||unrbpcqmiybu.com^$third-party ||unrzhgdly.com^$third-party -||unwlrtefzfzj.bid^$third-party -||unxuwvntk.com^$third-party +||unwyiror.com^$third-party ||unyhjoehc.com^$third-party -||unztsvrjofqp.com^$third-party ||uoapkzwkoqnk.com^$third-party ||uoarbhxfyygn.com^$third-party ||uoccvsdh.com^$third-party +||uofmnbkm.com^$third-party ||uohpnvpynvsz.com^$third-party ||uoicsyuiof.com^$third-party ||uoifloesog.com^$third-party -||uokehbea.bid^$third-party -||uonbbttwys.bid^$third-party +||uojjfspxqcyik.com^$third-party ||uoommnucvua.com^$third-party -||uoottsfgy.com^$third-party ||uopayiycy.com^$third-party -||uopzeuilt.bid^$third-party -||uoqhigwxrzplg.bid^$third-party +||uophrutbsb.com^$third-party +||uoqktpjfrctroa.com^$third-party ||uorhedemxtni.com^$third-party ||uowpygtwql.com^$third-party -||uoxbotvrs.bid^$third-party -||uoypqskiemf.bid^$third-party ||uoyznzsggodnl.com^$third-party ||uozfvskaqrgm.com^$third-party ||upckrtagwpwk.com^$third-party -||upcokvzuupn.bid^$third-party -||upgwdilkhlwguz.bid^$third-party ||uphuatdmwbdm.com^$third-party ||upijhkdcovdep.com^$third-party ||upikeoshfhw.com^$third-party @@ -47795,997 +44426,484 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uprlyxksgcffgn.com^$third-party ||upvtnuffy.com^$third-party ||upwtyghvknaiw.com^$third-party +||upwzuqfcvbeqo.com^$third-party ||upzpyrsvvxpoey.com^$third-party ||uqbxjdeeq.com^$third-party ||uqbxznftv.com^$third-party +||uqdqwaolvyxbjc.com^$third-party ||uqelijcu.com^$third-party ||uqemcyylvcdrgs.com^$third-party -||uqgloylf.com^$third-party ||uqhqcoezkn.com^$third-party -||uqhtuahgfmcx.com^$third-party ||uqihbnpqtwwzdv.com^$third-party ||uqmkkfaoqnnmlx.com^$third-party -||uqoboyvqsqpy.com^$third-party ||uqouplgwlmeqt.com^$third-party -||uqpotqld.com^$third-party -||uqqgyniatjtf.com^$third-party ||uqsoxvwffpkrt.com^$third-party +||uqyatperdvczfw.com^$third-party ||uqyirvghv.com^$third-party -||uqzhfziupi.bid^$third-party ||urcakbypjfvsq.com^$third-party ||urfdvrrg.com^$third-party -||urhvlgfnbdhlf.com^$third-party -||urijswfbgh.com^$third-party -||urikbkwiwy.bid^$third-party -||urjbglpktn.com^$third-party ||urkmuzzygjp.com^$third-party +||urnuvssumlrb.com^$third-party ||uroidgcc.com^$third-party -||urpscavikbyv.com^$third-party -||urptvbryjgs.bid^$third-party -||urqctaruhm.bid^$third-party -||urqxrzrphsga.com^$third-party -||urtbxola.bid^$third-party -||urtcjxuoz.com^$third-party -||urwvswik.bid^$third-party -||urxdodnj.com^$third-party +||urynnngdrt.com^$third-party ||uryvzhvgpulaog.com^$third-party -||usaowwbxa.com^$third-party ||usclxdvvvnkdrv.com^$third-party -||uscvlpjeaggyq.com^$third-party ||usdlgonjnzpu.com^$third-party -||usfakdxuo.bid^$third-party ||usfmamdapvmfs.com^$third-party -||usfmwydo.com^$third-party -||ushqvpdtwoecis.com^$third-party -||uslbqxwum.bid^$third-party -||usmyfgrdv.bid^$third-party -||usnhsilyntf.bid^$third-party -||usoqghurirvz.com^$third-party -||uspddemi.com^$third-party -||uspsqjivl.bid^$third-party +||usjguyybhhtjos.com^$third-party ||usrvgxowmn.com^$third-party ||usshjrket.com^$third-party -||ussscmqkjtfsx.com^$third-party -||usuanyzr.bid^$third-party ||usvgzajftrzkr.com^$third-party ||uswgkadyika.com^$third-party ||usxobxnmmaix.com^$third-party -||usymycvrilyt.com^$third-party -||uszpxpcoflkl.com^$third-party ||utbclxmcv.com^$third-party -||utfffrxmzuvy.com^$third-party ||uthifuehb.com^$third-party ||utiiamqdsku.com^$third-party -||utjwhrahb.bid^$third-party ||utjznnqgd.com^$third-party -||utlpwxdt.com^$third-party ||utmcttmdaoqd.com^$third-party ||utngexelkv.com^$third-party -||utnkeaqurjca.com^$third-party +||utpgxaylxurhbc.com^$third-party ||utrfixbusce.com^$third-party ||utrvcoqxyshvly.com^$third-party ||utuqrzwg.com^$third-party ||utvxgpmcnaq.com^$third-party -||utwhgyjgjw.bid^$third-party ||utxatnjs.com^$third-party -||utyhzjbwfyrz.bid^$third-party -||utyrqbgrmoxs.com^$third-party -||utyynepwwnl.com^$third-party ||utzhcsrzrlhhxn.com^$third-party -||utzpjbrtyjuj.com^$third-party ||uuaajohul.com^$third-party -||uuacjdostjloa.bid^$third-party ||uubxhbwnwmfqp.com^$third-party ||uudehlgu.com^$third-party ||uufbvpidyn.com^$third-party -||uuiqhzpvfql.com^$third-party ||uujzywpxxrroh.com^$third-party ||uukqisdwolzsjd.com^$third-party -||uukqjcucva.com^$third-party ||uunriutbi.com^$third-party -||uupjizxqf.bid^$third-party -||uupqrsjbxrstncicwcdlzrcgoycrgurvfbuiraklyimzzyimrq.com^$third-party -||uuproxhcbcsl.com^$third-party -||uutfeuxmqdvdp.com^$third-party -||uuvqkppicm.com^$third-party -||uuvwcjtppeonfq.com^$third-party -||uuwoktwdmo.bid^$third-party ||uuzjerqlmxnosw.com^$third-party -||uvakjjlbjrmx.com^$third-party ||uvawalhexufy.com^$third-party -||uvcvhcbvy.bid^$third-party -||uvffdmlqwmha.com^$third-party -||uvjvnbitjmvzgk.com^$third-party ||uvlyzxml.com^$third-party ||uvmfrryhmaww.com^$third-party -||uvmsfffedzzw.com^$third-party ||uvniygdwmoojfm.com^$third-party +||uvokouvtrr.com^$third-party ||uvomthuqsqx.com^$third-party +||uvosubgxhws.com^$third-party ||uvppdseel.com^$third-party -||uvstluoomeys.bid^$third-party ||uvsxjyokgfz.com^$third-party -||uvxaafcozjgh.com^$third-party -||uvyascqbm.bid^$third-party ||uvyfszshvgassp.com^$third-party ||uvzfodimtska.com^$third-party -||uwdawnsge.bid^$third-party -||uwfvuohbac.com^$third-party +||uwehcnmbnfr.com^$third-party ||uwidtpjwh.com^$third-party -||uwjczdkytwyhzh.com^$third-party ||uwkwhedvie.com^$third-party -||uwnklfxurped.com^$third-party -||uwpmwpjlxblb.com^$third-party -||uwqrwgxxkaoydo.com^$third-party -||uwrpquqrmi.bid^$third-party -||uwrzafoopcyr.com^$third-party -||uwwqyltgag.bid^$third-party ||uwxldrvqyk.com^$third-party -||uxferkyskxont.bid^$third-party -||uxibiysrllgnn.com^$third-party -||uxjekaexjsxe.bid^$third-party ||uxkkltrrxlowzo.com^$third-party -||uxlkeovekhbs.com^$third-party ||uxlkqeiez.com^$third-party -||uxmskpwnsmzlro.bid^$third-party ||uxnssjly.com^$third-party -||uxokueepol.bid^$third-party -||uxrvjeyyj.com^$third-party -||uxvbvwelamufit.bid^$third-party -||uxvtglgbeshxn.bid^$third-party -||uxwruhzmztyfr.bid^$third-party -||uxxtokvw.com^$third-party -||uxyofgcf.com^$third-party ||uxzbsinjyld.com^$third-party ||uxzcwowjd.com^$third-party -||uxzrpvtqv.bid^$third-party -||uyajpfaw.bid^$third-party -||uyblkzhkbgx.bid^$third-party -||uybpcwvnmkz.bid^$third-party ||uydeapvmmlvdp.com^$third-party -||uyeitlxsham.bid^$third-party ||uyeluxauiq.com^$third-party -||uyfsqkwhpihm.com^$third-party -||uyfudwfqfk.bid^$third-party -||uyhjoalu.bid^$third-party -||uyiqmcfidci.bid^$third-party +||uyfujpumixi.com^$third-party ||uymjshdxxneu.com^$third-party ||uymxsbbh.com^$third-party -||uyojmlzpk.bid^$third-party -||uypeevqdjnbtfc.bid^$third-party -||uyqzlnmdtfpnqskyyvidmllmzauitvaijcgqjldwcwvewjgwfj.com^$third-party -||uyrmpnojgzi.com^$third-party ||uytabzmvei.com^$third-party -||uyusewjlkadj.com^$third-party ||uyxjfkgudefv.com^$third-party ||uyxjnuqbti.com^$third-party ||uyyalzrvkvmtiq.com^$third-party +||uyyimqrmxcwuo.com^$third-party ||uyznjuyfyjc.com^$third-party ||uyzzzeodgommgb.com^$third-party -||uzagahwfnt.com^$third-party -||uzbboiydfzog.com^$third-party -||uzbciwrwzzhs.com^$third-party -||uzesptwcwwmt.com^$third-party ||uziiygdcwur.com^$third-party ||uzikrtotjbnq.com^$third-party -||uzkkocgdasr.bid^$third-party ||uzlleehrsmibli.com^$third-party -||uzmmpskwon.com^$third-party -||uzmsexugrqz.com^$third-party ||uznwafjxmm.com^$third-party ||uzpvacvhdssq.com^$third-party -||uzqptkclvcaa.com^$third-party -||uzqtaxiorsev.com^$third-party -||uzreuvnlizlz.com^$third-party ||uzrrqqzlktpymn.com^$third-party ||uzsqhuevese.com^$third-party -||uzsywcdthqplzv.bid^$third-party -||uzvjymcnwngwau.bid^$third-party +||uzvqrimq.com^$third-party ||uzvuhhyymmkc.com^$third-party ||uzwweczttqlayd.com^$third-party -||uzxbnlwauycnp.bid^$third-party ||uzxbwsnhjlt.com^$third-party ||uzxyqxolrc.com^$third-party ||uzxzkkyzb.com^$third-party ||uzylpwfamhcb.com^$third-party -||uzzhylmprb.bid^$third-party -||vacnuuitxqot.com^$third-party ||vacshqmpvkbzjh.com^$third-party -||vadfygtg.bid^$third-party -||vadqibvk.com^$third-party -||vaeucrdlulu.bid^$third-party -||vafmypxwomid.com^$third-party ||vaftkcyzqg.com^$third-party -||vaghwpbslvbu.com^$third-party -||vagttuyfeuij.com^$third-party -||vahtbhufjkna.com^$third-party -||vahufapave.com^$third-party ||vajiyqbb.com^$third-party ||vakgkyas.com^$third-party -||vaksyrgpkz.com^$third-party ||valpkwew.com^$third-party -||vamuglchdpte.com^$third-party -||vanibwlu.bid^$third-party -||vaoajrwmjzxp.com^$third-party ||vapgfhsecbit.com^$third-party -||vaqkvpbtia.com^$third-party ||vasfxpribls.com^$third-party ||vaslssynz.com^$third-party -||vatytxdw.com^$third-party -||vauwjladxhpx.bid^$third-party -||vavdmrnsrxfgjl.com^$third-party -||vawlydqyujwmha.com^$third-party -||vbbmesayhzw.bid^$third-party +||vaygzgvc.com^$third-party +||vbcmgmhfoj.com^$third-party ||vbdrzplqtgk.com^$third-party ||vbebblpht.com^$third-party -||vbehjwhcbhtg.com^$third-party -||vbfjqnvw.bid^$third-party ||vbguaqweaif.com^$third-party +||vbhfrdqskvcvxj.com^$third-party ||vbiudrdieouauc.com^$third-party ||vbjhsdcuv.com^$third-party ||vbjpddtj.com^$third-party -||vbjvbjertwov.com^$third-party -||vbjwswnic.bid^$third-party ||vbkhjlokrdd.com^$third-party -||vblunqrovanf.com^$third-party -||vbmvbljjer.bid^$third-party -||vbnvvzedvgx.com^$third-party +||vbkrzqopqbhrd.com^$third-party ||vbqcwfleda.com^$third-party -||vbskcvjdabdp.com^$third-party ||vbuhzjnj.com^$third-party -||vbupfouyymse.com^$third-party -||vbuqjdyrsrvi.com^$third-party ||vbwakfbazxd.com^$third-party ||vbwfqaisbgn.com^$third-party ||vbxrcekqkmrzyd.com^$third-party -||vbyefnnrswpn.com^$third-party -||vcavpwzzx.bid^$third-party -||vcdtowafqibekr.com^$third-party -||vcegsisugrwd.bid^$third-party ||vcfnspbgztl.com^$third-party -||vcgbtlktbagb.com^$third-party -||vcgcqbpk.com^$third-party -||vcgyhvgkcknlx.bid^$third-party ||vcjbxucwrprtu.com^$third-party -||vclmcskuvdps.bid^$third-party -||vcmosyicygejth.com^$third-party +||vcocbxnawuygjf.com^$third-party ||vctgwjsgivo.com^$third-party ||vcvapkiua.com^$third-party ||vcvefwzdxhysh.com^$third-party -||vcwdjbbughuy.com^$third-party ||vcwrigdrnh.com^$third-party ||vcxoizuwy.com^$third-party -||vcxqcjov.com^$third-party ||vcyxvhxysl.com^$third-party ||vczprcezg.com^$third-party ||vdacizdywoe.com^$third-party -||vdawecpymih.bid^$third-party ||vdbasihbxwea.com^$third-party -||vddhkbxeutjr.com^$third-party ||vdfoejtqimcgog.com^$third-party -||vdhmatjdoyqt.com^$third-party -||vdknliitqoe.bid^$third-party ||vdldsjqxppi.com^$third-party -||vdlvaqsbaiok.com^$third-party -||vdnwtglxprwx.com^$third-party -||vdojdljult.bid^$third-party -||vdpybqqnewhbb.bid^$third-party -||vdpyueivvsuc.com^$third-party -||vdqarbfqauec.com^$third-party -||vdqgeivta.bid^$third-party +||vdrmwfdtn.com^$third-party ||vdrpwkycbla.com^$third-party -||vdtaajlfocecy.com^$third-party -||vdumpcunfa.com^$third-party -||vduswjwfcexa.com^$third-party -||vduyikffas.bid^$third-party ||vdvaazkk.com^$third-party -||vdvmpzqmpsswu.bid^$third-party -||vdvylfkwjpvw.com^$third-party -||vdxfpuikz.bid^$third-party -||vdyqcdxqvebl.com^$third-party -||veancalta.bid^$third-party ||vebubhzj.com^$third-party ||veedjtyvhn.com^$third-party ||veehdmymwvvexv.com^$third-party -||veeqneifeblh.com^$third-party -||vegiqjbranp.com^$third-party -||vegmvagvesye.com^$third-party -||vehvkcnild.bid^$third-party -||vejlbuixnknc.com^$third-party -||vejrnvdsrvrbij.bid^$third-party ||vekuridufq.com^$third-party ||velfssiowmyos.com^$third-party -||velzqrqrucvmqc.com^$third-party ||vemrhavwgchp.com^$third-party ||veodxsimctsgs.com^$third-party ||veoujrnenng.com^$third-party ||vepatyei.com^$third-party -||vepcsswlpolz.com^$third-party -||vertvshonf.com^$third-party -||veswrzdcvcdooh.bid^$third-party -||vevjbdxyththv.bid^$third-party -||vevlcnvy.bid^$third-party +||veuzlkpnbujf.com^$third-party ||vewpwrqebmwu.com^$third-party ||vexuchkhuin.com^$third-party -||veytkljszaoutc.com^$third-party ||vezipelsr.com^$third-party -||vfasewomnmco.com^$third-party -||vfayoytjil.bid^$third-party -||vfbdtfucvlxi.bid^$third-party -||vfedpgmaxxkug.com^$third-party -||vffyvridwaa.com^$third-party ||vfgbeaayncdya.com^$third-party -||vfhcrxlfm.com^$third-party -||vfkfctmtgrtq.com^$third-party ||vfkuauks.com^$third-party ||vfkwaaqc.com^$third-party -||vfmzddpaznanf.bid^$third-party ||vfnemtpehzmzwc.com^$third-party -||vfnvsvxlgxbvndhgqqohfgdcfprvxqisiqhclfhdpnjzloctny.com^$third-party -||vfonfnazs.bid^$third-party ||vfousvlr.com^$third-party -||vfqkonyxf.com^$third-party -||vfsmtbtqducat.com^$third-party -||vfstdqercaffu.com^$third-party +||vfsirfnosdx.com^$third-party ||vfsyklhwbxgq.com^$third-party -||vfugvqbamwcjwz.bid^$third-party -||vfvbarhywkjsf.com^$third-party -||vfvjddae.bid^$third-party -||vfvufciozajzpy.com^$third-party -||vfwazmnubbtabc.com^$third-party -||vfwweckjug.bid^$third-party ||vfxkeagns.com^$third-party ||vgbvsduys.com^$third-party -||vgckzqudqhfr.com^$third-party -||vgfeahkrzixa.com^$third-party -||vgfoaxddf.bid^$third-party -||vgjawpqjn.com^$third-party +||vghjsrae.com^$third-party ||vgjwkjinwkud.com^$third-party ||vglpukrekfij.com^$third-party -||vgmrqurgxlimcawbweuzbvbzxabsfuuxseldfapjmxoboaplmg.com^$third-party ||vgnlhfdkmcdc.com^$third-party ||vgodvvcwrshk.com^$third-party ||vgogzrukn.com^$third-party -||vgomgphs.bid^$third-party -||vgqwwfkkgvufn.bid^$third-party -||vgrguzpcpc.bid^$third-party ||vgszcaszzef.com^$third-party -||vgtnbvzkepbm.com^$third-party -||vgudvdgzix.bid^$third-party ||vgvzvqbzhh.com^$third-party -||vgwdepvhkiu.bid^$third-party ||vgyakiejafjjj.com^$third-party -||vhatpbmitwcn.com^$third-party ||vhbyakilp.com^$third-party -||vhctcywajcwv.com^$third-party ||vhdvllhgyrjy.com^$third-party -||vhiaxerjzbqi.com^$third-party ||vhiuhrwapdirpu.com^$third-party -||vhjgxutx.bid^$third-party -||vhjygupbyf.bid^$third-party -||vhlnpaaxxxz.com^$third-party -||vhlsrzyt.bid^$third-party ||vhouorcd.com^$third-party ||vhpmiipdpjq.com^$third-party -||vhpqxkhvjgwx.com^$third-party -||vhscigqpwe.com^$third-party -||vhuhrhowm.com^$third-party -||vhuveukirbuz.com^$third-party -||vhwuphctrfil.com^$third-party +||vhvuvmjxdo.com^$third-party ||vhzgmzakn.com^$third-party -||vhzzzbdtxhh.bid^$third-party ||vickgdkdrwpdt.com^$third-party -||vicofhozbuaf.com^$third-party ||vigdxlpecmv.com^$third-party -||vigrjuksi.bid^$third-party -||vimenhhpqnb.com^$third-party -||vimhuspifwyy.com^$third-party -||vimlsrcfgjyr.bid^$third-party +||vignmvwjlyc.com^$third-party ||vinfazjrdmh.com^$third-party ||viphdsrlec.com^$third-party -||viqfxgmgacxv.com^$third-party -||viqmadjqndqkm.com^$third-party ||virgbmkmear.com^$third-party ||viunypnvhcw.com^$third-party ||viurihkwo.com^$third-party -||vivcdctagoij.com^$third-party -||vivetivcuggz.com^$third-party ||viwsqbbvfknp.com^$third-party -||vixqjiypv.com^$third-party -||viysseop.bid^$third-party -||vizsvhgfkcli.com^$third-party ||vjcewkcjqu.com^$third-party ||vjfgmsly.com^$third-party ||vjfkglkztcz.com^$third-party -||vjgfelirts.bid^$third-party ||vjgyxegvfrhthq.com^$third-party ||vjhjolgaz.com^$third-party -||vjjoarpmzb.bid^$third-party ||vjltrbzrtqmkib.com^$third-party -||vjmoisjmh.bid^$third-party -||vjoytzia.com^$third-party ||vjqshoyjxwk.com^$third-party -||vjrpdagpjwyt.com^$third-party -||vjvoahcty.bid^$third-party -||vjwjjytlbqhvmb.bid^$third-party -||vjwmtavlnvjdu.bid^$third-party -||vjyzfgwkzp.com^$third-party +||vjsxvihazrwypb.com^$third-party +||vjuvorqe.com^$third-party ||vjzcgotoy.com^$third-party -||vjzqadxswfb.bid^$third-party -||vjzqmbcx.com^$third-party -||vjzttumdetao.com^$third-party -||vkarvfrrlhmv.com^$third-party -||vkasuqsswc.com^$third-party ||vkbftstazhjgdx.com^$third-party -||vkdbvgcawubn.com^$third-party ||vkhrnisuky.com^$third-party -||vkqfzlpowalv.com^$third-party ||vkrgljxqn.com^$third-party ||vkudpjuvg.com^$third-party ||vkvvvnppfmm.com^$third-party ||vkwasihbl.com^$third-party -||vkywqkbmdkmmg.com^$third-party ||vkznlzueuuebb.com^$third-party -||vkzziiuqacv.com^$third-party -||vlaqqdwltcuk.com^$third-party ||vletnguozhvm.com^$third-party -||vlgqpikka.com^$third-party ||vlhdmywfi.com^$third-party -||vlijpebmjxmlbp.bid^$third-party -||vlivfbpuxmls.bid^$third-party ||vlkdntgqqfjusm.com^$third-party ||vllwccvw.com^$third-party ||vlnaseyii.com^$third-party -||vlnveqkifcpxdosizybusvjqkfmowoawoshlmcbittpoywblpe.com^$third-party ||vlpufjkwpmjhbn.com^$third-party ||vlrzhoueyoxw.com^$third-party ||vlscykmnd.com^$third-party ||vltjkelvgvj.com^$third-party -||vltrkltuqe.bid^$third-party -||vltvhssjbliy.com^$third-party -||vlufledr.bid^$third-party -||vlvowhlxxibn.com^$third-party +||vltxcrkyxtv.com^$third-party ||vlwdjmvhf.com^$third-party -||vlxgszdgmnay.com^$third-party ||vlxszjkbwgt.com^$third-party ||vlyqzdsucomih.com^$third-party ||vlyuopulvewg.com^$third-party -||vmbkadalzr.bid^$third-party -||vmcpydzlqfcg.com^$third-party -||vmebrrdrtmiaan.bid^$third-party +||vmetkehutsu.com^$third-party ||vmftwflt.com^$third-party -||vmfvmwqdkfdfh.bid^$third-party -||vmhadwuuj.com^$third-party -||vmkjxdahnfywwi.bid^$third-party -||vmmmofwusn.com^$third-party ||vmmphpamtigpbi.com^$third-party -||vmojhghwpsuy.com^$third-party -||vmqbifesgqs.com^$third-party +||vmqgouvq.com^$third-party ||vmrsmnrvzh.com^$third-party -||vmtaqxsf.bid^$third-party ||vmtjybwfb.com^$third-party ||vmtwnkpskok.com^$third-party -||vmvhmwppcsvd.com^$third-party ||vmvuptdijjwi.com^$third-party ||vmyvsltb.com^$third-party ||vmyzwzgggbcp.com^$third-party -||vnadjbcsxfyt.com^$third-party -||vncvownr.bid^$third-party ||vndfakned.com^$third-party ||vndgfycu.com^$third-party ||vndrcewnard.com^$third-party -||vnekbyzxamo.bid^$third-party ||vnfdwoljzoaer.com^$third-party ||vngztuqon.com^$third-party -||vnhcxditnodg.com^$third-party ||vnjeqfwmotkvbg.com^$third-party -||vnkydhnyjed.com^$third-party ||vnlqgiuul.com^$third-party -||vnmcbzhfcdjxt.bid^$third-party -||vnnqiqzcslnh.bid^$third-party -||vnoeiemdhqf.com^$third-party -||vnptobld.bid^$third-party ||vnrapyiaxxj.com^$third-party ||vntcxqxuqki.com^$third-party -||vnufxjwndhsfbj.com^$third-party ||vnwqrcvud.com^$third-party -||vnyginzinvmq.com^$third-party -||vnzlgmfd.com^$third-party ||voaalhaobdl.com^$third-party ||vodbordnhhemq.com^$third-party -||vodhaqaujopg.com^$third-party -||vokskdqa.com^$third-party -||voksuksb.bid^$third-party -||vokvlthjzt.bid^$third-party -||volleqgoafcb.com^$third-party -||volyncftzhw.bid^$third-party -||vomhhsovuu.bid^$third-party +||voioaartgw.com^$third-party ||voqdswwgrheo.com^$third-party ||voqkuiowjtkwgc.com^$third-party -||vouekcjmiu.com^$third-party ||vouzgwau.com^$third-party ||vowqesvqjwxc.com^$third-party ||voxnrvzwy.com^$third-party -||voxucaldgpicqh.com^$third-party ||vpfadnueru.com^$third-party -||vpfiiojohjch.com^$third-party +||vpfcvagfrmy.com^$third-party ||vpgwdlayctn.com^$third-party ||vpjtrmeyq.com^$third-party -||vpklpmvzbogn.com^$third-party ||vplvywqxsm.com^$third-party ||vpndcpxavg.com^$third-party ||vppabbakjzxmz.com^$third-party -||vpshsuvlh.bid^$third-party -||vpsotshujdguwijdiyzyacgwuxgnlucgsrhhhglezlkrpmdfiy.com^$third-party ||vptgnqpknpdyq.com^$third-party ||vptkyunlzfy.com^$third-party ||vpwdweham.com^$third-party -||vpwwtzprrkcn.com^$third-party ||vpyrfomwel.com^$third-party ||vqaizaukh.com^$third-party -||vqaprwkiwset.com^$third-party +||vqamufkhkin.com^$third-party ||vqcilhkfwvks.com^$third-party -||vqdwwkficr.com^$third-party -||vqfksrwnxodc.com^$third-party ||vqfoxxxnunqkgm.com^$third-party -||vqfplemoftllvm.bid^$third-party -||vqirfafd.bid^$third-party ||vqjphqthvfl.com^$third-party ||vqkkbbivznoso.com^$third-party ||vqmcyhsi.com^$third-party ||vqmdezgkkklcc.com^$third-party -||vqmqhkjfbksda.com^$third-party ||vqnruxpecsn.com^$third-party -||vqozayvwb.bid^$third-party ||vqqvpouifhv.com^$third-party -||vqtjeddutdix.com^$third-party -||vqvnavwaxiizc.bid^$third-party -||vqvqgfpc.com^$third-party -||vqxmeseasarc.com^$third-party +||vqsggzvcaujh.com^$third-party ||vqzqkhumdad.com^$third-party -||vrcjxjtco.bid^$third-party -||vreqpavawpbfl.bid^$third-party ||vrewpywootyu.com^$third-party -||vreyirfvpytz.com^$third-party -||vriirdcvrvanh.com^$third-party -||vrmygckv.bid^$third-party -||vrnyvgkga.bid^$third-party -||vrovhbwhvy.com^$third-party -||vroxcsjt.bid^$third-party -||vrpkzrquqnhl.bid^$third-party -||vrqajyuu.com^$third-party -||vrrupikcfcf.com^$third-party -||vrsceilj.bid^$third-party +||vrmuyscnqgsg.com^$third-party ||vrvyearwxo.com^$third-party -||vrwfujmni.bid^$third-party ||vrzparvhipmo.com^$third-party ||vsbvvcyxz.com^$third-party -||vsfagdicznrdsp.bid^$third-party -||vsgherxdcfon.com^$third-party -||vsgumkkc.bid^$third-party ||vsgvivozec.com^$third-party ||vshkypld.com^$third-party -||vshsjxfjehju.com^$third-party -||vsicchyqydlwb.com^$third-party ||vsmqqjwwnoshrj.com^$third-party ||vsoebgfizoqbiv.com^$third-party -||vsrpztnxdejo.com^$third-party +||vsqswbgpgwc.com^$third-party ||vsrsmetactuul.com^$third-party ||vsrsviytlb.com^$third-party ||vsstaewjpqcymx.com^$third-party ||vsupeokq.com^$third-party -||vsvdwpuomwjhd.com^$third-party -||vswaapygj.bid^$third-party ||vswvbbegnyxxx.com^$third-party -||vsxjjmyz.com^$third-party +||vsyqexksz.com^$third-party ||vtbyvtmabpclx.com^$third-party -||vtcquvxsaosz.com^$third-party ||vtcxhnri.com^$third-party -||vtdvhmbouayj.club^$third-party ||vtemaaftwexu.com^$third-party -||vtewggxzbrcv.bid^$third-party ||vtgcvsmzxiyoz.com^$third-party ||vtgdjgtwl.com^$third-party ||vthhmbfo.com^$third-party -||vtijuhpxlkoq.bid^$third-party -||vtkqdqwnmv.bid^$third-party -||vtmkgqcvzvlsdt.com^$third-party -||vtncgdjuzpe.bid^$third-party -||vtoygnkflehv.com^$third-party -||vtqdavdjsymt.com^$third-party -||vtqmlzprsunm.com^$third-party -||vtukwrrfjxybsh.bid^$third-party -||vtvjkyqstvec.com^$third-party -||vtvvokys.bid^$third-party +||vtrjqehu.com^$third-party ||vuaardbsbcppb.com^$third-party -||vuajcxwi.com^$third-party -||vuanmzqzrvmp.bid^$third-party -||vucanmoywief.com^$third-party -||vucwhuao.bid^$third-party ||vudbfsnvyzxo.com^$third-party -||vudzzutdbcp.bid^$third-party ||vuikvvkcdas.com^$third-party -||vujkgxnalya.bid^$third-party -||vukgurlqg.bid^$third-party ||vulbyhxsrxcdgo.com^$third-party -||vulexmouotod.com^$third-party -||vumzegtucxqmhl.bid^$third-party -||vunklcwiwpn.com^$third-party -||vunwzlxfsogj.com^$third-party -||vuoywsri.bid^$third-party ||vuqufeqv.com^$third-party ||vuvcwrxn.com^$third-party -||vuwdqproq.com^$third-party ||vuwojxgklca.com^$third-party -||vuysooqimdbt.com^$third-party ||vvaqbhmahjb.com^$third-party ||vvaqdyzdovonc.com^$third-party ||vvbmvooy.com^$third-party -||vvcnnvcruobhr.bid^$third-party +||vvbvubdvfzihb.com^$third-party ||vvczvfrbtwrvs.com^$third-party ||vvgttgprssiy.com^$third-party ||vvjlrhuzmhzlws.com^$third-party ||vvkvlqubnge.com^$third-party -||vvnfgohclkf.bid^$third-party +||vvnmwfnpkat.com^$third-party ||vvoczokfayxwu.com^$third-party -||vvoowcdnogp.com^$third-party -||vvoqhxejowmc.bid^$third-party -||vvqeavcir.com^$third-party ||vvqpavyfkr.com^$third-party -||vvrlbbjlw.bid^$third-party ||vvrygjuozwps.com^$third-party ||vvscrhqok.com^$third-party ||vvshsrdlf.com^$third-party ||vvtysgrbmx.com^$third-party ||vvvnbqnhxgs.com^$third-party -||vvwhmcopcn.bid^$third-party ||vvygnzor.com^$third-party ||vvyimltzbnu.com^$third-party -||vvziqyahhmq.bid^$third-party ||vwadblujv.com^$third-party -||vwbnexnwpmangv.com^$third-party -||vwbvandbj.bid^$third-party ||vwdjipcvcph.com^$third-party ||vwdrpxmgehqknz.com^$third-party ||vwfvnfvelrvvww.com^$third-party -||vwgffbknpgxe.com^$third-party -||vwimfzntn.bid^$third-party ||vwkyuawm.com^$third-party -||vwpowhxrpdlmtq.bid^$third-party ||vwpoxvufxnon.com^$third-party ||vwprafiwoiut.com^$third-party -||vwsjyfsz.bid^$third-party -||vwugfpktabed.com^$third-party ||vwvnounnfteusv.com^$third-party ||vwvvaeor.com^$third-party ||vwxgxculdbybw.com^$third-party ||vwxptkkqbyppe.com^$third-party -||vwxskpufgwww.com^$third-party -||vwyabrecdxxyma.bid^$third-party -||vwygasjfv.bid^$third-party ||vwzolswcoyla.com^$third-party ||vwzvqkcoaszyw.com^$third-party -||vxbphudphg.com^$third-party -||vxbtrsqjnjpq.com^$third-party ||vxdrqtghmztm.com^$third-party -||vxgplvhuilp.com^$third-party ||vxijqpsxpdlztm.com^$third-party +||vxkfvzhduws.com^$third-party ||vxkupxpf.com^$third-party -||vxlpefsjnmws.com^$third-party -||vxncdkrggd.com^$third-party ||vxneczkffmaxkf.com^$third-party ||vxnejgcewmbuk.com^$third-party -||vxqhchlyijwu.com^$third-party ||vxrpmslex.com^$third-party -||vxuhavco.com^$third-party -||vxumimuhg.com^$third-party -||vxuradoiwrwqga.bid^$third-party -||vxvxsgut.com^$third-party ||vxyqsxeo.com^$third-party ||vxzudzbjvtegu.com^$third-party ||vyagpffxvs.com^$third-party ||vyatdrilrtgeh.com^$third-party -||vybsiseapra.bid^$third-party -||vydlqaxchmij.com^$third-party -||vyeesric.bid^$third-party ||vygekimhrfto.com^$third-party -||vyjawlifnxynej.com^$third-party -||vyjwsifvybc.com^$third-party -||vykcbbytkklxp.com^$third-party -||vyozgtrtyoms.com^$third-party -||vypzcbraecdrv.bid^$third-party -||vyrvfojwci.bid^$third-party -||vyrwkkiuzgtu.com^$third-party -||vysdpgndbzylf.bid^$third-party ||vysgpewbyfbiob.com^$third-party -||vyueglbpe.bid^$third-party -||vywujhsinxfa.com^$third-party -||vywycfxgxqlv.com^$third-party -||vyycgqgcpes.com^$third-party ||vyykulowdu.com^$third-party -||vyytpvzba.bid^$third-party ||vzbbzzasjtn.com^$third-party -||vzhbfwpo.com^$third-party ||vzhlsmmboaqxlv.com^$third-party +||vzjjglrnira.com^$third-party ||vzkdyladanuudb.com^$third-party -||vzkrfuzxoh.bid^$third-party ||vzkyivowceqcsd.com^$third-party ||vzlyapss.com^$third-party -||vzmnvqiqgxqk.com^$third-party -||vzozsebg.com^$third-party ||vzreguys.com^$third-party ||vzsuiuamhuozw.com^$third-party -||vzvbhxydn.com^$third-party -||vzvbsjdbyqxgs.bid^$third-party +||vzvpswkjpxvzs.com^$third-party ||vzxnrtxpdnl.com^$third-party ||vzyclgqffpojk.com^$third-party -||vzzdazqbjs.bid^$third-party -||waarhiupyrmig.com^$third-party -||wabxsybclllz.com^$third-party -||wadmolldl.bid^$third-party +||waavnpkn.com^$third-party ||wadrzbroefwd.com^$third-party -||waentchjzuwq.com^$third-party -||wafavwthigmc.com^$third-party -||wafrszmnbshq.com^$third-party ||wakogzmgjqucs.com^$third-party -||walftgaqiemcx.com^$third-party ||wanrtqneiissrb.com^$third-party -||wanuqtwwpvglcr.bid^$third-party -||wapnrjqhtmm.bid^$third-party -||wapvhtyc.bid^$third-party ||waqsdyxhha.com^$third-party -||watunxckibtvfm.bid^$third-party -||watxeoifxbjo.com^$third-party ||waucyeeziiiyul.com^$third-party ||wawlfosfkdy.com^$third-party +||wawpklaws.com^$third-party ||wawyxzfkab.com^$third-party -||waynsnuu.bid^$third-party +||wazkniedwlea.com^$third-party ||wbaogaqvrukprx.com^$third-party ||wbbzegmupyl.com^$third-party -||wbejophctdunop.bid^$third-party ||wbfwyzatvqjbnf.com^$third-party -||wbgusiedyn.bid^$third-party ||wbhcemppdg.com^$third-party ||wbizijxdm.com^$third-party ||wblkmmxi.com^$third-party -||wbnndoakibxvcu.bid^$third-party ||wbnykwffygwjwr.com^$third-party -||wboewdhesyfgsk.bid^$third-party -||wbqliddtojkf.com^$third-party -||wbqnbjsjoxhu.com^$third-party ||wbshrysmjwfplk.com^$third-party ||wbswxksctrvw.com^$third-party -||wbtgigxpzog.com^$third-party -||wbtgtphzivet.com^$third-party ||wbthdphsb.com^$third-party ||wbufuclb.com^$third-party -||wbvltyeqcu.com^$third-party -||wbvsgqtwyvjb.com^$third-party -||wbvwcyssssh.com^$third-party ||wbxzrxarmzyx.com^$third-party -||wcabsbogwfxv.com^$third-party -||wcgquaaknuha.com^$third-party +||wcfelywclbql.com^$third-party ||wcgrrjyjiaeocd.com^$third-party -||wcksovhmd.com^$third-party -||wclnrjxefu.bid^$third-party ||wclurprkyk.com^$third-party ||wcobqyeqpckkzh.com^$third-party -||wcoloqvrhhcf.com^$third-party -||wcqlebpges.com^$third-party ||wcwcypfnvih.com^$third-party ||wcwdjojsxbbl.com^$third-party ||wcwzzauws.com^$third-party ||wcyqoiyohhav.com^$third-party -||wcyrdtfpdaqbrq.bid^$third-party ||wcyrjlszoo.com^$third-party -||wdaomluuf.com^$third-party ||wdaqrxfppj.com^$third-party -||wdbddckjoguz.com^$third-party -||wdcxuezpxivqgmecukeirnsyhjpjoqdqfdtchquwyqatlwxtgq.com^$third-party -||wddtrsuqmqhw.com^$third-party -||wdjbxcdriyjoeu.com^$third-party +||wdbqsuukggoyg.com^$third-party ||wdkbcvnh.com^$third-party -||wdnalofau.bid^$third-party -||wdnflsjig.com^$third-party +||wdlnoecwykpon.com^$third-party ||wdpwhnxfzoozsw.com^$third-party ||wdquizratrntwr.com^$third-party ||wdrgqoweorjfp.com^$third-party -||wduygininqbu.com^$third-party -||wdvmxgwwyzoq.bid^$third-party ||wdwczzyhzra.com^$third-party -||wdxhjmot.bid^$third-party ||wdzeuxkfvyv.com^$third-party -||webwagssicx.bid^$third-party -||weckosoew.bid^$third-party ||wedwcmjo.com^$third-party -||weekwkbulvsy.com^$third-party ||weepbvhyoo.com^$third-party ||weepjoejkqadi.com^$third-party -||wegbgideb.com^$third-party -||wehtkuhlwsxy.com^$third-party -||wejjmtywsne.com^$third-party -||welzgxwtvto.bid^$third-party -||wembbuue.com^$third-party +||wemgcdygokm.com^$third-party ||wenpsnpqher.com^$third-party -||wenqyczxgpoyu.bid^$third-party -||weogkfxrkgyezq.bid^$third-party ||weoukcpr.com^$third-party -||wephuklsjobdxqllpeklcrvquyyifgkictuepzxxhzpjbclmcq.com^$third-party ||wepmmzpypfwq.com^$third-party ||wepyyttx.com^$third-party -||wepzfylndtwu.com^$third-party ||weqfcudxrrbwn.com^$third-party -||weqmhzexkepgdb.com^$third-party -||weqpkntrxqzh.com^$third-party ||wetunfdnruy.com^$third-party -||wfbqjdwwunle.com^$third-party +||weuztuwxue.com^$third-party +||weymsohsafjs.com^$third-party ||wfcvhhmumb.com^$third-party ||wfcxcblmy.com^$third-party ||wffiuoyzo.com^$third-party ||wfhaabydba.com^$third-party -||wfiejyjdlbsrkklvxxwkferadhbcwtxrotehopgqppsqwluboc.com^$third-party ||wfjdmkjetpbgv.com^$third-party -||wfjlpnmuzoazy.com^$third-party ||wfmarlexic.com^$third-party -||wfmcdmmulkwwp.bid^$third-party -||wfnmmrtw.bid^$third-party -||wfqeqnvqdjvs.com^$third-party -||wfquqjxu.bid^$third-party ||wftduglf.com^$third-party ||wfvmifcnwd.com^$third-party -||wfwtfgrzwsonh.com^$third-party ||wfwualyxdb.com^$third-party -||wfxkcimqvt.com^$third-party -||wfyqdhypgmscy.com^$third-party -||wfywchrzpic.com^$third-party +||wfxeieahmej.com^$third-party ||wfzpkmduyvx.com^$third-party ||wfzvjbdicihe.com^$third-party ||wgaycnmfz.com^$third-party -||wgclurzhgrjoq.bid^$third-party -||wgefjuno.com^$third-party -||wggmaxxawkxu.com^$third-party -||wggnmbmedlmo.com^$third-party ||wghmgbjpxmlxa.com^$third-party -||wghscopehrcafp.bid^$third-party -||wgkurvzvd.com^$third-party -||wglbionuopeh.com^$third-party ||wglbucuhxxxj.com^$third-party +||wgpsethooknqv.com^$third-party ||wgqirxevoh.com^$third-party ||wgrbdqucfoieha.com^$third-party -||wgroobsxrnijg.com^$third-party ||wgssxjoac.com^$third-party -||wgtfdzopmae.com^$third-party -||wgulihtuzssn.com^$third-party -||wguuomjdav.com^$third-party -||wgzdpzvtvwvjtv.bid^$third-party -||wgzzzqebxfypb.com^$third-party -||whbfgaspmycyve.com^$third-party -||whdulnhnrscfqx.com^$third-party ||whdzxabhqsdnlc.com^$third-party -||whgsyczcofwf.com^$third-party ||whgvyswets.com^$third-party -||whinjxmkugky.com^$third-party ||whjibbprhng.com^$third-party ||whjwcghg.com^$third-party -||whjxqqdhfp.com^$third-party -||whkwbllcctfm.com^$third-party ||whlugpfcuvryx.com^$third-party ||whlvjuprdpkg.com^$third-party -||whrnvjdv.com^$third-party ||whsihagyyhj.com^$third-party -||whsjufifuwkw.com^$third-party -||whsldqctrvuk.com^$third-party -||whtuzkvpeer.com^$third-party -||whuvrlmzyvzy.com^$third-party -||whxhegjrqlddko.com^$third-party -||whyawcjjcoexo.bid^$third-party ||whzavlaamjcnt.com^$third-party -||whzbmdeypkrb.com^$third-party -||whziccxv.com^$third-party -||whzizteutx.com^$third-party ||wiazkkjbeqr.com^$third-party -||wibvytsxrm.bid^$third-party ||wicanwfobqiz.com^$third-party ||wichnqeikfdp.com^$third-party -||wicxfvlozsqz.com^$third-party ||widpzvyx.com^$third-party ||wiewsulznyncf.com^$third-party ||wiezvhxoqhnn.com^$third-party ||wiffqhum.com^$third-party -||wifteakcp.bid^$third-party -||wihspueerhpw.com^$third-party -||wiicjajh.com^$third-party -||wijczxvihjyu.com^$third-party -||wijjidqydgsxas.com^$third-party ||wikbpyexkw.com^$third-party ||wiklrrrwqqf.com^$third-party ||wiklweefcuorh.com^$third-party -||willfumyqwnkuq.com^$third-party ||wilrjvvmmplp.com^$third-party -||wimxqzilfwkn.bid^$third-party -||wiorcewmylbe.com^$third-party -||wipcpwadysghx.com^$third-party -||wipjyzwavojq.com^$third-party -||wirfpvmoblpa.com^$third-party -||witifyooqkumwn.com^$third-party -||wiykefcon.com^$third-party ||wiywlvkwwwrms.com^$third-party -||wizejdnlqwcb.com^$third-party -||wizknbrgxuqjo.com^$third-party ||wjavelurhgx.com^$third-party -||wjdjovjrxsqx.com^$third-party +||wjeeqkdbjsg.com^$third-party ||wjevvjxwg.com^$third-party -||wjgddzpvx.com^$third-party ||wjglgkuyqhaguq.com^$third-party -||wjkwjcmeymu.com^$third-party +||wjhwruwrirpizx.com^$third-party +||wjkavtihubprn.com^$third-party ||wjmckfsdcxpj.com^$third-party -||wjnkvhlgvixx.com^$third-party ||wjodtshzu.com^$third-party ||wjpaspdktadog.com^$third-party ||wjpdgueqasdgeq.com^$third-party ||wjuowevxibmg.com^$third-party ||wjvwxcnavjodj.com^$third-party ||wjwontqlqchq.com^$third-party -||wkdyvxuornxnh.com^$third-party -||wkexsfmw.com^$third-party -||wkfcadtuljnesp.bid^$third-party -||wkgaqvvwvqjg.com^$third-party -||wkggjmkrkvot.com^$third-party ||wkhkffefck.com^$third-party -||wkhychiklhdglppaeynvntkublzecyyymosjkiofraxechigon.com^$third-party -||wkjcdukkwcvr.com^$third-party ||wkloqctyiyow.com^$third-party -||wklyhvfc.com^$third-party -||wkmuxmlk.com^$third-party -||wkqmeskbz.bid^$third-party -||wksninbav.com^$third-party -||wktlsedohnly.com^$third-party -||wkuayaogbegtyp.bid^$third-party +||wkosrsfybeq.com^$third-party ||wkwakmsttsehi.com^$third-party -||wkzovkuc.com^$third-party -||wlcepkuuvawjdj.bid^$third-party ||wlezfkwtv.com^$third-party +||wlgkqespz.com^$third-party ||wlhbgwzgep.com^$third-party ||wlhgopaqpmwah.com^$third-party -||wljuxryvolwc.com^$third-party -||wllxevmlsutfpx.com^$third-party -||wlmclzjtd.com^$third-party -||wlozflcvz.bid^$third-party -||wlqpzcbme.com^$third-party ||wlrzptntiqez.com^$third-party ||wlszodcfwqk.com^$third-party -||wluzajogsxoy.com^$third-party ||wlvjwquv.com^$third-party ||wlwootzzijp.com^$third-party -||wlzhvdqko.bid^$third-party -||wlzohrpjbuq.com^$third-party -||wlzrvihznn.bid^$third-party +||wlzdghlzjewbwv.com^$third-party ||wmaqrkguf.com^$third-party -||wmbfyemxvcrwow.bid^$third-party -||wmbgmyyxyz.com^$third-party -||wmfsbxjcdsbkrw.com^$third-party -||wmgtkgravimge.com^$third-party -||wmhjqkcu.bid^$third-party -||wmhksxycucxb.com^$third-party -||wmjdnluokizo.com^$third-party -||wmmnhcmkhglhl.com^$third-party -||wmmxenqgpuv.bid^$third-party -||wmouorhfomby.bid^$third-party ||wmqdgaptep.com^$third-party ||wmrlljpj.com^$third-party -||wmrynlxngdai.com^$third-party ||wmtyrdrpjbhnj.com^$third-party -||wmvcxgpdgdkz.com^$third-party -||wmvkbjuzcr.bid^$third-party -||wmvnyunntuuz.com^$third-party -||wmwkwubufart.com^$third-party -||wmxeexfle.com^$third-party -||wmzfcchqnkrux.bid^$third-party -||wnbdbmqyerfqs.com^$third-party -||wnbihqur.bid^$third-party -||wnciofaeswfp.bid^$third-party +||wnaibjbnqown.com^$third-party ||wndwhzjmfshthv.com^$third-party -||wnfogxdrwoaa.bid^$third-party -||wnhwpkiaozow.bid^$third-party +||wnhzlesdqzu.com^$third-party +||wnlhbehajh.com^$third-party ||wnmtmdlvqqscs.com^$third-party ||wnstpoiqrv.com^$third-party ||wntpgjzwg.com^$third-party @@ -48793,1673 +44911,921 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wnxyusrvcoosqi.com^$third-party ||wnybornxeukq.com^$third-party ||wnzmauurgol.com^$third-party -||wnzxwgatxjuf.com^$third-party -||wnzzxwysay.com^$third-party -||woaoqgpq.bid^$third-party ||wocfrherjxm.com^$third-party +||wodjfxlhxd.com^$third-party ||woeqspvhjs.com^$third-party -||woetwakv.bid^$third-party ||woghqyjpiwddme.com^$third-party -||wohuuwfektlppp.bid^$third-party -||wolhopys.bid^$third-party ||wolopcqjzajiht.com^$third-party ||wolqstldvfkuhp.com^$third-party -||wonvagfv.bid^$third-party -||wooahiymbmrd.bid^$third-party -||worqmoez.bid^$third-party -||worqvccd.bid^$third-party -||wotilhqoftvl.com^$third-party -||woxvgdtje.com^$third-party ||wozltvfxtntaqk.com^$third-party ||wpbhnyjej.com^$third-party -||wpjljadiq.com^$third-party -||wpkbwrkejd.com^$third-party ||wpkcfajkeytrro.com^$third-party -||wpktjtwsidcz.com^$third-party ||wplqgfpj.com^$third-party ||wpqvggsnc.com^$third-party -||wpswyoyev.com^$third-party -||wpsyjttctdnt.com^$third-party -||wptdfllszzpczp.com^$third-party -||wptlxfgslcfcx.com^$third-party -||wpvpcuwp.com^$third-party -||wpvvlwprfbtm.com^$third-party -||wpwddinnvncto.com^$third-party -||wpwysmvy.com^$third-party -||wpxkzfet.bid^$third-party ||wpxowkmaeyrte.com^$third-party -||wpysazovofdui.com^$third-party -||wqbvqmremvgp.com^$third-party -||wqgaevqpbwgx.com^$third-party ||wqhmpzjvdmvm.com^$third-party ||wqkpadciw.com^$third-party ||wqkqrmzldk.com^$third-party +||wqmjybqqhz.com^$third-party ||wqmpomuwywy.com^$third-party -||wqndqrxoi.bid^$third-party ||wqnpcflbcv.com^$third-party -||wqnxcthitqpf.com^$third-party ||wqobjrevtkqym.com^$third-party -||wqocynupmbad.com^$third-party -||wqpcxujvkvhr.com^$third-party ||wqpyqirgzfqsc.com^$third-party -||wqrwopgkkohk.com^$third-party ||wqtsvqzthaoq.com^$third-party ||wqvfhbwr.com^$third-party -||wqxccfoswbwo.com^$third-party ||wqypgiakfbxb.com^$third-party -||wqzaloayckal.com^$third-party -||wqzorzjhvzqf.com^$third-party -||wrasyzhf.bid^$third-party ||wrfrxgft.com^$third-party -||wrhaobmohpzp.club^$third-party -||wrhpnrkdkbqi.com^$third-party -||wrjhekhmx.bid^$third-party -||wrkxchcsdw.com^$third-party -||wrkzbwhm.bid^$third-party ||wrmcfyzl.com^$third-party -||wrmwikcnynbk.com^$third-party ||wrnrxzstxtjsn.com^$third-party ||wrpmyymqowytz.com^$third-party -||wrqjwrrpsnnm.com^$third-party -||wrrfckzbpygz.com^$third-party ||wrrytjtsyhrnfg.com^$third-party -||wrtnetixxrmg.com^$third-party -||wrvbbyxmsqs.bid^$third-party ||wrwwvymy.com^$third-party ||wrxivlclw.com^$third-party -||wrzwnpmgt.bid^$third-party -||wsaijhlcnsqu.com^$third-party -||wscrsmuagezg.com^$third-party -||wscvmnvhanbr.com^$third-party ||wsemqlxmmhp.com^$third-party -||wsfqmxdljrknkalwskqmefnonnyoqjmeapkmzqwghehedukmuj.com^$third-party +||wsgmxgtmxymwt.com^$third-party ||wsowkqnxs.com^$third-party -||wsrjplhhhfmfsx.com^$third-party ||wsrkpjfs.com^$third-party -||wsscyuyclild.com^$third-party ||wssejwluqthda.com^$third-party -||wssqvrcqfcfn.bid^$third-party -||wstfgpdmb.bid^$third-party ||wstvcgfkvc.com^$third-party ||wsucuzkmnd.com^$third-party -||wsxqgzalf.com^$third-party -||wsyuiudkoqrf.com^$third-party +||wswrfjuevvfz.com^$third-party ||wszpjhuosjeexj.com^$third-party -||wtdivwvldpykn.bid^$third-party ||wtgkustlgat.com^$third-party -||wtgybmmqoaxsp.bid^$third-party ||wthormvztq.com^$third-party -||wthqlngtcgwxrp.com^$third-party -||wtixtgqyztdc.com^$third-party -||wtjmnbjktbci.com^$third-party +||wtjcqntwdtgs.com^$third-party ||wtmokqxhcormc.com^$third-party -||wtoqymftbf.bid^$third-party -||wtqrtjthyuopw.com^$third-party ||wtrzjadunrzx.com^$third-party -||wtvyenir.com^$third-party -||wtxoicsjxbsj.com^$third-party -||wtybgaghcqxoae.com^$third-party +||wtyjbrsyf.com^$third-party ||wtyruwwvjloyk.com^$third-party ||wuaefxberbqcv.com^$third-party -||wuatqdbzzamj.bid^$third-party ||wubdkryfkr.com^$third-party ||wucbuvitibyiy.com^$third-party -||wuekfshqhydg.bid^$third-party +||wudraqvw.com^$third-party ||wufcygryt.com^$third-party -||wufpseev.bid^$third-party -||wugwwcqjdfa.com^$third-party ||wugwwssgjcn.com^$third-party ||wuldvrdfie.com^$third-party -||wuldwvzqvqet.com^$third-party -||wulstqpsevmtj.com^$third-party -||wunccmpzjqvxe.com^$third-party -||wupjqzzpurw.bid^$third-party -||wuqdebjfhjas.bid^$third-party -||wuqdejnjxj.bid^$third-party ||wurgaxfamfgyo.com^$third-party ||wusxwgotv.com^$third-party -||wuthucbqpd.bid^$third-party ||wutzpotztbri.com^$third-party ||wuuyczqcgm.com^$third-party ||wuyednuhrxvsr.com^$third-party ||wuyzotif.com^$third-party +||wvbdtcyhgwy.com^$third-party +||wvesvozyuoxg.com^$third-party ||wvetuwwcojfgw.com^$third-party -||wvfputwcdbkoip.com^$third-party -||wvgrpwdaol.bid^$third-party -||wvhbzhlbdlq.bid^$third-party -||wvisynqx.bid^$third-party -||wvjbsdjplo.com^$third-party -||wvjjjdjficj.bid^$third-party -||wvljugmqpfyd.com^$third-party +||wvhsouzoan.com^$third-party ||wvlveodsvygn.com^$third-party -||wvmtyaqdp.bid^$third-party ||wvoahyehtvj.com^$third-party -||wvqqugicfuac.com^$third-party ||wvrmnqgmemkw.com^$third-party ||wvrntfonizbxn.com^$third-party -||wvutzxicvmgljw.bid^$third-party ||wvvftburvtyz.com^$third-party ||wvwgfecqswm.com^$third-party -||wvxnvnrsahfd.bid^$third-party -||wvxywejnmpsh.bid^$third-party ||wwbzfppvhiebl.com^$third-party -||wwfjhzut.bid^$third-party -||wwgdpbvbrublvjfbeunqvkrnvggoeubcfxzdjrgcgbnvgcolbf.com^$third-party -||wwgjtcge.com^$third-party -||wwgysckwouvzkm.bid^$third-party -||wwiqinsra.bid^$third-party -||wwkowjxms.com^$third-party ||wwmcuhvqaf.com^$third-party ||wwmhlrpris.com^$third-party ||wwngdgldlsv.com^$third-party -||wwnlyzbedeum.com^$third-party ||wwnuowyww.com^$third-party ||wwohikwhl.com^$third-party ||wwqnwask.com^$third-party ||wwtxqylusxtd.com^$third-party ||wwwmurgd.com^$third-party -||wwyblltamlcr.com^$third-party -||wwzchzpluwuon.com^$third-party -||wwznjjvkfqnyvy.com^$third-party ||wxaeamianbg.com^$third-party ||wxbrdppfpr.com^$third-party -||wxdtvssnezam.com^$third-party -||wxgfqdxoserkr.bid^$third-party +||wxcwtehxsfri.com^$third-party ||wxhpszslw.com^$third-party -||wxjqyqvagefw.com^$third-party +||wxiwegwffls.com^$third-party ||wxmpekoil.com^$third-party -||wxmzfxthsnrgpu.bid^$third-party -||wxnuobpxkjgk.bid^$third-party -||wxonmzkkldhu.com^$third-party +||wxrotkricj.com^$third-party ||wxtrzeizpnp.com^$third-party ||wxupwyabry.com^$third-party -||wxvejfvmfwl.com^$third-party -||wxwxpxtoqmipif.com^$third-party -||wxxfcyoaymug.com^$third-party +||wxwbvytlvabs.com^$third-party +||wyaeyjaqx.com^$third-party ||wybfcxze.com^$third-party -||wydwkpjomckb.com^$third-party ||wyhcocqu.com^$third-party ||wyjdunwcqnetus.com^$third-party -||wyjyuahcunm.bid^$third-party +||wyjtscdjfcmsy.com^$third-party ||wykskkpplgfi.com^$third-party -||wyksoovox.bid^$third-party -||wylnauxhkerp.com^$third-party +||wylblxhn.com^$third-party ||wymoviciyvj.com^$third-party -||wypyocogs.bid^$third-party ||wyuakcwxmiunqj.com^$third-party -||wyueivwashc.com^$third-party ||wyvyikcnalvil.com^$third-party -||wywrettqmke.com^$third-party ||wyycgfyum.com^$third-party ||wyyrjymqewhulr.com^$third-party -||wzadmmddcmml.com^$third-party -||wzafekkdp.com^$third-party -||wzagwfcfh.bid^$third-party ||wzcipjcjm.com^$third-party -||wzcjtatqi.bid^$third-party ||wzdpoitbmau.com^$third-party ||wzdrtzvp.com^$third-party -||wzepkzuyaaoozu.bid^$third-party -||wzeqscnkwjuylj.bid^$third-party -||wzfgjtcgwdauf.bid^$third-party ||wzfoygianhe.com^$third-party -||wzfxaqhiapptsz.com^$third-party +||wzfxiaggxcpjb.com^$third-party ||wzghuwvuyxknpv.com^$third-party ||wzhdjexsw.com^$third-party ||wzhmaehmunibp.com^$third-party ||wziaqxvxmpfshx.com^$third-party -||wzismevwhqixlq.com^$third-party -||wzjbvbxldfrn.com^$third-party ||wzlcpagvidi.com^$third-party -||wzlgmbmwq.bid^$third-party ||wznnfwhwwjkp.com^$third-party ||wznupnxp.com^$third-party -||wzueqhwf.com^$third-party ||wzvlxncapmi.com^$third-party ||wzwetfprojnyx.com^$third-party +||wzxdsgnqpnu.com^$third-party ||wzyagambcfn.bid^$third-party ||wzzrquhn.com^$third-party -||xacexccntjbrht.com^$third-party +||xackxqdn.com^$third-party ||xafkdsxnwinmj.com^$third-party -||xaftihkjg.com^$third-party -||xahwjirrejjh.bid^$third-party ||xahwybxa.com^$third-party ||xairgknb.com^$third-party -||xakkasmwpdwzvv.bid^$third-party -||xakmsoaozjgm.com^$third-party ||xalttgptij.com^$third-party ||xamxwvtsxdva.com^$third-party -||xanqdskuyb.com^$third-party ||xaoglctewqvhi.com^$third-party -||xapcwrvqooihr.bid^$third-party -||xapnrbvpb.com^$third-party -||xaqbpvojgi.com^$third-party -||xarnvfthbye.com^$third-party ||xasuekjguyub.com^$third-party -||xasvtjprmgz.bid^$third-party ||xauhsixqkymkra.com^$third-party -||xavipejcznxf.com^$third-party -||xavmcsvas.bid^$third-party ||xawpdwil.com^$third-party ||xaxggjsa.com^$third-party -||xbbcwbsadlrn.com^$third-party -||xbdlsolradeh.com^$third-party ||xbfuorhxpa.com^$third-party ||xbgoulaxoen.com^$third-party ||xbinjxvdnjqllh.com^$third-party ||xblcqncce.com^$third-party -||xbljpezkd.bid^$third-party -||xbmnbfzoeug.com^$third-party ||xbmyvkkksjlsek.com^$third-party -||xboamxtcnfcwyf.com^$third-party ||xbofirnnmzlprd.com^$third-party -||xbrgymlwi.bid^$third-party +||xbrfevoe.com^$third-party ||xbtpmwjwsjn.com^$third-party -||xbwlphsnrcz.bid^$third-party ||xbxcwhtgx.com^$third-party ||xbynkkqi.com^$third-party -||xbyvexekkrnt.com^$third-party ||xbzakxofyhdy.com^$third-party -||xbzbeffqls.com^$third-party -||xbzmworkoyrx.com^$third-party ||xcajbqjdcguybf.com^$third-party -||xcakezoqgkmj.com^$third-party -||xcbiscycvs.bid^$third-party ||xcbteuhokmcj.com^$third-party ||xcgebfplttrdg.com^$third-party ||xcjelwzs.com^$third-party -||xcjoqraqjwmk.com^$third-party ||xclgusxcdjd.com^$third-party -||xcmfhdbumademo.bid^$third-party -||xconeeitqrrq.com^$third-party ||xcqgkkccjjucf.com^$third-party -||xcrruqesggzc.com^$third-party -||xcsgthqj.bid^$third-party ||xctiblmetgwr.com^$third-party ||xcttavcu.com^$third-party -||xcukrfpchsxn.com^$third-party ||xcvibxsdchxh.com^$third-party -||xcvlescqkwan.com^$third-party ||xcvtpwxz.com^$third-party ||xcwmyyglayg.com^$third-party ||xcwnwrgvwg.com^$third-party ||xcwqzbcpberyp.com^$third-party -||xcxepcbypxwf.com^$third-party -||xcxetqrzckvy.com^$third-party ||xcyptaqhl.com^$third-party -||xdcdlfejo.com^$third-party ||xddqdioms.com^$third-party ||xddydaddexkjxs.com^$third-party -||xdiyxgwojtbxft.bid^$third-party ||xdjdwpwwbky.com^$third-party -||xdjeestdoiis.com^$third-party ||xdjefibopixf.com^$third-party ||xdlmsvhhsvsp.com^$third-party ||xdltrwavzxn.com^$third-party ||xdnpghwspxnift.com^$third-party +||xdobkqqg.com^$third-party ||xdonzpjglqxi.com^$third-party -||xdoygumiams.com^$third-party ||xdqjeggqm.com^$third-party -||xdqlnidntqmz.com^$third-party ||xdqodcrayeat.com^$third-party -||xdqoopws.bid^$third-party ||xdsydkgkbvwq.com^$third-party -||xdtliokpaiej.com^$third-party -||xdurrrklybny.com^$third-party ||xdvbhfkeib.com^$third-party -||xdwqixeyhvqd.com^$third-party ||xdxzfqxudc.com^$third-party -||xdzccbxbmja.bid^$third-party ||xeafosrhjk.com^$third-party -||xedwdjnyya.com^$third-party ||xedybxtqd.com^$third-party -||xeeyzkylhgprgx.bid^$third-party ||xeflnvycs.com^$third-party -||xegavyzkxowj.com^$third-party -||xegvnhpwytev.com^$third-party ||xeirmdgphdl.com^$third-party ||xeiwcnwmlv.com^$third-party ||xellvrgouivty.com^$third-party ||xenddwrxygjcbq.com^$third-party ||xeqbdmuvjqt.com^$third-party ||xevhszzauj.com^$third-party -||xewzazxkmzpc.com^$third-party -||xexklpgrsg.com^$third-party ||xfasadle.com^$third-party ||xffljxbbpy.com^$third-party -||xfgpmvlacsojy.bid^$third-party -||xfgqvqoyzeiu.com^$third-party ||xfmjleuaqgnuvv.com^$third-party ||xfncbrqilpitmc.com^$third-party ||xfqifppx.com^$third-party ||xfrusgbifkba.com^$third-party -||xftyznkmppep.bid^$third-party -||xfutdbnryjmh.bid^$third-party -||xfvzkoevuw.bid^$third-party ||xfwwhapm.com^$third-party ||xfwwyoxut.com^$third-party -||xfxjdoot.com^$third-party -||xgaethsnmbzi.com^$third-party +||xfylqszlowu.com^$third-party +||xgfugivkvkak.com^$third-party ||xghretunapafes.com^$third-party ||xgievxfxhy.com^$third-party ||xgipqvffxrgs.com^$third-party ||xgmlmmulciz.com^$third-party -||xgpijbqair.com^$third-party ||xgpiuhyxbevjgs.com^$third-party -||xgrfmoisvy.com^$third-party ||xgspfcpxt.com^$third-party -||xgtrznovqaqp.com^$third-party -||xgvertjtfl.bid^$third-party ||xgwslgpad.com^$third-party -||xgxmhvcppp.bid^$third-party ||xgznkebnjme.com^$third-party -||xgzybmbwfmjd.com^$third-party -||xhdzcofomosh.com^$third-party -||xhewunoklug.com^$third-party ||xhfosyfia.com^$third-party ||xhgqgbomrrfstv.com^$third-party ||xhhfpakexs.com^$third-party ||xhlrlyygx.com^$third-party -||xhmakwcpmg.bid^$third-party -||xhojlvfznietogsusdiflwvxpkfhixbgdxcnsdshxwdlnhtlih.com^$third-party -||xhqilhfrfkoecllmthusrpycaogrfivehyymyqkpmxbtomexwl.com^$third-party ||xhstxnpemardz.com^$third-party -||xhvhisywkvha.com^$third-party -||xhwqginopocs.com^$third-party -||xhwtilplkmvbxumaxwmpaqexnwxypcyndhjokwqkxcwbbsclqh.com^$third-party ||xhyjlfbqnbr.com^$third-party ||xibnqcksoax.com^$third-party -||xicnoklyvgldzh.bid^$third-party -||xicuxxferbnn.com^$third-party ||xidxivhiior.com^$third-party -||xiebddgbseoxa.com^$third-party ||xihkdzijh.com^$third-party -||xihwtdncwtxc.com^$third-party ||xijgqrrhyfa.com^$third-party ||xilnalycptredw.com^$third-party -||ximeldnjuusl.com^$third-party -||xinpmsvinfmc.bid^$third-party ||xiodoyvbauv.com^$third-party ||xiqlaxjbzjei.com^$third-party ||xirlmiyihvpi.com^$third-party -||xirtesuryeqk.com^$third-party -||xissjuywmpk.bid^$third-party ||xitmagql.com^$third-party ||xituxufpy.com^$third-party -||xiuekdmfaqwh.com^$third-party -||xiwhhcyzhtem.com^$third-party +||xiweywhnx.com^$third-party ||xjahyyhailnj.com^$third-party ||xjdriaiyy.com^$third-party -||xjehskjzyedb.com^$third-party -||xjfaqocrss.bid^$third-party ||xjijqczj.com^$third-party ||xjjfgxdfpr.com^$third-party -||xjjjohojeeozv.com^$third-party -||xjompsubsozc.com^$third-party ||xjqbftcstq.com^$third-party -||xjrjgfns.bid^$third-party -||xjsqhlfscjxo.com^$third-party +||xjrvkpoqurqnlz.com^$third-party ||xjtiqdylurgima.com^$third-party -||xjvjhqkmmst.bid^$third-party -||xjwtyrklinni.com^$third-party +||xjuzpixunwzckm.com^$third-party ||xjylcsyo.com^$third-party -||xjzqmgyr.com^$third-party -||xkawgrrrpszb.com^$third-party -||xkbsohnosdmoa.bid^$third-party ||xkcidzutjwukj.com^$third-party -||xkeeqmvs.bid^$third-party ||xkgbbiqqekja.com^$third-party -||xkgitcod.com^$third-party ||xkhxejeaarq.com^$third-party ||xkjlcqbufdlwrq.com^$third-party ||xklrckmslshvq.com^$third-party -||xkotbziugfturl.com^$third-party -||xkoyfyaqk.com^$third-party -||xkpogkffibjejj.bid^$third-party +||xkpoynygjpvc.com^$third-party ||xkrbwsae.com^$third-party -||xkseftefd.bid^$third-party -||xksjlkzrjprce.bid^$third-party -||xkssqonbadgs.com^$third-party -||xktfhmbp.bid^$third-party ||xkvptuurx.com^$third-party -||xkwnadxakuqc.com^$third-party -||xkwnmbqef.com^$third-party -||xkygmtrrjalx.com^$third-party ||xkyicwujsmepsh.com^$third-party -||xkylfuhjh.com^$third-party -||xkziczlmpsfw.bid^$third-party +||xkzrbaexyrds.com^$third-party ||xkzzkxntmryst.com^$third-party -||xlauvkqs.bid^$third-party -||xlavzhffzwgb.com^$third-party ||xlbbhdarc.com^$third-party -||xlbosrttvas.bid^$third-party -||xlcnavkhn.bid^$third-party -||xlhhbtve.com^$third-party -||xljfxjbjw.bid^$third-party ||xlldzsgt.com^$third-party ||xlnwabndmqn.com^$third-party ||xlqkpyimdep.com^$third-party ||xlspkqpnnqj.com^$third-party -||xlvausdwsmyoww.bid^$third-party +||xlxamrkeiawkco.com^$third-party ||xmazvzvbqli.com^$third-party -||xmbyoyvs.bid^$third-party +||xmegspwsjzvvh.com^$third-party ||xmevsiig.com^$third-party ||xmgrjuqqc.com^$third-party ||xmlqerwrehfqo.com^$third-party -||xmmnwyxkfcavuqhsoxfrjplodnhzaafbpsojnqjeoofyqallmf.com^$third-party -||xmmsyipahbq.com^$third-party ||xmnnurmdrjmd.com^$third-party -||xmoyoxsx.com^$third-party ||xmrchaqjwqyvz.com^$third-party -||xmsgobwy.com^$third-party ||xmufoqjx.com^$third-party -||xmwqbnrbvghq.bid^$third-party +||xmvoodgr.com^$third-party ||xmwxurmgmly.com^$third-party ||xmylgmmt.com^$third-party +||xncyiwbwfuqx.com^$third-party ||xndskrtxkiv.com^$third-party +||xnfdvmzb.com^$third-party ||xnfwhndl.com^$third-party +||xnhchuvtoqk.com^$third-party ||xnigsnplwbox.com^$third-party ||xnjsdpohkgn.com^$third-party -||xnlxpsbs.com^$third-party ||xnmphtmerao.bid^$third-party ||xnmwxndqhyt.com^$third-party ||xnnbvckd.com^$third-party ||xnqfpnszqwpijd.com^$third-party -||xnqlhbddabfsy.com^$third-party ||xnrjtqmud.com^$third-party -||xnuuzwthzaol.com^$third-party -||xnvsheyceyjv.com^$third-party ||xnwndbef.com^$third-party ||xnwqhydt.com^$third-party ||xnydasvpdqn.com^$third-party ||xnyiljkfdwgu.com^$third-party +||xoassxowovsrk.com^$third-party ||xocecytufu.com^$third-party ||xoekgcscpnipb.com^$third-party -||xojwkixxdkx.com^$third-party -||xonrbvtejfy.bid^$third-party +||xogkpytfgyzy.com^$third-party ||xoqkhbtpnzblh.com^$third-party -||xoqwirroygxv.com^$third-party ||xorotmjjst.com^$third-party +||xotaiybjyj.com^$third-party ||xoyoijhp.com^$third-party ||xpahdmitqadqda.com^$third-party -||xpahnzgke.bid^$third-party ||xpbjjdrcwuqkks.com^$third-party -||xpdwqvsbg.bid^$third-party ||xpgcrmxejlgig.com^$third-party ||xpgfsxoyijt.com^$third-party -||xpiajagcdpkhlx.bid^$third-party -||xpiwxgifv.bid^$third-party -||xpjizpoxzosn.com^$third-party -||xpkhmrdqhiux.com^$third-party -||xplvxwesg.bid^$third-party -||xpnauxpoj.bid^$third-party -||xpnttdct.com^$third-party -||xpoqhwkbqk.com^$third-party -||xpqffnzo.bid^$third-party ||xprurfeoarxz.com^$third-party -||xptcatkpcyfeev.bid^$third-party -||xpyjxpooncbsvx.bid^$third-party +||xptslcoedn.com^$third-party +||xpwppacpda.com^$third-party ||xpywzbxjwbxafv.com^$third-party ||xpyyrkwpcpwf.com^$third-party -||xqhgisklvxrh.com^$third-party -||xqhwdjuk.bid^$third-party +||xqankuajhtdehe.com^$third-party +||xqgjtzushomki.com^$third-party ||xqilrhnce.com^$third-party -||xqiqnxxy.com^$third-party -||xqjhszpussoeur.com^$third-party ||xqjrnsxiwxgcd.com^$third-party ||xqkqkfszveqvm.com^$third-party ||xqngocao.com^$third-party -||xqopbyfjdqfs.com^$third-party -||xqquphzq.bid^$third-party -||xqrjfouxkrs.com^$third-party -||xqrupeccbfpzdl.com^$third-party -||xqtadzsabcjj.bid^$third-party ||xqtymopje.com^$third-party ||xquhrikrq.com^$third-party -||xqygrmkga.bid^$third-party -||xqzkpmrgcpsw.com^$third-party ||xqzlhxzkcil.com^$third-party ||xrapmkrsqa.com^$third-party -||xrdutkydekqpxu.bid^$third-party +||xrbmomiow.com^$third-party +||xrbvsiyyr.com^$third-party ||xrexjmudy.com^$third-party ||xrfjymmysdr.com^$third-party -||xrgqermbslvg.com^$third-party -||xrivpngzagpy.com^$third-party -||xrjjhkuwccu.com^$third-party +||xrgsgywkcvua.com^$third-party ||xrkfqpbubaq.com^$third-party ||xrlnnjsitjhnvb.com^$third-party ||xrluvlmyuxqjme.com^$third-party ||xrmrpcbaukli.com^$third-party -||xrmtjxxeerbew.bid^$third-party -||xrmtvzpig.com^$third-party -||xrmwainxxr.bid^$third-party -||xrnmuqmpcsx.com^$third-party ||xroonucyaoqljf.com^$third-party ||xrpcbukuwdvkc.com^$third-party -||xrqkzdbnybod.com^$third-party -||xrrwwxfj.bid^$third-party ||xrsfwclojycu.com^$third-party ||xruuohzpxmmw.com^$third-party ||xrvyetdriwzp.com^$third-party -||xrzjigahrnxsr.bid^$third-party -||xseczkcysdvc.com^$third-party ||xsgacudwlysw.com^$third-party ||xsgcobwd.com^$third-party ||xsgpzbipelo.com^$third-party -||xshozbwcvj.bid^$third-party ||xsipbwtb.com^$third-party ||xskbsyssik.com^$third-party ||xsmafckigsdnij.com^$third-party ||xsmangbomdick.com^$third-party -||xsmjzzrpxq.bid^$third-party +||xsmccuism.com^$third-party ||xsnfmaxicj.com^$third-party ||xsnqhzbiqdmqw.com^$third-party ||xsortxrmtpykh.com^$third-party ||xsqylzml.com^$third-party ||xsrzmhriydfcqx.com^$third-party -||xssburizmrmd.bid^$third-party ||xsuinfhoxpoz.com^$third-party +||xswbmktpgcwcud.com^$third-party ||xswezzwxh.com^$third-party ||xswmgpypkfbqoe.com^$third-party -||xswnrjbzmdof.com^$third-party -||xswsrpeeyh.com^$third-party -||xswutjmmznesinsltpkefkjifvchyqiinnorwikatwbqzjelnp.com^$third-party -||xsydgnsbslbme.bid^$third-party -||xsztfrlkphqy.com^$third-party -||xtbzrwbojra.com^$third-party +||xsxvxqtdppippq.com^$third-party +||xtbeungdpkf.com^$third-party ||xtccyvimdr.com^$third-party ||xtcfsrxmz.com^$third-party -||xtdcotbwmmlwyu.bid^$third-party -||xtdkrqmcs.bid^$third-party -||xteabvgwersq.com^$third-party -||xtedyfawylag.com^$third-party ||xtivbxvndnv.com^$third-party ||xtixyzjeibh.com^$third-party -||xtjkieqcwn.com^$third-party +||xtjmmnjr.com^$third-party ||xtmjaetqtbm.com^$third-party ||xtmuasvldoiz.com^$third-party -||xtobxolwcptm.com^$third-party -||xtozxivyaaex.com^$third-party -||xtqfguvsmroo.com^$third-party -||xtqimdqeekij.bid^$third-party ||xtsnbxwak.com^$third-party -||xttcpyfgjdkl.bid^$third-party -||xttfbyjird.bid^$third-party -||xttrofww.com^$third-party -||xtuenvlsoenwn.bid^$third-party -||xtzslqieeh.bid^$third-party -||xubqqaqhotit.com^$third-party ||xudfxpvm.com^$third-party -||xudrwfesrzl.bid^$third-party -||xugnzawkrkvu.com^$third-party -||xuhktijdskah.com^$third-party -||xuiiiqpsw.bid^$third-party -||xuikjhak.com^$third-party -||xukdsjqzkqegzv.bid^$third-party -||xumabheajpiko.bid^$third-party -||xumunjgfelw.bid^$third-party -||xuoitwefz.bid^$third-party ||xuqdbqkqgj.com^$third-party -||xurokykjwum.com^$third-party ||xurrehqawu.com^$third-party ||xuwptpzdwyaw.com^$third-party -||xuwxbdafults.com^$third-party ||xvapnjwhofiv.com^$third-party -||xvfzxuzvxcv.bid^$third-party ||xvgfmbrifa.com^$third-party ||xvijskugh.com^$third-party ||xviplxteu.com^$third-party -||xvjigtcdiogu.bid^$third-party ||xvlkfkjl.com^$third-party ||xvlohcsc.com^$third-party +||xvnfyutv.com^$third-party ||xvomqsoivtiaxh.com^$third-party ||xvtbumnuj.com^$third-party -||xvtgouzdsmoeb.com^$third-party ||xvtyrcnhoanve.com^$third-party ||xvucprzzwd.com^$third-party -||xvuhfmlclllby.bid^$third-party ||xvxcpdcnfgte.com^$third-party -||xwagalbvfkb.com^$third-party ||xwavfvpzg.com^$third-party -||xwavjdqttkum.com^$third-party ||xwcqrzkle.com^$third-party ||xwdlgzrnuyo.com^$third-party -||xwesxrxyopqyc.com^$third-party ||xwetmeeynns.com^$third-party -||xwgbfrnppyoc.bid^$third-party -||xwhfvjlqfy.com^$third-party -||xwmbaxufcdxb.com^$third-party ||xwoexbipp.com^$third-party ||xwonghmweu.com^$third-party -||xwrmlohlri.com^$third-party -||xwufohrjmvjy.com^$third-party -||xwvksizcphhc.com^$third-party +||xwprdjbayq.com^$third-party ||xwvofxgqilhy.com^$third-party -||xwwkuacmqblu.com^$third-party -||xwwsojvluzsb.com^$third-party -||xwwvcsquuhbd.com^$third-party ||xwxbiywlavgpm.com^$third-party -||xwzhazcuyf.com^$third-party -||xxamqnqeygbk.com^$third-party ||xxchhgilfheu.com^$third-party ||xxczncbczvd.com^$third-party ||xxdjmuekj.com^$third-party -||xxehantfkywk.com^$third-party -||xxelvfyvgcjo.bid^$third-party ||xxggvfkuawkri.com^$third-party ||xxhgzzinkrbbo.com^$third-party ||xxhqfprml.com^$third-party +||xxkcdvpurae.com^$third-party ||xxnkyesp.com^$third-party -||xxpfoxmvpjoh.bid^$third-party ||xxqriuedmqzs.com^$third-party -||xxrniridsnzr.com^$third-party -||xxwpminhccoq.com^$third-party -||xxxdeducu.bid^$third-party -||xxxwfoltlusf.bid^$third-party -||xxyafiswqcqz.com^$third-party -||xxypskosek.bid^$third-party -||xxzkqbdibdgq.com^$third-party -||xycbrnotvcat.com^$third-party -||xycpjxkkkim.com^$third-party -||xydubrrvpthmat.com^$third-party +||xxxbyhxp.com^$third-party ||xyepsjnt.com^$third-party -||xyfrnfoijncmu.com^$third-party -||xygzlbizru.com^$third-party -||xyiawbjnajcm.bid^$third-party -||xyknfufvlk.bid^$third-party ||xylnwusfiyq.com^$third-party ||xymtglljft.com^$third-party -||xymuhrhbvl.com^$third-party -||xymyozxsofipvq.com^$third-party -||xynutvdh.com^$third-party -||xyrjlbxkxojoi.bid^$third-party -||xyvjknwxwtf.bid^$third-party ||xywwomayptsd.com^$third-party ||xzbilyblsjrg.com^$third-party ||xzcdzfkwk.com^$third-party -||xzfhewclnun.com^$third-party -||xzfjznfiuawv.bid^$third-party +||xzdlleawpx.com^$third-party ||xzfswipynyuj.com^$third-party -||xzhmjoch.bid^$third-party -||xzibhixbsler.bid^$third-party -||xziqvbico.com^$third-party -||xzismtaelciif.com^$third-party -||xzmqokbeynlv.com^$third-party ||xzooimhkjiwp.com^$third-party -||xzqbhowpbzj.bid^$third-party -||xztsmbznuwyo.com^$third-party -||xzwdhymrdxyp.com^$third-party ||xzwynraczfcq.com^$third-party ||xzywlbgldmpi.com^$third-party -||xzzcasiospbn.com^$third-party ||yaaqsdteo.com^$third-party ||yadyiymarz.com^$third-party -||yafsixmo.com^$third-party ||yagcaumz.com^$third-party ||yahbdmyvvmjh.com^$third-party -||yaifxxudxyns.com^$third-party ||yaikleyabl.com^$third-party -||yaizwjvnxctz.com^$third-party -||yalyuzvlr.bid^$third-party -||yamrxfbkpirt.com^$third-party +||yajeaumd.com^$third-party ||yanskweqyuma.com^$third-party -||yaoslgiweccw.com^$third-party -||yaqysxlohdyg.com^$third-party -||yasltdlichfd.com^$third-party -||yasnxwjtjbx.com^$third-party ||yatgrotthyzpm.com^$third-party -||yattprdmuybn.com^$third-party ||yauatoyuhdb.com^$third-party -||yaujmwnwurdhm.com^$third-party ||yaxbqjjemnvben.com^$third-party -||yaxdboxgsbgh.com^$third-party ||ybaijkluq.com^$third-party ||ybbqkfzmj.com^$third-party -||ybemuzknpvkgn.bid^$third-party -||ybgbaxrzxxlr.com^$third-party ||ybgnyxinr.com^$third-party -||ybhaoglgbgdk.com^$third-party ||ybhgzvkqtocedj.com^$third-party -||ybhpbkyzbihlrk.bid^$third-party -||ybikaghc.bid^$third-party ||yblileapbnc.com^$third-party -||ybmdgyywbhk.com^$third-party -||ybnuasihsy.com^$third-party -||ybofeikeckfxh.com^$third-party +||ybmlwhhsuf.com^$third-party ||ybqqjrjf.com^$third-party -||ybrjldiexlqb.com^$third-party -||ybrmiemawkawxb.com^$third-party -||ybspoverfo.bid^$third-party -||ybtjemcg.bid^$third-party -||ybwackoidmcat.com^$third-party ||ybwpvenix.com^$third-party ||ybxhjlqurdq.com^$third-party -||ybzfsppttoaz.com^$third-party -||ycaorbftuxb.bid^$third-party -||ycbrujappmsx.bid^$third-party -||yccdyncut.bid^$third-party -||ycexjzoek.com^$third-party +||ycczhbzoyseg.com^$third-party ||ycfprujylukkx.bid^$third-party -||ychbtidylyna.com^$third-party -||ycjwgpkudmve.com^$third-party +||ychijnziuhvu.com^$third-party ||yckdywmihuabu.com^$third-party -||ycmejutxukkz.com^$third-party -||ycojhxdobkrd.com^$third-party -||ycpepqbyhvtb.com^$third-party -||ycrbzasmjuo.bid^$third-party -||yctquwjbbkfa.com^$third-party ||ycuuzufqwsk.com^$third-party -||ycxpmdwail.bid^$third-party +||ycxtpbfcsl.com^$third-party ||ycyrgutjregkw.com^$third-party ||yczdebjfskegsd.com^$third-party -||yczvwlqexzhtf.bid^$third-party ||ydaynvgmkjxvy.com^$third-party ||ydbsysbzp.com^$third-party -||yddazzul.com^$third-party -||yddbgolpjwv.bid^$third-party -||ydeoxwomjpvxoz.com^$third-party ||ydfntydegmdbk.com^$third-party -||ydgjaoes.bid^$third-party ||ydkhkjmefxy.com^$third-party ||ydkrabhtgci.com^$third-party -||ydlrdzlbgs.com^$third-party -||ydoexgadghunl.bid^$third-party ||ydoksieuml.com^$third-party -||ydolseawnutnf.com^$third-party -||ydqcdaqbmfedv.bid^$third-party -||ydthazdza.com^$third-party +||ydsnqaekjr.com^$third-party ||ydtqlmsvocjp.com^$third-party -||ydujmccmydwu.bid^$third-party ||ydutvhtw.com^$third-party +||ydvexlxyg.com^$third-party ||ydwjfuhuiesrhp.com^$third-party -||ydxeryetxyij.com^$third-party -||ydxzdniz.com^$third-party ||ydzakntxe.com^$third-party -||ydzbxtld.bid^$third-party ||yeagdfyw.com^$third-party -||yeboexwt.bid^$third-party ||yebojewh.com^$third-party -||yecviqwkapujp.bid^$third-party +||yebpettlkcqm.com^$third-party ||yecxfxsbkb.com^$third-party ||yefttzzn.com^$third-party -||yehazsnxdevr.com^$third-party -||yejkuusxijvzz.com^$third-party ||yenlubragf.com^$third-party ||yennwmfmbnfz.com^$third-party -||yenrsvttsfmqd.bid^$third-party -||yeonenukejm.bid^$third-party ||yeouakimhubraf.com^$third-party -||yepiafsrxffl.com^$third-party ||yeplavtzm.com^$third-party -||yesubqwrfvepm.bid^$third-party -||yesucplcylxg.com^$third-party ||yeuotdalcxqwr.com^$third-party -||yeyddgjqpwya.com^$third-party +||yfcxyejwyeyjse.com^$third-party ||yfdrpdjbxjm.com^$third-party -||yfdxyyenovxir.com^$third-party -||yfezqijah.bid^$third-party -||yfgietsfti.com^$third-party ||yfgrucsngqitc.com^$third-party ||yfibjzosrqrtmv.com^$third-party ||yfiycpeebse.com^$third-party -||yfkwqoswbghk.com^$third-party -||yflpucjkuwvh.com^$third-party ||yflyluiqdig.com^$third-party +||yfnvswrfjw.com^$third-party ||yformvcqgphol.com^$third-party -||yfoymaiiab.club^$third-party -||yfqlqjpdsckc.com^$third-party ||yfrrzyphyk.com^$third-party -||yfrsukbbfzyf.com^$third-party ||yfsbprwln.com^$third-party -||yfsgdrxjkzeak.com^$third-party ||yftuybem.com^$third-party -||yfzcjqpxunsn.com^$third-party -||yfzohuuguor.bid^$third-party -||ygbokgipe.bid^$third-party ||ygdnflmhslwi.com^$third-party ||ygefxaurh.com^$third-party ||ygemknajajg.com^$third-party -||ygkovmqdty.com^$third-party -||ygkqjensf.bid^$third-party ||ygnftomdh.com^$third-party ||ygngaqihz.com^$third-party -||ygrtbssc.com^$third-party -||ygsgfzydhdgd.com^$third-party ||ygvuinirwqnl.com^$third-party -||ygyymhfstzuen.com^$third-party ||ygzkedoxwhqlzp.com^$third-party -||yhasbgva.com^$third-party -||yhatwlkdbeewdd.bid^$third-party -||yhazcicy.bid^$third-party ||yhaztdufgmw.com^$third-party -||yhcxzccnlvm.bid^$third-party -||yhglrmvdxmxm.com^$third-party ||yhljenkljge.com^$third-party ||yhmbwgolijyac.com^$third-party -||yhnwofsz.bid^$third-party -||yhqojrhfgfsh.com^$third-party -||yhrzzoze.com^$third-party -||yhsxsjzyqfoq.com^$third-party -||yhtytxeskrqgpl.bid^$third-party +||yhwrgbcjwup.com^$third-party ||yhyxopmgofz.com^$third-party -||yhzobwqqecaa.com^$third-party -||yibrvxydm.bid^$third-party -||yicainjezma.com^$third-party ||yidxvzosvwsd.com^$third-party ||yifuqtge.com^$third-party -||yigxdcmrgutrjl.com^$third-party -||yihibfmdq.bid^$third-party -||yikkagezqsob.com^$third-party -||yiklmnmijwlryv.com^$third-party ||yimfcnxzyqhpih.com^$third-party -||yincrkvptefw.bid^$third-party ||yintkfbxaopyb.com^$third-party -||yioklzvjkaumf.com^$third-party +||yiopqbbmugak.com^$third-party ||yiqyefznxc.com^$third-party ||yisscbyq.com^$third-party -||yivsfcxf.bid^$third-party -||yiyycuqozjwc.com^$third-party -||yizbtofi.bid^$third-party +||yivzznzrujt.com^$third-party ||yjctwdeuz.com^$third-party ||yjdbnkgonfp.com^$third-party -||yjfhldkkfl.com^$third-party -||yjhbzagmmzqhin.bid^$third-party -||yjhwrpuqitzgh.bid^$third-party -||yjijmpezje.com^$third-party +||yjfhadfc.com^$third-party ||yjipohjtdrxncg.com^$third-party -||yjjglyoytiew.com^$third-party -||yjjtxuhfglxa.com^$third-party -||yjlocznmvvvtp.com^$third-party -||yjlyvrdpnuef.bid^$third-party -||yjmpzvoe.bid^$third-party ||yjnqrbfnocy.com^$third-party ||yjoldnbcw.com^$third-party ||yjpwmybjkg.com^$third-party ||yjseeodbma.com^$third-party -||yjsshralziws.com^$third-party ||yjtdbdnhcu.com^$third-party -||yjthoibc.com^$third-party ||yjwtxskmswcjc.com^$third-party ||yjwymbwcjyfed.com^$third-party ||yjxtuwpbgzwc.com^$third-party -||yjzopxkhw.bid^$third-party -||ykaakgddajbt.com^$third-party -||ykacbmxeapwi.com^$third-party -||ykalhhbkhwgyo.com^$third-party -||ykaonbmjjmyi.com^$third-party -||ykbcogkoiqdw.com^$third-party -||ykdiojhuy.bid^$third-party -||ykdmtvowoinv.com^$third-party ||ykeryifvsxjcdr.com^$third-party ||ykhozkljfpdtd.com^$third-party ||ykixjehac.com^$third-party -||yklotwpbrybfl.com^$third-party -||ykmcpykr.bid^$third-party ||yknfpdpj.com^$third-party ||ykombouoo.com^$third-party -||ykqpbuqpfjsh.com^$third-party -||yktkodofnikf.com^$third-party -||ykuoujjvngtu.com^$third-party -||ykwdfjergthe.com^$third-party ||ykykbowk.com^$third-party ||ykyryixcwn.com^$third-party -||ylbaaods.com^$third-party -||ylbgokrjujtprn.bid^$third-party -||ylbhlvqqyp.bid^$third-party ||ylbslipwhfdwr.com^$third-party ||ylcgewdtetazek.com^$third-party ||yleztmobykox.com^$third-party -||ylhjsrwqtqqb.com^$third-party -||yljjlvywdpn.com^$third-party -||yljrefexjymy.com^$third-party +||ylihbkbiefgj.com^$third-party ||yljtytqq.com^$third-party -||ylksuifuyryt.com^$third-party ||yllfdnftjo.com^$third-party -||ylmnpenjdn.com^$third-party ||ylnmzwwc.com^$third-party ||yloidlvfhpkq.com^$third-party -||ylovduaeyeppl.com^$third-party ||ylqbiljjlyq.com^$third-party -||ylqezcnlzfsj.com^$third-party -||ylsbuudmpiks.bid^$third-party -||ylziomazxhbj.com^$third-party -||ymejzynrw.com^$third-party +||ymbpndswe.com^$third-party ||ymerjqsynqoxdm.com^$third-party ||ymgjtzciu.com^$third-party -||ymgjxtmtfl.bid^$third-party ||ymhqeelitngcr.com^$third-party -||ymlbuooxppzt.com^$third-party -||ymmoeffaosvdua.com^$third-party +||ymkymasmvsuosd.com^$third-party ||ympkaxpaf.com^$third-party ||ymsutnllwwcm.com^$third-party -||ymuhtjftw.bid^$third-party ||ymuhybbrk.com^$third-party +||ymuoqhmhnifzl.com^$third-party ||ymvkirvjqgha.com^$third-party ||ymwvkruyidppb.com^$third-party ||ymzrrizntbhde.com^$third-party -||ynbymadjbgoo.bid^$third-party +||ymztsuzm.com^$third-party ||ynebbsldruvfb.com^$third-party -||ynewcdjtop.com^$third-party +||ynelypolkq.com^$third-party ||ynhetcoypgnl.com^$third-party ||ynhonjqahrh.com^$third-party ||ynkakgknfljv.com^$third-party ||ynkbueizwqu.com^$third-party -||ynlrfiwj.com^$third-party ||ynlvwynnsstalh.com^$third-party ||ynoiezey.com^$third-party ||ynopkisq.com^$third-party +||ynpypyqwu.com^$third-party ||ynqmordtj.com^$third-party -||ynrbxyxmvihoydoduefogolpzgdlpnejalxldwjlnsolmismqd.com^$third-party ||yntwcepykkts.com^$third-party ||ynuyzeqtswtd.com^$third-party ||ynvmoxqbm.com^$third-party ||ynvplyprjr.bid^$third-party -||ynxrrzgfkuih.com^$third-party -||ynyhiyqybbit.com^$third-party +||ynvwvckgqich.com^$third-party +||ynxerecrbihujf.com^$third-party ||ynzdtoawstxvh.com^$third-party -||yobxvotn.bid^$third-party -||yocnxozede.bid^$third-party -||yocsprvjl.com^$third-party +||yobthmvxwedkkg.com^$third-party ||yodyfofkb.com^$third-party ||yofyzgkoktwlc.com^$third-party -||yogkshigsy.com^$third-party -||yojxoefvnyrc.com^$third-party ||yonmzzszhf.com^$third-party -||yoorjlleqtquez.bid^$third-party -||yoqvnnkdmqfk.com^$third-party -||yovbkyylqlmkg.bid^$third-party -||yovqbcixogwc.com^$third-party -||yoxlrphhmphq.com^$third-party ||yoxrhwtvyqt.com^$third-party -||yoywgmzjgtfl.com^$third-party -||ypbfrhlgquaj.com^$third-party -||ypcuhmevrq.bid^$third-party ||ypecfkbqgldzq.com^$third-party -||ypecrrktyo.com^$third-party -||ypfghpqnkgbxu.bid^$third-party -||yphyzxdm.com^$third-party ||ypictqesjuib.com^$third-party ||ypixrvxi.com^$third-party +||ypkbybzpd.com^$third-party ||ypksjcnrsett.com^$third-party -||ypmdszuxupnxk.bid^$third-party ||ypmwkketrdbwn.com^$third-party ||ypnespepnln.com^$third-party +||ypolukuxt.com^$third-party +||yppxexinajadu.com^$third-party ||yprnopqzs.com^$third-party ||yptwqjdgikmcqc.com^$third-party ||ypummbggdjex.com^$third-party -||ypyarwgh.com^$third-party +||ypzhrmspnfmy.com^$third-party ||ypzrannhrvhlpk.com^$third-party ||yqbyzekybmswii.com^$third-party ||yqccpziiuak.com^$third-party -||yqhgbmyfiomx.com^$third-party -||yqjoqncxmufi.com^$third-party +||yqcmuxkd.com^$third-party +||yqecjuoxiquvr.com^$third-party ||yqkxutfjzbdbml.com^$third-party -||yqlfiutmnbazmj.bid^$third-party -||yqmjmbmxzfz.com^$third-party +||yqmhrvvlbm.com^$third-party ||yqmmjmjxdigdak.com^$third-party -||yqmnyyfe.bid^$third-party -||yqmvckcnojc.bid^$third-party -||yqpmlgwmqtwpa.bid^$third-party -||yqqxrfhtgcbxz.com^$third-party -||yqrsfisvrilz.com^$third-party -||yqtzhigbiame.com^$third-party -||yqucllrbg.com^$third-party -||yqufdqly.com^$third-party -||yqutkbvrgvar.com^$third-party -||yqvxurmg.bid^$third-party -||yqxnmyydmcw.bid^$third-party +||yqmzhilyjzw.com^$third-party ||yrbjfusd.com^$third-party ||yrcpupgqtn.com^$third-party ||yrfeurfeacuul.com^$third-party -||yrfjqlpvrc.bid^$third-party -||yrfrvrbmipzb.com^$third-party -||yrgnouqinylg.com^$third-party -||yrijcjiclmltxq.bid^$third-party ||yrivoste.com^$third-party ||yrkozodemantj.com^$third-party ||yrmxtvqpp.com^$third-party -||yrnzxgsjokuv.com^$third-party ||yrpjklwly.com^$third-party -||yrrcrvoivbv.com^$third-party ||yrrvmnimwztv.com^$third-party ||yrsjqzfku.com^$third-party ||yrtyflmurngv.com^$third-party ||yruwnpnam.com^$third-party -||yrvrppewe.bid^$third-party -||yrxhmallcirx.com^$third-party -||yrzukplqjwxst.bid^$third-party ||ysaloykchjyxg.com^$third-party -||ysdacdbitdy.bid^$third-party -||ysdxcrighudjmw.com^$third-party -||ysexxayb.bid^$third-party ||ysgeuarbxfttib.com^$third-party -||ysgjivctf.com^$third-party -||yshsoycsac.com^$third-party ||ysljgoytuyfbg.com^$third-party +||yslvynerwkdls.com^$third-party ||ysmbdnavqsbcl.com^$third-party ||ysosfhyrbyre.com^$third-party -||ysqdjkermxyt.com^$third-party ||ysqhjwanlbhmt.com^$third-party -||ysrbddieabo.bid^$third-party ||ysrjmfaqm.com^$third-party ||ysyrcnsb.com^$third-party -||yszbigwywfzk.bid^$third-party -||ytapgckhhvou.com^$third-party -||ytaujxmxxxmm.com^$third-party -||ytbnswbr.bid^$third-party -||ytbpmzbabph.com^$third-party ||ytcgivcxzawx.com^$third-party ||ytcpfvgqp.com^$third-party ||ytdoajoj.com^$third-party -||ytiqdpws.bid^$third-party -||ytiyuqfxjbke.com^$third-party -||ytjadaazjjy.bid^$third-party ||ytjocvggodnfbn.com^$third-party -||ytmmpddn.bid^$third-party -||ytrojdjen.bid^$third-party -||ytskrsravfqyuc.bid^$third-party +||ytqnsqvajzv.com^$third-party ||yttvnnvklf.com^$third-party -||ytwtqabrkfmu.com^$third-party ||ytxuslppbj.com^$third-party ||yuanaayutyd.com^$third-party ||yuazwfzvdzfc.com^$third-party ||yuehosgcoq.com^$third-party ||yuimtqtp.com^$third-party -||yukwxqnxwzghxb.com^$third-party ||yumzgezhl.com^$third-party ||yupcqrxdg.com^$third-party -||yupwqyocvvnw.com^$third-party ||yurttitxfyfh.com^$third-party +||yurvyhtp.com^$third-party ||yuwxounw.com^$third-party -||yuywwcizs.com^$third-party ||yuyxslrprv.com^$third-party ||yuzsvoanyw.com^$third-party ||yvaovfrsu.com^$third-party ||yvbrgzeu.com^$third-party ||yvdkwgrfatt.com^$third-party ||yvdzdkiov.com^$third-party -||yvfsfoctkls.com^$third-party +||yviqapajvhsx.com^$third-party ||yvisvreih.com^$third-party -||yvjdvcgomph.bid^$third-party ||yvlhxqxw.com^$third-party ||yvlmcehqt.com^$third-party ||yvlrhnzid.com^$third-party ||yvmjtjtfuaspc.com^$third-party -||yvmosixxo.com^$third-party -||yvmzmyol.bid^$third-party -||yvqdhpyaoike.bid^$third-party -||yvqpoiqcijc.bid^$third-party ||yvsymvjzk.com^$third-party -||yvvafcqddpmd.com^$third-party +||yvtktnsqp.com^$third-party +||yvussztn.com^$third-party ||yvvxjkzi.com^$third-party ||yvxerfdxk.com^$third-party ||yvyfyuacwz.com^$third-party ||yvystpvmpnz.com^$third-party ||yvytbqgmersgw.com^$third-party -||ywbfhuofnvuk.com^$third-party -||ywbpprhlpins.com^$third-party ||ywcxuagtmrawx.com^$third-party ||ywegbjiv.com^$third-party +||ywemjekei.com^$third-party +||ywgjjhjay.com^$third-party ||ywlaafzvnn.com^$third-party -||ywldkddqx.bid^$third-party -||ywmbgxmtupll.bid^$third-party ||ywolsukpto.com^$third-party -||ywpkgqasoe.bid^$third-party -||ywrfqzdvd.com^$third-party ||ywsjtstwevknlc.com^$third-party -||ywsugrjvusc.com^$third-party ||ywtofulqxeqcvq.com^$third-party ||ywuyrhkaiat.com^$third-party -||ywwefdjjc.bid^$third-party -||ywxjbwauqznf.com^$third-party ||ywxnjrkkrnyzc.com^$third-party -||ywzutugurhqpvs.bid^$third-party -||yxahzybkggol.com^$third-party -||yxbglezas.com^$third-party -||yxbtyzqcczra.com^$third-party ||yxbzsdthw.com^$third-party -||yxcdiyaidaakp.com^$third-party -||yxcwyiipjsksc.bid^$third-party ||yxdwsuppvt.com^$third-party ||yxfkdvkh.com^$third-party -||yxghdgwi.bid^$third-party -||yxhyxfyibqhd.com^$third-party -||yxidkikr.bid^$third-party +||yxfxhkbrwzww.com^$third-party ||yximgdpivguxke.com^$third-party -||yxjecoghjycuvm.com^$third-party -||yxjnldaw.bid^$third-party -||yxjvmjlhyfrp.com^$third-party -||yxlibrsxbycm.com^$third-party -||yxllrysme.bid^$third-party ||yxlzwbahyn.com^$third-party -||yxmfjiiwzgrsyg.bid^$third-party -||yxmkiqdvnxsk.com^$third-party -||yxmnaxxfzfqa.bid^$third-party -||yxngmwzubbaa.com^$third-party -||yxoorrcfamz.bid^$third-party -||yxpkzxyajjan.com^$third-party ||yxsrshkmgiyn.com^$third-party ||yxsyvsqrkbdqym.com^$third-party -||yxtdupqc.bid^$third-party ||yxvuvzrz.com^$third-party ||yxvxjtupwlee.com^$third-party -||yxwdppixvzxau.bid^$third-party ||yxwnopnfgctpr.com^$third-party +||yxyenzslsk.com^$third-party ||yxyfsghyk.com^$third-party -||yyajvvjrcigf.com^$third-party -||yybpijyx.bid^$third-party -||yycikstmz.com^$third-party ||yycocbzc.com^$third-party -||yycxldhlajjuj.com^$third-party ||yydmdsdnbtcduu.com^$third-party -||yyebntqnlvqb.bid^$third-party -||yyfnifbbeu.bid^$third-party -||yyhlnavqvcjuiq.bid^$third-party -||yylmqzhoveg.bid^$third-party -||yyndmhkv.com^$third-party -||yyqowjogchca.bid^$third-party +||yyivakszwh.com^$third-party ||yyupkqqokrus.com^$third-party -||yyuztnlcpiym.com^$third-party -||yyxknmmvdvv.bid^$third-party +||yyvvnutdokptca.com^$third-party +||yywctdppuncv.com^$third-party ||yyxntcpxxvtpuk.com^$third-party ||yyyghfmjkz.com^$third-party +||yyywwbpkf.com^$third-party ||yzesxnzfhyy.com^$third-party ||yzetmrsww.com^$third-party +||yzexonvknhw.com^$third-party ||yzlwuuzzehjh.com^$third-party +||yzmiwdjviuzk.com^$third-party ||yzoyfmwr.com^$third-party ||yzpesotyxwvpd.com^$third-party -||yzreywobobmw.com^$third-party -||yzsiwyvmgftjuqfoejhypwkmdawtwlpvawzewtrrrdfykqhccq.com^$third-party ||yzsmaimlijx.com^$third-party -||yzuezvrahok.com^$third-party -||yzuzfvlzi.com^$third-party ||yzveuheeothp.com^$third-party ||yzwzmxbv.com^$third-party ||yzxibuepaiyru.com^$third-party ||yzyalgnxo.com^$third-party -||yzygkqjhedpw.com^$third-party ||yzysnbqc.com^$third-party ||yzytjgdrz.com^$third-party ||yzyycjzfkpveu.com^$third-party -||yzzmcxnlvyymt.com^$third-party -||zaaireapylyr.com^$third-party +||yzzvsnbten.com^$third-party ||zaattuotjbkj.com^$third-party ||zabhoggkgm.com^$third-party ||zabpkrvgswdroz.com^$third-party -||zacbwfgqvxan.com^$third-party -||zacqkexd.com^$third-party -||zaczpeabsygpdz.bid^$third-party ||zadhrsvmawp.com^$third-party +||zadhuigxoeztzo.com^$third-party ||zadwsvgxpfgtii.com^$third-party -||zafwmwiaqckgmc.bid^$third-party -||zahlmvosqsxmp.com^$third-party +||zaentjfu.com^$third-party ||zajawwgpl.com^$third-party -||zamjzpwgekeo.com^$third-party -||zansceeifcmm.com^$third-party -||zapvzwydgiwz.com^$third-party ||zasccycohek.com^$third-party ||zatrlsov.com^$third-party -||zavfvuooiqvepj.com^$third-party ||zavlamhx.com^$third-party -||zawvukyxyfmi.com^$third-party ||zaxdnhfdchet.com^$third-party ||zayhipbcxig.com^$third-party -||zbbgwhmrjx.bid^$third-party ||zbbqhdnef.com^$third-party -||zbcsmoopwqyze.com^$third-party -||zbecpoboc.com^$third-party -||zbfmwczulbb.bid^$third-party -||zbfncjtaiwngdsrxvykupflpibvbrewhemghxlwsdoluaztwyi.com^$third-party -||zbfqzqzkocbgy.bid^$third-party -||zbgeaxemkosdwv.bid^$third-party -||zbhlfwpnp.com^$third-party -||zbihwbypkany.com^$third-party -||zbjbvuei.bid^$third-party ||zblbiqpv.com^$third-party -||zbmuqkejcfww.com^$third-party ||zbqblhqlrm.com^$third-party -||zbqochqhke.bid^$third-party -||zbquabayubqbbg.bid^$third-party -||zbrkywjutuxu.com^$third-party ||zbsqhxyjlh.com^$third-party +||zbtaiqess.com^$third-party ||zbtffdiu.com^$third-party -||zbtqpkimkjcr.com^$third-party ||zbulsymgpbjv.com^$third-party -||zbutxofdxe.bid^$third-party ||zbvrqrjecs.com^$third-party -||zbwzxxysgs.bid^$third-party -||zbxzcrldzzgv.com^$third-party -||zbzdylsefv.bid^$third-party -||zbzksshdcwrka.bid^$third-party ||zcauvwmfevhox.com^$third-party ||zcbyoqylllxe.com^$third-party ||zccebnzdujjw.com^$third-party +||zcchbviygqkke.com^$third-party ||zcchnqgq.com^$third-party ||zcczlrtbbx.com^$third-party -||zcczvunkmmcg.com^$third-party ||zcedqmobebmv.com^$third-party ||zcfbwlgydxo.com^$third-party -||zcinaovb.com^$third-party +||zcjrjnxgukfcy.com^$third-party ||zcjxeitlmnuq.com^$third-party ||zckpaeifoq.com^$third-party ||zckphynp.com^$third-party -||zclivukslm.bid^$third-party -||zclxwzegqslr.com^$third-party -||zcmzmicuqlq.bid^$third-party ||zcovfcongwmn.com^$third-party -||zcqaztillrmmqu.bid^$third-party -||zcuocqfstyne.bid^$third-party ||zcwjasfrog.com^$third-party ||zcyclbncgubccl.com^$third-party -||zdafkehcmdcphi.com^$third-party -||zdbzkrphx.bid^$third-party -||zdfyowkafur.com^$third-party ||zdgmhsahttsj.com^$third-party ||zdhnepeadrwetg.com^$third-party ||zdjkzqwpqvwcmc.com^$third-party -||zdolhnqbtnbcx.com^$third-party ||zdplhparvrd.com^$third-party -||zdqsrdamdgmn.com^$third-party ||zdsyifistjlag.com^$third-party +||zdukhhodnglp.com^$third-party ||zdutcdhvwlpkge.com^$third-party -||zdvyzlbvrwqpf.bid^$third-party ||zdydvjzexmp.com^$third-party ||zdyfbhfmdtpm.com^$third-party -||zeantqrix.bid^$third-party -||zehwjplnopevjt.bid^$third-party +||zekcgykv.com^$third-party ||zelxtujtigbx.com^$third-party -||zenpmagn.bid^$third-party ||zeokfeyraxls.com^$third-party +||zestzqhrwsvwcq.com^$third-party ||zeujqjoifd.com^$third-party -||zeuwuxfzvaoqp.bid^$third-party -||zevszinklxyf.com^$third-party ||zexygpxlamac.com^$third-party -||zeyiihbqbswtn.bid^$third-party -||zezowfisdfyn.com^$third-party -||zfbnzfyciqzreh.com^$third-party ||zfcjtxosje.com^$third-party -||zfgistbbg.com^$third-party -||zfivwwbxblzef.bid^$third-party -||zfjmdpvlvcidyd.bid^$third-party -||zfkkmayphqrw.com^$third-party ||zfmagxsjqypmya.com^$third-party -||zfmqywrpazlx.com^$third-party ||zfnvguzg.com^$third-party ||zfoeiywwiqo.com^$third-party ||zfpsotrgboqp.com^$third-party -||zfqpjxuycxdl.com^$third-party +||zfptnwcwyl.com^$third-party ||zfrpmiqby.com^$third-party -||zfrzdepuaqebzlenihciadhdjzujnexvnksksqtazbaywgmzwl.com^$third-party -||zftgljkhrdze.com^$third-party ||zfubrpobdf.bid^$third-party ||zfutrfvgfdr.com^$third-party ||zfvrrodxfb.com^$third-party -||zfwfrpcfvmd.com^$third-party -||zfwzdrzcasov.com^$third-party -||zgalejbegahc.com^$third-party -||zgalwqht.com^$third-party ||zgcplfvjpixarg.com^$third-party -||zgdejlhmzjrd.com^$third-party -||zggbloudx.com^$third-party -||zgghentqc.com^$third-party +||zgeuzenogpy.com^$third-party ||zggnhhadif.com^$third-party -||zgobyecdtpfq.bid^$third-party +||zgmwrjlxpb.com^$third-party ||zgswbmzhpohhib.com^$third-party ||zgwuvfye.com^$third-party -||zgxlwlffm.com^$third-party -||zgydngnax.bid^$third-party ||zgyxizppxf.com^$third-party ||zgzczklewpt.com^$third-party -||zhabyesrdnvn.com^$third-party -||zhbzxeis.bid^$third-party -||zhdjvlfszokew.com^$third-party -||zhdmplptugiu.com^$third-party ||zhifinwgpwakue.com^$third-party ||zhihrotpyphycy.com^$third-party -||zhkziiaajuad.com^$third-party +||zhkbjqtstd.com^$third-party ||zhlfogiy.com^$third-party ||zhlrcaahpuqh.com^$third-party -||zhmbxvmyk.com^$third-party ||zhovjymmkg.com^$third-party ||zhpdtoott.com^$third-party -||zhqbimjc.com^$third-party ||zhqigwbchfnqn.com^$third-party -||zhqzqupvgczom.com^$third-party -||zhrbwgylkeqmb.bid^$third-party ||zhrmtsxcdkjj.com^$third-party -||zhtcuchr.bid^$third-party ||zhxdduzdibm.com^$third-party ||zhxdiirwhtico.com^$third-party -||zhxpnywjnltskd.com^$third-party -||ziaxamkssw.com^$third-party ||zidqkapwgnsh.com^$third-party +||zidtqsrzosud.com^$third-party ||ziebgbikz.com^$third-party -||ziglpcxcxetsi.com^$third-party -||zijkalirgmyzj.bid^$third-party -||zijnobynjmcs.com^$third-party ||ziqdunppuzjd.com^$third-party -||zirhuqksdqeyg.com^$third-party ||zirlztyowfnif.com^$third-party ||zisbrygtluib.com^$third-party -||zitbvxrbai.bid^$third-party -||ziumnfnltbu.bid^$third-party -||ziuxkdcgsjhq.com^$third-party -||ziyuakulwtwn.bid^$third-party -||zizmvnytmdto.com^$third-party ||ziznjduvyqygtk.com^$third-party -||zjdnwisfiin.bid^$third-party ||zjefjxjukiasd.com^$third-party -||zjejoxqte.com^$third-party -||zjgbpjmqfaow.com^$third-party -||zjgygpdfudfu.com^$third-party ||zjhnmbfqylme.com^$third-party ||zjiktkmjyo.com^$third-party -||zjjcsdfqewqqi.bid^$third-party ||zjkdrqtjowihn.com^$third-party +||zjllvkfa.com^$third-party ||zjncvhnkh.com^$third-party ||zjnmgmidmx.com^$third-party ||zjsbdjkdtjzoxh.com^$third-party ||zjsbeont.com^$third-party ||zjsnrqxltqk.com^$third-party ||zjujxffup.com^$third-party -||zjvlymwonwbp.bid^$third-party ||zjwcddahpz.com^$third-party -||zkduhoyaxw.bid^$third-party -||zkennongwozs.com^$third-party -||zkezpfdfnthb.com^$third-party ||zkfhdpogauqb.com^$third-party ||zkfjgzonjvg.com^$third-party ||zkgyibosyh.com^$third-party -||zkhqjxtzr.bid^$third-party ||zkmyaizgc.com^$third-party ||zkoumvpngkubl.com^$third-party ||zkowrpcb.com^$third-party ||zkqpoamv.com^$third-party ||zksdztizohcfy.com^$third-party -||zkvdsdsftimj.bid^$third-party ||zkwtqwwks.com^$third-party ||zkzpfpoazfgq.com^$third-party ||zlahmbwm.com^$third-party -||zlbdtqoayesloeazgxkueqhfzadqjqqduwrufqemhpbrjvwaar.com^$third-party -||zldgcyoxtk.com^$third-party +||zlddifyo.com^$third-party ||zldijcenor.com^$third-party -||zldnbkznfs.bid^$third-party ||zlegojgwg.com^$third-party ||zlfgedpuxrbpgm.com^$third-party -||zlfpmrmkr.com^$third-party -||zlfttgbmzk.bid^$third-party -||zlgokeby.com^$third-party +||zlfzeuvk.com^$third-party ||zlhscyahjbaq.com^$third-party -||zlkrhsbkdf.bid^$third-party ||zlkrsqad.com^$third-party +||zllanqoglad.com^$third-party ||zlmbspplqvftur.com^$third-party -||zlrlbfigwz.bid^$third-party -||zltsivah.bid^$third-party -||zlvbqseyjdna.com^$third-party ||zlxfpawyyoq.com^$third-party -||zlxwasugtn.com^$third-party -||zmbrweqglexv.com^$third-party -||zmdtxdomsoo.bid^$third-party +||zmasxytjskg.com^$third-party +||zmbuidget.com^$third-party +||zmhwglwmi.com^$third-party ||zmkihizd.com^$third-party ||zmkkiqghh.com^$third-party ||zmnhcswlu.com^$third-party -||zmnpobvglair.bid^$third-party -||zmnqoymznwng.com^$third-party ||zmoawpfsz.com^$third-party ||zmogtyau.com^$third-party ||zmpvyyey.com^$third-party ||zmujsnyzujuy.com^$third-party ||zmutugjqvia.com^$third-party -||zmuyirmzujgk.com^$third-party -||zmxcefuntbgf.com^$third-party -||zmytwgfd.com^$third-party ||znbokxhkwx.com^$third-party ||znckkjdguw.com^$third-party -||znfnwozd.com^$third-party -||zngnfdmxsfnf.bid^$third-party +||znicvrdirncxq.com^$third-party ||znjwkwha.com^$third-party ||znmdscnynybx.com^$third-party -||znmrgzozlohe.com^$third-party ||znnabrxnotlm.com^$third-party -||znnmzggbw.com^$third-party ||znoumvve.com^$third-party ||znpyqdfphny.com^$third-party -||znsonssdb.bid^$third-party -||znsqykdmcjh.com^$third-party ||zntqjdvonxm.com^$third-party ||znuwbselijsmyj.com^$third-party -||znvctmolksaj.com^$third-party ||znxvuabzgm.com^$third-party ||znztvqgtaivf.com^$third-party ||zobsibzczd.com^$third-party -||zodorxfj.bid^$third-party -||zohaqnxwkvyt.com^$third-party ||zoijpllqnm.com^$third-party -||zoileyozfexv.com^$third-party -||zoktycom.com^$third-party ||zomsfhgj.com^$third-party ||zonhpljclov.com^$third-party -||zoowknbw.com^$third-party -||zospzfvxkshe.com^$third-party ||zoszujvvlu.com^$third-party ||zotjktpk.com^$third-party ||zounhlyqz.com^$third-party -||zowhxkwzjpta.com^$third-party ||zoyxbjmmlsrc.com^$third-party ||zpaimilpqx.com^$third-party ||zpbgschpbkz.com^$third-party -||zpctncydojjh.com^$third-party ||zpcxpdpqllyrb.com^$third-party ||zperfcaskqrxug.com^$third-party -||zpfjfwbij.com^$third-party -||zpfoyfae.com^$third-party ||zpghmretcikhzs.com^$third-party -||zpkebyxabtsh.com^$third-party -||zpkobplsfnxf.com^$third-party +||zpiqwngppibmf.com^$third-party ||zpkshggvjif.com^$third-party -||zplvjgpxvh.com^$third-party -||zpmbsivi.com^$third-party -||zpnbzxbiqann.com^$third-party ||zpolivtjrhjquo.com^$third-party ||zppkpktskuf.com^$third-party ||zpqejgbya.com^$third-party -||zprlpkabqlth.com^$third-party -||zprrfpczfpnh.com^$third-party -||zpsgqvvzcbni.com^$third-party -||zptncsir.com^$third-party -||zpwqekgztngd.bid^$third-party ||zpwqnicvzi.com^$third-party ||zpwtylxpfeje.com^$third-party -||zpxbdukjmcft.com^$third-party ||zpxgdlqoofx.com^$third-party ||zpxlmtujszhixe.com^$third-party -||zpznbracwdai.com^$third-party -||zpzsdmpvqudhsz.com^$third-party -||zqaxaqqqutrx.com^$third-party -||zqbjcsodjiz.bid^$third-party ||zqbnfjpewvnhjj.com^$third-party -||zqddlgcrxjmwbz.bid^$third-party ||zqdftafa.com^$third-party ||zqdvdygz.com^$third-party ||zqeqclcfdc.com^$third-party ||zqeskyeg.com^$third-party -||zqijyjktaxc.bid^$third-party -||zqjfpxcgivkv.com^$third-party -||zqlkekbqp.com^$third-party +||zqiknimzmcoedq.com^$third-party +||zqmnjxpavnpe.com^$third-party ||zqmxzjrhchg.com^$third-party -||zqouofoilmqfje.com^$third-party ||zqqyhcqf.com^$third-party ||zqseasmu.com^$third-party -||zqskkhcxd.bid^$third-party ||zqswmyzlkcvrtu.com^$third-party ||zqxmeahcm.com^$third-party +||zqydozajw.com^$third-party ||zqzuiomba.com^$third-party ||zramisxvxmkf.com^$third-party -||zrbhmhzzdj.com^$third-party -||zrbhyvkpgeyn.com^$third-party +||zraytmsjhzv.com^$third-party ||zrcaldozggijht.com^$third-party ||zrcavgvtxqcbu.com^$third-party -||zrdjojunihbox.bid^$third-party -||zrelqwrx.bid^$third-party ||zreqmcewq.com^$third-party ||zrgssannk.com^$third-party -||zrhskqzfh.com^$third-party -||zricmrcrlmdeg.com^$third-party ||zridsfev.com^$third-party ||zrlxjcsvib.com^$third-party ||zrosbqwecw.com^$third-party -||zrrgjpsb.bid^$third-party -||zrufclmvlsct.com^$third-party -||zrxgdnxneslb.com^$third-party ||zrzeewya.com^$third-party -||zrzgnzel.com^$third-party ||zrzrpxzvsk.com^$third-party -||zsancthhfvqm.com^$third-party -||zsbifpiosqedn.bid^$third-party -||zsdhypkxyodiw.bid^$third-party -||zsdlyigktdly.bid^$third-party -||zsihqvjfwwlk.com^$third-party +||zsdqemzzzbtn.com^$third-party ||zsikmzoehqw.com^$third-party +||zsjgmnmtgm.com^$third-party ||zsjnxkur.com^$third-party -||zslembevfypr.com^$third-party -||zsruuckp.com^$third-party ||zsrycovuxfgzyn.com^$third-party -||zsuqhunoiex.com^$third-party -||zswlvohr.com^$third-party -||zsxaeudw.bid^$third-party -||zsxlpdtnyyau.com^$third-party -||zsxwpotlxihvk.com^$third-party -||ztcysvupksjt.com^$third-party ||ztdfsxgcyprwvp.com^$third-party -||ztfrlktqtcnl.com^$third-party -||zthnscjdamcolo.com^$third-party -||ztioesdyffrr.com^$third-party ||ztiqalyrbfsnl.com^$third-party -||ztmwkxvvyoao.com^$third-party -||ztorjgyxni.com^$third-party +||ztpqbrzjp.com^$third-party ||ztsletmncez.com^$third-party ||ztslmijniaoqip.com^$third-party ||ztstwgxjhkuwj.com^$third-party -||zttlnqce.com^$third-party -||ztwfeajx.bid^$third-party ||ztxohhagymj.com^$third-party ||ztylfmoxqnafl.com^$third-party -||ztyrgxdelngf.com^$third-party -||ztzfcmbsycout.bid^$third-party ||ztzilyso.com^$third-party -||zualhpolssus.com^$third-party -||zucnclozfb.com^$third-party ||zudlddyzgogsh.com^$third-party -||zudyyulnjdqmn.com^$third-party -||zueqwtbryx.bid^$third-party ||zuiiyzgiof.com^$third-party ||zukbmxbrv.com^$third-party ||zukipoayrlh.com^$third-party -||zunjxpwiztqgt.bid^$third-party -||zupeaoohmntp.com^$third-party ||zursiicizyhd.com^$third-party ||zuszohaosnrssk.com^$third-party -||zutnlpnzxtt.com^$third-party -||zuuwfrphdgxk.com^$third-party ||zuvhkvystrfdp.com^$third-party -||zuwaodorkyrrp.com^$third-party ||zuwuqxstogbj.com^$third-party -||zuxanrebeceko.com^$third-party ||zuybvpprdoo.com^$third-party -||zvaianux.bid^$third-party ||zvdacnjhetcrq.com^$third-party -||zvdotftdxkfsv.bid^$third-party -||zvefwiecrw.bid^$third-party ||zvfrfoxima.com^$third-party ||zvhwebvc.com^$third-party -||zvicyjvyox.bid^$third-party ||zvjwzcazv.com^$third-party +||zvkytbjimbhk.com^$third-party ||zvmprcnihkk.com^$third-party ||zvovdtomwa.com^$third-party -||zvqjjurhikku.com^$third-party -||zvrwttooqgeb.com^$third-party -||zvsjiigao.com^$third-party ||zvswmofga.com^$third-party -||zvttlvbclihk.com^$third-party -||zvuespzsdgdq.com^$third-party -||zwbiaekgsx.com^$third-party -||zwbyxaojzxc.bid^$third-party -||zwcuvwssfydj.com^$third-party +||zvtbdwziyxh.com^$third-party ||zweigciinmslan.com^$third-party ||zwfvzxmc.com^$third-party ||zwigjtgnzfn.com^$third-party -||zwjnzhln.bid^$third-party ||zwmauyerfotyh.com^$third-party ||zwpaujzg.com^$third-party ||zwprxzbnzxc.com^$third-party -||zwqfnizwcvbx.com^$third-party ||zwsyqdnhnyzckt.com^$third-party -||zwurpwlleo.bid^$third-party -||zwuygjzjrjnedg.com^$third-party -||zwxaraxq.com^$third-party -||zwxfsqruqlim.com^$third-party -||zxadziqqayup.com^$third-party -||zxafncddmww.com^$third-party +||zwwbvpwd.com^$third-party +||zwzfujusmwsbun.com^$third-party ||zxaoudwcljrtig.com^$third-party -||zxaveqdykktbvl.bid^$third-party ||zxavxgjcjmkh.com^$third-party -||zxazzpdvhf.bid^$third-party -||zxbjgrxbcgrp.com^$third-party ||zxbzuyuifdqj.com^$third-party -||zxcrsyhkndzoc.com^$third-party +||zxcvxmtzs.com^$third-party ||zxczritytzsjz.com^$third-party ||zxdgmcgpp.com^$third-party +||zxevjtzvqlxy.com^$third-party ||zxeyqwgwsfv.com^$third-party ||zxiikxeagmferu.com^$third-party -||zxjmybvewmso.com^$third-party ||zxkrdvrijsp.com^$third-party ||zxlchzyluskvj.com^$third-party -||zxmkvelyft.bid^$third-party ||zxpevjccjb.com^$third-party -||zxqeycvsetkh.com^$third-party ||zxqudunt.com^$third-party ||zxreyuxvrjzxa.com^$third-party ||zxwnolwaump.com^$third-party -||zxxfoccanf.com^$third-party -||zxxzqiqbchqkaw.com^$third-party ||zyadwzlxllogm.com^$third-party -||zyaorkkdvcbl.com^$third-party -||zybztgtsxq.bid^$third-party -||zycvyudt.com^$third-party -||zydfsiuhqkbsqh.com^$third-party +||zyddpern.com^$third-party ||zydvsvwgqqyxb.com^$third-party -||zyeawuzisttu.com^$third-party -||zyfuywrjbxyf.com^$third-party +||zyemabejryf.com^$third-party ||zygrlkimddjzd.com^$third-party ||zyikzhgqzjyvgu.com^$third-party -||zyjjmszszum.bid^$third-party -||zykqvbxfdqbdvj.com^$third-party -||zyleqnzmvupg.com^$third-party -||zylokfmgrtzv.com^$third-party -||zymaevtin.bid^$third-party -||zymngxjmm.bid^$third-party -||zyqlfplqdgxu.com^$third-party +||zylotcosp.com^$third-party ||zywfpkagwwpm.com^$third-party -||zyxaituruuod.com^$third-party -||zyxtecsff.bid^$third-party -||zzdnkvjaikjth.com^$third-party -||zzevmjynoljz.bid^$third-party +||zyxmnqkt.com^$third-party ||zzfycxsu.com^$third-party -||zzgqqdmnrhhals.com^$third-party -||zzhgpbovlhinj.com^$third-party -||zziblxasbl.bid^$third-party -||zzkrxder.com^$third-party ||zzlayejqlzcg.com^$third-party ||zzmwzarweka.com^$third-party ||zzmyypjedpfxck.com^$third-party +||zzoacwqfw.com^$third-party ||zzomiuob.com^$third-party ||zzoxzkpqmklr.com^$third-party ||zzpzenvmibvm.com^$third-party -||zzqnkezokbegc.bid^$third-party ||zzrdvzryaiwsin.com^$third-party -||zzvjaqnkq.bid^$third-party +||zzvvzfiwyfq.com^$third-party ||zzwajufm.com^$third-party -||zzwzjidz.bid^$third-party +||zzxlukodff.com^$third-party ||zzxosget.com^$third-party ! Chameleon Advertising Technologies ||addonsmash.com^$third-party @@ -50481,200 +45847,35 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||4ervtcv.com^$image,third-party ||aocular.com^$image,third-party ||artbr.net^$image,third-party -||baordrid.com^$image,third-party -||batarsur.com^$image,third-party -||baungarnr.com^$image,third-party -||biankord.net^$image,third-party -||biastoful.net^$image,third-party -||billaruze.net^$image,third-party -||blaundorz.com^$image,third-party -||blazwuatr.com^$image,third-party -||bliankerd.net^$image,third-party -||blindury.com^$image,third-party -||blipi.net^$image,third-party -||blowwor.com^$image,third-party -||blowwor.link^$image,third-party -||bluandi.com^$image,third-party -||bluazard.net^$image,third-party ||bluposr.com^$image,third-party -||boafernd.com^$image,third-party -||bridlonz.com^$image,third-party -||bridlonz.link^$image,third-party -||briduend.com^$image,third-party -||bualtwif.com^$image,third-party -||buamingh.com^$image,third-party -||buandirs.net^$image,third-party -||buandorw.com^$image,third-party -||buangkoj.com^$image,third-party -||buarier.net^$image,third-party -||buatongz.net^$image,third-party -||buhafr.net^$image,third-party -||buoalait.com^$image,third-party -||c8factor.com^$image,third-party -||casiours.com^$image,third-party -||changosity.com^$image,third-party -||chansiar.net^$image,third-party -||charctr.com^$image,third-party -||chiuawa.net^$image,third-party -||chualangry.com^$image,third-party -||clicksifter.com^$image,third-party -||coaterhand.net^$image,third-party -||compoter.net^$image,third-party -||conexitry.com^$image,third-party -||content-4-u.com^$image,third-party -||contentolyze.net^$image,third-party ||contentr.net^$image,third-party ||cotnr.com^$image,third-party -||crhikay.me^$image,third-party -||cuantroy.com^$image,third-party -||cuasparian.com^$image,third-party -||d3lens.com^$image,third-party ||d4orbital.com^$image,third-party -||derkopd.com^$image,third-party -||deuskex.link^$image,third-party ||dgergrwre.com^$image,third-party -||dgg3632.com^$image,third-party ||dhftcgd.net^$image,third-party -||diabolicaf.com^$image,third-party -||dilpy.org^$image,third-party ||discvr.net^$image,third-party -||domri.net^$image,third-party -||doumantr.com^$image,third-party -||draugonda.net^$image,third-party -||drfflt.info^$image,third-party -||drfxtg.ga^$image,third-party -||drndi.net^$image,third-party -||duactinor.net^$image,third-party -||duading.link^$image,third-party -||duaing.net^$image,third-party -||duamews.com^$image,third-party -||duavindr.com^$image,third-party -||dutolats.net^$image,third-party -||dwdewew.com^$image,third-party -||e68j3kcovju.cf^$image,third-party ||economyobserver.com^$image,third-party -||ectensian.net^$image,third-party -||edabl.net^$image,third-party -||edgualf.com^$image,third-party -||elepheny.com^$image,third-party -||ergers.net^$image,third-party -||ergewrg.com^$image,third-party -||erht5jhy.com^$image,third-party -||ershgrst.com^$image,third-party ||erteesffesf.com^$image,third-party -||erwgerwt.com^$image,third-party -||esults.net^$image,third-party ||etxbcbdhf.com^$image,third-party -||exactly0r.com^$image,third-party -||exciliburn.com^$image,third-party -||excolobar.com^$image,third-party ||exernala.com^$image,third-party ||exlpor.com^$image,third-party -||extonsuan.com^$image,third-party ||ezzrewrad.com^$image,third-party -||fairad.co^$image,third-party -||faunsts.me^$image,third-party -||fdhgxdfdfd.com^$image,third-party -||fegesd.net^$image,third-party -||fer4ere.com^$image,third-party ||fhddhfhz.com^$image,third-party -||fhgtrhrt.net^$image,third-party -||flaudnrs.me^$image,third-party -||flaurse.net^$image,third-party -||fleawier.com^$image,third-party ||flux16.com^$image,third-party -||foulsomty.com^$image,third-party -||fowar.net^$image,third-party ||frevi.net^$image,third-party -||frhgxd.com^$image,third-party -||frizergt.net^$image,third-party ||frlssw.me^$image,third-party -||fruamens.com^$image,third-party -||frxle.com^$image,third-party -||frxrydv.com^$image,third-party -||frzdrn.info^$image,third-party -||fuandarst.com^$image,third-party -||genegd.com^$image,third-party -||gerengd.link^$image,third-party -||gertgh.com^$image,third-party -||gghfncd.net^$image,third-party -||ghrgaxcc.net^$image,third-party -||gruadhc.com^$image,third-party -||gruanchd.link^$image,third-party -||gruandors.net^$image,third-party ||gtsgdddss.com^$image,third-party -||gualdoniye.com^$image,third-party -||guaperty.net^$image,third-party -||guiandr.com^$image,third-party -||gusufrs.me^$image,third-party -||h456u54f.net^$image,third-party -||hapnr.net^$image,third-party -||havnr.com^$image,third-party -||heizuanubr.net^$image,third-party ||hjklf.com^$image,third-party -||hobri.net^$image,third-party -||holmgard.link^$image,third-party ||hoppr.co^$image,third-party -||hrtydgs.net^$image,third-party -||huamfriys.net^$image,third-party -||iambibiler.net^$image,third-party ||ignup.com^$image,third-party -||ij32ialcmg.cf^$image,third-party -||incotand.com^$image,third-party -||induanajo.com^$image,third-party -||inomoang.com^$image,third-party -||insiruand.com^$image,third-party ||inter1ads.com^$third-party -||invetpl.com^$image,third-party ||ioghdgdgss.com^$image,third-party -||iunbrudy.net^$image,third-party -||ivism.org^$image,third-party -||jaspensar.com^$image,third-party -||jdrm4.com^$image,third-party -||jellr.net^$image,third-party -||jerwing.net^$image,third-party -||jianscoat.com^$image,third-party -||juapinesr.net^$image,third-party -||juarinet.com^$image,third-party -||juosanf.com^$image,third-party -||juruasikr.net^$image,third-party -||jusukrs.com^$image,third-party -||jyjmyjm.com^$image,third-party ||k5zoom.com^$image,third-party -||kidasfid.com^$image,third-party ||kilomonj.net^$image,third-party -||kioshow.com^$image,third-party -||klmsjdf.ml^$image,third-party -||knoandr.com^$image,third-party -||kowodan.net^$image,third-party -||kriaspuy.net^$image,third-party -||ksdaogaju1.cf^$image,third-party -||kuamanan.com^$image,third-party -||kuangard.net^$image,third-party -||l7vmre48lum.ga^$image,third-party -||leanoisgo.com^$image,third-party -||lesuard.com^$image,third-party -||lia-ndr.com^$image,third-party ||ligssadfd.com^$image,third-party -||liksuad.com^$image,third-party -||lirte.org^$image,third-party -||liveclik.co^$image,third-party ||loopr.co^$image,third-party -||luadcik.com^$image,third-party ||lunio.net^$image,third-party -||m4vbkchfp6.tk^$image,third-party -||maningrs.com^$image,third-party -||marvilias.com^$image,third-party -||meniald.com^$image,third-party -||monova.site^$image,third-party -||moucitons.com^$image,third-party -||muatrasec.com^$image,third-party -||muriarw.com^$image,third-party ||nrfort.com^$image,third-party -||nuafguy.com^$image,third-party -||nuaknamg.net^$image,third-party -||nualoghy.com^$image,third-party -||nuzilung.net^$image,third-party ||of8wzl97iq.tk^$image,third-party ||ofgbefrhs.com^$image,third-party ||oiurtedh.com^$image,third-party @@ -50720,215 +45921,62 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qwewdw.net^$image,third-party ||qwrfpgf.com^$image,third-party ||qzsccm.com^$image,third-party -||r3seek.com^$image,third-party ||rddywd.com^$image,third-party -||rdige.com^$image,third-party -||reaspans.com^$image,third-party ||regdsvee.com^$image,third-party -||regersd.net^$image,third-party -||rehtsacdr.com^$image,third-party -||rehyery.com^$image,third-party ||reitb.com^$image,third-party -||reydzcfg.net^$image,third-party -||rfgre.info^$image,third-party -||rheneyer.net^$image,third-party -||rherser.com^$image,third-party -||rhgersf.com^$image,third-party -||rigistrar.net^$image,third-party -||rlex.org^$image,third-party -||rterdf.me^$image,third-party ||sddddjsjf.net^$image,third-party ||shgnts.net^$image,third-party -||sk1ofrz7y3h.cf^$image,third-party ||snfsnm5.net^$image,third-party -||t3xsrbhtlrr.ml^$image,third-party ||tjdasfdssd.com^$image,third-party ||uyiyuiyuiy.com^$image,third-party ||weqwdwdda.com^$image,third-party ||weufdhsas.com^$image,third-party ||wfghrgscs.com^$image,third-party ||wqtdtstdxg.com^$image,third-party -||yuilkj.gq^$image,third-party ||zcrfefgrg.com^$image,third-party -||zyjp395ihvb.ga^$image,third-party ! ||ruamupr.com^$image,third-party -||ruandorg.com^$image,third-party -||ruandr.com^$image,third-party -||ruandr.link^$image,third-party -||ruap-oldr.net^$image,third-party -||rugistoto.net^$image,third-party -||rugistratuan.com^$image,third-party -||sdjkldfhy.com^$image,third-party ||selectr.net^$image,third-party -||sfesd.net^$image,third-party -||shoapinh.com^$image,third-party -||sightr.net^$image,third-party -||simusangr.com^$image,third-party -||slacaxy.com^$image,third-party -||smethgiar.com^$image,third-party -||spamualfr.com^$image,third-party -||speandorf.net^$image,third-party -||spereminf.com^$image,third-party -||splazards.com^$image,third-party -||spoa-soard.com^$image,third-party -||suadimons.net^$image,third-party -||suarbiard.com^$image,third-party -||suartings.com^$image,third-party -||suavalds.com^$image,third-party -||swualyer.com^$image,third-party -||sxrrxa.net^$image,third-party -||t3sort.com^$image,third-party -||t7row.com^$image,third-party -||tersur.link^$image,third-party -||tersur.net^$image,third-party -||th4wwe.net^$image,third-party ||thiscdn.com^$image,third-party -||thrilamd.net^$image,third-party -||thrutime.net^$image,third-party -||thsdfrgr.com^$image,third-party -||tiawander.net^$image,third-party -||tolosgrey.net^$image,third-party -||topdi.net^$image,third-party ||totallifeguru.com^$image,third-party -||trinusuras.net^$image,third-party -||trjhhuhn.com^$image,third-party -||trllxv.co^$image,third-party -||trndi.net^$image,third-party -||trualaid.com^$image,third-party -||tualipoly.net^$image,third-party -||turanasi.com^$image,third-party -||uanbalible.com^$image,third-party -||unuarvse.net^$image,third-party -||uppo.co^$image,third-party -||username1.link^$image,third-party -||v8bridge.link^$image,third-party -||vferwqf.com^$image,third-party ||vicegnem.click^$third-party -||vieway.co^$image,third-party ||viewscout.com^$image,third-party ||viralfix.net^$image,third-party -||virsualr.com^$image,third-party -||vopdi.com^$image,third-party -||vpuoplord.link^$image,third-party -||vuadiolgy.net^$image,third-party -||vualawilk.com^$image,third-party -||waddr.com^$image,third-party -||wensdteuy.com^$image,third-party -||wesdsdds.com^$image,third-party -||wgt4wetwe.net^$image,third-party -||wolopiar.com^$image,third-party -||wopdi.com^$image,third-party -||wqqqpe.com^$image,third-party -||wuakula.net^$image,third-party -||wuarnurf.net^$image,third-party -||wuatriser.net^$image,third-party ||wudr.net^$image,third-party -||xcrsqg.com^$image,third-party -||xplrer.co^$image,third-party -||xylopologyn.com^$image,third-party ||yardr.net^$image,third-party -||yavli.link^$image,third-party -||yerstrd.net^$image,third-party ||yobr.net^$image,third-party ||yodr.net^$image,third-party -||yojhyfo.com^$image,third-party -||yomri.net^$image,third-party -||yopdi.com^$image,third-party -||ypppdc.com^$image,third-party -||ypprr.com^$image,third-party -||yrrrbn.me^$image,third-party -||yualongf.net^$image,third-party -||yuasaghn.com^$image,third-party ||yvsystem.com^$image,third-party -||z4pick.com^$image,third-party ||ziccardia.com^$image,third-party -||zomri.net^$image,third-party -||zrfrornn.net^$image,third-party ! "info" adservers ||adalgo.info^$third-party ||adwalte.info^$third-party ||antotu.info^$third-party ||awdigit.info^$third-party ||aznapoz.info^$third-party -||berkuri.info^$third-party -||byktana.info^$third-party ||casterist.info^$third-party -||chakryzh.info^$third-party -||chyatikho.info^$third-party -||cvergon.info^$third-party -||dbusiki.info^$third-party -||depodub.info^$third-party -||diktafe.info^$third-party ||dochyedu.info^$third-party -||dolgelo.info^$third-party -||drugog.info^$third-party -||dygadan.info^$third-party -||ebeda.info^$third-party -||ecsexyp.info^$third-party -||eldogal.info^$third-party -||elwarvi.info^$third-party ||emlifok.info^$third-party -||endile.info^$third-party -||estocaf.info^$third-party -||exwazar.info^$third-party -||eztexas.info^$third-party ||fejki.info^$third-party ||fermolo.info^$third-party -||fetymi.info^$third-party ||fmebili.info^$third-party -||fzoneli.info^$third-party ||galkama.info^$third-party -||genroso.info^$third-party -||getgale.info^$third-party ||glumifo.info^$third-party ||govbusi.info^$third-party ||grobido.info^$third-party ||hikvar.ru^$third-party -||hranere.info^$third-party -||hutfora.info^$third-party ||hvato.info^$third-party -||idexoro.info^$third-party -||igligan.info^$third-party -||igopol.info^$third-party -||iltevo.info^$third-party ||imbetan.info^$third-party ||imeteti.info^$third-party -||irboga.info^$third-party -||itdehod.info^$third-party ||itdise.info^$third-party -||ixtuseq.info^$third-party -||izbarin.info^$third-party -||iznozhi.info^$third-party ||kamnebo.info^$third-party -||khimsaba.info^$third-party -||khonosta.info^$third-party -||kovadat.ru^$third-party ||ladnova.info^$third-party ||lemetri.info^$third-party -||lmymere.info^$third-party -||lodnare.ru^$third-party ||lonedol.info^$third-party -||loqara.info^$third-party -||loronap.info^$third-party -||loskino.info^$third-party ||lukir.info^$third-party ||lvodomi.info^$third-party ||lvodomo.info^$third-party -||lzoloro.info^$third-party -||medlero.info^$third-party -||milaly.info^$third-party -||milyeda.info^$third-party -||mlenisi.info^$third-party -||movlaba.info^$third-party -||moydato.info^$third-party -||natsety.info^$third-party -||negomes.info^$third-party -||nekopod.info^$third-party -||nimatey.info^$third-party ||novostisporta.info^$third-party ||nurobi.info^$third-party -||nycvetu.info^$third-party -||nyugalits.info^$third-party ||nyutkikha.info^$third-party ||obmokhi.info^$third-party ||obzatop.info^$third-party @@ -50951,35 +45999,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||pistoma.info^$third-party ||poblemi.info^$third-party ||pobliba.info^$third-party -||rabela.info^$third-party -||rastafi.info^$third-party -||rbaleno.info^$third-party -||rovarti.info^$third-party ||shemirta.info^$third-party -||shiloso.info^$third-party ||shinasi.info^$third-party -||siwbori.info^$third-party -||sjustus.info^$third-party ||skurki.info^$third-party -||slinadu.info^$third-party ||smigro.info^$third-party ||smudgy.info^$third-party -||sumano.info^$third-party ||svyksa.info^$third-party ||tralifa.info^$third-party ||tranite.info^$third-party -||tricasi.info^$third-party -||trongi.info^$third-party -||tsitodi.info^$third-party -||tupho.info^$third-party ||umekana.ru^$third-party ||urmilan.info^$third-party ||vatname.info^$third-party -||yaramol.info^$third-party ||yatnozin.info^$third-party -||yulkafed.ru^$third-party -||zharezhi.info^$third-party -||zhinkichi.info^$third-party ! uponit adservers ||acrabakasaka.com^ ||ajkelra.com^ @@ -50991,7 +46022,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||atarshaboor.com^ ||avalhukof.com^ ||badokal.com^ -||bahaimlo.com^ ||banomago.com^ ||bapalolo.com^ ||bapaquac.com^ @@ -51003,9 +46033,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bokilora.com^ ||bolkazoopa.com^ ||bondinra.com^ -||bonjikoa.com^ ||borazita.com^ -||botiviga.com^ ||bulbazoa.com^ ||camtinolc.com^ ||carutinv.com^ @@ -51019,17 +46047,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dinovala.com^ ||dodatova.com^ ||dokaboka.com^ -||dontibar.com^ ||dorapodorasham.com^ ||dragolosa.com^ ||drogomet.com^ -||dulderbulder.com^ ||durazopa.com^ ||egolina.com^ -||ekolamis.com^ ||erogaliv.com^ -||farfarida.com^ -||filtonay.com^ ||foditgoz.com^ ||forkitz.com^ ||forkizata.com^ @@ -51043,20 +46066,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hariqavi.com^ ||hirovivi.com^ ||horheloopo.com^ -||humuseliyahu.com^ -||jadizayo.com^ -||jandolav.com^ ||jerotidv.com^ ||jilabukurlabu.com^ ||jingavot.com^ ||jojilabola.com^ ||joribobo.com^ ||jorjodika.com^ -||jquerycdn.co.il^ -||jquerymin.co.il^ ||kaidop.com^ ||kalmloda.com^ -||kdoraraq.com^ ||kilomansa.com^ ||kilorama.com^ ||kirilaboola.com^ @@ -51093,15 +46110,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||moninosa.com^ ||morbitempus.com^ ||moritava.com^ -||mozefakt.com^ ||mujilora.com^ -||muligov.com^ ||namitol.com^ ||nanuyalailai.com^ ||nepohita.com^ ||nidorivo.com^ ||niholaev.com^ -||niklesrov.com^ ||nimdinb.com^ ||nitigoly.com^ ||oddomane.com^ @@ -51121,7 +46135,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||qawiman.com^ ||qewisoti.com^ ||quavomi.com^ -||rapigoy.com^ ||rapizoda.com^ ||ratkalol.com^ ||reqpostanza.com^ @@ -51130,19 +46143,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ripalazc.com^ ||rodirola.com^ ||rolkakuksa.com^ -||roritabo.com^ -||rotibald.com^ ||scrappykoko.com^ ||senolati.com^ ||shmonekisot.com^ ||shokala.com^ ||shoxyloxi.com^ -||shulhanafuh.com^ -||susitasita.com^ ||tantella.com^ ||tenlokif.com^ ||tijorari.com^ -||tikodala.com^ ||tikrailijorj.com^ ||tilosman.com^ ||tinkerta.com^ @@ -51155,7 +46163,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ufraton.com^ ||ukatoe.com^ ||ulajilala.com^ -||unidati.com^ ||upnorma.com^ ||uralap.com^ ||utazwa.com^ @@ -51163,8 +46170,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uzekrs.com^ ||uzotarak.com^ ||venonita.com^ -||vkafirac.com^ -||volimole.com^ ||wakapita.com^ ||wodipaca.com^ ||wodizapt.com^ @@ -51172,7 +46177,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yaboshadi.com^ ||yallboen.com^ ||yeshhaod.com^ -||yorilada.com^ ||yuituityula.com^ ||zarazazapolaza.com^ ||zepozipo.com^ @@ -51190,23 +46194,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||arana.pw^ ||beiren.xyz^ ||daecan.xyz^ +||daero.pw^ ||daethana.pw^ ||elabalar.pw^ ||elmenor.xyz^ ||farpeiros.pw^ ||galiowen.com^ -||galumbor.com^ ||gilzana.pw^ ||glynzumin.pw^ ||grebanise.pw^ ||ianhice.pw^ ||ianxalim.pw^ +||iarfina.pw^ ||iarvyre.pw^ ||ilinan.xyz^ ||inaharice.pw^ ||inastina.pw^ +||jomys.xyz^ ||keaven.pw^ ||kelris.pw^ +||keymaris.com^ ||liacyne.pw^ ||miakalyn.pw^ ||miastina.pw^ @@ -51239,17 +46246,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||11x11.com^$popup ||123vidz.com^$popup,third-party ||1phads.com^$popup,third-party -||1xtbw.top^$popup ||21find.com^$popup,third-party ||292news.biz^$popup -||2b8869dfc34690.com^$popup ||2hanwriten.com^$popup ||2mdn.info^$popup,third-party -||2pxg8bcf.top^$popup ||2rush.net^$popup ||30daychange.co^$popup,third-party ||360adshost.net^$popup,third-party -||3a5be2a583475ea31b.com^$popup ||3wr110.xyz^$popup,third-party ||43yagowe3y.com^$popup ||4b6994dfa47cee4.com^$popup @@ -51262,9 +46265,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||6198399e4910e66-ovc.com^$popup ||6kup12tgxx.com^$popup ||72b8869dfc34690.com^$popup -||7f1au20glg.com^$popup ||7ggtpciw.com^$popup -||7v8rya73sj.com^$popup ||87159d7b62fc885.com^$popup ||888games.com^$popup,third-party ||888media.net^$popup,third-party @@ -51279,7 +46280,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ablogica.com^$popup,third-party ||absoluteclickscom.com^$popup,third-party ||accede.site^$popup,third-party -||accouncila.com^$popup ||actiondesk.com^$popup,third-party ||ad-apac.doubleclick.net^$popup,third-party ||ad-emea.doubleclick.net^$popup,third-party @@ -51290,6 +46290,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ad4game.com^$popup,third-party ||ad6media.fr^$popup,third-party ||adbetclickin.pink^$popup +||adbetnet.com^$popup,third-party ||adbma.com^$popup,third-party ||adboost.it^$popup,third-party ||adbooth.com^$popup,third-party @@ -51330,6 +46331,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adrunnr.com^$popup,third-party ||ads.sexier.com^$popup,third-party ||adsbreak.com^$popup +||adsco.re^$popup +||adscore.com^$popup,third-party ||adscpm.net^$popup,third-party ||adserverplus.com^$popup,third-party ||adservme.com^$popup,third-party @@ -51380,6 +46383,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||algocashmaster.com^$popup,third-party ||algocashmaster.net^$popup,third-party ||allaptair.club^$popup,third-party +||allashark.site^$popup ||allsporttv.com^$popup,third-party ||alpinedrct.com^$popup,third-party ||alternads.info^$popup,third-party @@ -51391,8 +46395,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aocular.com^$popup,third-party ||apendit.com^$popup,third-party ||approp.pro^$popup,third-party -||apugod.work^$popup,third-party ||ar.voicefive.com^$popup,third-party +||arcaptart.site^$popup ||ardintcoin.com^$popup ||arescadon.com^$popup ||arrlnk.com^$popup @@ -51408,35 +46412,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||awsclic.com^$popup,third-party ||b3z29k1uxb.com^$popup ||b54m4qbmt0b9.com^$popup -||bargetbook.com^$popup,third-party ||baypops.com^$popup,third-party ||bbballs.men^$popup -||bbp-vnh.com^$popup,third-party -||bbredir-ac-100.com^$popup,third-party ||bbuni.com^$popup,third-party ||bcvcmedia.com^$popup,third-party -||becomicse.com^$popup ||becoquin.com^$popup,third-party -||becoquins.net^$popup,third-party -||bedformj.com^$popup ||bedorm.com^$popup,third-party ||befade.com^$popup,third-party -||bekoted.work^$popup,third-party ||bellatraffic.com^$popup ||belwrite.com^$popup,third-party ||bemobtrk.com^$popup -||bentdownload.com^$popup,third-party -||best-bar.net^$popup,third-party ||best-zb.com^$popup,third-party ||best2017games.com^$popup ||best2019-games-web1.com^$popup,third-party -||bestarmour4u.work^$popup,third-party ||bestforexplmdb.com^$popup ||bestproducttesters.com^$popup,third-party ||bestquickcontentfiles.com^$popup -||betigo.work^$popup,third-party ||betoga.com^$popup,third-party -||bezoya.work^$popup,third-party ||bidsystem.com^$popup,third-party ||bidverdrd.com^$popup,third-party ||bidverdrs.com^$popup,third-party @@ -51451,15 +46443,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||blinko.es^$popup,third-party ||blinkogold.es^$popup,third-party ||blizardom.com^$popup -||blockthis.es^$popup,third-party -||blogscash.info^$popup,third-party ||blueparrot.media^$popup ||bnjuhrbpdjtjul.com^$popup ||bobtrk.com^$popup ||bongacams.com^$popup,third-party ||bonzuna.com^$popup,third-party ||boriouseruwer.info^$popup,third-party -||boteko.work^$popup,third-party ||brandreachsys.com^$popup,third-party ||bravo-dog.com^$popup ||bringmesports.com^$popup,third-party @@ -51473,27 +46462,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||buzzadnetwork.com^$popup ||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^$popup ||byvue.com^$popup,third-party -||bzrvwbsh5o.com^$popup,third-party ||c7d470df880b1d0.com^$popup ||cadsats.com^$popup ||calcch.com^$popup,third-party +||camscaps.net^$popup ||careerjournalonline.com^$popup ||carvarial.pro^$popup ||casino.betsson.com^$popup,third-party -||casterist.com^$popup ||cbbp1.com^$popup +||cbdzone.online^$popup ||cdaz.ciu^$popup ||cdaz.icu^$popup ||cdnmedia.xyz^$popup ||ceeglagu.net^$popup ||cfts1tifqr.com^$popup ||chachatool.com^$popup -||channeldate.com^$popup ||chauksoa.net^$popup ||checkabil.com^$popup ||cjl58f3agc.com^$popup ||cl96rwprue.com^$popup -||click2go.link^$popup ||clickbank.net/*offer_id=$popup,third-party ||clickfuse.com^$popup,third-party ||clickmngr.com^$popup,third-party @@ -51505,7 +46492,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clicksor.com^$popup,third-party ||clicksor.net^$popup,third-party ||clicksvenue.com^$popup,third-party -||clickter.net^$popup,third-party ||clicktripz.com^$popup,third-party ||clk-can.com^$popup ||clk-sec.com^$popup @@ -51515,7 +46501,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clkmon.com^$popup,third-party ||clkpback3.com^$popup,third-party ||clkrev.com^$popup,third-party -||cloudservepoint.com^$popup,third-party ||cloudsrvtrk.com^$popup,third-party ||cloudtracked.com^$popup,third-party ||clpremdo.com^$popup,third-party @@ -51529,13 +46514,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||com-wkejf32ljd23409system.net^$popup ||cominghamer.info^$popup ||computersoftwarelive.com^$popup,third-party -||console-domain.link^$popup,third-party -||consolepprofile.com^$popup,third-party -||content-offer-app.site^$popup,third-party ||content.ad^$popup,third-party ||contentabc.com^$popup,third-party ||coostuni.com^$popup -||cositin.com^$popup,third-party ||cpa-offer.com^$popup ||cpayard.com^$popup,third-party ||cpm20.com^$popup @@ -51548,29 +46529,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||d0p21g2fep.com^$popup ||dagnar.com^$popup ||datsgirl.com^$popup -||day-multi.work^$popup,third-party +||dddomainccc.com^$popup ||debrium-surbara.com^$popup ||deliverydom.com^$popup,third-party ||deloplen.com^$popup ||deloton.com^$popup ||delta-boa.com^$popup,third-party ||denza.pro^$popup,third-party -||develop-forevery4u.com^$popup,third-party ||digitaldsp.com^$popup ||dilruwha.net^$popup -||dinuclean.com^$popup,third-party ||directrev.com^$popup ||discoverredirect.com^$popup ||disfablot.com^$popup ||distantnews.com^$popup,third-party -||distantstat.com^$popup,third-party -||disturbqualifyplane.info^$popup,third-party ||djfiln.com^$popup +||dmstrck.com^$popup ||dnckawxatc.com^$popup ||dntrax.com^$popup,third-party -||dntrx.com^$popup,third-party -||dojerena.com^$popup,third-party ||dormitysature.info^$popup +||dorthuredwardles.info^$popup ||doublepimp.com^$popup,third-party ||down1oads.com^$popup,third-party ||download-performance.com^$popup,third-party @@ -51579,26 +46556,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dradvice.in^$popup,third-party ||dsp.wtf^$popup ||dsstrk.com^$popup -||durokuro.com^$popup,third-party ||dynsrvaba.com^$popup -||dynsrvazf.com^$popup ||dynsrvwer.com^$popup ||eaoueopa.com^$popup +||earandmarketing.com^$popup ||eastbour.mobi^$popup ||easydownloadnow.com^$popup,third-party ||easykits.org^$popup,third-party -||ebeda.info^$popup -||ebzkswbs78.com^$popup,third-party -||ecdoz.club^$popup,third-party ||econsideepofle.info^$popup ||edchargina.pro^$popup ||elephant-ads.com^$popup ||enlarget.com^$popup,third-party ||epicgameads.com^$popup,third-party -||epix-trader.co^$popup -||eroanalysis.com^$popup,third-party ||ethfw0370q.com^$popup -||euromillionairesystem.me^$popup,third-party ||ewebse.com^$popup,third-party ||exdoller.com^$popup ||exdynsrv.com^$popup,third-party @@ -51607,36 +46577,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||explorads.com^$popup,third-party ||expmediadirect.com^$popup ||ezdownloadpro.info^$popup,third-party -||f-hookups.com^$popup,third-party ||f5v1x3kgv5.com^$popup ||fabolele.com^$popup,third-party ||fabriefly.mobi^$popup ||fapmeth.com^$popup ||fapping.club^$popup,third-party -||feybu.work^$popup,third-party ||fg3cyy7jyx.com^$popup ||fhserve.com^$popup,third-party -||fibriumpa.com^$popup -||fidel.to^$popup,third-party ||fiechaev.com^$popup -||fieldpprofile.com^$popup,third-party ||filestube.com^$popup,third-party ||finance-reporting.org^$popup,third-party ||findbetterresults.com^$popup,third-party -||findonlinesurveysforcash.com^$popup,third-party ||firefoxprotect.me^$popup -||firegetbook.com^$popup,third-party -||firmprotectedlinked.com^$popup,third-party ||firstclass-download.com^$popup,third-party ||firstmediahub.com^$popup,third-party -||flmditew.com^$popup ||flrdra.com^$popup -||fluxybe.work^$popup,third-party -||fmdwbsfxf0.com^$popup,third-party ||focuusing.com^$popup -||follofop.com^$popup ||folmetor.com^$popup -||fonderreader.info^$popup ||fophaumpoor.com^$popup ||foxsnews.net^$popup,third-party ||fpctraffic3.com^$popup @@ -51656,30 +46613,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gamesrotator.com^$popup ||ganja.com^$popup,third-party ||gdmconvtrck.com^$popup -||geophrenia.com^$popup ||geranew.info^$popup,third-party -||gerwen.info^$popup,third-party ||getalinkandshare.com^$popup ||getmyads.com^$popup,third-party ||gfdfhdh5t5453.com^$popup ||gib-gib-la.com^$popup,third-party -||gibsonvillainousweatherstrip.com^$popup,third-party ||giveaways.club^$popup,third-party ||glauvoob.com^$popup +||glookroz.net^$popup ||go2linkfast.com^$popup -||gold-good4u.com^$popup,third-party ||goldlambotrader.co^$popup,third-party -||good-black4u.com^$popup,third-party ||goodbookbook.com^$popup,third-party ||googleads.g.doubleclick.net^$popup,third-party ||googleme.eu^$popup,third-party ||gotoplaymillion.com^$popup,third-party ||gpxtxzzxoph.com^$popup ||grand-ads.com^$popup,third-party -||greatbranddeals.com^$popup,third-party ||greatdexchange.com^$popup ||groorgex.net^$popup -||grouchyaccessoryrockefeller.com^$popup,third-party +||grown-zero-breeze-belong.xyz^$popup ||grtyj.com^$popup ||gsniper2.com^$popup,third-party ||gtrck.pw^$popup @@ -51687,7 +46639,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||h8vzwpv.com^$popup ||hammerredirect.fun^$popup ||hantinlethemsed.info^$popup -||hd-plugin.com^$popup,third-party ||hebadu.com^$popup ||hentaifap.land^$popup ||hh-btr.com^$popup @@ -51700,11 +46651,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hilltopads.net^$popup ||hipersushiads.com^$popup,third-party ||hitcpm.com^$popup,third-party -||hitopadxdo.xyz^$popup ||hitopadxdz.xyz^$popup ||hlpnowp-c.com^$popup,third-party -||homecareerforyou1.info^$popup,third-party -||hornygirlsexposed.com^$popup,third-party ||hotchatdate.com^$popup,third-party ||hotchatdirect.com^$popup,third-party ||hovernottaked.info^$popup @@ -51721,9 +46669,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hutrcksp.com^$popup ||i4track.net^$popup ||i62e2b4mfy.com^$popup -||icartory.info^$popup ||ifilez.org^$popup,third-party -||iiasdomk1m9812m4z3.com^$popup,third-party ||ilividnewtab.com^$popup,third-party ||imbetan.info^$popup ||imsnp.com^$popup,third-party @@ -51739,20 +46685,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||instanceyou.info^$popup,third-party ||instant007.com^$popup,third-party ||instantpaydaynetwork.com^$popup,third-party -||insulling.com^$popup ||intab.fun^$popup ||intab.site^$popup -||intab.xyz^$popup ||integral-marketing.com^$popup,third-party -||interfalls.com^$popup -||internalredirect.site^$popup,third-party -||interner-magaziin.ru^$popup,third-party ||irtya.com^$popup ||iwanttodeliver.com^$popup,third-party -||ixeq490u20.com^$popup ||iyfnzgb.com^$popup ||jdtracker.com^$popup,third-party ||jettags.rocks^$popup,third-party +||jqfjrjka5t.top^$popup ||jsmentry.com^$popup ||jsmptjmp.com^$popup ||juiceads.net^$popup,third-party @@ -51761,7 +46702,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||junbi-tracker.com^$popup,third-party ||justdating.online^$popup,third-party ||jwplayer.space^$popup,third-party -||jzfzjss.com^$popup ||kaishist.top^$popup ||kanoodle.com^$popup,third-party ||kenomal.com^$popup @@ -51769,16 +46709,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kindredplc.com^$popup ||kiwi-offers.com^$popup,third-party ||korexo.com^$popup,third-party -||krajiv.com^$popup -||kzexkhstcng.com^$popup ||ladsreds.com^$popup ||ladsup.com^$popup ||large-format.net^$popup,third-party -||larkbe.com^$popup,third-party ||lcxrimmb.com^$popup ||legisland.net^$popup,third-party ||letshareus.com^$popup,third-party -||lettercrow.bid^$popup ||letzonke.com^$popup,third-party ||lie2anyone.com^$popup ||ligatus.com^$popup,third-party @@ -51789,14 +46725,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||livechatflirt.com^$popup,third-party ||livepromotools.com^$popup,third-party ||liversely.net^$popup,third-party -||liveyourdreamify.pw^$popup,third-party ||lltrsknoob.click^$popup -||lmebxwbsno.com^$popup,third-party ||lmn-pou-win.com^$popup ||lnkgt.com^$popup,third-party ||lockscalecompare.com^$popup,third-party ||lokvel.ru^$popup,third-party ||looksmart.com^$popup,third-party +||lucretius-ada.com^$popup ||lustigbanner.com^$popup,third-party ||lvztx.com^$popup ||m57ku6sm.com^$popup,third-party @@ -51804,10 +46739,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||magicads.nl^$popup,third-party ||maomaotang.com^$popup,third-party ||marketresearchglobal.com^$popup,third-party -||marticula.com^$popup ||mashionalkov.info^$popup +||mb01.com^$popup +||mb102.com^$popup +||mb103.com^$popup +||mb104.com^$popup +||mb223.com^$popup +||mb38.com^$popup +||mb57.com^$popup ||mdn2015x1.com^$popup,third-party -||mdtrack.click^$popup ||media-app.com^$popup,third-party ||media-servers.net^$popup,third-party ||media-serving.com^$popup,third-party @@ -51817,16 +46757,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||megapopads.com^$popup,third-party ||megdexchange.com^$popup ||menepe.com^$popup,third-party -||metogo.work^$popup,third-party ||metricfast.com^$popup -||migrandof.com^$popup -||milleonid.com^$popup ||mk-ads.com^$popup ||mktmobi.com^$popup,third-party ||mmo123.co^$popup,third-party ||mob1ledev1ces.com^$popup ||mobileraffles.com^$popup,third-party ||mobilevq.com^$popup +||mobreach.com^$popup ||mobsterbird.info^$popup,third-party ||mobsuitem.com^$popup ||modescrips.info^$popup,third-party @@ -51839,7 +46777,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mutaticial.com^$popup ||muvflix.com^$popup,third-party ||mxsads.com^$popup,third-party -||my-layer.net^$popup,third-party ||myawesomecash.com^$popup,third-party ||mybestdc.com^$popup ||mybestmv.com^$popup @@ -51850,7 +46787,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mystreamadpush.link^$popup ||myusersoffer.com^$popup ||n388hkxg.com^$popup,third-party -||nadstive.com^$popup ||naganoadigei.com^$popup ||namesakeoscilloscopemarquis.com^$popup,third-party ||nanoadexchange.com^$popup,third-party @@ -51867,12 +46803,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||november-lax.com^$popup,third-party ||nsvfl7p9.com^$popup ||ntlyaccessfulsp.info^$popup -||nturveev.com^$popup,third-party ||nymphdate.com^$popup,third-party ||o333o.com^$popup,third-party ||o8q80l1z.top^$popup ||oclaserver.com^$popup -||octagonize.com^$popup ||ofeetles.pro^$popup ||offaces-butional.com^$popup ||offertrk.info^$popup,third-party @@ -51890,7 +46824,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||onlinecashmethod.com^$popup,third-party ||onlineshopping.website^$popup,third-party ||onpato.ru^$popup,third-party -||onti.rocks^$popup,third-party ||oodsotso.com^$popup ||open-downloads.net^$popup,third-party ||openadserving.com^$popup,third-party @@ -51904,7 +46837,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||outhulem.net^$popup ||overturs.com^$popup,third-party ||oxybe.com^$popup,third-party -||oxyes.work^$popup,third-party ||ozora.work^$popup,third-party ||padsdel.com^$popup,third-party ||padssup.com^$popup @@ -51917,17 +46849,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||patiencepls.com^$popup ||patiskcontentdelivery.info^$popup ||paumoogo.net^$popup -||pbyet.com^$popup,third-party ||pdfcomplete.com^$popup,third-party +||peezette-intial.com^$popup ||pegloang.com^$popup -||perfcreatives.com^$popup,third-party ||perfecttoolmedia.com^$popup ||pexu.com^$popup,third-party ||pgmediaserve.com^$popup,third-party ||phaimtol.net^$popup ||phiptams.net^$popup ||phu1aefue.com^$popup -||pickoga.work^$popup,third-party ||pimmuter.com^$popup ||pipaoffers.com^$popup,third-party ||pipsol.net^$popup @@ -51937,7 +46867,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||plex2.com^$popup,third-party ||plexop.net^$popup,third-party ||plsdrct2.me^$popup,third-party -||png2imag.club^$popup ||pocofh.com^$popup ||pointclicktrack.com^$popup,third-party ||pointroll.com^$popup,third-party @@ -51952,6 +46881,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||popunderjs.com^$popup ||popwin.net^$popup,third-party ||porlandzor.com^$popup +||postlnk.com^$popup ||potedly.co^$popup ||poterrupte.co^$popup ||potpourrichordataoscilloscope.com^$popup,third-party @@ -51959,7 +46889,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||predictivadnetwork.com^$popup ||predictivadvertising.com^$popup ||predictivdisplay.com^$popup -||preditates.com^$popup ||preferredain.com^$popup,third-party ||premium-members.com^$popup ||preskalyn.com^$popup @@ -51968,6 +46897,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||prime535.com^$popup ||print3.info^$popup,third-party ||privacy4browsers.com^$popup,third-party +||private-speed-app-online.club^$popup ||prjcq.com^$popup,third-party ||prmtracking.com^$popup ||promo-bc.com^$popup @@ -51994,6 +46924,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||putrr11.com^$popup ||putrr14.com^$popup ||pwrads.net^$popup,third-party +||pyq6n.com^$popup ||qelllwrite.com^$popup ||qertewrt.com^$popup,third-party ||qlinks.pro^$popup @@ -52012,7 +46943,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rdsrv.com^$popup,third-party ||reallifecam.com^$popup,third-party ||realtime-bid.com^$popup -||recessary.com^$popup ||red-direct-n.com^$popup ||redirect18systemsg.com^$popup ||redirect2719.ws^$popup @@ -52020,28 +46950,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||redirections.site^$popup,third-party ||redirectvoluum.com^$popup ||refpa.top^$popup -||refpamsj.xyz^$popup ||refpazcx.xyz^$popup -||rehok.km.ua^$popup,third-party -||rencontreanna.com^$popup,third-party ||replainy.co^$popup ||reroplittrewheck.pro^$popup ||retainguaninefluorite.info^$popup,third-party -||retaryrs.com^$popup -||retkow.com^$popup,third-party ||revimedia.com^$popup ||rgadvert.com^$popup,third-party ||riowrite.com^$popup,third-party -||rm-tracker.com^$popup,third-party -||rolinda.work^$popup,third-party ||rotumal.com^$popup,third-party ||roulettebotplus.com^$popup,third-party ||routgveriprt.com^$popup ||roverinvolv.bid^$popup ||rsalcdp.com^$popup ||rtpdn10.com^$popup -||rtrdan1.com^$popup -||rubikon6.if.ua^$popup,third-party ||runslin.com^$popup,third-party ||runtnc.net^$popup ||rvnc72k.com^$popup,third-party @@ -52058,14 +46979,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sconcentpract.info^$popup ||searchmulty.com^$popup ||secondchancetrack.fun^$popup -||sectivity.mobi^$popup ||secureintl.com^$popup,third-party ||securesmrt-dt.com^$popup ||seethisinaction.com^$popup,third-party ||seiya.work^$popup,third-party ||senzapudore.it^$popup,third-party ||serving-sys.com^$popup,third-party -||servingclks.com^$popup,third-party ||sexitnow.com^$popup,third-party ||sfxuiadi.com^$popup ||shaexowi.com^$popup @@ -52077,9 +46996,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sierra-fox.com^$popup,third-party ||sifuglie.com^$popup ||silstavo.com^$popup,third-party -||simpleinternetupdate.com^$popup,third-party ||simpletds.net^$popup,third-party -||singleicejo.link^$popup,third-party ||singlesexdates.com^$popup,third-party ||sistacked.com^$popup ||slikslik.com^$popup,third-party @@ -52090,41 +47007,35 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||smartclk.net^$popup ||smartwebads.com^$popup,third-party ||smrtgs.com^$popup,third-party -||sms-mmm.com^$popup,third-party ||snapvine.club^$popup,third-party -||softwarepiset.com^$popup,third-party -||solidayw.info^$popup ||sonagerthrou.com^$popup ||sparkstudios.com^$popup,third-party ||speednetwork14.com^$popup,third-party ||speednetwork6.com^$popup,third-party -||spondenced.com^$popup ||spotscenered.info^$popup,third-party ||sq2trk2.com^$popup,third-party -||squartedo.info^$popup ||srv-ad.com^$popup,third-party ||srv2trking.com^$popup,third-party ||srvbytrking.com^$popup ||srvpub.com^$popup,third-party ||ssl2anyone3.com^$popup ||statsmobi.com^$popup,third-party -||statstrackeronline.com^$popup,third-party ||stoagergu.com^$popup ||stoshoos.com^$popup ||strainemergency.com^$popup,third-party ||stream-all.com^$popup ||sub.za.com^$popup,third-party -||suddership.com^$popup ||superadexchange.com^$popup,third-party ||surveyend.com^$popup,third-party ||surveyspaid.com^$popup,third-party -||surveystope.com^$popup,third-party ||susm0q6jys.com^$popup ||symkashop.ru^$popup,third-party ||syncedvision.com^$popup,third-party ||syndication.dynsrvtbg.com^$popup ||syndication.exoclick.com^$popup,third-party ||tagsd.com^$popup,third-party +||takelnk.com^$popup +||tannelssepara.info^$popup ||targetctracker.com^$popup,third-party ||tatami-solutions.com^$popup,third-party ||td563.com^$popup,third-party @@ -52133,7 +47044,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||textsrv.com^$popup,third-party ||thatsallfolks.link^$popup ||the-binary-trader.biz^$popup,third-party -||the-consumer-reporter.org^$popup,third-party ||thecloudtrader.com^$popup,third-party ||theih1w.top^$popup,third-party ||thepornsurvey.com^$popup,third-party @@ -52151,7 +47061,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||topshelftraffic.com^$popup,third-party ||toroadvertisingmedia.com^$popup,third-party ||torpsol.com^$popup -||torrentcacher.info^$popup,third-party ||totaladperformance.com^$popup,third-party ||totrack.ru^$popup,third-party ||tracker*.bingohall.ag^$popup,third-party @@ -52178,12 +47087,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||trido.club^$popup,third-party ||trklnks.com^$popup,third-party ||trkpointcloud.com^$popup,third-party -||trktrk017.com^$popup -||trktrk029.com^$popup -||trktrk047.com^$popup ||trw12.com^$popup,third-party ||tsyndicate.com^$popup -||ttdaz.xyz^$popup ||tubeadvertising.eu^$popup ||tulip18.com^$popup ||turbofileindir.com^$popup,third-party @@ -52192,11 +47097,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tvas-a.pw^$popup,third-party ||tvas-b.pw^$popup,third-party ||twqiqiang.com^$popup,third-party -||ucontrate.com^$popup -||ucoxa.work^$popup,third-party +||udncoeln.com^$popup ||uel-uel-fie.com^$popup ||ufpcdn.com^$popup -||uharded.com^$popup ||unblocksite.info^$popup,third-party ||unqpun.pro^$popup ||uptopopunder.com^$popup @@ -52204,21 +47107,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||utarget.ru^$popup,third-party ||uthorner.info^$popup ||v3rjvtt.com^$popup -||vacroz.xyz^$popup,third-party -||vamartin.work^$popup,third-party ||vcommission.com^$popup ||vdtrack.com^$popup ||vdztrack.com^$popup,third-party ||venturead.com^$popup,third-party ||verblife-2.co^$popup,third-party -||versionall.net^$popup,third-party ||vertoz.com^$popup ||vfghc.com^$popup ||vfgtb.com^$popup ||vgjawpqjn.com^$popup ||vgsgaming-ads.com^$popup,third-party ||viatepigan.com^$popup -||victorance.com^$popup ||videoplayerscript.club^$popup ||viewlnk.com^$popup ||vinfdv6b4j.com^$popup @@ -52229,6 +47128,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||voluumtrk.com^$popup,third-party ||voluumtrk3.com^$popup,third-party ||voxfind.com^$popup +||vpnfortorrents.biz^$popup ||vpnfortorrents.cc^$popup,third-party ||vpnfortorrents.com^$popup ||vq40567.com^$popup @@ -52237,6 +47137,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||waframedia5.com^$popup,third-party ||wahoha.com^$popup,third-party ||wardparser.info^$popup,third-party +||warten-sie-mal.xyz^$popup ||wbsadsdel.com^$popup,third-party ||wbsadsdel2.com^$popup,third-party ||websearchers.net^$popup,third-party @@ -52244,18 +47145,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||weliketofuckstrangers.com^$popup,third-party ||wellhello.com^$popup,third-party ||wgpartner.com^$popup,third-party -||whoads.net^$popup,third-party ||wigetmedia.com^$popup,third-party ||winhugebonus.com^$popup,third-party ||witalfieldt.com^$popup ||withdromnit.pro^$popup,third-party ||wonderlandads.com^$popup,third-party -||worldrewardcenter.net^$popup,third-party -||wrigginger.info^$popup ||wwwpromoter.com^$popup,third-party ||wwznqib.com^$popup ||wz856.com^$popup -||wzus1.ask.com^$popup,third-party ||xaxoro.com^$popup,third-party ||xbidflare.com^$popup ||xclicks.net^$popup,third-party @@ -52265,22 +47162,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||xyzzyxxyzzyx.com^$popup ||y1jxiqds7v.com^$popup ||yeesshh.com^$popup,third-party -||yellorun.com^$popup -||yesobe.work^$popup,third-party ||yieldmanager.com^$popup,third-party ||yieldtraffic.com^$popup,third-party ||youradexchange.com^$popup,third-party ||z5x.net^$popup,third-party ||zanyx.club^$popup,third-party -||zavu.work^$popup,third-party ||zckphynp.com^$popup ||zedo.com^$popup,third-party ||zeroredirect1.com^$popup,third-party ||zeroredirect10.com^$popup,third-party ||zeroredirect9.com^$popup,third-party -||zerozo.work^$popup,third-party -||zindas.info^$popup -||zonearmour4u.link^$popup ||zryydi.com^$popup,third-party ! IP addresses ||130.211.$popup,third-party @@ -52293,6 +47184,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ! *** easylist:easylist_adult/adult_adservers.txt *** ||0gw7e6s3wrao9y3q.pro^$third-party ||0llii0g6.com^$third-party +||104.203.72.254^$third-party ||10y5gehv.com^$third-party ||123advertising.nl^$third-party ||15yomodels.com^$third-party @@ -52341,7 +47233,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||abgeobalancer.com^$third-party ||abrsamar.com^$third-party ||abusedbabysitters.com^$third-party -||accesssearch.click^$third-party ||acmexxx.com^$third-party ||actionlocker.com^$third-party ||ad-u.com^$third-party @@ -52358,8 +47249,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||admez.com^$third-party ||adnetxchange.com^$third-party ||adnico.jp^$third-party -||adparad.net^$third-party -||adperiun.com^$third-party ||adpron.com^$third-party ||adrecreate.com^$third-party ||adrenovate.com^$third-party @@ -52370,8 +47259,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adserved.net^$third-party ||adsession.com^$third-party ||adsgangsta.com^$third-party -||adshostview.com^$third-party ||adskape.ru^$third-party +||adspyglass.com^$third-party ||adswam.com^$third-party ||adsyst.biz^$third-party ||adtng.com^$third-party @@ -52415,11 +47304,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||affiligay.net^$third-party ||aipbannerx.com^$third-party ||aipmedia.com^$third-party +||alahnavideos.pro^$third-party ||alfatraffic.com^$third-party ||all-about-tech.com^$third-party ||alladultcash.com^$third-party ||allosponsor.com^$third-party ||allotraffic.com^$third-party +||alwqfajh.com^$third-party ||amateurcouplewebcam.com^$third-party ||amliands.info^$third-party ||amtracking01.com^$third-party @@ -52431,9 +47322,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||apromoweb.com^$third-party ||are-ter.com^$third-party ||arlitasite.pro^$third-party +||artamkari.com^$third-party ||asiafriendfinder.com^$third-party ||asiangfsex.com^$third-party -||aufderhar.net^$third-party ||augrenso.com^$third-party ||awentw.com^$third-party ||aweprotostatic.com^$third-party @@ -52441,21 +47332,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||awmpartners.com^$third-party ||awmserve.com^$third-party ||ax47mp-xp-21.com^$third-party -||azerbazer.com^$third-party ||aztecash.com^$third-party ||baconaces.pro^$third-party ||badgirlz.org^$third-party ||banclip.com^$third-party ||banerator.net^$third-party -||baskodenta.com^$third-party -||bavesinyourface.com^$third-party ||bcash4you.com^$third-party ||bd202457b.com^$third-party +||beavertron.com^$third-party ||belamicash.com^$third-party ||bestcontentpc.top^$third-party ||bestcontentservice.top^$third-party ||bestcontentuse.top^$third-party -||bestholly.com^$third-party ||bestssn.com^$third-party ||betweendigital.com^$third-party ||bgmtracker.com^$third-party @@ -52467,8 +47355,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||boinkcash.com^$third-party ||bookofsex.com^$third-party ||bootstrap-framework.org^$third-party +||bouermes.be^$third-party ||bposterss.net^$third-party -||branzas.com^$third-party ||brothersincash.com^$third-party ||brqvld0p.com^$third-party ||bumblecash.com^$third-party @@ -52491,28 +47379,24 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||camsoda1.com^$third-party ||camzap.com^$third-party ||cash-program.com^$third-party -||cash4movie.com^$third-party ||cashlayer.com^$third-party ||cashthat.com^$third-party -||cashtraff.com^$third-party ||cdn7.network^$third-party ||cdn7.rocks^$third-party ||cdnaz.win^$third-party +||cdsbnrs.co^$third-party ||ceepq.com^$third-party ||celeb-ads.com^$third-party -||celogera.com^$third-party ||cennter.com^$third-party ||certified-apps.com^$third-party ||cfcloudcdn.com^$third-party ||chatinator.com^$third-party ||che-ka.com^$third-party -||chestyry.com^$third-party ||chopstick16.com^$third-party ||chtntr.com^$third-party ||citysex.com^$third-party ||clcknads.pro^$third-party ||clearac.com^$third-party -||cleavageguarantyaquarius.com^$third-party ||clicadu.com^$third-party ||clickadu.com^$third-party ||clickaine.com^$third-party @@ -52524,9 +47408,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clockdisplaystoring.com^$third-party ||cmdfnow.com^$third-party ||cntrafficpro.com^$third-party -||codelnet.com^$third-party ||coldhardcash.com^$third-party -||coloredguitar.com^$third-party ||colpory.com^$third-party ||comproliverton.pro^$third-party ||comunicazio.com^$third-party @@ -52543,12 +47425,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||crtracklink.com^$third-party ||ctyzd.com^$third-party ||cwgads.com^$third-party -||cyberbidhost.com^$third-party ||cybernetentertainment.com^$third-party ||d-agency.net^$third-party ||d0main.ru^$third-party ||d29gqcij.com^$third-party -||d3b3e6340.website^$third-party ||daffaite.com^$third-party ||daiporno.com^$third-party ||dallavel.com^$third-party @@ -52556,7 +47436,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||danzabucks.com^$third-party ||data-ero-advertising.com^$third-party ||data-eroadvertising.com^$third-party -||data.13dc235d.xyz^$third-party ||datefunclub.com^$third-party ||datetraders.com^$third-party ||datexchanges.net^$third-party @@ -52572,10 +47451,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dejionsite.pro^$third-party ||demanier.com^$third-party ||dematom.com^$third-party -||denotyro.com^$third-party -||depilflash.tv^$third-party -||depravedwhores.com^$third-party -||desiad.net^$third-party ||digiad.co^$third-party ||digitaldesire.com^$third-party ||digreality.com^$third-party @@ -52585,13 +47460,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||divascam.com^$third-party ||divertura.com^$third-party ||dlski.space^$third-party +||dmvbdfblevxvx.com^ ||dosugcz.biz^$third-party ||double-check.com^$third-party ||doublegear.com^$third-party ||dtiserv2.com^$third-party ||dtprofit.com^$third-party ||duroternout.info^$third-party -||dvdkinoteatr.com^$third-party ||eadulttraffic.com^$third-party ||easy-dating.org^$third-party ||easyaccess.mobi^$third-party @@ -52599,8 +47474,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ebdr2.com^$third-party ||ecortb.com^$third-party ||elekted.com^$third-party -||emediawebs.com^$third-party -||eneritchmax.info^$third-party ||enoratraffic.com^$third-party ||eqfgc.com^$third-party ||ergs4.com^$third-party @@ -52609,8 +47482,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||erotikdating.com^$third-party ||erotizer.info^$third-party ||escortso.com^$third-party -||eu2xml.com^$third-party -||euro-rx.com^$third-party ||euro4ads.de^$third-party ||exchangecash.de^$third-party ||exclusivepussy.com^$third-party @@ -52623,28 +47494,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||facetz.net^$third-party ||fahdsite.pro^$third-party ||fapality.com^$third-party +||farrivederev.pro^$third-party ||fderty.com^$third-party ||felixflow.com^$third-party ||festaporno.com^$third-party -||fickads.net^$third-party -||filthads.com^$third-party ||findandtry.com^$third-party ||flashadtools.com^$third-party ||fleshcash.com^$third-party ||fleshlightgirls.com^$third-party -||flipflapflo.info^$third-party -||flipflapflo.net^$third-party ||flirt4e.com^$third-party ||flirt4free.com^$third-party ||flirtingsms.com^$third-party -||fmhcj.top^$third-party ||fmscash.com^$third-party ||fncash.com^$third-party ||fncnet1.com^$third-party -||forgetstore.com^$third-party ||fotw.xyz^$third-party ||freakads.com^$third-party -||free-porn-vidz.com^$third-party ||freewebfonts.org^$third-party ||frestacero.com^$third-party ||frestime.com^$third-party @@ -52657,7 +47522,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fuckermedia.com^$third-party ||fuckyoucash.com^$third-party ||fuelbuck.com^$third-party -||funnypickuplinesforgirls.com^$third-party ||g--o.info^$third-party ||g6ni40i7.com^$third-party ||g726n8cy.com^$third-party @@ -52677,20 +47541,20 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gl-cash.com^$third-party ||glbtrk.com^$third-party ||gmyze.com^$third-party -||go2euroshop.com^$third-party ||goallurl.ru^$third-party ||goclick.info^$third-party ||golderotica.com^$third-party ||gomain.pro^$third-party ||googleapi.club^$third-party +||goonline13.online^$third-party ||govereign.com^$third-party ||greatcpm.com^$third-party -||gridlockparadise.com^$third-party +||gruponn.com^$third-party +||gstatic-as.pro^$third-party +||gstatic-us.pro^$third-party ||gtdkx91r.pro^$third-party ||gtsads.com^$third-party ||gunzblazingpromo.com^$third-party -||gzbop.com^$third-party -||haeg1ei.bid^$third-party ||halileo.com^$third-party ||hd100546b.com^$third-party ||hdat.xyz^$third-party @@ -52701,7 +47565,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hgbn.rocks^$third-party ||hghit.com^$third-party ||hhit.xyz^$third-party -||hickle.link^$third-party ||hiddenbucks.com^$third-party ||highnets.com^$third-party ||hipals.com^$third-party @@ -52712,16 +47575,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hoptopboy.com^$third-party ||hornymatches.com^$third-party ||hornyspots.com^$third-party -||host-go.info^$third-party ||hostave.net^$third-party ||hostave2.net^$third-party ||hostave4.net^$third-party -||hot-dances.com^$third-party -||hot-socials.com^$third-party +||hot-3d-girls.com^$third-party ||hotgvibe.com^$third-party ||hotsocials.com^$third-party ||hqpass.com^$third-party -||hsmclick.com^$third-party ||htdvt.com^$third-party ||hubtraffic.com^$third-party ||icapabloidsety.club^$third-party @@ -52732,19 +47592,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ideal-sexe.com^$third-party ||idolbucks.com^$third-party ||ifrwam.com^$third-party -||igiplay.net^$third-party -||igithab.com^$third-party ||iheartbucks.com^$third-party -||ijquery10.com^$third-party ||ijrah.top^$third-party ||ilovecheating.com^$third-party +||img-cdn-as.pro^$third-party +||img-cdn-eu.pro^$third-party ||img-cdn-us.pro^$third-party ||imglnka.com^$third-party ||imglnkb.com^$third-party ||imglnkc.com^$third-party -||impotencehelp.info^$third-party ||impressionmonster.com^$third-party -||inertanceretinallaurel.com^$third-party ||inheart.ru^$third-party ||intelensafrete.stream^$third-party ||intellichatadult.com^$third-party @@ -52760,9 +47617,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||itsup.com^$third-party ||itw.me^$third-party ||iwanttodeliver.com^$third-party -||iwebanalyze.com^$third-party ||iwinnersadvantage.com^$third-party -||iwtra.top^$third-party ||ixspublic.com^$third-party ||jackao.net^$third-party ||japanbros.com^$third-party @@ -52773,7 +47628,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jfresi.com^$third-party ||jif5o70u.pro^$third-party ||joinnowinstantly.com^$third-party -||jowapt.com^$third-party ||joyourself.com^$third-party ||jqueryserve.org^$third-party ||juicycash.net^$third-party @@ -52787,30 +47641,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kingpinmedia.net^$third-party ||klapenlyidveln.stream^$third-party ||kliklink.ru^$third-party -||klocko.link^$third-party ||kodicdn.com^$third-party -||kolestence.com^$third-party -||kolitat.com^$third-party -||kwot.biz^$third-party +||kugo.cc^$third-party ||kxqvnfcg.xyz^$third-party ||lanayasite.pro^$third-party -||lavantat.com^$third-party ||laynsite.pro^$third-party -||lcwfab1.com^$third-party ||leche69.com^$third-party ||legendarylars.com^$third-party +||libertystmedia.com^$third-party ||lickbylick.com^$third-party ||lifeideas.site^$third-party ||lifepromo.biz^$third-party -||limon.biz^$third-party ||links-and-traffic.com^$third-party ||livecam.com^$third-party -||livedoor.net^$third-party ||livejasmin.tv^$third-party ||liveprivates.com^$third-party ||livepromotools.com^$third-party ||livestatisc.com^$third-party -||livetraf.com^$third-party ||livexxx.me^$third-party ||lizads.com^$third-party ||loa-traffic.com^$third-party @@ -52827,12 +47674,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||luvcom.com^$third-party ||lwxjg.com^$third-party ||madbanner.com^$third-party -||magical-sky.com^$third-party -||makechatcash.com^$third-party ||malakasonline.com^$third-party ||mallcom.com^$third-party ||mallorcash.com^$third-party ||manfys.com^$third-party +||marisappear.pro^$third-party ||markswebcams.com^$third-party ||marvin.pw^$third-party ||masterbate.pro^$third-party @@ -52850,15 +47696,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mediad2.jp^$third-party ||mediagra.com^$third-party ||mediumpimpin.com^$third-party -||meetthegame.online^$third-party ||meineserver.com^$third-party -||menemier.info^$third-party -||menteret.com^$third-party +||meryjane.pro^$third-party ||meta4-group.com^$third-party ||methodcash.com^$third-party ||meubonus.com^$third-party ||mhogb.space^$third-party -||might-stay.info^$third-party ||mileporn.com^$third-party ||millioncash.ru^$third-party ||mmaaxx.com^$third-party @@ -52873,7 +47716,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||modelsgonebad.com^$third-party ||monetizze.com.br^$third-party ||montmti.top^$third-party -||mopilod.com^$third-party ||morehitserver.com^$third-party ||move2.co^$third-party ||mp-https.info^$third-party @@ -52886,7 +47728,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mtoor.com^$third-party ||mtree.com^$third-party ||mxpopad.com^$third-party -||myadultbanners.com^$third-party ||myadultimpressions.com^$third-party ||myprecisionads.com^$third-party ||mywebclick.net^$third-party @@ -52894,7 +47735,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||naiadexports.com^$third-party ||nastydollars.com^$third-party ||nativexxx.com^$third-party -||nature-friend.com^$third-party ||netosdesalim.info^$third-party ||neuesdate.com^$third-party ||newads.bangbros.com^$third-party @@ -52906,10 +47746,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nikkiscash.com^$third-party ||ningme.ru^$third-party ||niuosnd.ru^$third-party -||niytrusmedia.com^$third-party ||njmaq.com^$third-party ||nkk31jjp.com^$third-party -||nkmsite.com^$third-party ||nonkads.com^$third-party ||notify.support^$third-party ||nscash.com^$third-party @@ -52929,6 +47767,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||onhercam.com^$third-party ||ordermc.com^$third-party ||otaserve.net^$third-party +||othernedm.info^$third-party ||otherprofit.com^$third-party ||ouslayer.co^$third-party ||outster.com^$third-party @@ -52993,7 +47832,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||privateseiten.net^$third-party ||privatewebseiten.com^$third-party ||prmobiles.com^$third-party -||profbigo.com^$third-party ||profistats.net^$third-party ||program3.com^$third-party ||promo4partners.com^$third-party @@ -53002,7 +47840,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||promotion-campaigns.com^$third-party ||promotools.biz^$third-party ||promowebstar.com^$third-party -||propbigo.com^$third-party ||propbn.com^$third-party ||protect-x.com^$third-party ||protizer.ru^$third-party @@ -53033,32 +47870,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rareru.ru^$third-party ||rdiul.com^$third-party ||reachword.com^$third-party -||realdatechat.com^$third-party ||realitance.com^$third-party ||realitycash.com^$third-party ||realitytraffic.com^$third-party ||reargooduches.pro^$third-party ||recreativ.ru^$third-party -||redcash.net^$third-party ||redirectoptimizer.com^$third-party ||redlightcenter.com^$third-party ||redpineapplemedia.com^$third-party -||reeviveglobal.com^$third-party -||reevivenetwork.com^$third-party -||reevivepro.com^$third-party ||reliablebanners.com^$third-party ||renewads.com^$third-party ||reon.club^$third-party -||replase.gq^$third-party ||reprak.com^$third-party ||retargetpro.net^$third-party ||retoxo.com^$third-party -||revitalize.club^$third-party ||revivestar.com^$third-party ||rexbucks.com^$third-party ||rfity.com^$third-party -||rfvoort.com^$third-party -||ripbwing.com^$third-party ||rivcash.com^$third-party ||rmbn.net^$third-party ||rmkflouh.com^$third-party @@ -53078,7 +47906,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sandroprabratm.info^$third-party ||sascentral.com^$third-party ||sbs-ad.com^$third-party -||scenesgirls.com^$third-party ||scund.com^$third-party ||searchpeack.com^$third-party ||searchx.eu^$third-party @@ -53087,7 +47914,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||seemybucks.com^$third-party ||sehiba.com^$third-party ||seitentipp.com^$third-party -||senkinar.com^$third-party ||sesxc.com^$third-party ||sexad.net^$third-party ||sexdatecash.com^$third-party @@ -53099,17 +47925,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sexsearch.com^$third-party ||sextadate.net^$third-party ||sextracker.com^$third-party -||sextubecash.com^$third-party ||sexvertise.com^$third-party ||sexy-ch.com^$third-party -||sexypower.net^$third-party ||sghehllds.com^$third-party ||siccash.com^$third-party ||silvalliant.info^$third-party +||simicaseros.pro^$third-party ||sixsigmatraffic.com^$third-party ||sjosteras.com^$third-party ||skeettools.com^$third-party -||slendastic.com^$third-party ||smartbn.ru^$third-party ||smartclick.net^$third-party ||smopy.com^$third-party @@ -53140,19 +47964,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||sv2.biz^$third-party ||sweetmedia.org^$third-party ||sweetstudents.com^$third-party -||talk-blog.com^$third-party -||tanil.info^$third-party ||tantoporno.com^$third-party ||targetingnow.com^$third-party -||targettrafficmarketing.net^$third-party ||teasernet.ru^$third-party ||teaservizio.com^$third-party ||tech-board.com^$third-party ||teendestruction.com^$third-party ||telvanil.ru^$third-party ||test1productions.com^$third-party +||tf2www.com^$third-party ||thatterians.pro^$third-party -||thattoftheg.com^$third-party ||the-adult-company.com^$third-party ||thebunsenburner.com^$third-party ||thepayporn.com^$third-party @@ -53164,19 +47985,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tingrinter.com^$third-party ||tinyweene.com^$third-party ||tizernet.com^$third-party -||tkhigh.com^$third-party ||tlafu.space^$third-party ||tm-core.net^$third-party ||tmserver-1.com^$third-party ||tmserver-2.net^$third-party -||todayssn.com^$third-party ||toget.ru^$third-party ||tonsterandhantan.info^$third-party ||top-sponsor.com^$third-party ||top100.photo^$third-party ||topbucks.com^$third-party ||tossoffads.com^$third-party -||tostega.ru^$third-party ||tradineseveni.club^$third-party ||traffbiz.ru^$third-party ||traffic-in.com^$third-party @@ -53191,21 +48009,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||traffictraffickers.com^$third-party ||trafficundercontrol.com^$third-party ||traficmax.fr^$third-party -||trafogon.net^$third-party -||transexy.it^$third-party ||trfpump.com^$third-party -||trhnt.com^$third-party ||trhunt.com^$third-party ||trickyseduction.com^$third-party ||trustedadserver.com^$third-party ||trw12.com^$third-party ||try9.com^$third-party -||tsyndicate.com^$third-party -||ttlbd.net^$third-party ||ttlmodels.com^$third-party ||tube.ac^$third-party ||tubeadnetwork.com^$third-party ||tubeadv.com^$third-party +||tubechat.eu^$third-party ||tubecorporate.com^$third-party ||tubedspots.com^$third-party ||tubepush.eu^$third-party @@ -53213,20 +48027,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||twistyscash.com^$third-party ||tynyh.com^$third-party ||unaspajas.com^$third-party -||unlimedia.net^$third-party -||urpornnetwork.com^$third-party ||utrehter.com^$third-party ||uuidksinc.net^$third-party ||uxernab.com^$third-party ||ver-pelis.net^$third-party ||verticalaffiliation.com^$third-party ||vfgta.com^$third-party +||vghd.com^$third-party ||vid123.net^$third-party ||video-people.com^$third-party -||viewrtb.com^$third-party ||virtuagirlhd.com^$third-party ||vividcash.com^$third-party -||vktr073.net^$third-party ||vlexokrako.com^$third-party ||vlogexpert.com^$third-party ||vod-cash.com^$third-party @@ -53268,6 +48079,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wood-pen.com^$third-party ||worldsbestcams.com^$third-party ||wpncdn.com^$third-party +||wpush.org^$third-party ||wqlkp.com^$third-party ||wufel.ml^$third-party ||wwwmobiroll.com^$third-party @@ -53318,7 +48130,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yx0banners.com^$third-party ||zboac.com^$third-party ||zenkreka.com^$third-party -||zinzimo.info^$third-party ||ziphentai.com^$third-party ||zog.link^$third-party ||zqhkry0c.pro^$third-party @@ -53329,7 +48140,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adplexo.com^ ||adservi.com^ ||aebadu.com^ -||aoredi.com^ ||bebadu.com^ ||billionpops.com^ ||cebadu.com^ @@ -53346,7 +48156,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dsp.wtf^ ||earnbigo.com^ ||eoredi.com^ -||fabrkrup.com^ ||fastpopclick.com^ ||fastpopunder.com^ ||febadu.com^ @@ -53429,8 +48238,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||yebadu.com^ ||yoredi.com^ ||zavrotfro.com^ -! document blocks +! Document blocks ||abbp1.com^$document +||artamkari.com^$document ||combia-tellector.com^$document ||cradver.livejasmin.com^$document ||crptentry.com^$document @@ -53460,6 +48270,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||affairexcuses.com^$popup,third-party ||alxsite.com^$popup,third-party ||aquete.com^$popup,third-party +||artamkari.com^$popup ||awejmp.com^$popup,third-party ||banners.cams.com^$popup,third-party ||bitterstrawberry.com^$popup @@ -53469,7 +48280,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cam4tracking.com^$popup,third-party ||checkmy.cam^$popup,third-party ||chokertraffic.com^$popup,third-party -||chtic.net^$popup,third-party ||ckrf1.com^$popup,third-party ||clockdisplaystoring.com^$popup ||connexionsafe.com^$popup @@ -53494,12 +48304,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ekod.info^$popup,third-party ||ero-advertising.com^$popup,third-party ||ertya.com^$popup -||everyporn.net^$popup,third-party ||exgfpunished.com^$popup,third-party ||exogripper.com^$popup -||fbay.tv^$popup ||fderty.com^$popup -||filthads.com^$popup,third-party ||flagads.net^$popup ||foaks.com^$popup,third-party ||fpctraffic2.com^$popup,third-party @@ -53507,25 +48314,26 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||freewebcams.com^$popup,third-party ||frtyi.com^$popup,third-party ||gettraff.com^$popup,third-party +||girlsoncam.info^$popup ||globaldating.online^$popup,third-party ||go-route.com^$popup -||gothot.org^$popup,third-party +||grtyv.com^$popup,third-party ||hanaprop.com^$popup,third-party ||hapend.biz^$popup,third-party ||herezera.com^$popup ||hizlireklam.com^$popup,third-party ||hkinvy.ru^$popup ||hornymatches.com^$popup,third-party +||hrtya.com^$popup,third-party ||indianfriendfinder.com^$popup,third-party ||ipvertising.com^$popup ||irtye.com^$popup ||isanalyze.com^$popup -||iwebanalyze.com^$popup ||jeisl.com^$popup,third-party +||jizzy.org^$popup ||jsmjmp.com^$popup ||juicyads.com^$popup,third-party ||kaizentraffic.com^$popup,third-party -||legacyminerals.net^$popup,third-party ||loltrk.com^$popup,third-party ||moradu.com^$popup,third-party ||mptentry.com^$popup @@ -53555,6 +48363,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||setravieso.com^$popup,third-party ||sex-journey.com^$popup,third-party ||sexad.net^$popup,third-party +||sexemulator.com^$popup ||sexflirtbook.com^$popup,third-party ||sexintheuk.com^$popup,third-party ||sexmotors.com^$popup,third-party @@ -53564,7 +48373,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||socialsex.com^$popup,third-party ||ssl2anyone.com^$popup ||targetingnow.com^$popup,third-party -||tostega.ru^$popup ||trackvoluum.com^$popup ||trafficbroker.com^$popup ||trafficholder.com^$popup,third-party @@ -53690,6 +48498,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aff.marathonbet.com^ ||aff.svjump.com^ ||affilate-img-affasi.s3.amazonaws.com^$third-party +||affiliate.heureka.cz^ ||affiliate.juno.co.uk^$third-party ||affiliate.mediatemple.net^$third-party ||affiliatehub.skybet.com^$third-party @@ -53719,6 +48528,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||alexa.com^*/promotebuttons/ ||algart.net*_banner_$third-party ||algovid.com/player/get_player_vasts? +||alicdn.com^$domain=prostylex.org ||allposters.com^*/banners/ ||allsend.com/public/assets/images/ ||alluremedia.com.au^*/campaigns/ @@ -53727,6 +48537,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amazon.com/?_encoding*&linkcode$third-party ||amazon.com/gp/redirect.html?$subdocument,third-party ||amazon.com^*/getaanad?$third-party +||amazonaws.com/ad/$domain=isaham.my ||amazonaws.com/ad_w_intersitial.html ||amazonaws.com/ansible.js$domain=motherjones.com ||amazonaws.com/banner/$domain=gserp.com @@ -53752,7 +48563,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amazonaws.com/wafmedia6.com/ ||amazonaws.com/youpop/ ||amazonaws.com^$script,subdocument,domain=americanlookout.com|bittorrent.am|flagandcross.com|gelbooru.com|grantorrent.net|hdvid.tv|macupload.net|mp3goo.com|ndtv.com|onvid.fun|onvid.pw|openloadmovies.bz|replaytvstreaming.com|streamplay.to|thelibertydaily.com|thevideobee.to|usersfiles.com|vidhd.icu|vidhd.pw|vshare.eu -||amazonaws.com^$third-party,xmlhttprequest,domain=bdupload.info|bigfile.to|bittorrent.am|c123movies.com|ddlvalley.cool|frendz4m.com|fullstuff.co|hdvid.tv|macupload.net|ocean0fgames.com|onvid.fun|onvid.pw|sadeempc.com|thevideobee.to|tsumino.com|vidhd.icu|vidhd.pw|vshare.eu|wizhdsports.is|yourvideohost.com +||amazonaws.com^$third-party,xmlhttprequest,domain=bdupload.info|bigfile.to|bittorrent.am|c123movies.com|ddlvalley.cool|frendz4m.com|fullstuff.co|hdvid.tv|macupload.net|ocean0fgames.com|onvid.fun|onvid.pw|prostream.to|sadeempc.com|thevideobee.to|tsumino.com|vidhd.icu|vidhd.pw|vshare.eu|wizhdsports.is|yourvideohost.com ||amazonaws.com^*/ads/$image,domain=washingtonmonthly.com ||amazonaws.com^*/Amazon/$domain=systemrequirementslab.com ||amazonaws.com^*/direct/$domain=mycbseguide.com @@ -53783,22 +48594,19 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||as.jivox.com/jivox/serverapis/getcampaignbysite.php?$object ||assets.betterbills.com/widgets/ ||associmg.com^*.gif?tag- -||astalavista.box.sk/c-astalink2a.jpg ||astrology.com/partnerpages/ ||augine.com/widget|$third-party ||autodealer.co.za/inc/widget/$third-party ||autoprivileges.net/news/ ||autotrader.ca/result/AutosAvailableListings.aspx?$third-party ||autotrader.co.za/partners/$third-party -||awadhtimes.com^$third-party ||award.sitekeuring.net^ ||awin1.com/cawshow.php$third-party ||awin1.com/cshow.php$third-party ||axandra.com/affiliates/ ||azureedge.net/cdn/js/rad.js ||b.babylon.com^ -||b.livesport.eu^ -||b92.putniktravel.com^ +||b.cdnst.net/javascript/amazon.js ||b92s.net/images/banners/ ||badoo.com/informer/$third-party ||ball2win.com/Affiliate/ @@ -53809,14 +48617,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||banner.101xp.com^ ||banner.3ddownloads.com^ ||banner.europacasino.com^ -||banner.telefragged.com^ ||banner.titancasino.com^ ||banner.titanpoker.com^$third-party ||banner2.casino.com^$third-party ||bannermaken.nl/banners/$third-party -||banners.cfspm.com.au^$third-party ||banners.ixitools.com^$third-party -||banners.moreniche.com^$third-party ||banners.smarttweak.com^$third-party ||banners.videosz.com^$third-party ||banners.webmasterplan.com^$third-party @@ -53829,8 +48634,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bee4.biz/banners/ ||bemyapp.com/trk/$third-party ||bergen.com^*/sponsoredby- -||bestcdnever.ru/banner/$third-party -||bestcdnever.ru/js/custombanner.js ||besthosting.ua/banner/ ||bestofmedia.com/ws/communicationSpot.php? ||bet-at-home.com/oddbanner.aspx? @@ -53913,6 +48716,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||byzoo.org/script/tu*.js ||bza.co^$subdocument,third-party ||c.netu.tv^ +||cache.sellwild.com^$third-party ||cachefly.net/cricad.html ||cactusvpn.com/images/affiliates/ ||camelmedia.net^*/banners/ @@ -53932,7 +48736,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||castasap.com/publi2.html ||catholicweb.com^*/banners/ ||caw.*.criteo.com^$third-party -||caw.criteo.com^$third-party ||cbcomponent.com^$third-party ||cbpirate.com/getimg.php? ||cccam.co/banner_big.gif @@ -53965,15 +48768,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cimg.in/images/banners/ ||circularhub.com^$third-party ||citygridmedia.com/ads/ -||cjmooter.xcache.kinxcdn.com^ ||clarity.abacast.com^ ||classistatic.com^*/sponsors/ -||click.aliexpress.com^$third-party +||click.alibaba.com^$subdocument,third-party +||click.aliexpress.com^$subdocument,third-party ||click.eyk.net^ ||clickandgo.com/booking-form-widget?$third-party ||clickfunnels.com^*/cfpop.js ||clickiocdn.com/t/common_ -||clickstrip.6wav.es^ ||clicksure.com/img/resources/banner_ ||clicktripz.com/scripts/js/ct.js ||clipdealer.com/?action=widget&*&partner= @@ -53995,7 +48797,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cmp.advertising.com^$third-party ||cngroup.co.uk/service/creative/ ||cnnewmedia.co.uk/locker/ -||code.popup2m.com^$third-party ||codeartlove.com/clients/ ||coinmama.com/assets/img/banners/$third-party ||colmwynne.com^$image,third-party @@ -54017,14 +48818,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||couponcp-a.akamaihd.net^$third-party ||couptopia.com/affiliate/$third-party ||coxnewsweb.com^*/ads/ -||cplayer.blinkx.com^$third-party ||cpm.amateurcommunity.de^ ||cpmstar.com/cached/ ||cpmstar.com/view.aspx ||cq.com/pub/ ||creativecdn.com/creatives? ||creatives.inmotionhosting.com^ -||creatives.summitconnect.co.uk^ +||credible.com^$domain=foxbusiness.com ||criteo.com/delivery/$third-party ||crowdsavings.com/r/banner/ ||cruiseline.com/widgets/$third-party @@ -54040,42 +48840,25 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cut-win.com/img/banners/ ||cuteonly.com/banners.php$third-party ||d-l-t.com^$subdocument,third-party +||d10lv7w3g0jvk9.cloudfront.net^ ||d11tybz5ul8vel.cloudfront.net^ -||d13czkep7ax7nj.cloudfront.net^ ||d140sbu1b1m3h0.cloudfront.net^ ||d144jmuhz9kvbq.cloudfront.net^ -||d15565yqt7pv7r.cloudfront.net^ ||d158nafix8anfs.cloudfront.net^ ||d15gt9gwxw5wu0.cloudfront.net^ ||d15kdpgjg3unno.cloudfront.net^ ||d162nnmwf9bggr.cloudfront.net^ -||d1635hfcvs8ero.cloudfront.net^ -||d17f2fxw547952.cloudfront.net^ ||d18xeipe1243h6.cloudfront.net^ -||d19972r8wdpby8.cloudfront.net^ -||d1ade4ciw4bqyc.cloudfront.net^ ||d1aezk8tun0dhm.cloudfront.net^ ||d1aqvw7cn4ydzo.cloudfront.net^ -||d1ar5xirbydtuc.cloudfront.net^ -||d1cl1sqtf3o420.cloudfront.net^ ||d1crt12zco2cvf.cloudfront.net^ -||d1d43ayl08oaq2.cloudfront.net^ -||d1d95giojjkirt.cloudfront.net^ ||d1ebha2k07asm5.cloudfront.net^ -||d1ep3cn6qx0l3z.cloudfront.net^ -||d1ey3fksimezm4.cloudfront.net^ -||d1fo96xm8fci0r.cloudfront.net^ -||d1gojtoka5qi10.cloudfront.net^ ||d1grtyyel8f1mh.cloudfront.net^ -||d1gyluhoxet66h.cloudfront.net^ ||d1i9kr6k34lyp.cloudfront.net^ ||d1il9t8pu4dsoj.cloudfront.net^ -||d1k74lgicilrr3.cloudfront.net^ ||d1mbgf0ge24riu.cloudfront.net^ ||d1n3tk65esqc4k.cloudfront.net^ ||d1nmxiiewlx627.cloudfront.net^ -||d1noellhv8fksc.cloudfront.net^ -||d1pcttwib15k25.cloudfront.net^ ||d1pdpbxj733bb1.cloudfront.net^ ||d1qc76gneygidm.cloudfront.net^ ||d1qggq1at2gusn.cloudfront.net^ @@ -54083,145 +48866,78 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||d1r90st78epsag.cloudfront.net^ ||d1rguclfwp7nc8.cloudfront.net^ ||d1rkf0bq85yx06.cloudfront.net^ -||d1spb7fplenrp4.cloudfront.net^ ||d1v99qnc7usc0g.cloudfront.net^ -||d1vbm0eveofcle.cloudfront.net^ ||d1wa9546y9kg0n.cloudfront.net/index.js ||d1wjz6mrey9f5v.cloudfront.net^ ||d1zgderxoe1a.cloudfront.net^ ||d21j20wsoewvjq.cloudfront.net^ ||d22lo5bcpq2fif.cloudfront.net^ ||d23guct4biwna6.cloudfront.net^ -||d23nyyb6dc29z6.cloudfront.net^ -||d258j801nsw1p7.cloudfront.net^ ||d25dfknw9ghxs6.cloudfront.net^ -||d25ruj6ht8bs1.cloudfront.net^ ||d25xkbr68qqtcn.cloudfront.net^ ||d26c6kzavi5zwd.cloudfront.net^ -||d26dzd2k67we08.cloudfront.net^ -||d26j9bp9bq4uhd.cloudfront.net^ -||d26wy0pxd3qqpv.cloudfront.net^ -||d27jt7xr4fq3e8.cloudfront.net^ -||d287x05ve9a63s.cloudfront.net^ ||d29dbajta0the9.cloudfront.net^ ||d29i6o40xcgdai.cloudfront.net^ -||d29r6igjpnoykg.cloudfront.net^ ||d2a0bnlkc0czvp.cloudfront.net^$domain=~gowatchit.com -||d2anfhdgjxf8s1.cloudfront.net^ -||d2b2x1ywompm1b.cloudfront.net^ ||d2b560qq58menv.cloudfront.net^ -||d2b65ihpmocv7w.cloudfront.net^ ||d2bgg7rjywcwsy.cloudfront.net^ ||d2c4ylitp1qu24.cloudfront.net^ ||d2cgumzzqhgmdu.cloudfront.net^ -||d2cxkkxhecdzsq.cloudfront.net^ -||d2d2lbvq8xirbs.cloudfront.net^ ||d2d8qsxiai9qwj.cloudfront.net^ -||d2dxgm96wvaa5j.cloudfront.net^ ||d2edfzx4ay42og.cloudfront.net^ ||d2focgxak1cn74.cloudfront.net^ ||d2g9nmtuil60cb.cloudfront.net^ ||d2ghscazvn398x.cloudfront.net^ -||d2gpgaupalra1d.cloudfront.net^ -||d2gtlljtkeiyzd.cloudfront.net^ -||d2gz6iop9uxobu.cloudfront.net^ -||d2hap2bsh1k9lw.cloudfront.net^ -||d2hcjk8asp3td7.cloudfront.net^ ||d2hvwfg7vv4mhf.cloudfront.net^ -||d2ipklohrie3lo.cloudfront.net^ +||d2izls9pm2f64q.cloudfront.net^ ||d2kbaqwa2nt57l.cloudfront.net/?qabkd= ||d2kbaqwa2nt57l.cloudfront.net/br? ||d2kr2fnkbj2h4c.cloudfront.net^ ||d2mic0r0bo3i6z.cloudfront.net^ -||d2mq0uzafv8ytp.cloudfront.net^ ||d2muzdhs7lpmo0.cloudfront.net^ ||d2nlytvx51ywh9.cloudfront.net^ ||d2nz8k4xyoudsx.cloudfront.net^ ||d2o307dm5mqftz.cloudfront.net^ -||d2oallm7wrqvmi.cloudfront.net^ -||d2omcicc3a4zlg.cloudfront.net^ -||d2pgy8h4i30on1.cloudfront.net^ -||d2plxos94peuwp.cloudfront.net^ +||d2oa97wrxvxm7y.cloudfront.net^ ||d2pxbld8wrqyrk.cloudfront.net^ ||d2qz7ofajpstv5.cloudfront.net^ -||d2r359adnh3sfn.cloudfront.net^ -||d2s64zaa9ua7uv.cloudfront.net^ ||d2szg1g41jt3pq.cloudfront.net^ ||d2taktuuo4oqx.cloudfront.net^ -||d2tgev5wuprbqq.cloudfront.net^ -||d2tnimpzlb191i.cloudfront.net^ -||d2ubicnllnnszy.cloudfront.net^ -||d2ue9k1rhsumed.cloudfront.net^ -||d2v4glj2m8yzg5.cloudfront.net^ -||d2v9ajh2eysdau.cloudfront.net^ ||d2va1d0hpla18n.cloudfront.net^ -||d2vt6q0n0iy66w.cloudfront.net^ -||d2yhukq7vldf1u.cloudfront.net^ -||d2z1smm3i01tnr.cloudfront.net^ -||d31807xkria1x4.cloudfront.net^ ||d31vxm9ubutrmw.cloudfront.net^ -||d32pxqbknuxsuy.cloudfront.net^ ||d32r9jwgeu9dzx.cloudfront.net^ -||d33f10u0pfpplc.cloudfront.net^ ||d33otidwg56k90.cloudfront.net^ ||d33t3vvu2t2yu5.cloudfront.net/pub/ -||d34obr29voew8l.cloudfront.net^ ||d34rdvn2ky3gnm.cloudfront.net^ ||d355vwft2pa8h6.cloudfront.net^ ||d359wjs9dpy12d.cloudfront.net^ -||d37dzu39aqhuxu.cloudfront.net^ -||d37kzqe5knnh6t.cloudfront.net^ -||d38pxm3dmrdu6d.cloudfront.net^ -||d38r21vtgndgb1.cloudfront.net^ -||d39xqloz8t5a6x.cloudfront.net^ ||d3a42c7xs4vn3.cloudfront.net^ ||d3ahinqqx1dy5v.cloudfront.net^ ||d3aiy6aqoa3ykz.cloudfront.net^ ||d3al52d8cojds7.cloudfront.net^ -||d3bvcf24wln03d.cloudfront.net^ -||d3dphmosjk9rot.cloudfront.net^ ||d3dytsf4vrjn5x.cloudfront.net^ -||d3f9mcik999dte.cloudfront.net^ -||d3fzrm6pcer44x.cloudfront.net^ ||d3hitamb7drqut.cloudfront.net^ -||d3irruagotonpp.cloudfront.net^ -||d3iwjrnl4m67rd.cloudfront.net^ +||d3hs51abvkuanv.cloudfront.net^ ||d3l320urli0p1u.cloudfront.net^ -||d3lc9zmxv46zr.cloudfront.net^ ||d3lvr7yuk4uaui.cloudfront.net^ -||d3lzezfa753mqu.cloudfront.net^ -||d3m41swuqq4sv5.cloudfront.net^ ||d3nvrqlo8rj1kw.cloudfront.net^ -||d3p9ql8flgemg7.cloudfront.net^ ||d3pe8wzpurrzss.cloudfront.net^ ||d3pkae9owd2lcf.cloudfront.net^ -||d3q2dpprdsteo.cloudfront.net^ ||d3q33rbmdkxzj.cloudfront.net^ -||d3qszud4qdthr8.cloudfront.net^ ||d3rp5jatom3eyn.cloudfront.net^$domain=~my.na -||d3s6ctxr1rpcpt.cloudfront.net^ -||d3t2wca0ou3lqz.cloudfront.net^ -||d3t9ip55bsuxrf.cloudfront.net^ -||d3tdefw8pwfkbk.cloudfront.net^ ||d3uqm14ppr8tkw.cloudfront.net^ -||d3vc1nm9xbncz5.cloudfront.net^ ||d3vpf6i51y286p.cloudfront.net^ ||d4ngwggzm3w7j.cloudfront.net^ ||d5pb47xzjz3fc.cloudfront.net^ -||d5pvnbpawsaav.cloudfront.net^ ||d63a3au5lqmtu.cloudfront.net^ -||d6bdy3eto8fyu.cloudfront.net^ ||d6sav80kktzcx.cloudfront.net^ -||d8qy7md4cj3gz.cloudfront.net^ ||da3uf5ucdz00u.cloudfront.net^ -||da5w2k479hyx2.cloudfront.net^ ||dailyanimation.studio^*/banners. ||dailydealstwincities.com/widgets/$subdocument,third-party ||dal9hkyfi0m0n.cloudfront.net^ ||dapatwang.com/images/banner/ ||dart.clearchannel.com^ ||dasfdasfasdf.no-ip.info^ -||data.apn.co.nz^ ||data.neuroxmedia.com^ ||datafeedfile.com/widget/readywidget/ ||datakl.com/banner/ @@ -54230,11 +48946,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dbam.dashbida.com^ ||dbcdqp72lzmvj.cloudfront.net^ ||dc08i221b0n8a.cloudfront.net^$third-party -||dcdevtzxo4bb0.cloudfront.net^ -||ddwht76d9jvfl.cloudfront.net^ +||ddvfoj5yrl2oi.cloudfront.net^ +||deacon.ghfkk.com^ ||dealextreme.com/affiliate_upload/$third-party ||dealplatform.com^*/widgets/$third-party -||deals.buxr.net^$third-party ||deals.macupdate.com^$third-party ||dealspure.com^$third-party ||dealswarm.com^$subdocument,third-party @@ -54242,19 +48957,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dealzone.co.za^$script,third-party ||delivery-dev.thebloggernetwork.com^ ||delivery-s3.adswizz.com^$third-party -||delivery.importantmedia.org^$third-party ||delivery.thebloggernetwork.com^ ||dennis.co.uk^*/siteskins/ ||depositfiles.com^*.php?ref= -||desi4m.com/desi4m.gif$third-party ||deskbabes.com/ref.php? ||desperateseller.co.uk/affiliates/ ||detroitmedia.com/jfry/ ||dev-cms.com^*/promobanners/ ||developermedia.com/a.min.js -||devil-bet.com/banner/ ||dew9ckzjyt2gn.cloudfront.net^ -||dff7tx5c2qbxc.cloudfront.net^ ||dhgate.com^$third-party,domain=sammyhub.com ||dhresource.com^*/banner$third-party ||dieho.lacasadeltikitakatv.me^$script @@ -54263,23 +48974,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||directnicparking.com^$third-party ||display.digitalriver.com^ ||disqus.com/listPromoted? -||disy2s34euyqm.cloudfront.net^ -||dizixdllzznrf.cloudfront.net^ ||dj.rasset.ie/dotie/js/rte.ads.js -||djlf5xdlz7m8m.cloudfront.net^ ||djr4k68f8n55o.cloudfront.net^ -||djv99sxoqpv11.cloudfront.net^ ||djz9es32qen64.cloudfront.net^ -||dkd69bwkvrht1.cloudfront.net^ -||dkdwv3lcby5zi.cloudfront.net^ -||dl392qndlveq0.cloudfront.net^ -||dl5v5atodo7gn.cloudfront.net^ -||dlupv9uqtjlie.cloudfront.net^ ||dm0acvguygm9h.cloudfront.net^ -||dm8srf206hien.cloudfront.net^ ||dmkdtkad2jyb9.cloudfront.net^ ||dmx.districtm.io^$third-party -||dntrck.com/trax? ||dojx47ab4dyxi.cloudfront.net^ ||domain.com.au/widget/$subdocument,third-party ||domainapps.com/assets/img/domain-apps.gif$third-party @@ -54292,9 +48992,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||download.bitdefender.com/resources/media/$third-party ||downloadandsave-a.akamaihd.net^$third-party ||downloadprovider.me/en/search/*?aff.id=*&iframe=$third-party -||dp51h10v6ggpa.cloudfront.net^ ||dpsq2uzakdgqz.cloudfront.net^ -||dq2tgxnc2knif.cloudfront.net^ ||dqhi3ea93ztgv.cloudfront.net^ ||dr3k6qonw2kee.cloudfront.net^ ||dr8pk6ovub897.cloudfront.net^ @@ -54310,7 +49008,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||droidnetwork.net/img/vendors/ ||dropbox.com^*/aff-resources/$domain=gramfeed.com ||ds02gfqy6io6i.cloudfront.net^ -||dsd7ugeb97nnc.cloudfront.net^ ||dsh7ky7308k4b.cloudfront.net^ ||dsie7h4lo9wxu.cloudfront.net^ ||dtakdb1z5gq7e.cloudfront.net^ @@ -54319,24 +49016,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dtto8zfzskfoa.cloudfront.net^ ||du2uh7rq0r0d3.cloudfront.net^ ||duckduckgo.com/public/$third-party -||duct5ntjian71.cloudfront.net^ ||dunhilltraveldeals.com^$subdocument,third-party ||duzt6rhr7wo8p.cloudfront.net^ ||dv7t7qyvgyrt5.cloudfront.net^ ||dvc8653ec6uyk.cloudfront.net^ ||dvdfab.com/images/fabnewbanner/$third-party -||dvf2u7vwmkr5w.cloudfront.net^ ||dvnafl0qtqz9k.cloudfront.net^ ||dvt4pepo9om3r.cloudfront.net^ ||dx.com/affiliate/$third-party -||dx5qvhwg92mjd.cloudfront.net^ ||dxprljqoay4rt.cloudfront.net^ -||dxq6c0tx3v6mm.cloudfront.net^ -||dxqd86uz345mg.cloudfront.net^ -||dy48bnzanqw0v.cloudfront.net^ ||dybxezbel1g44.cloudfront.net^ -||dycpc40hvg4ki.cloudfront.net^ -||dyl3p6so5yozo.cloudfront.net^ ||dynamicserving.com^$third-party ||dynw.com/banner ||e-tailwebstores.com/accounts/default1/banners/ @@ -54363,11 +49052,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||emailcashpro.com/images/$third-party ||emsisoft.com/bnr/ ||emsservice.de.s3.amazonaws.com/videos/ -||engine.gamerati.net^$third-party ||enticelabs.com/el/ ||entitlements.jwplayer.com^$third-party ||epimg.net/js/pbs/ -||eplreplays.com/wl/ ||epnt.ebay.com^$third-party ||epowernetworktrackerimages.s3.amazonaws.com^ ||escape.insites.eu^$third-party @@ -54385,12 +49072,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||exmo.me/?ref=$third-party ||exoplanetwar.com/l/landing.php? ||expekt.com/affiliates/ -||explorer.sheknows.com^$third-party -||ext.theglobalweb.com^ ||extensoft.com/artisteer/banners/ ||exwp.org/partners/ ||eyetopics.com/content_images/$third-party +||facebook.com/audience_network/$third-party ||facebook.com/audiencenetwork/$third-party +||facebook.net/*-tag.js$third-party,domain=~facebook.com ||fairfaxregional.com.au/proxy/commercial-partner-solar/ ||familytreedna.com/img/affiliates/ ||fancybar.net/ac/fancybar.js?zoneid$third-party @@ -54414,8 +49101,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fileparadox.com/images/banner/ ||filepost.com/static/images/bn/ ||fileserve.com/images/banner_$third-party -||fileserver.mode.com^$third-party -||fileserver1.net/download ||filterforge.com/images/banners/ ||fimserve.myspace.com^$third-party ||firecenter.pl/banners/ @@ -54429,11 +49114,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||flixcart.com/affiliate/$third-party ||flower.com/img/lsh/ ||fncstatic.com^*/business-exchange.html -||followfairy.com/followfairy300x250.jpg ||footymad.net/partners/ ||forms.aweber.com/form/styled_popovers_and_lightboxes.js$third-party ||fortune5minutes.com^*/banner_ -||forumimg.ipmart.com/swf/img.php ||fragfestservers.com/bannerb.gif ||freakshare.net/banner/ ||free-football.tv/images/usd/ @@ -54446,7 +49129,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||frogatto.com/images/$third-party ||frontpagemag.com^*/bigadgendabookad.jpg ||frontsight.com^*/banners/ -||ft.pnop.com^ ||fugger.ipage.com^$third-party ||funtonia.com/promo/ ||furiousteam.com^*/external_banner/ @@ -54469,16 +49151,16 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gamingjobsonline.com/images/banner/ ||garudavega.net/indiaclicks/ ||gateway.fortunelounge.com^ -||gateway.proxyportal.eu^ ||gateways.s3.amazonaws.com^ ||gdgdtrip.com/img/4chan/VPNhub_ ||ge.tt/api/$domain=mhktricks.net +||gearbest.com^*?lkid=$subdocument,third-party ||gemini.yahoo.com^*^syndication^ ||generic4all.com^*?refid=$third-party ||geo.connexionsecure.com^ ||geobanner.passion.com^ ||get.*.website/static/get-js?stid=$third-party -||get.box24casino.com^$third-party +||get.cryptobrowser.site^$subdocument ||get.davincisgold.com^$third-party ||get.paradise8.com^$third-party ||get.rubyroyal.com^$third-party @@ -54496,11 +49178,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||giantrealm.com/saj/ ||giantsavings-a.akamaihd.net^$third-party ||giffgaff.com/banner/ -||gitcdn.pw^$domain=depositfiles.com ||glam.com/gad/ ||glam.com/js/widgets/glam_native.act? ||glam.com^*?affiliateid= -||globalprocash.com/banner125.gif ||gmstatic.net^*/amazonbadge.png ||gmstatic.net^*/itunesbadge.png ||goadv.com^*/ads.js @@ -54531,14 +49211,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gooof.de/sa/$third-party ||gopjn.com/b/$third-party ||gopjn.com/i/$third-party -||gorgonprojectinvest.com/images/banners/ ||goto.4bc.co^$image,third-party ||gotraffic.net^*/sponsors/ ||govids.net/adss/ ||gpawireservices.com/input/files/*.gif$domain=archerywire.com ||graboid.com/affiliates/ ||graduateinjapan.com/affiliates/ -||grammar.coursekey.com/inter/$third-party ||grammarly.com/embedded?aff=$third-party ||grateful.io/ads/ ||grindabuck.com/img/skyscraper.jpg @@ -54546,7 +49224,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||grouponcdn.com^*/affiliate_widget/$third-party ||grscty.com/images/banner/$third-party ||gsniper.com/images/$third-party -||gstaticadssl.l.google.com^$third-party +||gstaticadssl.l.google.com^$~font,third-party,~xmlhttprequest ||guim.co.uk/guardian/thirdparty/tv-site/side.html ||gulfsat.com^$domain=flysat.com ||guzzle.co.za/media/banners/ @@ -54555,7 +49233,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||haymarket-whistleout.s3.amazonaws.com/*_ad.html ||haymarket.net.au/Skins/ ||hb.emxdgt.com^$third-party -||hdvid-codecs.com^$third-party +||hbid.ams3.cdn.digitaloceanspaces.com^ ||heidiklein.com/media/banners/ ||herald.ca/nfwebcam/ ||hexero.com/images/banner.gif @@ -54563,7 +49241,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hide-my-ip.com/promo/ ||highepcoffer.com/images/banners/ ||hirepurpose.com/static/widgets/$third-party -||hitfox-jobboard.c66.me^ ||hitleap.com/assets/banner- ||hitleap.com/assets/banner.png ||hm-sat.de/b.php @@ -54582,16 +49259,15 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hoteltravel.com/partner/$third-party ||hotlink.cc/promo/$third-party ||hotlinking.dosmil.imap.cc^$third-party -||hqfootyad4.blogspot.com^$third-party ||hstpnetwork.com/ads/ ||hstpnetwork.com/zeus.php ||hstry.eu/annodomini/?size= ||hubbarddeals.com^*/promo/ ||hubbardradio.com^*/my_deals.php ||hwcdn.net^$domain=i24news.tv|newindianexpress.com -||hyipregulate.com/images/hyipregulatebanner.gif ||hyperfbtraffic.com/images/graphicsbanners/ ||hyperscale.com/images/adh_button.jpg +||i.imgyukle.com/2019/10/04/ERPmcQ.gif ||i.ligatus.com/*-placements/$third-party ||i.lsimg.net^*/sides_clickable. ||i.lsimg.net^*/takeover/ @@ -54605,8 +49281,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||idealo.co.uk/priceinfo/$third-party ||idg.com.au/ggg/images/*_home.jpg$third-party ||ifriends.net/Refer.dll? -||ihizliresim.com^$domain=flysat.com -||ilapi.ebay.com^$third-party ||im.ov.yahoo.co.jp^ ||image.com.com^*/skin2.jpg$third-party ||image.dhgate.com^*/dhgate-logo-$third-party @@ -54614,19 +49288,17 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||images-amazon.com/images/*/banner/$third-party ||images-amazon.com^$domain=cloudfront.net ||images.*.criteo.net^$third-party -||images.criteo.net^$third-party ||images.dreamhost.com^$third-party ||images.mylot.com^$third-party -||images.youbuy.it/images/$third-party ||imagetwist.com/banner/ ||img.bluehost.com^$third-party -||img.hostmonster.com^$third-party ||img.mybet.com^$third-party ||img.promoddl.com^$third-party ||img.servint.net^$third-party ||imgdino.com/gsmpop.js ||imgix.net/sponsors/ ||imgpop.googlecode.com^$third-party +||imgur.com/*.gif$domain=howmuchtoiletpaper.com ||imgur.com^$image,domain=filerev.cc|talksport.com ||imptestrm.com/rg-main.php? ||in.com/common/script_catch.js @@ -54649,25 +49321,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||intermrkts.vo.llnwd.net^$third-party ||internetbrands.com/partners/$third-party ||interserver.net/logos/vps-$third-party -||interstitial.glsp.netdna-cdn.com^$third-party ||intexchange.ru/Content/banners/ ||iobit.com/partner/$third-party ||ipixs.com/ban/$third-party ||iselectmedia.com^*/banners/ ||itsup.com/creatives/ -||iwebzoo.com/banner/ ||iyfsearch.com^*&pid=$third-party ||iypcdn.com^*/bgbanners/ ||iypcdn.com^*/otherbanners/ ||iypcdn.com^*/ypbanners/ ||jalbum.net/widgetapi/js/dlbutton.js? ||jenningsforddirect.co.uk/sitewide/extras/$third-party -||jeysearch.com^$subdocument,third-party ||jinx.com/content/banner/$third-party ||jivox.com/jivox/serverapis/getcampaignbyid.php?$object ||joblet.jp/javascripts/$third-party ||jobs-affiliates.ws/images/$third-party -||jobslike.win^$subdocument,third-party ||jocly.com^*.html?click=$subdocument,third-party ||jrcdev.net/promos/ ||jscode.yavli.com^$third-party @@ -54681,27 +49349,23 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||jvzoo.com/assets/widget/$third-party ||k-po.com/img/ebay.png$third-party ||k.co.il/iefilter.html -||k2team.kyiv.ua^ ||kaango.com/fecustomwidgetdisplay? ||kallout.com^*.php?id= ||kaltura.com^*/vastPlugin.swf$third-party ||karma.mdpcdn.com^ ||kbnetworkz.s3.amazonaws.com^ ||keep2share.cc/images/i/$third-party -||keyword-winner.com/demo/images/ ||king.com^*/banners/ -||knorex.asia/static-firefly/ ||kontera.com/javascript/lib/KonaLibInline.js$third-party ||kozmetikcerrahi.com/banner/ -||kraken.giantrealm.com^$third-party ||krillion.com^*/productoffers.js ||kurtgeiger.com^*/linkshare/ ||l.yimg.com^*&partner=*&url= ||ladbrokes.com^*&aff_id= -||lapi.ebay.com^$third-party ||lastlocation.com/images/banner ||lawdepot.com/affiliate/$third-party ||leaddyno-client-images.s3.amazonaws.com^ +||leadfamly.com/campaign/sdk/popup.min.js ||leadintelligence.co.uk/in-text.js$third-party ||leadsleap.com/images/banner_ ||leadsleap.com/widget/ @@ -54712,7 +49376,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lesmeilleurs-jeux.net/images/ban/$third-party ||lessemf.com/images/banner-$third-party ||letmewatchthis.ru/movies/linkbottom -||letters.coursekey.com/lettertemplates_$third-party ||lg.com/in/cinema3d.jsp$subdocument,third-party ||lifedaily.com/prebid.js ||lifestyle24h.com/reward/$third-party @@ -54733,7 +49396,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||liveshows.com^*/live.js$third-party ||llnwd.net/o28/assets/*-sponsored- ||llnwd.net/tools/tags/interstitial/ -||localdata.eu/images/banners/ ||loopnet.com^*/searchwidget.htm$third-party ||loot.co.za/shop/product.jsp?$third-party ||loot.co.za^*/banners/$third-party @@ -54742,8 +49404,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||lowcountrymarketplace.com/widgets/$third-party ||lp.longtailvideo.com^*/adaptv*.swf ||lp.ncdownloader.com^$third-party -||ltfm.ca/stats.php? -||lucky-ace-casino.net/banners/ ||lucky-dating.net/banners/ ||luckygunner.com^*/banners/ ||lumfile.com/lumimage/ourbanner/$third-party @@ -54752,7 +49412,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||m.uploadedit.com^$third-party,domain=flysat.com ||maases.com/i/br/$domain=promodj.com ||madisonlogic.com^$third-party -||mads.aol.com^ ||magicaffiliateplugin.com/img/mga-125x125.gif ||magicmembers.com/img/mgm-125x125 ||magniwork.com/banner/ @@ -54760,7 +49419,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mambaonline.com/clinic_button. ||mantisadnetwork.com/mantodea.min.js ||mantra.com.au^*/campaigns/$third-party -||marinejobs.gr/images/marine_adv.gif ||marketing.888.com^ ||masqforo.com^$third-party,domain=linkbucks.com ||mastiway.com/webimages/$third-party @@ -54771,7 +49429,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mb-hostservice.de/banner_ ||mb.marathonbet.com^$third-party ||mb.zam.com^ -||mbid.advance.net^ ||mbid.marfeelrev.com^ ||mcc.godaddy.com/park/$subdocument,third-party ||mcclatchyinteractive.com/creative/ @@ -54787,16 +49444,13 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mediaplex.com/ad/bn/$third-party ||mediaplex.com/ad/fm/$third-party ||mediaplex.com/ad/js/$third-party -||mediaserver.digitec.ch^$subdocument,third-party ||medrx.telstra.com.au^ -||megalivestream.net/pub.js ||memepix.com/spark.php? -||meraad2.blogspot.com^$third-party -||merdb.org/js/$script,third-party ||metaboli.fr^*/adgude_$third-party ||metroland.com/wagjag/ ||mfcdn.net/store/spotlight/ ||mfeed.newzfind.com^$third-party +||mgid.com/ghits/ ||mgm.com/www/$third-party ||mgprofit.com/images/*x$third-party ||microsoft.com^*/bannerrotator/$third-party @@ -54805,7 +49459,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mightydeals.com/widget?$third-party ||mightydeals.com/widgets/$third-party ||mightydeals.s3.amazonaws.com/md_adv/ -||millionaires-club-international.com/banner/ ||missnowmrs.com/images/banners/ ||mkini.net/banners/ ||mlive.com/js/oas/ @@ -54835,23 +49488,18 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||multisitelive.com^*/banner_ ||multivizyon.tv^*/flysatbanner.swf ||musicmemorization.com/images/$third-party -||musik-a-z.com^$subdocument,third-party -||my-best-jobs.com^$subdocument,third-party ||my-dirty-hobby.com/track/$subdocument,third-party -||myalter1tv.altervista.org^$subdocument,third-party ||mybdhost.com/imgv2/$third-party ||mydirtyhobby.com^$third-party,domain=~my-dirty-hobby.com|~mydirtyhobby.de ||mydownloader.net/banners/$third-party ||myezbz.com/marketplace/widget/$third-party ||myfinance.com^$domain=cnn.com -||myfreepaysite.info^*.gif$third-party ||myfreeresources.com/getimg.php?$third-party ||myfreeshares.com/120x60b.gif ||myhpf.co.uk/banners/ ||mylife.com/partner/$third-party ||mynativeplatform.com/pub2/ ||myspace.com/play/myspace/*&locationId$third-party -||mytrafficstrategy.com/images/$third-party ||myusenet.net/promo.cgi? ||myvi.ru/feed/$object ||mzstatic.com^$image,object,domain=dailymotion.com @@ -55020,6 +49668,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||primedia.co.za/banners/ ||primeloopstracking.com/affil/ ||print2webcorp.com/widgetcontent/ +||privateinternetaccess.com^$script,third-party,xmlhttprequest ||privatewifi.com/swf/banners/ ||prizerebel.com/images/banner$third-party ||pro-gmedia.com^*/skins/ @@ -55083,6 +49732,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||rentalcars.com/affxml/$domain=news-headlines.co.za|nuus.info|sa-news.com|sa-radio.com|saffa.com|saukradio.com ||rentalcars.com/ELBanner.do?$third-party ||res3.feedsportal.com^ +||resimag.com/p1/6ef4933807d.gif +||resimag.com/p1/bb61dc4ce45.gif +||resimag.com/p1/df9d5d01e94.gif ||resources.heavenmedia.net/selection.php? ||rethinkbar.azurewebsites.net^*/ieflyout.js ||review78.com^$third-party @@ -55141,7 +49793,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||server4.pro/images/banner.jpg ||serverjs.net/scripts/$third-party ||service.smscoin.com/js/sendpic.js -||services.zam.com^ +||services.zam.com^$third-party ||serving.portal.dmflex.com^$domain=thisdaylive.com ||settleships.com^$third-party ||sfcdn.in/sailfish/$script @@ -55232,7 +49884,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||stats.hosting24.com^ ||stats.sitesuite.org^ ||stopadblock.info^$third-party -||storage.to/affiliate/ ||streaming.rtbiddingplatform.com^ ||strikeadcdn.s3.amazonaws.com^$third-party ||structuredchannel.com/sw/swchannel/images/MarketingAssets/*/BannerAd @@ -55285,7 +49936,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||thebigchair.com.au^$subdocument,third-party ||thebloggernetwork.com/demandfusion.js ||thefreesite.com/nov99bannov.gif -||themes420.com/bnrsbtns/ ||themify.me/banners/$third-party ||themis-media.com^*/sponsorships/ ||thereadystore.com/affiliate/ @@ -55293,7 +49943,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||theseforums.com/visitScript/ ||theselfdefenseco.com/?affid=$third-party ||thetechnologyblog.net^*/bp_internet/ -||thirdpartycdn.lumovies.com^$third-party ||ti.tradetracker.net^ ||ticketkai.com/banner/ ||ticketmaster.com/promotionalcontent/ @@ -55306,19 +49955,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tipico.*?affiliateId=$third-party ||tiqiq.com/Tiqiq/WidgetInactiveIFrame.aspx?WidgetID=*&PublisherID=$subdocument,third-party ||tmbattle.com/images/promo_ -||tmearn.com^$image,third-party -||tmstorage.com^$domain=radioforge.com ||tmz.vo.llnwd.net^*_rightrail_200x987.swf -||todaysfinder.com^$subdocument,third-party ||toksnn.com/ads/ ||tonefuse.s3.amazonaws.com/clientjs/ ||top5result.com/promo/ -||topbinaryaffiliates.ck-cdn.com^$third-party ||topmedia.com/external/ ||topservers200.com/img/banners/ ||topspin.net/secure/media/$image,domain=youtube.com ||torguard.net/images/aff/ -||torrentdosfilmeshd.ga^$script,third-party ||townnews.com^*/dealwidget.css? ||townnews.com^*/upickem-deals.js? ||townsquareblogs.com^*=sponsor& @@ -55336,7 +49980,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tremormedia.com/embed/js/*_ads.js ||tremormedia.com^*/tpacudeoplugin46.swf ||tremormedia.com^*_preroll_ -||trhnt.com/sx.tr.js ||trialfunder.com/banner/ ||trialpay.com^*&dw-ptid=$third-party ||tribktla.files.wordpress.com/*-639x125-sponsorship.jpg? @@ -55353,14 +49996,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||turner.com^*/promos/ ||twinplan.com^ ||twivert.com/external/banner234x60. -||u-loader.com/image/hotspot_ ||ubuntudeal.co.za^$subdocument,third-party ||ukcast.tv/adds/ ||ukrd.com/image/*-160x133.jpg ||ukrd.com/image/*-160x160.png ||ukrd.com/images/icons/amazon.png ||ukrd.com/images/icons/itunes.png -||ultimatewebtraffic.info/images/fbautocash ||ultimedia.com/api/widget/$xmlhttprequest ||uniblue.com^*/affiliates/ ||unsereuni.at/resources/img/$third-party @@ -55372,7 +50013,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||uploadgig.com/static/$third-party ||upsales.com^*/visit/v.js ||urtig.net/scripts/js3caf.js -||usenet.pw^$third-party ||usenetbucket.com^*-banner/ ||userscloud.com/images/banners/ ||usersfiles.com/images/72890UF.png @@ -55387,8 +50027,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||vast.videe.tv/vast-proxy/ ||vcnewsdaily.com/images/vcnews_right_banner.gif ||vdownloader.com/pages/$subdocument,third-party -||vendor1.fitschigogerl.com^ -||veospot.com^*.html ||viagogo.co.uk/feeds/widget.ashx? ||vice-publishers-cdn.vice.com^ ||vidible.tv/placement/vast/ @@ -55528,15 +50166,54 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||zazzle.com^*?rf$third-party ||zergnet.com/zerg-inf.js$third-party ||zergnet.com/zerg.js$third-party -||zeus.qj.net^ -||zeusfiles.com/promo/ ||ziffdavisenterprise.com/contextclicks/ ||ziffprod.com/CSE/BestPrice? ||ziffstatic.com/jst/zdsticky. ||ziffstatic.com/jst/zdvtools. ||zip2save.com/widget.php? -||zmh.zope.net^$third-party ||zoomin.tv/video/*.flv$third-party,domain=twitch.tv +! hilltopads +||d141wsrw9m4as6.cloudfront.net^ +||d188elxamt3utn.cloudfront.net^ +||d18mealirgdbbz.cloudfront.net^ +||d1bxkgbbc428vi.cloudfront.net^ +||d1ilwohzbe4ao6.cloudfront.net^ +||d1jnvfp2m6fzvq.cloudfront.net^ +||d1ks8roequxbwa.cloudfront.net^ +||d1mbihpm2gncx7.cloudfront.net^ +||d1n1ppeppre6d4.cloudfront.net^ +||d1nkvehlw5hmj4.cloudfront.net^ +||d1nx2jii03b4ju.cloudfront.net^ +||d1rjzrtsxlzawf.cloudfront.net^ +||d1w24oanovvxvg.cloudfront.net^ +||d21f25e9uvddd7.cloudfront.net^ +||d22z575k8abudv.cloudfront.net^ +||d2e30rravz97d4.cloudfront.net^ +||d2glav2919q4cw.cloudfront.net^ +||d2i55s0cnk529c.cloudfront.net^ +||d2k7b1tjy36ro0.cloudfront.net^ +||d2lp70uu6oz7vk.cloudfront.net^ +||d2tkdzior84vck.cloudfront.net^ +||d2z51a9spn09cw.cloudfront.net^ +||d2zcblk8m9mzq5.cloudfront.net^ +||d31mxuhvwrofft.cloudfront.net^ +||d347nuc6bd1dvs.cloudfront.net^ +||d3a49eam5ump99.cloudfront.net^ +||d3b2hhehkqd158.cloudfront.net^ +||d3hj4iyx6t1waz.cloudfront.net^ +||d3kpkrgd3aj4o7.cloudfront.net^ +||d3qu0b872n4q3x.cloudfront.net^ +||d3rxqouo2bn71j.cloudfront.net^ +||d3t3lxfqz2g5hs.cloudfront.net^ +||d3vnm1492fpnm2.cloudfront.net^ +||dc5k8fg5ioc8s.cloudfront.net^ +||dlne6myudrxi1.cloudfront.net^ +||dm7gsepi27zsx.cloudfront.net^ +||dn3uy6cx65ujf.cloudfront.net^ +||dpd9yiocsyy6p.cloudfront.net^ +||du01z5hhojprz.cloudfront.net^ +||dw9uc6c6b8nwx.cloudfront.net^ +||dxkkb5tytkivf.cloudfront.net^ ! Google Hosted scripts ||googleapis.com/qmftp/$script ||googleapis.com/yieldlab/$script @@ -55547,7 +50224,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ! Anti-Adblock ||0mme.com/static.js$script,third-party ||2enm.com/static.js$script,third-party -||d1nmk7iw7hajjn.cloudfront.net^ ||d3jgr4uve1d188.cloudfront.net^ ||d3ujids68p6xmq.cloudfront.net^ ||em0n.com/static.js$script,third-party @@ -55565,7 +50241,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||adserving.unibet.com^$popup,third-party ||affiliates.galapartners.co.uk^$popup,third-party ||affportal-lb.bevomedia.com^$popup,third-party -||aliexpress.com^*?af=$popup,third-party ||babylon.com/redirects/$popup,third-party ||babylon.com/welcome/index.html?affID=$popup,third-party ||banner.galabingo.com^$popup,third-party @@ -55574,7 +50249,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||binaryoptions24h.com^$popup,third-party ||bit.ly^$popup,domain=vodlocker.com ||bitcoin-code.co^$popup -||bizinfoyours.info^$popup ||bongacams2.com/track$popup ||bovada.lv^$popup,third-party ||casino-x.com^*?partner=$popup,third-party @@ -55588,38 +50262,30 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clicks.istripper.com^$popup,third-party ||coolguruji.com/l.php?$popup ||ctcautobody.com^$popup,third-party -||d1110e4.se^$popup -||dateoffer.net/?s=*&subid=$popup,third-party ||elvenar.com^*?ref=$popup ||eroticmix.blogspot.$popup ||erotikdeal.com/?ref=$popup,third-party ||erotikdeal.com/advertising.html$popup,third-party ||evanetwork.com^$popup -||facebookcoverx.com^$popup,third-party ||fastclick.net^$popup ||firstload.com^$popup ||firstload.de^$popup ||flashplayer-updates.com^$popup ||fleshlight.com/?link=$popup,third-party -||free-rewards.com-s.tv^$popup ||fsoft4down.com^$popup ||fulltiltpoker.com/?key=$popup,third-party ||fulltiltpoker.com/affiliates/$popup,third-party ||fwmrm.net/ad/$popup ||generic4all.com^*.dhtml?refid=$popup,third-party ||getsecuredfiles.com^$popup,third-party +||go.streamcomplet.$popup ||greevid.com/exit_p/$popup -||hdplayer.li^$popup -||hdvid-codec.com^$popup -||hdvidcodecs.com^$popup ||hetu.in^$popup,third-party ||hmn-net.com^*/xdirect/$popup,third-party ||homemadecelebrityporn.com/track/$popup,third-party ||hop.clickbank.net/*&transaction_id=*&offer_id=$popup,third-party -||house-rent.us^$popup,third-party ||hyperlinksecure.com/back?token=$popup ||hyperlinksecure.com/go/$popup -||i2casting.com^$popup,third-party ||infinity-info.com/click?$popup,third-party ||iqoption.com/land/$popup,third-party ||itunes.apple.com^$popup,domain=fillinn.com @@ -55629,15 +50295,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||liutilities.com^*/affiliate/$popup ||lovefilm.com/partners/$popup,third-party ||lovepoker.de^*/?pid=$popup -||lp.ilivid.com/?$popup,third-party -||lp.imesh.com/?$popup,third-party ||lp.musicboxnewtab.com^$popup,third-party ||lp.titanpoker.com^$popup,third-party ||lsbet.com/bonus/$popup,third-party ||lumosity.com/landing_pages/$popup ||lyricsbogie.com/?$popup,third-party ||makemoneyonline.2yu.in^$popup -||market.space^$popup,third-party ||maxedtube.com/video_play?*&utm_campaign=$popup,third-party ||mcars.org/landing/$popup,third-party ||megacloud.com/signup?$popup,third-party @@ -55645,7 +50308,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mgid.com^$popup,third-party ||mp3ger.com^$popup,third-party ||mypromocenter.com^$popup -||myvpn.review^$popup,domain=cloudvideo.tv ||noowmedia.com^$popup ||opendownloadmanager.com^$popup,third-party ||otvetus.com^$popup,third-party @@ -55677,6 +50339,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||stake7.com^*?a_aid=$popup,third-party ||stargames.com/bridge.asp?idr=$popup ||stargames.com/web/*&cid=*&pid=$popup,third-party +||static.akacdn.ru^$popup,third-party ||sunmaker.com^*^a_aid^$popup,third-party ||sunnyplayer.com^*^aff^$popup,third-party ||thebestbookies.com^$popup,third-party @@ -55689,13 +50352,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||torrentprotect.com/?$popup ||track.mypcbackup.com^$popup,third-party ||track.xtrasize.nl^$popup,third-party -||tracker.lotto365.com^$popup,third-party ||tripadvisor.*/HotelLander?$popup,third-party ||truckingunlimited.com^$popup,domain=sharpfile.com ||ul.to/ref/$popup ||unibet.co.uk/*affiliate$popup,third-party -||unlimited-tv.show^$popup,third-party -||upbcd.info/vuze/$popup ||uploaded.net/ref/$popup ||urlcash.net/random*.php$popup ||urmediazone.com/play?ref=$popup,third-party @@ -55731,7 +50391,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||88.85.77.94/rotation/$third-party ||91.83.237.41^*/banners/ ||ad.duga.jp^ -||ad.favod.net^$third-party ||ad.iloveinterracial.com^ ||ad.traffmonster.info^$third-party ||adb.fling.com^$third-party @@ -55772,12 +50431,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||avatraffic.com/b/ ||awempt.com/embed/ ||awestat.com^*/banner/ +||b-cdn.net/media/cb/ ||b.turbo.az^$third-party -||babes.picrush.com^$third-party ||bangdom.com^$third-party -||banner.69stream.com^$third-party ||banner.gasuki.com^$third-party -||banner.resulthost.org^$third-party ||banner.themediaplanets.com^$third-party ||banners*.spacash.com^$third-party ||banners.adultfriendfinder.com^$third-party @@ -55814,7 +50471,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||brazzers.com/ads/ ||bulkhentai.com^$script,third-party ||bullz-eye.com/pictureofday/$third-party -||cache.worldfriends.tv^$third-party ||camelmedia.net/thumbs/$third-party ||cams.com/go/$third-party ||cams.com/p/cams/cpcs/streaminfo.cgi?$third-party @@ -55826,7 +50482,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cash.femjoy.com^$third-party ||cdn.69games.xxx/common/images/friends/ ||cdn.epom.com^*/940_250.gif -||cdn.serverable.com/common/images/friends/ ||cdn13.com^$script,third-party,domain=~leafy.pro ||cdn77.org/images/userbanners/$domain=topescortbabes.com ||cdncache2-a.akamaihd.net^$third-party @@ -55836,8 +50491,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||chaturbate.com/in/?track=$subdocument,third-party ||chaturbate.com^*&campaign=*&track=$subdocument,third-party ||click.absoluteagency.com^$third-party -||click.hay3s.com^ -||click.kink.com^$third-party ||clickz.lonelycheatingwives.com^$third-party ||clipjunkie.com/sftopbanner$third-party ||closepics.com/media/banners/ @@ -55848,7 +50501,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||contentcache-a.akamaihd.net^$third-party ||core-queerclick.netdna-ssl.com^ ||core.queerclick.com^$third-party -||cp.intl.match.com^$third-party ||cpm.amateurcommunity.com^ ||creamgoodies.com/potd/ ||creative.stripchat.com^$third-party @@ -55867,7 +50519,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||desk.cmix.org^ ||devilgirls.co/images/devil.gif ||devilgirls.co/pop.js -||dom2xxx.com/ban/$third-party ||downloadsmais.com/imagens/download-direto.gif ||dump1.no-ip.biz^$third-party ||dvdbox.com/promo/$third-party @@ -55892,7 +50543,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fckya.com/lj.js ||feeds.videosz.com^ ||femjoy.com/bnrs/$third-party -||ff.nsg.org.ua^ ||fgn.me^*/skins/ ||firestormmedia.tv^*?affid= ||fleshlight.com/images/banners/ @@ -55910,7 +50560,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gammasites.com/pornication/pc_browsable.php? ||gashot.yurivideos.com^ ||gateway-banner.eravage.com^$third-party -||geo.camazon.com^$third-party ||geo.cliphunter.com^ ||geo.frtya.com^ ||geo.frtyd.com^ @@ -55927,12 +50576,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||graphics.pop6.com/javascript/$script,third-party,domain=~adultfriendfinder.co.uk|~adultfriendfinder.com ||graphics.streamray.com^*/cams_live.swf$third-party ||hardbritlads.com/banner/ -||hardcoresexnow.com^$subdocument,third-party ||hdpornphotos.com/images/728x180_ ||hdpornphotos.com/images/banner_ ||hentaijunkie.com^*/banners/ ||hentaikey.com/images/banners/ -||highrollercams.com/widgets/$third-party ||hodun.ru/files/promo/ ||homoactive.tv/banner/ ||hornybirds.com^$subdocument,third-party @@ -55943,7 +50590,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hotcaracum.com/banner/ ||hotkinkyjo.xxx/resseler/banners/ ||hotmovies.com/custom_videos.php? -||hotsocialz.com^$third-party ||hwcdn.net^$media,domain=shesfreaky.com ||idealgasm.com^$subdocument,third-party ||iframe.adultfriendfinder.com^$third-party @@ -55962,7 +50608,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ipornia.com/frends/$subdocument ||istripper.com^$third-party,domain=~istripper.eu ||ivitrine.buscape.com^$third-party -||js.picsomania.info^$third-party ||just-nude.com/images/ban_$third-party ||justcutegirls.com/banners/$third-party ||kau.li/yad.js @@ -55972,9 +50617,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ladyboygoo.com/lbg/banners/ ||latinasheat.online^$subdocument,third-party ||latinteencash.com/potd/$third-party -||layers.spacash.com^$third-party ||lb-69.com/pics/ -||links.freeones.com^$third-party ||livejasmin.com^$third-party,domain=~awempire.com ||livesexasian.com^$subdocument,third-party ||llnwd.net^*/takeover_ @@ -55991,7 +50634,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||media.mykocam.com^$third-party ||media.mykodial.com^$third-party ||media.pussycash.com^$third-party -||megacash.warpnet.com.br^$third-party ||metartmoney.com^$third-party ||metartmoney.met-art.com^$third-party ||mofomedia.nl/pop-*.js @@ -55999,7 +50641,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||mrskin.com/affiliateframe/ ||mrskincdn.com^*/flash/aff/$third-party ||mrvids.com/network/$third-party -||ms.wsex.com^$third-party ||mtoon.com/banner/ ||my-dirty-hobby.com/?sub=$third-party ||mycams.com/freechat.php?$third-party @@ -56135,14 +50776,12 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||theporndude.com/img/planetsuzy.png ||thrixxx.com/affiliates/$image ||thrixxx.com/scripts/show_banner.php? -||thumbs.sunporno.com^$third-party ||thumbs.vstreamcdn.com^*/slider.html ||tlavideo.com/affiliates/$third-party ||tm-offers.gamingadult.com^ ||tool.acces-vod.com^ ||tools.bongacams.com^$third-party ||tools.gfcash.com^$third-party -||tour.cum-covered-gfs.com^$third-party ||tours.imlive.com^$third-party ||track.xtrasize.nl^$third-party ||trader.erosdlz.com^$third-party @@ -56156,7 +50795,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||upsellit.com/custom/$third-party ||uramov.info/wav/wavideo.html ||uselessjunk.com^$domain=yoloselfie.com -||vectorpastel.com^$third-party ||venuscamz.com/in/?track=$subdocument,third-party ||vidz.com/promo_banner/$third-party ||vigrax.pl/banner/ @@ -56201,7 +50839,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amarotic.com/?$popup,third-party ||amarotic.com^*?wmid=$popup,third-party ||babecams.net/landing/$popup,third-party -||babereporters.info^$popup,domain=viewcube.org ||bbbp1.com^$popup,third-party ||benaughty.com/aff.php?$popup,third-party ||cam4.com/?$popup @@ -56233,7 +50870,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||imlive.com/wmaster.ashx?$popup,third-party ||ipornia.com/scj/cgi/out.php?scheme_id=$popup,third-party ||jasmin.com^$popup,third-party -||join.filthydatez.com^$popup,third-party ||join.teamskeet.com/track/$popup,third-party ||join.whitegfs.com^$popup ||judgeporn.com/video_pop.php?$popup @@ -56247,6 +50883,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||media.campartner.com^*?cp=$popup,third-party ||meetlocals.com^*popunder$popup ||mjtlive.com/exports/golive/?lp=*&afno=$popup,third-party +||mrskin.com/?_$popup ||mydirtyhobby.com/*?$popup,third-party ||myfreecams.com/?co_id=$popup ||offersuperhub.com/landing/$popup,third-party @@ -56302,7 +50939,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] |blob:$domain=allthetests.com|ancient-origins.net|antonymsfor.com|filmlinks4u.is|firstrowau.eu|gofirstrow.eu|jerusalemonline.com|jewsnews.co.il|keepvid.com|kiplinger.com|kissmanga.com|kshowonline.com|letmewatchthis.pl|lolcounter.com|ludokado.com|merriam-webster.com|olympicstreams.me|phonesreview.co.uk|pocketnow.com|primewire.to|sockshare.net|sportspickle.com|streamgaroo.com|textsfromlastnight.com|torrentz2.eu|trifind.com|videotoolbox.com|vidtodo.com|vivo.sx|watchvideo.us|webfirstrow.eu |http*://$image,other,third-party,domain=mp3clan.one|powvideo.net|streamplay.to |http*://$image,stylesheet,third-party,xmlhttprequest,domain=123movies.net|123moviesfree.com|clipconverter.cc|flyordie.com|kissanime.ru|kissasian.sh|mp3clan.one -|http*://$script,third-party,domain=mp3clan.one|starmusiq.net +|http*://$script,third-party,domain=mp3clan.one|prostylex.org|starmusiq.net |http*://$subdocument,third-party,domain=adf.ly|adfoc.us|adv.li|adyou.me|ay.gy|j.gs|q.gs|sh.st|vidspot.net |http://creative.*/smart.js$script,third-party |http://j.gs/omnigy*.swf @@ -56310,7 +50947,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||1up.com/scripts/takeover.js ||2ca.com.au/images/banners/ ||2cc.net.au/images/banners/ -||2ddl.vg^*/frndlduck-usnt- ||2merkato.com/images/banners/ ||2oceansvibe.com/?custom=takeover ||3dwallpaperstudio.com^*/hd_wallpapers.jpg @@ -56322,6 +50958,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ad.digitimes.com.tw^ ||ad.itweb.co.za^ ||ad.khan.co.kr^ +||ad.kisscartoon.is^ ||ad.search.ch^ ||ad.spreaker.com^ ||adaderana.lk/banners/ @@ -56338,6 +50975,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||aerotime.aero/upload/banner/ ||afedmag.com/uploaded/images/banner- ||afloat.ie^*/banners/ +||afr.com/assets/europa. ||africanbusinessmagazine.com/images/banners/ ||africaonline.com.na^*/banners/ ||aggnr.groovesharks.org^ @@ -56354,6 +50992,9 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||amazonaws.com/files.bannersnack.com/$domain=~bannersnack.com ||amulyam.in^*banners$image ||animeland.us/wp-content/plugins/bzd-to-aby/$script +||animeyt2.tv/xvideo.js +||aniwatcher.com/img/bat-banner. +||aniwatcher.com/img/binance-banner. ||aniwatcher.com/xvideo.js ||aolcdn.com/ads/$script ||aolcdn.com/os/moat/$script @@ -56374,7 +51015,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||bioinformatics.org/images/ack_banners/ ||bit.com.au/scripts/js_$script ||bitchute.com^*/affiliate/ +||bitcq.com/img/promo/ ||blbclassic.org/assets/images/*banners/ +||blockchair.com/images/pr/ +||bnqt.com/lib/js/sdpdfphelper.js ||borneobulletin.com.bn^*/banners/ ||botswanaguardian.co.bw/images/banners/ ||boxlotto.com/banrotate. @@ -56383,6 +51027,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||break.com^*/marketguide- ||brecorder.com^*/banners/ ||brenz.net/img/bannerrss.gif +||brisbanetimes.com.au/assets/europa.modern.js ||britishcolumbia.com/sys/ban.asp ||broadbandchoices.co.uk/aff.js ||browsershots.org/static/images/creative/ @@ -56403,11 +51048,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||cd1025.com/www/assets/a/ ||cdn77.org^$domain=telerium.tv ||ceforum.co.uk/images/misc/PartnerLinks +||celebspulse.com^*/ouibounce.js ||celebstoner.com/assets/components/bdlistings/uploads/ ||celebstoner.com/assets/images/img/sidebar/$image ||checker.openwebtorrent.com/digital-ocean.jpg ||checkpagerank.net/banners/ ||chinadaily.com.cn/s? +||cinemablend.com/static/js/batsignal/ +||cinemablend.com/static/js/k2/ ||ciol.com/zedotags/ ||citationmachine.net/images/gr_ ||citationmachine.net/images/grammarly/ @@ -56415,11 +51063,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||clarksvilleonline.com/cols/ ||click.livedoor.com^ ||clickfunnels.com^$image,domain=wckg.com -||clicks.superpages.com^ ||cloudfront.net/ccmtblv2.png$domain=aim.org ||cloudfront.net/wp-content/uploads/2019/01/SPF-$domain=ecommerce-platforms.com -||cloudfront.net^$script,domain=1337x.to|celticquicknews.co.uk|deadstate.org|dexerto.com|dotesports.com|downsub.com|footballleagueworld.co.uk|footballtransfertavern.com|greatergood.com|newsweek.com|psychcentral.com|radaronline.com|thecelticblog.com|thisisfutbol.com|turbobit.net|uploadproper.net|videocelts.com|vrv.co +||cloudfront.net^$script,domain=1337x.to|celticquicknews.co.uk|deadstate.org|dexerto.com|dotesports.com|downsub.com|footballleagueworld.co.uk|footballtransfertavern.com|greatergood.com|holavid.com|newsweek.com|psychcentral.com|radaronline.com|thecelticblog.com|thisisfutbol.com|turbobit.net|uploadproper.net|videocelts.com|vrv.co ||cloudfront.net^*/sponsors/$domain=indycar.com|overwatchleague.com +||cnn.com/zion/ ||codenull.net/images/banners/ ||coincodex.com/apps/coincodex/lib/ ||collector.viki.io^ @@ -56438,6 +51086,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||crn.com.au/scripts/js_$script ||crown.co.za/images/banners/ ||crunchyroll.com/config/*-ads/ +||cryptoslate.com^*/amfeix/ +||cryptoslate.com^*/images/*banner ||d10lumateci472.cloudfront.net^ ||d2fbkzyicji7c4.cloudfront.net^ ||d2na2p72vtqyok.cloudfront.net^ @@ -56445,10 +51095,10 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||d3asksgk2foh5m.cloudfront.net^ ||daily-sun.com/assets/images/banner/ ||dailyblogtips.com/wp-content/uploads/*.gif -||dailynews.gov.bw^*/banner_ ||dash.tmearn.com^ ||davidwalsh.name/demo/tjs ||dbs.autolatest.ro^ +||delivery.smashing.services^ ||deshvidesh.com/banner/ ||designtaxi.com/i-combine.php ||designtaxi.com/small-dt.php$subdocument @@ -56461,12 +51111,14 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||dnsleaktest.com^*-sponsor. ||dnsleaktest.com^*/cute-box ||dominicantoday.com^*/banners/ +||dotaoutpost.com/stable/js/ab/$script,domain=wowhead.com ||draculastream.org/pu/v8/pu.js ||driverdb.com/assets/img/banners/ ||dropapk.*/glx_ +||dshield.org/images/sansfire2020banner.jpg ||dubcnm.com/Adon/ ||duplichecker.com/img/popup/ -||dyncdn.me/static/20/js/expla*.js$domain=rarbg.to|rarbg2019.org|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirrored.org|rarbgproxied.org|rarbgproxy.org|rarbgprx.org|rarbgto.org +||dyncdn.me/static/20/js/expla*.js$domain=rarbg.to|rarbg2019.org|rarbg2020.org|rarbg2021.org|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirrored.org|rarbgp2p.org|rarbgproxied.org|rarbgproxy.org|rarbgprx.org|rarbgto.org|rarbgway.org ||eawaz.com^*/ml-slider/ ||ebay.com^*/ScandalLoader.js ||ebayrtm.com/rtm?RtmCmd*&enc= @@ -56493,6 +51145,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||facebook.com/video/instream_video/$xmlhttprequest ||facebook.com^*/instream/vast.xml? ||familylawweek.co.uk/bin_1/ +||fc.lc/js/nt.js +||fc.lc^$subdocument,~third-party ||findit.com.mt/viewer/ ||finextra.com/finextra-images/leaderboards/ ||fishki.net/code? @@ -56508,6 +51162,8 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||fulhamfc.com/i/partner/ ||fulltvnetwork.com/a.php$domain=fulltv.tv ||fun.wormania.io^ +||fun1.arcadeprehacks.com^ +||funnyjunk.com/site/js/extra/pre ||gamecopyworld.*/i/tc/ ||gamecopyworld.*/js/tc_ ||gamecopyworld.*/p2.js @@ -56520,9 +51176,11 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||gaystarnews.com^*/SponsorsArtboard- ||gen.etherscan.io^ ||geo*.hltv.org^ +||gerber-viewer.com/images/*_banner/ ||gestyy.com^*/xvideos.js ||giveawayoftheday.com/web/bannerinf.js -||go4up.com/assets/img/Download-button.gif +||gofile.io/assets/js/plugins/swalert +||gofile.io/assets/js/plugins/sweetalert2 ||gossipmillnigeria.com^*-banner- ||govevents.com/display-file/ ||gr8.cc/assets/img/*banner @@ -56531,8 +51189,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||hawaiireporter.com^*-300x250.jpg ||hawk.pcgamer.com^ ||herzeleid.com/files/images/banners/ -||hitomi.la/MenTSweep71/ -||hitomi.la/TIoNchommo74.js +||hitomi.la/JuhozYfP/b0vQAvwf.js ||hltv.org^*/betting/ ||holyfamilyradio.org/banners/ ||homeschoolmath.net/a/ @@ -56557,6 +51214,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||idlebrain.com^*/sky- ||idlebrain.com^*/square- ||iftn.ie/images/data/banners/ +||imgcache.sythe.org^ ||imgking.co/frler.js ||imgshots.com/includes/js/layer.js ||immihelp.com/ats-tsd/ @@ -56571,6 +51229,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||insideyork.co.uk/assets/images/sponsors/ ||international-property.countrylife.co.uk/js/search_widget.js ||internationalmeetingsreview.com//uploads/banner/ +||investing.com/jp.php ||irishdev.com/files/banners/ ||irishracing.com/graphics/books ||irv2.com/forums/*show_banner @@ -56587,7 +51246,6 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||johnbridge.com/vbulletin/banner_rotate.js ||jooble.org/banner/ ||jordantimes.com/accu/ -||js.high-minded.net^ ||juventus.com/pics/sponsors/ ||kdnuggets.com/aps/ ||kendrickcoleman.com/images/banners/ @@ -56596,7 +51254,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||kickassanime.rs/codea/ ||kickassanime.rs/homeside1/ ||kickassanime.rs/sider3rigt/ -||kickasstorrent.ph/kat_adplib.js +||kisscartoon.is/api/pop.php ||kitz.co.uk/files/jump2/ ||knco.com/wp-content/uploads/wpt/ ||koreatimes.co.kr/ad/ @@ -56654,6 +51312,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||nairaland.com/cltimages/ ||namepros.com/images/backers/ ||narutoget.io/*.html$subdocument +||nas1.flashx.net^ ||nativetimes.com/images/banners/ ||naukri.com/banners ||netindian.in/frontsquare*.php @@ -56667,6 +51326,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||notebookcheck.net/fileadmin/$subdocument ||nrl.com^*/sponsors/ ||nu2.nu/gfx/sponsor/ +||null/om/1.js$script,domain=adage.com ||nzbstars.com/deatowllpik.php ||nzbstars.com/strawberry.js ||nznewsuk.co.uk/banners/ @@ -56675,6 +51335,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||onlineshopping.co.za/expop/ ||optics.org/banners/ ||paktribune.com/images/banners/ +||pes-patch.com/wp-content/uploads/2019/09/buy-pes20- ||pes-serbia.com/prijatelji/zero.png ||phorio.com^*/partners/ ||phuketwan.com/img/b/ @@ -56712,6 +51373,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||roblox.com/user-sponsorship/ ||rpgcodex.net^*/gog_button.jpg ||rtc107fm.com/images/banners/ +||s.radioreference.com/sm/$image ||saabsunited.com/wp-content/uploads/*banner ||sacommercialpropnews.co.za/files/banners/ ||sandai.me/assets/*.php$image,script,subdocument @@ -56720,17 +51382,22 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||schenkelklopfer.org^$domain=4fuckr.com ||scoot.co.uk/delivery.php ||sdancelive.com/images/banners/ +||searchenginejournal.com^*/pop.js ||searchenginejournal.com^*/topd- ||sedo.cachefly.net^$domain=~sedoparking.com ||sermonaudio.com/images/sponsors/ ||sgtreport.com/wp-content/uploads/*Banner +||sharecad.org/content/banners/ ||shtfplan.com/images/banners/ ||siberiantimes.com/upload/banners/ ||sicilianelmondo.com/banner/ +||sketchucation.com/images/banners/ ||skilouise.com/images/sponsors/ ||smallseotools.com/images/$image,domain=smallseotools.com ||smashingapps.com/banner/ +||smh.com.au/assets/europa.modern.js ||smn-news.com/images/banners/ +||socket.streamable.com^ ||softcab.com/google.php? ||sorcerers.net/images/aff/ ||southafricab2b.co.za/banners/ @@ -56741,15 +51408,21 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||speedvideo.net/img/pla_ ||spongepowered.org/assets/img/sponsors/ ||sportpesanews.com/images/promo/ +||sportt.space/ad-m.js ||ssa.1337x.to^ +||stad.com/belowall.php +||stad.com/img/booking.jpg +||static.pes-serbia.com/prijatelji/zero.png ||static.tellerium.com^$subdocument ||steamanalyst.com/www/ ||stockhouse.com^*-300x75.gif ||streams.tv/js/slidingbanner.js +||streamsforu.com/layer/iframe/ ||sunshineradio.ie/images/banners/ ||surfmusic.de/anz ||survivalblog.com/marketplace/ ||taadd.com/files/js/site_skin.js +||tag.vlitag.com^ ||talkers.com/imagebase/ ||talkers.com/images/banners/ ||talkmagic.co.uk/aimages/$image @@ -56758,6 +51431,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||tbib.org/gaming/clicker.php ||techhive.com/ads/ ||technewsworld.com/images/sda/ +||theage.com.au/assets/europa.modern.js ||thecatholicuniverse.com^*-banner- ||thecenturion.co.za^*/banners/ ||thecharlottepost.com/cache/sql/fba/ @@ -56767,6 +51441,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||theindependentbd.com/assets/images/banner/ ||theispguide.com/premiumisp.html ||thejewishvoice.com/wp-content/uploads/book-yf/ +||thekat.nl^$script ||thelakewoodscoop.com^*banner ||thelodownny.com/leslog/ads/ ||thephuketnews.com/photo/banner/ @@ -56786,29 +51461,42 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||totalguitar.net/images/*_125X125.jpg ||totalguitar.net/images/tgMagazineBanner.gif ||toynewsi.com/a/ +||tpc.googlesyndication.com^$image +||tradecraft.s.llnwi.net^ +||trakt.tv/assets/b12a4c/ ||truck1.eu/_BANNERS_/ ||trucknetuk.com^*/sponsors/ ||turbobit.net/*/js/brinpopup.js ||turbobit.net/platform/js/lib/pus/ ||turbobit.net/pus/ ||tv-onlinehd.com/publi/ +||tympanus.net/codrops/wp-content/banners/ ||ubuntugeek.com/images/ubuntu1.png ||ukcampsite.co.uk/banners/ +||unsplash.com/nbsa/ ||urs.zdnet.com^ +||uvnc.com/img/teamviewerlogo. ||uxmatters.com/images/sponsors/ ||vanityfair.com/hotzones/src/ads.js -||video-cdn.abcnews.com/ad_$object -||video-cdn.abcnews.com^*_ad_$object,domain=go.com -||video.abc.com^*/ads/ -||video.abc.com^*/promos/$object +||vedbex.com/*.gif$image +||vedbex.com^*/banners/ +||vedbex.com^*/sponsers/ +||vg247.com/wp-content/themes/vg247/scripts/mvg247-fsm.js +||vialibri.net/pix/ ||videowood.tv/assets/js/popup.js ||videowood.tv/pop2 +||vobium.com/images/banners/ ||wall.vgr.com^ ||wapinda.in/images/downloadvideo.jpg +||watoday.com.au/assets/europa.modern.js ||wcostream.com/tnc/$image,script ||web.tmearn.com^ +||webconfs.com/wp-content/uploads/2017/08/300x250bw.png ||webdevforums.com/images/inmotion_banner.gif ||webhostingtalk.com/images/style/lw-header.png +||webkinz.com/a_d/ +||webkinz.com/images/a_d-bg.png +||webkinz.com/images/bg-a_d-bb.png ||websiteseochecker.com/img/banner_adsy.jpg ||weekendpost.co.bw^*/banner_ ||whatsonnamibia.com/images/banners/ @@ -56821,6 +51509,7 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||wranglerforum.com/images/sponsor/ ||wrc.com^*/Partners/ ||wrc.com^*/sponsors/ +||wsj.net/pb/pb.js ||ww2.gestyy.com^ ||www.sdad.guru^$xmlhttprequest,domain=g01.msn.com ||x.castanet.net^ @@ -56851,30 +51540,40 @@ coingamez.com,mangaumaru.com,milfzr.com,pencurimovie.cc#@#div[id^="div-gpt-ad"] ||ytimg.com^*_banner$domain=youtube.com ||zdnet.com/akam/$script ||zdnet.com/components/tr-promo-asset/xhr/? +! digitaltrends.com +||digitaltrends.com/md$script +! mimecast proxying +||mimecast.com^$domain=motorcycleshows.com +! united.com endless adserver loading +||united.com/public/2525ad5661973a35c000d4c210009$script +||united.com/sw.js ! Revolving adserver -$image,subdocument,third-party,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|absolutetechnology.ru|achmatim.net|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|animetak.com|animetrick.com|avimobilemovies.co|berkahherbal.com|bestfullmoviesinhd.org|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|butsport.com|c-4fambt.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|clipconverter.cc|cvalfabeta.com|czarsportzauto.com|dashbo15myapp.com|dealzat.com|designarsitektur.com|drestha.com|dvb-p.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|gomoviess.net|gotwatch.net|h-98reale.com|hereishealth.com|igg-games.co|ilmutekniksipil.com|image-bugs.com|indietech.my.id|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|latribunaonline.com|lawavedesign.com|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|musicdl.org|musicfocus.net|naijagospelnews.info|naijajobnews.com|naijatechdeals.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|onlycoolmusic.net|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|pro100full.ru|pushedwebnews.com|putlocker.to|putlockertv.to|q1-tdsge.com|q15homgeneral.com|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|surestakes.com|swatchseries.to|taiphanmemmienphi.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchmovieonline.com|watchonlinemovies.net|waudeesestew.com|wikiwiring.com|winnzo.com|worlds-in-arabic.net|wotcheatmods.com|xxxfun.online|yamatele.tv|ytd-downloader.com|zeitschriftpdf.com -$other,script,stylesheet,third-party,xmlhttprequest,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|drestha.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|kora-online.tv|latribunaonline.com|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|musicdl.org|musicfocus.net|naijagospelnews.info|naijajobnews.com|naijatechdeals.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|pro100full.ru|pushedwebnews.com|putlocker.to|putlockertv.to|q1-tdsge.com|q15homgeneral.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchmovieonline.com|watchonlinemovies.net|waudeesestew.com|wikiwiring.com|winnzo.com|wotcheatmods.com|xxxfun.online|ytd-downloader.com|zeitschriftpdf.com -$webrtc,websocket,domain=1fichier.com|360nobs.com|3shktv.com|68dare-t.com|absolutetechnology.ru|achmatim.net|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|animetak.com|animetrick.com|avimobilemovies.co|berkahherbal.com|bestfullmoviesinhd.org|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|butsport.com|c-4fambt.com|channel1vids.com|clipconverter.cc|cvalfabeta.com|czarsportzauto.com|dashbo15myapp.com|dealzat.com|designarsitektur.com|drestha.com|dvb-p.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|gomoviess.net|gotwatch.net|h-98reale.com|hereishealth.com|igg-games.co|ilmutekniksipil.com|image-bugs.com|indietech.my.id|iptvlinkshare.com|j69i-browser.com|join4films.com|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|latribunaonline.com|lawavedesign.com|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|musicdl.org|musicfocus.net|naijagospelnews.info|naijajobnews.com|naijatechdeals.com|needrombd.com|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|onlycoolmusic.net|overdoseofprose.com|paifemouchoa.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|pro100full.ru|pushedwebnews.com|q1-tdsge.com|q15homgeneral.com|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|shuglaursech.com|shugraithou.com|socialvone.com|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchmovieonline.com|waudeesestew.com|wikiwiring.com|winnzo.com|worlds-in-arabic.net|wotcheatmods.com|xxxfun.online|yamatele.tv|ytd-downloader.com|zeitschriftpdf.com +$image,subdocument,third-party,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|absolutetechnology.ru|achmatim.net|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|animetak.net|animetrick.com|avimobilemovies.co|berkahherbal.com|bestfullmoviesinhd.org|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|butsport.com|c-4fambt.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|clipconverter.cc|cvalfabeta.com|czarsportzauto.com|dashbo15myapp.com|dealzat.com|designarsitektur.com|drestha.com|dvb-p.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|gomoviess.net|gotwatch.net|h-98reale.com|hereishealth.com|igg-games.co|ilmutekniksipil.com|image-bugs.com|indietech.my.id|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|latribunaonline.com|lawavedesign.com|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|musicdl.org|musicfocus.net|naijagospelnews.info|naijatechdeals.com|needrombd.com|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|onlycoolmusic.net|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|pro100full.ru|pushedwebnews.com|putlocker.to|putlockertv.to|q1-tdsge.com|q15homgeneral.com|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|surestakes.com|swatchseries.to|taiphanmemmienphi.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchonlinemovies.net|waudeesestew.com|wikiwiring.com|winnzo.com|worlds-in-arabic.net|wotcheatmods.com|xxxfun.online|yamatele.tv|zeitschriftpdf.com +$other,script,stylesheet,third-party,xmlhttprequest,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|drestha.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|kora-online.tv|latribunaonline.com|lawavedesign.com|liivideo.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|musicdl.org|musicfocus.net|naijagospelnews.info|naijatechdeals.com|needrombd.com|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|pro100full.ru|pushedwebnews.com|putlocker.to|putlockertv.to|q1-tdsge.com|q15homgeneral.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchonlinemovies.net|waudeesestew.com|wikiwiring.com|winnzo.com|wotcheatmods.com|xxxfun.online|zeitschriftpdf.com +$webrtc,websocket,domain=1fichier.com|360nobs.com|3shktv.com|68dare-t.com|absolutetechnology.ru|achmatim.net|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|animetak.net|animetrick.com|avimobilemovies.co|berkahherbal.com|bestfullmoviesinhd.org|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|butsport.com|c-4fambt.com|channel1vids.com|clipconverter.cc|cvalfabeta.com|czarsportzauto.com|dashbo15myapp.com|dealzat.com|designarsitektur.com|drestha.com|dvb-p.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|gomoviess.net|gotwatch.net|h-98reale.com|hereishealth.com|holavid.com|igg-games.co|ilmutekniksipil.com|image-bugs.com|indietech.my.id|iptvlinkshare.com|j69i-browser.com|join4films.com|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|latribunaonline.com|lawavedesign.com|liivideo.com|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|musicdl.org|musicfocus.net|naijagospelnews.info|naijatechdeals.com|needrombd.com|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|onlycoolmusic.net|overdoseofprose.com|paifemouchoa.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|powvldeo.cc|pro100full.ru|prostream.to|pushedwebnews.com|q1-tdsge.com|q15homgeneral.com|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|shuglaursech.com|shugraithou.com|socialvone.com|steamplay.cc|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|waudeesestew.com|wikiwiring.com|winnzo.com|worlds-in-arabic.net|wotcheatmods.com|xxxfun.online|yamatele.tv|zeitschriftpdf.com @@||accounts.google.com^$subdocument,domain=worlds-in-arabic.net -@@||ajax.googleapis.com^$domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|naijajobnews.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|ytd-downloader.com|zeitschriftpdf.com +@@||ajax.googleapis.com^$domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|needrombd.com|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|putlocker.to|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|zeitschriftpdf.com @@||akacdn.ru^$image,script,stylesheet,domain=putlocker.to|putlockertv.to @@||akamaized.net^$domain=kora-online.tv @@||blogspot.com^$image,domain=mobilephonedir.com -@@||bootstrapcdn.com^$script,stylesheet,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|naijajobnews.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|ytd-downloader.com|zeitschriftpdf.com +@@||bootstrapcdn.com^$script,stylesheet,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|needrombd.com|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|zeitschriftpdf.com @@||c.disquscdn.com^$other,script,domain=megafilmes.org -@@||cdn.jsdelivr.net^$script,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|naijajobnews.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|ytd-downloader.com|zeitschriftpdf.com -@@||cdnjs.cloudflare.com^$script,stylesheet,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|naijajobnews.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|ytd-downloader.com|zeitschriftpdf.com +@@||cdn.jsdelivr.net^$script,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|needrombd.com|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|zeitschriftpdf.com +@@||cdnjs.cloudflare.com^$script,stylesheet,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|needrombd.com|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|zeitschriftpdf.com @@||chatroll.com/embed/$subdocument,domain=paidshitforfree.com -@@||code.jquery.com^$script,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|mp3fusion.net|naijajobnews.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|ytd-downloader.com|zeitschriftpdf.com +@@||code.jquery.com^$script,domain=360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|bestfunnypic.com|bluromstockoficial.com|books4arab.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|freetv.gq|gaempire1.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hotshotgamers.net|ilmutekniksipil.com|image-bugs.com|iptvlinkshare.com|join4films.com|kevindjakporblog.com|kora-online.tv|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|needrombd.com|newmusicalbum.host|ogario.ovh|ojimail.ru|on4top.com|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|podslushano-goroda.ru|pushedwebnews.com|q1-tdsge.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|stickerdeals.net|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|vidoevo.com|viralitytoday.com|watchcima.com|waudeesestew.com|winnzo.com|wotcheatmods.com|zeitschriftpdf.com +@@||database.gdriveplayer.us^$subdocument,domain=putlocker.to @@||disqus.com/embed.js$script,domain=megafilmes.org @@||extraimage.net^$image,domain=watchonlinemovies.net @@||fonts.googleapis.com^$stylesheet,domain=dvb-p.com -@@||gravatar.com^$image,script,domain=fp-news.com|lookbeauty.ir|newjobsinfo.in +@@||gomo.to/movie/$subdocument,domain=putlocker.to +@@||gravatar.com^$image,script,domain=fp-news.com|lookbeauty.ir @@||i.imgur.com^$image,domain=load2u.com -@@||i.ytimg.com^$image,domain=andomp3.com|ytd-downloader.com -@@||image.tmdb.org^$image,domain=filme-bune.biz|gomoviess.net|mmsubtitles.co|putlocker.to|putlockertv.to|watchmovieonline.com +@@||i.ytimg.com^$image,domain=andomp3.com +@@||image.tmdb.org^$image,domain=filme-bune.biz|gomoviess.net|mmsubtitles.co|movies2k.pro|putlocker.to|putlockertv.to @@||img.highloadtest.com^$image @@||ishoutbox.com^$subdocument,domain=wotcheatmods.com +@@||letsupload.co/plugins/$subdocument,domain=animetak.net @@||mcloud.to/embed/$subdocument,domain=putlockertv.to @@||mixdrop.co^$stylesheet,subdocument,domain=watchonlinemovies.net @@||mixdrop.to^$stylesheet,subdocument,domain=watchonlinemovies.net @@ -56883,27 +51582,27 @@ $webrtc,websocket,domain=1fichier.com|360nobs.com|3shktv.com|68dare-t.com|absolu @@||ok.ru/videoembed/$subdocument,domain=watchonlinemovies.net @@||openload.co/embed/$subdocument,domain=filme-bune.biz @@||prettyfast.to^$subdocument,domain=putlockertv.to -@@||putlockers.movie/embed/$subdocument,domain=watchmovieonline.com @@||secureservercdn.net^$image,domain=hereishealth.com|iptvlinkshare.com @@||ssl.p.jwpcdn.com^$script,domain=tokusatsuindo.com @@||st.chatango.com^$subdocument,domain=gotwatch.net @@||unpkg.com^$script,stylesheet,domain=mmsubtitles.co @@||verystream.com^$subdocument,domain=watchonlinemovies.net -@@||videospider.in/getvideo$subdocument,domain=watchmovieonline.com +@@||vidcloud9.com/streaming.php$subdocument,domain=movies2k.pro @@||vidnode.net/streaming.php$subdocument,domain=movies2k.pro +@@||vidsrc.me/embed/$subdocument,domain=putlocker.to @@||waaw.tv/watch_video.php$subdocument,domain=filme-bune.biz -@@||wordpress.com^$image,subdocument,domain=360nobs.com|bestgist.com.ng|czarsportzauto.com|gaempire1.com|gambarupdate.co|latribunaonline.com|maghribtech.com|musicfocus.net|newjobsinfo.in|paidshitforfree.com|skynetdownloads.net|tvbd.live|washingmachineinside.com|wikiwiring.com|wotcheatmods.com -@@||wp.com^$image,script,stylesheet,domain=360nobs.com|bestgist.com.ng|czarsportzauto.com|gaempire1.com|gambarupdate.co|latribunaonline.com|maghribtech.com|musicfocus.net|newjobsinfo.in|paidshitforfree.com|skynetdownloads.net|tvbd.live|washingmachineinside.com|wikiwiring.com +@@||wordpress.com^$image,subdocument,domain=360nobs.com|bestgist.com.ng|czarsportzauto.com|gaempire1.com|gambarupdate.co|latribunaonline.com|maghribtech.com|musicfocus.net|paidshitforfree.com|skynetdownloads.net|tvbd.live|washingmachineinside.com|wikiwiring.com|wotcheatmods.com +@@||wp.com^$image,script,stylesheet,domain=360nobs.com|bestgist.com.ng|czarsportzauto.com|gaempire1.com|gambarupdate.co|latribunaonline.com|maghribtech.com|musicfocus.net|paidshitforfree.com|skynetdownloads.net|tvbd.live|washingmachineinside.com|wikiwiring.com @@||xhamster.com/embed/$subdocument,domain=xxxfun.online -@@||youtube.com^$image,subdocument,domain=andomp3.com|gomoviess.net|naijagospelnews.info|newmusicalbum.host|ogario.ovh|pro100full.ru|rapidotorrents.net|romstorage.com|watchmovieonline.com|wotcheatmods.com|yamatele.tv +@@||youtube.com^$image,subdocument,domain=andomp3.com|gomoviess.net|naijagospelnews.info|newmusicalbum.host|ogario.ovh|pro100full.ru|rapidotorrents.net|romstorage.com|wotcheatmods.com|yamatele.tv ! Popads domains -$script,third-party,domain=171gifs.com|300mbfilms.org|321jav.com|4downfiles.org|69sugar.com|acidimg.cc|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animepahe.com|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|bdsmstreak.com|beelink.in|bilasport.me|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|centrum-dramy.pl|clicknupload.org|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|cpyskidrow.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|dropapk.com|dropapk.to|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|freeomovie.com|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|go4up.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaihaven.org|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|hitomi.la|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgshots.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|kwik.cx|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|minkly.me|mitemovie.com|mixdrop.co|mixhdporn.com|mkvcage.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|mp4upload.com|musculoduro.com.br|muvibg.com|myreadingmanga.info|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|root.sx|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sextop.net|sexy-youtubers.com|short.am|smallencode.com|soccerembed.blogspot.com|sportp2p.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|swfchan.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|watchparksandrecreation.net|watchtheofficeonline.net|xbnat.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youav.com|youpornzz.com|yourbittorrent.com|zfilmeonline.eu|zw-net.com +$script,third-party,domain=171gifs.com|300mbfilms.org|321jav.com|4downfiles.org|69sugar.com|acidimg.cc|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animepahe.com|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|bdsmstreak.com|beelink.in|bilasport.me|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|centrum-dramy.pl|clicknupload.org|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|cpyskidrow.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|dropapk.com|dropapk.to|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|freeomovie.com|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|go4up.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaihaven.org|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|hitomi.la|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgshots.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|kwik.cx|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|minkly.me|mitemovie.com|mixdrop.co|mixhdporn.com|mkvcage.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|mp4upload.com|musculoduro.com.br|muvibg.com|myreadingmanga.info|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|onceddl.net|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|root.sx|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sextop.net|sexy-youtubers.com|short.am|smallencode.com|soccerembed.blogspot.com|sportp2p.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|swfchan.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|watchparksandrecreation.net|watchtheofficeonline.net|xbnat.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youav.com|youpornzz.com|yourbittorrent.com|youtubemp3.eu|ytmp3eu.eu|zfilmeonline.eu|zw-net.com @@||api.peer5.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||aspnetcdn.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||bootstrapcdn.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||cdn.fluidplayer.com^*/current/fluidplayer.min.js$script,domain=sexy-youtubers.com @@||chatango.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|atchparksandrecreation.net|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|freeomovie.com|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com -@@||cloudflare.com/ajax/libs/$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animepahe.com|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|bdsmstreak.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com +@@||cloudflare.com/ajax/libs/$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animepahe.com|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|bdsmstreak.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|youtubemp3.eu|ytmp3eu.eu|zfilmeonline.eu|zw-net.com @@||cse.google.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||disqus.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||disquscdn.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@ -56912,10 +51611,10 @@ $script,third-party,domain=171gifs.com|300mbfilms.org|321jav.com|4downfiles.org| @@||googleapis.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|bdsmstreak.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|cpyskidrow.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|mp4upload.com|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|sankakucomplex.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|telexplorer.com.ar|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||gstatic.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|gamersheroes.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixdrop.co|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|telexplorer.com.ar|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||hydrax.net/players/$domain=kissanime.ru -@@||jquery.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|ancensored.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixdrop.co|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|watchtheofficeonline.net|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youav.com|youpornzz.com|zfilmeonline.eu|zw-net.com +@@||jquery.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|ancensored.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixdrop.co|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|mp4upload.com|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|watchtheofficeonline.net|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youav.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||jsdelivr.net^$script,domain=animepahe.com|bilasport.me|kwik.cx @@||jwplatform.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com -@@||jwpsrv.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com +@@||jwpsrv.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filesupload.org|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hulkload.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kora-online.tv|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minatosuki.website|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||maps.google.com/maps/$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|aniwanyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|mezone.pl|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|watchxxxparody.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@||movplay.net/player/$script,domain=filmi7.com @@||onesignal.com^$script,domain=171gifs.com|300mbfilms.org|321jav.com|69sugar.com|adultdouga.biz|agarios.org|al.ly|alltube.tv|amabitch.com|andrija-i-andjelka.com|animeado.net|animezone.pl|anyanime.com|arabp2p.com|archived.moe|asianxv.com|avpockiehd.com|azkempire.com|aznude.com|bajarjuegospcgratis.com|balkandownload.org|balkanje.com|beelink.in|bitch-show.com|bitporno.com|blackboxrepack.com|blogqpot.com|brazzershd.co|camwhores.co|cartoonth12.com|catchcoin.pw|clik.pw|columbia-xxx.com|comicsmanics.com|coroas40.com|dblatino.com|desixnxx.net|devil-torrents.pl|discografiascompletas.net|downloadgameps3.com|downloadgamepsp.com|downloadgamexbox.com|drhmonegyi.net|e-hentai.me|ekasiwap.com|electro-torrent.pl|embedsr.to|erodouga69.com|erostar.jp|estrenosdoramas.net|etsmods.net|fas.li|filecrypt.cc|filmclub.tv|filmeserialeonline.org|filmesonlineplay.com|filmi7.com|filmovi.eu|flashbd24.blogspot.com|freeiptvlinks.net|freelivesports.co|fuckingsession.com|fxporn.net|gameofporn.net|gamepciso.com|garotosbrasil.com|gaycock4u.com|gaysex69.net|girlswithmuscle.com|gravuregirlz.com|grcrt.net|hacknetfl1x.net|happy-foxie.com|hdarkzone.com|hdtube.co|hentai-id.tv|hentaiplay.net|hentaiplus.co|her69.net|hindimoviesonlines.net|hiper.cool|homeporn.tv|hon3yhd.com|hyperdebrid.net|igg-games.com|image-bugs.com|imgsmile.com|incestoporno.org|jav-for.me|javeu.com|javgay.com|javhd.pro|javkimochiii.com|javleak.com|javmobile.net|javmost.com|javonline.online|javrom.com|jdownloader2premium.com|jizzman.com|jogostorrentgratis.net|jpfiles.eu|jpidols.tv|k18.co|k2nblog.com|karanpc.com|kissanime.ru|kooora2day.com|kreskowkazone.pl|kreskowki.tv|lambingan.su|lecheanal.com|leech.ae|leosims.com|linclik.com|livesoccertv.live|loonertube.com|macnwins.com|mangacanblog.com|maniacosporcomics.com|megafilmeshdplus.org|meguminime.com|metaserie.com|milfcomix.com|milversite.me|minatosuki.com|minhaserie.me|mitemovie.com|mixhdporn.com|mkvtv.net|mmfilmes.com|mocnoi.com|movieshdgratis.com.mx|musculoduro.com.br|muvibg.com|mzansifun.com|mzansiporntube.com|mzansixxx.com|namethatpornstar.com|nbafullhd.com|neko-miku.com|nekonime.com|ohohd.com|ohyeah1080.com|omberbagi.com|ondeeubaixo.com|pahe.in|peliculasm.tv|peliculasmega1k.com|pelisxporno.com|phimotv.net|picanteeproibido.com.br|piratebay.co.in|pleermp3.net|pornfromcz.com|pornfromczech.com|pornlibrary.net|pornobae.com|pornocomics.net|pornvibe.org|pornvxl.com|programasvirtualespc.net|r34anim.com|reallifecamvd.com|rosextube.com|savvystreams.blogspot.com|seriescr.com|serieslatino.tv|seriesparaassistironline.org|sexix.net|sexkino.to|sexloading.com|sexy-youtubers.com|short.am|soccerembed.blogspot.com|stadium-live.biz|streamingok.com|streamlord.com|suki48.web.id|sweext.com|theapricity.com|thebarchive.com|thevid.net|thplayers.com|tokusatsuindo.com|torrentlocura.com|torrentool.com|torrentoon.com|tousatu.biz|tuhentaionline.com|ufreetv.com|v100v.net|verpeliculasporno.gratis|vertusnovelas.net|video.az|videosnudes.com|vidtome.co|vipracing.biz|viveseries.com|watcharcheronline.com|watchjavidol.com|watchjavonline.com|xmovies1.com|xrares.com|xteenchan.com|xxgasm.com|xxxstooorage.com|yeucontrai.com|youpornzz.com|zfilmeonline.eu|zw-net.com @@ -56930,20 +51629,54 @@ $script,third-party,domain=171gifs.com|300mbfilms.org|321jav.com|4downfiles.org| @@||youtube.com/player_api$third-party @@||youtube.com/yts/$domain=filmi7.com @@||zencdn.net^$script,domain=mixdrop.co +! Test (Webkit Mobile/Desktop for Youtube) +@@||youtube.com/get_video_info?$xmlhttprequest,domain=music.youtube.com|tv.youtube.com +@@||youtube.com/get_video_info?*embedded$~third-party,xmlhttprequest +||googleads.g.doubleclick.net^$domain=youtube.com +||m.youtube.com/get_midroll_$domain=youtube.com +||pagead2.googlesyndication.com^$domain=youtube.com +||static.doubleclick.net^$domain=youtube.com +||www.google.com/pagead/$domain=youtube.com +||www.youtube.com/get_midroll_$domain=youtube.com +||youtube.com/get_video_info?$~third-party +! CPU abuse +||energi.world/wp-content/themes/energi/js/particles$script,~third-party ! https://publicwww.com/websites/%22cloudfront.net%2Fscript.js%22/ ||cloudfront.net/script.js$script,third-party +! revolving adservers +! /^https?:\/\/.*\.(xyz|site|best|club|space|info|bid)\/.*/$image,script,subdocument,third-party,xmlhttprequest ! akvideo.stream @@||ajax.googleapis.com^$script,domain=akvideo.stream |http://$popup,third-party,domain=akvideo.stream |http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=akvideo.stream |https://$popup,third-party,domain=akvideo.stream |https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=akvideo.stream +! steamplay +@@||spcdn.cc^$xmlhttprequest,domain=steamplay.cc|streamplay.to +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=steamplay.cc|streamplay.to +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=steamplay.cc|streamplay.to +||cintent.steamplay.me^ +||gontent.steamplay.me^ +||hontent.steamplay.me^ +||steamplay.*/jquery-1.8.2.min.js +||streamplay.*/jquery-1.8.2.min.js +! yesmovieshub +@@||gomo.to^$subdocument,domain=yesmovieshub.com +@@||image.tmdb.org^$image,domain=yesmovieshub.com +@@||verystream.com^$subdocument,domain=yesmovieshub.com +@@||vidlink.org^$subdocument,domain=yesmovieshub.com +@@||youtube.com/embed/$subdocument,domain=yesmovieshub.com +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=yesmovieshub.com +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=yesmovieshub.com ! streamp1ay.me ||streamp1ay.me/jquery-1.8.1.min.js$script ||streamp1ay.me/player1/jwplayer.js$script -||yontent.powvideo.net^$script +||uontent.powvideo.net^ ! mangareader /^https?:\/\/.*mangareader\.net\/.{12,}/$script +! pwinsider.com +@@||amazonaws.com/prod/submit-video-id$xmlhttprequest,domain=pwinsider.com +@@||truvidplayer.com^$script,xmlhttprequest,domain=pwinsider.com ! moviesweb @@||ibb.co^$image,domain=moviesweb.info @@||s.ytimg.com^$script,domain=moviesweb.info @@ -57019,17 +51752,26 @@ $webrtc,domain=ibit.to |https://$script,third-party,domain=mrunlock.kim|myunblock.com|prox4you.xyz|unbl0ck.kim|unblockall.org|unblocked.krd|unblocked.lc|unblocked.lol|unblocked.si|unblockproject.red ||chrome.google.com^$popup,domain=mrunlock.kim|myunblock.com|prox4you.xyz|unbl0ck.kim|unblockall.org|unblocked.krd|unblocked.lc|unblocked.lol|unblocked.si|unblockproject.red ! bit.ly -/^https?:\/\/.*(bitly|bit)\.(com|ly)\/.*/$domain=1337x.to|1ancient-origins.net|c123movies.com|clicknupload.org|downloadpirate.com|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|fmovies.taxi|fmovies.world|fullmatchesandshows.com|gostreams.net|healthline.com|intoupload.net|kimcartoon.to|limetorrents.info|megaup.net|monova.org|monova.to|moviewatcher.is|mrunlock.kim|newser.com|pirateiro.com|prox4you.xyz|seedpeer.me|sendit.cloud|swatchseries.to|torlock.com|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|tubidy.io|uiz.io|unbl0ck.kim|unblockall.org|unblocked.lol|unblocked.si|unblockproject.red|uptobox.com|userscloud.com|vev.io|vidbull.tv|yify-movies.net|yourbittorrent2.com|zippyshare.com +/^https?:\/\/.*(bitly|bit)\.(com|ly)\/.*/$domain=1337x.to|1ancient-origins.net|c123movies.com|clicknupload.org|downloadpirate.com|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|fmovies.taxi|fmovies.world|fullmatchesandshows.com|gostreams.net|healthline.com|intoupload.net|kimcartoon.to|limetorrents.info|megaup.net|monova.org|monova.to|moviewatcher.is|mrunlock.kim|newser.com|pirateiro.com|prox4you.xyz|seedpeer.me|sendit.cloud|swatchseries.to|torlock.com|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|tubidy.io|uiz.io|unbl0ck.kim|unblockall.org|unblocked.lol|unblocked.si|unblockproject.red|uptobox.com|userscloud.com|vev.io|vev.red|vidbull.tv|vidop.icu|vidup.io|yify-movies.net|yourbittorrent2.com|zippyshare.com ! Torrent/Pirate sites /sw.js -/^https?:\/\/.*\/.*sw[0-9a-z(.|_)].*/$script,xmlhttprequest,domain=1337x.to|1360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|ajournaledlife.us|all4music.ovh|ancient-origins.net|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|anitube.cz|aniwatcher.com|aponu.org|avimobilemovies.co|bayfiles.com|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bit-url.com|bluromstockoficial.com|books4arab.com|c123movies.com|canonprintersdrivers.com|cdnx.stream|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clicknupload.org|clipconverter.cc|clipwatching.com|clk.ink|cloudvideo.tv|cvalfabeta.com|dashbo15myapp.com|dealzat.com|downace.com|downloadpirate.com|drestha.com|dvb-p.com|ebooksz.net|escolhasegura.com|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|filme-bune.biz|filmlinks4u.is|flashx.pw|flvto.biz|fmovies.taxi|fmovies.world|fmovieson.com|fp-news.com|freeroms.com|freetv.gq|fullmatchesandshows.com|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|getlink.pro|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gostreams.net|gotwatch.net|h-98reale.com|hackiee.mobi|healthline.com|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|indishare.org|intoupload.net|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|kimcartoon.to|kissasian.sh|klubesocial.com|kora-online.tv|latestsocial.com|latribunaonline.com|lawavedesign.com|limetorrents.info|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|megaup.net|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|monova.org|monova.to|movies2k.pro|moviewatcher.is|mp3fusion.net|musicdl.org|musicfocus.net|myfile.is|naijagospelnews.info|naijajobnews.com|naijatechdeals.com|narutoget.io|needrombd.com|newjobsinfo.in|newmusicalbum.host|newser.com|nutritioninsight.com|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|openloadmovies.bz|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|peggo.tv|pelisstar.com|phenomenologicalpsychology.com|piknu.com|pirateiro.com|play4vid.com|podslushano-goroda.ru|primewire.sc|pro100full.ru|prox4you.xyz|pushedwebnews.com|putlocker.fyi|putlocker.ninja|putlocker.style|putlockers.movie|q1-tdsge.com|q15homgeneral.com|queenfaucet.website|r2sa.net|rapidotorrents.net|readcomiconline.to|romstorage.com|safetricks.org|seedpeer.me|sendit.cloud|sendspace.com|serials.ws|series9.to|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|stream2watch.ws|surestakes.com|swatchseries.to|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|torlock.com|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|tricksmasters.com|tubidy.io|tv-direct.net|tvbd.live|tvnachat.net|uiz.io|ukmagazinesfree.com|unbl0ck.kim|unblockall.org|unblocked.is|unblocked.lol|unblocked.si|up-load.io|upload-files.cc|upload.ac|uploadever.com|uploadproper.net|uploadrive.com|uptobox.com|userscloud.com|ustreamix.com|v96-surf.com|vidbull.tv|vidlox.me|vidoevo.com|vidoza.co|vidoza.net|vidtomp3.com|vidup.io|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchmovieonline.com|waudeesestew.com|wikiwiring.com|winnzo.com|wotcheatmods.com|xxxfun.online|y2mate.com|yify-movies.net|ymovies.to|yourbittorrent2.com|youzik.com|ytd-downloader.com|zeitschriftpdf.com|zippyshare.com +/^https?:\/\/.*\/.*(sw[0-9a-z(.|_)]|\.notify\.).*/$script,domain=1337x.to|1360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|ajournaledlife.us|all4music.ovh|ancient-origins.net|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|anitube.cz|aniwatcher.com|aponu.org|avimobilemovies.co|bayfiles.com|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bit-url.com|bluromstockoficial.com|books4arab.com|c123movies.com|canonprintersdrivers.com|cdnx.stream|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clicknupload.org|clipconverter.cc|clipwatching.com|clk.ink|cloudvideo.tv|cvalfabeta.com|dashbo15myapp.com|dealzat.com|downace.com|downloadpirate.com|drestha.com|dvb-p.com|ebooksz.net|escolhasegura.com|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|filme-bune.biz|filmlinks4u.is|flashx.pw|flvto.biz|fmovies.taxi|fmovies.world|fmovieson.com|fp-news.com|freeroms.com|freetv.gq|fullmatchesandshows.com|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|getlink.pro|glawheejoushpush.com|gnula.se|go-student.net|gomoviesfree.sc|gomoviess.net|gostreams.net|gotwatch.net|h-98reale.com|hackiee.mobi|healthline.com|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|indishare.org|intoupload.net|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|kimcartoon.to|kissasian.sh|klubesocial.com|kora-online.tv|latestsocial.com|latribunaonline.com|lawavedesign.com|limetorrents.info|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|megaup.net|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|monova.org|monova.to|movies2k.pro|moviewatcher.is|musicdl.org|musicfocus.net|myfile.is|naijagospelnews.info|naijatechdeals.com|narutoget.io|needrombd.com|newmusicalbum.host|newser.com|nutritioninsight.com|nyafilmer.lol|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|openloadmovies.bz|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|peggo.tv|pelisstar.com|phenomenologicalpsychology.com|piknu.com|pirateiro.com|play4vid.com|podslushano-goroda.ru|powvideo.net|powvldeo.cc|powvldeo.co|primewire.sc|pro100full.ru|prostream.to|prox4you.xyz|pushedwebnews.com|putlocker.fyi|putlocker.ninja|putlocker.style|putlockers.movie|q1-tdsge.com|q15homgeneral.com|queenfaucet.website|r2sa.net|rapidotorrents.net|readcomiconline.to|realgfporn.com|romstorage.com|safetricks.org|seedpeer.me|sendit.cloud|sendspace.com|serials.ws|series9.to|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|solarmovie.to|stickerdeals.net|stream2watch.ws|surestakes.com|swatchseries.to|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|torlock.com|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|tricksmasters.com|tubidy.io|tv-direct.net|tvbd.live|tvnachat.net|uiz.io|ukmagazinesfree.com|unbl0ck.kim|unblockall.org|unblocked.is|unblocked.lol|unblocked.si|up-load.io|upload-files.cc|upload.ac|uploadever.com|uploadproper.net|uploadrive.com|upstream.to|uptobox.com|userscloud.com|ustreamix.com|v96-surf.com|vev.io|vev.red|vidbull.tv|vidlox.me|vidoevo.com|vidop.icu|vidoza.co|vidoza.net|vidtomp3.com|vidup.io|viralitytoday.com|vumoo.life|washingmachineinside.com|watchcima.com|watchlivecricket.in|waudeesestew.com|wikiwiring.com|winnzo.com|wotcheatmods.com|xtgem.com|xxxfun.online|y2mate.com|yify-movies.net|ymovies.to|yourbittorrent2.com|youzik.com|zeitschriftpdf.com|zippyshare.com ! yourdailypornstars.com |http://$image,script,subdocument,third-party,xmlhttprequest,domain=yourdailypornstars.com |https://$image,script,subdocument,third-party,xmlhttprequest,domain=yourdailypornstars.com +! cloudvideo +@@||cdncv.net^$script,xmlhttprequest,domain=cloudvideo.tv +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=cloudvideo.tv +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=cloudvideo.tv +! Upstream +@@||gstatic.com^$script,domain=upstream.to +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=upstream.to +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=upstream.to ! vidotodo -@@||fonts.googleapis.com^$stylesheet,domain=play4vid.com|playedvid.com|playtvid.com|playvidto.com|playzvid.com|vidotodo.com|vidstodo.me|vidtoro.com -@@||vidtodo.com^$image,script,stylesheet,domain=play4vid.com|playedvid.com|playtvid.com|playvidto.com|playzvid.com|vidotodo.com|vidstodo.me|vidtoro.com -|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=play4vid.com|playedvid.com|playtvid.com|playvidto.com|playzvid.com|vidotodo.com|vidstodo.me|vidtoro.com -|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=play4vid.com|playedvid.com|playtvid.com|playvidto.com|playzvid.com|vidotodo.com|vidstodo.me|vidtoro.com +@@||fonts.googleapis.com^$stylesheet,domain=allvids.co|lasmxciosd201id2s0o2axmelsopco212i1l0m.com|play4vid.com|playedvid.com|playto-vid.com|playtvid.com|playvidto.com|playzvid.com|vibtodo.com|viditodo.com|vidotodo.com|vidstodo.me|vidtedo.com|vidtod.me|vidtodos.com|vidtodu.com|vidtopo.com|vidtoro.com|vidtoup.com|vidtudu.com +@@||vidtodo.com/srt/$xmlhttprequest,domain=allvids.co|lasmxciosd201id2s0o2axmelsopco212i1l0m.com|play4vid.com|playedvid.com|playto-vid.com|playtvid.com|playvidto.com|playzvid.com|vibtodo.com|viditodo.com|vidotodo.com|vidstodo.me|vidtedo.com|vidtod.me|vidtodos.com|vidtodu.com|vidtopo.com|vidtoro.com|vidtoup.com|vidtudu.com +@@||vidtodo.com^$image,script,stylesheet,domain=allvids.co|lasmxciosd201id2s0o2axmelsopco212i1l0m.com|play4vid.com|playedvid.com|playto-vid.com|playtvid.com|playvidto.com|playzvid.com|vibtodo.com|viditodo.com|vidotodo.com|vidstodo.me|vidtedo.com|vidtod.me|vidtodos.com|vidtodu.com|vidtopo.com|vidtoro.com|vidtoup.com|vidtudu.com +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=allvids.co|lasmxciosd201id2s0o2axmelsopco212i1l0m.com|play4vid.com|playedvid.com|playto-vid.com|playtvid.com|playvidto.com|playzvid.com|vibtodo.com|viditodo.com|vidotodo.com|vidstodo.me|vidtedo.com|vidtod.me|vidtodos.com|vidtodu.com|vidtopo.com|vidtoro.com|vidtoup.com|vidtudu.com +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=allvids.co|lasmxciosd201id2s0o2axmelsopco212i1l0m.com|play4vid.com|playedvid.com|playto-vid.com|playtvid.com|playvidto.com|playzvid.com|vibtodo.com|viditodo.com|vidotodo.com|vidstodo.me|vidtedo.com|vidtod.me|vidtodos.com|vidtodu.com|vidtopo.com|vidtoro.com|vidtoup.com|vidtudu.com ! tamilrockers @@||google.com/complete/search?$script,domain=tamilrockers.ws @@||google.com/cse$script,domain=tamilrockers.ws @@ -57114,6 +51856,7 @@ $script,domain=imx.to @@||imx.to/js/jquery$script ! rd.com (Revolving adservers) $image,third-party,xmlhttprequest,domain=rd.com +@@||amazon-adsystem.com/aax2/apstag.js$domain=rd.com @@||assets-jpcust.jwpsrv.com^$image,domain=rd.com @@||content.jwplatform.com^$image,xmlhttprequest,domain=rd.com @@||jwplayer.com^$xmlhttprequest,domain=rd.com @@ -57215,9 +51958,6 @@ $image,script,stylesheet,third-party,domain=stream2watch.ws @@||maxcdn.bootstrapcdn.com^$stylesheet,domain=shink.me|shon.xyz |http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=shink.me|shon.xyz |https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=shink.me|shon.xyz -! bypassed.net -|http://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bypassed.net -|https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=bypassed.net ! world4movies @@||ajax.googleapis.com/ajax/$script,domain=world4movies.ml @@||disqus.com^$script,domain=world4movies.ml @@ -57226,12 +51966,11 @@ $image,script,stylesheet,third-party,domain=stream2watch.ws |https://$script,stylesheet,subdocument,third-party,xmlhttprequest,domain=world4movies.ml ||bp.blogspot.com^$popup,domain=world4movies.ml ! up-4ever.com -@@||ajax.googleapis.com^$script,domain=up-4ever.com -@@||connect.facebook.net^$script,domain=up-4ever.com -@@||fonts.googleapis.com^$stylesheet,domain=up-4ever.com -@@||maxcdn.bootstrapcdn.com^$stylesheet,domain=up-4ever.com -|http://$script,stylesheet,third-party,xmlhttprequest,domain=up-4ever.com -|https://$script,stylesheet,third-party,xmlhttprequest,domain=up-4ever.com +$script,stylesheet,third-party,xmlhttprequest,domain=up-4ever.com|up-4ever.org +@@||ajax.googleapis.com^$script,domain=up-4ever.com|up-4ever.org +@@||connect.facebook.net^$script,domain=up-4ever.com|up-4ever.org +@@||fonts.googleapis.com^$stylesheet,domain=up-4ever.com|up-4ever.org +@@||maxcdn.bootstrapcdn.com^$stylesheet,domain=up-4ever.com|up-4ever.org ! project-free-tv.ag / myprojectfreetv @@||ajax.googleapis.com^$script,domain=project-free-tv.ag |http://$script,third-party,xmlhttprequest,domain=project-free-tv.ag @@ -57241,19 +51980,17 @@ $image,script,stylesheet,third-party,domain=stream2watch.ws |https://$other,script,stylesheet,third-party,xmlhttprequest,domain=oneload.site ! fmovies @@||ajax.googleapis.com/ajax/libs/$script,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me -@@||akacdn.ru/assets/$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me -@@||akacdn.ru^*/assets/$script,stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me -@@||akacdn.ru^*/images/$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me +@@||akacdn.ru^$image,other,script,stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||cloudflare.com^$script,stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me -@@||disqus.com^$script,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me -@@||disquscdn.com^$script,stylesheet,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me +@@||disqus.com^$other,script,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me +@@||disquscdn.com^$other,script,stylesheet,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||fmovies.*/ajax/$xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||fmovies.*/grabber-api/?$domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||fmovies.*/user/$xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||fonts.googleapis.com^$stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me -@@||image.tmdb.org^$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||platform.twitter.com^$script,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me @@||playercdn.net^$image,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me +@@||tmdb.org^$image,other,stylesheet,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me |http://$image,other,script,stylesheet,third-party,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me |https://$image,other,script,stylesheet,third-party,xmlhttprequest,domain=01fmovies.com|ffmovies.ru|fmovies.mx|fmovies.taxi|fmovies.world|fmovies123.cc|fmovieson.com|thefmovies.me ||01fmovies.com/mmmasdfl-asd @@ -57269,12 +52006,14 @@ $image,script,stylesheet,third-party,domain=stream2watch.ws |http://$script,third-party,domain=alltube.pl |https://$script,third-party,domain=alltube.pl ! vshare.eu +$script,stylesheet,third-party,xmlhttprequest,domain=vshare.eu @@||ajax.googleapis.com^$script,domain=vshare.eu @@||cdnjs.cloudflare.com^$script,domain=vshare.eu @@||lp.longtailvideo.com^$script,domain=vshare.eu @@||vjs.zencdn.net^$script,domain=vshare.eu -|http://$script,stylesheet,third-party,xmlhttprequest,domain=vshare.eu -|https://$script,stylesheet,third-party,xmlhttprequest,domain=vshare.eu +||vshare.eu/javascripts/script.js +||vshare.eu/service-worker.js +||vshare.eu^$subdocument,~third-party ! filmlinks4u.is |http://$script,third-party,xmlhttprequest,domain=filmlinks4u.is |https://$script,third-party,xmlhttprequest,domain=filmlinks4u.is @@ -57282,21 +52021,6 @@ $image,script,stylesheet,third-party,domain=stream2watch.ws $stylesheet,subdocument,third-party,domain=downloadgameps3.com @@||fonts.googleapis.com^$stylesheet,domain=downloadgameps3.com @@||www.blogger.com^$stylesheet,domain=downloadgameps3.com -! 9anime.vip -@@||9anime.*/home/ajax/schedule$~third-party,xmlhttprequest,domain=9anime.one|9anime.tv|9anime.vip -@@||9anime.*/user/ajax/menu-bar$~third-party,xmlhttprequest,domain=9anime.one|9anime.tv|9anime.vip -@@||ajax.googleapis.com/ajax/libs/jquery/$script,domain=9anime.one|9anime.tv|9anime.vip -@@||connect.facebook.net^$script,domain=9anime.one|9anime.tv|9anime.vip -@@||disqus.com^$domain=9anime.one|9anime.tv|9anime.vip -@@||disquscdn.com^$domain=9anime.one|9anime.tv|9anime.vip -@@||fonts.googleapis.com^$stylesheet,domain=9anime.one|9anime.tv|9anime.vip -@@||googleusercontent.com/gadgets/$image,domain=9anime.one|9anime.tv|9anime.vip -@@||platform.twitter.com^$script,domain=9anime.one|9anime.tv|9anime.vip -|http://$script,stylesheet,third-party,xmlhttprequest,domain=9anime.one|9anime.tv|9anime.vip -|https://$script,stylesheet,third-party,xmlhttprequest,domain=9anime.one|9anime.tv|9anime.vip -||9anime.*/*callback -||9anime.*/inc/$script -||9anime.*/sw.js ! watchvideo @@/index-*.m3u8$xmlhttprequest,domain=watchvideo.us @@/master.m3u8$xmlhttprequest,domain=watchvideo.us @@ -57383,15 +52107,19 @@ $third-party,xmlhttprequest,domain=ancensored.com ! Rarbg ||rarbg.to^$script,~third-party ||rarbg2019.org^$script,~third-party +||rarbg2020.org^$script,~third-party +||rarbg2021.org^$script,~third-party ||rarbgaccess.org^$script,~third-party ||rarbgmirror.com^$script,~third-party ||rarbgmirror.org^$script,~third-party ||rarbgmirror.xyz^$script,~third-party ||rarbgmirrored.org^$script,~third-party +||rarbgp2p.org^$script,~third-party ||rarbgproxied.org^$script,~third-party ||rarbgproxy.org^$script,~third-party ||rarbgprx.org^$script,~third-party ||rarbgto.org^$script,~third-party +||rarbgway.org^$script,~third-party ! rule34 @@||code.jquery.com^$script,domain=rule34.xxx @@||rule34.xxx/ads.js$script,~third-party @@ -57470,9 +52198,9 @@ $script,third-party,xmlhttprequest,domain=gdtot.com |http://$script,third-party,domain=professionaladviser.com|theinquirer.net |https://$script,third-party,domain=professionaladviser.com|theinquirer.net ! vidtodo.com -@@||vidtodo.com^$image,script,stylesheet,xmlhttprequest,domain=vidtodoo.com -@@||vidtodoo.com^$image,script,stylesheet,xmlhttprequest,domain=vidtodo.com -|http*://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=playtovid.com|vidtodo.com|vidtodoo.com +$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=playtovid.com|vidtodo.com|vidtodoo.com|vidtoply.com +@@||vidtodo.com^$image,script,stylesheet,xmlhttprequest,domain=playtovid.com|vidtodo.com|vidtodoo.com|vidtoply.com +@@||vidtodoo.com^$image,script,stylesheet,xmlhttprequest,domain=playtovid.com|vidtodo.com|vidtodoo.com|vidtoply.com ||playtovid.com/img/logo.png$popup ! firstrow-related @@?stream=/embed/*&width=*&height=$script,domain=firstrowas.co|gofirstrow.eu|ifirstrow.eu|ifirstrowit.eu|webfirstrow.eu @@ -57615,30 +52343,18 @@ $image,script,subdocument,third-party,xmlhttprequest,domain=4shared.com |ws://$domain=4shared.com ||4shared.com/web/amscript/ ! streamplay -.xyz/$popup,domain=streamplay.to -@@||spcdn.cc/$image,xmlhttprequest,domain=streamplay.to -@@||streamplay.to/js/bootstrap.min.js|$script,domain=streamplay.to -@@||streamplay.to/js/jquery*min.js|$script,domain=streamplay.to -@@||streamplay.to/js/jquery.cookie.js|$script,domain=streamplay.to -@@||streamplay.to/js/modernizr.custom.*.js|$script,domain=streamplay.to -@@||streamplay.to/js/xupload.js|$script,domain=streamplay.to -@@||streamplay.to/player*/jwplayer.html5.js|$script,domain=streamplay.to -@@||streamplay.to/player*/jwplayer.js?$script,domain=streamplay.to -@@||streamplay.to/player*/jwpsrv.js|$script,domain=streamplay.to -@@||streamplay.to/player*/lightsout.js|$script,domain=streamplay.to -@@||streamplay.to/player_clappr/$script,domain=streamplay.to -|http://$image,script,subdocument,third-party,xmlhttprequest,domain=streamplay.to -|https://$image,script,subdocument,third-party,xmlhttprequest,domain=streamplay.to +@@||spcdn.cc^$image,script,xmlhttprequest,domain=streamp1ay.me|streamplay.to +|http://$image,script,subdocument,third-party,xmlhttprequest,domain=streamp1ay.me|streamplay.to +|https://$image,script,subdocument,third-party,xmlhttprequest,domain=streamp1ay.me|streamplay.to ||streamp1ay.me/jquery-1.8.2.min.js$script -||streamplay.to^$script,domain=streamplay.to ! Powvideo -$websocket,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net -@@||ajax.googleapis.com^$script,third-party,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net -@@||code.jquery.com^$script,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net -@@||codeorigin.jquery.com^$domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net -@@||img.powvideo.net/scap/$image,domain=povvideo.net|powv1deo.net|powvldeo.net -|http://$image,script,subdocument,third-party,xmlhttprequest,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net -|https://$image,script,subdocument,third-party,xmlhttprequest,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net +$websocket,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.co|powvldeo.net +@@||ajax.googleapis.com^$script,third-party,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.co|powvldeo.net +@@||code.jquery.com^$script,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.co|powvldeo.net +@@||codeorigin.jquery.com^$domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.co|powvldeo.net +@@||img.powvideo.net/scap/$image,domain=povvideo.net|powv1deo.net|powvldeo.co|powvldeo.net +|http://$image,script,subdocument,third-party,xmlhttprequest,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.co|powvldeo.net +|https://$image,script,subdocument,third-party,xmlhttprequest,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.co|powvldeo.net ! cinenews.be/en/ @@||ajax.googleapis.com^$script,third-party,domain=cinenews.be @@||connect.facebook.net^$script,third-party,domain=cinenews.be @@ -57650,16 +52366,21 @@ $websocket,domain=povvideo.net|powv1deo.net|powvideo.net|powvldeo.net |https://$script,third-party,xmlhttprequest,domain=vidspot.net ! vidshare.tv $script,stylesheet,third-party,xmlhttprequest,domain=vidshare.tv -! Streamcloud -@@||ajax.googleapis.com^$script,third-party,domain=streamcloud.eu +! opensubtitles @@||opensubtitles.org/cdn-cgi/nexp/dok3v=*/cloudflare/rocket.js$domain=opensubtitles.org @@||static.opensubtitles.org/libs/js/$script,domain=opensubtitles.org -|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=streamcloud.eu |http://$script,subdocument,third-party,xmlhttprequest,domain=opensubtitles.org -|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=streamcloud.eu |https://$script,subdocument,third-party,xmlhttprequest,domain=opensubtitles.org -||meta.streamcloud.eu^ ||opensubtitles.org^*.js|$script,domain=opensubtitles.org +! mcloud +@@||ajax.googleapis.com^$script,domain=mcloud.to +@@||akacdn.ru/f/subtitle/$xmlhttprequest,domain=mcloud.to +@@||fonts.googleapis.com^$stylesheet,domain=mcloud.to +@@||gstatic.com^$script,domain=mcloud.to +@@||mcloud.to/resources/$stylesheet,domain=mcloud.to +@@||mcloud.to/resources/js/player.js$script,domain=mcloud.to +|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=mcloud.to +|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=mcloud.to ! couchtuner @@||disqus.com^$script,third-party,domain=couchtuner.click |http://$image,script,third-party,xmlhttprequest,domain=couchtuner.click @@ -57739,7 +52460,7 @@ $webrtc,domain=uptobox.com ||swatchseries.to/main.js ||www*.swatchseries.to^$script ! Fembed -$script,third-party,xmlhttprequest,domain=core1player.com|exvcon.com|fembed.com|gaobook.review|mavplayer.xyz|svpri.xyz|vaplayer.xyz|vidplayer.cz|xstreamcdn.com +$script,third-party,xmlhttprequest,domain=core1player.com|exvcon.com|fembed.com|fsimg.info|gaobook.review|mavplayer.xyz|novelplanet.me|secfilm.xyz|svpri.xyz|vaplayer.xyz|vidplayer.cz|xstreamcdn.com ||fembed.com/revenue ! Fastplay |http://$script,stylesheet,third-party,domain=fastplay.to @@ -57853,28 +52574,28 @@ $webrtc,websocket,xmlhttprequest,domain=ahoypirate.in|bayception.pw|cruzing.xyz| .info^$popup,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|ukpirate.org|unblockpirate.uk|unblocktheship.org @@||b-cdn.net/static/css/$stylesheet,domain=mypirate.cc|unblockpirate.uk @@||b-cdn.net/static/img/$image,domain=mypirate.cc|unblockpirate.uk -@@||thepiratebay.*/static/js/details.js$domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org -@@||thepiratebay.*/static/js/prototype.js$domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org -@@||thepiratebay.*/static/js/scriptaculous.js$domain=ahoypirate.in|bayception.pw|noobnoob.rocks|piratebay.town|pirateproxy.ch|pirateproxy.rocks|proxyindia.net|superbay.link|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|unblocktheship.org +@@||thepiratebay.*/static/js/details.js$domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org +@@||thepiratebay.*/static/js/prototype.js$domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org +@@||thepiratebay.*/static/js/scriptaculous.js$domain=ahoypirate.in|bayception.pw|noobnoob.rocks|piratebay.town|pirateproxy.ch|pirateproxy.rocks|proxyindia.net|superbay.link|thepiratebay.kiwi|thepiratebay.org|unblocktheship.org @@||tpbprox.com/static/css/$stylesheet,domain=thepiratebay.vip @@||tpbprox.com/static/img/$image,domain=thepiratebay.vip -javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|proxyfrom.asia|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk +javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|proxyfrom.asia|superproxy.biz|thehiddenbay.com|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk |http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|unblockpirate.uk|unblocktheship.org |https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|unblockpirate.uk|unblocktheship.org -||thepiratebay.$script,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org +||thepiratebay.$script,domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblockpirate.uk|unblocktheship.org ||thepiratebay.*/static/$subdocument ! mp3songfree.net @@||ajax.googleapis.com/ajax/libs/$script,domain=mp3songfree.net |http://$script,stylesheet,third-party,domain=mp3songfree.net |https://$script,stylesheet,third-party,domain=mp3songfree.net ! Yavli.com -/fgh*.$image,script,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|aupetitparieur.com|bb4sp.com|bigleaguepolitics.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|canadafreepress.com|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|codefille.com|comicallyincorrect.com|concomber.com|conservativefiringline.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailylol.com|dailysurge.com|dcdirtylaundry.com|deneenborelli.com|designbump.com|directexpose.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|godfatherpolitics.com|gosocial.co|grammarist.com|greatamericanpolitics.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|icepop.com|independentminute.com|infowars.com|intellectualconservative.com|ipatriot.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|letocard.fr|libertyunyielding.com|lidblog.com|lifebuzz.com|lovezin.fr|madworldnews.com|makeagif.com|mamieastuce.com|meilleurpronostic.fr|menrec.com|mentalflare.com|moneyversed.com|mpolitical.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotnationpress.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politicalmayhem.news|politichicks.com|profitconfidential.com|publicservicealerts.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwing.news|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sonsoflibertymedia.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|thewashingtonsentinel.com|thinkamericana.com|threepercenternation.com|tiebreaker.com|topminceur.fr|toptenz.net|tosavealife.com|traileraddict.com|truththeory.com|truthuncensored.net|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|vitamiiin.com|wakingtimes.com|weaponsmedia.com|whatfinger.com|yourdailypulse.com|youthhealthmag.com +/noq*.$image,script,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|aupetitparieur.com|bb4sp.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|canadafreepress.com|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|codefille.com|comicallyincorrect.com|concomber.com|conservativefiringline.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailylol.com|dailysurge.com|dcdirtylaundry.com|deneenborelli.com|designbump.com|directexpose.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|godfatherpolitics.com|gosocial.co|grammarist.com|greatamericanpolitics.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|icepop.com|independentminute.com|infowars.com|intellectualconservative.com|ipatriot.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|letocard.fr|libertyunyielding.com|lidblog.com|lifebuzz.com|lovezin.fr|madworldnews.com|makeagif.com|mamieastuce.com|meilleurpronostic.fr|menrec.com|mentalflare.com|moneyversed.com|mpolitical.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotnationpress.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politicalmayhem.news|politichicks.com|profitconfidential.com|publicservicealerts.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwing.news|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sonsoflibertymedia.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|thewashingtonsentinel.com|thinkamericana.com|threepercenternation.com|tiebreaker.com|topminceur.fr|toptenz.net|tosavealife.com|traileraddict.com|truththeory.com|truthuncensored.net|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|vitamiiin.com|wakingtimes.com|weaponsmedia.com|whatfinger.com|yourdailypulse.com|youthhealthmag.com ! More Yavli --drag*.$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|aupetitparieur.com|bb4sp.com|bigleaguepolitics.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|canadafreepress.com|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|codefille.com|comicallyincorrect.com|concomber.com|conservativefiringline.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailylol.com|dailysurge.com|dcdirtylaundry.com|deneenborelli.com|designbump.com|directexpose.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|godfatherpolitics.com|gosocial.co|grammarist.com|greatamericanpolitics.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|icepop.com|independentminute.com|infowars.com|intellectualconservative.com|ipatriot.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|letocard.fr|libertyunyielding.com|lidblog.com|lifebuzz.com|lovezin.fr|madworldnews.com|makeagif.com|mamieastuce.com|meilleurpronostic.fr|menrec.com|mentalflare.com|moneyversed.com|mpolitical.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotnationpress.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politicalmayhem.news|politichicks.com|profitconfidential.com|publicservicealerts.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwing.news|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sonsoflibertymedia.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|thewashingtonsentinel.com|thinkamericana.com|threepercenternation.com|tiebreaker.com|topminceur.fr|toptenz.net|tosavealife.com|traileraddict.com|truththeory.com|truthuncensored.net|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|vitamiiin.com|wakingtimes.com|weaponsmedia.com|whatfinger.com|yourdailypulse.com|youthhealthmag.com +-drag*.$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|aupetitparieur.com|bb4sp.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|canadafreepress.com|cheapism.com|cheatsheet.com|chicksonright.com|clashdaily.com|codefille.com|comicallyincorrect.com|concomber.com|conservativefiringline.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailylol.com|dailysurge.com|dcdirtylaundry.com|deneenborelli.com|designbump.com|directexpose.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|godfatherpolitics.com|gosocial.co|grammarist.com|greatamericanpolitics.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|icepop.com|independentminute.com|infowars.com|intellectualconservative.com|ipatriot.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|letocard.fr|libertyunyielding.com|lidblog.com|lifebuzz.com|lovezin.fr|madworldnews.com|makeagif.com|mamieastuce.com|meilleurpronostic.fr|menrec.com|mentalflare.com|moneyversed.com|mpolitical.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotnationpress.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politicalmayhem.news|politichicks.com|profitconfidential.com|publicservicealerts.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwing.news|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sonsoflibertymedia.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|thewashingtonsentinel.com|thinkamericana.com|threepercenternation.com|tiebreaker.com|topminceur.fr|toptenz.net|tosavealife.com|traileraddict.com|truththeory.com|truthuncensored.net|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|vitamiiin.com|wakingtimes.com|weaponsmedia.com|whatfinger.com|yourdailypulse.com|youthhealthmag.com ! Yavli threepercenternation.com ||threepercenternation.com/Zmalf/ ! Yavli Specific -@@/wp-content/plugins/akismet/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/akismet/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com @@||4cdn.org/*.js$script,xmlhttprequest,domain=4chan.org @@||5min.com/Scripts/PlayerSeed.js?$domain=allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|enstarz.com|foreverymom.com|greatamericanrepublic.com|hallels.com|hngn.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|themattwalshblog.com|theviralmob.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@||airtv-assets.global.ssl.fastly.net^$domain=viralnova.com @@ -57882,7 +52603,7 @@ javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay @@||ajax.cloudflare.com/cdn-cgi/scripts/$script,third-party @@||ak.sail-horizon.com^$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|crossmap.com|dailyheadlines.net|dailysurge.com|enstarz.com|greatamericanrepublic.com|hngn.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|themattwalshblog.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@||api-public.addthis.com/url/shares.json?$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|crossmap.com|dailyheadlines.net|dailysurge.com|enstarz.com|greatamericanrepublic.com|hngn.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|naturalblaze.com|natureworldnews.com|newser.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|shark-tank.com|techtimes.com|theblacksphere.net|themattwalshblog.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com -@@||api.facebook.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|bigleaguepolitics.com|bizpacreview.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|gamerant.com|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|rightwingtribune.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com +@@||api.facebook.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|bizpacreview.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|gamerant.com|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|rightwingtribune.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||api.solvemedia.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|clik.pw|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|earnthenecklace.com|enstarz.com|foreverymom.com|greatamericanrepublic.com|gymflow100.com|hallels.com|hngn.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|theboredmind.com|themattwalshblog.com|theviralmob.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|viralnova.com|viralthread.com|youthhealthmag.com @@||apis.google.com^$script,third-party,domain=100percentfedup.com|askmefast.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailysurge.com|deneenborelli.com|enstarz.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|opednews.com|patriotoutdoornews.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||app-cdn.spot.im^$domain=gamerant.com|rightwingtribune.com|rollingout.com|viralnova.com @@ -57890,22 +52611,22 @@ javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay @@||assets.pinterest.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||b.grvcdn.com^$script,domain=cheatsheet.com @@||boomsbeat.com/widget_init.php$script,third-party,domain=latinopost.com -@@||cdn*.bigcommerce.com^$image,third-party,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com +@@||cdn*.bigcommerce.com^$image,third-party,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com @@||cdn.playwire.com^$script,third-party,domain=supercheats.com @@||cdn.shopify.com^*/assets/$script,third-party @@||cdn.shopify.com^*/files/$script,third-party @@||cdn.shopify.com^*/javascripts/$script,third-party @@||cdn.supercheats.com^$script,domain=supercheats.com @@||cdnjs.cloudflare.com/ajax/libs/$script,domain=makeagif.com -@@||cdnjs.cloudflare.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|funnyand.com|gamer4k.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com -@@||cloudflare.com/ajax/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||cdnjs.cloudflare.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|funnyand.com|gamer4k.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||cloudflare.com/ajax/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|valuewalk.comvcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||code.jquery.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||connect.facebook.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|gamerant.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|mentalflare.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||connect.facebook.net^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|gamerant.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||conservativeintelcom.c.presscdn.com^$image,script,third-party,domain=conservativeintel.com @@||d8g345wuhgd7e.cloudfront.net^$script,third-party,domain=thelibertarianrepublic.com -@@||disqus.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|gamerant.com|gamersheroes.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com -@@||disquscdn.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|gamerant.com|gamersheroes.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||disqus.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|gamerant.com|gamersheroes.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||disquscdn.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|gamerant.com|gamersheroes.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||embed.air.tv^$script,domain=rollingout.com|viralnova.com @@||embedly.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||fbstatic-a.akamaihd.net^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|headcramp.com|healthstatus.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@ -57916,7 +52637,7 @@ javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay @@||google.com/coop/cse/brand?$script,third-party @@||google.com/js/th/$script @@||google.com/jsapi$script,third-party -@@||googleapis.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|funnyand.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||googleapis.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|funnyand.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||googlecommerce.com^$script @@||googletagservices.com/tag/js/gpt.js$script,third-party,domain=askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|crossmap.com|dailyheadlines.net|dailysurge.com|enstarz.com|greatamericanrepublic.com|hngn.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|naturalblaze.com|natureworldnews.com|newser.com|parentherald.com|patriotoutdoornews.com|rantlifestyle.com|realfarmacy.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|themattwalshblog.com|universityherald.com|valuewalk.comvcpost.com|victoriajackson.com|viralnova.com|viralthread.com @@||graph.facebook.com^$image,script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|photobucket.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@ -57935,11 +52656,11 @@ javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay @@||latinospost.com/widget_init.php$script,third-party,domain=latinopost.com @@||launcher.spot.im^$script,domain=dailyheadlines.net|gamerant.com|rightwingtribune.com|rollingout.com @@||linkedin.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com -@@||livefyre.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|craigjames.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com +@@||livefyre.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|craigjames.com|crossmap.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|themattwalshblog.com|theviralmob.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com @@||maps.google.com^$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|rightwingnews.com|shark-tank.com|techtimes.com|telexplorer.com.ar|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com -@@||maxcdn.bootstrapcdn.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com -@@||netdna-cdn.com/wp-content/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|supercheats.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com -@@||netdna-cdn.com/wp-includes/js/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||maxcdn.bootstrapcdn.com^$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|rightwingnews.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||netdna-cdn.com/wp-content/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|supercheats.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||netdna-cdn.com/wp-includes/js/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|gamerant.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||odb.outbrain.com^$script,domain=cheatsheet.com @@||omnicalculator.com/sdk.js$domain=valuewalk.com @@||outstreamplayer.com^$domain=grammarist.com @@ -57983,18 +52704,19 @@ javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay @@||widget.clipix.com^$script,third-party @@||widgets.outbrain.com/outbrain.js$domain=cheatsheet.com|supercheats.com @@||wp.com/_static/$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|foreverymom.com|freedomoutpost.com|gamer4k.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hngn.com|honesttopaws.com|intellectualconservative.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|shark-tank.com|supercheats.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com -@@||wp.com/wp-content/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|supercheats.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com -@@||wpengine.netdna-cdn.com/wp-content/themes/$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com -@@||wpengine.netdna-cdn.com/wp-content/uploads/$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|conservativeintel.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||wp.com/wp-content/$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|bulletsfirst.net|comicallyincorrect.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|supercheats.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||wpengine.netdna-cdn.com/wp-content/themes/$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com +@@||wpengine.netdna-cdn.com/wp-content/uploads/$image,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|boomsbeat.com|breakingfirst.com|breathecast.com|conservativeintel.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|sciencetimes.com|sportsworldnews.com|sweepstakesfanatics.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|youthhealthmag.com @@||yahooapis.com^$script,third-party,domain=truththeory.com @@||youtube.com/iframe_api$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|bizpacreview.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|gamerant.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politichicks.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||youtube.com/player_api$script,third-party,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|bizpacreview.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|gamerant.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politicalcowboy.com|politichicks.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||ytimg.com/yts/jsbin/$script,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|bizpacreview.com|boredomtherapy.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|gamerant.com|gosocial.co|greatamericanrepublic.com|gymflow100.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|thehayride.com|themattwalshblog.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@||zemanta.com^$image,third-party,domain=bulletsfirst.net -|http://$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|cheapism.com|cheatsheet.com|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|whatfinger.com|youthhealthmag.com -|http://$third-party,xmlhttprequest,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|cheapism.com|cheatsheet.com|chicksonright.com|conservativeintel.com|dailyheadlines.com|designbump.com|firstinfreedomdaily.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|grammarist.com|greatamericanrepublic.com|hackspirit.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|parentherald.com|pickthebrain.com|profitconfidential.com|realtytoday.com|rightwingtribune.com|rollingout.com|sciencetimes.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|universityherald.com|urbantabloid.com|wakingtimes.com|whatfinger.com|youthhealthmag.com -|https://$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|cheapism.com|cheatsheet.com|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thedesigninspiration.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|whatfinger.com|youthhealthmag.com -|https://$third-party,xmlhttprequest,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|cheapism.com|cheatsheet.com|chicksonright.com|conservativeintel.com|designbump.com|firstinfreedomdaily.com|freewarefiles.com|gamer4k.com|gamersheroes.com|grammarist.com|greatamericanrepublic.com|hackspirit.com|healthstatus.com|hispolitica.com|honesttopaws.com|itechpost.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|profitconfidential.com|rightwingtribune.com|rollingout.com|sciencetimes.com|sportsworldnews.com|survivalnation.com|sweepstakesfanatics.com|telexplorer.com.ar|terezowens.com|thedesigninspiration.com|thelibertydaily.com|thepolitistick.com|wakingtimes.com|whatfinger.com +|http://$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|cheapism.com|cheatsheet.com|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|whatfinger.com|youthhealthmag.com +|http://$third-party,xmlhttprequest,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|cheapism.com|cheatsheet.com|chicksonright.com|conservativeintel.com|dailyheadlines.com|designbump.com|firstinfreedomdaily.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|grammarist.com|greatamericanrepublic.com|hackspirit.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|parentherald.com|pickthebrain.com|profitconfidential.com|realtytoday.com|rightwingtribune.com|rollingout.com|sciencetimes.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|universityherald.com|urbantabloid.com|wakingtimes.com|whatfinger.com|youthhealthmag.com +|https://$script,third-party,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|breathecast.com|bulletsfirst.net|cheapism.com|cheatsheet.com|chicksonright.com|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.com|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|designbump.com|earnthenecklace.com|enstarz.com|faithit.com|firstinfreedomdaily.com|foreverymom.com|freedomoutpost.com|freewarefiles.com|funnyand.com|gamer4k.com|gamerant.com|gamersheroes.com|gosocial.co|grammarist.com|greatamericanrepublic.com|gymflow100.com|hackspirit.com|hallels.com|headcramp.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|intellectualconservative.com|itechpost.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|lidblog.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|moneyversed.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|parentherald.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|profitconfidential.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|reviveusa.com|rightwingnews.com|rightwingtribune.com|rollingout.com|sciencetimes.com|shark-tank.com|sportsworldnews.com|sportsworldreport.com|supercheats.com|survivalnation.com|sweepstakesfanatics.com|techtimes.com|telexplorer.com.ar|terezowens.com|theblacksphere.net|theboredmind.com|thehayride.com|thelibertydaily.com|themattwalshblog.com|thepolitistick.com|theviralmob.com|tosavealife.com|traileraddict.com|truththeory.com|universityherald.com|urbantabloid.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|wakingtimes.com|whatfinger.com|youthhealthmag.com +|https://$third-party,xmlhttprequest,domain=100percentfedup.com|4chan.org|allthingsvegas.com|americasfreedomfighters.com|appleeats.com|askmefast.com|bizpacreview.com|boomsbeat.com|boredomtherapy.com|breakingfirst.com|cheapism.com|cheatsheet.com|chicksonright.com|conservativeintel.com|designbump.com|firstinfreedomdaily.com|freewarefiles.com|gamer4k.com|gamersheroes.com|grammarist.com|greatamericanrepublic.com|hackspirit.com|healthstatus.com|hispolitica.com|honesttopaws.com|itechpost.com|legalinsurrection.com|lifebuzz.com|madworldnews.com|makeagif.com|mentalflare.com|natureworldnews.com|newser.com|profitconfidential.com|rightwingtribune.com|rollingout.com|sciencetimes.com|sportsworldnews.com|survivalnation.com|sweepstakesfanatics.com|telexplorer.com.ar|terezowens.com|thelibertydaily.com|thepolitistick.com|wakingtimes.com|whatfinger.com +||grammarist.com/*.jpeg ||stackpathdns.com^$image,domain=boomsbeat.com|dramastars.com|enstarz.com|hngn.com|itechpost.com|kpopstarz.com|latinpost.com|natureworldnews.com|parentherald.com|realtytoday.com|sciencetimes.com|sportsworldreport.com|universityherald.com|vcpost.com|youthhealthmag.com ||supercheats.com/js/yavli.js ||wpengine.netdna-cdn.com^$image,domain=100percentfedup.com|allthingsvegas.com|askmefast.com|breathecast.com|bulletsfirst.net|comicallyincorrect.com|conservativeintel.com|constitution.com|craigjames.com|crossmap.com|dailyfeed.co.uk|dailyheadlines.net|dailyhealthpost.com|dailysurge.com|deneenborelli.com|earnthenecklace.com|enstarz.com|faithit.com|foreverymom.com|freedomoutpost.com|greatamericanrepublic.com|gymflow100.com|hallels.com|healthstatus.com|hispolitica.com|hngn.com|honesttopaws.com|jobsnhire.com|joeforamerica.com|justdiy.com|kdramastars.com|kpopstarz.com|latinpost.com|legalinsurrection.com|libertyunyielding.com|lidblog.com|mentalflare.com|myscienceacademy.org|naturalblaze.com|naturalsociety.com|natureworldnews.com|newser.com|newseveryday.com|newsthump.com|opednews.com|patriotoutdoornews.com|pickthebrain.com|politichicks.com|rantlifestyle.com|realfarmacy.com|realmomsrealreviews.com|realtytoday.com|redmaryland.com|shark-tank.com|techtimes.com|theblacksphere.net|theboredmind.com|themattwalshblog.com|tosavealife.com|traileraddict.com|truththeory.com|valuewalk.com|vcpost.com|victoriajackson.com|videogamesblogger.com|viralnova.com|viralthread.com|youthhealthmag.com @@ -58021,18 +52743,18 @@ javascript:$popup,domain=cruzing.xyz|mirror.superproxy.biz|mypirate.cc|piratebay ||vapingunderground.com/js/vapingunderground/fucking_adblock.js ||ytconv.net/site/adblock_detect ! webrtc-ads -$webrtc,domain=101greatgoals.com|123movies.net|4chan.org|9anime.to|9anime.vip|ack.net|allkpop.com|allthetests.com|alltube.tv|audioholics.com|barnstablepatriot.com|blacklistednews.com|boards2go.com|bolde.com|britannica.com|businessnewsdaily.com|buzzfil.net|cantonrep.com|capecodtimes.com|champion.gg|cheeseheadtv.com|clicknupload.link|clicknupload.org|closerweekly.com|collegehumor.com|colourlovers.com|columbiatribune.com|convertcase.net|crackberry.com|csgolounge.com|ddlvalley.me|destructoid.com|diffen.com|dispatch.com|dorkly.com|dota2lounge.com|enterprisenews.com|eztv.io|eztv.tf|eztv.yt|fastplay.to|fayobserver.com|fhm.com|firstforwomen.com|flexonline.com|freewarefiles.com|gastongazette.com|geekzone.co.nz|genfb.com|ghacks.net|go4up.com|goerie.com|gounlimited.to|goupstate.com|grammarist.com|gsmarena.com|hdvid.tv|healthline.com|heraldtribune.com|houmatoday.com|icefilms.info|igg-games.com|intouchweekly.com|investopedia.com|j-14.com|janjua.pw|janjua.tv|jpost.com|kinos.to|kinox.ai|kinox.am|kinox.cloud|kinox.club|kinox.digital|kinox.direct|kinox.express|kinox.fun|kinox.fyi|kinox.gratis|kinox.io|kinox.lol|kinox.mobi|kinox.nu|kinox.party|kinox.pub|kinox.sg|kinox.sh|kinox.si|kinox.space|kinox.sx|kinox.to|kinox.tube|kinox.wtf|kiplinger.com|kshowonline.com|laptopmag.com|lifeandstylemag.com|lolcounter.com|m-magazine.com|mac-torrents.com|madamenoire.com|maketecheasier.com|megaup.net|mensfitness.com|merriam-webster.com|metrowestdailynews.com|muscleandfitness.com|myfeed4u.me|myfeed4u.net|netdna-storage.com|news-journalonline.com|newsarama.com|nintendoeverything.com|nowvideo.club|nwfdailynews.com|nydailynews.com|ouo.io|ouo.press|ourl.io|pelispedia.tv|phonearena.com|pjstar.com|playbill.com|probuilds.net|providencejournal.com|radaronline.com|recordonline.com|salefiles.com|sj-r.com|skidrowreloaded.com|soapoperadigest.com|solomid.net|sourceforge.net|space.com|spanishdict.com|streamfilmzzz.com|streamzzz.online|tazmovies.com|telegram.com|teslacentral.com|the4thofficial.net|theberry.com|thechive.com|thepoliticalinsider.com|thevideobee.to|tmn.today|topix.com|uploading.site|uptobox.com|uticaod.com|vidtodo.com|vidzi.online|vidzi.tv|vrheads.com|vvdailypress.com|womansworld.com|xda-developers.com|yts.gs|zimabdko.com +$webrtc,domain=101greatgoals.com|123movies.net|4chan.org|9anime.to|9anime.vip|ack.net|allkpop.com|allthetests.com|alltube.tv|audioholics.com|barnstablepatriot.com|blacklistednews.com|boards2go.com|bolde.com|britannica.com|businessnewsdaily.com|buzzfil.net|cantonrep.com|capecodtimes.com|champion.gg|cheeseheadtv.com|clicknupload.link|clicknupload.org|closerweekly.com|collegehumor.com|colourlovers.com|columbiatribune.com|convertcase.net|crackberry.com|csgolounge.com|ddlvalley.me|destructoid.com|diffen.com|dispatch.com|dorkly.com|dota2lounge.com|enterprisenews.com|eztv.io|eztv.tf|eztv.yt|fastplay.to|fayobserver.com|fhm.com|firstforwomen.com|flexonline.com|freewarefiles.com|gastongazette.com|geekzone.co.nz|genfb.com|ghacks.net|go4up.com|goerie.com|gounlimited.to|goupstate.com|grammarist.com|gsmarena.com|hdvid.tv|healthline.com|heraldtribune.com|houmatoday.com|icefilms.info|igg-games.com|intouchweekly.com|investopedia.com|j-14.com|janjua.pw|janjua.tv|jpost.com|kinos.to|kinox.ai|kinox.am|kinox.cloud|kinox.club|kinox.digital|kinox.direct|kinox.express|kinox.fun|kinox.fyi|kinox.gratis|kinox.io|kinox.lol|kinox.mobi|kinox.nu|kinox.party|kinox.pub|kinox.sg|kinox.sh|kinox.si|kinox.space|kinox.sx|kinox.to|kinox.tube|kinox.wtf|kiplinger.com|kshowonline.com|laptopmag.com|lifeandstylemag.com|lolcounter.com|m-magazine.com|mac-torrents.com|madamenoire.com|maketecheasier.com|megaup.net|mensfitness.com|merriam-webster.com|metrowestdailynews.com|muscleandfitness.com|myfeed4u.me|netdna-storage.com|news-journalonline.com|newsarama.com|nintendoeverything.com|nowvideo.club|nwfdailynews.com|nydailynews.com|ouo.io|ouo.press|ourl.io|pelispedia.tv|phonearena.com|pjstar.com|playbill.com|probuilds.net|providencejournal.com|radaronline.com|recordonline.com|salefiles.com|sj-r.com|skidrowreloaded.com|soapoperadigest.com|solomid.net|sourceforge.net|space.com|spanishdict.com|streamfilmzzz.com|streamzzz.online|tazmovies.com|telegram.com|teslacentral.com|the4thofficial.net|theberry.com|thechive.com|thepoliticalinsider.com|thevideobee.to|tmn.today|topix.com|uploading.site|uptobox.com|uticaod.com|vidtodo.com|vidzi.online|vidzi.tv|vrheads.com|vvdailypress.com|womansworld.com|xda-developers.com|yts.gs|zimabdko.com ! websocket-ads -$websocket,domain=123movies.net|1337x.to|4archive.org|4chan.org|9anime.to|9anime.vip|allthetests.com|alltube.tv|blacklistednews.com|boards2go.com|boreburn.com|breakingisraelnews.com|celebdirtylaundry.com|celebritymozo.com|closerweekly.com|colourlovers.com|convertcase.net|crackberry.com|dailycaller.com|destructoid.com|diffen.com|dreamfilm.se|dumpaday.com|fastpic.ru|ffmovies.ru|fileone.tv|filmlinks4u.is|firstforwomen.com|firstrowau.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.tv|flashx1.tv|fmovies.taxi|fmovies.world|freewarefiles.com|gamenguide.com|genfb.com|gofirstrow.eu|gsmarena.com|hdvid.tv|health-weekly.net|homerun.re|i4u.com|ifirstrow.eu|ifirstrowit.eu|imagefap.com|instanonymous.com|investopedia.com|itechpost.com|izismile.com|jewsnews.co.il|keepvid.com|kiplinger.com|kshowonline.com|lifehacklane.com|livescience.com|lolcounter.com|megaup.net|merriam-webster.com|mobilenapps.com|mobipicker.com|myfeed4u.me|myfeed4u.net|natureworldnews.com|navbug.com|ncscooper.com|newsarama.com|newseveryday.com|nowvideo.club|okceleb.com|olympicstreams.me|omgwhut.com|opensubtitles.org|parentherald.com|pcgamer.com|playbill.com|pocketnow.com|pornhub.com|postimg.org|powvideo.net|pwinsider.com|rinf.com|roadracerunner.com|salefiles.com|scienceworldreport.com|shorte.st|snoopfeed.com|stream2watch.ws|streamgaroo.com|the4thofficial.net|thinkinghumanity.com|tomsitpro.com|toptenz.net|torrentz2.eu|tribune.com.pk|trifind.com|tune.pk|uberhavoc.com|universityherald.com|vcpost.com|vidmax.com|vidoza.net|vidtodo.com|vidzi.online|vidzi.tv|viewmixed.com|viid.me|viralands.com|vrheads.com|watchseries.li|webfirstrow.eu|whydontyoutrythis.com|wrestlinginc.com|wrestlingnews.co|xda-developers.com|xilfy.com|yourtango.com +$websocket,domain=123movies.net|1337x.to|4archive.org|4chan.org|9anime.to|9anime.vip|allthetests.com|alltube.tv|blacklistednews.com|boards2go.com|boreburn.com|breakingisraelnews.com|celebdirtylaundry.com|celebritymozo.com|closerweekly.com|colourlovers.com|convertcase.net|crackberry.com|dailycaller.com|destructoid.com|diffen.com|dreamfilm.se|dumpaday.com|fastpic.ru|ffmovies.ru|fileone.tv|filmlinks4u.is|firstforwomen.com|firstrowau.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.tv|flashx1.tv|fmovies.taxi|fmovies.world|freewarefiles.com|gamenguide.com|genfb.com|gofirstrow.eu|gsmarena.com|hdvid.tv|health-weekly.net|homerun.re|i4u.com|ifirstrow.eu|ifirstrowit.eu|imagefap.com|instanonymous.com|investopedia.com|itechpost.com|izismile.com|jewsnews.co.il|keepvid.com|kiplinger.com|kshowonline.com|lifehacklane.com|livescience.com|lolcounter.com|megaup.net|merriam-webster.com|mobilenapps.com|mobipicker.com|myfeed4u.me|natureworldnews.com|navbug.com|ncscooper.com|newsarama.com|newseveryday.com|nowvideo.club|okceleb.com|olympicstreams.me|omgwhut.com|opensubtitles.org|parentherald.com|pcgamer.com|playbill.com|pocketnow.com|pornhub.com|pornhubthbh7ap3u.onion|postimg.org|powvideo.net|pwinsider.com|rinf.com|roadracerunner.com|salefiles.com|scienceworldreport.com|shorte.st|snoopfeed.com|stream2watch.ws|streamgaroo.com|the4thofficial.net|thinkinghumanity.com|tomsitpro.com|toptenz.net|torrentz2.eu|tribune.com.pk|trifind.com|tune.pk|uberhavoc.com|universityherald.com|vcpost.com|vidmax.com|vidoza.net|vidtodo.com|vidzi.online|vidzi.tv|viewmixed.com|viid.me|viralands.com|vrheads.com|watchseries.li|webfirstrow.eu|whydontyoutrythis.com|wrestlinginc.com|wrestlingnews.co|xda-developers.com|xilfy.com|yourtango.com ! |http://$third-party,xmlhttprequest,domain=freewarefiles.com -|https://$third-party,xmlhttprequest,domain=destructoid.com|diffen.com|dreamfilm.se|dumpaday.com|emule-island.co|fastpic.ru|fileone.tv|filmlinks4u.is|firstforwomen.com|firstrowau.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.tv|flashx1.tv|freewarefiles.com|gamenguide.com|genfb.com|gofirstrow.eu|gsmarena.com|hdvid.tv|health-weekly.net|homerun.re|i4u.com|ifirstrow.eu|ifirstrowit.eu|imagefap.com|instanonymous.com|investopedia.com|itechpost.com|izismile.com|jewsnews.co.il|keepvid.com|kiplinger.com|kshowonline.com|lifehacklane.com|lolcounter.com|megaup.net|mobilenapps.com|mobipicker.com|myfeed4u.me|myfeed4u.net|natureworldnews.com|navbug.com|ncscooper.com|newsarama.com|newseveryday.com|okceleb.com|omgwhut.com|onvid.fun|onvid.pw|opensubtitles.org|parentherald.com|pilaybill.com|pocketnow.com|pornhub.com|postimg.org|powvideo.net|pwinsider.com|rinf.com|roadracerunner.com|salefiles.com|scienceworldreport.com|shorte.st|snoopfeed.com|streamgaroo.com|the4thofficial.net|thinkinghumanity.com|tomsitpro.com|toptenz.net|torrentz2.eu|tribune.com.pk|trifind.com|tune.pk|uberhavoc.com|universityherald.com|vcpost.com|vidhd.icu|vidhd.pw|vidmax.com|vidoza.net|vidtodo.com|vidzi.online|vidzi.tv|viewmixed.com|viid.me|viralands.com|vrheads.com|watchseries.li|webfirstrow.eu|whydontyoutrythis.com|wrestlingnews.co|xda-developers.com|xilfy.com|yourtango.com +|https://$third-party,xmlhttprequest,domain=destructoid.com|diffen.com|dreamfilm.se|dumpaday.com|emule-island.co|fastpic.ru|fileone.tv|filmlinks4u.is|firstforwomen.com|firstrowau.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.tv|flashx1.tv|freewarefiles.com|gamenguide.com|genfb.com|gofirstrow.eu|gsmarena.com|hdvid.tv|health-weekly.net|homerun.re|i4u.com|ifirstrow.eu|ifirstrowit.eu|imagefap.com|instanonymous.com|investopedia.com|itechpost.com|izismile.com|jewsnews.co.il|keepvid.com|kiplinger.com|kshowonline.com|lifehacklane.com|lolcounter.com|megaup.net|mobilenapps.com|mobipicker.com|myfeed4u.me|natureworldnews.com|navbug.com|ncscooper.com|newseveryday.com|okceleb.com|omgwhut.com|onvid.fun|onvid.pw|opensubtitles.org|parentherald.com|pilaybill.com|pocketnow.com|pornhub.com|pornhubthbh7ap3u.onion|postimg.org|powvideo.net|pwinsider.com|rinf.com|roadracerunner.com|salefiles.com|scienceworldreport.com|shorte.st|snoopfeed.com|streamgaroo.com|the4thofficial.net|thinkinghumanity.com|tomsitpro.com|toptenz.net|torrentz2.eu|tribune.com.pk|trifind.com|tune.pk|uberhavoc.com|universityherald.com|vcpost.com|vidhd.icu|vidhd.pw|vidmax.com|vidoza.net|vidtodo.com|vidzi.online|vidzi.tv|viewmixed.com|viid.me|viralands.com|vrheads.com|watchseries.li|webfirstrow.eu|whydontyoutrythis.com|wrestlingnews.co|xda-developers.com|xilfy.com|yourtango.com ! IP address -/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$domain=1337x.to|bittorrent.am|katcr.co|limetorrents.info|magnetdl.com|megaup.net|monova.org|monova.to|o2tvseries.com|pirateiro.com|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgto.org|readcomiconline.to|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|viralitytoday.com|yourbittorrent2.com +/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$domain=1337x.to|bittorrent.am|katcr.co|limetorrents.info|magnetdl.com|megaup.net|monova.org|monova.to|o2tvseries.com|pirateiro.com|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgto.org|rarbgway.org|readcomiconline.to|torrentdownloads.me|torrentfunk2.com|torrentz2.eu|viralitytoday.com|yourbittorrent2.com ! CSP filters -$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: *.cloudflare.com *.google.com *.addthis.com *.addthisedge.com *.facebook.net *.twitter.com *.jquery.com *.zencdn.net,domain=kinox.to|kinos.to|kinox.sx|kinox.si|kinox.io|kinox.sx|kinox.am|kinox.nu|kinox.sg|kinox.gratis|kinox.mobi|kinox.sh|kinox.lol|kinox.wtf|kinox.fun|kinox.fyi|kinox.cloud|kinox.ai|kinox.club|kinox.digital|kinox.tube|kinox.direct|kinox.pub|kinox.express|kinox.party|kinox.space|kinoz.to -$csp=script-src 'self' * 'unsafe-inline',domain=ibit.to|unblocktheship.org|noobnoob.rocks|nosteamgames.ro|ahoypirate.in|proxyindia.net|mypirate.cc|unblockpirate.uk|superproxy.biz|tpb6.ukpass.co|pirateproxy.ch|proxyfrom.asia|tpb.hid.li|piratebayblocked.com|piratebay1.top|thepiratebay.vip|pirateproxy.live|thehiddenbay.com|cruzing.xyz|tpbproxyone.org|bayception.pw|piratebay.town|superbay.link|pirateproxy.rocks|thepiratebay.kiwi|rarbgto.org|rarbgmirrored.org|rarbgmirror.org|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.xyz|rarbgproxy.org|rarbgprx.org|downloadpirate.com|prox4you.xyz|theproxybay.net|thepiratebay10.org|prox1.info|kickass.vip|torrent9.uno|torrentsearchweb.ws|pirateproxy.app|ukpass.co|prox.icu|proxybay.ga|pirateproxy.life|unblockthe.net -$csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|ukpirate.org|unblockpirate.uk|unblocktheship.org|flashx.cc|flashx.co|vidoza.co|vidoza.net +$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: *.cloudflare.com *.google.com *.addthis.com *.addthisedge.com *.facebook.net *.twitter.com *.jquery.com *.zencdn.net,domain=kinox.to|kinos.to|kinox.si|kinox.io|kinox.sx|kinox.am|kinox.nu|kinox.sg|kinox.gratis|kinox.mobi|kinox.sh|kinox.lol|kinox.wtf|kinox.fun|kinox.fyi|kinox.cloud|kinox.ai|kinox.club|kinox.digital|kinox.tube|kinox.direct|kinox.pub|kinox.express|kinox.party|kinox.space|kinoz.to +$csp=script-src 'self' * 'unsafe-inline',domain=rarbgway.org|rarbg.to|rarbg2019.org|rarbg2020.org|rarbg2021.org|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirrored.org|rarbgp2p.org|rarbgproxied.org|rarbgproxy.org|rarbgprx.org|rarbgto.org|ibit.to|unblocktheship.org|noobnoob.rocks|nosteamgames.ro|ahoypirate.in|proxyindia.net|mypirate.cc|unblockpirate.uk|superproxy.biz|tpb6.ukpass.co|pirateproxy.ch|proxyfrom.asia|tpb.hid.li|piratebayblocked.com|piratebay1.top|thepiratebay.vip|pirateproxy.live|thehiddenbay.com|cruzing.xyz|tpbproxyone.org|bayception.pw|piratebay.town|superbay.link|pirateproxy.rocks|thepiratebay.kiwi|rarbgto.org|rarbgmirrored.org|rarbgmirror.org|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.xyz|rarbgproxy.org|rarbgprx.org|downloadpirate.com|prox4you.xyz|theproxybay.net|thepiratebay10.org|prox1.info|kickass.vip|torrent9.uno|torrentsearchweb.ws|pirateproxy.app|ukpass.co|prox.icu|proxybay.ga|pirateproxy.life|unblockthe.net +$csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.superproxy.biz|mypirate.cc|noobnoob.rocks|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.rocks|prox1.info|proxyfrom.asia|proxyindia.net|superbay.link|superproxy.biz|thehiddenbay.com|thepiratebay.kiwi|pirate-bay.net|tpb.party|thepiratebay.org|thepiratebay.vip|thepiratebay10.org|thepirateproxy.win|theproxybay.net|tpb.crushus.com|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|tpbrun.win|tpproxy.website|ukpirate.org|unblockpirate.uk|unblocktheship.org|flashx.cc|flashx.co|vidoza.co|vidoza.net ||1337x.to^$csp=script-src 'self' 'unsafe-inline' ||4chan.org^$csp=script-src 'self' * 'unsafe-inline' *.gstatic.com *.google.com *.googleapis.com *.4cdn.org *.4channel.org ||allthetests.com^$csp=script-src 'self' * blob: data: @@ -58043,7 +52765,6 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||bittorrent.am^$csp=script-src 'self' 'unsafe-inline' ||bittorrentstart.com^$csp=script-src 'self' 'unsafe-inline' data: *.google.com *.google-analytics.com *.scorecardresearch.com ||blacklistednews.com^$csp=script-src 'self' * blob: data: -||breakingisraelnews.com^$csp=script-src 'self' * blob: data: ||britannica.com^$csp=script-src 'self' * 'unsafe-inline' ||broadwayworld.com^$csp=script-src 'self' * 'unsafe-inline' ||btkitty.pet^$csp=script-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com *.jsdelivr.net @@ -58052,7 +52773,6 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||colourlovers.com^$csp=script-src 'self' * 'unsafe-inline' ||convertcase.net^$csp=script-src 'self' * blob: data: ||convertfiles.com^$csp=script-src 'self' * 'unsafe-inline' -||csgolounge.com^$csp=script-src 'self' * 'unsafe-inline' ||eztv.io^$csp=script-src 'self' 'unsafe-inline' *.cloudflare.com *.googleapis.com *.facebook.net ||freebeacon.com^$csp=script-src 'self' * blob: data: ||fullmatchesandshows.com^$csp=script-src 'self' * 'unsafe-inline' @@ -58065,7 +52785,6 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||jerusalemonline.com^$csp=script-src http: https: 'self' * 'unsafe-inline' ||jewsnews.co.il^$csp=script-src 'self' * ||jpost.com^$csp=script-src 'self' 'unsafe-inline' http: https: blob: -||katcr.co^$csp=script-src 'self' 'unsafe-inline' ||kiplinger.com^$csp=script-src 'self' * 'unsafe-inline' ||kshowonline.com^$csp=script-src 'self' * 'unsafe-inline' ||limetorrents.info^$csp=script-src 'self' 'unsafe-inline' @@ -58106,7 +52825,6 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||toros.co^$csp=script-src 'self' * 'unsafe-inline' ||torrentdownloads.me^$csp=script-src 'self' 'unsafe-inline' ||torrentfunk2.com^$csp=script-src 'self' 'unsafe-inline' -||torrentz2.eu^$csp=script-src 'self' 'unsafe-inline' ||trifind.com^$csp=script-src 'self' * 'unsafe-inline' ||tworeddots.com^$csp=script-src 'self' * 'unsafe-inline' ||unblockall.org^$csp=script-src 'self' * 'unsafe-inline' @@ -58125,13 +52843,19 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||winit.winchristmas.co.uk^$csp=script-src 'self' * 'unsafe-inline' ||wuxiaworld.com^$csp=script-src 'self' * 'unsafe-inline' ||yourbittorrent2.com^$csp=script-src 'self' 'unsafe-inline' +! CSP 9to5 +||9to5google.com^$csp=script-src 'self' *.ytimg.com *.youtube.com *.google.com *.disqus.com *.disquscdn.com +||9to5mac.com^$csp=script-src 'self' *.ytimg.com *.youtube.com *.google.com *.disqus.com *.disquscdn.com +||9to5toys.com^$csp=script-src 'self' *.ytimg.com *.youtube.com *.google.com *.disqus.com *.disquscdn.com +||dronedj.com^$csp=script-src 'self' *.ytimg.com *.youtube.com *.google.com *.disqus.com *.disquscdn.com +||electrek.co^$csp=script-src 'self' *.ytimg.com *.youtube.com *.google.com *.disqus.com *.disquscdn.com +||marketrealist.com^$csp=script-src 'self' *.ytimg.com *.youtube.com *.google.com *.disqus.com *.disquscdn.com ! CSP Yavli ||activistpost.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com ||allthingsvegas.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com ||americasfreedomfighters.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com ||appleeats.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||bb4sp.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im -||bigleaguepolitics.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||bizpacreview.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||breakingfirst.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||bulletsfirst.net^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com @@ -58166,7 +52890,7 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||patriotoutdoornews.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||politicalcowboy.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||politichicks.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im -||realmomsrealreviews.com ^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im +||realmomsrealreviews.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||redmaryland.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||rightwingtribune.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||rollingout.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im @@ -58176,7 +52900,6 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup ||survivalnation.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com ||telexplorer.com.ar^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||theblacksphere.net^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im -||thedesigninspiration.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im ||thehayride.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com ||thelibertydaily.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com ||thepolitistick.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im @@ -58196,13 +52919,21 @@ $csp=worker-src 'none',domain=ahoypirate.in|bayception.pw|cruzing.xyz|mirror.sup @@||conative.de/serve/domain/158/config.js$domain=spiegel.de @@||conative.de^*/adscript.min.js$domain=spiegel.de @@||damoh.spiegel.de^$script,domain=spiegel.de +@@||doubleclick.net/gampad/*adPositionName%3Dsuperbanner_$xmlhttprequest,domain=spiegel.de +@@||doubleclick.net/getconfig$xmlhttprequest,domain=spiegel.de +@@||g.doubleclick.net/gampad/ads?*superbanner_3$xmlhttprequest,domain=spiegel.de +@@||g.doubleclick.net/gampad/ads?*wallpaper_1$xmlhttprequest,domain=spiegel.de +@@||g.doubleclick.net/gpt/pubads_impl_$script,domain=spiegel.de +@@||g.doubleclick.net/tag/js/gpt.js$domain=spiegel.de @@||imagesrv.adition.com/banners/1337/files/*.jpg?*.png$image,domain=spiegel.de @@||imagesrv.adition.com/js/adition.js$domain=spiegel.de @@||imagesrv.adition.com/js/srp.js$domain=spiegel.de +@@||pagead2.googlesyndication.com/getconfig/sodar?$xmlhttprequest,domain=spiegel.de @@||spiegel.de^$genericblock,generichide @@||static.adfarm1.adition.com/ci.html$subdocument,domain=spiegel.de -widgets.outbrain.com##.OUTBRAIN[data-src^="http://www.spiegel.de/"] .ob-p -widgets.outbrain.com##div[data-src^="http://m.spiegel.de/"] .ob-p +spiegel.de##a[href^="http://paid.outbrain.com/network/redir?"] +spiegel.de##a[href^="https://paid.outbrain.com/network/redir?"] +spiegel.de##a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] ||2mdn.net^$domain=spiegel.de ||a-ssl.ligatus.com^$domain=spiegel.de ||ad.atdmt.com/i/a.html$domain=spiegel.de @@ -58220,6 +52951,7 @@ widgets.outbrain.com##div[data-src^="http://m.spiegel.de/"] .ob-p ||bidder.criteo.com^$domain=spiegel.de ||cas.criteo.com^$domain=spiegel.de ||conative.de^$domain=spiegel.de +||emsservice.de^$domain=spiegel.de ||g.doubleclick.net^$domain=spiegel.de ||googlesyndication.com/safeframe/$domain=spiegel.de ||googlesyndication.com/sodar/$domain=spiegel.de @@ -58235,7 +52967,6 @@ widgets.outbrain.com##div[data-src^="http://m.spiegel.de/"] .ob-p ||smartadserver.com^$domain=spiegel.de ||smartclip.net/ads?$domain=spiegel.de ||t4ft.de^$domain=spiegel.de -||tarife.spiegel.de/widget.php?wt_mc=1333.extern.rotation.promoflaeche$domain=spiegel.de ||teads.tv^$domain=spiegel.de ||theadex.com^$domain=spiegel.de ||view.atdmt.com/partner/$domain=spiegel.de @@ -58293,14 +53024,12 @@ $popup,third-party,domain=prettyfast.to ||edomz.com/re.php?mid=$popup ||f-picture.net/Misc/JumpClick?$popup ||fashionsaga.com^$popup,domain=putlocker.is -||fidget.twitch.tv^$popup,domain=twitch.tv ||filecrypt.cc/pax/$popup ||filepost.com/default_popup.html$popup ||filmon.com^*&adn=$popup ||findgrid.com^$popup,domain=amaderforum.com ||flashx.tv^$popup,~third-party,domain=flashx.tv ||free-filehost.net/pop/$popup -||free-stream.tv^$popup,domain=flashx.tv ||freean.us^*?ref=$popup ||g00.msn.com^$popup ||gamezadvisor.com/popup.php$popup @@ -58322,19 +53051,17 @@ $popup,third-party,domain=prettyfast.to ||jizz.best^$popup,domain=vivo.sx ||jokertraffic.com^$popup,domain=4fuckr.com ||kalemaro.com^$popup,domain=filatak.com -||kat.lat/*?$popup ||kat.vc/*?$popup ||kat2.biz/*?$popup ||kickass2.biz/*?$popup ||leaderdownload.com^$popup,domain=fiberupload.net -||limbohost.net^$popup,domain=tusfiles.net ||linkbucks.com^*/?*=$popup ||linkshrink.net^*#^$popup,domain=linkshrink.net ||military.com/data/popup/new_education_popunder.htm$popup ||miniurls.co^*?ref=$popup ||multiupload.nl/popunder/$popup ||mydirtyhobby.de^$popup,domain=flashx.tv -||nordvpn.net^$popup,domain=thekat.li +||nordvpn.net^$popup,domain=pirate-bay.net|thekat.li ||nyafilmer.com/*.html$popup ||oddschecker.com/clickout.htm?type=takeover-$popup ||of.downpit.com^$popup @@ -58355,12 +53082,11 @@ $popup,third-party,domain=prettyfast.to ||songspk.cc/pop*.html$popup ||spendcrazy.net^$popup,third-party,domain=animegalaxy.net|animenova.tv|animetoon.tv|animewow.eu|gogoanime.com|goodanime.eu|gooddrama.net|toonget.com ||sponsorselect.com/Common/LandingPage.aspx?eu=$popup -||streamcloud.eu/deliver.php$popup ||streamplay.to/apu$popup ||streamtunerhd.com/signup?$popup,third-party ||taboola.com^$popup,domain=ndtv.com|scoopwhoop.com ||thebestbookies.com^$popup,domain=fırstrowsports.eu -||thekat.li/k/$popup +||thekat.li/*?$popup ||thesource.com/magicshave/$popup ||titanbrowser.com^$popup,domain=amaderforum.com ||tny.cz/red/first.php$popup @@ -58369,9 +53095,7 @@ $popup,third-party,domain=prettyfast.to ||torrentz.*/wgmpop/$popup ||torrentz.eu/p/$popup ||torrentz.eu/search*=$popup,~third-party -||tozer.youwatch.org^$popup ||tracker1.richcasino.com^$popup -||trans.youwatch.org^$popup ||tripadvisor.*/rulebasedpopunder?$popup ||tripadvisor.*/SimilarHotelsPopunder?$popup ||uploadrocket.net^$popup,~third-party @@ -58397,14 +53121,14 @@ $popup,third-party,domain=prettyfast.to ! wyciwyg popups wyciwyg:$popup,domain=jkanime.net ! img popups -/^https?:\/\/(.*)\.(gif|jpg|png|ico)/$popup,domain=1360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9rendezvous-l.com|absolutetechnology.ru|achmatim.net|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.com|animetrick.com|aponu.org|avimobilemovies.co|berkahherbal.com|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|butsport.com|c-4fambt.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cvalfabeta.com|czarsportzauto.com|dashbo15myapp.com|dealzat.com|designarsitektur.com|downloadgamexbox.com|drestha.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|indietech.my.id|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|kora-online.tv|latribunaonline.com|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|maghribtech.com|megafilmes.org|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|movizland.online|mp3fusion.net|musicdl.org|musicfocus.net|naijagospelnews.info|naijajobnews.com|naijatechdeals.com|needrombd.com|newjobsinfo.in|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|onlycoolmusic.net|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|phenomenologicalpsychology.com|podslushano-goroda.ru|prettyfast.to|pro100full.ru|pushedwebnews.com|putlocker.to|putlockertv.to|q1-tdsge.com|q15homgeneral.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|surestakes.com|swatchseries.to|taiphanmemmienphi.com|taisachhay.com|techrecur.com|tokusatsuindo.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|v96-surf.com|vidcloud9.com|vidoevo.com|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchmovieonline.com|watchonlinemovies.net|watchserieshd.tv|waudeesestew.com|wikiwiring.com|winnzo.com|worlds-in-arabic.net|wotcheatmods.com|xxxfun.online|yamatele.tv|ymovies.to|ytd-downloader.com|zeitschriftpdf.com +/^https?:\/\/(.*)\.(gif|jpg|png|ico|html\?)/$popup,domain=1360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9anime.to|9rendezvous-l.com|absolutetechnology.ru|achmatim.net|ajournaledlife.us|all4music.ovh|andomp3.com|androblanco.com|androidyes.com|animetak.net|animetrick.com|aponu.org|avimobilemovies.co|berkahherbal.com|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bluromstockoficial.com|books4arab.com|butsport.com|c-4fambt.com|canonprintersdrivers.com|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clipconverter.cc|clipwatching.com|cloudvideo.tv|cvalfabeta.com|czarsportzauto.com|dashbo15myapp.com|dealzat.com|designarsitektur.com|downloadgamexbox.com|drestha.com|dvb-p.com|ebooksz.net|escolhasegura.com|filme-bune.biz|flashx.pw|fp-news.com|freetv.gq|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|glawheejoushpush.com|gnula.se|go-student.net|gomoviess.net|gotwatch.net|h-98reale.com|hackiee.mobi|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|indietech.my.id|iptvlinkshare.com|j69i-browser.com|join4films.com|kat.lat|keratosispilaris101.com|kevindjakporblog.com|klubesocial.com|kora-online.tv|latribunaonline.com|lawavedesign.com|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|maghribtech.com|mcloud.to|megafilmes.org|mixdrop.co|mixdrop.to|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|movies2k.pro|movizland.online|musicdl.org|musicfocus.net|naijagospelnews.info|naijatechdeals.com|needrombd.com|newmusicalbum.host|obourguide.com|ogario.ovh|ojimail.ru|on4top.com|onlycoolmusic.net|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|pelisstar.com|phenomenologicalpsychology.com|playto-vid.com|podslushano-goroda.ru|powvideo.net|prettyfast.to|pro100full.ru|prostream.to|pushedwebnews.com|putlocker.to|putlockertv.to|q1-tdsge.com|q15homgeneral.com|r2sa.net|rapidotorrents.net|romstorage.com|safetricks.org|seriesonlinex.org|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|stickerdeals.net|streamplay.to|surestakes.com|swatchseries.to|taiphanmemmienphi.com|taisachhay.com|techrecur.com|thefmovies.me|tokusatsuindo.com|topeuropix.com|tricksmasters.com|tv-direct.net|tvbd.live|tvnachat.net|ukmagazinesfree.com|upload-files.cc|upstream.to|v96-surf.com|vidcloud9.com|videobin.co|viditodo.com|vidlox.me|vidoevo.com|vidtedo.com|vidtoply.com|vidtudu.com|viralitytoday.com|vshare.eu|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchonlinemovies.net|watchserieshd.tv|waudeesestew.com|wikiwiring.com|winnzo.com|worlds-in-arabic.net|wotcheatmods.com|xxxfun.online|yamatele.tv|yesmovieshub.com|ymovies.to|zeitschriftpdf.com ! about:blank popups -/about:blank.*/$popup,domain=fmovies.to|mixdrop.co|putlocker.style|seriestreaminglist.com|thefmovies.me|topeuropix.com|tvporn.cc|uptostream.com|upvid.live|vev.io|vevo.io|vidcloud.co|videowood.tv|vortez.net|ymovies.to +/about:blank.*/$popup,domain=9anime.to|cloudvideo.tv|fmovies.to|katcr.co|mcloud.to|mixdrop.co|mixdrop.to|onlystream.tv|powvideo.net|prostream.to|putlocker.style|seriestreaminglist.com|spcdn.cc|streamp1ay.me|streamplay.to|thefmovies.me|topeuropix.com|torrent.tm|tvporn.cc|upstream.to|uptostream.com|upvid.live|vev.io|vevo.io|vidcloud.co|videobin.co|videowood.tv|viditodo.com|vidtudu.com|vidup.io|vortez.net|vshare.eu|ymovies.to ! -/^https?:\/\/.*\.(info|pro|icu|app|xyz|app|pet|win|live|me|io|cc|pw|is|zone|bid|cf|ovh|site|review|ml|xyz)\.*/$popup,domain=kimcartoon.to|thepiratebay.org +/^https?:\/\/.*\.(info|pro|icu|app|xyz|app|pet|win|live|me|io|cc|pw|is|zone|bid|cf|ovh|site|review|ml|xyz)\.*/$popup,domain=9anime.to|cloudvideo.tv|fmovies.to|idup.io|katcr.co|kimcartoon.to|mcloud.to|mixdrop.co|mixdrop.to|onlystream.tv|powvideo.net|prostream.to|putlocker.style|seriestreaminglist.com|streamp1ay.me|streamplay.to|thepiratebay.org|topeuropix.com|torrent.tm|tvporn.cc|uptostream.com|upvid.live|vev.io|vevo.io|vidcloud.co|videobin.co|videowood.tv|viditodo.com|vidtudu.com|vortez.net|vshare.eu|ymovies.to ! semi-generic popup block -/^http*.:\/\/.*[a-zA-Z0-9]{110,}.*/$popup,domain=0123movies.com|1337x.to|19anime.vip|akvideo.stream|allmyvideos.net|animeflv.net|avgle.com|clipconverter.cc|cruzing.xyz|dropapk.com|emule-island.co|escdn.co|extreme-board.com|fileone.tv|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|gelbooru.com|gogoanime.io|grammarist.com|hdvid.tv|imagebam.com|imagefruit.com|imagerar.com|imgadult.com|imgbox.com|imgdrive.net|imgshots.com|imgspice.com|imgtaxi.com|imgwallet.com|jkanime.net|m4ufree.tv|megaup.net|mixdrop.co|monova.org|movie4k.is|mp3indirdur.mobi|mp4upload.com|mywebtv.info|newser.com|onlinevideoconverter.com|onvid.xyz|piratebayblocked.com|pirateproxy.sh|playercdn.net|pornparadise.org|powvideo.net|putlockers.fm|putlockertv.to|rarbgproxy.org|rarbgunblock.org|readcomiconline.to|repelis.net|seehd.pl|sendvid.com|sexuria.com|solarmoviesc.com|sportp2p.com|stream2watch.org|streamplay.to|swatchseries.to|thepiratebay.org|thevideo.ch|torrentz.to|unblocker.cc|userscloud.com|vidlox.me|vidoza.net|vidzi.tv|watchonlinemovies.com.pk|youwatch.org -/^https?:\/\/.*[&|%|+|=].*/$popup,domain=0123movies.com|1337x.to|1360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9anime.vip|9rendezvous-l.com|absolutetechnology.ru|ahoypirate.in|ajournaledlife.us|akvideo.stream|all4music.ovh|allmyvideos.net|ancensored.com|ancient-origins.net|andomp3.com|androblanco.com|androidyes.com|animeflv.net|animetak.com|animetrick.com|anitube.cz|aniwatcher.com|aponu.org|avgle.com|avimobilemovies.co|bayception.pw|bayfiles.com|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bit-url.com|bittorrent.am|bluromstockoficial.com|books4arab.com|c123movies.com|canonprintersdrivers.com|cdnx.stream|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clicknupload.org|clipconverter.cc|clipwatching.com|cloudvideo.tv|cruzing.xyz|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dospelis.com|downace.com|downloadpirate.com|drestha.com|dropapk.com|dvb-p.com|ebooksz.net|egoallstars.com|emule-island.co|escdn.co|escolhasegura.com|extreme-board.com|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|fileone.tv|filme-bune.biz|filmlinks4u.is|flash-x.tv|flashsx.tv|flashx.cc|flashx.co|flashx.me|flashx.pw|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flvto.biz|fmovies.taxi|fmovies.to|fmovies.world|fmovieson.com|fp-news.com|freetv.gq|fullmatchesandshows.com|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|gelbooru.com|getlink.pro|glawheejoushpush.com|gnula.se|go-student.net|gogoanime.io|gomoviess.net|gostreams.net|gotwatch.net|grammarist.com|h-98reale.com|hackiee.mobi|hdvid.tv|healthline.com|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|imagebam.com|imagefruit.com|imagerar.com|imgadult.com|imgbox.com|imgdew.pw|imgdrive.net|imgmaze.pw|imgshots.com|imgspice.com|imgtaxi.com|imgtown.pw|imgview.pw|imgwallet.com|indishare.org|indoxxi.tv|intoupload.net|iptvlinkshare.com|j69i-browser.com|jkanime.net|join4films.com|keratosispilaris101.com|kevindjakporblog.com|kimcartoon.to|kissanime.ru|kissasian.ch|kissasian.sh|kisscartoon.ac|klubesocial.com|kora-online.tv|latestsocial.com|latribunaonline.com|lawavedesign.com|limetorrents.info|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|m4ufree.com|m4ufree.tv|maghribtech.com|megafilmes.org|megaup.net|mixdrop.co|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|monova.org|monova.to|movie4k.is|movies2k.pro|moviesweb.info|moviewatcher.is|mp3fusion.net|mp3indirdur.mobi|mp4upload.com|mstream.cloud|musicdl.org|musicfocus.net|myfile.is|myreadingmanga.info|mywebtv.info|naijagospelnews.info|naijajobnews.com|naijatechdeals.com|narutoget.io|needrombd.com|newjobsinfo.in|newmusicalbum.host|newser.com|noobnoob.rocks|nosteamgames.ro|nowvideo.club|nutritioninsight.com|obourguide.com|ogario.ovh|ojimail.ru|olympicstreams.me|on4top.com|onlinevideoconverter.com|onvid.xyz|openloadmovies.bz|ourl.io|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|peggo.tv|pelisstar.com|phenomenologicalpsychology.com|piratebay.tel|piratebay.town|piratebayblocked.com|pirateiro.com|pirateproxy.sh|play4vid.com|playercdn.net|podslushano-goroda.ru|pornparadise.org|powvideo.net|pro100full.ru|prox4you.xyz|proxyindia.net|pushedwebnews.com|putlocker.fyi|putlocker.ninja|putlocker.style|putlockers.fm|putlockers.mn|putlockers.movie|putlockertv.to|q1-tdsge.com|q15homgeneral.com|queenfaucet.website|r2sa.net|rapidotorrents.net|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgunblock.org|readcomiconline.to|repelis.net|romstorage.com|rule34hentai.net|safetricks.org|seedpeer.me|seehd.pl|sendit.cloud|sendspace.com|sendvid.com|series9.to|seriesonlinex.org|sexuria.com|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|solarmoviesc.com|sportp2p.com|stickerdeals.net|stream2watch.org|stream2watch.ws|streamplay.to|superbay.link|surestakes.com|swatchseries.to|taiphanmemmienphi.com|taisachhay.com|techrecur.com|telepisodes.co|thefmovies.me|thepiratebay.kiwi|thepiratebay.org|thepiratebay10.org|tokusatsuindo.com|topeuropix.net|torlock.com|torrentdownloads.me|torrentfunk2.com|torrentz.to|torrentz2.eu|tricksmasters.com|tubidy.io|tv-direct.net|tvbd.live|tvnachat.net|uiz.io|ukmagazinesfree.com|ukpirate.org|unblockall.org|unblocked.is|unblocked.lol|unblocked.si|unblocker.cc|unblocktheship.org|up-load.io|upload-files.cc|upload.ac|uploadproper.com|uploadproper.net|uptobox.com|userscloud.com|ustreamix.com|v96-surf.com|vev.io|vidbull.tv|vidlox.me|vidoevo.com|vidotodo.com|vidoza.co|vidoza.net|vidtomp3.com|vidtoro.com|vidup.io|vidzi.tv|vipbox.live|vipleague.pw|vipstand.se|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchmovieonline.com|watchonlinemovies.com.pk|waudeesestew.com|wikiwiring.com|winnzo.com|wotcheatmods.com|xxxfun.online|y2mate.com|yify-movies.net|ymovies.to|yourbittorrent2.com|youwatch.org|youzik.com|ytd-downloader.com|zeitschriftpdf.com|zippyshare.com +/^http*.:\/\/.*[a-zA-Z0-9]{110,}.*/$popup,domain=0123movies.com|1337x.to|19anime.vip|9anime.to|akvideo.stream|allmyvideos.net|animeflv.net|avgle.com|clipconverter.cc|cloudvideo.tv|cruzing.xyz|dropapk.com|emule-island.co|escdn.co|extreme-board.com|fileone.tv|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|gelbooru.com|gogoanime.io|grammarist.com|hdvid.tv|imagebam.com|imagefruit.com|imagerar.com|imgadult.com|imgbox.com|imgdrive.net|imgshots.com|imgspice.com|imgtaxi.com|imgwallet.com|jkanime.net|katcr.co|m4ufree.tv|mcloud.to|megaup.net|mixdrop.co|mixdrop.to|monova.org|movie4k.is|mp3indirdur.mobi|mp4upload.com|mywebtv.info|newser.com|onlinevideoconverter.com|onlystream.tv|onvid.xyz|piratebayblocked.com|pirateproxy.sh|playercdn.net|pornparadise.org|powvideo.net|prostream.to|putlockers.fm|putlockertv.to|rarbgproxy.org|rarbgunblock.org|rarbgway.org|readcomiconline.to|repelis.net|seehd.pl|sendvid.com|sexuria.com|solarmoviesc.com|sportp2p.com|stream2watch.org|streamplay.to|swatchseries.to|thepiratebay.org|thevideo.ch|torrentz.to|unblocker.cc|upstream.to|userscloud.com|vidlox.me|vidoza.net|vidtudu.com|vidup.io|vidzi.tv|watchonlinemovies.com.pk|youwatch.org +/^https?:\/\/.*[&|%|+|=].*/$popup,domain=0123movies.com|1337x.to|1360nobs.com|3shktv.com|68dare-t.com|8gharb.com|9anime.to|9anime.vip|9rendezvous-l.com|absolutetechnology.ru|ahoypirate.in|ajournaledlife.us|akvideo.stream|all4music.ovh|allmyvideos.net|ancensored.com|ancient-origins.net|andomp3.com|androblanco.com|androidyes.com|animeflv.net|animetak.net|animetrick.com|anitube.cz|aniwatcher.com|aponu.org|avgle.com|avimobilemovies.co|bayception.pw|bayfiles.com|bestfullmoviesinhd.org|bestfunnypic.com|bestgist.com.ng|biobses.com|bit-url.com|bittorrent.am|bluromstockoficial.com|books4arab.com|c123movies.com|canonprintersdrivers.com|cdnx.stream|channel1vids.com|cimaclub.org|cinemaghar.com|cinemamkv.net|clicknupload.org|clipconverter.cc|clipwatching.com|cloudvideo.tv|cruzing.xyz|cvalfabeta.com|dashbo15myapp.com|dealzat.com|dospelis.com|downace.com|downloadpirate.com|drestha.com|dropapk.com|dvb-p.com|ebooksz.net|egoallstars.com|emule-island.co|escdn.co|escolhasegura.com|extreme-board.com|eztv.io|eztv.tf|eztv.yt|ffmovies.ru|fileone.tv|filme-bune.biz|filmlinks4u.is|flash-x.tv|flashsx.tv|flashx.cc|flashx.co|flashx.me|flashx.pw|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|flvto.biz|fmovies.taxi|fmovies.to|fmovies.world|fmovieson.com|fp-news.com|freetv.gq|fullmatchesandshows.com|gaempire1.com|gambarupdate.com|gamez1a.com|gamezup.com|gelbooru.com|getlink.pro|glawheejoushpush.com|gnula.se|go-student.net|gogoanime.io|gomoviess.net|gostreams.net|gotwatch.net|grammarist.com|h-98reale.com|hackiee.mobi|hdvid.tv|healthline.com|hereishealth.com|hotshotgamers.net|igg-games.co|ilmutekniksipil.com|image-bugs.com|imagebam.com|imagefruit.com|imagerar.com|imgadult.com|imgbox.com|imgdew.pw|imgdrive.net|imgmaze.pw|imgshots.com|imgspice.com|imgtaxi.com|imgtown.pw|imgview.pw|imgwallet.com|indishare.org|indoxxi.tv|intoupload.net|iptvlinkshare.com|j69i-browser.com|jkanime.net|join4films.com|keratosispilaris101.com|kevindjakporblog.com|kimcartoon.to|kissanime.ru|kissasian.ch|kissasian.sh|kisscartoon.ac|klubesocial.com|kora-online.tv|latestsocial.com|latribunaonline.com|lawavedesign.com|limetorrents.info|linkotes.com|livrefilmeshd.net|load2u.com|lookbeauty.ir|m4ufree.com|m4ufree.tv|maghribtech.com|mcloud.to|megafilmes.org|megaup.net|mixdrop.co|mixdrop.to|mmsubtitles.co|mobdropro.com|mobile5shop.com|mobilemovies.info|mobilephonedir.com|monova.org|monova.to|movie4k.is|movies2k.pro|moviesweb.info|moviewatcher.is|mp3indirdur.mobi|mp4upload.com|mstream.cloud|musicdl.org|musicfocus.net|myfile.is|myreadingmanga.info|mywebtv.info|naijagospelnews.info|naijatechdeals.com|narutoget.io|needrombd.com|newmusicalbum.host|newser.com|noobnoob.rocks|nosteamgames.ro|nowvideo.club|nutritioninsight.com|obourguide.com|ogario.ovh|ojimail.ru|olympicstreams.me|on4top.com|onlinevideoconverter.com|onlystream.tv|onvid.xyz|openloadmovies.bz|ourl.io|overdoseofprose.com|paidshitforfree.com|paifemouchoa.com|panduansaya.com|peggo.tv|pelisstar.com|phenomenologicalpsychology.com|piratebay.tel|piratebay.town|piratebayblocked.com|pirateiro.com|pirateproxy.sh|play4vid.com|playercdn.net|podslushano-goroda.ru|pornparadise.org|powvideo.net|pro100full.ru|prostream.to|prox4you.xyz|proxyindia.net|pushedwebnews.com|putlocker.fyi|putlocker.ninja|putlocker.style|putlockers.fm|putlockers.mn|putlockers.movie|putlockertv.to|q1-tdsge.com|q15homgeneral.com|queenfaucet.website|r2sa.net|rapidotorrents.net|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgunblock.org|rarbgway.org|readcomiconline.to|repelis.net|romstorage.com|rule34hentai.net|safetricks.org|seedpeer.me|seehd.pl|sendit.cloud|sendspace.com|sendvid.com|series9.to|seriesonlinex.org|sexuria.com|sharemania.us|shuglaursech.com|shugraithou.com|skynetdownloads.net|socialvone.com|solarmoviesc.com|sportp2p.com|stickerdeals.net|stream2watch.org|stream2watch.ws|streamplay.to|superbay.link|surestakes.com|taiphanmemmienphi.com|taisachhay.com|techrecur.com|telepisodes.co|thefmovies.me|thepiratebay.kiwi|thepiratebay.org|thepiratebay10.org|tokusatsuindo.com|topeuropix.net|torlock.com|torrent.tm|torrentdownloads.me|torrentfunk2.com|torrentz.to|torrentz2.eu|tricksmasters.com|tubidy.io|tv-direct.net|tvbd.live|tvnachat.net|uiz.io|ukmagazinesfree.com|ukpirate.org|unblockall.org|unblocked.is|unblocked.lol|unblocked.si|unblocker.cc|unblocktheship.org|up-load.io|upload-files.cc|upload.ac|uploadproper.com|uploadproper.net|upstream.to|uptobox.com|userscloud.com|ustreamix.com|v96-surf.com|vev.io|vidbull.tv|vidlox.me|vidoevo.com|vidotodo.com|vidoza.co|vidoza.net|vidtomp3.com|vidtoro.com|vidup.io|vidzi.tv|vipbox.live|vipleague.pw|vipstand.se|viralitytoday.com|washingmachineinside.com|watchcima.com|watchlivecricket.in|watchonlinemovies.com.pk|waudeesestew.com|wikiwiring.com|winnzo.com|wotcheatmods.com|xxxfun.online|y2mate.com|yify-movies.net|ymovies.to|yourbittorrent2.com|youwatch.org|youzik.com|zeitschriftpdf.com|zippyshare.com ! data popups |data^$popup,domain=1337x.to|cimaclub.org|tvbd.live|zippyshare.com ! image popups @@ -58412,41 +53136,41 @@ wyciwyg:$popup,domain=jkanime.net ! javascript popups |javascript^$popup,domain=1337x.to|biology-online.org|eztv.tf|eztv.yt|flashx.tv ! regex to pickup ip-address popups -/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$popup,domain=0dt.net|123movies.net|adyou.me|ahoypirate.in|akvideo.stream|bayception.pw|biqle.ru|bittorrent.am|bonstreams.net|briansarmiento.website|bro.adca.st|buzzfil.net|clicknupload.org|clik.pw|cruzing.xyz|ddlvalley.me|dropapk.com|fileone.tv|firstrowsports.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|gelbooru.com|gounlimited.to|hdvid.tv|icefilms.info|igg-games.com|itdmusic.com|janjua.pw|janjua.tv|jkanime.net|kimcartoon.to|kinox.to|kissanime.ru|m4ufree.com|m4ufree.tv|megaup.net|mirror.superproxy.biz|monova.org|monova.to|mp4upload.com|myfeed4u.me|mypirate.cc|noobnoob.rocks|onvid.xyz|opensubtitles.org|ourl.io|pelispedia.tv|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.sh|project-free-tv.ag|proxyfrom.asia|proxyindia.net|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|sawlive.tv|stream2watch.cc|streamfilmzzz.com|streamzzz.online|strikeout.co|subtorrents.io|sunmusiq.com|superbay.link|superproxy.biz|telepisodes.co|thehiddenbay.com|thepiratebay.cr|thepiratebay.kiwi|thepiratebay.vip|thepixstate.com|thevideobee.to|toros.co|torrentz2.eu|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblocked.mx|unblocked.sh|unblocked.vet|unblocker.cc|unblockpirate.uk|unblocktheship.org|uploadproper.com|uptobox.com|veehd.com|vidlox.me|vidtodo.me|vidup.me|vidup.tv|vidzi.tv|watchonlinemovies.com.pk|webfirstrow.eu|yts.gs|zooqle.com +/^https?:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$popup,domain=0dt.net|123movies.net|adyou.me|ahoypirate.in|akvideo.stream|bayception.pw|biqle.ru|bittorrent.am|bonstreams.net|briansarmiento.website|bro.adca.st|buzzfil.net|clicknupload.org|clik.pw|cruzing.xyz|ddlvalley.me|dropapk.com|fileone.tv|firstrowsports.eu|flash-x.tv|flashsx.tv|flashx.co|flashx.me|flashx.run|flashx.sx|flashx.to|flashx.tv|flashx.ws|flashx1.tv|gelbooru.com|gounlimited.to|hdvid.tv|icefilms.info|igg-games.com|itdmusic.com|janjua.pw|janjua.tv|jkanime.net|katcr.co|kimcartoon.to|kinox.to|kissanime.ru|m4ufree.com|m4ufree.tv|megaup.net|mirror.superproxy.biz|monova.org|monova.to|mp4upload.com|myfeed4u.me|mypirate.cc|noobnoob.rocks|onvid.xyz|opensubtitles.org|ourl.io|pelispedia.tv|piratebay.tel|piratebay.town|piratebay1.top|piratebayblocked.com|pirateproxy.ch|pirateproxy.live|pirateproxy.sh|project-free-tv.ag|proxyfrom.asia|proxyindia.net|rarbg.to|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirror.xyz|rarbgmirrored.org|rarbgproxy.org|rarbgprx.org|rarbgway.org|sawlive.tv|stream2watch.cc|streamfilmzzz.com|streamzzz.online|strikeout.co|subtorrents.io|sunmusiq.com|superbay.link|superproxy.biz|telepisodes.co|thehiddenbay.com|thepiratebay.kiwi|thepiratebay.vip|thepixstate.com|thevideobee.to|toros.co|torrent.tm|torrentz2.eu|tpb.hid.li|tpb6.ukpass.co|tpbproxyone.org|unblocked.mx|unblocked.sh|unblocked.vet|unblocker.cc|unblockpirate.uk|unblocktheship.org|uploadproper.com|uptobox.com|veehd.com|vidlox.me|vidtodo.me|vidup.me|vidup.tv|vidzi.tv|watchonlinemovies.com.pk|webfirstrow.eu|yts.gs|zooqle.com ! *** easylist:easylist_adult/adult_specific_block.txt *** -.download^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.info^$script,domain=www.pornhub.com -.online./$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.online^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.pw^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.science^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.site^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.space^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.trade^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.website^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.win./$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com -.win^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.download^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.info^$script,domain=www.pornhub.com|www.pornhubthbh7ap3u.onion +.online./$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.online^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.pw^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.science^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.site^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.space^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.trade^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.website^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.win./$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +.win^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com /\/[0-9].*\-.*\-[a-z0-9]{4}/$script,xmlhttprequest,domain=gaytube.com|keezmovies.com|spankwire.com|tube8.com|tube8.es|tube8.fr /^https?:\/\/.*\/.*[0-9a-z]{7,16}\.js/$script,domain=boobieblog.com|phun.org -/^https?:\/\/.*\/[a-z0-9A-Z]{1,5}\/.*\.php/$image,script,subdocument,domain=3movs.com|4tube.com|alotporn.com|alrincon.com|anysex.com|bigvideo.net|bobs-tube.com|dreamamateurs.com|dump.xxx|efukt.com|eroxia.com|extremetube.com|fantasti.cc|fap18.net|fuck55.net|gfsvideos.com|gottanut.com|hdpornpictures.net|home-made-videos.com|hotpornfile.org|imgadult.com|imgdrive.net|imgtaxi.com|imgtown.net|imgwallet.com|keezmovies.com|letmejerk.com|mofosex.com|monsoonx.top|mypornstarbook.net|myvidster.com|nuvid.com|orsm.net|porndoe.com|pornoreino.com|pornozot.com|pornsexer.com|pussyspace.com|sexu.tv|shameless.com|spankwire.com|thenipslip.com|tryboobs.com|wiz69.com|xcafe.com|xnxx-sexfilme.com -/http://[a-zA-Z0-9]+\.[a-z]+\/.*(?:[!"#$%&'()*+,:;<=>?@/\^_`{|}~-]).*[a-zA-Z0-9]+/$script,third-party,domain=keezmovies.com|redtube.com|tube8.com|tube8.es|tube8.fr|www.pornhub.com|youporn.com -/json^$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +/^https?:\/\/.*\/[a-z0-9A-Z]{3,15}\.(php|jsx|1ph)/$image,script,subdocument,domain=3movs.com|4tube.com|alotporn.com|alrincon.com|anysex.com|aphroditeporntube.com|bigvideo.net|bobs-tube.com|cockmeter.com|dreamamateurs.com|dump.xxx|efukt.com|eroxia.com|extremetube.com|fantasti.cc|fap18.net|fuck55.net|gfsvideos.com|gottanut.com|hdpornpictures.net|home-made-videos.com|hotpornfile.org|imgadult.com|imgdrive.net|imgtaxi.com|imgtown.net|imgwallet.com|keezmovies.com|letmejerk.com|mofosex.com|monsoonx.top|mypornstarbook.net|myvidster.com|nuvid.com|orsm.net|porndaa.com|porndoe.com|pornoreino.com|pornozot.com|pornsexer.com|pussyspace.com|sexu.tv|shameless.com|spankwire.com|thenipslip.com|tryboobs.com|wiz69.com|xcafe.com|xnxx-sexfilme.com +/http://[a-zA-Z0-9]+\.[a-z]+\/.*(?:[!"#$%&'()*+,:;<=>?@/\^_`{|}~-]).*[a-zA-Z0-9]+/$script,third-party,domain=keezmovies.com|redtube.com|tube8.com|tube8.es|tube8.fr|www.pornhub.com|www.pornhubthbh7ap3u.onion|youporn.com +/json^$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com |blob:$script,domain=xhamster.com|youporn.com |http:$third-party,xmlhttprequest,domain=camwhores.tv -|http://$image,media,script,third-party,domain=~feedback.pornhub.com|pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -|http://$image,script,third-party,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -|http://$image,xmlhttprequest,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -|http://$object,domain=pornhub.com|redtube.com|youporn.com +|http://$image,media,script,third-party,domain=~feedback.pornhub.com|~feedback.pornhubthbh7ap3u.onion|pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +|http://$image,script,third-party,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +|http://$image,xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +|http://$object,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|youporn.com |http://$object,third-party,domain=redtube.com|youporn.com |http://$script,third-party,domain=have69.net|pornhub-com.appspot.com|t-51.com|watchxxxfree.xyz|xxxstreams.eu |http://$third-party,xmlhttprequest,domain=ceporn.net |http://$xmlhttprequest,domain=pornbeu.com|watchjavonline.com -|https://$image,media,script,third-party,domain=~feedback.pornhub.com|pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +|https://$image,media,script,third-party,domain=~feedback.pornhub.com|~feedback.pornhubthbh7ap3u.onion|pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com |https://$image,xmlhttprequest,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -|https://$object,domain=pornhub.com|redtube.com|youporn.com -|https://$script,third-party,domain=have69.net|t-51.com|watchxxxfree.xyz|xxxstreams.eu +|https://$object,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|youporn.com +|https://$script,third-party,domain=ceporn.net|have69.net|t-51.com|watchxxxfree.xyz|xxxstreams.eu |https://$third-party,xmlhttprequest,domain=ceporn.net -|ws://$other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com +|ws://$other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com ||109.201.146.142^$domain=xxxbunker.com ||18tubehd.com/18tube.js ||22pixx.xyz^$script @@ -58470,7 +53194,7 @@ wyciwyg:$popup,domain=jkanime.net ||78.140.130.91^$script,domain=xcafe.com ||a.eporner.com^ ||a.heavy-r.com^ -||a2.hotpornfile.org^ +||a3.hotpornfile.org^ ||absoluporn.com/code/pub/ ||ad.eporner.com^ ||ad.thisav.com^ @@ -58482,6 +53206,7 @@ wyciwyg:$popup,domain=jkanime.net ||adultfyi.com/images/banners/ ||adultwork.com/images/AWBanners/ ||affiliates.goodvibes.com^ +||allporncomic.com^*=$script ||alotporn.com/media/banners/ ||alotporn.com^*/js/oopopw.js ||amadorastube.com^*/banner_ @@ -58539,7 +53264,6 @@ wyciwyg:$popup,domain=jkanime.net ||biguz.net/js/nsfw.js ||blackredtube.com/fadebox2.js ||bnnr.pornpics.com^ -||bob.crazyshit.com^ ||bonbonme.com/js/cams.js ||bonbonme.com/js/dticash/ ||bonbonme.com/js/rightbanner.js @@ -58564,7 +53288,6 @@ wyciwyg:$popup,domain=jkanime.net ||brcache.madthumbs.com^ ||bunnylust.com/sponsors/ ||cameltoe.com^*/banners/ -||cams.pornrabbit.com^ ||camvideos.tv/tpd. ||camvideos.tv^$subdocument ||camwhores.tv/banners/ @@ -58662,6 +53385,7 @@ wyciwyg:$popup,domain=jkanime.net ||fapality.com/contents/content_sources/ ||fapdick.com/uploads/1fap_ ||fapdick.com/uploads/fap_ +||fappenist.com/fojytyzzkm.php ||fapxl.com/view/spot/ ||fastpic.ru/js_f2.jpg ||fastpic.ru/js_h2.jpg @@ -58679,6 +53403,7 @@ wyciwyg:$popup,domain=jkanime.net ||floppy-tits.com/iframes/ ||fooktube.com/badges/pr/ ||free-celebrity-tube.com/js/freeceleb.js +||free-porn-teen.com/blocked/ ||freebunker.com/includes/js/cat.js ||freebunker.com^*/ex.js ||freebunker.com^*/exa.js @@ -58793,6 +53518,8 @@ wyciwyg:$popup,domain=jkanime.net ||hotmovs.com/*.php?*=$script ||hotmovs.com/js/ ||hotmovs.com/ps/ +||hotpornfile.org^*/ban/ +||hotpornfile.org^*/pixel.js ||hotscopes.net/xhab.js ||hotshame.com/hotshame_html/ ||hotshame.com/iframes/ @@ -58834,15 +53561,16 @@ wyciwyg:$popup,domain=jkanime.net ||imgbox.com/images/tpd.png ||imgflare.com/exo.html ||imgflare.com^*/splash.php -||imghost.us.to/xxx/content/system/js/iframe.html ||imgwet.com/aa/ ||imperia-of-hentai.net/banner/ ||indexxx.com^*/banners/ ||inhumanity.com/cdn/affiliates/ +||instawank.com/js/videos.php ||int.anon-ib.co/img2/$image ||intporn.com^*/21s.js ||intporn.com^*/asma.js ||intporn.org/scripts/asma.js +||ipornxxx.net/banners/ ||iseekgirls.com/g/pandoracash/ ||iseekgirls.com/js/fabulous.js ||iseekgirls.com/rotating_ @@ -58857,6 +53585,7 @@ wyciwyg:$popup,domain=jkanime.net ||javtitan.com/p.js ||jdforum.net^*/banner- ||jjvids.com/i/ +||js.hdzog.com^ ||julesjordanvideo.com/flash/$object ||justporno.tv/ad/ ||kaotic.com^*/popnew.js @@ -58974,7 +53703,7 @@ wyciwyg:$popup,domain=jkanime.net ||perfectgirls.net/exo/ ||phncdn.com/cb/youpornwebfront/css/babes.css$domain=youporn.com ||phncdn.com/cb/youpornwebfront/css/skin.css$domain=youporn.com -||phncdn.com/css/campaign.css?$domain=pornhub.com +||phncdn.com/css/campaign.css?$domain=pornhub.com|pornhubthbh7ap3u.onion ||phncdn.com/iframe ||phncdn.com/images/*_skin. ||phncdn.com/images/*_skin_ @@ -59028,8 +53757,6 @@ wyciwyg:$popup,domain=jkanime.net ||porn.com/737cdn189/$image ||porn.com/assets/partner_ ||porn.com/js/pu.js -||porn.com^$subdocument,~third-party -||porn.com^*?$image,xmlhttprequest ||porn4down.com^*/ryuvuong.gif ||porn5.com^$subdocument,~third-party ||porn555.com/ps/ @@ -59155,6 +53882,7 @@ wyciwyg:$popup,domain=jkanime.net ||russiasexygirls.com/wp-content/uploads/*/727x90 ||russiasexygirls.com/wp-content/uploads/*/cb_ ||s.xvideos.com^$subdocument +||s1.anybunny.tv^ ||s3.amazonaws.com^$domain=gaybeeg.info ||scorehd.com/banner/ ||scorevideos.com/banner/ @@ -59186,6 +53914,7 @@ wyciwyg:$popup,domain=jkanime.net ||sexvideogif.com/msn.js ||sexvideogif.com/svg.js ||sexvines.co/images/cp +||sexy-youtubers.com/backbackbackr.php ||sexyandfunny.com/images/totem ||sexyandshocking.com/mzpop.js ||sexyclips.org/banners/ @@ -59202,6 +53931,7 @@ wyciwyg:$popup,domain=jkanime.net ||shooshtime.com/images/chosenplugs/ ||shooshtimeinc.com/under.php ||signbucks.com/s/bns/ +||silkengirl.net/backend_loader ||sillusions.ws^*/pr0pop.js ||sillusions.ws^*/vpn-banner.gif ||site.img.4tube.com^ @@ -59213,8 +53943,8 @@ wyciwyg:$popup,domain=jkanime.net ||socaseiras.com.br/arquivos/banners/ ||socaseiras.com.br/banner_ ||socaseiras.com.br/banners.php? -||spankbang.com/api/live/ -||spankbang.com/api/live2/ +||spankbang.com/api/live_ +||spankbang.com/api/livecam_ ||spankbang.com^*/ero_loader. ||sss.xxx/ps/ ||static.flabber.net^*background @@ -59231,10 +53961,10 @@ wyciwyg:$popup,domain=jkanime.net ||taxidrivermovie.com/mrskin_runner/ ||taxidrivermovie.com^$~third-party,xmlhttprequest ||teenpornvideo.xxx/tpv.js -||temptingangels.org/fload.js ||theboys.be/nvrbl/ ||thedoujin.com/*.php| ||thedoujin.com^$domain=gelbooru.com +||thefappening.news/sproject/ ||thefappening.wiki^*/promo- ||thefappening.wiki^*/promo/ ||thefappeningblog.com/icloud9.html @@ -59364,7 +54094,7 @@ wyciwyg:$popup,domain=jkanime.net ! motherless /^https?:\/\/motherless\.com\/[a-z0-9A-Z]{3,}\.[a-z0-9A-Z]{2,}\_/$image,subdocument ! (/sw.js) -/^https?:\/\/.*\/.*sw[0-9(.|_)].*/$script,domain=analdin.com|daftsex.com|extremetube.com|fantasti.cc|fux.com|heavy-r.com|incesto69.com|indianbfvideos.com|keezmovies.com|mofosex.com|mypornstarbook.net|niceporn.xxx|porn555.com|pornerbros.com|pornj.com|pornototale.com|porntube.com|thisav.com|tubepornclassic.com|tubev.sex|txxx.com|vidmo.org|vpornvideos.com|yourdailypornstars.com +/^https?:\/\/.*\/.*sw[0-9(.|_)].*/$script,domain=analdin.com|daftsex.com|extremetube.com|fantasti.cc|fux.com|heavy-r.com|incesto69.com|indianbfvideos.com|keezmovies.com|mofosex.com|mypornstarbook.net|niceporn.xxx|porn555.com|porndaa.com|pornerbros.com|pornj.com|pornototale.com|porntube.com|spankwire.com|thisav.com|tubepornclassic.com|tubev.sex|txxx.com|vidmo.org|vpornvideos.com|youporn.lc|youpornhub.it|yourdailypornstars.com ! pornhive.tv $script,subdocument,third-party,domain=pornhive.tv ! wetplace.com @@ -59389,6 +54119,7 @@ $script,domain=pornhd.com @@||cdnb-static-cf-s.pornhd.com/pornhd/$script,domain=pornhd.com @@||cdnb-static-cf.pornhd.com/pornhd/$script,domain=pornhd.com @@||cdnb-static.pornhd.com/pornhd/$script,domain=pornhd.com +@@||gotprofits.com/contact-us-form/$script,domain=www.pornhd.com ! xozilla.com @@||awemwh.com^$image,domain=xozilla.com @@||cdnjs.cloudflare.com^$script,domain=xozilla.com @@ -59484,7 +54215,7 @@ $script,subdocument,third-party,domain=efukt.com @@||yps.link/users/ava/$image,domain=sxyprn.com |https://$image,script,subdocument,third-party,xmlhttprequest,domain=myporn.club|sxyprn.com ! websocket ads (Adblock Plus beta) -$websocket,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xhamster.com|xtube.com|xvideos.com|youporn.com|youporngay.com +$websocket,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xhamster.com|xtube.com|xvideos.com|youporn.com|youporngay.com ! Perfectgirls |http://$script,domain=perfectgirls.es|perfectgirls.net|perfektdamen.co ! Sexgalaxy @@ -59504,9 +54235,9 @@ $websocket,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube |http://$image,script,third-party,xmlhttprequest,domain=vporn.com |https://$image,script,third-party,xmlhttprequest,domain=vporn.com ! pornomovies.com -@@||pornomovies.com/includes/video-js-5.20.4/video.min.js$script @@||pornomovies.com/templates/pornomovies/js/main.js$script @@||pornomovies.com/templates/pornomovies/js/site.functions.js$script +@@||pornomovies.com/templates/pornomovies/js/videojs.js$script ||pornomovies.com^$script ! sexykittenporn.com @@||sexykittenporn.com/images/sexykittenporn.com/layout/js/jquery-1.10.2.min.js$script @@ -59524,13 +54255,12 @@ $websocket,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube |http://$script,third-party,xmlhttprequest,domain=smutr.com |https://$script,third-party,xmlhttprequest,domain=smutr.com ! *** easylist:easylist_adult/adult_specific_block_popup.txt *** -.com./$popup,domain=pornhub.com +.com./$popup,domain=pornhub.com|pornhubthbh7ap3u.onion ^utm_medium=pops^$popup,domain=ratedporntube.com|sextuberate.com -|http*://*?$popup,third-party,domain=pornhub.com|pornsocket.com|redtube.com|spankwire.com|tube8.com|vidz78.com|xxxkingtube.com|youporn.com|youporngay.com +|http*://*?$popup,third-party,domain=pornhub.com|pornhubthbh7ap3u.onion|pornsocket.com|redtube.com|spankwire.com|tube8.com|vidz78.com|xxxkingtube.com|youporn.com|youporngay.com ||adultvideoz.net/lovex/$popup ||bitchcrawler.com/?$popup ||delivery.porn.com^$popup -||delivery.porn5.com^$popup ||downloadableporn.org/xxx/$popup ||eporner.com/pop.php$popup ||fantasti.cc^*?ad=$popup @@ -59556,7 +54286,7 @@ $websocket,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube ||pornflip.com/away/pop?$popup ||publicagent.com/bigzpup.php$popup ||r18.com/*utm_source$popup -||rackcdn.com^$popup,domain=extremetube.com|pornhub.com|redtube.com|spankwire.com|tube8.com|youporn.com|youporngay.com +||rackcdn.com^$popup,domain=extremetube.com|pornhub.com|pornhubthbh7ap3u.onion|redtube.com|spankwire.com|tube8.com|youporn.com|youporngay.com ||rd.cockhero.info^$popup ||site-rips.org^$popup,domain=backupload.net ||xvideos-free.com/d/$popup @@ -59582,6 +54312,7 @@ hothardware.com###FillerLeftLink hothardware.com###FillerRightLink autotrader.co.nz###Island2_2 autotrader.co.nz###Island_1 +fortune.com###Leaderboard1 freeiconsdownload.com###LeftBanner israelnationalnews.com###LeftInfo wetcanvas.com###LinkSpace @@ -59594,25 +54325,35 @@ awazfm.co.uk###Recomends mail.aol.com###SidePanel daringfireball.net###SidebarMartini imcdb.org###SiteLifeSupport +road.cc###Top-Billboard ndtv.com###_pcwgtlhs campusrn.com,jigzone.com,theoswatch.com###ad clip.dj,timeanddate.com,wordreference.com###ad1 wordreference.com###ad2 exchangerates.org.uk###ad3 +adnetworkdirectory.com###adA fxnetworks.com###adBlock 911jobforums.com,all-nettools.com,britsabroad.com,kiwibiker.co.nz,mpgh.net,mrexcel.com,printroot.com,thriveforums.org,watchuseek.com###ad_global_below_navbar exchangerates.org.uk###ad_hp 1movies.is###add_margin -jokerplayer.net###ads +jokerplayer.net,mutaz.net,pdfiles.com###ads revolvy.com###adsales_info +thehardtimes.net###aht-New-In-Content inoreader.com###article_below_dialog_wrapper +scalemates.com###avph thecarconnection.com###banner-container +webtoolhub.com###banner_704_107 +webtoolhub.com###banner_719_105 steroid.com###banner_div -nj.com###below-toprail +cleveland.com,nj.com###below-toprail infoplease.com###block-ipleaderboardad wordreference.com###botSupp +wakingtimes.com###boxzilla-overlay +gomoviesfree.sc###bread > div streamty.com###close-teaser +scanboat.com###content > .margin-tb-25 lifenews.com###cta +road.cc###custom-dailydeals kanonitv.net###custom_html-7 designtaxi.com###div-center-wrapper designtaxi.com###dt-small-sub-2 @@ -59620,89 +54361,167 @@ designtaxi.com###dt-small-sub-3 eztv.io,eztv.tf,eztv.yt###e40f08c607ae13f7af47fde248d904c6 idlebrain.com###footer wordcounter.net###glya +forum.thaivisa.com###header-friends +downloadsafer.com###homebannerleft cd1025.com###hp-leader designtaxi.com###in-news-link-1 designtaxi.com###in-news-link-2 ceoexpress.com###kalamazooDiv +adnetworkdirectory.com###lAd designtaxi.com###large-screen-notices +wowhead.com###main > .blocks +myjoyonline.com###mjo-article-left_rectangle_mid +bgr.in,thehealthsite.com###mywebsite-container +scalemates.com###rev-lbb +scalemates.com###rev-lbt inoreader.com###sinner_container compleatgolfer.com###slidein washingtonpost.com###slug_leaderboard +electronicshub.org###text-16 +electronicshub.org###text-25 +electronicshub.org###text-34 +electronicshub.org###text-5 wordreference.com###topSupp revolvy.com###top_banner tradingview.com###tv-toasts eplsite.uk###video-section -ibit.to###vpnvpn +pirate-bay.net###vpnModal +btdb.io,ibit.to###vpnvpn +stadiumastro.com##.Ads +ynetnews.com##.ArticleBannerComponenta warriorforum.com##.DiscussionBoard-signature-content coincodex.com##.a-top -motherjones.com,vitalmtb.com,webmd.com##.ad +webkinz.com##.a_d-bg +ncomputers.org##.ab +searchenginejournal.com##.absolute-banner +motherjones.com,movieweb.com,vitalmtb.com,webmd.com##.ad pjmedia.com##.ad-container famously-dead.com,famouslyarrested.com,famouslyscandalous.com,slacker.com##.ad2 +prokerala.com##.adm-unit +nykdaily.com##.adsbygoogle +karger.com##.adv gsmarena.com##.adv-mid +fruitnet.com##.advert +thechive.com##.advertisement lifebuzz.com##.adwrapper +fandom.com##.aff-unit__wrapper +bestprosoft.com##.affiliate_download_imagebutton_container +cryptoslate.com##.amfeix androidcentral.com##.article-leaderboard -rugby365.com##.banner +armageddonexpo.com,blockchair.com,mmorpg.com,rugby365.com##.banner desinode.com,songspk.mobi##.banner-wrapper novinite.com##.banner300x250 mamul.am##.bannerb southfloridagaynews.com##.bannergroup +forum.thaivisa.com##.banners-inside +webkinz.com##.bg-bigbox +webkinz.com##.bg-leaderboard teachingchannel.org##.bg-medium-gray androidpolice.com##.big-sponsor +wakingtimes.com##.boxzilla-center-container +cryptocompare.com##.btn-home-trade globalnews.ca##.c-flyers globalnews.ca##.c-stickyRail yahoo.com##.caas-da yahoo.com##.caas-sidekick-item.item-beacon 101greatgoals.com##.cj_expvpn -kanonitv.net##.code-block-1 -kanonitv.net##.code-block-2 +borncity.com,kanonitv.net##.code-block-1 +borncity.com,kanonitv.net##.code-block-2 +borncity.com##.code-block-3 +borncity.com##.code-block-4 +borncity.com##.code-block-5 +borncity.com##.code-block-6 zdnet.com##.content-leaderboard-bottom zdnet.com##.content-leaderboard-top zdnet.com##.content-mpu-bottom zdnet.com##.content-mpu-middle zdnet.com##.content-mpu-top +insider.com##.coupons-link +dailywire.com##.css-99f077.e1rizci20 yahoo.com##.darla +neowin.net##.deal-sidebar +pirate-bay.net##.description-torr +protipster.com##.desktop-top-banner +protipster.com##.display--skin +ettv.to##.download_liinks_a +nomadlist.com##.dynamic-fill w3techs.com##.feat +techjunkie.com##.fixed-sidebar-fire-tv +protipster.com##.free-bet-wide bluntforcetruth.com,borneobulletin.com.bn,chicagodefender.com,dallasvoice.com,gematsu.com,hotnews.org.za,newsday.co.zw,nondoc.com,one.com.mt,radioinsight.com,theindependent.co.zw,thestandard.co.zw##.g +hltv.org##.geowidget usatoday.com##.gnt_tb usatoday.com##.gnt_tbr usatoday.com##.gnt_x__lbl whistleout.com.au##.has-hover +laptopmag.com##.hawk-review-container pcgamer.com##.hawk-widget +webtoolhub.com##.hdShade +softonic.com##.header-bar +androidcentral.com##.header-top-alert-bar--banner-ufc-247 androidcentral.com##.header-top-alert-bar--link +shouldiremoveit.com##.hotspots-search-results +seedpeer.me##.is-success +seedpeer.me##.is-warning itweb.co.za##.itw-content-zone +beermoneyforum.com##.js-notices +ettv.to##.kr_cr +clinicaltrialsarena.com##.leaderboard +nature.com##.leaderboard-or-billboard-container save.ca##.leaderboardMainWrapper vg247.com##.leaderboards vg247.com##.low-leader-container +politifact.com##.m-billboard designtaxi.com##.masonry-brick.dynamic-width +imdb.com##.mediaviewer__head-banner +techrepublic.com##.medusa-rr +pirate-bay.net##.message-wrap webmd.com##.module-f-hs pcworld.idg.com.au##.module-rhs-brandpost videocelts.com##.mpu mashable.com##.mpucnt +gomoviesfree.sc##.mvic-btn +forum.thaivisa.com##.our-friends +indiewire.com##.outbrain-widget +beermoneyforum.com##.p-body-sidebar cd1025.com##.partner motachashma.com##.partnerbanner +cryptocompare.com##.pc-text +cryptoslate.com##.placement-footer diglloyd.com##.placementInline diglloyd.com##.placementTR coincodex.com##.position-sidebar +fandom.com##.post-search-results__slant indiatimes.com##.primeHookBanner +hongkiat.com##.promote +provideocoalition.com##.provi-sticky ancient.eu##.pub pennlive.com##.revenue-display thecarconnection.com##.review-continue-text coincodex.com##.right-sidebar designtaxi.com##.row.displayboard +beermoneyforum.com##.samBannerUnit +searchenginejournal.com##.sej-banner-section studyfinds.org##.sfspot -find.com.mt##.skyscraper-global-con +cryptoslate.com##.sidebar-placement +pirate-bay.net##.sidebar-vpn howwebiz.ug##.skyscrapper-left howwebiz.ug##.skyscrappers-right ndtv.com##.sp_ad-t dnsleaktest.com##.sponsor +armageddonexpo.com##.sponsors +babylonbee.com##.sticky-footer-image readarsenal.com##.stickyContainerMpu coincodex.com##.sticky_nexinter -putlockertv.to##.stream4k +politico.com##.story-continued +fmovies.to,putlockertv.to##.stream4k timesofmalta.com##.sw-Top bleedingcool.com##.takeover-div +greekreporter.com##.td-a-rec tempostorm.com##.team-block thegatewaypundit.com##.thega-above-content thegatewaypundit.com##.thega-widget +animeworld.cc##.this-message-does-not-harm-to-you-dont-remove-it check-host.net##.thold10 indiatimes.com##.toi-amazon gsmarena.com##.top-adv @@ -59713,14 +54532,39 @@ steroid.com##.top_banner steroid.com##.v_banner streamty.com##.video_adp3 vidup.io##.vjs-overlay-background -hltv.org##.widget-lootbet -hltv.org##.widget-unikrn +windowsreport.com##.w-report-affiliate wplift.com##.widget_bsa +windowsloop.com##.wl-prakatana +webtoolhub.com##.wth_zad_text +torrentz2.eu##.xpressa +finance.yahoo.com##.ys-mobileFeaturedAd +hltv.org##[class*="bet"] +hltv.org##[class*="dongying"] +hltv.org##[class*="ggking"] +hltv.org##[class*="onex"] +hltv.org##[class*="thunderfire"] +hltv.org##[class*="unikrn"] +hltv.org##[class*="xingwang"] +hltv.org##[class*="yabo"] motachashma.com##[href*="bit.ly/"] +vedbex.com##[href*="javascript:"] steroid.com##[href^="/out.php"] +ettv.to##[href^="/poc.php"] +seedpeer.me##[href^="https://downloadsafer.com/"] +wakingtimes.com##[href^="https://shiftnetwork.infusionsoft.com"] +mmorpg.com##[href^="https://www.blackdesertonline.com/tryforfree"] myreadingmanga.info##[href^="https://www.gaming-adult.com/"] +ettv.to##[href^="https://www.my-privacy-protection.com/"] +provideocoalition.com##[href^="https://www.provideocoalition.com/linkout/"] +vedbex.com##[onclick] +facebook.com##a[aria-label="Advertiser link"] techpowerup.com##a[href*=".pnq"] +twitter.com##a[href*="src=promoted_trend_click"] +twitter.com##a[href*="src=promoted_trend_click"] + div geekzone.co.nz##a[href="https://gkz1.co/2FgZ9qm"] +facebook.com##a[href^="/ads/"] +androidcentral.com##a[href^="/e?link=https%3A%2F%2Fmint-mobile.pxf.io%2F"] +helpnetsecurity.com##a[href^="http://helpnet.pro/"] hltv.org##a[href^="http://sports.betway.com/"] myrailinfo.in##a[href^="http://www.amazon."][href*="tag="] wapinda.in##a[href^="https://c.union.ucweb.com/"] @@ -59728,27 +54572,45 @@ mamul.am##a[href^="https://mamul.am/banner/"] mirrorace.com##a[href^="https://speedtest.apkelite.com/"] esportsheaven.com##a[href^="https://tilt.heavenmedia.com/"] thinkmobiles.com##a[href^="https://track.wg-aff.com/"] +searchenginejournal.com##a[href^="https://www.adzooma.com/"] powerlineblog.com##a[href^="https://www.amazon."][href*="tag="] +thepiratebay.org##a[href^="https://www.azirevpn.com/"] +tpb.party##a[href^="https://www.get-express-vpn.com/"] +ncomputers.org##a[href^="https://www.tqlkg.com/click-"] +androidpolice.com#?#.note-wrapper:-abp-has(p:-abp-contains(A word from our sponsor)) +searchenginejournal.com##aside[id^="SEJ_300x250_"] +www.google.ac,www.google.ad,www.google.ae,www.google.al,www.google.am,www.google.as,www.google.at,www.google.az,www.google.ba,www.google.be,www.google.bf,www.google.bg,www.google.bi,www.google.bj,www.google.bs,www.google.bt,www.google.by,www.google.ca,www.google.cat,www.google.cd,www.google.cf,www.google.cg,www.google.ch,www.google.ci,www.google.cl,www.google.cm,www.google.co.ao,www.google.co.bw,www.google.co.ck,www.google.co.cr,www.google.co.id,www.google.co.il,www.google.co.in,www.google.co.jp,www.google.co.ke,www.google.co.kr,www.google.co.ls,www.google.co.ma,www.google.co.mz,www.google.co.nz,www.google.co.th,www.google.co.tz,www.google.co.ug,www.google.co.uk,www.google.co.uz,www.google.co.ve,www.google.co.vi,www.google.co.za,www.google.co.zm,www.google.co.zw,www.google.com,www.google.com.af,www.google.com.ag,www.google.com.ai,www.google.com.ar,www.google.com.au,www.google.com.bd,www.google.com.bh,www.google.com.bn,www.google.com.bo,www.google.com.br,www.google.com.by,www.google.com.bz,www.google.com.cn,www.google.com.co,www.google.com.cu,www.google.com.cy,www.google.com.do,www.google.com.ec,www.google.com.eg,www.google.com.et,www.google.com.fj,www.google.com.gh,www.google.com.gi,www.google.com.gt,www.google.com.hk,www.google.com.jm,www.google.com.jo,www.google.com.kh,www.google.com.kw,www.google.com.lb,www.google.com.ly,www.google.com.mm,www.google.com.mt,www.google.com.mx,www.google.com.my,www.google.com.na,www.google.com.ng,www.google.com.ni,www.google.com.np,www.google.com.om,www.google.com.pa,www.google.com.pe,www.google.com.pg,www.google.com.ph,www.google.com.pk,www.google.com.pr,www.google.com.py,www.google.com.qa,www.google.com.ru,www.google.com.sa,www.google.com.sb,www.google.com.sg,www.google.com.sl,www.google.com.sv,www.google.com.tj,www.google.com.tn,www.google.com.tr,www.google.com.tw,www.google.com.ua,www.google.com.uy,www.google.com.vc,www.google.com.ve,www.google.com.vn,www.google.cv,www.google.cz,www.google.de,www.google.dj,www.google.dk,www.google.dm,www.google.dz,www.google.ee,www.google.es,www.google.fi,www.google.fm,www.google.fr,www.google.ga,www.google.ge,www.google.gg,www.google.gl,www.google.gm,www.google.gp,www.google.gr,www.google.gy,www.google.hk,www.google.hn,www.google.hr,www.google.ht,www.google.hu,www.google.ie,www.google.im,www.google.iq,www.google.is,www.google.it,www.google.it.ao,www.google.je,www.google.jo,www.google.jp,www.google.kg,www.google.ki,www.google.kz,www.google.la,www.google.li,www.google.lk,www.google.lt,www.google.lu,www.google.lv,www.google.md,www.google.me,www.google.mg,www.google.mk,www.google.ml,www.google.mn,www.google.ms,www.google.mu,www.google.mv,www.google.mw,www.google.ne,www.google.ne.jp,www.google.ng,www.google.nl,www.google.no,www.google.nr,www.google.nu,www.google.pl,www.google.pn,www.google.ps,www.google.pt,www.google.ro,www.google.rs,www.google.ru,www.google.rw,www.google.sc,www.google.se,www.google.sh,www.google.si,www.google.sk,www.google.sm,www.google.sn,www.google.so,www.google.sr,www.google.st,www.google.td,www.google.tg,www.google.tl,www.google.tm,www.google.tn,www.google.to,www.google.tt,www.google.us,www.google.vg,www.google.vu,www.google.ws##div#main > div.D1fz0e +vedbex.com##div.col-md-3 > [href="#"] trakt.tv##div[class*="dfp"][data-pan-sizes] -hltv.org##div[class*="ggking"] yahoo.com##div[class*="js-sponsored-"] -hltv.org##div[class*="xbet"] +amazon.com##div[data-ad-id] ucas.com##div[data-google-slot-id] mail.yahoo.com##div[data-test-id="ad-viewability-tracker"] magicseaweed.com##div[data-type="advert"] theweathernetwork.com##div[id*="gpt-ad-"] +searchenginejournal.com##div[id^="SEJ_300x250_"] +weather.com##div[id^="Taboola-main-"] +kisshentai.net##div[id^="ad"] theweathernetwork.com##div[style="width:300px;height:600px; margin-bottom: 15px;"] +dailywire.com##div[style^="max-width: 300px;"] +dailywire.com##div[style^="width: 728px;"] +facebook.com#?#div[style="max-width: 390px; min-width: 190px;"]:-abp-has(a[href^="/ads/"]) harleyquinnwidget.live##iframe ~ div > a[target="_blank"] > img[src] mobile.twitter.com#?#.tweet:-abp-has(.promo) +seedpeer.me#?#a:-abp-has(.usenet-downwload-link) jokerplayer.net##snackbar artstation.com##support-artstation-block +trademe.co.nz##tm-display-ad +trademe.co.nz##tm-shell-leaderboard-ad xing.com#?#div[class^="styles-grid-col-"]:-abp-has(div[class^="AdsCard-"]) xing.com#?#div[class^="styles-grid-col-"]:-abp-has(span[class^="MediaObject-MediaObject-meta-"]:-abp-contains(/Gesponsert|Sponsored|Patrocinado|Sponsorisé|Sponsorizzato/)) +yelp.com#?#section:-abp-has(div > span > span:-abp-contains(Sponsored)) youtube.com##ytd-compact-promoted-video-renderer youtube.com##ytd-promoted-sparkles-text-search-renderer +youtube.com##ytd-video-masthead-ad-v3-renderer ! - Mark adtunes.com###ad_global_below_navbar -909lifefm.com,anichart.net,audioreview.com,boldsky.com,carlow-nationalist.ie,cayrock.ky,chelseanews.com,craigclassifiedads.com,daemon-tools.cc,disconnect.me,dreadcentral.com,duckduckgo.com,eveningecho.ie,footballfancast.com,full-stream.me,g.doubleclick.net,gearculture.com,genevalunch.com,goodreturns.in,hdcast.tv,healthboards.com,hot1041.ky,inspirationti.me,kildare-nationalist.ie,kiss.ky,laois-nationalist.ie,lorempixel.com,lshstream.com,lshstreams.com,mobilerevamp.org,mtbr.com,nylonguysmag.com,photographyreview.com,placehold.it,playr.org,privack.com,quiz4fun.com,quote.com,roscommonherald.ie,skyuser.co.uk,talk1300.com,theindustry.cc,toorgle.net,triblive.com,tvope.com,urbandictionary.com,washingtonmonthly.com,waterford-news.ie,wccftech.com,westernpeople.com,wexfordecho.ie,x1071.ky###ads +3g2upl4pq6kufc4m.onion,909lifefm.com,anichart.net,audioreview.com,boldsky.com,carlow-nationalist.ie,cayrock.ky,chelseanews.com,craigclassifiedads.com,daemon-tools.cc,disconnect.me,dreadcentral.com,duckduckgo.com,eveningecho.ie,footballfancast.com,full-stream.me,g.doubleclick.net,gearculture.com,genevalunch.com,goodreturns.in,healthboards.com,hot1041.ky,inspirationti.me,kildare-nationalist.ie,kiss.ky,laois-nationalist.ie,lorempixel.com,lshstream.com,lshstreams.com,mobilerevamp.org,mtbr.com,nylonguysmag.com,photographyreview.com,placehold.it,playr.org,privack.com,quiz4fun.com,quote.com,roscommonherald.ie,skyuser.co.uk,talk1300.com,theindustry.cc,toorgle.net,triblive.com,tvope.com,urbandictionary.com,washingtonmonthly.com,waterford-news.ie,wccftech.com,westernpeople.com,wexfordecho.ie,x1071.ky###ads chia-anime.com###ads8 privack.com###adsb uploaded.net###adshare-videoad @@ -60233,7 +55095,7 @@ templatemonster.com###bottom-partner-banners techhive.com###bottom-promo thebestdesigns.com###bottom-sponsors timesofisrael.com###bottom-spotlight -nytimes.com###bottom-wrapper +nytimes.com,nytimes3xbfgragh.onion###bottom-wrapper cartoonnetwork.co.nz,cartoonnetwork.com.au,quotesdaddy.com###bottomBanner rachaelraymag.com###bottomBannerContainer jooble.org###bottomBannerPlace @@ -60377,7 +55239,6 @@ leagueofgraphs.com###cdm-zone-01 break.com###cdpSliver metrolyrics.com###cee_box metrolyrics.com###cee_overlay -mp3fusion.net###center2 theatermania.com###centerChannel meettheboss.tv###centerSpacingWrapper checkoutmyink.com###centerbanner @@ -60603,7 +55464,6 @@ modernluxury.com###div-rectangle-1 modernluxury.com###div-rectangle-2 articlesnatch.com###div-under-video abbotsfordgasprices.com,albertagasprices.com,barriegasprices.com,bcgasprices.com,calgarygasprices.com,edmontongasprices.com,gasbuddy.com,halifaxgasprices.com,hamiltongasprices.com,kwgasprices.com,londongasprices.com,manitobagasprices.com,montrealgasprices.com,newbrunswickgasprices.com,newfoundlandgasprices.com,novascotiagasprices.com,nwtgasprices.com,ontariogasprices.com,ottawagasprices.com,peigasprices.com,quebeccitygasprices.com,quebecgasprices.com,reginagasprices.com,saskatoongasprices.com,saskgasprices.com,torontogasprices.com,vancouvergasprices.com,victoriagasprices.com,winnipeggasprices.com###div728 -streamcloud.eu###divExoLayerWrapper klfm967.co.uk###divHeaderBannerRight classiccars.com###divLeaderboard israelnationalnews.com###divMaavaron2In @@ -60734,7 +55594,7 @@ softpedia.com###flashsale radiotimes.com###flexible-mpu viralitytoday.com###float1 altervista.org,fancystreems.com,livematchesonline.com,pogotv.eu,streamer247.com,tykestv.eu,wizhdsports.is,zonytvcom.info###floatLayer1 -bigcast.us,hdmyt.info,zcast.us,zonytvcom.info###floatLayer2 +hdmyt.info,zcast.us,zonytvcom.info###floatLayer2 comedy.com###floaterWrapper artima.com###floatingbox company.co.uk###floatingdiv @@ -61193,7 +56053,6 @@ psychcentral.com###jadsq psychcentral.com###jadsq2 lyriczz.com###jango pandora.tv###japan_ad -streamcloud.eu###javawarning careerbuilder.com###jdpSponsoredBy jimdo.com###jimdobox extremetech.com###jivvmzil @@ -61237,7 +56096,7 @@ toptenreviews.com###latestdeals law.com###lawJobs tsviewer.com###layer 1tvlive.in###layer2 -juicefm.com,pulse1.co.uk,pulse2.co.uk,signal1.co.uk,signal2.co.uk,swanseasound.co.uk,theregister.co.uk,thewave.co.uk,wave965.com,wirefm.com,wishfm.net###lb +gamecopyworld.com,gamecopyworld.eu,juicefm.com,pulse1.co.uk,pulse2.co.uk,signal1.co.uk,signal2.co.uk,swanseasound.co.uk,theregister.co.uk,thewave.co.uk,wave965.com,wirefm.com,wishfm.net###lb 247wallst.com###lb-fill audiofanzine.com###lbContainerBlock networkworld.com###lb_container @@ -61416,7 +56275,7 @@ inquirer.net###ls-right celebstyle.com###lucky linuxinsider.com,technewsworld.com###lv_overlay drugs.com###m1a -m.facebook.com,touch.facebook.com###m_newsfeed_stream article[data-ft*="\"ei\":\""] +m.beta.facebook.com,m.facebook.com,m.facebookcorewwwi.onion,touch.beta.facebook.com,touch.facebook.com###m_newsfeed_stream article[data-ft*="\"ei\":\""] miller-mccune.com###magSubscribe wired.com###magazine_rightRail_A videos.rawstory.com###magnify_widget_playlist_item_shop_container @@ -61540,8 +56399,8 @@ dllme.com###mobile-insert bit-tech.net###mobile-phones-co-uk-120 longreads.com###mobile_banner iphoneapplicationlist.com###mobiscope-banner -nytimes.com###mod-ln-ctr-bt -nytimes.com###mod-ln-ctr-top +nytimes.com,nytimes3xbfgragh.onion###mod-ln-ctr-bt +nytimes.com,nytimes3xbfgragh.onion###mod-ln-ctr-top buzzfeed.com###mod-product-labs-promo-1 mail.yahoo.com###modal-upsell tradingmarkets.com###modalbg @@ -61671,8 +56530,8 @@ centralillinoisproud.com###nxcms_dotbiz nydailynews.com###nydn-ads nydailynews.com###nydn-footer-ad nydailynews.com###nydn-top-ad -nytimes.com###nytmm-ss-big-ad-1 -nytimes.com###nytmm-ss-big-ad-2 +nytimes.com,nytimes3xbfgragh.onion###nytmm-ss-big-ad-1 +nytimes.com,nytimes3xbfgragh.onion###nytmm-ss-big-ad-2 btmon.com###oafa_target_4 btmon.com###oafa_target_6 masala.com###oas-300x600 @@ -61714,7 +56573,7 @@ familysecuritymatters.org###outer_header engadget.com###outerslice mp4upload.com###over deviantart.com###overhead-you-know-what -agame.com,animestigma.com,newsbtc.com,notdoppler.com,powvideo.net,streamplay.to,uploadcrazy.net,vidcrazy.net,videoboxone.com,videovalley.net,vidup.org,viponlinesports.eu,webmfile.tv###overlay +agame.com,animestigma.com,newsbtc.com,notdoppler.com,powvideo.net,streamplay.to,uploadcrazy.net,vidcrazy.net,videoboxone.com,vidup.org,viponlinesports.eu,webmfile.tv###overlay gostream.is###overlay-goplugin-main mp4upload.com###overlay2 imagewaste.com###overlayBg @@ -61751,9 +56610,9 @@ nbcmontana.com###pageHeaderRow1 weather.com###pageSpon2 ninemsn.com.au###page_content_right radaronline.com###page_content_right_small -facebook.com###pagelet_ads_when_no_friend_list_suggestion -facebook.com###pagelet_ego_pane a[ajaxify*="&eid="] -facebook.com###pagelet_ego_pane a[ajaxify*="&eid="] + div +facebook.com,facebookcorewwwi.onion###pagelet_ads_when_no_friend_list_suggestion +facebook.com,facebookcorewwwi.onion###pagelet_ego_pane a[ajaxify*="&eid="] +facebook.com,facebookcorewwwi.onion###pagelet_ego_pane a[ajaxify*="&eid="] + div warriorforum.com###pagenav_menu + div[align="center"] > a[target="_blank"] > img offtopic.com###pagenav_menu + table[height="61"][cellspacing="0"][cellpadding="0"][border="0"][width="100%"] sme.sk###paidLinks @@ -61787,7 +56646,6 @@ behealthydaily.com###partners_content gumtree.com###partnership-vip-compact gumtree.com###partnerships patheos.com###patheos-ad-region -boards.adultswim.com###pattern-area way2sms.com###payTM300 carscoops.com###payload binaries4all.com###payserver @@ -61851,7 +56709,7 @@ multichannel.com###postscript-top-wrapper addictinggames.com###potw bnet.com###powerPromo gpone.com###powered_by -edrinks.net,mortgageguide101.com,twirlit.com###ppc +mortgageguide101.com,twirlit.com###ppc mypayingads.com###ppc_728_1 zdnet.com###pplayLinks prisonplanet.com###ppradio @@ -62688,7 +57546,7 @@ inman.com###top-pusher leaprate.com###top-spon imassera.com,thebestdesigns.com###top-sponsor turboc8.com###top-widget -nytimes.com###top-wrapper +nytimes.com,nytimes3xbfgragh.onion###top-wrapper suntimes.com###top1 meteovista.co.uk###top10 gamingzion.com###top10c @@ -62750,7 +57608,7 @@ samoaobserver.ws###top_wrap1 arthritistoday.org,repeatmyvids.com,w3newspapers.com###topads btimes.com.my###topadv scorespro.com###topban -absolutelyrics.com,artima.com,bbyellow.com,bsyellow.com,businesslist.co.cm,businesslist.co.ke,businesslist.com.bd,businesslist.com.ng,businesslist.my,businesslist.ph,businesslist.pk,caymanyellow.com,cdrlabs.com,checkoutmyink.com,chictopia.com,chileindex.com,colombiayp.com,dumpalink.com,ethiopiadirectory.com,exiledonline.com,findtheword.info,georgiayp.com,ghanayp.com,icenews.is,indonesiayp.com,jmyellow.com,jpyellow.com,lebyp.com,lesothoyp.com,localbotswana.com,malawiyp.com,medicaldaily.com,moroccoyp.com,myanmaryp.com,namibiayp.com,nation.lk,plosone.org,puertoricoindex.com,qataryp.com,realitywanted.com,revizoronline.com,rwandayp.com,saudianyp.com,senegalyp.com,sierraexpressmedia.com,snapfiles.com,sudanyp.com,tanzaniayp.com,thaigreenpages.com,thedigitalfix.com,thehill.com,theroar.com.au,thevarguy.com,tntyellow.com,tremolo.edgesuite.net,tunisiayp.com,turkishyp.com,vocm.com,webattack.com,wenn.com,workswithu.com,wzmetv.com,xbox360rally.com,yemenyp.com,zambiayp.com,zimbabweyp.com###topbanner +absolutelyrics.com,artima.com,bbyellow.com,bsyellow.com,businesslist.co.cm,businesslist.co.ke,businesslist.com.ng,businesslist.my,businesslist.ph,businesslist.pk,caymanyellow.com,cdrlabs.com,checkoutmyink.com,chictopia.com,chileindex.com,colombiayp.com,dumpalink.com,ethiopiadirectory.com,exiledonline.com,findtheword.info,georgiayp.com,ghanayp.com,icenews.is,indonesiayp.com,jmyellow.com,jpyellow.com,lebyp.com,lesothoyp.com,localbotswana.com,malawiyp.com,medicaldaily.com,moroccoyp.com,myanmaryp.com,namibiayp.com,nation.lk,plosone.org,puertoricoindex.com,qataryp.com,realitywanted.com,revizoronline.com,rwandayp.com,saudianyp.com,senegalyp.com,sierraexpressmedia.com,snapfiles.com,sudanyp.com,tanzaniayp.com,thaigreenpages.com,thedigitalfix.com,thehill.com,theroar.com.au,thevarguy.com,tntyellow.com,tremolo.edgesuite.net,tunisiayp.com,turkishyp.com,vocm.com,webattack.com,wenn.com,workswithu.com,wzmetv.com,xbox360rally.com,yemenyp.com,zambiayp.com,zimbabweyp.com###topbanner drugs.com###topbanner-wrap drugs.com###topbannerWrap checkoutmyink.com###topbanner_div @@ -62900,7 +57758,7 @@ youtube.com###watch-branded-actions youtube.com###watch-buy-urls youtube.com###watch-channel-brand-div televisionfanatic.com###watch-more -nytimes.com###watchItButtonModule +nytimes.com,nytimes3xbfgragh.onion###watchItButtonModule opensubtitles.org###watch_online murga-linux.com###wb_Image1 sheridanmedia.com###weather-sponsor @@ -63258,11 +58116,11 @@ dailyrecord.co.uk##.ac-vehicle-search au.news.yahoo.com##.acc-moneyhound goseattleu.com##.accipiter consequenceofsound.net##.acm-module-300-250 -11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,17track.net,2gofm.com.au,5newsonline.com,6abc.com,7online.com,947wls.com,9news.com,aa.co.za,aarp.org,abc10.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abovethelaw.com,ack.net,adelaidenow.com.au,adelnews.com,adn.com,adsoftheworld.com,adsupplyads.com,adtmag.com,advocatepress.com,adweek.com,aero-news.net,agjournalonline.com,agra-net.net,ahlanlive.com,aledotimesrecord.com,algemeiner.com,aljazeera.com,allenwestrepublic.com,allkpop.com,allrecipes.co.in,allrecipes.com.au,amandala.com.bz,americanprofile.com,amestrib.com,amny.com,amtrib.com,anandtech.com,androidapps.com,androidauthority.com,aol.com,apalachtimes.com,appolicious.com,arabianbusiness.com,architectsjournal.co.uk,arseniohall.com,articlealley.com,asianjournal.com,asianwiki.com,associationsnow.com,audiko.net,aussieoutages.com,autoblog.com,autoblog360.com,autoguide.com,azarask.in,azfamily.com,bab.la,backtrack-linux.org,bakersfield.com,barnstablepatriot.com,bcdemocratonline.com,bdnews24.com,beaumontenterprise.com,bellinghamherald.com,bikesportnews.com,birminghammail.co.uk,birminghampost.co.uk,blockchain.info,bloomberg.com,blueridgenow.com,bnd.com,boats.com,bobvila.com,boonevilledemocrat.com,boston.com,bostonglobe.com,bradenton.com,bradleybraves.com,brandonsun.com,bravotv.com,breitbart.com,bridesmagazine.co.uk,brisbanetimes.com.au,bristolpost.co.uk,budgettravel.com,businessdailyafrica.com,businessinsider.com,businesstech.co.za,businesstraveller.com,c21media.net,cairnspost.com.au,canadianoutages.com,canberratimes.com.au,cantondailyledger.com,capecodtimes.com,cardomain.com,carmitimes.com,carynews.com,cbs19.tv,cd1025.com,celebdigs.com,celebified.com,centredaily.com,cfl.ca,cfo.com,ch-aviation.com,channel5.com,charismamag.com,charismanews.com,charlestonexpress.com,charlotteobserver.com,cheboygannews.com,cheezburger.com,chicagobusiness.com,chicagomag.com,chillicothetimesbulletin.com,chinahush.com,chinasmack.com,chipleypaper.com,christianlifenews.com,christianpost.com,chroniclelive.co.uk,cio.com,citeworld.com,citylab.com,citysearch.com,clashdaily.com,claytonnewsstar.com,clientmediaserver.com,cltv.com,cnet.com,cnn.com,cnnphilippines.com,cnsnews.com,coastlinepilot.com,coasttocoastam.com,codepen.io,collinsdictionary.com,colorlines.com,colourlovers.com,columbiadailyherald.com,comcast.net,competitor.com,computerworld.com,courier-tribune.com,couriermail.com.au,coventrytelegraph.net,cpuboss.com,createtv.com,crestviewbulletin.com,cri.cn,crosscards.com,crosscut.com,crossmap.com,crosswalk.com,csoonline.com,csswizardry.com,cupcakesandcashmere.com,cw33.com,cw39.com,cxpress.co.za,cydiaupdates.net,dailycomet.com,dailycommercial.com,dailycute.net,dailyheadlines.net,dailyinterlake.com,dailylife.com.au,dailylobo.com,dailylocal.com,dailyparent.com,dailypost.co.uk,dailyrecord.co.uk,dailytarheel.com,dailytelegraph.com.au,dailytidings.com,dailytrust.com.ng,dawn.com,dcw50.com,deadline.com,dealnews.com,defenseone.com,delish.com,derbytelegraph.co.uk,desertdispatch.com,designtaxi.com,dinozap.com,dispatch.com,dodgeforum.com,domain.com.au,dose.com,doverpost.com,downdetector.co.nz,downdetector.co.uk,downdetector.co.za,downdetector.com,downdetector.in,downdetector.sg,dpreview.com,dribbble.com,drinksmixer.com,drive.com.au,earmilk.com,earthsky.org,eastpeoriatimescourier.com,edmontonjournal.com,eenews.net,elle.com,emedtv.com,energyvoice.com,engadget.com,enquirerherald.com,enstarz.com,essentialbaby.com.au,essentialkids.com.au,etsy.com,eurocheapo.com,euronews.com,everydayhealth.com,everyjoe.com,examiner-enterprise.com,examiner.co.uk,examiner.com,excellence-mag.com,expressnews.com,familydoctor.org,fanfox.net,fanpop.com,farmersguardian.com,farmonlinelivestock.com.au,fashionweekdaily.com,fastcar.co.uk,fayobserver.com,federalnewsnetwork.com,femalefirst.co.uk,fijitimes.com,findthebest.co.uk,findthebest.com,firstcoastnews.com,fivem.net,flashx.tv,floridaindependent.com,fodors.com,food.com,foodandwine.com,foodnetwork.com,fool.com,footyheadlines.com,forecast7.com,fortmilltimes.com,fosters.com,fowlertribune.com,fox13now.com,fox15abilene.com,fox17online.com,fox2now.com,fox40.com,fox43.com,fox4kc.com,fox59.com,fox5sandiego.com,fox6now.com,fox8.com,foxafrica.com,foxbusiness.com,foxcrimeafrica.com,foxct.com,foxnews.com,foxsoccer.com,foxsportsasia.com,freedom43tv.com,freedomoutpost.com,freshpips.com,fresnobee.com,fuse.tv,futhead.com,fxafrica.tv,fxnetworks.com,fxnowcanada.ca,gadsdentimes.com,gainesville.com,galesburg.com,galvanews.com,gamefuse.com,gamemazing.com,garagejournal.com,garfield.com,gayvegas.com,gazettelive.co.uk,geelongadvertiser.com.au,geneseorepublic.com,getreading.co.uk,getsurrey.co.uk,givememore.com.au,givesmehope.com,gizmodo.com.au,glennbeck.com,gmanetwork.com,go.com,gocomics.com,goerie.com,goldcoastbulletin.com.au,goldfm.com.au,golf.com,goo.im,good.is,goodfood.com.au,goodhousekeeping.com,goupstate.com,gpuboss.com,grab.by,grapevine.is,graphiq.com,greatschools.org,greenbot.com,greenwooddemocrat.com,grimsbytelegraph.co.uk,grindtv.com,grubstreet.com,gtplanet.net,gumtree.co.za,haaretz.com,hamburgreporter.com,hangout.co.ke,happytrips.com,healthyplace.com,heart1073.com.au,heatworld.com,heralddemocrat.com,heraldonline.com,heraldsun.com.au,heraldtribune.com,hit105.com.au,hit107.com,hknepaliradio.com,hockessincommunitynews.com,hodinkee.com,hollywood-elsewhere.com,hollywoodreporter.com,hoovers.com,hopestar.com,hotfm.com.au,houmatoday.com,houserepairtalk.com,houstonchronicle.com,hsvvoice.com,hulldailymail.co.uk,idahostatesman.com,idganswers.com,indianas4.com,indiewire.com,indyposted.com,infoworld.com,infozambia.com,inhabitat.com,inquirer.net,instyle.com,interest.co.nz,interfacelift.com,interfax.com.ua,intoday.in,investopedia.com,investsmart.com.au,iono.fm,irishmirror.ie,irishoutages.com,islandpacket.com,itsamememario.com,itv.com,itworld.com,jackfm.ca,jacksonville.com,jamaica-gleaner.com,jamieoliver.com,javaworld.com,jdnews.com,jobs.com.au,joeforamerica.com,journaldemocrat.com,journalgazette.net,journalstandard.com,joystiq.com,jsonline.com,kabc.com,kagstv.com,kare11.com,katc.com,kbs.co.kr,kbzk.com,kcentv.com,kdvr.com,kens5.com,kentucky.com,keysnet.com,kfor.com,kgw.com,khou.com,kidspot.com.au,kiiitv.com,king5.com,kinston.com,kiss959.com,koaa.com,kob.com,kofm.com.au,komando.com,koreabang.com,kotaku.com.au,kpax.com,kplr11.com,kqed.org,krem.com,ksdk.com,ktla.com,ktvb.com,kusports.com,kvue.com,kwgn.com,kxlf.com,kxlh.com,lajuntatribunedemocrat.com,lakewyliepilot.com,lawrence.com,leaderpost.com,ledger-enquirer.com,leicestermercury.co.uk,lex18.com,lifehacker.com.au,lifesitenews.com,lifezette.com,lincolncourier.com,liverpoolecho.co.uk,ljworld.com,lmtonline.com,lolbrary.com,lonokenews.net,loop21.com,lordofthememe.com,lostateminor.com,lsjournal.com,macombdaily.com,macon.com,macrumors.com,mailtribune.com,manchestereveningnews.co.uk,marieclaire.com,marketwatch.com,mashable.com,maxpreps.com,mcclatchydc.com,mcdonoughvoice.com,memearcade.com,memeslanding.com,memestache.com,mercedsunstar.com,mercurynews.com,miamiherald.com,middletowntranscript.com,milfordbeacon.com,military.com,mirror.co.uk,mix.com.au,mkweb.co.uk,mlb.mlb.com,modbee.com,moneytalksnews.com,monitor.co.ug,monkeysee.com,monroenews.com,montrealgazette.com,mothership.sg,motorcycle.com,motorcycleroads.com,motortopia.com,movies.com,mozo.com.au,mpnnow.com,mprnews.org,mrconservative.com,mrmovietimes.com,mrqe.com,msn.com,mtshastanews.com,mugglenet.com,mybroadband.co.za,mycareer.com.au,myfitnesspal.com,myfox8.com,myfoxzone.com,mygaming.co.za,myhomeremedies.com,mylifeisaverage.com,mypaper.sg,myrecipes.com,myrtlebeachonline.com,mysearchresults.com,myspace.com,namibtimes.net,nation.co.ke,nation.com.pk,nationaljournal.com,nature.com,nbcsportsradio.com,ncnewspress.com,netnewscheck.com,networkworld.com,newbernsj.com,newportindependent.com,news-journalonline.com,news.com.au,newscentermaine.com,newschief.com,newsday.com,newsfixnow.com,newsherald.com,newslocker.com,newsobserver.com,newsok.com,newsrepublican.com,newstimes.com,newtimes.co.rw,nextmovie.com,nhregister.com,nickmom.com,norwichbulletin.com,notsafeforwallet.net,nottinghampost.com,ntnews.com.au,nwfdailynews.com,nxfm.com.au,ny1.com,nymag.com,nytco.com,nytimes.com,ocala.com,odometer.com,offbeat.com,olneydailymail.com,omgfacts.com,oriongazette.com,osadvertiser.co.uk,osnews.com,ottawamagazine.com,ovguide.com,paris-express.com,patch.com,patheos.com,paysonroundup.com,pba.org,pbcommercial.com,peakery.com,pekintimes.com,perthnow.com.au,petri.com,phl17.com,photobucket.com,picayune-times.com,pingtest.net,pirateshore.org,pix11.com,pjstar.com,planelogger.com,plosone.org,plymouthherald.co.uk,poconorecord.com,pokestache.com,politico.com,polygon.com,pontiacdailyleader.com,popsugar.com,popsugar.com.au,preaching.com,prepperwebsite.com,pressargus.com,pressmentor.com,pricedekho.com,providencejournal.com,pulaskinews.net,pv-tech.org,q13fox.com,qoshe.com,quackit.com,quibblo.com,radiowest.com.au,ragestache.com,ranker.com,ratemds.com,ratemyprofessors.com,readmetro.com,realestate.com.au,realityblurred.com,recordnet.com,recordonline.com,redmondmag.com,refinery29.com,relish.com,retailgazette.co.uk,reviewatlas.com,ridgecrestca.com,roadsideamerica.com,rogerebert.com,rollcall.com,rrstar.com,rumorfix.com,runcornandwidnesweeklynews.co.uk,runnow.eu,sacbee.com,sadlovequotes.net,salisburypost.com,sanluisobispo.com,savannahnow.com,sbs.com.au,scpr.org,scsuntimes.com,scubadiving.com,seacoastonline.com,seafm.com.au,seattletimes.com,sfchronicle.com,sfgate.com,sfx.co.uk,shelbystar.com,shtfplan.com,si.com,siftingsherald.com,similarsites.com,simpledesktops.com,singingnews.com,siskiyoudaily.com,sixbillionsecrets.com,sj-r.com,sky.com,slacker.com,slickdeals.net,slidetoplay.com,smackjuice.com,smartcompany.com.au,smartphowned.com,smh.com.au,softpedia.com,soranews24.com,southcoasttoday.com,southerncrossten.com.au,southerngospel.com,spin.com,spokesman.com,sportsdirectinc.com,spot.im,springwise.com,spryliving.com,srpressgazette.com,ssdboss.com,ssireview.org,stagevu.com,stamfordadvocate.com,standard.co.uk,star-telegram.com,starcourier.com,starfl.com,starfm.com.au,starnewsonline.com,statenews.com,statscrop.com,stltoday.com,stocktwits.com,stokesentinel.co.uk,stoppress.co.nz,streetinsider.com,stripes.com,stuttgartdailyleader.com,stv.tv,stylenest.co.uk,sub-titles.net,sunfm.com.au,sunherald.com,surfline.com,sussexcountian.com,swtimes.com,taftmidwaydriller.com,talkandroid.com,tampabay.com,tasteofawesome.com,tauntongazette.com,teamcoco.com,teaparty.org,techdirt.com,techinsider.io,telegram.com,teutopolispress.com,tgdaily.com,thatslife.com.au,thatssotrue.com,the-dispatch.com,theage.com.au,theaustralian.com.au,theblaze.com,thecitizen.co.tz,thecrimson.com,thecut.com,thedailybeast.com,thedestinlog.com,thedp.com,theeastafrican.co.ke,theepochtimes.com,thefader.com,thefirearmblog.com,thegamechicago.com,thegossipblog.com,thegrio.com,thegrocer.co.uk,thegurdontimes.com,thehawkeye.com,thehungermemes.net,thejournal.co.uk,thekit.ca,theledger.com,themercury.com.au,thenation.com,thenewstribune.com,theoaklandpress.com,theolympian.com,theonion.com,theprovince.com,therangecountry.com.au,therealdeal.com,theresurgent.com,theriver.com.au,theroot.com,thesaurus.com,thestack.com,thestarphoenix.com,thestate.com,thesuntimes.com,thetimesnews.com,thewalkingmemes.com,thewindowsclub.com,thewire.com,thisiswhyimbroke.com,thv11.com,time.com,timeshighereducation.co.uk,timesunion.com,today.com,tokyohive.com,topgear.com,topsite.com,torontoist.com,touringcartimes.com,townandcountrymag.com,townhall.com,townsvillebulletin.com.au,travelocity.com,travelweekly.com,tri-cityherald.com,tribalfootball.com,tribecafilm.com,tripadvisor.ca,tripadvisor.co.uk,tripadvisor.co.za,tripadvisor.com,tripadvisor.ie,tripadvisor.in,triplem.com.au,triplemclassicrock.com,trucktrend.com,truecar.com,tuscaloosanews.com,tvmaze.com,tvnewscheck.com,twcc.com,twcnews.com,typepad.com,ufc.com,uinterview.com,unfriendable.com,userstyles.org,usmagazine.com,usnews.com,vanburencountydem.com,vancouversun.com,veevr.com,vetfran.com,vev.io,vid.gg,vidbux.com,vidxden.to,viralnova.com,visiontimes.com,vogue.com.au,vulture.com,vvdailypress.com,walesonline.co.uk,waltonsun.com,wamu.org,washingtonexaminer.com,washingtontimes.com,washingtontimesreporter.com,watchanimes.me,watoday.com.au,watzatsong.com,waxahachietx.com,way2sms.com,wayfm.com,wbir.com,wbur.org,wcnc.com,weathernationtv.com,webdesignerwall.com,webestools.com,weeklytimesnow.com.au,wegotthiscovered.com,wellcommons.com,wetpaint.com,wfaa.com,wfmynews2.com,wgno.com,wgnradio.com,wgnt.com,wgntv.com,wgrz.com,whas11.com,whatsnewonnetflix.com,whimn.com.au,whitehalljournal.com,whnt.com,whosay.com,whotv.com,wickedlocal.com,wildcat.arizona.edu,windsorstar.com,winewizard.co.za,winnipegfreepress.com,wkyc.com,wltx.com,wnep.com,womansday.co.nz,womansday.com,womansday.com.au,woodfordtimes.com,worldreview.info,worthplaying.com,wow247.co.uk,wqad.com,wral.com,wreg.com,wrestlezone.com,wsj.com,wtkr.com,wtsp.com,wtvr.com,wusa9.com,wwltv.com,wzzm13.com,x17online.com,yahoo.com,yorkpress.co.uk,yourmiddleeast.com,zam.com,zedge.net,zillow.com,zooweekly.com.au,zybez.net##.ad +11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,17track.net,2gofm.com.au,5newsonline.com,6abc.com,7online.com,947wls.com,9news.com,aa.co.za,aarp.org,abc10.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abovethelaw.com,ack.net,adelaidenow.com.au,adelnews.com,adn.com,adsoftheworld.com,adsupplyads.com,adtmag.com,advocatepress.com,adweek.com,aero-news.net,agjournalonline.com,agra-net.net,ahlanlive.com,aledotimesrecord.com,algemeiner.com,aljazeera.com,allenwestrepublic.com,allkpop.com,allrecipes.co.in,allrecipes.com.au,amandala.com.bz,americanprofile.com,amestrib.com,amny.com,amtrib.com,anandtech.com,androidapps.com,androidauthority.com,aol.com,apalachtimes.com,appolicious.com,arabianbusiness.com,architectsjournal.co.uk,arseniohall.com,articlealley.com,asianjournal.com,asianwiki.com,associationsnow.com,audiko.net,aussieoutages.com,autoblog.com,autoblog360.com,autoguide.com,azarask.in,azfamily.com,bab.la,backtrack-linux.org,bakersfield.com,barnstablepatriot.com,bcdemocratonline.com,bdnews24.com,beaumontenterprise.com,bellinghamherald.com,bikesportnews.com,birminghammail.co.uk,birminghampost.co.uk,blockchain.info,bloomberg.com,blueridgenow.com,bnd.com,boats.com,bobvila.com,boonevilledemocrat.com,boston.com,bostonglobe.com,bradenton.com,bradleybraves.com,brandonsun.com,bravotv.com,breitbart.com,bridesmagazine.co.uk,brisbanetimes.com.au,bristolpost.co.uk,budgettravel.com,businessdailyafrica.com,businessinsider.com,businesstech.co.za,businesstraveller.com,c21media.net,cairnspost.com.au,canadianoutages.com,canberratimes.com.au,cantondailyledger.com,capecodtimes.com,cardomain.com,carmitimes.com,carynews.com,cbs19.tv,cd1025.com,celebdigs.com,celebified.com,centredaily.com,cfl.ca,cfo.com,ch-aviation.com,channel5.com,charismamag.com,charismanews.com,charlestonexpress.com,charlotteobserver.com,cheboygannews.com,cheezburger.com,chicagobusiness.com,chicagomag.com,chillicothetimesbulletin.com,chinahush.com,chinasmack.com,chipleypaper.com,christianlifenews.com,christianpost.com,chroniclelive.co.uk,cio.com,citeworld.com,citylab.com,citysearch.com,clashdaily.com,claytonnewsstar.com,clientmediaserver.com,cltv.com,cnet.com,cnn.com,cnnphilippines.com,cnsnews.com,coastlinepilot.com,coasttocoastam.com,codepen.io,collinsdictionary.com,colorlines.com,colourlovers.com,columbiadailyherald.com,comcast.net,competitor.com,computerworld.com,courier-tribune.com,couriermail.com.au,coventrytelegraph.net,cpuboss.com,createtv.com,crestviewbulletin.com,cri.cn,crosscards.com,crosscut.com,crossmap.com,crosswalk.com,csoonline.com,csswizardry.com,cupcakesandcashmere.com,cw33.com,cw39.com,cxpress.co.za,cydiaupdates.net,dailycomet.com,dailycommercial.com,dailycute.net,dailyheadlines.net,dailyinterlake.com,dailylife.com.au,dailylobo.com,dailylocal.com,dailyparent.com,dailypost.co.uk,dailyrecord.co.uk,dailytarheel.com,dailytelegraph.com.au,dailytidings.com,dailytrust.com.ng,dawn.com,dcw50.com,deadline.com,dealnews.com,defenseone.com,delish.com,derbytelegraph.co.uk,desertdispatch.com,designtaxi.com,dinozap.com,dispatch.com,dodgeforum.com,domain.com.au,dose.com,doverpost.com,downdetector.co.nz,downdetector.co.uk,downdetector.co.za,downdetector.com,downdetector.in,downdetector.sg,dpreview.com,dribbble.com,drinksmixer.com,drive.com.au,earmilk.com,earthsky.org,eastpeoriatimescourier.com,edmontonjournal.com,eenews.net,elle.com,emedtv.com,energyvoice.com,engadget.com,enquirerherald.com,enstarz.com,essentialbaby.com.au,essentialkids.com.au,etsy.com,eurocheapo.com,euronews.com,everydayhealth.com,everyjoe.com,examiner-enterprise.com,examiner.co.uk,examiner.com,excellence-mag.com,expressnews.com,familydoctor.org,fanfox.net,fanpop.com,farmersguardian.com,farmonlinelivestock.com.au,fashionweekdaily.com,fastcar.co.uk,fayobserver.com,federalnewsnetwork.com,femalefirst.co.uk,fijitimes.com,findthebest.co.uk,findthebest.com,firstcoastnews.com,fivem.net,flashx.tv,floridaindependent.com,fodors.com,food.com,foodandwine.com,foodnetwork.com,fool.com,footyheadlines.com,forecast7.com,fortmilltimes.com,fosters.com,fowlertribune.com,fox13now.com,fox15abilene.com,fox17online.com,fox2now.com,fox40.com,fox43.com,fox4kc.com,fox59.com,fox5sandiego.com,fox6now.com,fox8.com,foxafrica.com,foxbusiness.com,foxcrimeafrica.com,foxct.com,foxnews.com,foxsoccer.com,foxsportsasia.com,freedom43tv.com,freedomoutpost.com,freshpips.com,fresnobee.com,fuse.tv,futhead.com,fxafrica.tv,fxnetworks.com,fxnowcanada.ca,gadsdentimes.com,gainesville.com,galesburg.com,galvanews.com,gamefuse.com,gamemazing.com,garagejournal.com,garfield.com,gayvegas.com,gazettelive.co.uk,geelongadvertiser.com.au,geneseorepublic.com,getreading.co.uk,getsurrey.co.uk,givememore.com.au,givesmehope.com,gizmodo.com.au,glennbeck.com,gmanetwork.com,go.com,gocomics.com,goerie.com,goldcoastbulletin.com.au,goldfm.com.au,golf.com,goo.im,good.is,goodfood.com.au,goodhousekeeping.com,goupstate.com,gpuboss.com,grab.by,grapevine.is,graphiq.com,greatschools.org,greenbot.com,greenwooddemocrat.com,grimsbytelegraph.co.uk,grindtv.com,grubstreet.com,gtplanet.net,gumtree.co.za,haaretz.com,hamburgreporter.com,hangout.co.ke,happytrips.com,healthyplace.com,heart1073.com.au,heatworld.com,heralddemocrat.com,heraldonline.com,heraldsun.com.au,heraldtribune.com,hit105.com.au,hit107.com,hknepaliradio.com,hockessincommunitynews.com,hodinkee.com,hollywood-elsewhere.com,hollywoodreporter.com,hoovers.com,hopestar.com,hotfm.com.au,houmatoday.com,houserepairtalk.com,houstonchronicle.com,hsvvoice.com,hulldailymail.co.uk,idahostatesman.com,idganswers.com,indianas4.com,indiewire.com,indyposted.com,infoworld.com,infozambia.com,inhabitat.com,inquirer.net,instyle.com,interest.co.nz,interfacelift.com,interfax.com.ua,intoday.in,investopedia.com,investsmart.com.au,iono.fm,irishmirror.ie,irishoutages.com,islandpacket.com,itsamememario.com,itv.com,itworld.com,jackfm.ca,jacksonville.com,jamaica-gleaner.com,jamieoliver.com,javaworld.com,jdnews.com,jobs.com.au,joeforamerica.com,journaldemocrat.com,journalgazette.net,journalstandard.com,joystiq.com,jsonline.com,kabc.com,kagstv.com,kare11.com,katc.com,kbs.co.kr,kbzk.com,kcentv.com,kdvr.com,kens5.com,kentucky.com,keysnet.com,kfor.com,kgw.com,khou.com,kidspot.com.au,kiiitv.com,king5.com,kinston.com,kiss959.com,koaa.com,kob.com,kofm.com.au,komando.com,koreabang.com,kotaku.com.au,kpax.com,kplr11.com,kqed.org,krem.com,ksdk.com,ktla.com,ktvb.com,kusports.com,kvue.com,kwgn.com,kxlf.com,kxlh.com,lajuntatribunedemocrat.com,lakewyliepilot.com,lawrence.com,leaderpost.com,ledger-enquirer.com,leicestermercury.co.uk,lex18.com,lifehacker.com.au,lifesitenews.com,lifezette.com,lincolncourier.com,liverpoolecho.co.uk,ljworld.com,lmtonline.com,lolbrary.com,lonokenews.net,loop21.com,lordofthememe.com,lostateminor.com,lsjournal.com,macombdaily.com,macon.com,macrumors.com,mailtribune.com,manchestereveningnews.co.uk,marieclaire.com,marketwatch.com,mashable.com,maxpreps.com,mcclatchydc.com,mcdonoughvoice.com,memearcade.com,memeslanding.com,memestache.com,mercedsunstar.com,mercurynews.com,miamiherald.com,middletowntranscript.com,milfordbeacon.com,military.com,mirror.co.uk,mix.com.au,mkweb.co.uk,mlb.mlb.com,modbee.com,moneytalksnews.com,monitor.co.ug,monkeysee.com,monroenews.com,montrealgazette.com,mothership.sg,motorcycle.com,motorcycleroads.com,motortopia.com,movies.com,mozo.com.au,mpnnow.com,mprnews.org,mrconservative.com,mrmovietimes.com,mrqe.com,msn.com,mtshastanews.com,mugglenet.com,mybroadband.co.za,mycareer.com.au,myfitnesspal.com,myfox8.com,myfoxzone.com,mygaming.co.za,myhomeremedies.com,mylifeisaverage.com,mypaper.sg,myrecipes.com,myrtlebeachonline.com,mysearchresults.com,myspace.com,namibtimes.net,nation.co.ke,nation.com.pk,nationaljournal.com,nature.com,nbcsportsradio.com,ncnewspress.com,netnewscheck.com,networkworld.com,newbernsj.com,newportindependent.com,news-journalonline.com,news.com.au,newscentermaine.com,newschief.com,newsday.com,newsfixnow.com,newsherald.com,newslocker.com,newsobserver.com,newsok.com,newsrepublican.com,newstimes.com,newtimes.co.rw,nextmovie.com,nhregister.com,nickmom.com,norwichbulletin.com,notsafeforwallet.net,nottinghampost.com,ntnews.com.au,nwfdailynews.com,nxfm.com.au,ny1.com,nymag.com,nytco.com,nytimes.com,nytimes3xbfgragh.onion,ocala.com,odometer.com,offbeat.com,olneydailymail.com,omgfacts.com,oriongazette.com,osadvertiser.co.uk,osnews.com,ottawamagazine.com,ovguide.com,paris-express.com,patch.com,patheos.com,paysonroundup.com,pba.org,pbcommercial.com,peakery.com,pekintimes.com,perthnow.com.au,petri.com,phl17.com,photobucket.com,picayune-times.com,pingtest.net,pirateshore.org,pix11.com,pjstar.com,planelogger.com,plosone.org,plymouthherald.co.uk,poconorecord.com,pokestache.com,politico.com,polygon.com,pontiacdailyleader.com,popsugar.com,popsugar.com.au,preaching.com,prepperwebsite.com,pressargus.com,pressmentor.com,pricedekho.com,providencejournal.com,pulaskinews.net,pv-tech.org,q13fox.com,qoshe.com,quackit.com,quibblo.com,radiowest.com.au,ragestache.com,ranker.com,ratemds.com,ratemyprofessors.com,readmetro.com,realestate.com.au,realityblurred.com,recordnet.com,recordonline.com,redmondmag.com,refinery29.com,relish.com,retailgazette.co.uk,reviewatlas.com,ridgecrestca.com,roadsideamerica.com,rogerebert.com,rollcall.com,rrstar.com,rumorfix.com,runcornandwidnesweeklynews.co.uk,runnow.eu,sacbee.com,sadlovequotes.net,salisburypost.com,sanluisobispo.com,savannahnow.com,sbs.com.au,scpr.org,scsuntimes.com,scubadiving.com,seacoastonline.com,seafm.com.au,seattletimes.com,sfchronicle.com,sfgate.com,sfx.co.uk,shelbystar.com,shtfplan.com,si.com,siftingsherald.com,similarsites.com,simpledesktops.com,singingnews.com,siskiyoudaily.com,sixbillionsecrets.com,sj-r.com,sky.com,slacker.com,slickdeals.net,slidetoplay.com,smackjuice.com,smartcompany.com.au,smartphowned.com,smh.com.au,softpedia.com,soranews24.com,southcoasttoday.com,southerncrossten.com.au,southerngospel.com,spin.com,spokesman.com,sportsdirectinc.com,spot.im,springwise.com,spryliving.com,srpressgazette.com,ssdboss.com,ssireview.org,stagevu.com,stamfordadvocate.com,standard.co.uk,star-telegram.com,starcourier.com,starfl.com,starfm.com.au,starnewsonline.com,statenews.com,statscrop.com,stltoday.com,stocktwits.com,stokesentinel.co.uk,stoppress.co.nz,streetinsider.com,stripes.com,stuttgartdailyleader.com,stv.tv,stylenest.co.uk,sub-titles.net,sunfm.com.au,sunherald.com,surfline.com,sussexcountian.com,swtimes.com,taftmidwaydriller.com,talkandroid.com,tampabay.com,tasteofawesome.com,tauntongazette.com,teamcoco.com,teaparty.org,techdirt.com,techinsider.io,telegram.com,teutopolispress.com,tgdaily.com,thatslife.com.au,thatssotrue.com,the-dispatch.com,theage.com.au,theaustralian.com.au,theblaze.com,thecitizen.co.tz,thecrimson.com,thecut.com,thedailybeast.com,thedestinlog.com,thedp.com,theeastafrican.co.ke,theepochtimes.com,thefader.com,thefirearmblog.com,thegamechicago.com,thegossipblog.com,thegrio.com,thegrocer.co.uk,thegurdontimes.com,thehawkeye.com,thehungermemes.net,thejournal.co.uk,thekit.ca,theledger.com,themercury.com.au,thenation.com,thenewstribune.com,theoaklandpress.com,theolympian.com,theonion.com,theprovince.com,therangecountry.com.au,therealdeal.com,theresurgent.com,theriver.com.au,theroot.com,thesaurus.com,thestack.com,thestarphoenix.com,thestate.com,thesuntimes.com,thetimesnews.com,thewalkingmemes.com,thewindowsclub.com,thewire.com,thisiswhyimbroke.com,thv11.com,time.com,timeshighereducation.co.uk,timesunion.com,today.com,tokyohive.com,topgear.com,topsite.com,torontoist.com,touringcartimes.com,townandcountrymag.com,townhall.com,townsvillebulletin.com.au,travelocity.com,travelweekly.com,tri-cityherald.com,tribalfootball.com,tribecafilm.com,tripadvisor.ca,tripadvisor.co.uk,tripadvisor.co.za,tripadvisor.com,tripadvisor.ie,tripadvisor.in,triplem.com.au,triplemclassicrock.com,trucktrend.com,truecar.com,tuscaloosanews.com,tvmaze.com,tvnewscheck.com,twcc.com,twcnews.com,typepad.com,ufc.com,uinterview.com,unfriendable.com,userstyles.org,usmagazine.com,usnews.com,vanburencountydem.com,vancouversun.com,veevr.com,vetfran.com,vev.io,vid.gg,vidbux.com,vidxden.to,viralnova.com,visiontimes.com,vogue.com.au,vulture.com,vvdailypress.com,walesonline.co.uk,waltonsun.com,wamu.org,washingtonexaminer.com,washingtontimes.com,washingtontimesreporter.com,watchanimes.me,watoday.com.au,watzatsong.com,waxahachietx.com,way2sms.com,wayfm.com,wbir.com,wbur.org,wcnc.com,weathernationtv.com,webdesignerwall.com,webestools.com,weeklytimesnow.com.au,wegotthiscovered.com,wellcommons.com,wetpaint.com,wfaa.com,wfmynews2.com,wgno.com,wgnradio.com,wgnt.com,wgntv.com,wgrz.com,whas11.com,whatsnewonnetflix.com,whimn.com.au,whitehalljournal.com,whnt.com,whosay.com,whotv.com,wickedlocal.com,wildcat.arizona.edu,windsorstar.com,winewizard.co.za,winnipegfreepress.com,wkyc.com,wltx.com,wnep.com,womansday.co.nz,womansday.com,womansday.com.au,woodfordtimes.com,worldreview.info,worthplaying.com,wow247.co.uk,wqad.com,wral.com,wreg.com,wrestlezone.com,wsj.com,wtkr.com,wtsp.com,wtvr.com,wusa9.com,wwltv.com,wzzm13.com,x17online.com,yahoo.com,yorkpress.co.uk,yourmiddleeast.com,zam.com,zedge.net,zillow.com,zooweekly.com.au,zybez.net##.ad breathecast.com##.ad > div techrepublic.com,yahoo.com##.ad-active deviantart.com##.ad-blocking-makes-fella-confused -alarabiya.net,atlanticfarmfocus.ca,burnsidenews.com,capebretonpost.com,cbncompass.ca,cornwallseawaynews.com,cumberlandnewsnow.com,dailybusinessbuzz.ca,edmunds.com,flightaware.com,ganderbeacon.ca,gfwadvertiser.ca,haaretz.com,hantsjournal.ca,hiapkdownload.com,jerusalemonline.com,journalism.co.uk,journalpioneer.com,kingscountynews.ca,leaprate.com,lportepilot.ca,lubbockonline.com,memecdn.com,memecenter.com,metrolyrics.com,mjtimes.sk.ca,ngnews.ca,novanewsnow.com,orleansstar.ca,paherald.sk.ca,pcworld.in,reverso.net,revision3.com,sasknewsnow.com,soapoperadigest.com,southerngazette.ca,tasteofhome.com,thecoastguard.ca,theguardian.pe.ca,thehindu.com,thepacket.ca,thetelegram.com,thevanguard.ca,thewesternstar.com,trurodaily.com,vinesbay.com,viralnova.com,westislandchronicle.com,westmountexaminer.com,where.ca,zerohedge.com##.ad-box +alarabiya.net,apkcombo.com,atlanticfarmfocus.ca,burnsidenews.com,capebretonpost.com,cbncompass.ca,cornwallseawaynews.com,cumberlandnewsnow.com,dailybusinessbuzz.ca,edmunds.com,flightaware.com,ganderbeacon.ca,gfwadvertiser.ca,haaretz.com,hantsjournal.ca,hiapkdownload.com,jerusalemonline.com,journalism.co.uk,journalpioneer.com,kingscountynews.ca,leaprate.com,lportepilot.ca,lubbockonline.com,memecdn.com,memecenter.com,metrolyrics.com,mjtimes.sk.ca,ngnews.ca,novanewsnow.com,orleansstar.ca,paherald.sk.ca,pcworld.in,reverso.net,revision3.com,sasknewsnow.com,soapoperadigest.com,southerngazette.ca,tasteofhome.com,thecoastguard.ca,theguardian.pe.ca,thehindu.com,thepacket.ca,thetelegram.com,thevanguard.ca,thewesternstar.com,trurodaily.com,viralnova.com,westislandchronicle.com,westmountexaminer.com,where.ca,zerohedge.com##.ad-box 6abc.com,9news.com.au,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abc7ny.com,ack.net,adelnews.com,advocatepress.com,agjournalonline.com,aledotimesrecord.com,amestrib.com,apalachtimes.com,autofocus.ca,barnstablepatriot.com,bcdemocratonline.com,beautifuldecay.com,bizjournals.com,biznews.com,blueridgenow.com,boonevilledemocrat.com,boston.com,businessinsider.com.au,cantondailyledger.com,capecodtimes.com,carmitimes.com,charlestonexpress.com,cheapism.com,chillicothetimesbulletin.com,chipleypaper.com,cnn.com,columbiadailyherald.com,courier-tribune.com,cpuboss.com,crestviewbulletin.com,dailycomet.com,dailycommercial.com,dailysun.co.za,dailytidings.com,desertdispatch.com,digg.com,dispatch.com,dnainfo.com,doverpost.com,downforeveryoneorjustme.com,driven.co.nz,eastpeoriatimescourier.com,ecr.co.za,electrek.co,engineeringnews.co.za,etcanada.com,examiner-enterprise.com,fayobserver.com,firehouse.com,fosters.com,fowlertribune.com,foxbusiness.com,foxnews.com,funkidslive.com,gadsdentimes.com,gainesville.com,galesburg.com,galvanews.com,geneseorepublic.com,glamour.com,golf.com,goupstate.com,gpuboss.com,greenwooddemocrat.com,hamburgreporter.com,hbr.org,heralddemocrat.com,heraldtribune.com,hockessincommunitynews.com,hollywoodreporter.com,hopestar.com,houmatoday.com,hsvvoice.com,ign.com,intouchweekly.com,jacarandafm.com,jacksonville.com,jdnews.com,journaldemocrat.com,journalstandard.com,kbb.com,kinston.com,komando.com,lajuntatribunedemocrat.com,lincolncourier.com,lonokenews.net,macstories.net,mailtribune.com,mcdonoughvoice.com,middletowntranscript.com,milfordbeacon.com,miningweekly.com,mobilesyrup.com,modernhealthcare.com,moneysense.ca,morningstar.com,mpnnow.com,mtshastanews.com,myfitnesspal.com,naminum.com,nbcnews.com,ncnewspress.com,newbernsj.com,newportindependent.com,news-journalonline.com,newschief.com,newsherald.com,newsrepublican.com,niufm.com,norwichbulletin.com,nwfdailynews.com,nzherald.co.nz,ocala.com,olneydailymail.com,oriongazette.com,paris-express.com,pbcommercial.com,pekintimes.com,picayune-times.com,pjstar.com,poconorecord.com,pontiacdailyleader.com,pressargus.com,pressmentor.com,providencejournal.com,pulaskinews.net,radicalresearch.co.uk,radio531pi.com,recordnet.com,recordonline.com,refinery29.com,reviewatlas.com,ridgecrestca.com,rollingstone.com,rrstar.com,savannahnow.com,scroll.in,scsuntimes.com,seacoastonline.com,seattletimes.com,shelbystar.com,siftingsherald.com,siskiyoudaily.com,sj-r.com,slate.com,sltrib.com,southcoasttoday.com,srpressgazette.com,ssdboss.com,stackexchange.com,starcourier.com,starfl.com,starnewsonline.com,stockhouse.com,stuttgartdailyleader.com,sussexcountian.com,swtimes.com,taftmidwaydriller.com,telegram.com,teutopolispress.com,the-dispatch.com,theaustralian.com.au,thedestinlog.com,thegurdontimes.com,thehawkeye.com,thehindu.com,theledger.com,thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se,themercury.com.au,thenewslens.com,thesuntimes.com,thetimesnews.com,thrillist.com,toofab.com,tuscaloosanews.com,vanburencountydem.com,vice.com,vvdailypress.com,waltonsun.com,washingtontimesreporter.com,whitehalljournal.com,wickedlocal.com,woodfordtimes.com,xboxdvr.com,youtube.com,zerohedge.com##.ad-container cnet.com##.ad-leader-middle faithit.com##.ad-wrapper + .widget-area @@ -63271,7 +58129,7 @@ bnqt.com##.ad05 djhungama.net,famously-dead.com,famouslyarrested.com,famouslyscandalous.com,gamrreview.com,indiatimes.com,lolcounter.com,rodalenews.com,thestandard.com.hk,timesofindia.com,weathernationtv.com,webmaster-source.com##.ad1 mpog100.com##.ad3 hitfreegames.com##.ad4 -cafemom.com,cio.co.uk,cvs.com,digitalartsonline.co.uk,emarketer.com,flightradar24.com,geek.com,globaltv.com,glosbe.com,hgtv.ca,macworld.co.uk,newspakistan.pk,nytimes.com,ocweekly.com,petagadget.com,sky.com,t3.com,thehimalayantimes.com,yakimaherald.com##.adContainer +cafemom.com,cio.co.uk,cvs.com,digitalartsonline.co.uk,emarketer.com,flightradar24.com,geek.com,globaltv.com,glosbe.com,hgtv.ca,macworld.co.uk,newspakistan.pk,nytimes.com,nytimes3xbfgragh.onion,ocweekly.com,petagadget.com,sky.com,t3.com,thehimalayantimes.com,yakimaherald.com##.adContainer technologicvehicles.com##.adEvTaiwan webfail.com##.adMR ifaonline.co.uk##.ad_right @@ -63307,6 +58165,7 @@ tvnz.co.nz##.addHolder investorschronicle.co.uk##.addPlacement worldissues360.com##.addWrapper viralitytoday.com##.add_banner_area +searchenginereports.net##.add_box abplive.in##.add_center yellowpages.ae##.add_main_div inspiyr.com##.add_unit @@ -63365,7 +58224,7 @@ cheapies.nz##.adstop gamerant.com##.adtester-container desertdispatch.com,f1fanatic.co.uk,geeky-gadgets.com,highdesert.com,indiatoday.in,journalgazette.net,lgbtqnation.com,miamitodaynews.com,myrecipes.com,thevoicebw.com,vvdailypress.com,wsj.com##.adtext reason.com,rushlimbaugh.com##.adtitle -ansamed.info,baltic-course.com,carsdirect.com,cbc.ca,cctv.com,cineuropa.org,cpuid.com,facebook.com,flicks.co.nz,futbol24.com,getwapi.com,howstuffworks.com,intoday.in,isearch.omiga-plus.com,jetphotos.com,maritimejobs.com,massappeal.com,mnn.com,mtv.com,mysuncoast.com,newagebd.net,ok.co.uk,ponged.com,prohaircut.com,qone8.com,roadfly.com,rockol.com,runamux.net,search.v9.com,tunemovies.to,ultimate-guitar.com,vh1.com,webssearches.com,zbani.com##.adv +ansamed.info,baltic-course.com,carsdirect.com,cbc.ca,cctv.com,cineuropa.org,cpuid.com,facebook.com,facebookcorewwwi.onion,flicks.co.nz,futbol24.com,getwapi.com,howstuffworks.com,intoday.in,isearch.omiga-plus.com,jetphotos.com,maritimejobs.com,massappeal.com,mnn.com,mtv.com,mysuncoast.com,newagebd.net,ok.co.uk,ponged.com,prohaircut.com,qone8.com,roadfly.com,rockol.com,runamux.net,search.v9.com,tunemovies.to,ultimate-guitar.com,vh1.com,webssearches.com,zbani.com##.adv gsmarena.com##.adv-bottom luxury-insider.com##.adv-info vidstream.io##.adv-space @@ -63389,7 +58248,7 @@ bandwidthblog.com,demerarawaves.com,eaglecars.com,earth911.com,hypable.com,pcmag dailyvoice.com##.advertise-with-us citysearch.com##.advertiseLink insiderpages.com##.advertise_with_us -000webhost.com,1380thebiz.com,1520thebiz.com,1520wbzw.com,760kgu.biz,880thebiz.com,aarp.org,about.com,afro.com,allrecipes.com,alternet.org,am1260thebuzz.com,amctv.com,animax-asia.com,annahar.com,araratadvertiser.com.au,areanews.com.au,armidaleexpress.com.au,avclub.com,avonadvocate.com.au,axn-asia.com,barossaherald.com.au,batemansbaypost.com.au,baysidebulletin.com.au,begadistrictnews.com.au,bellingencourier.com.au,bendigoadvertiser.com.au,benfergusonshow.com,betvasia.com,bigthink.com,biz1190.com,blacktownsun.com.au,blayneychronicle.com.au,bloomberg.com,bluemountainsgazette.com.au,boingboing.net,bombalatimes.com.au,boorowanewsonline.com.au,bordermail.com.au,braidwoodtimes.com.au,bravotv.com,bunburymail.com.au,business1110ktek.com,business1570.com,businessinsurance.com,busseltonmail.com.au,camdenadvertiser.com.au,camdencourier.com.au,canowindranews.com.au,capitalfm.co.ke,caranddriver.com,carrierethernetnews.com,centraladvocate.com.au,centralwesterndaily.com.au,cessnockadvertiser.com.au,christianradio.com,cinemablend.com,classicalmpr.org,classicandperformancecar.com,clickhole.com,colliemail.com.au,colypointobserver.com.au,competitor.com,conservativeradio.com,coomaexpress.com.au,cootamundraherald.com.au,cowraguardian.com.au,crainsnewyork.com,crookwellgazette.com.au,crosswalk.com,dailyadvertiser.com.au,dailygazette.com,dailyliberal.com.au,dailyrecord.com,dandenongjournal.com.au,defenceweb.co.za,di.fm,digiday.com,donnybrookmail.com.au,downloadcrew.com,dunedintv.co.nz,dungogchronicle.com.au,easternriverinachronicle.com.au,edenmagnet.com.au,elliottmidnews.com.au,esperanceexpress.com.au,essentialmums.co.nz,evite.com,examiner.com.au,eyretribune.com.au,fairfieldchampion.com.au,fastcocreate.com,fastcodesign.com,financialcontent.com,finnbay.com,forbesadvocate.com.au,frankstonweekly.com.au,gazettextra.com,gematsu.com,gemtvasia.com,gififly.com,gippslandtimes.com.au,gleninnesexaminer.com.au,globest.com,gloucesteradvocate.com.au,goodcast.org,goondiwindiargus.com.au,goulburnpost.com.au,greatlakesadvocate.com.au,grenfellrecord.com.au,guyraargus.com.au,hardenexpress.com.au,hawkesburygazette.com.au,hcn.org,hepburnadvocate.com.au,hillsnews.com.au,hispanicbusiness.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,huffingtonpost.com.au,huffingtonpost.in,humeweekly.com.au,huntervalleynews.net.au,i-dressup.com,imgur.com,inverelltimes.com.au,irishtimes.com,jewishjournal.com,jewishworldreview.com,juneesoutherncross.com.au,kansas.com,katherinetimes.com.au,kdow.biz,kkol.com,knoxweekly.com.au,labx.com,lakesmail.com.au,lamag.com,latrobevalleyexpress.com.au,legion.org,lifezette.com,lithgowmercury.com.au,liverpoolchampion.com.au,livestrong.com,livetennis.com,macarthuradvertiser.com.au,macedonrangesweekly.com.au,macleayargus.com.au,magtheweekly.com,mailtimes.com.au,maitlandmercury.com.au,mandurahmail.com.au,manningrivertimes.com.au,manoramaonline.com,margaretrivermail.com.au,maribyrnongweekly.com.au,marinmagazine.com,maroondahweekly.com.au,martechadvisor.com,meltonweekly.com.au,merimbulanewsonline.com.au,merredinmercury.com.au,metservice.com,mocospace.com,monashweekly.com.au,money1055.com,mooneevalleyweekly.com.au,moreechampion.com.au,movies4men.co.uk,mprnews.org,mtvindia.com,mudgeeguardian.com.au,murrayvalleystandard.com.au,muswellbrookchronicle.com.au,myallcoastnota.com.au,nambuccaguardian.com.au,naroomanewsonline.com.au,narrominenewsonline.com.au,nashvillescene.com,nationalgeographic.com,nationalreview.com,newcastlestar.com.au,northernargus.com.au,northerndailyleader.com.au,northweststar.com.au,noted.co.nz,nvi.com.au,nynganobserver.com.au,nytimes.com,oann.com,oberonreview.com.au,oklahoman.com,onetvasia.com,onlinegardenroute.co.za,oxygen.com,parenthood.com,parkeschampionpost.com.au,parramattasun.com.au,pch.com,peninsulaweekly.com.au,penrithstar.com.au,plasticsnews.com,portlincolntimes.com.au,portnews.com.au,portpirierecorder.com.au,portstephensexaminer.com.au,praguepost.com,psychologytoday.com,queanbeyanage.com.au,racingbase.com,radioguide.fm,readamericanfootball.com,readarsenal.com,readastonvilla.com,readbasketball.com,readbetting.com,readbournemouth.com,readboxing.com,readbrighton.com,readbundesliga.com,readburnley.com,readcars.co,readceltic.com,readchampionship.com,readchelsea.com,readcricket.com,readcrystalpalace.com,readeverton.com,readeverything.co,readfashion.co,readfilm.co,readfood.co,readfootball.co,readgaming.co,readgolf.com,readhorseracing.com,readhuddersfield.com,readhull.com,readinternationalfootball.com,readlaliga.com,readleicester.com,readliverpoolfc.com,readmancity.com,readmanutd.com,readmiddlesbrough.com,readmma.com,readmotorsport.com,readmusic.co,readnewcastle.com,readnorwich.com,readnottinghamforest.com,readolympics.com,readpl.com,readrangers.com,readrugbyunion.com,readseriea.com,readshowbiz.co,readsouthampton.com,readsport.co,readstoke.com,readsunderland.com,readswansea.com,readtech.co,readtennis.co,readtottenham.com,readtv.co,readussoccer.com,readwatford.com,readwestbrom.com,readwestham.com,readwsl.com,redsharknews.com,rhsgnews.com.au,riverinaleader.com.au,rollcall.com,rollingstoneaus.com,roxbydownssun.com.au,rubbernews.com,sconeadvocate.com.au,sify.com,silverdoctors.com,singletonargus.com.au,smallbusiness.co.uk,soft112.com,sonychannel.co.za,sonychannelasia.com,sonymax.co.za,sonymoviechannel.co.uk,sonytv.com,southcoastregister.com.au,southernhighlandnews.com.au,southernweekly.com.au,southwestadvertiser.com.au,standard.net.au,star-telegram.com,stawelltimes.com.au,stmarysstar.com.au,stockandland.com.au,stonningtonreviewlocal.com.au,summitsun.com.au,suncitynews.com.au,sunjournal.com,sunraysiadaily.com.au,tennantcreektimes.com.au,tenterfieldstar.com.au,the-scientist.com,theadvocate.com,theadvocate.com.au,thebeachchannel.tv,thecatholicthing.org,thecourier.com.au,thecurrent.org,theflindersnews.com.au,theforecaster.net,theguardian.com.au,theherald.com.au,theislanderonline.com.au,theland.com.au,theleader.com.au,thenortherntimes.com.au,theridgenews.com.au,therural.com.au,thesportsmanchannel.com,thetriangle.org,tirebusiness.com,townandcountrymagazine.com.au,transcontinental.com.au,travelpulse.com,twincitiesbusinessradio.com,twitch.tv,ulladullatimes.com.au,uptodown.com,vanityfair.com,victorharbortimes.com.au,villagesoup.com,waginargus.com.au,walchanewsonline.com.au,walworthcountytoday.com,washingtonexaminer.com,wauchopegazette.com.au,wellingtontimes.com.au,westcoastsentinel.com.au,westernadvocate.com.au,westernmagazine.com.au,whyallanewsonline.com.au,winghamchronicle.com.au,wollondillyadvertiser.com.au,woot.com,wsj.com,wyndhamweekly.com.au,yasstribune.com.au,yellow.co.ke,yellowpages.ca,ynaija.com,youngwitness.com.au##.advertisement +000webhost.com,1380thebiz.com,1520thebiz.com,1520wbzw.com,760kgu.biz,880thebiz.com,aarp.org,about.com,afro.com,allrecipes.com,alternet.org,am1260thebuzz.com,amctv.com,animax-asia.com,annahar.com,apkcombo.com,araratadvertiser.com.au,areanews.com.au,armidaleexpress.com.au,avclub.com,avonadvocate.com.au,axn-asia.com,barossaherald.com.au,batemansbaypost.com.au,baysidebulletin.com.au,begadistrictnews.com.au,bellingencourier.com.au,bendigoadvertiser.com.au,benfergusonshow.com,betvasia.com,bigthink.com,biz1190.com,blacktownsun.com.au,blayneychronicle.com.au,bloomberg.com,bluemountainsgazette.com.au,boingboing.net,bombalatimes.com.au,boorowanewsonline.com.au,bordermail.com.au,braidwoodtimes.com.au,bravotv.com,bunburymail.com.au,business1110ktek.com,business1570.com,businessinsurance.com,busseltonmail.com.au,camdenadvertiser.com.au,camdencourier.com.au,canowindranews.com.au,capitalfm.co.ke,caranddriver.com,carrierethernetnews.com,centraladvocate.com.au,centralwesterndaily.com.au,cessnockadvertiser.com.au,christianradio.com,cinemablend.com,classicalmpr.org,classicandperformancecar.com,clickhole.com,colliemail.com.au,colypointobserver.com.au,competitor.com,conservativeradio.com,coomaexpress.com.au,cootamundraherald.com.au,cowraguardian.com.au,crainsnewyork.com,crookwellgazette.com.au,crosswalk.com,dailyadvertiser.com.au,dailygazette.com,dailyliberal.com.au,dailyrecord.com,dandenongjournal.com.au,defenceweb.co.za,di.fm,digiday.com,donnybrookmail.com.au,downloadcrew.com,dunedintv.co.nz,dungogchronicle.com.au,easternriverinachronicle.com.au,edenmagnet.com.au,elliottmidnews.com.au,esperanceexpress.com.au,essentialmums.co.nz,evite.com,examiner.com.au,eyretribune.com.au,fairfieldchampion.com.au,fastcocreate.com,fastcodesign.com,financialcontent.com,finnbay.com,forbesadvocate.com.au,frankstonweekly.com.au,gazettextra.com,gematsu.com,gemtvasia.com,gififly.com,gippslandtimes.com.au,gleninnesexaminer.com.au,globest.com,gloucesteradvocate.com.au,goondiwindiargus.com.au,goulburnpost.com.au,greatlakesadvocate.com.au,grenfellrecord.com.au,guyraargus.com.au,hardenexpress.com.au,hawkesburygazette.com.au,hcn.org,hepburnadvocate.com.au,hillsnews.com.au,hispanicbusiness.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,huffingtonpost.com.au,huffingtonpost.in,humeweekly.com.au,huntervalleynews.net.au,i-dressup.com,imgur.com,inverelltimes.com.au,irishtimes.com,jewishjournal.com,jewishworldreview.com,juneesoutherncross.com.au,kansas.com,katherinetimes.com.au,kdow.biz,kkol.com,knoxweekly.com.au,labx.com,lakesmail.com.au,lamag.com,latrobevalleyexpress.com.au,legion.org,lifezette.com,lithgowmercury.com.au,liverpoolchampion.com.au,livestrong.com,livetennis.com,macarthuradvertiser.com.au,macedonrangesweekly.com.au,macleayargus.com.au,magtheweekly.com,mailtimes.com.au,maitlandmercury.com.au,mandurahmail.com.au,manningrivertimes.com.au,manoramaonline.com,margaretrivermail.com.au,maribyrnongweekly.com.au,marinmagazine.com,maroondahweekly.com.au,martechadvisor.com,meltonweekly.com.au,merimbulanewsonline.com.au,merredinmercury.com.au,metservice.com,mocospace.com,monashweekly.com.au,money1055.com,mooneevalleyweekly.com.au,moreechampion.com.au,movies4men.co.uk,mprnews.org,mtvindia.com,mudgeeguardian.com.au,murrayvalleystandard.com.au,muswellbrookchronicle.com.au,myallcoastnota.com.au,nambuccaguardian.com.au,naroomanewsonline.com.au,narrominenewsonline.com.au,nashvillescene.com,nationalgeographic.com,nationalreview.com,newcastlestar.com.au,northernargus.com.au,northerndailyleader.com.au,northweststar.com.au,noted.co.nz,nvi.com.au,nynganobserver.com.au,nytimes.com,nytimes3xbfgragh.onion,oann.com,oberonreview.com.au,oklahoman.com,onetvasia.com,onlinegardenroute.co.za,oxygen.com,parenthood.com,parkeschampionpost.com.au,parramattasun.com.au,pch.com,peninsulaweekly.com.au,penrithstar.com.au,plasticsnews.com,portlincolntimes.com.au,portnews.com.au,portpirierecorder.com.au,portstephensexaminer.com.au,praguepost.com,psychologytoday.com,queanbeyanage.com.au,racingbase.com,radioguide.fm,readamericanfootball.com,readarsenal.com,readastonvilla.com,readbasketball.com,readbetting.com,readbournemouth.com,readboxing.com,readbrighton.com,readbundesliga.com,readburnley.com,readcars.co,readceltic.com,readchampionship.com,readchelsea.com,readcricket.com,readcrystalpalace.com,readeverton.com,readeverything.co,readfashion.co,readfilm.co,readfood.co,readfootball.co,readgaming.co,readgolf.com,readhorseracing.com,readhuddersfield.com,readhull.com,readinternationalfootball.com,readlaliga.com,readleicester.com,readliverpoolfc.com,readmancity.com,readmanutd.com,readmiddlesbrough.com,readmma.com,readmotorsport.com,readmusic.co,readnewcastle.com,readnorwich.com,readnottinghamforest.com,readolympics.com,readpl.com,readrangers.com,readrugbyunion.com,readseriea.com,readshowbiz.co,readsouthampton.com,readsport.co,readstoke.com,readsunderland.com,readswansea.com,readtech.co,readtennis.co,readtottenham.com,readtv.co,readussoccer.com,readwatford.com,readwestbrom.com,readwestham.com,readwsl.com,redsharknews.com,rhsgnews.com.au,riverinaleader.com.au,rollcall.com,rollingstoneaus.com,roxbydownssun.com.au,rubbernews.com,sconeadvocate.com.au,sify.com,silverdoctors.com,singletonargus.com.au,smallbusiness.co.uk,soft112.com,sonychannel.co.za,sonychannelasia.com,sonymax.co.za,sonymoviechannel.co.uk,sonytv.com,southcoastregister.com.au,southernhighlandnews.com.au,southernweekly.com.au,southwestadvertiser.com.au,standard.net.au,star-telegram.com,stawelltimes.com.au,stmarysstar.com.au,stockandland.com.au,stonningtonreviewlocal.com.au,summitsun.com.au,suncitynews.com.au,sunjournal.com,sunraysiadaily.com.au,tennantcreektimes.com.au,tenterfieldstar.com.au,the-scientist.com,theadvocate.com,theadvocate.com.au,thebeachchannel.tv,thecatholicthing.org,thecourier.com.au,thecurrent.org,theflindersnews.com.au,theforecaster.net,theguardian.com.au,theherald.com.au,theislanderonline.com.au,theland.com.au,theleader.com.au,theridgenews.com.au,therural.com.au,thesportsmanchannel.com,thetriangle.org,tirebusiness.com,townandcountrymagazine.com.au,transcontinental.com.au,travelpulse.com,twincitiesbusinessradio.com,twitch.tv,ulladullatimes.com.au,uptodown.com,vanityfair.com,victorharbortimes.com.au,villagesoup.com,waginargus.com.au,walchanewsonline.com.au,walworthcountytoday.com,washingtonexaminer.com,wauchopegazette.com.au,wellingtontimes.com.au,westcoastsentinel.com.au,westernadvocate.com.au,westernmagazine.com.au,whyallanewsonline.com.au,winghamchronicle.com.au,wollondillyadvertiser.com.au,woot.com,wsj.com,wyndhamweekly.com.au,yasstribune.com.au,yellow.co.ke,yellowpages.ca,ynaija.com,youngwitness.com.au##.advertisement fieldandstream.com##.advertisement-fishing-contest firehouse.com,locksmithledger.com,officer.com,securityinfowatch.com##.advertisement:not(.body) 4v4.com,bn0.com,culttt.com,flicks.co.nz,shieldarcade.com,structurae.net,thecurrent.org,thethingswesay.com,who.is##.advertisements @@ -63442,7 +58301,7 @@ kcsoftwares.com##.alert-success fmovies.taxi##.alert-warning hbwm.com##.alignRight[style="margin-right:30px;color:#858585;"] empowernetwork.com##.align[bgcolor="#FCFA85"] -downloadhub.to##.alignnone +downloadhub.blog##.alignnone allbusiness.com##.allbu-adlabel thestar.com##.alpha--big-box searchizz.com##.also_block @@ -63505,6 +58364,7 @@ scoop.co.nz##.article-left-box newstatesman.com,pressgazette.co.uk,spearswms.com##.article-mpu newstatesman.com##.article-mpu-5 nintendolife.com,pushsquare.com##.article-recommendations +windowscentral.com##.article-shop-bar androidcentral.com##.article-shop-bar__item salemreporter.com##.article-sponsors trendhunter.com##.articleBox @@ -63637,7 +58497,6 @@ medicalxpress.com,phys.org,pixdaus.com,tennis.com,thesaurus.com##.banner-holder freecode.com##.banner-imu adbilty.me##.banner-inner neowin.net##.banner-leaderboard -rio2016.com##.banner-load savevid.com##.banner-main-198x300 televisionfanatic.com##.banner-middle-frontpage 101greatgoals.com##.banner-placement @@ -63917,7 +58776,6 @@ thenextweb.com##.border-t.mt-2 share-links.biz##.border1dark helenair.com##.bordered[align="center"][width="728"] tgun.tv##.bossPlayer -dailynews.gov.bw##.bot-banner moneycontrol.com##.bot_RHS300 gofish.com##.botban1 gofish.com##.botban2 @@ -64031,6 +58889,7 @@ wired.com##.builder-section-ad whitepages.com##.business_premium_container_top switchboard.com,whitepages.com##.business_premium_results 1053kissfm.com##.button-buy +imac-torrents.com##.button-green miloyski.com##.button[target="_blank"] downarchive.com##.button_dl freedownloadmanager.org,freedownloadscenter.com##.button_free_scan @@ -64208,7 +59067,7 @@ verizon.com##.comp_container_marketplace blinkbox.com##.companion 5min.com##.companion-banner proactiveinvestors.co.uk,proactiveinvestors.com.au##.company-banner -bbyellow.com,bsyellow.com,businesslist.co.cm,businesslist.co.ke,businesslist.com.bd,businesslist.com.ng,businesslist.my,businesslist.ph,businesslist.pk,cambodiayp.com,caymanyellow.com,chileindex.com,colombiayp.com,ethiopiadirectory.com,georgiayp.com,ghanayp.com,indonesiayp.com,jmyellow.com,jpyellow.com,lebyp.com,lesothoyp.com,localbotswana.com,malawiyp.com,moroccoyp.com,myanmaryp.com,namibiayp.com,nepalyp.com,puertoricoindex.com,qataryp.com,rwandayp.com,saudianyp.com,senegalyp.com,sudanyp.com,tanzaniayp.com,thaigreenpages.com,tntyellow.com,tunisiayp.com,turkishyp.com,yemenyp.com,zambiayp.com,zimbabweyp.com##.company_banner +bbyellow.com,bsyellow.com,businesslist.co.cm,businesslist.co.ke,businesslist.com.ng,businesslist.my,businesslist.ph,businesslist.pk,cambodiayp.com,caymanyellow.com,chileindex.com,colombiayp.com,ethiopiadirectory.com,georgiayp.com,ghanayp.com,indonesiayp.com,jmyellow.com,jpyellow.com,lebyp.com,lesothoyp.com,localbotswana.com,malawiyp.com,moroccoyp.com,myanmaryp.com,namibiayp.com,nepalyp.com,puertoricoindex.com,qataryp.com,rwandayp.com,saudianyp.com,senegalyp.com,sudanyp.com,tanzaniayp.com,thaigreenpages.com,tntyellow.com,tunisiayp.com,turkishyp.com,yemenyp.com,zambiayp.com,zimbabweyp.com##.company_banner versusio.com##.compare_leaderboard circa.com##.component-ddb-728x90-v1 delish.com##.conban1 @@ -64273,8 +59132,6 @@ notcot.org##.conversationalist_outer list25.com##.converter sharaget.com##.coollist madison.com##.coupon -gamecoupongrid.com##.coupon-card.feature-card -gamecoupongrid.com##.coupon-head.feature-card-head columbian.com##.coupon-widget wnst.net##.coupon_block ftadviser.com##.cpdSponsored @@ -64471,20 +59328,20 @@ dailymail.co.uk##.editors-choice.ccox.link-ccox.linkro-darkred experts-exchange.com##.eeAD notebooks.com##.efbleft trustedreviews.com##.egl-tabbed-content -facebook.com##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="%26adgroup_id%"] -facebook.com##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="utm_medium"] -facebook.com##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="utm_source"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26ad_id%"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26ad_id%"] + div -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26adgroup_id%"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%3Fcampaign%3D"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*=".intelliad.de"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="adfarm.mediaplex.com"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="fb_source%3Dad%26tag%3D"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="fb_source%3Dad%26tag%3D"] + div -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="https%3A%2F%2Fgoo.gl%2F"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="utm_medium"] -facebook.com##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="utm_source"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="%26adgroup_id%"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="utm_medium"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="http://l.facebook.com/l.php?u="][href*="utm_source"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26ad_id%"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26ad_id%"] + div +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%26adgroup_id%"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="%3Fcampaign%3D"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*=".intelliad.de"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="adfarm.mediaplex.com"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="fb_source%3Dad%26tag%3D"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="fb_source%3Dad%26tag%3D"] + div +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="https%3A%2F%2Fgoo.gl%2F"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="utm_medium"] +facebook.com,facebookcorewwwi.onion##.ego_section a[href^="https://l.facebook.com/l.php?u="][href*="utm_source"] priceonomics.com##.eib-banner lyrster.com##.el_results pirateiro.com##.embedded > center @@ -64510,7 +59367,7 @@ mobafire.com##.exhibit-narrow mobafire.com##.exhibit-vertical logupdateafrica.com##.expandable-banner miami.com##.expedia-widget -nytimes.com##.expediaBooking +nytimes.com,nytimes3xbfgragh.onion##.expediaBooking mercurynews.com##.expertBox seattletimes.com##.explore-block bestvpn.com##.expressvpn-box @@ -64860,16 +59717,16 @@ worldpress.org##.header-bnr playnj.com##.header-bonus kveller.com##.header-bottom thedailystar.net##.header-bottom-adds -gamecoupongrid.com##.header-feature expressandstar.com,guernseypress.com,jerseyeveningpost.com,shropshirestar.com,thebiggestloser.com.au##.header-leaderboard natureasia.com##.header-leaderboard-wrap queenscourier.com##.header-left spyka.net##.header-link tfo.org,times.co.zm##.header-pub -confidente.com.na,floridanewsline.com,lyricsbogie.com,queenscourier.com,thenews.com.pk##.header-right +floridanewsline.com,lyricsbogie.com,queenscourier.com,thenews.com.pk##.header-right bentelevision.com,bh24.co.zw##.header-right-banner-wrapper htxt.co.za##.header-sub newtimes.co.rw,providencejournal.com,southernliving.com##.header-top +windowscentral.com##.header-top-alert-bar kollywoodtoday.net##.header-top-right windowscentral.com##.header-top__offer knowyourmeme.com##.header-unit-wrapper @@ -65002,7 +59859,6 @@ imgfave.com##.image_login_message blessthisstuff.com##.imagem_sponsor laineygossip.com##.img-box newsbtc.com##.img-responsive -imagus.net##.img_add exchangerates.org.uk##.imt4 computerworld.com,infoworld.com##.imu popdust.com##.in @@ -65115,8 +59971,6 @@ marketsmojo.com##.kotak_adv ndtv.com##.kpc_rhs_wdgt ndtv.com##.kpc_rhs_widget herold.at##.kronehit -lenteng.com##.ktz-bannerhead -lenteng.com##.ktz_banner the-star.co.ke##.l-banner thenextweb.com##.l-postSingleCanvasBlocker topgear.com##.l-runaround-mpu @@ -65498,6 +60352,8 @@ plus.im##.ms-creative-position-header govtech.com##.mt-20 motortrend.com##.mt-spotlight facemoods.com##.mts + .search-list +zerolives.com##.munder-content-wide-top +zerolives.com##.munder-top movieking.me##.mv_dirad dexerto.com##.my3.tc javascript-coder.com##.myadv1 @@ -65582,8 +60438,8 @@ cheezburger.com##.nw-rail-min-250 ninemsn.com.au##.nw_ft_all_partners marineelectronics.com,marinetechnologynews.com,maritimeprofessional.com##.nwm-banner nymag.com,vulture.com##.nym-ad-active -nytimes.com##.nytmm-ss-ad-target -nytimes.com##.nytmm-ss-big-ad +nytimes.com,nytimes3xbfgragh.onion##.nytmm-ss-ad-target +nytimes.com,nytimes3xbfgragh.onion##.nytmm-ss-big-ad nzherald.co.nz##.nzh-bigbanner nzherald.co.nz##.nzh-extendedbanner nzherald.co.nz##.nzme_ss @@ -65637,7 +60493,6 @@ oversixty.co.nz##.page-heading-wrap politico.com##.page-skin-graphic channel4.com##.page-top-banner krcrtv.com,ktxs.com,nbcmontana.com,wcti12.com,wcyb.com##.pageHeaderRow1 -freebetcodes.info##.page_free-bet-codes_1 nzcity.co.nz##.page_skyscraper nationalreview.com##.pagetools[align="center"] optimum.net##.paidResult @@ -66001,6 +60856,7 @@ aplus.com##.recommended-block casinonewsdaily.com##.recommended-casinos-widget yellowpages.qa##.recommended-div winaero.com##.recommended-inline +forestriverforums.com##.recommended-stories xml.com##.recommended_div2 fastcompany.com##.recommender gsmchoice.com##.recommends @@ -66027,7 +60883,6 @@ ana-white.com##.region-sidebar-second > #block-block-64 extrahardware.com##.region-skyscraper weather.com##.region-top futbol24.com##.rek -4shared.com##.rekl_top_wrapper filmgo.org##.reklam-videoyan topclassifieds.info##.reklama_vip radiosi.eu##.reklame @@ -66049,11 +60904,12 @@ techrepublic.com##.resource-centre intelius.com##.resourceBox cio.com,informationweek.com,infoworld.com##.resources macmillandictionary.com##.responsive_cell_whole -duckduckgo.com##.result--ad > .result__body +3g2upl4pq6kufc4m.onion,duckduckgo.com##.result--ad > .result__body jetphotos.com##.result--adv qwant.com##.result--ext simplefilesearch.com##.result-f wrongdiagnosis.com##.result_adv +qwant.com##.result_extensions__policy qwant.com##.result_extensions__underline yellowpages.bw,yellowpages.co.ls,yellowpages.co.zm##.result_item_gold yellowpages.bw,yellowpages.co.ls,yellowpages.co.zm##.result_item_silver @@ -66221,7 +61077,7 @@ xml.com##.secondary[width="153"] wbur.org##.section--breakout sowetanlive.co.za##.section-article-sponsored topgear.com##.section-box--promo -pornhub.com##.section-hqrelateds +pornhub.com,pornhubthbh7ap3u.onion##.section-hqrelateds ft.com##.section-meta__sponsorship seattletimes.com##.section-sponsored free-codecs.com##.sectionBanners @@ -66245,7 +61101,7 @@ whitepages.com##.serp-list > .med-grey yellowpages.com.jo,yellowpages.com.lb##.serp-right-banners charter.net,verizon.com##.serp21_sponsored independent.co.uk##.seven-articles -nytimes.com##.sfg-paidpost-li +nytimes.com,nytimes3xbfgragh.onion##.sfg-paidpost-li sfgate.com##.sfg_ysm001 zeetv.com##.sh_banner1 04stream.com##.shade @@ -66595,7 +61451,6 @@ affiliatesrating.com,africaoilandpower.com,allkpop.com,androidfilehost.com,arsen herold.at##.sponsors + .hdgTeaser herold.at##.sponsors + .hdgTeaser + #karriere thespinoff.co.nz##.sponsors-block -ca2016.com##.sponsors-grid pri.org##.sponsors-logo-group keepvid.com##.sponsors-s firstpost.com##.sponsors-wrap @@ -66804,7 +61659,7 @@ razorianfly.com##.ticker browardpalmbeach.com,citypages.com,dallasobserver.com,houstonpress.com,laweekly.com,lifebuzz.com,miaminewtimes.com,phoenixnewtimes.com,villagevoice.com,westword.com##.ticket browardpalmbeach.com,citypages.com,dallasobserver.com,houstonpress.com,laweekly.com,miaminewtimes.com,phoenixnewtimes.com,villagevoice.com,westword.com##.ticket-button nhl.com##.ticket-link -nytimes.com##.ticketNetworkModule +nytimes.com,nytimes3xbfgragh.onion##.ticketNetworkModule nbcsports.msnbc.com##.ticketsnow-widget trucksales.com.au##.tiles-container coub.com##.timeline-banner @@ -66833,7 +61688,7 @@ houseandleisure.co.za##.top-add outlooktraveller.com##.top-add-banner theync.com##.top-aff smarteranalyst.com##.top-article-banner -9to5google.com,arabianbusiness.com,automotive-fleet.com,brainz.org,businessfleet.com,centralchronicle.in,cfl.ca,dailynews.gov.bw,dnainfo.com,ebony.com,firsttoknow.com,fleetfinancials.com,government-fleet.com,lctmag.com,leadership.ng,leedsunited.com,letstalkbitcoin.com,reverso.net,rockthebells.net,schoolbusfleet.com,spanishdict.com,sportpesanews.com,total-croatia-news.com,truckinginfo.com,weeklyworldnews.com,worktruckonline.com,yellowpages.com.jo,yellowpages.com.lb##.top-banner +9to5google.com,arabianbusiness.com,automotive-fleet.com,brainz.org,businessfleet.com,centralchronicle.in,cfl.ca,dnainfo.com,ebony.com,firsttoknow.com,fleetfinancials.com,government-fleet.com,lctmag.com,leadership.ng,leedsunited.com,letstalkbitcoin.com,reverso.net,rockthebells.net,schoolbusfleet.com,spanishdict.com,sportpesanews.com,total-croatia-news.com,truckinginfo.com,weeklyworldnews.com,worktruckonline.com,yellowpages.com.jo,yellowpages.com.lb##.top-banner mmohuts.com##.top-banner-billboard rumorfix.com##.top-banner-container citymetric.com,wjunction.com##.top-banners @@ -67139,7 +61994,6 @@ current.org,religionnews.com##.widget_doubleclick_widget eos.org##.widget_eosadvertisement styleblazer.com##.widget_fashionblog_ad essentials.co.za##.widget_featured_post_widget -urbanmusichq.se##.widget_gad extremetech.com##.widget_gptwidget fxempire.com##.widget_latest_promotions fxempire.com##.widget_latest_promotions_right @@ -67154,7 +62008,6 @@ twistedsifter.com##.widget_sifter_ad_bigbox_widget sassymanila.com##.widget_sp_digitallylux_widget acprimetime.com,brigantinenow.com,downbeachbuzz.com##.widget_sp_image nineoclock.ro##.widget_sponsor -lnbs.org.ls##.widget_sponsors automobilemag.com##.widget_ten_automobilemag_outbrain amygrindhouse.com,lostintechnology.com##.widget_text ynaija.com##.widget_ti_code_banner @@ -67279,7 +62132,7 @@ hulu.com##[flashvars^="backgroundURL=http://ads.hulu.com/published/"] bunalti.com##[height="90"][width="728"] torrentfunk2.com,yourbittorrent2.com##[href*=".an0n."] news.softpedia.com##[href*=".php?"] > img[src] -123moviesfree.com,alaskapublic.org,allkeyshop.com,ancient-origins.net,animeidhentai.com,arabtimesonline.com,coinad.com,dailypost.ng,dexerto.com,digitallydownloaded.net,dotesports.com,dotmmo.com,ebookw.com,fresherslive.com,gizmochina.com,goal.com,guidedhacking.com,hlstester.com,limetorrents.info,majorgeeks.com,mydramalist.com,naijaloaded.com.ng,onlinevideoconverter.com,owaahh.com,pcgamesn.com,premiumtimesng.com,resultuniraj.co.in,retail.org.nz,rustourismnews.com,sh.st,smallseotools.com,sports.yahoo.com,ssbcrack.com,tetris.com,theblaze.com,thehackernews.com,thenationonlineng.net,torrentdownloads.me,ultshare.com,vumafm.co.za,yeyeboyz.net,zmescience.com##[href*="bit.ly/"] +123moviesfree.com,7-up.net,alaskapublic.org,allkeyshop.com,ancient-origins.net,animeidhentai.com,arabtimesonline.com,coinad.com,dailypost.ng,dexerto.com,digitallydownloaded.net,dotesports.com,dotmmo.com,ebookw.com,fresherslive.com,gizmochina.com,goal.com,guidedhacking.com,hlstester.com,limetorrents.info,majorgeeks.com,mydramalist.com,naijaloaded.com.ng,onlinevideoconverter.com,owaahh.com,pcgamesn.com,premiumtimesng.com,resultuniraj.co.in,retail.org.nz,rustourismnews.com,sh.st,smallseotools.com,sports.yahoo.com,ssbcrack.com,tetris.com,theblaze.com,thehackernews.com,thenationonlineng.net,torrentdownloads.me,ultshare.com,vumafm.co.za,yeyeboyz.net,zmescience.com##[href*="bit.ly/"] monova.to##[href*="https://medictiona.info/"] eztv.io##[href] > [id][style*="padding"] watchcartoonsonline.la##[href^="/scripts/"] @@ -67290,9 +62143,8 @@ dexerto.com##[href^="https://is.gd/"] nwanime.tv##[href^="https://www.nutaku.net/signup/landing/"] clickmngr.com##[href^="https://www.safenetdir.com/"] vidoza.net##[id*="Overlay"] -bg-gledai.tv,btsone.cc,jukezilla.com,linx.cloud,monova.org,ouo.io,swatchseries.to##[id*="ScriptRoot"] +bg-gledai.tv,btsone.cc,jukezilla.com,linx.cloud,megaurl.xyz,monova.org,ouo.io,swatchseries.to##[id*="ScriptRoot"] 1001tracklists.com##[id][width] -msn.com##[id^="-"] msn.com##[id^="\35 "] comicbook.com,popculture.com##[id^="oas"] extremetech.com##[id^="zdAdContainer"] @@ -67301,9 +62153,7 @@ monova.org##[onclick] > [target="_blank"] monova.org##[onclick] > a[class] eztv.io##[rel*="nofollow"] > [id][style] naturalblaze.com##[rel="nofollow"][href^="http://products.naturalblaze.com/"] > img -msn.com##[src*="g00.msn.com/goo"] uploadocean.com##[src][width] -tomshardware.co.uk,tomshardware.com##[style*="animation:"] drudgereport.com##[style*="background-blend"] timeanddate.com##[style="float: right; width: 170px;"] condo.com##[style="float:left;width:515px;"] @@ -67327,9 +62177,10 @@ empireonline.com##[width="950"][height="130"][align="center"] lindaikeji.blogspot.com##a > img[height="600"] video-download.online##a > img[src][style] powerbot.org##a > img[width="729"] -facebook.com##a[ajaxify*="&eid="] + a[href^="https://l.facebook.com/l.php?u="] +facebook.com,facebookcorewwwi.onion##a[ajaxify*="&eid="] + a[href^="https://l.facebook.com/l.php?u="] experthometips.com##a[class^="abp_image_"] bernama.com##a[class^="banner_photo_"] +3dnatives.com##a[data-bid][target="_blank"] grammarist.com##a[data-delivery^="/"] pcmag.com##a[data-section="Ads"] roadracerunner.com##a[data-target] @@ -67347,11 +62198,10 @@ huffingtonpost.com##a[href*=".atwola.com/"] concordnewsradio.com##a[href*=".be/"] msn.com##a[href*=".booking.com/"] concordnewsradio.com##a[href*=".cc/"] -streamcloud.eu##a[href*=".engine"] concordnewsradio.com##a[href*=".es/"] autodealer.co.za,bitminter.com,shareae.com,spellcheck.net##a[href*=".go2cloud.org/aff_c?offer_id="] concordnewsradio.com##a[href*=".gy/"] -beforeitsnews.com,boredpanda.com,celebrityweightloss.com,fittube.tv,in5d.com,jeffbullas.com,siteworthchecker.com##a[href*=".hop.clickbank.net"] +beforeitsnews.com,boredpanda.com,celebrityweightloss.com,fittube.tv,in5d.com,jeffbullas.com,siteworthchecker.com,themindunleashed.com,windowsloop.com##a[href*=".hop.clickbank.net"] zippyshare.com##a[href*=".inclk.com/"] audiobookabb.com,audiobookbay.nl,bossmp3.me,heromaza.co##a[href*=".php"] skysports.com,sportinglife.com##a[href*=".skybet.com/"] @@ -67367,7 +62217,6 @@ business-standard.com##a[href*="/adclicksTag.php?"] itweb.co.za##a[href*="/adredir.php?"] streamplay.to##a[href*="/apu.php"] movie4me.fun,webmusic.live##a[href*="/c.php?"][href*="&zn="] -streamcloud.eu##a[href*="/clicktag."] adlock.org##a[href*="/download/"] bittorrentz.net##a[href*="/download_torrent.php?"] downloadwarez.org##a[href*="/fullversion-download/"] @@ -67394,7 +62243,6 @@ distrowatch.com##a[href*="acunetix.com"] lawctopus.com##a[href*="alc.edu.in/Lawctopus"] worldfree4u.lol##a[href*="clksite.com/"] snaptest.org##a[href*="edutourism.in/?utm_source=snapportalemail"] -streamcloud.eu##a[href*="engine.4dsply.com"] encyclopediadramatica.rs##a[href*="http://torguard.net/aff.php"] threepercenternation.com##a[href*="https://pro."] snaptest.org##a[href*="indianbank.net.in/jsp/startIB.jsp"] @@ -67471,7 +62319,6 @@ wemineall.com,wemineltc.com##a[href="https://diceliteco.in"] ummah.com##a[href="https://quranforkids.org/registration/"] vpsboard.com##a[href="https://vpsboard.com/advertise.html"] ugotfile.com##a[href="https://www.astrill.com/"] -cloudvideo.tv##a[href="https://www.myvpn.review"] meta-calculator.com,meta-chart.com##a[href="https://www.penjee.com"] time4hemp.com##a[href="https://www.seriousseeds.com/"] allmyvideos.net##a[href] > img[id] @@ -67491,7 +62338,7 @@ shroomery.org##a[href^="/ads/ck.php?"] metrolyrics.com##a[href^="/ads/track.php"] shroomery.org##a[href^="/ads/www/delivery/"] scoop.co.nz##a[href^="/adsfac.net/link.asp?"] -facebook.com##a[href^="/ajax/emu/end.php?"] +facebook.com,facebookcorewwwi.onion##a[href^="/ajax/emu/end.php?"] icmag.com##a[href^="/banners.php?"] rsbuddy.com##a[href^="/campaign/click_"] business-standard.com##a[href^="/click-tracker/textlink/"] @@ -67537,7 +62384,6 @@ howproblemsolution.com##a[href^="http://ads.howproblemsolution.com/"] deviantart.com##a[href^="http://advertising.deviantart.com/"] smallbusinessbrief.com##a[href^="http://affiliate.wordtracker.com/"] soundtrackcollector.com,the-numbers.com##a[href^="http://affiliates.allposters.com/"] -freebetcodes.info##a[href^="http://affiliates.galapartners.co.uk/"] news24.com##a[href^="http://affiliates.trafficsynergy.com/"] gematsu.com##a[href^="http://aksysgames.com/"] premiumtimesng.com##a[href^="http://allhealthsol.com/"] @@ -67549,7 +62395,7 @@ lyriczz.com##a[href^="http://app.toneshub.com/"] datafilehost.com,load.to##a[href^="http://applicationgrabb.net/"] movie4me.fun##a[href^="http://bestresultmob1le.com/"] thetvdb.com##a[href^="http://billing.frugalusenet.com/"] -ancient-origins.net,wideopenspaces.com##a[href^="http://bit.ly/"] > img +100widgets.com,ancient-origins.net,wideopenspaces.com##a[href^="http://bit.ly/"] > img themediafire.com##a[href^="http://bit.ly/"] > img[src^="http://i.imgur.com/"] bitminter.com##a[href^="http://bitcasino.io?ref="] leasticoulddo.com##a[href^="http://blindferret.clickmeter.com/"] @@ -67558,11 +62404,10 @@ torrentfreak.com##a[href^="http://btguard.com/"] betootaadvocate.com##a[href^="http://budgysmuggler.com.au"] > img downforeveryoneorjustme.com##a[href^="http://bweeb.com/"] designtaxi.com##a[href^="http://bza.co/buy/"] -zomganime.com##a[href^="http://caesary.game321.com/"] animenewsnetwork.com##a[href^="http://cf-vanguard.com/"] commitstrip.com##a[href^="http://chooseyourboss.com/?utm_source="] quuit.com##a[href^="http://classic.thumbplay.com/join/"] -guru99.com,thetruthwins.com,weddingmuseum.com##a[href^="http://click.linksynergy.com/"] +geekflare.com,guru99.com,thetruthwins.com,weddingmuseum.com##a[href^="http://click.linksynergy.com/"] maxthon.com##a[href^="http://click.v9.com/"] heraldscotland.com,tmz.com##a[href^="http://clk.atdmt.com/"] msn.com##a[href^="http://clk.tradedoubler.com/"] @@ -67577,10 +62422,8 @@ majorgeeks.com##a[href^="http://download.iobit.com/"] dvdtalk.com##a[href^="http://dvdtalk.pricegrabber.com/"] gosugamers.net##a[href^="http://ebettle.com/"] tampermonkey.net##a[href^="http://ecosia.co/"] -ucas.com##a[href^="http://eva.ucas.com/s/redirect.php?ad="] flashvids.org##a[href^="http://flashvids.org/click/"] forumpromotion.net##a[href^="http://freebitco.in/?r="] -hotfile.mobi##a[href^="http://games.kobrawap.co.uk/"] jpost.com##a[href^="http://gdeil.hit.gemius.pl/"] pcgamesn.com##a[href^="http://geni.us/"] armorgames.com,getios.com,iamdisappoint.com,myrls.se,nypost.com,odiamusic.mobi,shitbrix.com,speakbet.com,tattoofailure.com,techotopia.com,tempobet300.net,theedge.co.nz,thehackernews.com,thevoicebw.com,wapking.cc,waploft.com##a[href^="http://goo.gl/"] @@ -67595,7 +62438,6 @@ labor411.org##a[href^="http://labor411.org/linkout/"] whatismyip.com##a[href^="http://link.pcspeedup.com/aff_"] winaero.com,windowslatest.com##a[href^="http://link.tweakbit.com/"] linuxforums.org##a[href^="http://linuxforums.tradepub.com/"] -warriorforum.com##a[href^="http://list-mob.com/"] > img yourbittorrent.com##a[href^="http://livedowngreen.com/"] psnprofiles.com##a[href^="http://manage.aff.biz/"] time4hemp.com##a[href^="http://marinalliance.club/"] @@ -67618,6 +62460,7 @@ toolsvoid.com##a[href^="http://ref.name.com/"] nextofwindows.com##a[href^="http://remotedesktopmanager.com/?utm_source="] richkent.com##a[href^="http://richkent.com/uses/"] cartype.com,maxthon.com,mobygames.com,psu.com##a[href^="http://rover.ebay.com/"] +prostylex.org##a[href^="http://s.click.aliexpress.com/"] latestgadgets.tech##a[href^="http://s.click.aliexpress.com/e/"] soundtrackcollector.com##a[href^="http://search.ebay.com/"] msn.com##a[href^="http://searchads.msn.net/"] @@ -67640,7 +62483,6 @@ kinox.to,serialbase.us,tubeoffline.com##a[href^="http://tinyurl.com/"] todaypk.com##a[href^="http://todaypk.com/movie4k/"] sharelinks.xyz##a[href^="http://todaypk.com/watch/?"] encyclopediadramatica.rs##a[href^="http://torguard.net/"] -catmo.ru##a[href^="http://torrentindex.org/"] torrentroom.com##a[href^="http://torrentroom.net/afbc/"] 20somethingfinance.com##a[href^="http://track.flexlinks.com/a.ashx?"] yourbittorrent.com##a[href^="http://track.scanguard.com/"] @@ -67657,7 +62499,6 @@ imagenpic.com,imageshimage.com,imagetwist.com##a[href^="http://wct.link/"] shelbystar.com##a[href^="http://web.gastongazette.com/advertising/"] windows7themes.net##a[href^="http://windows7themes.net/creatives2/"] webdesignshock.com##a[href^="http://www.123rf.com"] -serials.ws##a[href^="http://www.1clickmoviedownloader.net/"] soundtrackcollector.com##a[href^="http://www.MovieGoods.com/?mgaid="] softwaresplus.com##a[href^="http://www.ad2links.com/"] babelzilla.org##a[href^="http://www.addonfox.com/"] @@ -67673,7 +62514,7 @@ renewcanceltv.com##a[href^="http://www.appsdl.site/"] > img kusc.org,publicradio.org,weta.org##a[href^="http://www.arkivmusic.com/"] aspkin.com##a[href^="http://www.aspkin.com/go/"] dumbassdaily.com##a[href^="http://www.badjocks.com"] -bitcoinukforum.com##a[href^="http://www.betcoinpartners.com/"] +jpost.com##a[href^="http://www.bankhapoalim.com/?refferer="] bingo-hunter.com##a[href^="http://www.bingo3x.com/main.php"] rghost.net##a[href^="http://www.binverse.com"] torrentfreak.tv##a[href^="http://www.binverse.com/offers/"] @@ -67688,6 +62529,7 @@ india.com##a[href^="http://www.compareraja.in/"] majorgeeks.com##a[href^="http://www.compatdb.org/"] feed-the-beast.com##a[href^="http://www.creeperhost.net/aff.php?aff="] tulsaworld.com##a[href^="http://www.dailydealtulsa.com/deal/"] +jpost.com##a[href^="http://www.danhotels.com/JerusalemHotels/?utm_"] vgleaks.com##a[href^="http://www.dhgate.com/"] serials.ws##a[href^="http://www.dl-provider.com/"] dlh.net##a[href^="http://www.dlh.net/advs/www/delivery/ck.php?"] @@ -67758,7 +62600,6 @@ kenrockwell.com##a[href^="http://www.steeletraining.com/idevaffiliate/idevaffili azlyrics.com##a[href^="http://www.ticketnetwork.com/"] egigs.co.uk##a[href^="http://www.ticketswitch.com/cgi-bin/web_finder.exe"] macobserver.com,mailinator.com,tundraheadquarters.com##a[href^="http://www.tkqlhce.com/"] -limetorrents.co,torrentdownloads.me##a[href^="http://www.torrentindex.org/"] tri247.com##a[href^="http://www.tri247ads.com/"] tsbmag.com##a[href^="http://www.tsbmag.com/wp-content/plugins/max-banner-ads-pro/"] tvduck.com##a[href^="http://www.tvduck.com/graboid.php"] @@ -67795,8 +62636,9 @@ userscdn.com##a[href^="https://hostdzire.com/billing/aff.php?"] dailyuploads.net,douploads.com##a[href^="https://href.li/"] capricornfm.co.za,jazzfm.com,readmng.com##a[href^="https://itunes.apple.com/"] circuitdigest.com##a[href^="https://jlcpcb.com/"] -facebook.com##a[href^="https://l.facebook.com/"][href*="%2526ad_id%"] +facebook.com,facebookcorewwwi.onion##a[href^="https://l.facebook.com/"][href*="%2526ad_id%"] cryptomedia.me##a[href^="https://laptop-updates.brave.com/download/"] +jpost.com##a[href^="https://mashkantaguru.co.il/"] bolly4u.pro##a[href^="https://miastina.pw/"] mmos.com##a[href^="https://mmos.com/play/"] mindsetforsuccess.net##a[href^="https://my.leadpages.net/"] @@ -67816,6 +62658,7 @@ aol.co.uk##a[href^="https://rover.ebay.com/"] swatchseries.to##a[href^="https://s3.amazonaws.com/www.123moviess.me/"] turtleboysports.com##a[href^="https://shiva4senate.com/product/"] cnn.com##a[href^="https://smartasset.com/"] +jpost.com##a[href^="https://solomiojewelry.com/"] pdevice.com##a[href^="https://t.cfjump.com/"] > img time4hemp.com##a[href^="https://time4hemp.com/buy-cannabis-stocks/"] mikymoons.com##a[href^="https://top9space.com/"] @@ -67831,18 +62674,19 @@ canalwp.com##a[href^="https://www.canalwp.com/refer/"] bitminter.com##a[href^="https://www.cloudbet.com/en/?af_token="] benzinga.com,cnn.com##a[href^="https://www.comparecards.com/"] techotopia.com##a[href^="https://www.createspace.com/"] -brecorder.com##a[href^="https://www.dhgate.com/"] +brecorder.com,jpost.com##a[href^="https://www.dhgate.com/"] escapefromobesity.net##a[href^="https://www.dietdirect.com/rewardsref/index/refer/"] techotopia.com##a[href^="https://www.e-junkie.com/ecom/"] blacklistednews.com##a[href^="https://www.fincabayano.net/"] bestgadgetry.com##a[href^="https://www.flipkart.com/"][href*="&affid="] cnn.com##a[href^="https://www.fool.com/"][href*="?utm_"] -torrentz2.eu,torrentz2.is##a[href^="https://www.get-express-vpn.com/torrent-vpn?"] +ettv.to,prostylex.org,torrentz2.eu,torrentz2.is##a[href^="https://www.get-express-vpn.com/"] time4hemp.com##a[href^="https://www.gorilla-cannabis-seeds.co.uk/"] smallseotools.com##a[href^="https://www.grammarly.com"] duplichecker.com##a[href^="https://www.grammarly.com/"][href*="&utm_"] ynetnews.com##a[href^="https://www.hotelscombined.co.il/"] koditips.com##a[href^="https://www.ipvanish.com/"] +jpost.com##a[href^="https://www.ivritalk.com/?aff="] cnn.com##a[href^="https://www.lendingtree.com/"] ragezone.com##a[href^="https://www.leovegas.com/"] conservativereview.com##a[href^="https://www.levintv.com/?utm_source="] @@ -67860,7 +62704,7 @@ ynetnews.com##a[href^="https://www.xplorer.co.il/"] youtube.com##a[href^="https://www.youtube.com/cthru?"] fanfox.net##a[href^="https://z6store.com/"] krapps.com##a[href^="index.php?adclick="] -filefleck.com,hit2k.com,sadeempc.com,upload4earn.org,vidtodo.com,yourbittorrent.com##a[href^="javascript:"] +filefleck.com,hit2k.com,piratecity.cc,sadeempc.com,upload4earn.org,vidtodo.com,yourbittorrent.com##a[href^="javascript:"] piratebay.to##a[href^="magnet:"] + a movietv4u.pro##a[href^="stream4k.php?q="] essayscam.org##a[id^="banner_"] @@ -68000,6 +62844,7 @@ base64decode.org,base64encode.org,beautifyjson.org,minifyjson.org,numgen.org,pdf plsn.com##div[class^="clickZone"] webhostingtalk.com##div[class^="flashAd_"] web2.0calc.com##div[class^="gad"] +4shared.com##div[class^="rekl_"] kijiji.ca##div[class^="sponsored-"] avforums.com##div[class^="takeover_box_"] linuxbsdos.com##div[class^="topStrip"] @@ -68063,6 +62908,7 @@ theteacherscorner.net##div[id^="catfish"] pcmag.com##div[id^="ebBannerDiv"] qz.com##div[id^="engage-"] reviewjournal.com##div[id^="ext-travel-zoo-"] +tutiempo.net##div[id^="fab-"] cricfree.tv,micast.tv,wiz1.net##div[id^="floatLayer"] eventhubs.com,volokh.com##div[id^="google_ads_"] businessinsider.in##div[id^="gpt-"] @@ -68085,7 +62931,7 @@ sawlive.tv##div[id^="sawdiv"] reddit.com##div[id^="sidebar-atf-"] reddit.com##div[id^="sidebar-btf-"] indeed.com##div[id^="sjob_"] -nytimes.com##div[id^="story-ad-"] +nytimes.com,nytimes3xbfgragh.onion##div[id^="story-ad-"] dailymail.co.uk##div[id^="taboola-stream"] yahoo.com##div[id^="tile-A"][data-beacon-url^="https://beap.gemini.yahoo.com/mbcsc?"] yahoo.com##div[id^="tile-mb-"] @@ -68113,7 +62959,7 @@ drudgereport.com##div[style*="text-rendering:"] extremetech.com##div[style*="width: 300"] directupload.net##div[style*="width: 300px"] readcomiconline.to##div[style*="width: 300px; height: 250px;"] -fansshare.com,hdfree.se,iconarchive.com,mcndirect.com,opensourcecms.com,slickdeals.net,streamcloud.eu,theawesomer.com,unexplained-mysteries.com,x64bitdownload.com,yuku.com##div[style*="width:300px"] +fansshare.com,hdfree.se,iconarchive.com,mcndirect.com,opensourcecms.com,slickdeals.net,theawesomer.com,unexplained-mysteries.com,x64bitdownload.com,yuku.com##div[style*="width:300px"] inquirer.net##div[style*="width:629px;height:150px;"] rlslog.net##div[style*="z-index:"]:first-child ndtv.com##div[style=" margin:0 auto; width:970px; height:90px; text-align:center;"] @@ -68199,7 +63045,6 @@ ipchecking.com##div[style="height:108px"] cosmopolitan.co.za##div[style="height:112px;width:713px"] northeasttimes.com##div[style="height:120px; width:600px;"] ubc.ug##div[style="height:130px; width:313px; text-align:center !important;"] -forum.computerlounge.co.nz##div[style="height:150px; padding:10px;"] shortcuts.com##div[style="height:160px;"] globaltimes.cn##div[style="height:160px;width:250px;"] exchangerates.org.uk##div[style="height:200px;width:200px;margin:10px 0;"] @@ -68531,7 +63376,6 @@ sonsoflibertymedia.com##div[style="width:300px;height:250px;display:block;"] sciencedaily.com##div[style="width:300px;height:250px;display:inline-block"] afterdawn.com##div[style="width:300px;height:250px;float:left;"] hiphopdx.com##div[style="width:300px;height:250px;margin-bottom:20px;"] -eaaga.com##div[style="width:300px;height:250px;margin-top:5px;margin-bottom:5px;"] bdnews24.com,datacenterdynamics.com,theolivepress.es##div[style="width:300px;height:250px;margin:0;padding:0"] gossipcop.com##div[style="width:300px;height:250px;margin:0;padding:0;"] hancinema.net##div[style="width:300px;height:250px;margin:30px auto;clear:both"] @@ -68676,26 +63520,25 @@ ebay.co.uk,ebay.com,ebay.com.au#?#li.s-item:-abp-has(span:-abp-contains(/S[^P]*? kitguru.net##embed[src][quality] xtremesystems.org##embed[width="728"] etsy.com#?#a.listing-link:-abp-has(span:-abp-contains(Ad)) -facebook.com#?#._6y8t:-abp-has(a[href="/ads/about/?entry_product=ad_preferences"]) -facebook.com#?#.ego_section:-abp-has(a[href^="/ad_"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[ajaxify*="&ad_id="]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=152717608708800&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=1562919887258584&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=172084499810064&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=1840872649470382&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=19062931201&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=193309864593981&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=238900856656179&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=337919069680305&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=441678479351111&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=444394995756697&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=455771467959090&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=821130027910635&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=825496334242487&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=931112240236154&"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[href*="is_sponsored"]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(input[data-next-question-id]) -facebook.com#?#div[id^="hyperfeed_story_id_"]:-abp-has(span:-abp-contains(/Suggested Post|Vorgeschlagener Beitrag/)) +facebook.com,facebookcorewwwi.onion#?#._6y8t:-abp-has(a[href="/ads/about/?entry_product=ad_preferences"]) +facebook.com,facebookcorewwwi.onion#?#.ego_section:-abp-has(a[href^="/ad_"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[ajaxify*="&ad_id="]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=152717608708800&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=1562919887258584&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=172084499810064&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=1840872649470382&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=19062931201&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=193309864593981&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=238900856656179&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=337919069680305&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=441678479351111&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=444394995756697&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=455771467959090&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=821130027910635&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=825496334242487&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[data-hovercard^="/ajax/hovercard/page.php?id=931112240236154&"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(a[href*="is_sponsored"]) +facebook.com,facebookcorewwwi.onion#?#div[id^="hyperfeed_story_id_"]:-abp-has(input[data-next-question-id]) cinemablend.com##font[color="#737373"] imgburn.com,majorgeeks.com##font[face="Arial"][size="1"] bargaineering.com##font[face="Verdana"][color="#808080"] @@ -68825,6 +63668,7 @@ windycitymediagroup.com,windycitytimes.com##img[name="Sponsor"] modelhorseblab.com##img[name="js_ad"] coinmarketcap.com##img[src*=".space"] forum.blackhairmedia.com##img[src*="/?AdID="] +imac-torrents.com##img[src*="/imac-torrents-DL-button.png"] seocentro.com##img[src*="/images/sponsors/"] coinwarz.com##img[src*="_AfBanner_"] minecraftforum.net##img[src][height="96"] @@ -68915,7 +63759,7 @@ mlfat4arab.com##img[width="234"][height="60"] mommymatters.co.za##img[width="249"][height="250"] codecguide.com,fashionpulis.com,golfstylesonline.com##img[width="250"] phillyrecord.com##img[width="250"][height="218"] -5pillarsuk.com,ciiradio.com,korabroadcasting.com,mommymatters.co.za,readfomag.com##img[width="250"][height="250"] +5pillarsuk.com,ciiradio.com,mommymatters.co.za,readfomag.com##img[width="250"][height="250"] yournews.com##img[width="250"][height="90"] tompkinsweekly.com##img[width="252"] theannouncer.co.za##img[width="252"][height="100"] @@ -68925,7 +63769,6 @@ ozarkssportszone.com##img[width="267"][height="294"] threatpost.com##img[width="270"] haitiantimes.com##img[width="275"][height="300"] staugustine.com##img[width="275"][height="75"] -korabroadcasting.com##img[width="279"][height="279"] wwl.com##img[width="281"][height="141"] postzambia.com##img[width="285"] staugustine.com##img[width="285"][height="75"] @@ -68946,7 +63789,7 @@ haitiantimes.com##img[width="300"][height="375"] showbiz411.com##img[width="300"][height="400"] pymnts.com##img[width="300"][height="500"] khaleejtimes.com##img[width="300"][height="60"] -clutchmagonline.com,korabroadcasting.com,religionnewsblog.com##img[width="300"][height="600"] +clutchmagonline.com,religionnewsblog.com##img[width="300"][height="600"] afrivibes.net##img[width="300px"][height="250px"] thisdaylive.com##img[width="301"][height="251"] gamingcentral.in##img[width="310"][height="175"] @@ -68996,7 +63839,7 @@ crackingforum.com,newzimbabwe.com##img[width="720"] businessdayonline.com,haitiantimes.com##img[width="720"][height="90"] lindaikeji.blogspot.com,livemixtapes.com,mixingonbeat.com,naija247news.com,powerbot.org,rsvlts.com,rule34.xxx,techpowerup.com,xtremesystems.org##img[width="728"] autoaction.com.au##img[width="728"][height="200"] -420careers.com,add-anime.net,ahealthblog.com,creditboards.com,driverguide.com,freeforums.org,hulkload.com,imgbar.net,irishcatholic.com,kashmirtimes.com,kashmirtimes.in,knco.com,korabroadcasting.com,movin100.com,namibiansun.com,oldiesradio1050.com,power987.co.za,radioinsight.com,sameip.org,starconnectmedia.com,tangatawhenua.com,technomag.co.zw,techpowerup.com,topprepperwebsites.com,vpnreviewer.com,wallstreetfool.com,warezlobby.org,wcfx.com,wolf1051.com,wsoyam.com##img[width="728"][height="90"] +420careers.com,add-anime.net,ahealthblog.com,creditboards.com,driverguide.com,freeforums.org,hulkload.com,imgbar.net,irishcatholic.com,kashmirtimes.com,kashmirtimes.in,knco.com,movin100.com,namibiansun.com,oldiesradio1050.com,power987.co.za,radioinsight.com,sameip.org,starconnectmedia.com,tangatawhenua.com,technomag.co.zw,techpowerup.com,topprepperwebsites.com,vpnreviewer.com,wallstreetfool.com,warezlobby.org,wcfx.com,wolf1051.com,wsoyam.com##img[width="728"][height="90"] mkfm.com##img[width="75"][height="75"] telecomtiger.com##img[width="768"][height="80"] ndtv.com##img[width="770"] @@ -69004,7 +63847,6 @@ americanisraelite.com##img[width="778"][height="114"] pymnts.com##img[width="800"][height="300"] myretrotv.com##img[width="875"][height="110"] waz-warez.org##img[width="88"][height="31"] -korabroadcasting.com##img[width="883"][height="109"] racefans.net##img[width="912"][height="92"] player.stv.tv##img[width="960px"][height="32px"] staugustine.com##img[width="970"][height="90"] @@ -69340,38 +64182,21 @@ internetslang.com##tr[style="min-height:28px;height:28px"] internetslang.com##tr[style="min-height:28px;height:28px;"] rarbg.to,rarbg.unblockall.org,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgmirror.xyz,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com##tr[style^="font-size:"] > td > table horoscope.com##tr[valign="top"][height="250"] -twitter.com#?#article[role="article"]:-abp-has(svg + div[dir="auto"] > span:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu/)) -twitter.com#?#div[data-testid="UserCell"]:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu/) -twitter.com#?#div[data-testid="trend"]:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|sponsorluğunda/) -twitter.com#?#h2[role="heading"]:-abp-contains(Promoted Tweet) +twitter.com#?#article[role="article"]:-abp-has(svg + div[dir="auto"] > span:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Mainostettu|推廣|推广|推薦|推荐/)) +twitter.com#?#div[data-testid="UserCell"]:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Mainostettu|推廣|推广/) +twitter.com#?#div[data-testid="trend"]:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|sponsorluğunda|Mainostettu|推廣|推广/) +twitter.com#?#h2[role="heading"]:-abp-contains(/Promoted Tweet|推廣推文|推广推文/) elizium.nu##ul[style="padding: 0; width: 100%; margin: 0; list-style: none;"] youtube.com##ytd-promoted-sparkles-web-renderer youtube.com##ytm-promoted-sparkles-text-search-renderer ! uponit / rev/ taboola -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[href*="base64"] -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,readmng.comcrackberry.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[href*="data:"] loveroms.com##[src*="application/javascript"] -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jewsnews.co.il,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,readmng.comcrackberry.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[src*="base64"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[src*="blob:"] -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,damimage.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,gelbooru.com,genfb.com,grammarist.com,imagedecode.com,imageteam.org,indiewire.com,israelnationalnews.com,jewsnews.co.il,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[src*="data:"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,daclips.in,dailygalaxy.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,jerusalemonline.com,jewsnews.co.il,kizi.com,kshowonline.com,magnetdl.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="background-image:"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="base64"] 101greatgoals.com,allthetests.com,almasdarnews.com,ancient-origins.net,antonymsfor.com,bibme.org,biology-online.org,blacklistednews.com,breakingisraelnews.com,chicagotribune.com,citationmachine.net,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="blob:"] -almasdarnews.com,antonymsfor.com,blacklistednews.com,breakingisraelnews.com,chicagotribune.com,citationmachine.net,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,elbooru.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com##[style*="border: 0px none; margin:"] almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,daclips.in,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="data:"] -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,msn.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="display: block !important; visibility: visible !important"] -almasdarnews.com,antonymsfor.com,breakingisraelnews.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,israelnationalnews.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com,xda-developers.com##[style*="display:inline !important"] -bibme.org,breakingisraelnews.com,codeproject.com,diffen.com,eurweb.com,freewarefiles.com,indiewire.com,israelnationalnews.com,the4thofficial.net,wnd.com##[style] > [scrolling] -bibme.org,breakingisraelnews.com,codeproject.com,diffen.com,eurweb.com,indiewire.com,israelnationalnews.com,playbill.com,readmng.com,the4thofficial.net,wnd.com##[style] > iframe antonymsfor.com,blacklistednews.com,breakingisraelnews.com,chicagotribune.com,citationmachine.net,codeproject.com,coed.com,colourlovers.com,convert-me.com,convertcase.net,crackberry.com,dailygalaxy.com,destructoid.com,diffen.com,drudgereport.com,easybib.com,elbooru.com,eurweb.com,freewarefiles.com,fullmatchesandshows.com,gelbooru.com,genfb.com,grammarist.com,indiewire.com,jerusalemonline.com,jewsnews.co.il,jpost.com,kizi.com,kshowonline.com,magnetdl.com,mmorpg.com,nba-stream.com,newsarama.com,opensubtitles.org,phonesreview.co.uk,playbill.com,pocketnow.com,readmng.com,roadracerunner.com,rule34.xxx,sh.st,sportspickle.com,teslacentral.com,the4thofficial.net,thebarchive.com,toptenz.net,trifind.com,uproxx.com,videotoolbox.com,vrheads.com,wnd.com#?#:-abp-properties(base64) -101greatgoals.com,allthetests.com,bibme.org,biology-online.org,blacklistednews.com,breakingisraelnews.com,colourlovers.com,convertcase.net,diffen.com,eurweb.com,freewarefiles.com,genfb.com,indiewire.com,jerusalemonline.com,kshowonline.com,playbill.com,readmng.com,the4thofficial.net##div > iframe:first-child -biology-online.org##div[style*="display:block !important"] -bibme.org,diffen.com,freewarefiles.com,playbill.com,readmng.com##iframe[id][style] -codeproject.com,indiewire.com,kshowonline.com,wnd.com##iframe[marginheight] -codeproject.com,indiewire.com##iframe[marginwidth] -codeproject.com,indiewire.com##iframe[name][style] -codeproject.com,indiewire.com##iframe[style][scrolling] -codeproject.com,indiewire.com##iframe[style][src] ! gelbooru.com gelbooru.com##.contain-push > .hidden-xs gelbooru.com##.contain-push > center > [class] @@ -69386,10 +64211,7 @@ gelbooru.com#?#:-abp-properties(base64) autoevolution.com###\5f wlts citationsy.com###aaaaaaaaaa googlesyndication.com###adunit -oregonlive.com###adv_network static.adf.ly###container -upi.com###div-ad-inread -upi.com###div-ad-top idg.com.au###float_leaderboard_bottom dospelis.com###frame-holder macdailynews.com###header-ads @@ -69400,6 +64222,7 @@ telecompetitor.com###sidetopbanner telecompetitor.com###singlepostbanner deadline.com###skin-ad-section cinemablend.com###slot_drawer +arstechnica.com###sponsored-recommendations mingle2.com###textlink_ads_placeholder computerworlduk.com###topLeaderboard > .leaderboard mingle2.com###topbannerad @@ -69414,13 +64237,17 @@ greenbaypressgazette.com,sctimes.com##.ad-wrap-none dailymail.co.uk,spanishdict.com##.ad-wrapper dailymail.co.uk##.adHolder comicbook.com##.ad_blk +arstechnica.com##.ad_crown spin.com##.ad_desktop_placeholder +arstechnica.com##.ad_fullwidth +arstechnica.com##.ad_xrail autoevolution.com##.adcont970 cinemablend.com##.ads_slot tomshardware.com##.adsbox afreesms.com,dailymail.co.uk,israellycool.com,mma-core.com,technoshouter.com##.adsbygoogle technobuffalo.com##.adspot universityherald.com##.adunit_rectangle +reuters.com##.amp-ad-container modmy.com##.article-leaderboard filecrypt.co##.bams wccftech.com##.banner-ad @@ -69446,6 +64273,7 @@ ubergizmo.com##.mediumbox_container ubergizmo.com##.mediumbox_container_incontent ubergizmo.com##.mediumbox_incontent_wide lifewire.com##.mntl-lazy-ad +msn.com##.nativeadasideplaceholder clashdaily.com,dailysurge.com##.pan-ad-inline1 clashdaily.com##.pan-ad-sidebar1 clashdaily.com##.pan-ad-sidebar2 @@ -69462,7 +64290,7 @@ womenshealthmag.com##.sponsor-bar nymag.com##.taboola jewishpress.com##.td-a-rec-id-custom_ad_1 jewishpress.com##.td-a-rec-id-custom_ad_3 -jewishpress.com##.td-adspot-title +jewishpress.com,nme.com##.td-adspot-title telecompetitor.com##.top125banners cinemablend.com##.topsticky_wrapper baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailymail.co.uk,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,infinitiev.com,last.fm,latimes.com,leaderpost.com,lolking.net,mcall.com,metacritic.com,montrealgazette.com,nasdaq.com,nationalpost.com,newsarama.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,startribune.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,tomshardware.co.uk,tomshardware.com,torontosun.com,trustedreviews.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com##.trc-content-sponsored @@ -69472,6 +64300,7 @@ freep.com##.tsfrm-sponsor-logo-content mirrorace.com##.uk-margin-bottom mingle2.com##.user_profile_ads courier-journal.com##.util-bar-module-share +msn.com##.widead baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,ign.com,infinitiev.com,latimes.com,leaderpost.com,lolking.net,mcall.com,montrealgazette.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,torontosun.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com##.zerg-holder moviefone.com##.zergnet ign.com##.zergnet-container @@ -69481,17 +64310,18 @@ broadwayworld.com##[id="outbrain_widget_"] revclouds.com##a[href^="http://adtrack123.pl/"] flashx.tv##a[href^="http://data.committeemenencyclopedicrepertory.info/"] christianforums.com##a[href^="http://go.tryonlinetherapy.com/aff_c?offer_id="] -wccftech.com##a[href^="http://internalredirect.site/"] vidbull.com##a[href^="http://mgid.com/"] ouo.press##a[href^="https://dynamicadx.com/"] akiba-online.com##a[href^="https://filejoker.net/invite-"] apkmirror.com,baltimoresun.com,boreburn.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailycaller.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,infinitiev.com,latimes.com,leaderpost.com,lolking.net,mcall.com,menshealth.com,montrealgazette.com,nasdaq.com,nationalpost.com,orlandosentinel.com,ottawacitizen.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,vancouversun.com,vibe.com,wexfordpeople.ie,windsorstar.com,womenshealthmag.com##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"] +reuters.com##amp-ad-custom computerworlduk.com##aside > div > .mpuHolder baltimoresun.com,boston.com,calgaryherald.com,capitalgazette.com,carrollcountytimes.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,deathandtaxesmag.com,edmontonjournal.com,edmunds.com,financialpost.com,gofugyourself.com,hearthhead.com,huffingtonpost.co.uk,ign.com,infinitiev.com,last.fm,latimes.com,leaderpost.com,lolking.net,mcall.com,metacritic.com,montrealgazette.com,nasdaq.com,nationalpost.com,nme.com,orlandosentinel.com,ottawacitizen.com,pcmag.com,ranker.com,sandiegouniontribune.com,saveur.com,sherdog.com,spin.com,stereogum.com,sun-sentinel.com,theprovince.com,thestarphoenix.com,timeanddate.com,tmn.today,tomshardware.co.uk,torontosun.com,trustedreviews.com,twincities.com,vancouversun.com,vibe.com,windsorstar.com,wowhead.com##div[data-item-syndicated="true"] daclips.in,vidbull.com##div[id^="MarketGid"] boredomtherapy.com,broadwayworld.com,mingle2.com,wccftech.com##div[id^="div-gpt-ad"] sharespark.net##div[id^="randomContentServe"] cinemablend.com##div[style="height:250px; width:300px;"] +msn.com##iframe[id^="_mN_dy_"] smallseotools.com##iframe[id^="google_ads_frame"] androidsage.com##ins[data-ad-client] world4.eu##ins[style="display:inline-block;width:336px;height:280px"] @@ -69502,6 +64332,8 @@ newyorker.com##div[class^="Ad_"] testpages.adblockplus.org###abptest ! Advanced element hiding rules for Adblock Plus webfail.com#?##aside > :-abp-properties(cursor: pointer;) +etsy.com#?#.wt-list-unstyled:-abp-has(.ad-iindicator) +euronews.com#?#article[data-sponsored]:-abp-properties(content: attr(data-sponsored);) freethesaurus.com#?#.widget + :-abp-properties(height: 265px; width: 300px;) imgur.com#?#div:-abp-has( > a > div > div.Post-item-external-ad) ksl.com#?#.queue:-abp-has(.sponsored) @@ -69509,7 +64341,10 @@ multiup.eu,multiup.org#?#.alert:-abp-contains(VPN) multiup.eu,multiup.org#?#.col-md-4:-abp-contains(Usenet.nl) multiup.eu,multiup.org#?#.trtbl:-abp-has(.warnIp) qwant.com#?#.result:-abp-has(.url:-abp-has(.info)) +radioreference.com#?#.box.gradient:-abp-has(a[href*="&Click="]) slashdot.org#?#article:-abp-has(div[class="ntv-sponsored-disclaimer"]) +solarmovie.ink#?#.movie_version:-abp-contains(Promo) +solarmovie.ink#?#.row:-abp-contains(in HD) space.com#?#:-abp-properties(height: 250px;*width: 300px;) webfail.com#?##subheader + :-abp-properties(text-align: center;) tomshardware.com#?#.page-content-rightcol :-abp-properties(height: 600px;*width: 300px;) @@ -69550,9 +64385,19 @@ pcmag.com,sporcle.com##iframe[width="728"] ! oriel theguardian.com##[data-google-query-id] ! msn.com +msn.com##.configurableAd +msn.com##.extnativead +msn.com##.extnativeaditem +msn.com##.nativeadserversidecontentmodule +msn.com##.sameoab_ad_container +msn.com##a[data-m*="NativeAdHeadlineItemViewModel"] +msn.com##a[href^="https://beap.gemini.yahoo.com/"] +msn.com##a[href^="https://r1.zemanta.com/"] msn.com##a[href^="https://redirect.viglink.com/"] msn.com##a[href^="https://www.amazon."][href*="&tag="] msn.com##a[target="_blank"][x-enc] +msn.com##div[data-section-id="sponsored.stripe.shopping"] +msn.com##div[data-section-id="stripe.msstore"] msn.com##div[x-enc] > a msn.com##iframe[src="about:blank"] ! Bing @@ -69568,14 +64413,8 @@ bing.com##.mapsTextAds bing.com##.pa_carousel_mlo bing.com##.pa_list_sbo bing.com##.pa_sb -@@||bing.com/shop^$elemhide -@@||bing.com^$generichide -bing.com##a[bdata-uri^="https://www.bing.com/aclk?"] -bing.com##a[data-uri^="https://www.bing.com/aclk?"] -bing.com##a[data-url^="https://www.bing.com/aclk?"] +@@||bing.com/shop$generichide bing.com##a[h$=",Ads"] -bing.com##a[href^="https://www.bing.com/aclick?"] -bing.com##a[href^="https://www.bing.com/aclk?"] bing.com#?##b_context > li + li :-abp-has(span.b_adSlug) bing.com#?##b_results > li :-abp-has(span.b_aslcp) bing.com#?##b_results > li :-abp-has(span.b_aslcpv4) @@ -69598,10 +64437,10 @@ swfchan.com###aaaa youjizz.com###above-related 4tube.com###accBannerContainer03 4tube.com###accBannerContainer04 -pornhub.com,tube8.com,youporn.com###access_container +pornhub.com,pornhubthbh7ap3u.onion,tube8.com,youporn.com###access_container cliphunter.com,isanyoneup.com,seochat.com###ad -pornhub.com###adA -pornhub.com###adB +pornhub.com,pornhubthbh7ap3u.onion###adA +pornhub.com,pornhubthbh7ap3u.onion###adB ua-teens.com###ad_global_below_navbar gaytube.com,pornomovies.com,turboimagehost.com,xvideos.com###ads flyingjizz.com###adv_inplayer @@ -69685,7 +64524,6 @@ pornday.org,yporn.tv###featured imagetwist.com###firopage be3x.com###fl813695 sexyclips.org###flash -loadsofpics.com###floatdiv sex.com###floater_button milffox.com###fltd monstertube.com,youjizz.com###footer @@ -69698,8 +64536,7 @@ homemoviestube.com###friendscontents netasdesalim.com###frutuante mansurfer.com###gayporn cantoot.com###googlebox -pornhub.com###hd-rightColVideoPage > div[class]:first-child -pornhub.com###hd-rightColVideoPage [style="float: inherit;"] +pornhub.com,pornhubthbh7ap3u.onion###hd-rightColVideoPage [style="float: inherit;"] nangaspace.com###header freepornvs.com###header > h1 > .buttons aan.xxx###header-banner @@ -69727,7 +64564,7 @@ pornxs.com###initialize4d imageporter.com###interVeil sex.com###interWrapper rampant.tv###interesting-bar -freebunker.com,imagesnake.com,imgcarry.com,loadsofpics.com,pornbus.org###introOverlayBg +freebunker.com,imagesnake.com,imgcarry.com,pornbus.org###introOverlayBg porn18sex.com###invideo sex2ube.com###jFlowSlide anysex.com###kt_b @@ -69740,12 +64577,11 @@ faapy.com###link_bottom alysa.xxx###links suicidegirls.com###livetourbanner bootyoftheday.co###lj -imghost.us.to###lj_livecams 5ilthy.com###ltas_overlay_unvalid ynot.com###lw-bannertop728 ynot.com###lw-top 4tube.com###main-banner-grid -pornhub.com###main-container > [id] > [class]:first-child +pornhub.com,pornhubthbh7ap3u.onion###main-container > [id] > [class]:first-child news.com.au###match-widget xred2.com###mbEnd 5ilthy.com,cockcheese.com,gfssex.com###mediaspace @@ -69772,14 +64608,14 @@ gamcore.com,pimpyporn.com,wide6.com###partners namethatporn.com###parto_block beardedperv.com###pauseRoll extremetube.com,mofosex.com,redtube.com,redtube.com.br,spankwire.com,youporngay.com###pb_block -pornhub-com.appspot.com,pornhub.com,pornhub.net,tube8.com,youporn.com###pb_template +pornhub-com.appspot.com,pornhub.com,pornhub.net,pornhubthbh7ap3u.onion,tube8.com,youporn.com###pb_template youpornru.com###pbs_block youporn.com###personalizedHomePage > div:nth-child(2) namethatporn.com###pinnu_blacko dbnaked.com###play-video-box -pornhub.com###player + [id][class] -pornhub.com###player + div + div[style] -pornhub.com###player + div[style] +pornhub.com,pornhubthbh7ap3u.onion###player + [id][class] +pornhub.com,pornhubthbh7ap3u.onion###player + div + div[style] +pornhub.com,pornhubthbh7ap3u.onion###player + div[style] smut6.com###player-banner megatube.xxx###player-pop-layer ultrahorny.com###player12 @@ -69798,7 +64634,7 @@ xtube.com###postrollContainer kaktuz.com###postroller imagepost.com###potd beardedperv.com,daporn.com###preRoll -eroclip.mobi,fuqer.com###premium +fuqer.com###premium fapxl.com,javtitan.com###preroll crazyshit.com###pro_tip youporn.com,youporngay.com###producer @@ -69911,7 +64747,7 @@ adultfriendfinder.com###video_main_cams pornhyve.com###videobanners rextube.com###videoright pervclips.com,pornicom.com,wankoz.com###view_video_ad -pornhub.com###views_left +pornhub.com,pornhubthbh7ap3u.onion###views_left tjoob.com###viewvidright thisav.com###vjs-banner-container mofosex.com###vjs-inplayer-overlay @@ -69922,7 +64758,6 @@ xvideos.com###x-messages-btn mrstiff.com###xdv-preroll yespornplease.com###xxas porntack.com##.Banner -indianporntube.xxx##.Dvr300 indianbfvideos.com##.MFOO ziporn.com##.RightBoxMain ziporn.com##.RightRefBoxMain @@ -69943,12 +64778,12 @@ porn300.com##.aan porn300.com##.aan__video-units bravotube.net##.abbs vrsmash.com##.abovePlayer -celebspank.com,chaturbate.com,cliphunter.com,gamcore.com,playboy.com,pornhub.com,rampant.tv,sex.com,signbucks.com,tehvids.com,uflash.tv,wankoz.com,xcafe.com##.ad +celebspank.com,chaturbate.com,cliphunter.com,gamcore.com,playboy.com,pornhub.com,pornhubthbh7ap3u.onion,rampant.tv,sex.com,signbucks.com,tehvids.com,uflash.tv,wankoz.com,xcafe.com##.ad extremetube.com,pornhugo.com##.ad-container -pornhub.com##.ad-link + table +pornhub.com,pornhubthbh7ap3u.onion##.ad-link + table milfzr.com##.ad-widget > a celebspank.com##.ad1 -pornhub.com,redtube.net,xtube.com##.adContainer +pornhub.com,pornhubthbh7ap3u.onion,redtube.net,xtube.com##.adContainer cumsearcher.com##.adb cumsearcher.com##.adb-right ceporn.net,pornoxo.com##.adblock @@ -70003,7 +64838,7 @@ analpornpix.com##.ban_list gayboystube.com##.bancentr fux.com##.baner-column xchimp.com##.bannadd -4tube.com,analpornpix.com,chaturbate.com,dansmovies.com,fboomporn.com,fecaltube.com,gaytube.com,hotmovs.com,imageporter.com,imagezog.com,myxvids.com,paradisehill.cc,playvid.com,playvids.com,pornflip.com,pornhub.com,pornoreino.com,private.com,upornia.com,vid2c.com,vidxnet.com,vjav.com,wanknews.com,watchhentaivideo.com,waybig.com,xbabe.com,xhamster.com,yourdailygirls.com##.banner +4tube.com,analpornpix.com,chaturbate.com,dansmovies.com,fboomporn.com,fecaltube.com,gaytube.com,hotmovs.com,imageporter.com,imagezog.com,myxvids.com,paradisehill.cc,playvid.com,playvids.com,pornflip.com,pornhub.com,pornhubthbh7ap3u.onion,pornoreino.com,private.com,upornia.com,vid2c.com,vidxnet.com,vjav.com,wanknews.com,watchhentaivideo.com,waybig.com,xbabe.com,xhamster.com,yourdailygirls.com##.banner watchindianporn.net##.banner-1 hd-porn.me##.banner-actions adultpornvideox.com,jojobaa.net##.banner-box @@ -70058,7 +64893,7 @@ thenude.eu##.blockBnrCenter tube8.com##.block_02_right porn.com,pornhat.com##.bn anysex.com,xcafe.com##.bnr -pornhat.com##.bns-bl +ok.xxx,pornhat.com##.bns-bl xnxxvideoporn.com##.bot_bns streamsexclips.com,tubesexclips.com,tubesexmovies.com##.botban anyporn.com,home-made-videos.com,pervertslut.com,xozilla.com##.bottom-adv @@ -70137,7 +64972,7 @@ efukt.com##.efukt-widget-slider youporn.com##.eight-column > div[class] goldporntube.com##.embadv grandpaporntube.net##.embed_banners -pornhub.com##.enesuch +pornhub.com,pornhubthbh7ap3u.onion##.enesuch viptube.com##.envelope + div[class] celebrity-slips.com##.execphpwidget grandpaporntube.net##.exo @@ -70179,7 +65014,7 @@ hclips.com,onlydudes.tv##.footer-spot pornhd.com##.footer-zone babesandstars.com##.footer_banners badjojo.com##.footera -pornhub.com##.foragirllikeyou +pornhub.com,pornhubthbh7ap3u.onion##.foragirllikeyou xpics.me##.frequently mrskin.com##.friends-runner sextvx.com##.friends_spo @@ -70190,7 +65025,7 @@ sammobile.com##.gad youx.xxx##.gallery-link youtubelike.com##.gallery-thumbs pichunter.com##.galleryad -pornhub.com##.gay-ad-container +pornhub.com,pornhubthbh7ap3u.onion##.gay-ad-container titsintops.com##.gensmall[width="250"] titsintops.com##.gensmall[width="305"] beeg.com##.go-paysite @@ -70202,11 +65037,12 @@ celebspank.com##.header redtube.com##.header > #as_1 atescorts.com##.header_info_section thenude.eu##.headercourtesy -pornhub.com##.heatwarning +thefappening.xyz##.headline.text-center > center +pornhub.com,pornhubthbh7ap3u.onion##.heatwarning animeidhentai.com,ultrahorny.com##.hentai_pro_float hclips.com##.hold-adv nuvid.com##.holder_banner -pornhub.com##.home-ad-container + div +pornhub.com,pornhubthbh7ap3u.onion##.home-ad-container + div alphaporno.com##.home-banner tube8.com##.home-message + .title-bar + .cont-col-02 julesjordanvideo.com##.horiz_banner @@ -70220,7 +65056,7 @@ drtuber.com##.img_video vivud.com##.in-gallery-banner pornsis.com##.indexadl pornsis.com##.indexadr -pornhub.com##.inesuch +pornhub.com,pornhubthbh7ap3u.onion##.inesuch pornicom.com##.info_row2 pornomovies.com##.inner-aside-af cocoimage.com,hotlinkimage.com,picfoco.com##.inner_right @@ -70230,12 +65066,12 @@ playvids.com,pornflip.com,pornoeggs.com##.invideoBlock e-hentai.org##.itd[colspan="4"] namethatporn.com##.item_a sex2ube.com##.jFlowControl -babesandstars.com,definebabe.com,pornhub.com,pornhubpremium.com,youporn.com##.join +babesandstars.com,definebabe.com,pornhub.com,pornhubpremium.com,pornhubthbh7ap3u.onion,youporn.com##.join redtube.com,xhamster.com##.join-button dbnaked.com##.join-now-btn pornhubpremium.com##.joinWrapper extremetube.com##.join_box -pornhub.com,spankwire.com,tube8.com,youporn.com##.join_link +pornhub.com,pornhubthbh7ap3u.onion,spankwire.com,tube8.com,youporn.com##.join_link overthumbs.com##.joinnow redtube.com##.justmadebail zuzandra.com##.jx-bar @@ -70251,17 +65087,15 @@ crazyshit.com##.linx galleries-pornstar.com##.list_sites pinflix.com,pornhd.com##.listing-zone sexyfunpics.com##.listingadblock300 +spankbang.com##.live-rotate tnaflix.com##.liveJasminHotModels -spankbang.com##.live_api_results_holder -spankbang.com##.live_api_results_hugger +spankbang.com##.livecam-rotate proporn.com##.livecams drtuber.com##.livecams_main vporn.com##.livejasmin-videos-container ns4w.org##.livejasmine madthumbs.com##.logo -pornhub.com,redtube.com##.lonesomemuch -spankbang.com##.lv_ap_re_cont -spankbang.com##.lv_cm_cl_mx +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##.lonesomemuch tube8.com##.main-video-wrapper > .float-right sexdepartementet.com##.marketingcell dachix.com,dagay.com##.media-links @@ -70273,16 +65107,18 @@ lic.me##.miniplayer upornia.com##.mjs-closeandplay hotmovs.com,upornia.com##.mjs-closeplay hanksgalleries.com##.mob_vids +hdzog.com##.mobile-channel-info xpics.me##.native yourlust.com##.native-aside anysex.com##.native_middle namethatpornstar.com##.navbar__toprow extremetube.com##.noPopunder -pornhub.com,tube8.com##.nonesuch +xmissy.nl##.noclick-small-bnr +pornhub.com,pornhubthbh7ap3u.onion,tube8.com##.nonesuch hotmovs.com,upornia.com##.ntv-banners-container redtube.com##.ntva finaid.org##.one -pornhub.com##.onesuch +pornhub.com,pornhubthbh7ap3u.onion##.onesuch lustgalore.com,yourasiansex.com##.opac_bg baja-opcionez.com##.opaco2 vporn.com##.overheaderbanner @@ -70308,7 +65144,7 @@ boundhub.com##.place > .spot hdzog.com##.player-advertise drtuber.com##.player-adx-block zmovs.com##.player-aside-banners -pornhat.com##.player-bn +ok.xxx,pornhat.com##.player-bn txxx.com##.player-desk madmovs.com,pornosexxxtits.com##.player-outer-banner hdzog.com##.player-showtime @@ -70321,7 +65157,7 @@ efukt.com##.plugs beardedperv.com##.plugzContainer xtube.com##.postRoll uflash.tv##.pps-banner -pornhub.com##.pre-footer +pornhub.com,pornhubthbh7ap3u.onion##.pre-footer txxx.com##.preroll adultdvdtalk.com##.productinfo perfectgirls.net,pornfun.com,xnostars.com##.promo @@ -70342,6 +65178,7 @@ bustedcoverage.com##.rcr-tower gottanut.com##.reclam-overlayVid-desktop candidvoyeurism.com##.rectangle vporn.com##.red-adv +hdzog.com##.rek txxx.com##.rek-iv hclips.com##.rek-link-wrap xporno.me##.rekl @@ -70375,7 +65212,7 @@ porn.com##.s-zon sticking.com##.sb-box woodrocket.com##.sb-store dominationtube.com,gaysexarchive.com,skeezy.com,sticking.com##.sb-txt -pornhub.com##.scandalouspokemon +pornhub.com,pornhubthbh7ap3u.onion##.scandalouspokemon pornhd.com##.section-next-to-title thenude.eu##.sexart_sidebar uselessjunk.com##.shadow_NFL @@ -70404,7 +65241,7 @@ tube8.com##.skin7 candidvoyeurism.com,simply-hentai.com##.skyscraper gaytube.com##.slider-section movies.askjolene.com##.small_tourlink -pornhub.com##.sniperModeEngaged +pornhub.com,pornhubthbh7ap3u.onion##.sniperModeEngaged pornpics.com##.sp-block nonktube.com##.span-300 nonktube.com##.span-320 @@ -70458,7 +65295,7 @@ sunporno.com##.top-player-link motherless.com##.top-referers definebabe.com##.top-traders 10movs.com##.top_banner -pornhub.com##.top_hd_banner +pornhub.com,pornhubthbh7ap3u.onion##.top_hd_banner imgwet.com##.topa camwhores.tv,mrstiff.com##.topad peepinghunter.com##.topbanner @@ -70504,7 +65341,7 @@ heavy-r.com##.video-slider alphaporno.com,tubewolf.com##.video-sponsor clip16.com##.video-spots redtube.com.br##.video-wrap > .bvq -pornhub.com##.video-wrapper > #player + [class] +pornhub.com,pornhubthbh7ap3u.onion##.video-wrapper > #player + [class] de-sexy-tube.ru##.videoAd youporn.com##.videoBanner tube8.com##.videoPageSkin @@ -70553,8 +65390,8 @@ xhamster.com##[class^="xplayer-banner"] redtube.com##[data-h] redtube.com##[data-w] sxyprn.com##[href*="/re/"] -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="base64"] -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="data:"] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="base64"] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="data:"] imagehaven.net##[href="http://clicks.totemcash.com/?s=38739&p=21&pp=4"] camvideos.tv##[href^="http://mmcams.com/"][href*="&utm_"] porndoe.com##[href^="https://upt00l.com/"] > [src^="data:"] @@ -70562,17 +65399,15 @@ ero-advertising.com##[id][style] imagevenue.com##[id^="MarketGid"] redtube.com##[id^="adb_"] youporn.com##[id^="parent_zone_"] -extremetube.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[src*="base64"] extremetube.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[src*="blob:"] -extremetube.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com##[src*="data:"] -pornhub.com##[srcdoc] -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[style*="base64"] -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[style*="blob:"] +pornhub.com,pornhubthbh7ap3u.onion##[srcdoc] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[style*="base64"] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,youjizz.com,youporn.com,youporngay.com##[style*="blob:"] sexyclips.org##[style="text-align: center; width: 1000px; height: 250px;"] exgirlfriendmarket.com##[width="728"][height="150"] porn.com##a[href*="&ref="] asspoint.com,babepedia.com,babesandstars.com,babesource.com,dachix.com,datoporn.co,dbnaked.com,definebabe.com,fux.com,gaytube.com,gfycatporn.com,girlsnaked.net,javfor.me,mansurfer.com,newpornstarblogs.com,pichunter.com,porn.com,porndoe.com,pornerbros.com,pornhubpremium.com,pornoxo.com,pornstarchive.com,porntube.com,redtube.com,rogreviews.com,sexyandfunny.com,shemaletubevideos.com,spankbang.com,spankwire.com,str8upgayporn.com,the-new-lagoon.com,theanalist.info,tube8.com,vporn.com,wcareviews.com,xhamster.one,xxxhdd.com,youjizz.com,youporn.com,yourdailypornstars.com##a[href*=".com/track/"] -pornhub.com##a[href*=".download/"] +pornhub.com,pornhubthbh7ap3u.onion##a[href*=".download/"] redtube.com##a[href*=".hop.clickbank.net"] badjojo.com,boysfood.com,celebrity-leaks.net,definebabe.com,efukt.com,eskimotube.com,fantasti.cc,gaytube.com,girlsofdesire.org,imagepix.org,javfor.me,keezmovies.com,madthumbs.com,pornerbros.com,pornxs.com,redtube.com,shemaletubevideos.com,therealpornwikileaks.com,xhamster.com,xxxkingtube.com,yea.xxx,youngpornvideos.com,yourdailypornstars.com##a[href*=".php"] xxxporn.pics##a[href*=".solidcams.com?"] @@ -70601,13 +65436,12 @@ adultfreex.com,animeidhentai.com,biqle.ru,daftsex.com,gotporn.com,katestube.com, dachix.com##a[href*="?campaign_id="] pornhat.com,redtube.com,thumbzilla.com##a[href*="?coupon="] redtube.com##a[href*="?link_id="][href*="&tracker_id="] -drtuber.com##a[href*="?nats="] +drtuber.com,spankbang.com##a[href*="?nats="] adultdvdempire.com##a[href*="?partner_id="][href*="&utm_"] babe.today,eskimotube.com,xjapanese.com##a[href*="?track="] -pornhub.com##a[href*="abbp"] +pornhub.com,pornhubthbh7ap3u.onion##a[href*="abbp"] taxidrivermovie.com##a[href*="mrskin.com/"] -pornhub.com##a[href*="pleasedontslaymy"] -pronpic.org##a[href*="takyake.ru"] +pornhub.com,pornhubthbh7ap3u.onion##a[href*="pleasedontslaymy"] adultfilmdatabase.com,animeidhentai.com,bos.so,camvideos.tv,camwhores.tv,celebrity-slips.com,cutscenes.net,dbnaked.com,devporn.net,efukt.com,fritchy.com,gifsauce.com,hentai2read.com,hotpornfile.org,hpjav.com,imagebam.com,imgbox.com,imgtaxi.com,motherless.com,myporn.club,pandamovies.pw,planetsuzy.org,pussyspace.com,sendvid.com,sexgalaxy.net,sextvx.com,sexuria.com,sxyprn.com,thefappeningblog.com,ultrahorny.com,vintage-erotica-forum.com,waxtube.com,yeapornpls.com##a[href*="theporndude.com"] gaytube.com##a[href="/external/meet_and_fuck"] efukt.com##a[href="http://crazyshit.com/?utm_"] @@ -70633,9 +65467,9 @@ dachix.com,dagay.com##a[href^="/sponsor/"] anyvids.com##a[href^="http://ad.onyx7.com/"] madthumbs.com##a[href^="http://adbucks.brandreachsys.com/"] sex4fun.in##a[href^="http://adiquity.info/"] -extremetube.com,pornhub.com,spankwire.com##a[href^="http://ads.genericlink.com/"] -keezmovies.com,pornhub.com,redtube.com,spankbang.com,tube8.com##a[href^="http://ads.trafficjunky.net/"] -keezmovies.com,pornhub.com,tube8.com##a[href^="http://ads2.contentabc.com/"] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,spankwire.com##a[href^="http://ads.genericlink.com/"] +keezmovies.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,spankbang.com,tube8.com##a[href^="http://ads.trafficjunky.net/"] +keezmovies.com,pornhub.com,pornhubthbh7ap3u.onion,tube8.com##a[href^="http://ads2.contentabc.com/"] giftube.com##a[href^="http://adultfriendfinder.com/go/"] anyporn.com##a[href^="http://anyporn.com/cs/"] porn.com,youjizz.com,youporn.com,youporngay.com##a[href^="http://as.sexad.net/"] @@ -70723,13 +65557,13 @@ tube8.com,tube8.es,tube8.fr##a[onclick^="loadAdFromHeaderTab('http://ads.generic xxxstreams.eu##a[style] hentai-foundry.com##a[target="_new"] > img[src] picfoco.com##a[title="Sponsor link"] -pornhub.com,redtube.com##ads +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##ads mofosex.com##article[style="position: relative; overflow: hidden; width: 299px; height: 249px; margin:0 auto;"] -pornhub.com##aside > [style="display: block;"] > table -pornhub.com##aside > span:first-child +pornhub.com,pornhubthbh7ap3u.onion##aside > [style="display: block;"] > table +pornhub.com,pornhubthbh7ap3u.onion##aside > span:first-child alrincon.com,boobieblog.com,thenipslip.com##canvas drtuber.com##div + style[id] + div[class] -pornhub.com##div > aside > aside +pornhub.com,pornhubthbh7ap3u.onion##div > aside > aside txxx.com##div > div[style*="z-index:"] redtube.com##div > iframe xhamster.com##div > noscript + div[style] @@ -70745,8 +65579,8 @@ voyeurhit.com##div[id^="div-ad-"] hentaistream.com##div[id^="hs_ad"] pornstarbyface.com##div[id^="sponcored-content-"] tube8.com##div[id^="tj-zone"] -pornhub.com,redtube.com,youporn.com,youporngay.com##div[onclick*="bp1.com"] -pornhub.com##div[style*="width: 315px; height: 300px;"] +pornhub.com,pornhubthbh7ap3u.onion,redtube.com,youporn.com,youporngay.com##div[onclick*="bp1.com"] +pornhub.com,pornhubthbh7ap3u.onion##div[style*="width: 315px; height: 300px;"] ceporn.net##div[style="border:4px solid;width:300px;height:250px;background:#7e7e7e;"] redtube.com##div[style="display: block !important;"] javlibrary.com##div[style="display:block; position:relative; width:730px; height:92px; overflow:hidden; margin: 10px auto 0px auto;"] @@ -70770,25 +65604,25 @@ tmz.com##div[style^="display: block; height: 35px;"] mofosex.com##div[style^="width: 300px;"] xhamster.com##div[style^="width:315px; height:300px;"] imgflare.com##div[style^="width:604px; height:250px;"] -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(*data:image*) -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(base64) -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(data:) -extremetube.com,pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(image/) -pornhub.com##figure > [id][style="display: block;"] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(*data:image*) +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(base64) +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(data:) +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,redtube.com,tube8.com,tube8.es,tube8.fr,xtube.com,xvideos.com,youjizz.com,youporn.com,youporngay.com#?#:-abp-properties(image/) +pornhub.com,pornhubthbh7ap3u.onion##figure > [id][style="display: block;"] rateherpussy.com##font[size="1"][face="Verdana"] cliphunter.com##h2[style="color: blue;"] -pornhub.com,redtube.com##iframe[height*="/"] -pornhub.com,redtube.com##iframe[height*="PX"] -pornhub.com,redtube.com##iframe[height*="Px"] -pornhub.com,redtube.com##iframe[height*="pX"] -pornhub.com,redtube.com##iframe[height*="px"] +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##iframe[height*="/"] +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##iframe[height*="PX"] +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##iframe[height*="Px"] +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##iframe[height*="pX"] +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##iframe[height*="px"] 3movs.com##iframe[height="250"][width="300"] javjunkies.com##iframe[height="670"] pornhd.com,pornroxxx.com##iframe[scrolling] vivud.com##iframe[src*="/ban/"] xcafe.com##iframe[src] watchteencam.com##iframe[src^="http://watchteencam.com/images/"] -pornhub.com##iframe[style="width: 350px; height: 350px;"] +pornhub.com,pornhubthbh7ap3u.onion##iframe[style="width: 350px; height: 350px;"] thisav.com##iframe[width="160"][height="600"] 4sex4.com,motherless.com##iframe[width="300"] thisav.com,tnaflix.com,youporn.com##iframe[width="300"][height="250"] @@ -70796,21 +65630,19 @@ redtube.com##iframe[width="320"][height="270"] yourasiansex.com##iframe[width="660"] videosgls.com.br##iframe[width="800"] hentai-foundry.com##iframe[width] -pornhub.com##iframe[width][height*="px"] +pornhub.com,pornhubthbh7ap3u.onion##iframe[width][height*="px"] adultfreex.com,porn.com##img[height="250"][width="300"] porn.com##img[height="250"][width="950"] avgle.com,hotgirlclub.com,pornobae.com,xxxkingtube.com##img[src*=".php"] fantasti.cc,pornerbros.com,pornxs.com##img[src*=".php?"] 4tube.com##img[src][style][width] -pornhub.com##img[src^="http://www.pornhub.com/album/strange/"] +pornhub.com,pornhubthbh7ap3u.onion##img[src^="http://www.pornhub.com/album/strange/"] extremetube.com,spankwire.com##img[style="height: 250px; width: 300px;"] hentai-foundry.com##img[style="height: 90px; width: 728px;"] lukeisback.com##img[width="140"][height="525"] -loralicious.com##img[width="250"] brit-babes.com##img[width="280"] -loralicious.com##img[width="300"] 4sex4.com##img[width="300"][height="244"] -extremetube.com,pornhub.com,spankwire.com##img[width="300"][height="250"] +extremetube.com,pornhub.com,pornhubthbh7ap3u.onion,spankwire.com##img[width="300"][height="250"] naughty.com##img[width="450"] adultwork.com,babepicture.co.uk,imagetwist.com,naughty.com,sexmummy.com,tophentai.biz,tvgirlsgallery.co.uk##img[width="468"] clips4sale.com##img[width="468px"] @@ -70822,11 +65654,10 @@ boundhub.com##noindex > .opt boundhub.com##noindex > .place boundhub.com##noindex > .top hentai-foundry.com##p > a[href][target="_blank"] -pornhub.com,redtube.com##sads +pornhub.com,pornhubthbh7ap3u.onion,redtube.com##sads picfoco.com##table[border="0"][width="728"] xcritic.com##table[cellpadding="10"][width="600"] xvideos.com##table[height="480"] -loadsofpics.com##table[height="750"] pornper.com,xxxkinky.com##table[width="100%"][height="260"] humoron.com##table[width="527"] exgfpics.com##table[width="565"] @@ -70855,9 +65686,9 @@ imagedax.net,youjizz.com##td[width="300"] pornwikileaks.com##td[width="43"] youjizz.com##tr > td + td[valign="top"] youjizz.com##tr > td[style*="padding"][width] -pornhub.com##video[style*="display: block !important;"] +pornhub.com,pornhubthbh7ap3u.onion##video[style*="display: block !important;"] vivud.com##video[webkit-playsinline] -pornhub.com##zzzzz +pornhub.com,pornhubthbh7ap3u.onion##zzzzz ! motherless.com motherless.com###anonymous-notice motherless.com###main > #content + div[style*="text-align:center;"] @@ -70870,12 +65701,13 @@ motherless.com##div > table[style][border] motherless.com##iframe[style] motherless.com##table[style*="max-width:"] ! CSS property filters -pornhub.com#?#:-abp-properties(height: 300px; width: 315px;) -pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width: 50%;) +pornhub.com,pornhubthbh7ap3u.onion#?#:-abp-properties(height: 300px; width: 315px;) +pornhub.com,pornhubthbh7ap3u.onion,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width: 50%;) ! -----------------------Whitelists to fix broken sites------------------------! ! *** easylist:easylist/easylist_whitelist.txt *** @@|blob:resource://$image @@||2mdn.net/instream/html5/ima3.js$script,domain=earthtv.com|zdnet.com +@@||9cache.com/piwik.$domain=9gag.com @@||accuweather.com/bundles/prebid.$script @@||ad.linksynergy.com^$image,domain=extrarebates.com @@||adap.tv/redir/javascript/vpaid.js @@ -70897,7 +65729,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||adservex.media.net/videoAds.js$script,domain=forbes.com @@||affiliate.kickapps.com/service/ @@||airplaydirect.com/openx/www/images/$image -@@||amazon-adsystem.com/aax2/apstag.js$domain=accuweather.com|foxbusiness.com|foxnews.com|history.com|twitch.tv|webmd.com +@@||amazon-adsystem.com/aax2/apstag.js$domain=accuweather.com|foxbusiness.com|foxnews.com|go.cnn.com|history.com|keloland.com|webmd.com|wvnstv.com @@||amazon-adsystem.com/widgets/q?$image,third-party @@||amazonaws.com/bt-dashboard-logos/$domain=signal.co @@||amazonaws.com^*/sponsorbanners/$image,domain=members.portalbuzz.com @@ -70914,6 +65746,9 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||apple.com^*/images/ads_$image,domain=apple.com @@||apple.com^*/includes/ads @@||apple.com^*/video-ad.html +@@||arkadiumhosted.com/advertisement/video/$script,domain=usatoday.com +@@||arkadiumhosted.com^*/arena/heap/$script,domain=usatoday.com +@@||arstechnica.com^$generichide @@||auctionzip.com/cgi-bin/showimage.cgi? @@||autotrader.co.uk^*/advert$~third-party @@||bankofamerica.com^*?adx=$~third-party,xmlhttprequest @@ -70946,7 +65781,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||carandclassic.co.uk/images/free_advert/$image,~third-party @@||caranddriver.com/assets/js/ads/ads-combined.min.js @@||caranddriver.com/tools/iframe/?$subdocument -@@||cbsi.com/dist/optanon.js$script,domain=zdnet.com +@@||cbsi.com/dist/optanon.js$script,domain=cbsnews.com|zdnet.com @@||cc-dt.com/link/tplimage?lid=$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com @@||cctv.com/js/cntv_Advertise.js @@||cdm.link/app/themes/cdm/js/ads.js$~third-party @@ -70976,7 +65811,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||clickbd.com^*/ads/$image,~third-party @@||clickondetroit.com/gmg.static/ads/$script @@||clickorlando.com/gmg.static/ads/$script -@@||clients*.google.com/adsense/*?key=$domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com +@@||clients*.google.com/adsense/*?key=$domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com @@||cloudflare.com/ajax/libs/videojs-contrib-ads/$stylesheet,domain=healthmeans.com @@||cloudfront.net/_ads/$xmlhttprequest,domain=jobstreet.co.id|jobstreet.co.in|jobstreet.co.th|jobstreet.com|jobstreet.com.my|jobstreet.com.ph|jobstreet.com.sg|jobstreet.vn @@||commons.wikimedia.org/w/api.php?$~third-party,xmlhttprequest @@ -70989,8 +65824,10 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||cvs.com/webcontent/images/weeklyad/adcontent/$~third-party @@||cwtv.com^$generichide @@||d17lvj5xn8sco6.cloudfront.net/ad/$image,xmlhttprequest +@@||dailymail.co.uk^$generichide @@||dailymotion.com/embed/$subdocument,domain=~gum-gum-streaming.co|~gum-gum-streaming.com|~gum-gum-streaming.tv|~streaming-vostfr.com @@||davidsilverspares.co.uk/graphics/*_ad.gif$~third-party +@@||deployads.com/a/9gag.com.js$script,domain=9gag.com @@||dianomi.com/cgi-bin/smartads.pl$xmlhttprequest,domain=inc.com @@||dianomi.com/partner/marketwatch/js/dianomi-marketwatch.js?$domain=marketwatch.com @@||dianomi.com/recirculation.epl?id=$subdocument @@ -70998,7 +65835,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||digiads.com.au/images/shared/misc/ad-disclaimer.gif @@||doubleclick.net/ddm/$image,domain=aetv.com|fyi.tv|history.com|mylifetime.com|speedtest.net @@||doubleclick.net/favicon.ico$image,domain=goal.com -@@||doubleclick.net/gpt/pubads_impl_$script,domain=accuweather.com|epaper.timesgroup.com|webmd.com +@@||doubleclick.net/gpt/pubads_impl_$script,domain=accuweather.com|epaper.timesgroup.com|espn.com|webmd.com @@||dragon-mania-legends-wiki.mobga.me^*_advertisement. @@||dragon-mania-legends-wiki.mobga.me^*_Advertisement_ @@||dwiextreme.com/banners/dwiextreme$image @@ -71012,11 +65849,13 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||facebook.com/ads/api/preview_iframe.php$subdocument,~third-party @@||facebook.com/ads/profile/advertisers/$~third-party,xmlhttprequest @@||facebook.com/ads/profile/interests/$~third-party,xmlhttprequest +@@||facebook.com/ajax/settings/account/advertising_email.php$xmlhttprequest,domain=facebook.com @@||flowplayer.com^*/ads.min.js$script,third-party -@@||foxnewsplayer-a.akamaihd.net/player/$script,domain=foxnews.com +@@||fncstatic.com/static/isa/app/lib/prebid.js$script,domain=foxbusiness.com|foxnews.com +@@||foxnewsplayer-a.akamaihd.net^*/amp/prebid/$script,domain=foxbusiness.com|foxnews.com @@||fwmrm.net^*/AdManager.js$script @@||g.doubleclick.net/gampad/ads$xmlhttprequest,domain=gamespot.com -@@||g.doubleclick.net/tag/js/gpt.js$script,domain=accuweather.com|webmd.com +@@||g.doubleclick.net/tag/js/gpt.js$script,domain=9gag.com|accuweather.com|webmd.com @@||glos.ac.uk/DataRepository/CourseDatabase/*/adv/$image,~third-party @@||google.*/s?*&q=$~third-party,xmlhttprequest,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk @@||google.*/search?sclient=*&q=$~third-party,xmlhttprequest,domain=google.ae|google.at|google.be|google.bg|google.by|google.ca|google.ch|google.cl|google.co.id|google.co.il|google.co.in|google.co.jp|google.co.ke|google.co.kr|google.co.nz|google.co.th|google.co.uk|google.co.ve|google.co.za|google.com|google.com.ar|google.com.au|google.com.br|google.com.co|google.com.ec|google.com.eg|google.com.hk|google.com.mx|google.com.my|google.com.pe|google.com.ph|google.com.pk|google.com.py|google.com.sa|google.com.sg|google.com.tr|google.com.tw|google.com.ua|google.com.uy|google.com.vn|google.cz|google.de|google.dk|google.dz|google.ee|google.es|google.fi|google.fr|google.gr|google.hr|google.hu|google.ie|google.it|google.lt|google.lv|google.nl|google.no|google.pl|google.pt|google.ro|google.rs|google.ru|google.se|google.sk @@ -71028,20 +65867,24 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||google.com/adsense/domains/caf.js$domain=capertongillett.com|webfirstrow.eu @@||google.com/adsense/search/ads.js$domain=armstrongmywire.com|atlanticbb.net|bestbuy.com|bresnan.net|broadstripe.net|buckeyecablesystem.net|cableone.net|centurylink.net|charter.net|cincinnatibell.net|dish.net|forbbbs.org|gumtree.com.au|hargray.net|hawaiiantel.net|hickorytech.net|homeaway.co.uk|knology.net|livestrong.com|mediacomtoday.com|midco.net|mybendbroadband.com|mybrctv.com|mycenturylink.com|myconsolidated.net|myepb.net|mygrande.net|mygvtc.com|myhughesnet.com|myritter.com|northstate.net|nwcable.net|query.nytimes.com|rentals.com|search.rr.com|searchresults.verizon.com|suddenlink.net|surewest.com|synacor.net|tds.net|toshiba.com|truvista.net|windstream.net|windstreambusiness.net|wowway.net|www.google.com|zoover.co.uk|zoover.com @@||google.com/images/integrations/$image,~third-party -@@||google.com/recaptcha/$script,subdocument,xmlhttprequest +@@||google.com/recaptcha/$csp,script,subdocument +@@||googletagservices.com/tag/js/gpt.js$domain=espn.com|realestate.co.nz @@||googleusercontent.com/gadgets/proxy?$image,domain=kissmanga.com @@||gpt-worldwide.com/js/gpt.js$~third-party @@||guim.co.uk/uploader/$image,~third-party @@||gumtree.com^*/advertising.js @@||history.com^$generichide +@@||houseofindya.com/lookbook/lookbookproducts?bannerid$~third-party +@@||howmanysyllables.com/css/$stylesheet,~third-party @@||hulu.com/published/*.flv @@||hulu.com/published/*.mp4 @@||hutchgo.advertserve.com^$domain=hutchgo.com|hutchgo.com.cn|hutchgo.com.hk|hutchgo.com.sg|hutchgo.com.tw @@||hw-ads.datpiff.com/news/$image,domain=datpiff.com +@@||i.thechive.com/js/gpt.js$script,~third-party @@||ikea.com^*/img/ad_ @@||ikea.com^*/img/ads/ @@||imasdk.googleapis.com/js/core/bridge*.html$subdocument,domain=~spotify.com -@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=audiomack.com|blastingnews.com|bloomberg.com|cbc.ca|cbsnews.com|cbssports.com|cnet.com|complex.com|cwtv.com|forbes.com|gamejolt.com|healthmeans.com|indystar.com|insideedition.com|kizi.com|metacritic.com|metrolyrics.com|mobg.io|news.sky.com|nflgamepass.com|nytimes.com|play.ludigames.com|player.abacast.net|player.performgroup.com|powr.com|rumble.com|snopes.com|thegamer.tv|thestreet.com|theverge.com|tvguide.com|ultimedia.com|usatoday.com|video.foxbusiness.com|video.foxnews.com|vidyomani.com|wsj.com|yiv.com +@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=abc.com|audiomack.com|blastingnews.com|bloomberg.com|cbc.ca|cbsnews.com|cbssports.com|clipsliver.com|cnet.com|complex.com|cwtv.com|forbes.com|freep.com|gamejolt.com|goodmorningamerica.com|healthmeans.com|indystar.com|insideedition.com|kizi.com|metacritic.com|metrolyrics.com|mobg.io|news.sky.com|nflgamepass.com|nytimes.com|nytimes3xbfgragh.onion|play.ludigames.com|player.abacast.net|player.performgroup.com|powr.com|rumble.com|snopes.com|thegamer.tv|thestreet.com|theverge.com|tvguide.com|ultimedia.com|usatoday.com|video.foxbusiness.com|video.foxnews.com|vidyomani.com|wsj.com|yiv.com @@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=bloomberg.com @@||imasdk.googleapis.com/js/sdkloader/ima3_debug.js$domain=brightcove.net @@||img-cdn.mediaplex.com^$image,domain=betfair.com @@ -71060,7 +65903,9 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||lokopromo.com^*/adsimages/$~third-party @@||macworld.com/www/js/ads/ads.js @@||mail.google.com^*&view=ad&$xmlhttprequest +@@||manageengine.com/images/logo/$image,~third-party @@||manageengine.com/products/ad-manager/$~third-party +@@||martinfowler.com/articles/asyncJS.css$stylesheet,~third-party @@||media-amazon.com/images/*/upsell-ad-$stylesheet,domain=imdb.com @@||media.tumblr.com^$image,domain=kissmanga.com @@||mediaalpha.com/js/serve.js$domain=goseek.com @@ -71070,7 +65915,9 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||moatads.com/*/moatwrapper.js$script,domain=hulu.com @@||mobygames.com/images/promo/$image,~third-party @@||msmedia.morningstar.com^*/size=*/random=*/viewid=$script,domain=morningstar.in +@@||msn.com^$generichide @@||mzstatic.com/image/$image,domain=mp3clan.one +@@||nationalreview.com/wp-content/themes/national-review/client/build/js/$script @@||networkworld.com/www/js/ads/gpt_includes.js? @@||news4jax.com/gmg.static/ads/$script @@||nflcdn.com/static/site/$script,domain=nfl.com @@ -71078,7 +65925,8 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||nme.com^$generichide @@||notebookcheck.$image,~third-party @@||ntv.io/serve/load.js$domain=mcclatchydc.com -@@||nyt.com/ads/$domain=nytimes.com +@@||prebid.adnxs.com^$xmlhttprequest,domain=go.cnn.com +! @@||nyt.com/ads/$domain=nytimes.com|nytimes3xbfgragh.onion @@||objects.tremormedia.com/embed/js/$domain=videopoker.com|weeklyworldnews.com @@||optimatic.com/iframe.html$subdocument,domain=pch.com @@||optimatic.com/redux/optiplayer-$domain=pch.com @@ -71111,7 +65959,10 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||procato.com/_pub/advertisement.js @@||productioncars.com/pics/menu/ @@||promo.com/shopify-backend/*/user-videos/$xmlhttprequest +@@||promo.com/shopify/embedded/$subdocument +@@||px.moatads.com/pixel.gif$image,domain=abcya.com @@||recaptcha.net/recaptcha/$script +@@||reuters.com^$generichide @@||rogersmagazines.com/ads/$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com @@||rover.ebay.com^$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com @@||salfordonline.com/wp-content/plugins/wp_pro_ad_system/$script @@ -71128,10 +65979,12 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||smallseotools.com/js/ads.js @@||smallseotools.com^$generichide @@||somewheresouth.net/banner/banner.php$image +@@||sonyliv.com/api/configuration/config_ads$~third-party,xmlhttprequest @@||sonyliv.com/extensions/gpt.js$script @@||southwest.com/swa-resources/scripts/ads.js @@||spendino.de/admanager/ @@||sportsnet.ca/wp-content/plugins/bwp-minify/$domain=sportsnet.ca +@@||static.amp.services/clients/$script,domain=road.cc @@||stclassifieds.sg^$generichide @@||summitracing.com/global/images/bannerads/ @@||supercartoons.net/ad-preroll.html @@ -71183,6 +66036,13 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||youtube.com^*_adsense_$xmlhttprequest @@||zergnet.com^$image,script,stylesheet,domain=ci.craveonline.com|ci.gamerevolution.com|ci.momtastic.com|ci.thefashionspot.com|ci.totallyher.com @@||zippyshare.com^$generichide +@@||zohopublic.com^*/ADManager_$subdocument,xmlhttprequest,domain=manageengine.com|zohopublic.com +! uBO-CNAME (Specific whitelists) +@@||circularhub.com^$domain=canadiantire.ca +@@||hwcdn.net^$script,domain=mp4upload.com +! ezfunnels.com (https://forums.lanik.us/viewtopic.php?f=64&t=44355) +@@||ezsoftwarestorage.com/ad/$image,media,~third-party +@@||ezsoftwarestorage.com^$image,media,domain=ezfunnels.com ! Cumulus Radio stations ! https://github.com/uBlockOrigin/uAssets/issues/6359 @@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=1003theparty.com|1009thecat.com|1013highway.com|1013katy.com|1013themix.com|1015jackfm.com|1015khits.com|1015thefox.com|1017hankfm.com|1017thebeach.com|1017theteam.com|1019hot.com|1019online.com|1019thekeg.com|101thefox.net|101wkqx.com|1021nashicon.com|1021thefox.com|1023thewolf.com|1025jackfm.com|1027thevibe.com|1029nashicon.com|102thebear.com|1031nowfm.com|1031radiom.com|1035memphis.com|1035thegame.com|1035wrbo.com|1037nash.com|1039bobfm.com|1039wvbo.com|1041wdlt.com|1043thebridge.com|1043thebridge.net|1043thevibe.com|1045thedan.com|1045thezone.com|1045wjjk.com|1047krez.com|1049bob.com|1049nashicon.com|1049thehits.com|104thehawk.com|1050talk.com|1053classichits.com|1053hotfm.com|1053thebear.com|1053thepoint.com|1053thepoint.net|1053wow.com|1055kbuck.com|1055thecat.com|1057kokz.com|1057nowfm.com|1057thebear.com|1057thex.com|1057thexrocks.com|1061lamejor.com|1061theunderground.com|1063spinfm.com|1063thevibe.com|1063wovo.com|1065theticket.com|1067thekrewe.com|106x.com|1070wnct.com|1071bobfm.com|1071thepeak.com|1071thepoint.com|1073theparty.com|1073wsjy.com|1075nowfm.com|1075thegame.com|1077lakefm.com|1077thebone.com|1077theisland.com|1079nashicon.com|107countrypsk.com|107nashicon.com|1090kaay.com|1160espn.com|1220wkrs.com|1230espnsports.com|1230theteam.com|1280wnam.com|1290wlby.com|1310thepower.com|1320thefan.com|1340wmsa.com|1430wcmy.com|1450kven.com|1480kyos.com|1490wosh.com|1510kga.com|1550kape.com|1590walg.com|1620thezone.com|1700thechamp.com|2hoursmattpinfield.com|600wrqx.com|600wsom.com|610knml.com|630wpro.com|640wxsm.com|660wxqw.com|680thefan.com|770kkob.com|790business.com|790wpic.com|810whb.com|860kkat.com|860utahsbigtalker.com|900theticket.com|921theticket.com|923krst.com|923thewolf.com|925nashicon.com|925thebear.com|925thewolf.com|927bobfm.com|929peakfm.com|929thewave.com|929wbpm.com|92kqrs.com|92profm.com|92qnashville.com|931nashicon.com|931thebeat.com|933nashicon.com|935nashfm.com|935wrqn.com|937nashicon.com|937nowfm.com|937themountain.com|939northpoleradio.com|939thehippo.com|939theville.com|939xindy.com|93q.com|93rockradio.net|93wkct.com|93x.com|940wfaw.com|941ksky.com|941thebear.com|941thehits.com|945thedrive.com|945thehawkradio.com|947qdr.com|947wls.com|949kcmo.com|949radiojondeek.com|949starcountry.com|949theoutlaw.com|94kxlp.com|94rockradio.net|951kbby.com|951nashfm.com|953hlf.com|953thebeach.com|953thescore.com|955bobfm.com|955glo.com|955nashicon.com|955thefan.com|955thevibe.com|957kboy.com|957kpur.com|957nashicon.com|957thevibe.com|957thewolfonline.com|959therocket.com|95sx.com|95wiil.com|95x.com|961bbb.com|961jamz.com|961sox.com|961wsox.com|963nashicon.com|963thezone.com|963wdvd.com|967shinefm.com|969lacaliente.com|969thewolf.com|96key.com|96kzel.com|973eagle.com|973nashfm.com|973theeaglefm.com|975kabx.com|975thevibe.com|975wabd.com|979espnradio.com|979nashfm.com|979nashicon.com|979wvok.com|979x.com|97bht.com|97rock.com|980waav.com|980wxlm.com|981thebeat.com|981themax.com|981thevalley.com|983nashicon.com|983thekeg.com|983vibe.com|983wlcs.com|985kissfm.net|989magicfm.com|989thebridge.com|98theticket.com|993kjoy.com|995thejock.com|995thewolf.com|997cyk.com|997cyk.org|997kmjj.com|997themix.com|997wpro.com|997wtn.com|999thebuzz.com|999thefoxrocks.com|999thehawk.com|99x.com|albanymagic.com|alice1077.com|alice969.com|allthehitsb951.com|alt1019.com|alt1049albany.com|alt2k.com|alt923.com|alt98.com|am630.net|amarillosrockstation.com|americanpatriotmedia.com|annarbors107one.com|atlantasrockstation.com|atlsportsx.com|b106fm.com|b1073.com|b95.com|b979.net|b98.com|b985slo.com|b987.com|bakersfieldespn.com|bakersfieldespnsports.com|beach985.com|beachboogieandblues.com|bear104.com|big1013.com|bigcheese1079.com|bigcountry1073.com|bigdawg985.com|bigdog1067.com|bigfrog101.com|bigfroggy1053.com|bigtalk1490.com|blairgarner.com|blazin1023.com|blazin923.com|bloomingtonhits.com|bobfmspringfield.com|bowlinggreensam.com|bull973.com|bxr.com|caperadio1550.com|catcountry.com|catcountry96.com|catcountryvermont.com|cbssports1430.com|cbssportserie.com|cbssportsharrisburg.com|cbssportsradio1430.com|chicothunderheads.com|christmas989.com|ckrv.com|classicfox.com|classichits1033.com|classichits967.com|classichitsmy1059.com|classichitswnyq.com|classy100.com|coast1013.com|coast973.com|country105fm.net|countrycountdownusa.com|countrylegends1059.com|countrymi.com|coyote1025.com|cumulusdigital.com|digitalsolutions201.com|e93fm.com|eagle97.com|eagle993.com|easy991.com|ed.fm|elizabethtownradio.com|energy939indy.com|espn1320columbia.com|espn1450providence.com|espn910.com|espn980.com|espnhonolulu.com|espnlouisville.com|espnlv.com|espnradio1280.com|espnradio927.com|espnradio941.com|espnsyracuse.com|espnur.com|espnwestpalm.com|espnwilmington.com|exitos1029.com|fly92.com|fly923.com|fm102-1.com|fm1021independentalternativeradio.com|fm102milwaukee.com|fm102one.com|fm102oneindependentalternativeradio.com|fm102onemilwaukee.com|fonzfm.com|forevereaston.com|forevermediayork.com|fox969.com|foxcincinnati.com|foxsportsradio1450.com|foxsportsredding.com|froggy1003.com|froggy101fm.com|froggy981.com|froggy99.net|froggycountry.net|froggyland.com|fuego1029.com|fun1013.com|fun969fm.com|generations1023.com|glory985.com|go106.com|goradioheartland.com|gospel900.com|gulf104.com|heaven1460.com|heaven983.com|highway1013.com|hitkicker997.com|hitpage.com|hits931fm.com|hits96.com|hits965.com|hot1005.com|hot100blono.com|hot100nrv.com|hot101.com|hot102.net|hot1033.com|hot1039.com|hot1047fm.com|hot1057.com|hot1063.com|hot1067fm.com|hot1067pa.com|hot1077radio.com|hot92and100.com|hot933hits.com|hot941.com|hot967fm.com|hvradionet.com|i973hits.com|ilovethehits.com|independentalternativeradio.com|indysmix.com|jammin999fm.com|jamz963.com|jox2fm.com|joxfm.com|k100country.com|k104online.com|k105country.com|k92radio.com|k983.com|kabc.com|kaok.com|kaperadio1550.com|katm.com|katt.com|kbcy.com|kber.com|kboi.com|kbul.com|kbull93.com|kcchiefsradio.com|kcheradio.com|kcmotalkradio.com|kcmxam.com|kennradio.com|kernradio.com|kesn1033.com|key101fm.com|kfru.com|kftx.com|kgfm.com|kgfw.com|kggo.com|kgmo.com|kgoradio.com|khay.com|khfm.com|khfm.org|khit1075.com|khop.com|khvl.com|kiimfm.com|kiss-1031.com|kix1029.com|kix106.com|kix96.com|kizn.com|kjjy.com|kjmo.com|kjoy.com|kkcy.com|kkfm.com|kkgb.com|kkgl.com|kkoh.com|klif.com|klik1240.com|klin.com|klur.com|kmaj.com|kmaj1440.com|kmez1029.com|kmjnow.com|knbr.com|knek.com|kobfm.com|kpla.com|kpur107.com|kqfc.com|kqky.com|kqms.com|kqxy.com|krbe.com|krmd.com|krny.com|krrq.com|krush925.com|kruz1033.com|ksam1017.com|kscrhits.com|kscs.com|ksfo.com|kshasta.com|ksks.com|ksmb.com|kswgradio.com|ktcx.com|ktik.com|ktop1490.com|ktucam.com|kubaradio.com|kubb.com|kugn.com|kuzz.com|kuzzradio.com|kvor.com|kwin.com|kwwr.com|kxel.com|kxzz1580am.com|kyis.com|kykz.com|kzwafm.com|la103.com|laindomable.com|laleync.com|lanuevaomaha.com|lite102.com|literock105fm.com|love105fm.com|lvfoxsports.com|magic1029fm.com|magic1039fm.com|magic1069.com|magic1073.com|magic1073fm.com|magic93fm.com|magic943fm.com|magic979wtrg.com|magic995abq.com|majic97monroe.com|majicspace.com|maverick1023.com|max94one.com|maxrocks.net|mega979.com|mgeradio.com|milwaukeesparty.com|mix103.com|mix1077albany.com|mix965.net|modernrock987.com|montanassuperstation.com|morefm1059.com|morgan921.com|movin993.com|muskegonnashicon.com|my1059.com|my961.com|myblono.com|mycolumbiabasin.com|myfroggy95.com|mykiss973.com|mymagic1045.com|mymagic106.com|mymix1051.com|mymix1061.com|mymix961.com|mystar98.com|mywbgi.com|nashcountrydaily.com|nashdetroit.com|nashfm100.com|nashfm1007.com|nashfm1011.com|nashfm1017.com|nashfm1025.com|nashfm1027.com|nashfm1033.com|nashfm1045.com|nashfm1055.com|nashfm1061.com|nashfm1065.com|nashfm923.com|nashfm923krst.com|nashfm929.com|nashfm931.com|nashfm937.com|nashfm941.com|nashfm943.com|nashfm949.com|nashfm951.com|nashfm973.com|nashfm981.com|nashfm991.com|nashfmgreenbay.com|nashfmsjo.com|nashfmwisconsin.com|nashicon989.com|nashnightslive.net|nashpensacola.com|ncsportsradio.com|nepasespnradio.com|neuhoffmedia.com|neuhoffmedialafayette.com|newcountry963.com|newsradio1029.com|newsradio1440.com|newsradioflorida.com|newsradiokkob.com|newsserver1.com|newsserver2.com|newsserver3.com|newstalk1030.com|newstalk1290koil.com|newstalk730.com|newstalk987.com|newstalkwsba.com|newswebradiocompany.net|now937.com|nrgmedia.com|nrq.com|og979.com|okiecountry1017.com|oldiesz104.com|ottawaradio.net|pensacolasjet.com|peorias923.com|picklefm.com|pikefm.com|planet1067.com|pmbbroadcasting.com|pmbradio.com|power1021.com|power103.com|power1057.com|power1069fm.com|power923.com|power94radio.com|power955.com|powerhits95.com|powerslc.com|praise1025fm.com|purerock96.com|q1005.com|q1031fm.com|q105.fm|q1055.com|q1061.com|q106dot5.com|q973radio.com|q97country.com|q98fm.com|q997atlanta.com|q99fm.com|radio1035.com|radio1039ny.com|radiorockriver.com|radiowoodstock.com|radiowoodstocktv.biz|realcountry1280whvr.com|realcountryhv.com|red1031.com|red945.com|renosfun101.com|rewind1019.com|rickandsasha.com|rock101.net|rock1015.com|rock103albany.com|rock103rocks.com|rock106.net|rock107fm.com|rock108.com|rock945vt.com|rockdaily.com|rocknews.com|rockofsavannah.com|rockofsavannah.net|softrock941.com|southernillinoisnow.com|southernsportstoday.com|spinradio.fm|sportsanimal920.com|sportsanimalabq.com|sportscapitoldc.com|sportshubtriad.com|sportsradio1270.com|sportsradio1440.com|sportsradio1560.com|sportsradio590am.com|sportsradio740.com|sportsradio967.com|sportsradio970.com|sportsradiobeaumont.com|sportsradioberks.com|sportsradiownml.com|star1063.com|star98.net|starfm1023.com|starsplash.com|stevegormanrocks.com|sunny1031.com|sunny1069fm.com|sunny923.com|sunny983.com|sunnymuskegon.com|supertalk1570.com|sweet985.com|talk104fm.com|talk995.com|talkradio1007.com|tbhpod.com|teammyrtlebeach.com|test107.com|thebear925.com|thebigjab.com|thebigstation93blx.com|theblairgarnershow.com|thebull961.com|theconclave.com|thefan1075.com|thefanfm.com|thefansportsradio.com|thegame541.com|thehippo.com|thehot1039.com|thenewhotfm.com|thenewpulsefm.com|thepointontheweb.com|therebelrocks.com|theriver931.com|therocket951.com|therockstationz93.com|thescore1260.com|thesportsanimal.com|theticket.com|theticket1007.com|theticket102.com|theticket1590.com|theticketmi.com|thetybentlishow.com|thevalley981.com|thewolf1051.com|thewolf951.com|thewolf967.com|thisisqmusic.com|thunder1073.com|todaysrockthepoint.com|triadsports.com|tuligaradio.com|umpsports.com|v100fm.com|v100rocks.com|v1033.com|vermilioncountyfirst.com|vermillioncountyfirst.com|w3dcountry.com|w4country.com|wa1a.com|wabcradio.com|walk975.com|walkradio.com|warm1033.com|warm98.com|waysam.com|wbap.com|wbbw.com|wbmq.net|wbnq.com|wbpm929.com|wbpmfm.com|wbwn.com|wcbm.com|wceiradio.com|wcfx.com|wchv.com|wclg.com|wcoapensacola.com|wcpqfm.com|wcpt820.com|wcpt820.net|wcpt820am.com|wcpt820am.net|wcptam.com|wcptam.net|wcptamfm.com|wcptamfm.net|wcptamfm.org|wcpyfm.com|wddoam.com|wden.com|wdml.com|wdst.com|wdst.net|wdst.org|wdzz.com|wedg.com|werkfm.net|werkradio.com|wfasam.com|wfav951.com|wfmd.com|wfms.com|wfnc640am.com|wfre.com|wftw.com|wgh1310.com|wghsolidgold.com|wglx.com|wgni.com|wgow.com|wgowam.com|wgrr.com|whdg.com|wheelz1045.com|whli.com|whrpfm.com|whtt.com|whud.com|wild1029.com|wild1049hd.com|wild1061.com|wild993fm.com|wildcatsradio1290.com|wink104.com|winxfm.com|wiog.com|wiov.com|wiov985.com|wivk.com|wivr1017.com|wizn.com|wjbc.com|wjcw.com|wjez.com|wjjr.net|wjoxam.com|wjr.com|wkav.com|wkbethepoint.com|wkga975.com|wkhx.com|wkmoradio.com|wkol.com|wkrs.com|wkrufm.com|wksm.com|wkydeportes.com|wlaq1410.com|wlav.com|wlbc.com|wlevradio.com|wlkwradio.com|wlok.com|wlsam.com|wlum.com|wlup.com|wlwi.com|wmac-am.com|wmal.com|wmqa.com|wncv.com|wogb.fm|woko.com|womg.com|woodstockbroadcasting.com|woodstockcommunication.com|woodstockradio.net|woodstocktv.net|wovo1063.com|wovofm.com|wqut.com|wqvealbany.com|wrganews.com|wrgm.com|wrlo.com|wrr101.com|wrul.com|wsba910.com|wsfl.com|wsjssports.com|wskz.com|wsyb1380am.com|wtka.com|wtma.com|wtrxsports.com|wttlradio.com|wuuqradio.com|wvel.com|wvli927.com|wvlkam.com|wvnn.com|wwck.com|wwki.com|wwqq101.com|wxfx.com|wxkr.com|wxlm.fm|wxlo.com|wxpkfm.com|wynn1063.com|wznl.net|wzpl.com|wzyp.com|wzzl.com|x1051kc.com|x95radio.com|xs961.com|xtrasports1300.com|y-103.com|y101hits.com|y102montgomery.com|y1065.com|yesfm.net|z1023online.com|z1029.com|z1075.com|z937.com|z93jamz.com|z96.com|z971.com|zetaphilly.com|zone1150.com|zrock103.com|zrockfm.com @@ -71316,17 +66176,17 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||viralnova.com^$generichide @@||youthhealthmag.com^$generichide ! Anti-Adblock -@@/adBlockDetector/*$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/adBlockDetector/*$~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com @@/blockalyzer-adblock-counter/js/advertisement.js$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/*/plugins/adblock.js$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/plugins/adblock-notify-by-bweb/js/advertisement.js$script,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/plugins/anti-block/js/advertisement.js$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/plugins/blockalyzer-adblock-counter/*$image,script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/plugins/blocked-ads-notifier-lite/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/plugins/simple-adblock-notice/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com -@@/wp-content/plugins/wordpress-adblock-blocker/adframe.js$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/*/plugins/adblock.js$script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/adblock-notify-by-bweb/js/advertisement.js$script,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/anti-block/js/advertisement.js$~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/blockalyzer-adblock-counter/*$image,script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/blocked-ads-notifier-lite/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/simple-adblock-notice/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-content/plugins/wordpress-adblock-blocker/adframe.js$~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com @@/wp-content/themes/$script,domain=9to5mac.com -@@/wp-prevent-adblocker/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@/wp-prevent-adblocker/*$script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com @@||2mdn.net/instream/html5/ima3.js$script,domain=techrepublic.com|zdnet.com @@||8shit.net^$generichide @@||95.211.184.210/js/advertisement.js @@ -71365,17 +66225,16 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||anisearch.com^*/ads/ @@||anonymousemail.me/js/$~script @@||anonytext.tk^$generichide -@@||autogespot.*/JavaScript/ads.js?$~third-party,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@||autogespot.*/JavaScript/ads.js?$~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com @@||avforums.com/*ad$script @@||bicimotosargentina.com^$generichide @@||bilzonen.dk/scripts/ads.js -@@||boatwizard.com/ads_prebid.min.js$script,domain=boats.com @@||bollywoodshaadis.com/js/ads.js -@@||borneobulletin.com.bn/wp-content/banners/bblogo.jpg @@||business-standard.com/ad/banner.js @@||buysellads.com/ac/bsa.js$domain=jc-mp.com @@||centro.co.il^$generichide @@||chicagoreader.com^$generichide +@@||clipwatching.com/js/adframe.js$script,~third-party @@||comicbook.com^$generichide @@||cricbuzz.com/includes/ads/images/cricbuzz/$~third-party @@||crunchyroll.com^*/ads_$script @@ -71384,7 +66243,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||destinationamerica.com^$generichide @@||diep.io^$script,~third-party @@||dinozap.tv/adimages/ -@@||discordapp.com/banners/$image @@||dlh.net^$script,subdocument,domain=dlh.net @@||dnswatch.info^$script,domain=dnswatch.info @@||dragoart.com^$generichide @@ -71395,6 +66253,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||dutplanet.net/ajax/reclamecheck.php?$xmlhttprequest @@||dx-tv.com^$generichide @@||dynamicyield.com/abadimage/$image,subdocument +@@||dyncdn.me^*/showads.js$script,domain=rarbg.to|rarbg2019.org|rarbg2020.org|rarbg2021.org|rarbgaccess.org|rarbgmirror.com|rarbgmirror.org|rarbgmirrored.org|rarbgp2p.org|rarbgproxied.org|rarbgproxy.org|rarbgprx.org|rarbgto.org @@||e24.no^$generichide @@||ebkimg.com/banners/ @@||edgekey.net^*/advertisement.js$domain=play.spotify.com @@ -71441,11 +66300,11 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||go4up.com^$generichide @@||gogi.in^$generichide @@||googletagservices.com/activeview/js/current/osd.js$script,domain=webmd.com -@@||gumtree.com^*/advertising.js @@||harvardgenerator.com/js/adframe.js @@||hentai-foundry.com^*/ads.js @@||huffingtonpost.co.uk^$generichide @@||huffingtonpost.com^$generichide +@@||iamcdn.net^*/ads.$script,domain=hydrax.net|playhydrax.com @@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=abcnews.go.com|slacker.com @@||imasdk.googleapis.com/js/sdkloader/ima3_debug.js$domain=foxnews.com @@||informer.com/js/show_ads.js @@ -71468,7 +66327,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||nextthreedays.com/Include/Javascript/AdFunctions.js @@||notebookcheck-ru.com/ads.min.js @@||npttech.com/advertising.js$script -@@||optout.networkadvertising.org^$document @@||ouo.press^$generichide @@||overclock3d.net/js/advert.js @@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cpu-world.com|megaleech.us|short.am @@ -71488,7 +66346,6 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||receive-a-sms.com^$generichide @@||rojadirecta.me^$generichide @@||s.ntv.io/serve/load.js$domain=allmusic.com|sidereel.com -@@||samplefan.com/img/ad/$image @@||sc2casts.com^$generichide @@||sc2casts.com^$script,domain=sc2casts.com @@||sciencechannel.com^$generichide @@ -71512,11 +66369,10 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||tpc.googlesyndication.com^$image,domain=sc2casts.com @@||tribalfusion.com/displayAd.js?$domain=clubedohardware.com.br|yellowbridge.com @@||tribalfusion.com/j.ad?$script,domain=clubedohardware.com.br|yellowbridge.com -@@||tttcdn.com/advertising/$image,domain=tomtop.com @@||tweaktown.com^$generichide +@@||upstream.to/js/googima.js$script,~third-party @@||urbeez.com/fuckadblock.min.js @@||urlgalleries.net^*/adhandler/$subdocument -@@||valuecommerce.com^$image,domain=pointtown.com @@||windows7themes.net/wp-content/advert.js @@||xooimg.com/advertisement.js @@||yellowbridge.com/ad/show_ads.js @@ -71531,6 +66387,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||tab.gladly.io/newtab/|$document,subdocument ! Non-English @@||abril.com.br^$generichide +@@||ad-api-v01.uliza.jp^$script,xmlhttprequest,domain=golfnetwork.co.jp @@||ad.atown.jp/adserver/$domain=ad.atown.jp @@||amazon-adsystem.com/e/ir?$image,domain=kasi-time.com @@||amebame.com/pub/ads/$image,domain=ameba.jp @@ -71568,6 +66425,8 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width @@||minhacontachevroletsf.com.br^*/CampaignImageProcessor.bon?*&BannerID=$image,~third-party @@||mjhobbymassan.se/r/annonser/$image,~third-party @@||netmile.co.jp/ad/images/$image +@@||news24.jp/ad-navi/$domain=search.news24.jp +@@||ntv.co.jp/ad-navi/$domain=search.news24.jp @@||politiken.dk/static/$script @@||portalbici.es^*-advertisement.$~third-party,xmlhttprequest @@||r7.com/ads.js @@ -71588,7 +66447,7 @@ pornhub.com,youporn.com#?#:-abp-properties(float: right; margin-top: 30px; width ! Whitelists to fix broken pages of advertisers ! Facebook @@||www.facebook.com/ads/$generichide -@@||www.facebook.com/ajax/ads/$xmlhttprequest,domain=www.facebook.com +@@||www.facebook.com/ajax/ads/$xmlhttprequest,domain=facebookcorewwwi.onion|www.facebook.com ! Google @@||accounts.google.com/adwords/$domain=accounts.google.com @@||accounts.google.com^$document,subdocument,domain=adwords.google.com @@ -71701,8 +66560,6 @@ www.google.com#@##videoads @@||adservice.com/wp-content/themes/adservice/$~third-party @@||publisher.adservice.com^$domain=publisher.adservice.com @@||publisher.adservice.com^$generichide -! chameleon.ad -@@||chameleon.ad/demo/$elemhide ! *** easylist:easylist/easylist_whitelist_dimensions.txt *** @@-120x60-$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com @@-120x60.$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com @@ -71766,7 +66623,7 @@ www.google.com#@##videoads @@||imperialwonderservices.ie/images/banner/*-468x60.$~third-party @@||komikslandia.pl/environment/cache/images/300_250_ @@||la-finca-distribution.de/wp-content/uploads/*-120x240.$image -@@||maps.google.*/staticmap*^size=300x250^$image,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com +@@||maps.google.*/staticmap*^size=300x250^$image,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com @@||maps.googleapis.com/maps/api/*=300x250&$image @@||marketing.beatport.com.s3.amazonaws.com^*/728x90_ @@||metrics.target.com/b/ss/*_300x250_$image @@ -71780,6 +66637,7 @@ www.google.com#@##videoads @@||onescreen.net/os/static/widgets/*300x250 @@||openmp.org/wp/openmp_336x120.gif @@||opposingviews.com^*/300x250/ +@@||pigugroup.eu/colours/*120x60$image,domain=pigu.lt @@||player.grabnetworks.com^*/vox_300x250_inline.xml$domain=mavrixonline.com @@||quisqualis.com/QBanner_760x100.jpg @@||rackcdn.com^*_120x60_$image,domain=shopsmarter.com @@ -71794,13 +66652,14 @@ www.google.com#@##videoads @@||swansuk.co.uk^*/300x250/$image,~third-party @@||target.122.2o7.net/b/ss/*_300x250_$image,domain=target.com @@||techpakistani.com/wp-content/uploads/*-300x100.$image +@@||techwallacdn.com/300x250/$image,domain=techwalla.com @@||turner.com/v5cache/TCM/images/*_120x60. @@||turner.com/v5cache/TCM/Images/*_120x60_ @@||ubi.com/resource/*/game/*_300x250_$image,domain=ubi.com @@||union.edu/media/galleryPics/400x250/$~third-party @@||usanetwork.com/sites/usanetwork/*300x250 @@||usopen.org/images/pics/misc/*.300x250.jpg -@@||viamichelin.*&size=728x90,$subdocument,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com +@@||viamichelin.*&size=728x90,$subdocument,domain=~calcalist.co.il|~gaytube.com|~mako.co.il|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~walla.co.il|~xtube.com|~ynet.co.il|~youjizz.com|~youporn.com|~youporngay.com @@||vortex.accuweather.com^*_120x60_bg.jpg @@||vortex.accuweather.com^*_160x600_bg.jpg @@||vortex.accuweather.com^*_300x250_bg.jpg @@ -71929,11 +66788,11 @@ www.google.com#@##videoads @@||boyzshop.com/affimages/$~third-party @@||boyzshop.com/images/affbanners/$image,~third-party @@||burningcamel.com/ads/banner.jpg -@@||cam4.*/ads/directory/$~third-party,xmlhttprequest,domain=~gaytube.com|~pornhub.com|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com +@@||cam4.*/ads/directory/$~third-party,xmlhttprequest,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com @@||cdn.delight-vr.com^$domain=xhamster.com @@||cdn.trafficstars.com/sdk/v1/bi.js$domain=xhamster.com @@||chatbro.com^$xmlhttprequest,domain=camwhores.tv -@@||chaturbate.com/affiliates/$domain=noracam.com +@@||chaturbate.com/affiliates/$domain=noracam.com|uuu.cam @@||dpmate.com/exports/tour_20/$domain=digitalplayground.com @@||eegay.com^$generichide @@||eskimotube.com/advertisements.php?$script @@ -71959,7 +66818,7 @@ www.google.com#@##videoads @@||porn.com/image/*/PORN.jpg?$image @@||pornhd.com/pornhd/*/js/dist/$script @@||pornhubpremium.com/user/login_status? -@@||pornhubpremiumcdn.com^$image,domain=pornhub.com +@@||pornhubpremiumcdn.com^$image,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornteengirl.com/temporaire/image.php?*/virtuagirl/$image @@||promo.cdn.homepornbay.com/key=*.mp4$object,domain=hiddencamsvideo.com @@||sextoyfun.com/admin/aff_files/BannerManager/$~third-party @@ -71985,35 +66844,47 @@ www.google.com#@##videoads @@||yamvideo.com/pop1/jwplayer.js$script @@||youjizz.com/video_templates/non-flash-video.php?id=$subdocument,domain=youjizz.com @@||youjizz.com/videos/embed/$subdocument,domain=youjizz.com +! pornhub.com/shakedown +@@||bitmovin.com^$script,domain=pornhub.com +@@||chatwee-api.com^$domain=pornhub.com +@@||fbsbx.com^$image,domain=pornhub.com +@@||graph.facebook.com^$domain=pornhub.com +@@||pornhub.com/favicon.ico$image,domain=pornhub.com +! help.pornhub +@@||help.pornhub.com^$domain=help.pornhub.com +@@||jsdelivr.net^$script,domain=help.pornhub.com +@@||zdassets.com^$domain=help.pornhub.com +@@||zendesk.com^$domain=help.pornhub.com +@@||zopim.com^$script,websocket,domain=help.pornhub.com ! Pornhub network -@@||ajax.googleapis.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||ajax.googleapis.com^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com @@||algolia.net^*/indexes/$xmlhttprequest,domain=tube8.com|tube8.es|tube8.fr @@||algolianet.com^*/indexes/$xmlhttprequest,domain=tube8.com|tube8.es|tube8.fr -@@||amazonaws.com/uploads.uservoice.com/$image,domain=pornhub.com|redtube.com|tube8.com|youporn.com -@@||api.feel-app.com^$xmlhttprequest,domain=pornhub.com +@@||amazonaws.com/uploads.uservoice.com/$image,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|tube8.com|youporn.com +@@||api.feel-app.com^$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion @@||api.recaptcha.net^$script -@@||apis.google.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||apis.google.com^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com @@||blog.tube8.com/wp-content/$image,script -@@||cdn-*.pornhub.com^$image,domain=pornhub.com|redtube.com|redtube.com.br +@@||cdn-*.pornhub.com^$image,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br @@||cdn.jsdelivr.net/algoliasearch/3/algoliasearch.min.js$script,domain=tube8.com|tube8.es|tube8.fr @@||cdn.jsdelivr.net/autocomplete.js/0/autocomplete.min.js$script,domain=tube8.com|tube8.es|tube8.fr @@||cdne-st.redtubefiles.com^$script,domain=redtube.com|redtube.com.br -@@||connect.facebook.net^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||disqus.com/count.js$domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||disqus.com/embed.js$domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||disquscdn.com/count.js$domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||feedback.pornhub.com^$xmlhttprequest,domain=feedback.pornhub.com +@@||connect.facebook.net^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||disqus.com/count.js$domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||disqus.com/embed.js$domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||disquscdn.com/count.js$domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||feedback.pornhub.com^$xmlhttprequest,domain=feedback.pornhub.com|feedback.pornhubthbh7ap3u.onion @@||google.com/recaptcha/$image,script @@||gstatic.com/recaptcha/$image,script -@@||icfcdn.com^*/player.js$script,domain=pornhub.com +@@||icfcdn.com^*/player.js$script,domain=pornhub.com|pornhubthbh7ap3u.onion @@||img.pornhub.com/gif/*.gif|$image,~third-party -@@||img.youtube.com/vi/*/sddefault.jpg$domain=pornhub.com -@@||maps.googleapis.com^$domain=pornhub.com -@@||maps.gstatic.com^$domain=pornhub.com -@@||media.trafficjunky.net/__js2/test.js$script,domain=pornhub.com -@@||naiadmmm.com^$image,domain=pornhub.com -@@||naiadsystems.com^$script,websocket,xmlhttprequest,domain=pornhub.com -@@||nsimg.net^$image,domain=pornhub.com +@@||img.youtube.com/vi/*/sddefault.jpg$domain=pornhub.com|pornhubthbh7ap3u.onion +@@||maps.googleapis.com^$domain=pornhub.com|pornhubthbh7ap3u.onion +@@||maps.gstatic.com^$domain=pornhub.com|pornhubthbh7ap3u.onion +@@||media.trafficjunky.net/__js2/test.js$script,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||naiadmmm.com^$image,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||naiadsystems.com^$script,websocket,xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||nsimg.net^$image,domain=pornhub.com|pornhubthbh7ap3u.onion @@||phncdn.com/*/js/likeDislike/$script @@||phncdn.com/*/js/t8.util-min.js?$script @@||phncdn.com//js/popUnder/exclusions-min.js @@ -72043,12 +66914,12 @@ www.google.com#@##videoads @@||phncdn.com/assets_dev/js/algolia/algolia_search_result*.js$script,domain=tube8.com @@||phncdn.com/cb/assets/$script @@||phncdn.com/cb/bundles/$script -@@||phncdn.com/dash/videos/$media,object,other,xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com +@@||phncdn.com/dash/videos/$media,object,other,xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|tube8.com|youporn.com|youporngay.com @@||phncdn.com/head/$script @@||phncdn.com/highcharts-$script -@@||phncdn.com/hls/videos/$media,object,other,xmlhttprequest,domain=pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com +@@||phncdn.com/hls/videos/$media,object,other,xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|tube8.com|youporn.com|youporngay.com @@||phncdn.com/html5player/$script -@@||phncdn.com/html5player/videoPlayer/$object,domain=pornhub.com|redtube.com|youporn.com +@@||phncdn.com/html5player/videoPlayer/$object,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|youporn.com @@||phncdn.com/html5shiv-$script @@||phncdn.com/jquery-$script @@||phncdn.com/jquery/$script @@ -72140,12 +67011,13 @@ www.google.com#@##videoads @@||phncdn.com/modernizr-$script @@||phncdn.com/networkbar-$script @@||phncdn.com/pagespeed.js$script +@@||phncdn.com/pics/gifs/$media,object,other,xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion @@||phncdn.com/swfobject-$script @@||phncdn.com/timings-$script @@||phncdn.com/tubes-$script @@||phncdn.com/tubes.infopages-$script @@||phncdn.com/underscore-$script -@@||phncdn.com/videos/$image,media,object,other,domain=pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com +@@||phncdn.com/videos/$image,media,object,other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|tube8.com|youporn.com|youporngay.com @@||phncdn.com/vortex-simple-*.js$script @@||phncdn.com/vortex.modern-*.js$script @@||phncdn.com/www-static/$image @@ -72267,41 +67139,43 @@ www.google.com#@##videoads @@||phncdn.com/www-static/js/widgets-rating-like-fav.js$script @@||phncdn.com/www-static/js/widgets-share-image.js$script @@||phncdn.com/zeroclipboard-$script -@@||phncdn.com^$image,object,other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||phncdn.com^$image,object,other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com @@||phncdn.com^*/html5Uploader/$script @@||phncdn.com^*/streamate/client.js|$script @@||phncdn.com^*/userfavorites.js$script @@||phncdn.com^*/xp_bubble-$script @@||phncdn.com^*/xp_bubble_$script -@@||phprcdn.com^$image,domain=pornhub.com -@@||platform.tumblr.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||platform.twitter.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||phprcdn.com^$image,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||platform.tumblr.com^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||platform.twitter.com^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com @@||pornhub.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest @@||pornhub.com/album/$xmlhttprequest @@||pornhub.com/album_upload$xmlhttprequest @@||pornhub.com/channel/$xmlhttprequest @@||pornhub.com/chat/$xmlhttprequest @@||pornhub.com/comment/$xmlhttprequest -@@||pornhub.com/community_ajax?$xmlhttprequest,domain=pornhub.com +@@||pornhub.com/community_ajax?$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornhub.com/event/awards_vote$xmlhttprequest @@||pornhub.com/front/$xmlhttprequest @@||pornhub.com/gif/$xmlhttprequest @@||pornhub.com/insights/$image,xmlhttprequest -@@||pornhub.com/jobs/?wc-ajax=$xmlhttprequest,domain=pornhub.com -@@||pornhub.com/jobs/wp-content/$image,domain=pornhub.com +@@||pornhub.com/jobs/?wc-ajax=$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||pornhub.com/jobs/wp-content/$image,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornhub.com/live/$xmlhttprequest +@@||pornhub.com/newCreditCardModalDataTrackingAjax$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornhub.com/oauth2/authorize?$popup -@@||pornhub.com/playlist/$xmlhttprequest,domain=pornhub.com +@@||pornhub.com/playlist/$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornhub.com/playlist_json/$xmlhttprequest @@||pornhub.com/pornstar/$xmlhttprequest @@||pornhub.com/pornstars/$xmlhttprequest @@||pornhub.com/premium/$xmlhttprequest -@@||pornhub.com/recommended$xmlhttprequest,domain=pornhub.com -@@||pornhub.com/sex/wp-content/uploads/$image,domain=pornhub.com +@@||pornhub.com/press/contact$xmlhttprequest,domain=pornhub.com +@@||pornhub.com/recommended$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||pornhub.com/sex/wp-content/uploads/$image,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornhub.com/stream/$xmlhttprequest @@||pornhub.com/svvt/add?$xmlhttprequest -@@||pornhub.com/toys/?$xmlhttprequest,domain=pornhub.com -@@||pornhub.com/toys/wp-content/$image,script,xmlhttprequest,domain=pornhub.com +@@||pornhub.com/toys/?$xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||pornhub.com/toys/wp-content/$image,script,xmlhttprequest,domain=pornhub.com|pornhubthbh7ap3u.onion @@||pornhub.com/upload/$xmlhttprequest @@||pornhub.com/uploading/$xmlhttprequest @@||pornhub.com/user/$xmlhttprequest @@ -72390,10 +67264,10 @@ www.google.com#@##videoads @@||redtube.com/videoview/$xmlhttprequest @@||redtube.com/watched/$xmlhttprequest @@||redtube.com^*/media/videos/$image -@@||redtubefiles.com^$image,media,object,other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||rncdn3.com^$media,object,other,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com -@@||s.ytimg.com/yts/jsbin/*/www-widgetapi.js$domain=pornhub.com -@@||s7.addthis.com^$script,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||redtubefiles.com^$image,media,object,other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||rncdn3.com^$media,object,other,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com +@@||s.ytimg.com/yts/jsbin/*/www-widgetapi.js$domain=pornhub.com|pornhubthbh7ap3u.onion +@@||s7.addthis.com^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com @@||services.pornhub.com^$~third-party,xmlhttprequest @@||t8cdn.com/js/modernizr-flex-min.js$script,domain=tube8.com|tube8.es|tube8.fr @@||t8cdn.com^$image,media,domain=tube8.com|tube8.es|tube8.fr @@ -72411,8 +67285,8 @@ www.google.com#@##videoads @@||tube8.fr/_Incapsula_Resource?$image,subdocument,xmlhttprequest @@||upload.pornhub.com/temp/images/$image,~third-party @@||upload.tube8.com^$script,xmlhttprequest -@@||uvcdn.com^$image,script,domain=pornhub.com|redtube.com|tube8.com|youporn.com -@@||widget.uservoice.com^$script,domain=pornhub.com|redtube.com|tube8.com|youporn.com +@@||uvcdn.com^$image,script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|tube8.com|youporn.com +@@||widget.uservoice.com^$script,domain=pornhub.com|pornhubthbh7ap3u.onion|redtube.com|tube8.com|youporn.com @@||youporn.com/_Incapsula_Resource?$image,subdocument,xmlhttprequest @@||youporn.com/ajax/$xmlhttprequest @@||youporn.com/api/videos/related/$xmlhttprequest @@ -72522,30 +67396,30 @@ www.google.com#@##videoads ! Non-English @@||ads.b10f.jp/flv/$~third-party ! *** easylist:easylist_adult/adult_whitelist_popup.txt *** -@@&utm_medium=traffic_trade&utm_campaign=pornhub_trade_search_box$popup,domain=pornhub.com -@@||as.sexad.net^*?p=*&v=$popup,domain=extremetube.com|keezmovies.com|pornhub.com|redtube.com|spankwire.com|tube8.com|tube8.es|tube8.fr -@@||blogger.com^$popup,domain=pornhub.com +@@&utm_medium=traffic_trade&utm_campaign=pornhub_trade_search_box$popup,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||as.sexad.net^*?p=*&v=$popup,domain=extremetube.com|keezmovies.com|pornhub.com|pornhubthbh7ap3u.onion|redtube.com|spankwire.com|tube8.com|tube8.es|tube8.fr +@@||blogger.com^$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||contentabc.com/ads?spot_id=$popup,domain=tube8.com|tube8.es|tube8.fr -@@||download.pornhub.phncdn.com/videos/$popup,domain=pornhub.com +@@||download.pornhub.phncdn.com/videos/$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||extremetubefreehd.com^*.Extreme_HeaderTab&$popup,domain=extremetube.com @@||extremetubemate.com/?AFNO=$popup,domain=extremetube.com @@||gelbooru.com^$popup,~third-party @@||imagebam.com/image/$popup -@@||pornhublive.com/?AFNO=$popup,domain=pornhub.com +@@||pornhublive.com/?AFNO=$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||rdtcdn.com/media/videos$media,popup,domain=redtube.com -@@||reddit.com^$popup,domain=pornhub.com +@@||reddit.com^$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||redtubelive.com/?AFNO=$popup,domain=redtube.com @@||redtubeplatinum.com/signup/signup.php$popup,domain=redtube.com @@||redtubeplatinum.com/track/*/join?$popup,domain=redtube.com -@@||rncdn3.com/videos/$popup,domain=pornhub.com +@@||rncdn3.com/videos/$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||securejoinsite.com/loader.php?*_HeaderTab&$popup,domain=extremetube.com|spankwire.com @@||spankwirecams.com/?AFNO=$popup,domain=spankwire.com @@||spankwirefreehd.com^*.Spankwire_HeaderTab&$popup,domain=spankwire.com -@@||stumbleupon.com^$popup,domain=pornhub.com +@@||stumbleupon.com^$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||supportchat.contentabc.com^$popup,domain=brazzerssupport.com @@||t8premium.com/signup/signup.php?$popup,domain=tube8.com|tube8.es|tube8.fr @@||t8premium.com/track/*/join?$popup,domain=tube8.com|tube8.es|tube8.fr @@||tube8live.com/?AFNO=$popup,domain=tube8.com|tube8.es|tube8.fr -@@||tumblr.com^$popup,domain=pornhub.com -@@||twitter.com^$popup,domain=pornhub.com +@@||tumblr.com^$popup,domain=pornhub.com|pornhubthbh7ap3u.onion +@@||twitter.com^$popup,domain=pornhub.com|pornhubthbh7ap3u.onion @@||wmtrafficentry.com/cgi-bin/ewm.cgi/*_HeaderTab?$popup,domain=extremetube.com|spankwire.com diff --git a/app/src/main/assets/blocklists/easyprivacy.txt b/app/src/main/assets/blocklists/easyprivacy.txt index 28bbfbbd..c7d7144b 100644 --- a/app/src/main/assets/blocklists/easyprivacy.txt +++ b/app/src/main/assets/blocklists/easyprivacy.txt @@ -1,7 +1,7 @@ [Adblock Plus 1.1] -! Version: 201912312316 +! Version: 202003262036 ! Title: EasyPrivacy -! Last modified: 31 Dec 2019 23:16 UTC +! Last modified: 26 Mar 2020 20:36 UTC ! Expires: 4 days (update frequency) ! Homepage: https://easylist.to/ ! Licence: https://easylist.to/pages/licence.html @@ -19,7 +19,7 @@ &ctxId=*&pubId=*&objId= &event=view& &funnel_state= -&http_referer=$script,xmlhttprequest +&http_referer=$script,xmlhttprequest,domain=~facebook.com &idsite=*&send_image=$image &pageReferrer= &ref=*&tag= @@ -30,6 +30,7 @@ -action/fingerprint? -action/ping? -ad-targeting? +-adobe-analytics. -ads-tracking- -AdTracking. -analitycs//fab. @@ -50,6 +51,7 @@ -baynote. -bluekai. -boomerang_ +-click-tracker. -ClickTale. -comscore. -conversion-tracking- @@ -69,6 +71,7 @@ -google-tag-manager/$script -heatmaps-analytics/ -imppix/ +-inview-tracker. -javascript_xiti_ -kameleoon.js -kameleoon.min.js @@ -82,6 +85,7 @@ -page-analytics. -pixel.*?uuid= -pixelfront-analytics. +-realtime-logging- -rttracking. -sa-tracker- -sc-analytics. @@ -103,6 +107,7 @@ -tracking/ga- -tracking?referrer= -trackingScript. +-unbxdAnalytics. -universal-analytics/ -v1/tracking/ -xtcore.js @@ -204,6 +209,7 @@ .de/h.gif? .de/l.gif? .de/o.gif? +.de/z.gif? .do_tracking& .drive-analytics. .eloqua.js @@ -242,6 +248,7 @@ .it/s.gif? .jp/pv? .js?referer= +.js?referrer= .jsp/?Log= .lms-analytics/ .me/geoip/ @@ -270,6 +277,7 @@ .php?action_name= .php?logRefer= .php?logType= +.php?notrack= .php?p=stats& .php?ping= .php?refcode= @@ -348,6 +356,7 @@ /?livehit= /?mob.ct= /?record&key= +/?swift-performance-tracking /_/lite/performance/* /__analytics/* /__dam.gif? @@ -362,14 +371,17 @@ /__wsm.gif /_bm/abd- /_bm/bd- +/_bm/cbd- /_dts.gif? /_lib/ga.js /_owa.gif? /_sess/script.js +/_stat/log/* /_t.gif?*&u= /_t.gif?url= /_topic_stats? /_tracking/* +/_visitcount? /A-LogAnalyzer/* /a-stat. /a.gif?uuid @@ -403,6 +415,7 @@ /acfp.js /acounter.php? /act_pagetrack. +/action/analytics /activetrackphp.php? /activities/logger/* /activity-track/? @@ -475,6 +488,7 @@ /AdobeAnalyticsEvent. /AdobeAnalyticsSDK. /AdobeCustomVideoMeasurement.swf +/adobeMonitor. /adonis_event/* /adpixel. /adplogger/* @@ -576,6 +590,7 @@ /amp-geo- /amp-omniture-iframe? /amp.gif? +/amp/log.json /amp_ping/* /amplitude-*.js$script /ampmetrics. @@ -590,12 +605,14 @@ /analysis/gtm_ /analysis?t= /analytic-client. +/analytic/context? /analytic/count. /analytic/pageview /analytic?publisher /analytic_data_ /analyticReporting. /analyticReportingAS3.$domain=~miniclip.com +/analytics-2. /analytics-assets/* /analytics-beacon- /analytics-cdn. @@ -607,6 +624,7 @@ /analytics-event- /analytics-event. /analytics-gcp. +/analytics-ingestion/* /analytics-ingress- /analytics-js. /analytics-js/* @@ -647,7 +665,9 @@ /analytics/*satellitelib.js /analytics/?*&url= /analytics/?event +/analytics/abtest/* /analytics/activity. +/analytics/adtags? /analytics/analytics.$~xmlhttprequest /analytics/beacons/* /analytics/call- @@ -657,6 +677,7 @@ /analytics/collector/* /analytics/content? /analytics/core. +/analytics/data- /analytics/dealerfire/* /analytics/dfa. /analytics/dist/* @@ -668,6 +689,7 @@ /analytics/ga. /analytics/ga/* /analytics/ga? +/analytics/gallup/* /analytics/geoip/* /Analytics/Google. /analytics/google/* @@ -675,15 +697,19 @@ /analytics/hit /analytics/hmac- /analytics/idg_ +/analytics/init. +/analytics/initSession /analytics/js$script /analytics/klaviyo_ /analytics/liferay- +/analytics/listeners/* /analytics/logging /analytics/mbox.js /analytics/mbox_ /analytics/metric/* /analytics/mouse_ /analytics/newrelic_ +/analytics/onLoad/* /analytics/p.gif? /analytics/page/* /analytics/page_view. @@ -693,9 +719,11 @@ /analytics/posts /analytics/pv.gif? /analytics/report/* +/analytics/script/* /analytics/smarttag- /analytics/socialTracking.js /analytics/sockjs. +/analytics/tags /analytics/tagx- /analytics/tealium- /analytics/timeme. @@ -709,6 +737,7 @@ /analytics/track_ /analytics/tracker. /analytics/trackers? +/analytics/trackevent /Analytics/Tracking. /analytics/tracking/* /analytics/track| @@ -733,6 +762,7 @@ /analytics_min. /analytics_ping. /analytics_prod. +/analytics_push. /analytics_tag. /analytics_tracker /analytics_v2.js @@ -740,6 +770,7 @@ /analytics_www. /AnalyticsEvent. /analyticsfeed.ashx? +/analyticsFooter. /analyticsid. /analyticsjs. /analyticsjs/* @@ -754,6 +785,7 @@ /analyticstrain- /analyticsUnitaire? /analyticsUrlToDataMappings. +/analytix/events /analyze.js^ /analyzer.gif? /analyzer2. @@ -772,6 +804,7 @@ /api-analytics. /api/0/stats /api/analytics/* +/api/analytics| /api/log? /api/lt/ref? /api/metrics$other @@ -779,6 +812,8 @@ /api/ping/* /api/pixel? /api/stat? +/api/statz +/api/tracing? /api/tracking/* /api/v1/collector /api/v1/metrics @@ -795,9 +830,12 @@ /app/tracking/* /app/tracking_ /appendOmnitureTracking. +/appGoogleAnalytics- +/appGoogleTagManager- /appier-track- /AppMeasurement.js /AppMeasurement2.js +/AppMeasurementCustom. /apTracker. /aptrk.js /apw.js @@ -822,11 +860,13 @@ /aspenanalytics. /aspstats/index.asp? /assets/analytics- +/assets/analytics. /assets/analytics: /assets/beacons.js /assets/tracking- /assets/uts/* /assign.gif? +/assignments/impressions /AssyncCSStats.aspx /astrack.js /astracker. @@ -977,6 +1017,7 @@ /block/pixel? /blockstat? /blog/traffic/? +/blogcounter.js /blogcu-analytics.js /blogsectiontracking. /blogtotal_stats_ @@ -997,6 +1038,7 @@ /boomerang-latest.min.js /boomerang-minified- /boomerang.js +/boomerang/beacon /boomLogger. /boomr.js /boost_stats. @@ -1046,6 +1088,7 @@ /c?siteID=$image,script /c_track.php? /cablog? +/cache/analytics. /caixinlog.js /calameo-beacon. /call-tracking.js @@ -1080,6 +1123,7 @@ /cedexis/* /cedexisus. /CelebrusInsert.js +/census/RecordHit /certifica-js14.js /certifica.js /certifica_2010.js @@ -1229,8 +1273,10 @@ /cm.gif? /cm?ci=*&tid= /cm?tid= +/cm_segments.php?cookie /cmarketing.countus.js /cmd_track? +/cmp-event-ioltrack. /cms-gg.js /cms.gif? /cms/stats/* @@ -1245,6 +1291,7 @@ /cnt.php?rf= /cnt/cnt.php? /cnt/start.php? +/cnt_js.php? /cntlog/* /cntpixel. /CntRpt.aspx? @@ -1252,6 +1299,7 @@ /cnwk.1d/*/apex.js /coAnalytics. /CofinaHits. +/cognativex/cn.js /cognitive_match/* /col1/*&ss= /col1/*?ss= @@ -1260,8 +1308,10 @@ /collect-*/jsEvent.js /collect.gif? /collect.php?data= +/collect/?dp= /collect/kf? /collect/pageview? +/collect/sdk? /collect/stats? /collect/tracking. /collect?*&cid= @@ -1283,10 +1333,12 @@ /collector/*/*?*&euidl=*&url= /collector/beacon^ /collector/hit? +/collector/pageview /collector?report= /collectStats; /com_joomla-visites/* /com_joomlawatch/* +/common/analytics.js /common/ga.js /common/tracker.js /competeTracking_test.html? @@ -1334,6 +1386,7 @@ /CookieLawStats/* /CookieManager-bdl? /CookieMapping? +/cookieMonster? /CookiePingback? /CookieSetterAS3. /cookietag? @@ -1343,6 +1396,7 @@ /coreWatchingEvents. /CorporatePageTracking. /count.cfm? +/count.do? /count.exe? /count.fcg? /count.fcgi? @@ -1417,6 +1471,7 @@ /crmTracking. /cross-domain-cookie? /cross_pixels. +/CrossDomainTracking/* /crtracker. /cs_api/log /CSAdobeTracking. @@ -1429,8 +1484,10 @@ /csp_log? /csp_report.gne? /ctd-sourcepoint. +/ctd-tealium. /ctr_tracking. /ctrack? +/ctracker/* /ctrl.gif?ref= /custom-tracking. /CustomTrackingScript. @@ -1454,6 +1511,8 @@ /data_collect.js /datacapture/track /datacollectcode? +/datadome/* +/DavplusAnalytics. /dbdm-events. /dbdm-events/* /dc-storm-track. @@ -1475,6 +1534,7 @@ /dctk.js /DecideDNATrackingCode- /delivery/lg. +/delivery/pixel.php? /delstats/* /demandbase. /demandbase_ @@ -1490,6 +1550,7 @@ /di-tealium. /Diagnostics?hit= /didna-pixel- +/digital-data-enrichment. /digitalice_tag.js /dil_v6.4.js /disp_cnt. @@ -1504,7 +1565,9 @@ /dm.gif? /dmde/track/* /dmp-tracking- +/dmp/pixel.js /dmpcollector.js +/dmpmetrics. /dmtk.*_tag= /dmtracking2. /DNATracking. @@ -1529,6 +1592,7 @@ /DownloadTracker. /drads?referrer= /drive-analytics/* +/drWebStat. /dspixel.js /dst.gif? /dstctsevent.js @@ -1562,6 +1626,8 @@ /earlybirds/script_ /eatms.js /ebonetag.js +/ebs/tracking. +/ebs/tracking/* /ecanalytics.js /ecap.min.js /ecblank.gif? @@ -1629,12 +1695,14 @@ /estatistica.js /estatnativeflashtag.swf /etag? +/eTagP/* /etarget/* /etracker. /etracker/* /etrackercode. /eu-survey.js /ev/co/*?eventid= +/eva-analytics. /event-log/* /event-report?*&uid= /event-tracking. @@ -1643,6 +1711,8 @@ /event.php?campaign= /event/*/*?*&euidl=*&url= /event/?ra= +/event/beacon| +/event/fingerprint /event/impression/* /event/pageview/* /event/pageview? @@ -1660,6 +1730,8 @@ /event?t=view& /event?token= /event_logger +/event_tracker?_ +/eventcnt.php? /EventhubStats.js /eventing/v1/*/current| /eventing/v1/*/session| @@ -1697,6 +1769,7 @@ /exittracker. /exittraffic. /expcount/* +/experiment/impressions.js /expose.gif? /extBnr.gif? /extendedAnalytics. @@ -1722,6 +1795,7 @@ /fb-ga-track- /fb-pixel- /fb-tracking.js +/fb_pixel- /fbanalytics/* /fbcounter/* /fbevents-amd.js @@ -1795,6 +1869,7 @@ /ga-collect? /ga-custom-tracking. /ga-custom-vars. +/ga-events.js /ga-explorations. /ga-integration-$script /ga-links.js @@ -1814,6 +1889,7 @@ /ga-tracking/* /ga.aspx? /ga.gif? +/ga.js?grid /ga.jsp?$image /ga.min.js /ga.php?$image @@ -1828,6 +1904,7 @@ /ga?type= /ga?utmac=$image /ga_anonym.js +/ga_cookie_ /ga_dpc_youtube. /ga_dualcode_tracking. /ga_event_frame? @@ -1843,6 +1920,7 @@ /ga_measure. /ga_no_cookie. /ga_no_cookie_ +/ga_optimize. /ga_outgoinglinks. /ga_setup.js /ga_sip.js @@ -1887,12 +1965,14 @@ /gaStatistics.js /gatag.js /gatag_v2. +/gaTags.js /gatc.js /gatrack. /gatracking. /gatrackingcampaigns/* /gatrackthis. /gatrackwww. +/gb-tracker- /gciAnalytics. /gClickTracking. /gcount.pl? @@ -1935,6 +2015,7 @@ /getclicky_ /getcookie.php? /getcount?ids= +/getIbleStats? /getPixels?*&referer= /getPixelSso /getRemoteDomainCookies? @@ -1956,6 +2037,7 @@ /global_analytics. /global_tracking.js /globalpagetracking.js +/glogger.js /gmasst.gif?guid= /gn_analytics. /gn_tracking. @@ -1969,6 +2051,7 @@ /google-analytics/* /google-nielsen-analytics. /google-tag-manager. +/google-tag-manager/* /google-tracking/* /google.analytics. /google/analytics.js @@ -1984,7 +2067,9 @@ /google_page_track /google_tag. /google_tag/* +/google_tag_ /google_tracker. +/GoogleAdnalyticsJs? /googleana. /googleAnal.js /GoogleAnalystics. @@ -2013,6 +2098,7 @@ /googleanalyze1. /googleanalyze2. /googleEventTracking. +/googletag.js /googletagmanager.js /googletagmanager_backend.js /googleTagManagerTrackEvent. @@ -2034,7 +2120,9 @@ /gs.gif? /gscounters. /gtag.js +/gtag.min.js /gtag/js? +/gtagTracking/* /gtm-listeners. /gtm-tracking-events. /gtm.js @@ -2050,8 +2138,6 @@ /hc_pixel.gif? /headerpixel.gif? /headupstats.gif? -/heatmap.*? -/heatmap.js /heatmap_log.js /HeatmapSessionRecording/* /hg?hc=&hb=*&vjs= @@ -2097,6 +2183,7 @@ /hlog.asp /hm.pl?p= /hmapxy.js +/home/Analytic? /homeCounter. /homepage/analytics. /homepage_pixels. @@ -2127,7 +2214,9 @@ /i?siteid= /i?stm= /icf-analytics.js +/iclogs? /icon.gif?type= +/icon?eid=*&sid=$image /ics/2/pview.gif? /id?d_visid_ver=$~xmlhttprequest /ida_stats. @@ -2156,6 +2245,7 @@ /img/gut.gif? /img/tracking-$image /img?eid= +/img_stat2. /imgcount.cgi? /imgcount.php? /imgtracker. @@ -2223,6 +2313,7 @@ /inpl.measure. /insales_counter. /insert_impressions. +/insight-tracker. /insight_web. /insights-collector. /insights-emitter. @@ -2231,13 +2322,16 @@ /insightXe.js /insitemetrics/* /InstantTracking. +/instart.js /integration?pixel= /intellitracker.js /intercept.js /intervigil. +/intextlinks-tracking/* /intstatcheck. /iotechnologies.js /IPbeacon. +/ipdvdc/* /iperceptions. /iperceptions/* /iperceptions_ @@ -2276,6 +2370,7 @@ /javascript/analytics/* /javascript/ci/*landing.js$script /Javascript/ga.js +/JavaScriptErrorCollector? /javascripts/ga.js /javascripts/tracking_ /jc.gif?1= @@ -2286,6 +2381,7 @@ /jp-coremetrics- /jquery.analytics.js| /jquery.google-analytics. +/jquery.jw.analitycs. /jquery.trackstar. /jquery.unica. /JqueryEtracker. @@ -2305,6 +2401,7 @@ /js/indextools/* /js/livestats_ /js/logger? +/js/perimeter-x /js/quantcast- /js/sophus/* /js/tagging/tagtrack.js @@ -2358,6 +2455,7 @@ /kejobscounter. /Kelkooid? /kelkooSponsoredLinks. +/KenticoActivityLogger/* /keypress.js$script /keywee.js /keywordlogger. @@ -2374,6 +2472,7 @@ /krux-pixel. /krux-sass-helper. /krux.js +/ktag/* /ktrace/ktrace$script /l1v.ly/*$third-party /landings-pixel? @@ -2391,6 +2490,7 @@ /lib.tailtarget/* /lib/analytics. /lib/ga.js +/lib/ga.min.js /lib/tracking/* /library/svy/*/broker.js /library/svy/broker.js @@ -2409,12 +2509,14 @@ /linktracker/* /linktracking. /listener.php?userRef= +/live/analytics/* /livestats.js /livestats.php? /livezilla/server.php?request=track& /llbmetrics. /load.gif? /load.js.gz? +/load_analytics. /LoadAudienceSegs- /loadcounter. /loader-counter. @@ -2468,6 +2570,7 @@ /log?ref= /log?sLog= /log?tag= +/log?track_ /log?type= /log_agent. /log_beacon. @@ -2475,6 +2578,7 @@ /log_event? /log_h.jsp /log_hit. +/log_impression. /log_impression/* /log_impressions /log_interaction? @@ -2536,6 +2640,7 @@ /LogMediaClick? /logo.gif?a= /LogPage.aspx? +/LogPageRequest? /logprogress. /logpstatus. /logpv.aspx? @@ -2549,6 +2654,7 @@ /logstat? /logStatistic? /logStatistics? +/logstats.php /logview.js /logview?referrer= /logview_new.js @@ -2577,8 +2683,11 @@ /marketing-analytics.js /marketing/js/analytics/* /martypixel? -/matomo.js -/matomo/*$domain=~matomo.org +/mat0m0. +/mat0m0? +/matomo-tracking. +/matomo.js$domain=~github.com +/matomo/*$domain=~github.com|~matomo.org|~wordpress.org /maxymiser. /Maxymiser/* /mbcom.tracking. @@ -2604,6 +2713,7 @@ /meta-tracker/* /metaTag.min.js /metatraffic/track.asp? +/metric/?mid= /metrica/sp.js /metricool.js /metrics-backend/* @@ -2665,6 +2775,7 @@ /mmclient.js /mmcore.js /mmetrix.mobi/* +/mmpww-tracking. /mms.*/pv? /mms/get_loaders? /mmt.gif? @@ -2703,12 +2814,14 @@ /mstr?phpsessid= /mstrack/* /mt.gif? +/mtc.js /mtiFontTrackingCode. /mtp.*.gif?ref= /mtrack.nl/js/* /mtracking. /mttag/* /mtvi_reporting.js +/mv_Visit2. /mvTracker. /mwTag.js /mwtag_flash.js @@ -2752,9 +2865,13 @@ /netupdate/live.php? /NetworkTracking. /neustar.beacon. +/new-client/trackers. +/new-relic. /new.cnt.aspx? /newlog.php? +/newrelic-google- /newrelic-gpt. +/newrelic.iframe. /newrelic.js /newrelic.min.js /newrelicKpis- @@ -2810,6 +2927,7 @@ /ntrack.asp? /null.gif? /numericAnalyticsFramework. +/nv-loaded.js /nx_stat. /o.jpg?*&ref= /o.svg? @@ -2817,6 +2935,7 @@ /o_tealium. /oas_analytics. /object_stats. +/obPixelFrame/* /observations/capture? /ocount.php /ocounter. @@ -2863,6 +2982,7 @@ /openxblank.gif? /openxtargeting.js /opinionlab.js +/OpinionLab_Tag. /optimization-perf.js /optimizely.$domain=~optimizely.com /optimizely/*$script @@ -2884,6 +3004,7 @@ /ordertrack/* /osGoogleAnalytics. /ositTracker. +/ossleads_analytics.js /ot_e404.gif? /other-analitycs/* /ouibounce.min.js @@ -2892,7 +3013,9 @@ /ow_analytics. /owa.Analytics. /owa.tracker-combined-min.js +/ox-trackings. /ox_stats. +/oxAnalytics. /oxtracker. /pa?type=ping& /packaged-js/trackers. @@ -2905,6 +3028,7 @@ /page-viewed| /page.gif?p= /page/load? +/page/page_view /page?referUrl= /page_analytics. /page_counter. @@ -2939,6 +3063,7 @@ /pageTracker_ /pageTrackerEvent. /pageTracking.js +/pageTracking/* /pageView.act^ /pageview.ashx /pageview.js @@ -2959,15 +3084,15 @@ /partner/transparent_pixel-$image /partner_tracking_ /pbasitetracker. -/pbjsandwich- /PBSTrackingPlugIn. /pc-log? /pcookie_get_key /pcount.asp /Peermap/Log/* +/perf-beacon- /perfmetrics.js /performance.fcgi? -/performance_timing/log? +/performance_timing/* /performance_tracker- /performancetimer.js /perimeterx/* @@ -3030,6 +3155,7 @@ /pixel-events. /pixel-manager.js? /pixel-page.html +/pixel-prometeo. /pixel-render/* /pixel-track. /pixel.*/track/* @@ -3134,6 +3260,7 @@ /powr-counter. /pphlogger. /pr.php? +/preparecookies?callback= /presslabs.js$script,~third-party /prime-email-metrics/*$image /printpixel.js @@ -3150,7 +3277,6 @@ /prod-client-js-logger/* /prodtracker? /profile_tracker. -/profitwell.js /promo_tracking/* /promos/pixels? /propagate_cookie. @@ -3158,6 +3284,7 @@ /pspixel/* /pstats. /pt.gif?type= +/pt?type=pv& /ptmd?t= /ptrack. /pub/as?_ri_=$image @@ -3170,7 +3297,9 @@ /publishertag.js /pubstats. /pubtag.js? +/pulsario.js /push/page-view/* +/pusher/info? /pushlog. /pv.gif?1= /pv.gif?url @@ -3195,6 +3324,7 @@ /pvserver/pv.js /PvServlet? /pw.js?deskurl= +/pwa/js/container_$script /px.gif? /px.js?ch=$script /px/*/blank.gif? @@ -3210,6 +3340,7 @@ /pxtrk.gif /pzn/proxysignature /qa-tracker. +/qct_stat. /qlitics.js /qqcreporter. /qtracker- @@ -3265,6 +3396,7 @@ /recstatsv2. /redirectexittrack.php? /redx/c.gif? +/reelevant.js /ref_analytics. /refer-tracking. /referadd? @@ -3327,6 +3459,7 @@ /riveted.min.js /rivraddon.js /rkrt_tracker- +/rlvt-track/* /rm.gif? /RMAnalytics. /roi_tracker. @@ -3361,6 +3494,7 @@ /rubics_trk /rubicsimp/c.gif? /rum-dytrc. +/rum-telemetry/* /rum-track? /rum.gif? /rum.js/* @@ -3400,6 +3534,7 @@ /scmetrics.*/b/ss/* /script/analytics. /script/analytics/* +/script/ga.js /script/logger. /script/pixel.js /script/track?url= @@ -3492,12 +3627,14 @@ /setcookieADV.js /SetSabreAnalyticsCookie. /setTDUID.do? +/sfCounter/* /share/analytics? /shareCounts. /shareTrackClient. /sherlock.gif? /shinystat. /shinystat_ +/shopify-boomerang- /shopify_stats.js /showcounter. /showhits.php? @@ -3552,6 +3689,7 @@ /smartpixel-1.js /smartpixel.$domain=~smartpixel.com|~smartpixel.tv /smartrack/* +/smartserve- /smarttag-prod. /smarttag.js /smarttag/smarttag- @@ -3591,6 +3729,7 @@ /spi.gif?aid= /spip.php?page=stats.js /spixel. +/splunk-logging- /sponsorship_stats/* /spot.aspx?Log= /springmetrics. @@ -3610,6 +3749,7 @@ /sstlm8.sst? /st.aspx? /standalone-analytics- +/stat-adobe- /stat-analytics/* /stat.asmx /stat.aspx? @@ -3619,6 +3759,7 @@ /stat.js? /stat.php? /stat.png? +/stat.tag. /stat.tiff? /stat/ad? /stat/count @@ -3677,6 +3818,7 @@ /statistics/get? /statistics/getcook.php? /statistics/imr. +/Statistics/Log.svc/* /statistics/logging/* /statistics/metrica. /statistics/ping. @@ -3686,6 +3828,7 @@ /statistics?eventType= /statistics_h.jsp /StatisticService.m? +/statisticsv2/* /statlogger. /stats-amp. /stats-dc1. @@ -3716,8 +3859,11 @@ /stats/dlcount_ /stats/enc- /stats/et_track.asp? +/stats/etag. /stats/event.js? +/stats/footer. /stats/ga. +/stats/header. /stats/hmac- /stats/ida_ /stats/impression @@ -3740,6 +3886,7 @@ /stats/track.asp? /stats/tracker.js /stats/tracking. +/stats/visitors /stats/welcome.php? /stats/xmsg_ /stats/xtcore. @@ -3795,7 +3942,6 @@ /superstats. /supertracking. /surphace_track. -/survey_invite_ /surveyoverlay/* /svc/comscore/* /swa_t.gif? @@ -3804,6 +3950,7 @@ /swptrk. /syn/mail_s.php? /sync.gif?partner_ +/sync?visitor_id= /synd.aspx /syndication/metrics/* /syndstats. @@ -3849,12 +3996,12 @@ /tbw_analytics_ /tc_analytics. /tc_logging.js +/tc_prixtel_ /tc_targeting. /tc_throttle.js /TCMAnalytics_ /tda.*/in.gif /teal-chartbeat- -/teal-comscore- /tealeaf.cgi /TeaLeaf.js /tealeaf.min.js @@ -3940,7 +4087,9 @@ /track-internal-links. /track-opening/* /track-page-view. +/track-pixel. /track-referrals.js +/track-visit-event? /track-visit? /track.ads/* /track.ashx?*=http @@ -3955,6 +4104,7 @@ /track.php?referrer= /track.png? /track.srv. +/track.v2.js /track/*&CheckCookieId= /track/*&event= /track/*&siteurl= @@ -3965,9 +4115,11 @@ /track/aggregate? /track/batch? /Track/Capture.aspx? +/track/cm? /track/component/* /track/count*js /track/event/* +/track/imp/*?ur=$image /track/imp? /track/impression/* /track/impression? @@ -3979,6 +4131,7 @@ /track/pixel. /track/pixel/* /track/read/* +/track/responseTime /track/site/* /track/track- /track/track.php? @@ -3992,13 +4145,16 @@ /track?*&event= /track?*&ref= /track?*http$image +/track?_event= /track?browserId /track?cb= /track?data= /track?event= /track?name= +/track?page_view /track?pid= /track?referer= +/track?scroll_view /Track?trackAction= /track?ts=*&domain= /track?wm_ @@ -4069,6 +4225,7 @@ /tracker/tracker-$domain=~bugs.chromium.org /tracker/tracker.js /tracker/trackView? +/tracker/visitor/* /tracker2.js /tracker?*= /tracker_activityStream. @@ -4102,6 +4259,7 @@ /tracking-analytics- /tracking-aws. /tracking-cookie. +/tracking-events.js /tracking-hits. /tracking-info.gif? /tracking-init. @@ -4145,6 +4303,7 @@ /tracking/call. /tracking/click? /tracking/clicks +/tracking/common. /tracking/comscore/* /tracking/cookies/* /tracking/count @@ -4158,6 +4317,7 @@ /tracking/hbx- /tracking/impression/* /tracking/index. +/tracking/ipify /tracking/json2. /tracking/log.php? /tracking/log? @@ -4174,10 +4334,11 @@ /tracking/setTracker/* /tracking/simplified_ /tracking/srv. +/tracking/stat| /tracking/t.php? /tracking/t.srv? /tracking/tag_commander.php? -/tracking/track.jsp? +/tracking/track.js /tracking/track.php? /tracking/track_ /tracking/tracker. @@ -4239,6 +4400,7 @@ /trackings/addview/* /trackingScript1. /trackingScript2. +/trackingScriptLoader. /TrackingService.js /trackingService.min.js /trackingService/* @@ -4251,14 +4413,17 @@ /trackjs1. /trackjs6. /trackjs_ +/trackk-1. /tracklog. /trackmerchant.js /trackmvisit? /tracknat. /trackopen.cgi? +/trackPage.js? /trackpagecover? /trackpageview. /trackPageView/* +/TrackPartnerVisit? /trackpidv3. /trackpix. /trackpixel. @@ -4301,6 +4466,7 @@ /trans_pixel.asp /transparent1x1. /travel-pixel- +/travelAdsBeacon/* /trax.gif? /traxis-logger. /trbo.js @@ -4328,6 +4494,8 @@ /trovit-analytics.js /trpic.asp? /truehits.php? +/trueTag- +/truetag_landing_ /trx?id= /tse/tracking. /tsrHitCounter. @@ -4338,7 +4506,6 @@ /TwitterTracking. /tynt.js /tzr.fcgi? -/ua-parser.js /uchkr.swf /ucount.php? /udctrack. @@ -4373,6 +4540,7 @@ /URLSplitTrack? /us.gif? /user-agent-analyzer. +/user-context?referrer= /userdata_n?*&uid= /userfly.js /users/track? @@ -4406,11 +4574,14 @@ /uts/t/* /uutils.fcg? /uvstat.js +/ux_analytics/* +/ux_analytics_ /uxm_tracking. /v.gif?t= /v1/analytics.js /v1/pixel? /v1/r.gif? +/v1/tracker.js /v4/analytics. /v4/analytics/*$~xmlhttprequest /v5.3nse. @@ -4430,6 +4601,7 @@ /vblntpagetag. /vecapture.js /vendemologserver- +/vendor/analytics/* /vendor/xtcore. /vertical-stats. /vglnk.js @@ -4469,6 +4641,7 @@ /visit-tracker.js /visit.gif? /visit/?*&ref= +/visit/init? /visit/log.js? /visit/record.gif? /visit/record? @@ -4540,10 +4713,12 @@ /web-analytics. /web-api/log/* /web/analytics.$script +/web/push? /web_analytics/* /web_answertip. /web_cm_event? /Web_JS.gif? +/Web_JS_Stats. /web_page_view? /web_tracking_ /web_traffic_capture.js @@ -4600,9 +4775,11 @@ /webtraffic.js /webtraxs. /webtrekk_mediaTracking. +/webtrekk_teaserTracking. /WebTrendsAnalytics/* /wego.farmer. /weizenbock/dist/* +/wf-beacon- /wf/open?upn=$image /wget?*&referer= /wh_tracking. @@ -4642,13 +4819,13 @@ /wp.gif?wpi /wp_stat.php? /wpblog.gif? -/wpdcookiejs/* /wpengine-analytics/* /wprum. /wpstatistics/* /wrapper/quantcast.swf /Wrappers?cmd= /WRb.js +/wreport.js /writeKAStats/* /writelog.$domain=~writelog.com /WritePartnerCookie?$third-party @@ -4685,10 +4862,12 @@ /xgemius_lv. /xgemius_v2. /xgenius. +/xhr/b/c /xhr/b/s| /xitcore-min.js /xiti.js /xiti_mesure_clics. +/xiti_oas/* /xitistatus.js /xmint/?js /xn_track. @@ -4740,6 +4919,7 @@ /zig_c.min.js /zonapixel. /zone-log. +/zoomd.widget.logger. /ztagtrackedevent/* /ztracker.js /zxc.gif? @@ -4747,16 +4927,19 @@ /~utm_gif? ://adclear.*/acc? ://adclear.*/acv? -://analytics.*/collect? +://analytics.*/collect +://analytics.*/events ://analytics.*/page_entry ://analytics.*/tracker. ://anx.*/anx.gif? ://apex.*/apexTarget? +://app.*/track.js ://b.*/click? ://b.*/ping? ://b.*/vanity/? ://c.*/c.gif? ://c1.*/c.gif? +://collect.*/pageview ://d.*/track.js ://email.*/blankpixel.gif ://gdyn.*/1.gif? @@ -4767,6 +4950,9 @@ ://reporting.*/blank.gif? ://sett.*/log.js ://sp.*/xyz?$image +://track.*/collect +://track.*/visitor/ +://tracker.*/pageview ://tracking.*/beacon/ ://tracking.*/tr.js ://utm.$domain=~utm.arc.nasa.gov|~utm.edu|~utm.io|~utm.md|~utoronto.ca @@ -4780,6 +4966,7 @@ =getSideStats& =googleanalytics_ =metrics_profile& +=pageImpression& =stats&action= =stats&apiVersion= =track_view& @@ -4832,7 +5019,8 @@ ?trackingCategory= ?triggertags= ?type=pageview& -?type=ping& +?type=performance& +?type=ping&$~subdocument ?url=*&id=*&res=*&ref= ?utmad=*&utmac= ?viewsToCount= @@ -4908,6 +5096,7 @@ _mixpanel_events. _modal?referer= _mzblank.gif? _nedstat.js +_newrelic_min. _nielsen.js _NielsenNetRatings. _ntpagetag. @@ -4967,10 +5156,18 @@ _xiti_js- _zag_cookie. cgi-bin/counter ||meetrics.netbb- +! eventbrite tracking +/search/log_requests/* +! Consent/GDPR tracking +/cmp-hello. +/cmp/messaging.js +/sourcepoint.js ! Eulerian &pagegroup=*&url=$script -/^https?:\/\/ea\..*\/[a-z0-9]{2,12}\.js/$script,~third-party -/^https?:\/\/eulerian..*\/[a-z0-9]{2,12}\.js/$script +/ajax/eulerian/* +/eulerian.js +/simpleEulerian. +=eulerian& ?euidlls=$script,~third-party ! clicktripz /r/ucb.js$script,~third-party @@ -5031,6 +5228,7 @@ _sdcTrackingCode. /coinGofile. /coinhive-proxy- /coinhive.min.js +/coinimp-cache/* /coinlab.js /collector/event /compact_miner? @@ -5128,9 +5326,11 @@ _sdcTrackingCode. ,adb=*&referer= -logabpstatus. /ab_test/* +/ab_track. /adb.policy.js /adblock?action= /adblocker/pixel. +/adblockLogger/* /iab-adblockDetector. /wp-admin/admin-ajax.php?action=adblockvisitor$~third-party /ws_client?zone=gen$websocket @@ -5168,9 +5368,7 @@ _mongo_stats/ ! -----------------Third-party tracking domains-----------------! ! *** easylist:easyprivacy/easyprivacy_trackingservers.txt *** ||0emm.com^$third-party -||0tracker.com^$third-party ||1-cl0ud.com^$third-party -||100im.info^$third-party ||103bees.com^$third-party ||105app.com^$third-party ||11nux.com^$third-party @@ -5195,6 +5393,7 @@ _mongo_stats/ ||24log.com^$third-party ||2cnt.net^$third-party ||2o7.net^$third-party +||2smt6mfgo.de^$third-party ||33across.com^$third-party ||360i.com^$third-party ||360tag.com^$third-party @@ -5208,7 +5407,6 @@ _mongo_stats/ ||44-trk-srv.com^$third-party ||4oney.com^$third-party ||4spoonyexperiment.com^$third-party -||50greyofsha.de^$third-party ||55labs.com^$third-party ||62.160.52.73^$third-party ||66.228.52.30^$third-party @@ -5247,11 +5445,8 @@ _mongo_stats/ ||acc-hd.de^$third-party ||acceptableserver.com^$third-party ||access-analyze.org^$third-party -||access-traffic.com^$third-party ||accessintel.com^$third-party -||accumulatorg.com^$third-party ||acecounter.com^$third-party -||acestats.net^$third-party ||acetrk.com^$third-party ||acexedge.com^$third-party ||acint.net^$third-party @@ -5265,6 +5460,7 @@ _mongo_stats/ ||acxiom-online.com^$third-party ||acxiomapac.com^$third-party ||ad-score.com^$third-party +||ad-srv-track.com^$third-party ||ad.gt^$third-party ||adabra.com^$third-party ||adalyser.com^$third-party @@ -5294,7 +5490,7 @@ _mongo_stats/ ||admetric.io^$third-party ||admitad.com^$third-party ||admother.com^$third-party -||adobedtm.com^$third-party +||adobedtm.com^$third-party,domain=~adobe.com ||adobetag.com^$third-party ||adoftheyear.com^$third-party ||adoric-om.com^$third-party @@ -5313,8 +5509,10 @@ _mongo_stats/ ||adsymptotic.com^$third-party ||adtarget.me^$third-party ||adtelligence.de^$third-party +||adtrackers.net^$third-party ||adultblogtoplist.com^$third-party ||adunity.com^$third-party +||advalo.com^$third-party ||advanced-web-analytics.com^$third-party ||advconversion.com^$third-party ||advertising.com^$third-party @@ -5327,14 +5525,12 @@ _mongo_stats/ ||affilae.com^$third-party ||affiliateedge.eu^$third-party ||affiliates-pro.com^$third-party -||affiliatetrackingsetup.com^$third-party ||affiliatly.com^$third-party ||affinesystems.com^$third-party ||affinitymatrix.com^$third-party ||affistats.com^$third-party ||africal.info^$third-party ||afsanalytics.com^$third-party -||agencytradingdesk.net^$third-party ||agentanalytics.com^$third-party ||agentinteractive.com^$third-party ||agilecrm.com^$third-party @@ -5356,7 +5552,6 @@ _mongo_stats/ ||alexametrics.com^$third-party ||alltagcloud.info^$third-party ||alltracked.com^$third-party -||alnera.eu^$third-party ||alocdn.com^$third-party ||altabold1.com^$third-party ||altastat.com^$third-party @@ -5367,9 +5562,7 @@ _mongo_stats/ ||amazingcounters.com^$third-party ||ambercrow.com^$third-party ||ambienetics.com^$third-party -||amctp.net^$third-party ||amikay.com^$third-party -||amilliamilli.com^$third-party ||amnet.tw^$third-party ||amplitude.com^$third-party ||ampush.io^$third-party @@ -5381,11 +5574,11 @@ _mongo_stats/ ||analytics-egain.com^$third-party ||analytics-engine.net^$third-party ||analyticschecker.com^$third-party +||analyticson.com^$third-party ||analyticswizard.com^$third-party ||analytk.com^$third-party ||anametrix.com^$third-party ||anametrix.net^$third-party -||anatid3.com^$third-party ||andagainanotherthing.com^$third-party ||andyetanotherthing.com^$third-party ||angelfishstats.com^$third-party @@ -5401,26 +5594,23 @@ _mongo_stats/ ||apextwo.com^$third-party ||apicit.net^$third-party ||apollofind.com^$third-party -||appared.online^$third-party ||appboycdn.com^$third-party ||appn.center^$third-party ||aprtn.com^$third-party ||aprtx.com^$third-party +||apsislead.com^$third-party ||apxy.io^$third-party ||aqtracker.com^$third-party ||arcadeweb.com^$third-party -||arch-nicto.com^$third-party ||arena-quantum.co.uk^$third-party ||arianelab.com^$third-party ||arkayne.com^$third-party ||arlime.com^$third-party -||arpuonline.com^$third-party ||arpxs.com^$third-party ||arrowpushengine.com^$third-party ||arsdev.net^$third-party ||artefact.is^$third-party ||artfut.com^$third-party -||arturtrack.com^$third-party ||ascend.ai^$third-party ||assoctrac.com^$third-party ||astro-way.com^$third-party @@ -5428,9 +5618,11 @@ _mongo_stats/ ||atgsvcs.com^$third-party ||athenainstitute.biz^$third-party ||atoshonetwork.com^$third-party +||atp.io^$third-party ||atticwicket.com^$third-party ||attracta.com^$third-party ||attributionapp.com^$third-party +||audience.systems^$third-party ||audience.visiblemeasures.com^$third-party ||audienceamplify.com^$third-party ||audienceiq.com^$third-party @@ -5451,7 +5643,6 @@ _mongo_stats/ ||awasete.com^$third-party ||awesomelytics.com^$third-party ||awin1.com^$third-party -||awmcounter.de^$third-party ||awstrack.me^$third-party ||axf8.net^$third-party ||azalead.com^$third-party @@ -5469,6 +5660,9 @@ _mongo_stats/ ||basicstat.com^$third-party ||basilic.io^$third-party ||baynote.net^$third-party +||baztrack.com^$third-party +||bbthat.com^$script,third-party +||bc0a.com^$third-party ||bdash-cloud.com^$third-party ||beacon.kmi-us.com^$third-party ||beaconstreetservices.com^$third-party @@ -5481,9 +5675,7 @@ _mongo_stats/ ||beemrdwn.com^$third-party ||beencounter.com^$third-party ||behavioralengine.com^$third-party -||belstat.at^$third-party ||belstat.be^$third-party -||belstat.ch^$third-party ||belstat.com^$third-party ||belstat.de^$third-party ||belstat.fr^$third-party @@ -5494,13 +5686,12 @@ _mongo_stats/ ||berg-6-82.com^$third-party ||best-top.de^$third-party ||bestcontactform.com^$~image,third-party -||bestweb2013stat.lk^$third-party ||betarget.com^$third-party -||betarget.net^$third-party ||bettermetrics.co^$third-party ||beusable.net^$third-party ||bfmio.com^$third-party ||bfoleyinteractive.com^$third-party +||bgpng.me^$third-party ||bidr.io^$third-party ||bidswitch.net^$third-party ||bigcattracks.com^$third-party @@ -5516,7 +5707,6 @@ _mongo_stats/ ||bjcathay.com^$third-party ||bkrtx.com^$third-party ||bkvtrack.com^$third-party -||blizzardcheck.com^$third-party ||blockbreaker.io^$third-party ||blockmetrics.com^$third-party ||blog-stat.com^$third-party @@ -5537,7 +5727,6 @@ _mongo_stats/ ||bmlmedia.com^$third-party ||bmmetrix.com^$third-party ||bntech.io^$third-party -||bookforest.biz^$third-party ||boomerang.com.au^$third-party ||boomtrain.com^$third-party ||botman.ninja^$third-party @@ -5551,14 +5740,12 @@ _mongo_stats/ ||brat-online.ro^$third-party ||brcdn.com^$third-party ||bridgevine.com^$third-party -||brightedge.com^$third-party ||brightfunnel.com^$third-party ||brilig.com^$third-party ||bronto.com^$third-party ||browser-statistik.de^$third-party ||browser-update.org^$third-party ||brsrvr.com^$third-party -||bstk.co^$third-party ||bstn-14-ma.com^$third-party ||btbuckets.com^$third-party ||btserve.com^$third-party @@ -5575,7 +5762,6 @@ _mongo_stats/ ||bytemgdd.com^$third-party ||c-o-u-n-t.com^$third-party ||c-rings.net^$third-party -||c-webstats.de^$third-party ||c.adroll.com^$third-party ||c.hit.ua^$third-party ||c1exchange.com^$third-party @@ -5587,7 +5773,6 @@ _mongo_stats/ ||cache.fm^$third-party ||cadreon.com^$third-party ||call-tracking.co.uk^$third-party -||callingjustified.com^$third-party ||callisto.fm^$third-party ||callmeasurement.com^$third-party ||callrail.com^$third-party @@ -5609,11 +5794,10 @@ _mongo_stats/ ||carrotquest.io^$third-party ||cashburners.com^$third-party ||cashcount.com^$third-party -||castelein.nu^$third-party ||cbtrk.net^$third-party ||cccpmo.com^$third-party ||ccgateway.net^$third-party -||cdn-analytics.pl^$third-party +||ccscserver.com^$third-party ||cdn-net.com^$third-party ||cdnanalytics.xyz^$third-party ||cdnmaster.com^$third-party @@ -5628,13 +5812,10 @@ _mongo_stats/ ||cformanalytics.com^$third-party ||cftrack.com^$third-party ||cguru.ga^$third-party -||chardneave.info^$third-party ||chartaca.com^$third-party ||chartbeat.com^$third-party ||chartbeat.net^$third-party -||checkmypr.net^$third-party ||checkstat.nl^$third-party -||cheezburger-analytics.com^$third-party ||chickensaladandads.com^$third-party ||christiantop1000.com^$third-party ||christmalicious.com^$third-party @@ -5643,16 +5824,13 @@ _mongo_stats/ ||cintnetworks.com^$third-party ||circular-counters.com^$third-party ||ck-cdn.com^$third-party -||clarifyingquack.com^$third-party +||clarity.ms^$third-party ||claritytag.com^$third-party ||clarivoy.com^$third-party ||cleananalytics.com^$third-party -||clearviewstats.com^$third-party ||cleveritics.com^$third-party ||clevi.com^$third-party -||click-linking.com^$third-party ||click-url.com^$third-party -||click2meter.com^$third-party ||click4assistance.co.uk^$third-party ||clickable.net^$third-party ||clickaider.com^$third-party @@ -5660,15 +5838,14 @@ _mongo_stats/ ||clickbrainiacs.com^$third-party ||clickcease.com^$third-party ||clickclick.net^$third-party -||clickcloud.info^$third-party ||clickconversion.net^$third-party ||clickdensity.com^$third-party ||clickdimensions.com^$third-party ||clickening.com^$third-party +||clickferret.com^$third-party ||clickforensics.com^$third-party ||clickguard.com^$third-party ||clickguardian.co.uk^$third-party -||clickigniter.io^$third-party ||clickinc.com^$third-party ||clickmanage.com^$third-party ||clickmeter.com^$third-party @@ -5703,22 +5880,22 @@ _mongo_stats/ ||cobaltgroup.com^$third-party ||codata.ru^$third-party ||cogmatch.net^$third-party +||cognativex.com^$third-party ||cognitivematch.com^$third-party -||cohesionapps.com^$third-party ||collarity.com^$third-party +||collecting.click^$third-party ||collserve.com^$third-party ||colossusssp.com^$third-party ||commander1.com^$third-party ||company-target.com^$third-party ||compteur.cc^$third-party -||comradepony.com^$third-party ||conductrics.com^$third-party ||config.parsely.com^$third-party ||confirmational.com^$third-party ||confirmit.com^$third-party +||connectif.cloud^$third-party ||contactmonkey.com^$third-party ||contemporaryceremonies.ca^$third-party -||contensis.com^$third-party ||content-square.net^$third-party ||content.ad^$third-party ||contentinsights.com^$third-party @@ -5733,7 +5910,6 @@ _mongo_stats/ ||convertcart.com^$third-party ||convertexperiments.com^$third-party ||convertglobal.com^$third-party -||convertmarketing.net^$third-party ||convertro.com^$third-party ||cooladata.com^$third-party ||copacast.net^$third-party @@ -5742,7 +5918,6 @@ _mongo_stats/ ||core-cen-54.com^$third-party ||coremetrics.com^$third-party ||coremotives.com^$third-party -||cormce.com^$third-party ||cost1action.com^$third-party ||countby.com^$third-party ||counter.gd^$third-party @@ -5758,7 +5933,6 @@ _mongo_stats/ ||countertracker.com^$third-party ||counterviews.net^$third-party ||counting4free.com^$third-party -||countingbiz.info^$third-party ||countomat.com^$third-party ||countz.com^$third-party ||cpcmanager.com^$third-party @@ -5784,13 +5958,11 @@ _mongo_stats/ ||crtx.info^$third-party ||crwdcntrl.net^$third-party ||csdata1.com^$third-party -||csi-tracking.com^$third-party ||ctnsnet.com^$third-party ||cttracking02.com^$third-party ||curalate.com^$third-party ||customer.io^$third-party ||customerconversio.com^$third-party -||customerdiscoverytrack.com^$third-party ||customerlabs.co^$third-party ||cux.io^$third-party ||cvtr.io^$third-party @@ -5808,6 +5980,7 @@ _mongo_stats/ ||dapxl.com^$third-party ||dashboard.io^$third-party ||data-analytics.jp^$third-party +||data-dynamic.net^$third-party ||databrain.com^$third-party ||datacaciques.com^$third-party ||datacoral.com^$third-party @@ -5820,7 +5993,6 @@ _mongo_stats/ ||datasteam.io^$third-party ||dataxpand.com^$third-party ||datvantage.com^$third-party -||daylife-analytics.com^$third-party ||daylogs.com^$third-party ||dc-storm.com^$third-party ||dc.tremormedia.com^$third-party @@ -5829,7 +6001,6 @@ _mongo_stats/ ||decdna.net^$third-party ||decibelinsight.net^$third-party ||decideinteractive.com^$third-party -||declaredthoughtfulness.co^$third-party ||deep.bi^$third-party ||deepattention.com^$third-party ||deepchannel.com^$third-party @@ -5839,12 +6010,13 @@ _mongo_stats/ ||departapp.com^$third-party ||deqwas.net^$third-party ||devatics.com^$third-party +||devatics.io^$third-party ||device9.com^$third-party ||dgmsearchlab.com^$third-party -||dhmtracking.co.za^$third-party ||dialogtech.com^$third-party ||did-it.com^$third-party ||didit.com^$third-party +||didna.io^$third-party ||diffusion-tracker.com^$third-party ||digdeepdigital.com.au^$third-party ||digitaloptout.com^$third-party @@ -5853,7 +6025,6 @@ _mongo_stats/ ||dignow.org^$third-party ||dimestore.com^$third-party ||dimml.io^$third-party -||dinkstat.com^$third-party ||directrdr.com^$third-party ||discover-path.com^$third-party ||discovertrail.net^$third-party @@ -5863,7 +6034,6 @@ _mongo_stats/ ||distralytics.com^$third-party ||districtm.io^$third-party ||djers.com^$third-party -||dlrowehtfodne.com^$third-party ||dm-event.net^$third-party ||dmanalytics1.com^$third-party ||dmclick.cn^$third-party @@ -5878,6 +6048,8 @@ _mongo_stats/ ||dojomojo.ninja^$third-party ||dominocounter.net^$third-party ||domodomain.com^$third-party +||donreach.com^$third-party +||dotaki.com^$third-party ||dotomi.com^$third-party ||doubleclick.net/activity$third-party ||doubleclick.net/imp%$third-party @@ -5887,7 +6059,6 @@ _mongo_stats/ ||doubleclick.net^$image,third-party ||doubleclick.net^*/trackimp/$third-party ||doubleverify.com^$third-party -||downture.in^$third-party ||dpbolvw.net^$third-party ||dps-reach.com^$third-party ||dsmmadvantage.com^$third-party @@ -5898,9 +6069,9 @@ _mongo_stats/ ||dti-ranker.com^$third-party ||dtscout.com^$third-party ||dtxngr.com^$third-party -||dummy-domain-do-not-change.com^$third-party ||dwin1.com^$third-party ||dwin2.com^$third-party +||dynameex.com^$third-party ||dynamicyield.com^$third-party ||dynatrace.com^$third-party ||dynatracesaas.com^$third-party @@ -5944,7 +6115,6 @@ _mongo_stats/ ||emltrk.com^$third-party ||emxdgt.com^$third-party ||enecto.com^$third-party -||enectoanalytics.com^$third-party ||engageclick.com^$third-party ||engagemaster.com^$third-party ||engagetosell.com^$third-party @@ -5955,6 +6125,7 @@ _mongo_stats/ ||enquisite.com^$third-party ||ensighten.com^$third-party ||enticelabs.com^$third-party +||eolcdn.com^$third-party ||ep4p.com^$third-party ||eperfectdata.com^$third-party ||epilot.com^$third-party @@ -5972,12 +6143,10 @@ _mongo_stats/ ||estat.com^$third-party ||estrack.net^$third-party ||etahub.com^$third-party -||etherealhakai.com^$third-party ||ethn.io^$third-party ||ethnio.com^$third-party ||etracker.com^$third-party ||etrafficcounter.com^$third-party -||etrafficstats.com^$third-party ||etrigue.com^$third-party ||etyper.com^$third-party ||eu-survey.com^$third-party @@ -5988,15 +6157,11 @@ _mongo_stats/ ||europuls.eu^$third-party ||europuls.net^$third-party ||evanetpro.com^$third-party -||eventbeacon.ca^$third-party ||eventcapture03.com^$third-party -||eventoptimize.com^$third-party ||everestjs.net^$third-party ||everesttech.net^$third-party ||evergage.com^$third-party ||evisitanalyst.com^$third-party -||evisitcs.com^$third-party -||evisitcs2.com^$third-party ||evolvemediametrics.com^$third-party ||evyy.net^$third-party ||ewebanalytics.com^$third-party @@ -6022,10 +6187,10 @@ _mongo_stats/ ||f92j5.com^$third-party ||fabricww.com^$third-party ||factortg.com^$third-party +||faktor.io^$third-party ||fallingfalcon.com^$third-party ||fandommetrics.com^$third-party ||fanplayr.com^$third-party -||farmer.wego.com^$third-party ||fast-thinking.co.uk^$third-party ||fastanalytic.com^$third-party ||fastly-analytics.com^$third-party @@ -6051,7 +6216,6 @@ _mongo_stats/ ||flagcounter.com^$third-party ||flaghit.com^$third-party ||flash-counter.com^$third-party -||flash-stat.com^$third-party ||flashadengine.com^$third-party ||flashgamestats.com^$third-party ||flashtalking.com^$third-party @@ -6059,8 +6223,6 @@ _mongo_stats/ ||flix360.com^$third-party ||flixfacts.co.uk^$third-party ||flixsyndication.net^$third-party -||flowstats.net^$third-party -||fluctuo.com^$third-party ||fluencymedia.com^$third-party ||fluidsurveys.com^$third-party ||flurry.com^$third-party @@ -6102,14 +6264,12 @@ _mongo_stats/ ||freetrafficsystem.com^$third-party ||freeusersonline.com^$third-party ||freeweblogger.com^$third-party -||frescoerspica.com^$third-party ||freshcounter.com^$third-party ||freshmarketer.com^$third-party ||freshplum.com^$third-party ||friendbuy.com^$third-party ||fruitflan.com^$third-party ||fsd2.digital^$third-party -||fshka.com^$third-party ||fstrk.net^$third-party ||ftbpro.com^$third-party ||ftz.io^$third-party @@ -6130,7 +6290,6 @@ _mongo_stats/ ||gear5.me^$third-party ||geistm.com^$third-party ||gemius.pl^$third-party -||gemtrackers.com^$third-party ||geni.us^$third-party ||genieesspv.jp^$third-party ||geobytes.com^$third-party @@ -6140,12 +6299,12 @@ _mongo_stats/ ||geolid.com^$third-party ||geoplugin.net^$third-party ||georiot.com^$third-party +||geotargetly-1a441.appspot.com^$third-party ||getbackstory.com^$third-party ||getblueshift.com^$third-party ||getclicky.com^$third-party ||getconversion.net^$third-party ||getdrip.com^$third-party -||getetafun.info^$third-party ||getfreebl.com^$third-party ||getrockerbox.com^$third-party ||getsmartcontent.com^$third-party @@ -6165,8 +6324,8 @@ _mongo_stats/ ||globetrackr.com^$third-party ||gnpge.com^$third-party ||go-mpulse.net^$third-party +||go2link.net^$third-party ||goadservices.com^$third-party -||goaltraffic.com^$third-party ||godhat.com^$third-party ||goingup.com^$third-party ||goldstats.com^$third-party @@ -6193,6 +6352,7 @@ _mongo_stats/ ||gostats.com^$third-party ||gostats.org^$third-party ||gostats.ro^$third-party +||gotrk.net^$third-party ||govmetric.com^$third-party ||granify.com^$third-party ||grapheffect.com^$third-party @@ -6210,7 +6370,6 @@ _mongo_stats/ ||gtopstats.com^$third-party ||guanoo.net^$third-party ||guardwork.info^$third-party -||guruquicks.net^$third-party ||gvisit.com^$third-party ||gweini.com^$third-party ||gxgydnhz.com^$third-party @@ -6218,7 +6377,6 @@ _mongo_stats/ ||halldata.com^$third-party ||halo77.com^$third-party ||halstats.com^$third-party -||haraju.co^$third-party ||haveamint.com^$third-party ||hdmtools.com^$third-party ||heapanalytics.com^$third-party @@ -6244,7 +6402,6 @@ _mongo_stats/ ||hitcounterstats.com^$third-party ||hitfarm.com^$third-party ||hitmatic.com^$third-party -||hitmaze-counters.net^$third-party ||hits.io^$third-party ||hits2u.com^$third-party ||hitslink.com^$third-party @@ -6258,13 +6415,12 @@ _mongo_stats/ ||hivps.xyz^$third-party ||hlserve.com^$third-party ||hmstats.com^$third-party -||homechader.com^$third-party +||honeybadger.io^$third-party ||hoood.info^$third-party ||hopurl.org^$third-party ||hospitality-optimizer.com^$third-party ||host-tracker.com^$third-party ||hostip.info^$third-party -||hoststats.info^$third-party ||hotdogsandads.com^$third-party ||hotjar.com^$third-party ||hotjar.io^$third-party @@ -6278,7 +6434,6 @@ _mongo_stats/ ||humanclick.com^$third-party ||hunt-leads.com^$third-party ||hurra.com^$third-party -||hurterkranach.net^$third-party ||hwpub.com^$third-party ||hxtrack.com^$third-party ||hybrid.ai^$third-party @@ -6287,7 +6442,6 @@ _mongo_stats/ ||hypestat.com^$third-party ||i-stats.com^$third-party ||i401xox.com^$third-party -||iadvize.com^$third-party ||iaudienc.com^$third-party ||ib-ibi.com^$third-party ||ibpxl.com^$third-party @@ -6304,11 +6458,9 @@ _mongo_stats/ ||iesnare.com^$third-party ||ifactz.com^$third-party ||igaming.biz^$third-party -||ijncw.tv^$third-party ||iljmp.com^$third-party ||illumenix.com^$third-party ||ilogbox.com^$third-party -||imanginatium.com^$third-party ||immanalytics.com^$third-party ||impactradius-event.com^$third-party ||impcounter.com^$third-party @@ -6348,13 +6500,12 @@ _mongo_stats/ ||instant.page^$third-party ||instapage.com^$third-party,domain=~pagedemo.co ||instore.biz^$third-party -||integritystat.com^$third-party -||intelevance.com^$third-party ||intelimet.com^$third-party ||intelli-direct.com^$third-party ||intelli-tracker.com^$third-party ||intelligencefocus.com^$third-party ||intellimize.co^$third-party +||interact-analytics.com^$third-party ||interceptum.com^$third-party ||intergient.com^$third-party ||intermundomedia.com^$third-party @@ -6365,6 +6516,7 @@ _mongo_stats/ ||invoc.us^$third-party ||invoca.net^$third-party ||invoca.solutions^$third-party +||io1g.net^$third-party ||iocnt.net^$third-party ||ionmvdpifz.com^$third-party ||iotechnologies.com^$third-party @@ -6376,11 +6528,11 @@ _mongo_stats/ ||ipaddresslabs.com^$third-party ||ipapi.co^$third-party ||ipcatch.com^$third-party -||ipcounter.de^$third-party ||iper2.com^$third-party ||iperceptions.com^$third-party ||ipfingerprint.com^$third-party ||ipgeolocation.io^$third-party +||ipgp.net^$third-party ||ipify.org^$third-party ||ipinfo.info^$third-party ||ipinfodb.com^$third-party @@ -6394,7 +6546,6 @@ _mongo_stats/ ||ipv6monitoring.eu^$third-party ||iqdata.ai^$third-party ||iqfp1.com^$third-party -||irelandmetrix.ie^$third-party ||ironbeast.io^$third-party ||ist-track.com^$third-party ||istrack.com^$third-party @@ -6403,6 +6554,7 @@ _mongo_stats/ ||itrackerpro.com^$third-party ||itracmediav4.com^$third-party ||ivcbrasil.org.br^$third-party +||ivstracker.net^$third-party ||ivwbox.de^$third-party ||iwebtrack.com^$third-party ||iwstats.com^$third-party @@ -6411,10 +6563,10 @@ _mongo_stats/ ||izearanks.com^$third-party ||janrain.xyz^$third-party ||jdoqocy.com^$third-party -||jimdo-stats.com^$third-party ||jirafe.com^$third-party +||jixie.io^$third-party +||journity.com^$third-party ||jscounter.com^$third-party -||jsid.info^$third-party ||jsonip.com^$third-party ||jstracker.com^$third-party ||jump-time.net^$third-party @@ -6460,7 +6612,6 @@ _mongo_stats/ ||ksyrium0014.com^$third-party ||ktxtr.com^$third-party ||l2.io^$third-party -||l2.visiblemeasures.com^$third-party ||ladsp.com^$third-party ||lanchaeanly.pro^$third-party ||landingpg.com^$third-party @@ -6468,9 +6619,10 @@ _mongo_stats/ ||lasagneandands.com^$third-party ||lead-123.com^$third-party ||lead-converter.com^$third-party -||lead-tracking.biz^$third-party ||leadboxer.com^$third-party ||leadchampion.com^$third-party +||leaddyno.com^$third-party +||leadelephant.com^$third-party ||leadfeeder.com^$third-party ||leadforce1.com^$third-party ||leadforensics.com^$third-party @@ -6482,6 +6634,7 @@ _mongo_stats/ ||leadlab.click^$third-party ||leadlife.com^$third-party ||leadmanagerfx.com^$third-party +||leadpages.net^$third-party ||leadsius.com^$third-party ||leadsmonitor.io^$third-party ||leadsrx.com^$third-party @@ -6522,6 +6675,7 @@ _mongo_stats/ ||logentries.com^$third-party ||logger.pw^$third-party ||loggly.com^$third-party +||loginfra.com^$third-party ||logmatic.io^$third-party ||lognormal.net^$third-party ||logrocket.com^$third-party @@ -6542,7 +6696,6 @@ _mongo_stats/ ||lumatag.co.uk^$third-party ||luminate.com^$third-party ||lxtrack.com^$third-party -||lymantriacypresdoctrine.biz^$third-party ||lyngro.com^$third-party ||lypn.com^$third-party ||lypn.net^$third-party @@ -6562,7 +6715,6 @@ _mongo_stats/ ||maploco.com^$third-party ||mapmyuser.com^$third-party ||marinsm.com^$third-party -||market015.com^$third-party ||market2lead.com^$third-party ||marketizator.com^$third-party ||marketo.com^$third-party @@ -6571,8 +6723,6 @@ _mongo_stats/ ||marketshot.com^$third-party ||marketshot.fr^$third-party ||maropost.com^$third-party -||martianstats.com^$third-party -||maryneallynndyl.com^$third-party ||masterstats.com^$third-party ||matheranalytics.com^$third-party ||mathtag.com^$third-party @@ -6585,10 +6735,10 @@ _mongo_stats/ ||mbotvisit.com^$third-party ||mbsy.co^$third-party ||mbww.com^$third-party -||md-ia.info^$third-party ||mdotlabs.com^$third-party ||mdxapi.io^$third-party ||measure.ly^$third-party +||measured.com^$third-party ||measuremap.com^$third-party ||measurementapi.com^$third-party ||meatballsandads.com^$third-party @@ -6607,18 +6757,14 @@ _mongo_stats/ ||memo.co^$third-party ||mercadoclics.com^$third-party ||mercent.com^$third-party -||metakeyproducer.com^$third-party -||meteor.com^$third-party ||meteorsolutions.com^$third-party ||metricool.com^$third-party ||metricsdirect.com^$third-party -||meyersdalebixby.com^$third-party ||mezzobit.com^$third-party ||mfadsrvr.com^$third-party ||mialbj6.com^$third-party ||micpn.com^$third-party ||midas-i.com^$third-party -||midkotatraffic.net^$third-party ||mieru-ca.com^$third-party ||millioncounter.com^$third-party ||minewhat.com^$third-party @@ -6628,9 +6774,9 @@ _mongo_stats/ ||mkt51.net^$third-party ||mkt941.com^$third-party ||mktoresp.com^$third-party +||ml-attr.com^$third-party ||ml314.com^$third-party ||mlclick.com^$third-party -||mletracker.com^$third-party ||mlno6.com^$third-party ||mlstat.com^$third-party ||mm7.net^$third-party @@ -6666,13 +6812,14 @@ _mongo_stats/ ||msgapp.com^$third-party ||msgtag.com^$third-party ||msparktrk.com^$third-party +||mstat.ga^$third-party ||mstracker.net^$third-party ||mstrlytcs.com^$third-party ||mtracking.com^$third-party -||mtrics.cdc.gov^$third-party -||mucocutaneousmyrmecophaga.com^$third-party ||murdoog.com^$third-party ||musthird.com^$third-party +||mutinycdn.com^$third-party +||mutinyhq.io^$third-party ||mvilivestats.com^$third-party ||mvtracker.com^$third-party ||mxcdn.net^$third-party @@ -6724,7 +6871,6 @@ _mongo_stats/ ||neki.org^$third-party ||nerfherdersolo.com^$third-party ||nero.live^$third-party -||nestedmedia.com^$third-party ||net-filter.com^$third-party ||netaffiliation.com^$script,third-party ||netapplications.com^$third-party @@ -6738,14 +6884,11 @@ _mongo_stats/ ||netmining.com^$third-party ||netmng.com^$third-party ||netratings.com^$third-party -||newpoints.info^$third-party ||newscurve.com^$third-party -||newstatscounter.info^$third-party ||nexeps.com^$third-party ||nextstat.com^$third-party ||ngmco.net^$third-party ||nicequest.com^$third-party -||nicewii.com^$third-party ||niftymaps.com^$third-party ||nik.io^$third-party ||nile.works^$third-party @@ -6753,7 +6896,6 @@ _mongo_stats/ ||nordicresearch.com^$third-party ||northstartravelmedia.com^$third-party ||notifyvisitors.com^$third-party -||novately.com^$third-party ||nowinteract.com^$third-party ||npario-inc.net^$third-party ||nprove.com^$third-party @@ -6761,25 +6903,24 @@ _mongo_stats/ ||nr7.us^$third-party ||nrich.ai^$third-party ||ns1p.net^$third-party +||ns8ds.com^$third-party ||nstracking.com^$third-party ||nuconomy.com^$third-party ||nuggad.net^$third-party ||nuloox.com^$third-party ||numerino.cz^$third-party ||nyctrl32.com^$third-party +||nyltx.com^$third-party ||nytlog.com^$third-party ||o-s.io^$third-party ||observerapp.com^$third-party ||octavius.rocks^$third-party ||octomarket.com^$third-party -||od.visiblemeasures.com^$third-party -||odesaconflate.com^$third-party ||odoscope.com^$third-party ||offermatica.com^$third-party ||offerpoint.net^$third-party ||offerstrategy.com^$third-party ||ogt.jp^$third-party -||ogxatekkyzr.com^$third-party ||ohmystats.com^$third-party ||oidah.com^$third-party ||ojrq.net^$third-party @@ -6796,14 +6937,13 @@ _mongo_stats/ ||ondu.ru^$third-party ||onecount.net^$third-party ||onefeed.co.uk^$third-party +||oneimpress.io^$third-party ||onelink-translations.com^$third-party ||onestat.com^$third-party ||onetag-sys.com^$third-party ||onetag.io^$third-party ||ongsono.com^$third-party -||online-media-stats.com^$third-party ||online-metrix.net^$third-party -||online-right-now.net^$third-party ||onlinepbx.ru^$third-party ||onlysix.co.uk^$third-party ||onthe.io^$third-party @@ -6813,20 +6953,21 @@ _mongo_stats/ ||openstat.net^$third-party ||opentracker.net^$third-party ||openvenue.com^$third-party -||openxtracker.com^$third-party ||oproi.com^$third-party ||optify.net^$third-party ||optimahub.com^$third-party ||optimix.asia^$third-party ||optimizely.com^$third-party +||optimizelydata.com^$third-party ||optimost.com^$third-party ||optin-machine.com^$third-party ||optorb.com^$third-party -||optreadetrus.info^$third-party +||oracleinfinity.io^$third-party ||oranges88.com^$third-party ||orcapia.com^$third-party ||oribi.io^$third-party ||os-data.com^$third-party +||osdata.solutions^$third-party ||ositracker.com^$third-party ||ospserver.net^$third-party ||otoshiana.com^$third-party @@ -6837,15 +6978,16 @@ _mongo_stats/ ||overstat.com^$third-party ||owlanalytics.io^$third-party ||ownpage.fr^$third-party +||ox-bio.com^$third-party ||oxidy.com^$third-party ||p-td.com^$third-party -||p.l1v.ly^$third-party ||p.raasnet.com^$third-party ||p0.raasnet.com^$third-party ||p2r14.com^$third-party ||pa-oa.com^$third-party ||pagefair.com^$third-party ||pages05.net^$third-party +||pagesense.io^$third-party ||paidstats.com^$third-party ||parklogic.com^$third-party ||parrable.com^$third-party @@ -6858,7 +7000,6 @@ _mongo_stats/ ||pdbu.net^$third-party ||peep1alea.com^$third-party ||peerius.com^$third-party -||pega.com^$third-party ||pepperjam.com^$third-party ||percentmobile.com^$third-party ||perfdrive.com^$third-party @@ -6870,6 +7011,7 @@ _mongo_stats/ ||performtracking.com^$third-party ||perimeterx.net^$third-party ||perion.com^$third-party +||perk0mean.com^$third-party ||permutive.com^$third-party ||personalicanvas.com^$third-party ||personyze.com^$third-party @@ -6879,7 +7021,6 @@ _mongo_stats/ ||phone-analytics.com^$third-party ||photorank.me^$third-party ||pi-stats.com^$third-party -||pickzor.com^$third-party ||pikzor.com^$third-party ||ping-fast.com^$third-party ||pingagenow.com^$third-party @@ -6890,12 +7031,11 @@ _mongo_stats/ ||pippio.com^$third-party ||piwik.pro^$third-party ||pixel.ad^$third-party -||pixel.parsely.com^$third-party ||pixel.watch^$third-party ||pixeleze.com^$third-party ||pixelinteractivemedia.com^$third-party +||pixelpop.co^$third-party ||pixelrevenue.com^$third-party -||pixelsnippet.com^$third-party ||pizzaandads.com^$third-party ||pjatr.com^$third-party ||pjtra.com^$third-party @@ -6905,7 +7045,6 @@ _mongo_stats/ ||pleisty.com^$third-party ||plexop.com^$third-party ||plugin.ws^$third-party -||plwosvr.net^$third-party ||pm0.net^$third-party ||pm14.com^$third-party ||pnstat.com^$third-party @@ -6923,8 +7062,6 @@ _mongo_stats/ ||posst.co^$third-party ||postaffiliatepro.com^$third-party ||postclickmarketing.com^$third-party -||ppclocation.biz^$third-party -||ppctracking.net^$third-party ||prchecker.info^$third-party ||precisioncounter.com^$third-party ||predicta.net^$third-party @@ -6934,9 +7071,8 @@ _mongo_stats/ ||prnx.net^$third-party ||pro6e.com^$third-party ||proclivitysystems.com^$third-party -||profilertracking3.com^$third-party ||profilesnitch.com^$third-party -||projecthaile.com^$third-party +||programmatictrader.com^$third-party ||projectsunblock.com^$third-party ||promotionengine.com^$third-party ||proofpoint.com^$third-party @@ -6944,7 +7080,6 @@ _mongo_stats/ ||provenpixel.com^$third-party ||prtracker.com^$third-party ||pstats.com^$third-party -||psyma-statistics.com^$third-party ||pt-trx.com^$third-party ||ptengine.cn^$third-party ||ptengine.com^$third-party @@ -6969,13 +7104,11 @@ _mongo_stats/ ||pxf.io^$third-party ||pxi.pub^$third-party ||pymx5.com^$third-party -||pzkysq.pink^$third-party ||pzz.events^$third-party ||q-counter.com^$third-party ||q-stats.nl^$third-party ||qbaka.net^$third-party ||qbop.com^$third-party -||qdtracking.com^$third-party ||qlfsat.co.uk^$third-party ||qlitics.com^$third-party ||qlzn6i1l.com^$third-party @@ -6988,6 +7121,7 @@ _mongo_stats/ ||quantserve.com/pixel/$third-party ||quantserve.com^$~third-party ||quantummetric.com^$third-party +||quartic.pl^$third-party ||qubitproducts.com^$third-party ||questionpro.com^$third-party ||questradeaffiliates.com^$third-party @@ -6998,7 +7132,6 @@ _mongo_stats/ ||r7ls.net^$third-party ||radarstats.com^$third-party ||radarurl.com^$third-party -||radiomanlibya.com^$third-party ||rampanel.com^$third-party ||rampmetrics.com^$third-party ||rank-hits.com^$third-party @@ -7017,13 +7150,14 @@ _mongo_stats/ ||real5traf.ru^$third-party ||realcounter.eu^$third-party ||realcounters.com^$third-party -||realtimeplease.com^$third-party ||realtimewebstats.net^$third-party ||realtracker.com^$third-party ||realtracking.ninja^$third-party ||realytics.io^$third-party ||realzeit.io^$third-party ||reciteme.com^$third-party +||recognified.net^$third-party +||recosenselabs.com^$third-party ||recoset.com^$third-party ||recruitics.com^$third-party ||redcounter.net^$third-party @@ -7033,13 +7167,14 @@ _mongo_stats/ ||reedge.com^$third-party ||referer.org^$third-party ||referforex.com^$third-party -||referlytics.com^$third-party ||referrer.org^$third-party ||refersion.com^$third-party ||reinvigorate.net^$third-party ||relead.com^$third-party +||relevant-digital.com^$third-party ||reliablecounter.com^$third-party ||relmaxtop.com^$third-party +||remailtarget.com^$third-party ||remarketingpixel.com^$third-party ||remarketstats.com^$third-party ||remind.me^$third-party @@ -7053,7 +7188,6 @@ _mongo_stats/ ||reson8.com^$third-party ||responsetap.com^$third-party ||resulticks.com^$third-party -||retags.us^$third-party ||retargetly.com^$third-party ||retargettracker.com^$third-party ||retentionscience.com^$third-party @@ -7088,13 +7222,13 @@ _mongo_stats/ ||rng-snp-003.com^$third-party ||rnlabs.com^$third-party ||rockincontent.net^$third-party +||roeye.com^$third-party ||roi-pro.com^$third-party ||roi-rocket.net^$third-party ||roia.biz^$third-party ||roiservice.com^$third-party ||roispy.com^$third-party ||roitesting.com^$third-party -||roivista.com^$third-party ||rollingcounters.com^$third-party ||roosterfirework.com^$third-party ||rp-rep.net^$third-party @@ -7106,9 +7240,9 @@ _mongo_stats/ ||rstg.io^$third-party ||rsvpgenius.com^$third-party ||rtb123.com^$third-party -||rtbauction.com^$third-party ||rtfn.net^$third-party ||rtmark.net^$third-party +||rtox.net^$third-party ||rtrk.co.nz^$third-party ||rtrk.com^$third-party ||ru4.com^$third-party @@ -7131,14 +7265,12 @@ _mongo_stats/ ||saletrack.co.uk^$third-party ||san-spr-01.net^$third-party ||sapha.com^$third-party -||sarevtop.com^$third-party ||sas15k01.com^$third-party ||sayutracking.co.uk^$third-party ||sbdtds.com^$third-party ||sc-static.net^$third-party ||scaledb.com^$third-party ||scarabresearch.com^$third-party -||scastnet.com^$third-party ||schoolyeargo.com^$third-party ||sciencerevenue.com^$third-party ||scorecardresearch.com^$third-party @@ -7152,7 +7284,6 @@ _mongo_stats/ ||searchfeed.com^$third-party ||searchignite.com^$third-party ||searchplow.com^$third-party -||secure-pixel.com^$third-party ||securepaths.com^$third-party ||securitytrfx.com^$third-party ||sedotracker.com^$third-party @@ -7160,13 +7291,12 @@ _mongo_stats/ ||seeip.org^$third-party ||seevolution.com^$third-party ||seewhy.com^$third-party -||segment-analytics.com^$third-party ||segment.com^$third-party ||segment.io^$third-party ||segmentify.com^$third-party ||selaris.com^$third-party -||selipuquoe.com^$third-party ||sellebrity.com^$third-party +||sellpoint.net^$third-party ||sellpoints.com^$third-party ||sellsy.com^$third-party,domain=~sellsy.fr ||semantic-finder.com^$third-party @@ -7182,10 +7312,7 @@ _mongo_stats/ ||serv-ac.com^$third-party ||servebom.com^$third-party ||servestats.com^$third-party -||servinator.pw^$third-party ||serving-sys.com^$third-party -||servingpps.com^$third-party -||servingtrkid.com^$third-party ||servustats.com^$third-party ||sessioncam.com^$third-party ||sessions.exchange^$third-party @@ -7256,7 +7383,6 @@ _mongo_stats/ ||smartracker.net^$third-party ||smartzonessva.com^$third-party ||smct.co^$third-party -||smfsvc.com^$third-party ||smileyhost.net^$third-party ||smrk.io^$third-party ||smrtlnks.com^$third-party @@ -7272,7 +7398,6 @@ _mongo_stats/ ||socialtrack.co^$third-party ||socialtrack.net^$third-party ||sociaplus.com^$third-party -||socketanalytics.com^$third-party ||socketviking.net^$third-party ||socsi.in^$third-party ||sodoit.com^$third-party @@ -7286,6 +7411,7 @@ _mongo_stats/ ||sophi.io^$third-party ||sophus3.com^$third-party ||soska.us^$third-party +||sp-prod.net^$third-party ||spamanalyst.com^$third-party ||spectate.com^$third-party ||speed-trap.com^$third-party @@ -7300,10 +7426,10 @@ _mongo_stats/ ||spotmx.com^$third-party ||spring.de^$third-party ||springmetrics.com^$third-party +||sprinklecontent.com^$third-party ||sptag.com^$third-party ||sptag1.com^$third-party ||sptag2.com^$third-party -||sptag3.com^$third-party ||spycounter.net^$third-party ||spylog.com^$third-party ||spylog.ru^$third-party @@ -7315,7 +7441,6 @@ _mongo_stats/ ||stack-sonar.com^$third-party ||stadsvc.com^$third-party ||star-cntr-5.com^$third-party -||startstat.ru^$third-party ||stat-track.com^$third-party ||stat.social^$third-party ||stat08.com^$third-party @@ -7323,34 +7448,28 @@ _mongo_stats/ ||statcount.com^$third-party ||statcounter.com^$third-party ||statcounterfree.com^$third-party -||statcounters.info^$third-party ||stathat.com^$third-party ||stathound.com^$third-party -||staticcache.org^$third-party ||staticiv.com^$third-party ||statisfy.net^$third-party ||statistiche-web.com^$third-party ||statistx.com^$third-party ||statowl.com^$third-party ||statpipe.ru^$third-party -||stats-analytics.info^$third-party ||stats.cz^$third-party ||stats2.com^$third-party ||stats21.com^$third-party -||stats2513.com^$third-party ||stats4all.com^$third-party ||stats4u.net^$third-party ||stats4you.com^$third-party ||statsbox.nl^$third-party ||statsevent.com^$third-party -||statsimg.com^$third-party ||statsinsight.com^$third-party ||statsit.com^$third-party ||statsmachine.com^$third-party ||statsrely.com^$third-party ||statssheet.com^$third-party ||statsw.com^$third-party -||statswave.com^$third-party ||statswebtown.com^$third-party ||statsy.net^$third-party ||stattooz.com^$third-party @@ -7394,10 +7513,8 @@ _mongo_stats/ ||swcs.jp^$third-party ||swfstats.com^$third-party ||swiss-counter.com^$third-party -||swoopgrid.com^$third-party ||sxtracking.com^$third-party ||synergy-e.com^$third-party -||synergy-sync.com^$third-party ||synerise.com^$third-party ||synthasite.net^$third-party ||sysomos.com^$third-party @@ -7424,7 +7541,6 @@ _mongo_stats/ ||tealiumiq.com^$third-party ||techtarget.com^$third-party ||tedioustooth.com^$third-party -||telemetrytaxonomy.net^$third-party ||telize.com^$third-party ||teljari.is^$third-party ||tellapart.com^$third-party @@ -7435,7 +7551,6 @@ _mongo_stats/ ||terabytemedia.com^$third-party ||tercept.com^$third-party ||testin.cn^$third-party -||testpixel.net^$third-party ||tetoolbox.com^$third-party ||tgdaudience.com^$third-party ||tglyr.co^$third-party @@ -7454,14 +7569,12 @@ _mongo_stats/ ||thisisanothercoolthing.com^$third-party ||threat-analytics.com^$third-party ||thrtle.com^$third-party -||tighting.info^$third-party ||tinb.net^$third-party ||tinycounter.com^$third-party ||tiser.com.au^$third-party ||tkqlhce.com^$third-party ||tl813.com^$third-party ||tm1-001.com^$third-party -||tmpjmp.com^$third-party ||tmvtp.com^$third-party ||tnctrx.com^$third-party ||tns-counter.ru^$third-party @@ -7488,7 +7601,6 @@ _mongo_stats/ ||tracelytics.com^$third-party ||tracemyip.org^$third-party ||tracer.jp^$third-party -||tracetracking.net^$third-party ||traceworks.com^$third-party ||track-re01.com^$third-party ||track-server-100.com^$third-party @@ -7570,9 +7682,7 @@ _mongo_stats/ ||tsk4.com^$third-party ||tsk5.com^$third-party ||tst14netreal.com^$third-party -||tstlabs.co.uk^$third-party ||tsw0.com^$third-party -||tubetrafficcash.com^$third-party ||tuinfra.com^$third-party ||tunnl.com^$third-party ||tvpixel.com^$third-party @@ -7580,10 +7690,10 @@ _mongo_stats/ ||twcount.com^$third-party ||twopointo.io^$third-party ||txmoadserver.net^$third-party -||tylere.net^$third-party ||tynt.com^$third-party ||tyxo.com^$third-party ||tz284.com^$third-party +||u-on.eu^$third-party ||u5c93.com^$third-party ||u5e.com^$third-party ||uadx.com^$third-party @@ -7593,8 +7703,6 @@ _mongo_stats/ ||uciservice.com^$third-party ||ugdturner.com^$third-party ||uhygtf1.com^$third-party -||ukrre-tea.info^$third-party -||ultratokensx.com^$third-party ||umbel.com^$third-party ||unicaondemand.com^$third-party ||uniqodo.com^$third-party @@ -7603,7 +7711,6 @@ _mongo_stats/ ||upscore.com^$third-party ||upstats.ru^$third-party ||uptain.de^$third-party -||uptimeviewer.com^$third-party ||uptracs.com^$third-party ||uptrendsdata.com^$third-party ||uralweb.ru^$third-party @@ -7618,12 +7725,10 @@ _mongo_stats/ ||user-api.com^$third-party ||user-clicks.com^$third-party ||user-red.com^$third-party -||userchecker.info^$third-party ||usercycle.com^$third-party ||userdmp.com^$third-party ||userlook.com^$third-party ||userneeds.dk^$third-party -||useronlinecounter.com^$third-party ||userreplay.net^$third-party ||userreport.com^$third-party ||users-api.com^$third-party @@ -7633,7 +7738,6 @@ _mongo_stats/ ||v12group.com^$third-party ||v3cdn.net^$third-party ||va-endpoint.com^$third-party -||valaffiliates.com^$third-party ||valuedopinions.co.uk^$third-party ||vantage-media.net^$third-party ||vbanalytics.com^$third-party @@ -7666,7 +7770,6 @@ _mongo_stats/ ||visibli.com^$third-party ||visioncriticalpanels.com^$third-party ||visistat.com^$third-party -||visitlog.net^$third-party ||visitor-analytics.io^$third-party ||visitor-analytics.net^$third-party ||visitor-track.com^$third-party @@ -7680,10 +7783,10 @@ _mongo_stats/ ||visitstats.com^$third-party ||visitstreamer.com^$third-party ||visto1.net^$third-party -||visualdna-stats.com^$third-party ||visualdna.com^$third-party ||visualrevenue.com^$third-party ||visualwebsiteoptimizer.com^$third-party +||visx.net^$third-party ||vivocha.com^$third-party ||vizisense.net^$third-party ||vizury.com^$third-party @@ -7695,9 +7798,7 @@ _mongo_stats/ ||volantix.com^$third-party ||voodooalerts.com^$third-party ||votistics.com^$third-party -||vstats.co^$third-party ||vtracker.net^$third-party -||vunetotbe.com^$third-party ||w3counter.com^$third-party ||w55c.net^$third-party ||waframedia9.com^$third-party @@ -7713,7 +7814,6 @@ _mongo_stats/ ||web-counter.net^$third-party ||web-stat.com^$third-party ||web-stat.net^$third-party -||webalytics.pw^$third-party ||webclicktracker.com^$third-party ||webcounter.co.za^$third-party ||webcounter.ws^$third-party @@ -7727,7 +7827,6 @@ _mongo_stats/ ||webleads-tracker.com^$third-party ||weblytics.io^$third-party ||webmasterplan.com^$third-party -||webseoanalytics.co.za^$third-party ||website-hit-counters.com^$third-party ||websiteceo.com^$third-party ||websiteonlinecounter.com^$third-party @@ -7751,7 +7850,6 @@ _mongo_stats/ ||weesh.co.uk^$third-party ||wemfbox.ch^$third-party ||whackedmedia.com^$third-party -||whatismyip.win^$third-party ||whitepixel.com^$third-party ||whizstats.com^$third-party ||whoaremyfriends.com^$third-party @@ -7778,7 +7876,6 @@ _mongo_stats/ ||wpdstat.com^$third-party ||wpfc.ml^$third-party ||wrating.com^$third-party -||wredint.com^$third-party ||wt-eu02.net^$third-party ||wt-safetag.com^$third-party ||wtp101.com^$third-party @@ -7786,14 +7883,11 @@ _mongo_stats/ ||wundercounter.com^$third-party ||wunderloop.net^$third-party ||www-path.com^$third-party -||wwwstats.info^$third-party ||wywy.com^$third-party ||wywyuserservice.com^$third-party ||wzrk.co^$third-party ||wzrkt.com^$third-party ||x-stat.de^$third-party -||x.ligatus.com^$third-party -||xclk-integracion.com^$third-party ||xg4ken.com^$third-party ||xiti.com^$third-party ||xlisting.jp^$third-party @@ -7805,11 +7899,10 @@ _mongo_stats/ ||y-track.com^$third-party ||ya-counter.ru^$third-party ||yamanoha.com^$third-party -||yandex-metrica.ru^$third-party ||yaudience.com^$third-party ||ybotvisit.com^$third-party -||ycctrk.co.uk^$third-party ||yellowbrix.com^$third-party +||yext-pixel.com^$third-party ||ygsm.com^$third-party ||yieldbot.com^$third-party ||yieldify.com^$third-party @@ -7820,7 +7913,6 @@ _mongo_stats/ ||youbora.com^$third-party ||youborafds01.com^$third-party ||youboranqs01.com^$third-party -||youmetrix.co.uk^$third-party ||your-counter.be^$third-party ||youramigo.com^$third-party ||yu987.com^$third-party @@ -7833,7 +7925,6 @@ _mongo_stats/ ||zedwhyex.com^$third-party ||zeerat.com^$third-party ||zengenti.com^$third-party -||zenlivestats.com^$third-party ||zeotap.com^$third-party ||zesep.com^$third-party ||zoomanalytics.co^$third-party @@ -7841,42 +7932,26 @@ _mongo_stats/ ||zoomino.com^$third-party ||zoosnet.net^$third-party ||zoossoft.net^$third-party -||zowary.com^$third-party ||zqtk.net^$third-party ||zroitracker.com^$third-party ||ztsrv.com^$third-party +||zuzab.com^$third-party ! Mining .1.1.1.l80.js^$third-party .n.2.1.js^$third-party .n.2.1.l50.js^$third-party .n.2.1.l60.js^$third-party -/^(https?|wss?):\/\/([0-9a-z\-]+\.)?([0-9a-z\-]+\.)(accountant|bid|cf|club|cricket|date|download|faith|fun|ga|gdn|gq|loan|men|ml|network|ovh|party|pro|pw|racing|review|rocks|ru|science|site|space|stream|tk|top|trade|webcam|win|xyz|zone)\.\/(.*)/$image,script,subdocument,websocket,xmlhttprequest -/^(https?|wss?):\/\/([0-9a-z\-]+\.)?([0-9a-z\-]+\.)(accountant|bid|cf|club|cricket|date|download|faith|fun|ga|gdn|gq|loan|men|ml|network|ovh|party|pro|pw|racing|review|rocks|ru|science|site|space|stream|tk|top|trade|webcam|win|xyz|zone)\/(.*)/$third-party,websocket,domain=~file.pizza|~instant.io|~kiedywakacje.pl|~mellivora.pro|~mellivora.trade|~myinterview.com|~webtorrent.io /cdn-cgi/pe/bag2?r[]=*eth-pocket.de ||0x1f4b0.com^ ||185.165.169.108^$third-party ||185.193.38.148^$third-party -||1beb2a44.space^$third-party ||1q2w3.fun^$third-party -||1q2w3.life^$third-party -||1q2w3.me^$third-party -||1q2w3.top^$third-party ||1q2w3.website^ ||2giga.download^ -||300ca0d0.space^$third-party -||310ca263.space^$third-party -||320ca3f6.space^$third-party -||330ca589.space^$third-party -||340ca71c.space^$third-party ||35.194.26.233^$third-party ||35.239.57.233^$third-party -||360caa42.space^$third-party -||370cabd5.space^$third-party -||3c0cb3b4.space^$third-party -||3d0cb547.space^$third-party ||45.32.105.134^$third-party ||77.162.125.199^$third-party -||8jd2lfsq.me^$third-party ||aalbbh84.info^$third-party ||abc.pema.cl^$third-party ||acbp0020171456.page.tl^ @@ -7887,42 +7962,23 @@ _mongo_stats/ ||adzjzewsma.cf^$third-party ||aeros01.tk^$third-party ||aeros02.tk^$third-party -||aeros03.tk^$third-party -||aeros04.tk^$third-party -||aeros05.tk^$third-party -||aeros06.tk^$third-party -||aeros07.tk^$third-party ||aeros08.tk^$third-party -||aeros09.tk^$third-party -||aeros10.tk^$third-party -||aeros11.tk^$third-party -||aeros12.tk^$third-party -||afflow.18-plus.net^$third-party ||afminer.com^$third-party ||ajplugins.com^$third-party ||aleinvest.xyz^$third-party ||alemoney.xyz^$third-party -||alflying.bid -||alflying.date -||alflying.win ||altavista.ovh^ ||altpool.pro^$third-party -||amhixwqagiz.ru^$third-party ||analytics.blue^$third-party ||andlache.com^$third-party ||anybest.host -||anybest.pw ||anybest.site ||anybest.space ||api.inwemo.com^$third-party -||appelamule.com^$third-party ||appsha5.space^$third-party ||aqqgli3vle.bid^$third-party ||arizona-miner.tk^$third-party -||aservices.party^ ||assetscdn.stream^$third-party -||aster18cdn.nl^$third-party -||aster18prx.nl^$third-party ||authcaptcha.com^ ||authedmine.com^$third-party,domain=~coinhive.com ||authedmine.eu^$third-party @@ -7931,12 +7987,9 @@ _mongo_stats/ ||avero.xyz^$third-party ||averoconnector.com^$third-party ||axoncoho.tk^$third-party -||aymcsx.ru^$third-party ||azvjudwr.info^$third-party ||bablace.com^$third-party ||baiduccdn1.com^$third-party -||bauersagtnein.myeffect.net^ -||baywttgdhe.download^ ||becanium.com^$third-party ||befirstcdn.com^$third-party ||belicimo.pw^ @@ -7947,75 +8000,59 @@ _mongo_stats/ ||besti.ga^ ||bestsecurepractice.com^$third-party ||bewaslac.com^$third-party -||bewhoyouare.gq^$third-party -||bhzejltg.info^$third-party ||biberukalap.com^$third-party ||binarybusiness.de^ +||binarybusiness.de^$third-party ||bitclub.network^$third-party ||bitclubnetwork.com^$third-party ||bitcoin-pay.eu^$third-party -||bjorksta.men^$third-party -||blockchained.party ||bmcm.ml^ ||bmcm.pw^ ||bmnr.pw^ ||bmst.pw^ -||bowithow.com^$third-party ||brominer.com^$third-party ||browsermine.com^$third-party -||bsyauqwerd.party^ ||butcalve.com^$third-party ||byebye.ml^$third-party -||c0i8h8ac7e.bid^$third-party ||candid.zone^$third-party ||cashbeet.com^ -||cc.gofile.io^ -||ccvwtdtwyu.trade^ ||cdn-code.host^$third-party -||cdn-jquery.host^$third-party -||cdnfile.xyz^$third-party ||cfcdist.gdn^$third-party ||cfcdist.loan^$third-party -||cfcnet.top^$third-party -||chainblock.science^$third-party ||chmproxy.bid^$third-party ||clgserv.pro^$third-party -||clickwith.bid^$third-party ||clod.pw^$third-party +||cloud-miner.de^$third-party +||cloud-miner.eu^$third-party ||cloudcdn.gdn^$third-party ||cloudcoins.co^$third-party ||cloudflane.com^$third-party ||cloudflareinsights.com^$third-party -||cndhit.xyz^$third-party ||cnhv.co^$third-party ||coin-cube.com^ ||coin-have.com^$third-party ||coin-hive.com^$third-party ||coin-service.com^$third-party -||coin-services.info^ ||coinblind.com^$third-party ||coincheck.com^$third-party ||coinerra.com^$third-party ||coinhive-manager.com^$third-party -||coinhive-proxy.party^$third-party ||coinhive.com^$third-party ||coinhiveproxy.com^$third-party ||coinimp.com$third-party ||coinimp.net$third-party -||coinlab.biz^$third-party ||coinminerz.com^$third-party ||coinminingonline.com^$third-party ||coinnebula.com^$third-party ||coinpirate.cf^$third-party ||coinpot.co^$third-party -||coinrail.io^$third-party ||coinwebmining.com^$third-party ||coinwire.eu^$third-party +||coinzillatag.com^$third-party ||cookiescript.info^$third-party ||cpu2cash.link^$third-party ||cpufan.club^$third-party ||cryptaloot.pro^$third-party -||crypto-coins-now.com^$third-party ||crypto-coins.club^$third-party ||crypto-coins.com^$third-party ||crypto-coins.info^$third-party @@ -8027,38 +8064,22 @@ _mongo_stats/ ||cryptomine.pro^$third-party ||cryptonoter.com^$third-party ||csgocpu.com^$third-party -||ctlrnwbv.ru^ -||d8acddffe978b5dfcae6.date^ -||darking05.tk^$third-party ||darking07.tk^$third-party ||datasecu.download^$third-party -||dataservices.download^$third-party ||de-mi-nis-ner.info^ ||de-mi-nis-ner2.info^ ||de-ner-mi-nis4.info^ ||de-nis-ner-mi-5.info^ ||deepc.cc^$third-party -||depttake.ga^$third-party ||devphp.org.ua^$third-party -||dexim.space^$third-party -||didnkinrab.com^$third-party ||directprimal.com^$third-party -||djfhwosjck.bid^ -||dle-news.pw^$third-party -||dogrose18.com^$third-party -||dovinate.top^$third-party -||dronml.ml^$third-party -||drozdovvalerij0.github.io^ -||drupalupdates.tk^$third-party ||dubester.pw -||dubester.site ||dubester.space ||duckdns.org^$third-party,websocket -||dugroscaca.com^$third-party ||dzizsih.ru^$third-party +||easyhash.de^$third-party ||easyhash.io^$third-party ||encoding.ovh^ -||ermaseuc.ru^ ||etacontent.com^ ||eth-pocket.com^$third-party ||eth-pocket.de^$third-party @@ -8066,52 +8087,32 @@ _mongo_stats/ ||ethereum-pocket.de^$third-party ||ethereum-pocket.eu^$third-party ||ethtrader.de^$third-party -||etnhashpool.tk^$third-party ||etzbnfuigipwvs.ru^$third-party ||eucsoft.com^$third-party -||evengparme.com^$third-party -||ewtuyytdf45.com^$third-party ||exdynsrv.com^$third-party ||f1tbit.com^ ||feesocrald.com^ -||ffinwwfpqi.gq^$third-party -||fge9vbrzwt.bid^$third-party ||filmoljupci.com^ ||flare-analytics.com^$third-party ||flightsy.bid -||flightsy.date ||flightsy.win -||flighty.win ||flightzy.bid -||flightzy.date -||flightzy.win ||flnqmin.org^$third-party ||flophous.cf^$third-party -||flowplayer.space^ ||formulawire.com^$third-party ||freecontent.bid ||freecontent.date -||freecontent.download ||freecontent.faith -||freecontent.loan ||freecontent.party -||freecontent.racing -||freecontent.review ||freecontent.science ||freecontent.stream ||freecontent.trade -||freecontent.win ||freshrefresher.com^$third-party ||g-content.bid^$third-party ||g1thub.com^ ||gasolina.ml^$third-party ||gay-hotvideo.net^ -||gettate.date -||gettate.faith -||gettate.racing -||giml.ml^$third-party ||gitgrub.pro^$third-party -||gnrdomimplementation.com^ ||go.bestmobiworld.com^$third-party ||gobba.myeffect.net^ ||goldoffer.online^$third-party @@ -8130,178 +8131,90 @@ _mongo_stats/ ||hashnest.com^$third-party ||hashvault.pro^$third-party ||hashzone.io^$third-party -||hatcalter.com^$third-party -||hegrinhar.com^$third-party ||hemnes.win^$third-party -||herphemiste.com^$third-party ||hhb123.tk^$third-party ||hide.ovh^ -||hlpidkr.ru^$third-party -||hodlers.party^$third-party -||hodling.faith^$third-party -||hodling.party^$third-party -||hodling.science^$third-party -||host.d-ns.ga^$third-party -||hostingcloud.accountant^$third-party -||hostingcloud.bid -||hostingcloud.date -||hostingcloud.download +||hostcontent.live^$third-party ||hostingcloud.faith -||hostingcloud.loan ||hostingcloud.party ||hostingcloud.racing -||hostingcloud.review ||hostingcloud.science -||hostingcloud.stream -||hostingcloud.trade -||hostingcloud.win -||hrfziiddxa.ru^$third-party -||httpp.gdn^ -||hydesolo.tk^$third-party -||iaheyftbsn.review^ ||igg.biz^$third-party ||igrid.org^ -||ihdvilappuxpgiv.ru^$third-party -||imhvlhaelvvbrq.ru^$third-party -||ingorob.com^$third-party ||ininmacerad.pro^$third-party ||insdrbot.com^$third-party -||intactoffers.club^$third-party ||intellecthosting.net^ -||interestingz.pw^$third-party ||investhash.com^$third-party ||ipinfo.io^$third-party ||istlandoll.com^$third-party -||ivuovhsn.ru^$third-party -||ixvenhgwukn.ru^$third-party ||jqassets.download^$third-party -||jqcdn.download^$third-party -||jqr-cdn.download^$third-party -||jqrcdn.download^$third-party -||jquerrycdn.download^$third-party ||jquery-cdn.download^$third-party -||jquery-uim.download^$third-party ||jqwww.download^$third-party -||jqxrrygqnagn.ru^$third-party ||jroqvbvw.info^$third-party ||js.vidoza.net^ ||jsccnn.com^$third-party ||jscdndel.com^$third-party ||jsecoin.com^$third-party -||jshosting.bid -||jshosting.date -||jshosting.download -||jshosting.faith -||jshosting.loan -||jshosting.party -||jshosting.racing -||jshosting.review -||jshosting.science -||jshosting.stream -||jshosting.trade -||jshosting.win -||junopink.ml^$third-party -||jurty.ml^ ||jurtym.cf^ ||jwduahujge.ru^$third-party ||jyhfuqoh.info^$third-party -||kdmkauchahynhrs.ru^ -||kdmkauchahynhrs.ru^$third-party ||kdowqlpt.info^$third-party ||kedtise.com^$third-party ||kinoprofi.org^$third-party -||kippbeak.cf^$third-party -||kireevairina959.github.io^$third-party -||ksimdw.ru^$third-party -||l33tsite.info^$third-party ||laferia.cr^$third-party ||laserveradedomaina.com^$third-party ||ledhenone.com^$third-party ||ledinund.com^$third-party -||leon08.tk^$third-party ||lightminer.co^$third-party ||lindon-pool.win^$third-party -||listat.biz^$third-party ||livestatsnet.services^$third-party ||lmiutil.com^$third-party -||lmodr.biz^$third-party ||losital.ru^$third-party -||m.anyfiles.ovh^ ||machieved.com^$third-party -||malictuiar.com^ -||marcycoin.org^$third-party ||mataharirama.xyz^$third-party ||mebablo.com^$third-party -||megabanners.cf^ ||mepirtedic.com^$third-party ||mercy.ga^$third-party ||mfio.cf^ -||mhiobjnirs.gq^$third-party ||mi-de-ner-nis3.info^ -||mighbest.host ||mighbest.pw -||mighbest.site ||mine.nahnoji.cz^ ||mine.torrent.pw^$third-party -||minecrunch.co^$third-party ||minemytraffic.com^$third-party -||miner.pr0gramm.com^$third-party -||miner.pr0gramm.com^$websocket ||minerad.com^ ||mineralt.io^$third-party -||minercry.pt^$third-party ||minero-proxy-*.sh^$third-party ||minero.cc^$third-party ||minero.pw^$third-party ||minescripts.info^$third-party ||minexmr.com^$third-party -||minexmr.stream^$third-party ||mining.best^$third-party ||mininghub.club^$third-party ||minr.pw^$third-party -||mm.zubovskaya-banya.ru^ -||mmc.center^$third-party ||mmpool.org^$third-party ||mollnia.com^$third-party -||moneone.ga^$third-party ||monerise.com^$third-party ||monero-miner.com^$third-party ||monerominer.rocks^$third-party ||moneromining.online^$third-party ||moneroocean.stream^$third-party -||money-maker-default.info^ -||money-maker-default.info^$third-party -||money-maker-script.info^ -||money-maker-script.info^$third-party ||monkeyminer.net^$third-party ||moonsade.com^$third-party ||morningdigit.com^$third-party ||mrycrypto.com^$third-party ||munero.me^$third-party ||mutinyhq.com^$third-party -||mutuza.win^$third-party ||mwor.gq^ -||mycrypto.company^$third-party -||mycrypto.group^$third-party -||mycrypto.ink^$third-party -||mycrypto.ltd^$third-party -||mycrypto.promo^$third-party ||mycryrpto.com^$third-party -||myerypto.com^$third-party ||myrcrypto.com^$third-party ||myregeneaf.com^ -||mysite.irkdsu.ru^ -||mytestminer.xyz^ ||nabaza.com^$third-party ||nablabee.com^$third-party -||najsiejfnc.win^ ||nametraff.com^$third-party ||nathetsof.com^$third-party ||nddmcconmqsy.ru^$third-party -||nebabrop.com^$third-party ||ner-de-mi-nis-6.info^$third-party ||nerohut.com^$third-party -||netflare.info^$third-party ||never.ovh^ ||nexioniect.com^ ||nextbdom.ru^$third-party @@ -8314,82 +8227,44 @@ _mongo_stats/ ||nimiqpool.com^$third-party ||nimiqtest.net^$third-party ||nimpool.io^$third-party -||nnycrypto.com^$third-party -||noblock.pro^$third-party ||notmining.org^$third-party ||oei1.gq^ ||offerreality.com^$third-party -||ogondkskyahxa.ru^$third-party -||ogrid.org^$third-party -||okeyletsgo.ml^$third-party ||olecintri.com^$third-party ||omine.org^$third-party ||onlinereserchstatistics.online^$third-party -||onvid.club^$third-party -||open-hive-server-1.pp.ua^$third-party ||openguid.org^$third-party -||oxwwoeukjispema.ru^$third-party ||p2poolmining.com^$third-party ||p2poolmining.net^$third-party ||pampopholf.com^ ||panelsave.com^$third-party ||papoto.com^$third-party ||party-vqgdyvoycc.now.sh^$third-party -||pasoherb.gq^$third-party -||pdheuryopd.loan^ -||pdheuryopd.loan^$third-party -||pearno.com^$third-party ||pertholin.com^$third-party ||philpool.com^$third-party ||play.mix.kinostuff.com^ ||play.vidzi.tv^ -||playerassets.info^$third-party -||plexcoin.info^$third-party -||podrltid.info^$third-party -||pon.ewtuyytdf45.com^ ||pool.etn.spacepools.org^ -||pool.hws.ru^$third-party ||poolmining.eu^$third-party ||poolmining.net^$third-party -||porkypool.com^$third-party ||pr0gram.org^$third-party ||premiumstats.xyz^$third-party -||presjots.ga^$third-party ||proj2018.xyz^$third-party -||proofly.win^$third-party -||pzoifaum.info^$third-party ||rand.com.ru^ -||realnetwrk.com^$third-party -||reasedoper.pw^$third-party ||reauthenticator.com^ ||reauthenticator.com^$third-party -||refunevent.com^$third-party -||rencohep.com^$third-party ||renhertfo.com^$third-party -||retadint.com^$third-party -||rineventrec.com^$third-party -||rintindown.com^$third-party -||rintinwa.com^$third-party ||rocks.io^$third-party ||rtb-seller.com^$third-party ||rtb.connatix.com^ -||ruvuryua.ru^$third-party ||s7ven.com^$third-party -||salamaleyum.com^$third-party -||sbhmn-miner.com^$third-party ||scaleway.ovh^ -||secumine.net^$third-party -||sentemanactri.com^$third-party ||serie-vostfr.com^$third-party ||serv1swork.com^ ||service4refresh.info^ ||silimbompom.com^$third-party ||site.flashx. -||siteverification.online^$third-party -||siteverification.site^$third-party -||skencituer.com^ ||smartoffer.site^$third-party -||smectapop12.pl^$third-party ||soodatmish.com^ ||sourcecode.pro^$third-party ||spacepools.org^$third-party @@ -8397,59 +8272,42 @@ _mongo_stats/ ||sparnove.com^$third-party ||srcip.com^$third-party ||statdynamic.com^$third-party -||static-cnt.bid^$third-party ||static-sb.com^$third-party ||staticsfs.host^$third-party -||statistic.date^$third-party ||stonecalcom.com^$third-party ||str1kee.com^ ||streambeam.io^$third-party ||streamplay.to^$third-party -||subloader.cf^$third-party ||sumokoin.com^$third-party ||supportxmr.com^$third-party ||sushipool.com^$third-party -||svivqrhrh.ru^$third-party ||swiftmining.win^$third-party -||synconnector.com^$third-party -||tainiesonline.pw^ ||terethat.ru^$third-party -||thatresha.com^$third-party -||thersprens.com^ ||thewhizmarketing.com^$third-party ||thewhizproducts.com^$third-party ||thewise.com^$third-party ||thismetric.com^$third-party ||tidafors.xyz^$third-party ||tmmp.io^$third-party -||toftofcal.com^$third-party ||traffic.tc-clicks.com^$third-party ||traviilo.com^$third-party ||trk.connatix.com^ ||truemine.org^$third-party ||tulip18.com^$third-party ||turnsocial.com^$third-party -||ue696vbd9l.bid^$third-party -||ugmfvqsu.ru^ -||ukp2pool.uk^$third-party ||unrummaged.com^$third-party ||uoldid.ru^ ||uoldid.ru^$third-party ||usa.cc^$third-party ||vcfs6ip5h6.bid^$third-party -||veerebbs.ml^$third-party ||verifier.live^ ||verifypow.com^$third-party -||veritrol.com^$third-party ||verresof.com^$third-party ||videoplayer2.xyz^ ||vkcdnservice.com^$third-party -||vpzccwpyilvoyg.ru^$third-party ||vuryua.ru^$third-party ||vzhjnorkudcxbiy.com^$third-party -||vzzexalcirfgrf.ru^$third-party ||wasm.stream -||wasm24.ru^$third-party ||wbmwss.beetv.net^$third-party ||webassembly.stream^$third-party ||webmine.cz^$third-party @@ -8459,57 +8317,46 @@ _mongo_stats/ ||webminerpool.com^$third-party ||webmining.co^$third-party ||webxmr.com^$third-party -||whathyx.com^$third-party -||whysoserius.club^$third-party -||willacrit.com^$third-party -||witthethim.com^$third-party -||wmemsnhgldd.ru^$third-party -||wmtech.website^ -||wmwmwwfmkvucbln.ru^$third-party ||wordc.ga^ ||wp-monero-miner.de^$third-party -||wrxgandsfcz.ru^$third-party -||wsp.marketgid.com^$third-party ||wtm.monitoringservice.co^$third-party ||wtmtrack.com^$third-party ||wty46.com^$third-party ||xbasfbno.info^$third-party ||xfast.host^$third-party -||xmr.cool^$third-party ||xmrpool.net^$third-party -||xvideosharing.site^$third-party ||xy.nullrefexcep.com^$third-party -||yololike.space^ -||yqaywudifu.date^ ||yrdrtzmsmt.com^$third-party ||yuebofa.cc^$third-party -||ywtjdckysve.com^$third-party -||zavzlen.ru^$third-party -||ziykrgc.ru^$third-party ||zlx.com.br^$third-party ||zminer.zaloapp.com^ -||zndaowjdnf.stream^ -||zymerget.bid -||zymerget.date -||zymerget.faith -||zymerget.party -||zymerget.stream -||zymerget.win ! Admiral ||6ldu6qa.com^$third-party ||absorbingband.com^$third-party +||absorbingcorn.com^$third-party +||absorbingprison.com^$third-party +||abstractedamount.com^$third-party ||absurdapple.com^$third-party +||acidpigs.com^$third-party ||acridtwist.com^$third-party +||afraidlanguage.com^$third-party +||agreeabletouch.com^$third-party ||aheadday.com^$third-party +||alikeaddition.com^$third-party +||aliveachiever.com^$third-party ||alleyarm.com^$third-party ||allowmailbox.com^$third-party +||amazingairplane.com^$third-party ||anxiousapples.com^$third-party ||attractivecap.com^$third-party ||automaticside.com^$third-party ||awzbijw.com^$third-party ||axiomaticalley.com^$third-party +||bagbeam.com^$third-party ||balancebreath.com^$third-party -||bh8yx.xyz^$third-party +||bandborder.com^$third-party +||basketballbelieve.com^$third-party +||baskettexture.com^$third-party ||breakfastboat.com^$third-party ||broadcastbed.com^$third-party ||broaddoor.com^$third-party @@ -8518,17 +8365,22 @@ _mongo_stats/ ||butterburst.com^$third-party ||calculatorstatement.com^$third-party ||cannontwin.com^$third-party +||capriciouscorn.com^$third-party ||capsquirrel.com^$third-party ||caringzinc.com^$third-party ||carscannon.com^$third-party +||cautiouscrate.com^$third-party +||cautiouscredit.com^$third-party ||cloisteredcord.com^$third-party ||colorfulafterthought.com^$third-party +||complextoad.com^$third-party ||conditioncrush.com^$third-party -||consciouscabbage.com^$third-party ||consciouschairs.com^$third-party +||coordinatedcoat.com^$third-party ||coordinatedcub.com^$third-party ||copycarpenter.com^$third-party ||cosmosjackson.com^$third-party +||crabbychin.com^$third-party ||critictruck.com^$third-party ||cubchannel.com^$third-party ||culturedcrayon.com^$third-party @@ -8538,22 +8390,27 @@ _mongo_stats/ ||desiredirt.com^$third-party ||detectdiscovery.com^$third-party ||diplomahawaii.com^$third-party +||distinctday.com^$third-party +||dq95d35.com^$third-party +||drydrum.com^$third-party ||ejyymghi.com^$third-party ||endurablecrayon.com^third-party +||enviousshape.com^$third-party ||fadedsnow.com^$third-party ||falseframe.com^$third-party -||familiarfloor.com^$third-party ||familiarrod.com^$third-party ||farmergoldfish.com^$third-party ||farshake.com^$third-party ||faultycanvas.com^$third-party ||fearfulflag.com^$third-party ||flakyfeast.com^$third-party +||flockflame.com^$third-party ||forecasttiger.com^$third-party ||frailoffer.com^$third-party ||futuristicfifth.com^$third-party ||giddycoat.com^$third-party ||giraffepiano.com^$third-party +||gondolagnome.com^$third-party ||gorgeousground.com^$third-party ||greyinstrument.com^$third-party ||guiltlessbasketball.com^$third-party @@ -8561,24 +8418,32 @@ _mongo_stats/ ||hammerhearing.com^$third-party ||hilariouszinc.com^$third-party ||historicalbeam.com^$third-party +||homelycrown.com^$third-party ||horsenectar.com^$third-party +||immensehoney.com^$third-party ||importedincrease.com^$third-party +||innocentinvention.com^$third-party ||inquisitiveinvention.com^$third-party ||intelligentscissors.com^$third-party +||j93557g.com^$third-party ||jadeitite.com^$third-party ||jamexistence.com^$third-party -||jewelcheese.com^$third-party ||lamplow.com^$third-party +||laughcloth.com^$third-party ||leaplunchroom.com^$third-party ||levelbehavior.com^$third-party ||lizardslaugh.com^$third-party +||loudlunch.com^$third-party +||lowlocket.com^$third-party ||lumberamount.com^$third-party +||lumpylumber.com^$third-party ||magnetairport.com^$third-party ||meatydime.com^$third-party ||mowfruit.com^$third-party ||mundanepollution.com^$third-party ||neighborlywatch.com^$third-party ||nervoussummer.com^$third-party +||niftyhospital.com^$third-party ||parcelcreature.com^$third-party ||parsimoniouspolice.com^$third-party ||partplanes.com^$third-party @@ -8592,33 +8457,50 @@ _mongo_stats/ ||profusesupport.com^$third-party ||puffyloss.com^$third-party ||puffypull.com^$third-party +||puffypurpose.com^$third-party ||quaintcan.com^$third-party ||quietknowledge.com^$third-party +||quizzicalzephyr.com^$third-party +||raintwig.com^$third-party ||raresummer.com^$third-party +||readymoon.com^$third-party ||realizerecess.com^$third-party +||realizevacation.com^$third-party +||repeatsweater.com^$third-party +||resonantbrush.com^$third-party +||rhetoricalloss.com^$third-party ||richstring.com^$third-party ||ringplayground.com^$third-party ||ritzykey.com^$third-party ||roofrelation.com^$third-party +||rusticprice.com^$third-party +||savoryorange.com^$third-party +||scientificshirt.com^$third-party ||scintillatingspace.com^$third-party ||scrubswim.com^$third-party +||secretturtle.com^$third-party ||selectivesummer.com^$third-party +||selfishsea.com^$third-party ||separatesilver.com^$third-party -||shallowschool.com^$third-party ||sharppatch.com^$third-party -||shelterstraw.com^$third-party ||shermore.info^$third-party +||shesubscriptions.com^$third-party +||shockinggrass.com^$third-party +||shockingship.com^$third-party ||shyseed.com^$third-party ||sicksmash.com^$third-party ||smashsurprise.com^$third-party +||somberscarecrow.com^$third-party ||sombersurprise.com^$third-party ||sortsummer.com^$third-party +||spellsalsa.com^$third-party ||spiffymachine.com^$third-party ||spottednoise.com^$third-party -||spottysense.com^$third-party +||spuriousbase.com^$third-party ||spurioussteam.com^$third-party ||squeakzinc.com^$third-party ||squirrelhands.com^$third-party +||staleshow.com^$third-party ||steadfastsound.com^$third-party ||steepsquirrel.com^$third-party ||stiffstem.com^$third-party @@ -8626,12 +8508,16 @@ _mongo_stats/ ||stormyachiever.com^$third-party ||strivesidewalk.com^$third-party ||stupendoussleet.com^$third-party +||subsequentswim.com^$third-party ||suddensidewalk.com^$third-party ||sugarcurtain.com^$third-party ||sweetslope.com^$third-party +||tawdryson.com^$third-party ||tendertest.com^$third-party +||thirdrespect.com^$third-party +||thirstytwig.com^$third-party ||ticklesign.com^$third-party -||truthfulturn.com^$third-party +||tranquilside.com^$third-party ||typicalairplane.com^$third-party ||typicalteeth.com^$third-party ||ubiquitousyard.com^$third-party @@ -8649,14 +8535,13 @@ _mongo_stats/ ||193.197.158.209^$third-party,domain=~statistik.lubw.baden-wuerttemberg.de.ip ||212.95.32.75^$third-party,domain=~ipcounter.de.ip ||24log.de^$third-party +||3ng6p6m0.de^$third-party ||4stats.de^$third-party -||abcounter.de^$third-party ||actionallocator.com^$third-party ||active-tracking.de^$third-party ||adc-serv.net^$third-party ||adclear.net^$third-party ||adcrowd.com^$third-party -||addcontrol.net^$third-party ||admeira.ch^$third-party ||adnz.co^$third-party ||adquality.ch^$third-party @@ -8677,9 +8562,6 @@ _mongo_stats/ ||backlink-test.de^$third-party ||backlink-umsonst.de^$third-party ||backlinkdino.de^$third-party -||backlinkprofi.info^$third-party -||backlinks.li^$third-party -||backlinktausch.biz^$third-party ||bekannt-im-web.de^$third-party ||belboon.de^$third-party ||beliebtestewebseite.de^$third-party @@ -8690,6 +8572,7 @@ _mongo_stats/ ||besucherzaehler.org^$third-party ||besucherzahlen.com^$third-party ||betarget.de^$third-party +||bf-tools.net^$third-party ||blacktri.com^$third-party ||blog-o-rama.de^$third-party ||blog-webkatalog.de^$third-party @@ -8698,28 +8581,23 @@ _mongo_stats/ ||bloggeramt.de^$third-party ||bloggerei.de^$third-party ||blogtraffic.de^$third-party -||blogverzeichnis.eu^$third-party ||bluecounter.de^$third-party ||bonitrust.de^$third-party ||bonuscounter.de^$third-party ||businessclick.ch^$third-party ||checkeffect.at^$third-party ||clickmap.ch^$third-party -||clkd.at^$third-party ||count.im^$third-party ||count24.de^$third-party ||countar.de^$third-party -||counted.at^$third-party ||counter-city.de^$third-party ||counter-go.de^$third-party ||counter-gratis.com^$third-party ||counter-kostenlos.info^$third-party ||counter-kostenlos.net^$third-party -||counter-pagerank.de^$third-party ||counter-treff.de^$third-party ||counter.de^$third-party ||counter27.ch^$third-party -||counter4all.de^$third-party ||countercity.de^$third-party ||countercity.net^$third-party ||counterlevel.de^$third-party @@ -8730,7 +8608,6 @@ _mongo_stats/ ||counterstatistik.de^$third-party ||counthis.com^$third-party ||counti.de^$third-party -||countimo.de^$third-party ||countino.de^$third-party ||countit.ch^$third-party ||countnow.de^$third-party @@ -8745,7 +8622,6 @@ _mongo_stats/ ||digidip.net^$third-party ||directcounter.de^$third-party ||divolution.com^$third-party -||dk-statistik.de^$third-party ||dreamcounter.de^$third-party ||durocount.com^$third-party ||eanalyzer.de^$third-party @@ -8772,16 +8648,13 @@ _mongo_stats/ ||fun-hits.com^$third-party ||gacela.eu^$third-party ||generaltracking.de^$third-party -||getcounter.de^$third-party ||gezaehlt.de^$third-party ||gft2.de^$third-party ||giga-abs.de^$third-party -||google-pr7.de^$third-party ||google-rank.org^$third-party ||gostats.de^$third-party ||gratis-besucherzaehler.de^$third-party ||gratis-counter-gratis.de^$third-party -||gratisbacklink.de^$third-party ||greatviews.de^$third-party ||grfz.de^$third-party ||healte.de^$third-party @@ -8793,15 +8666,11 @@ _mongo_stats/ ||hung.ch^$third-party ||iivt.com^$third-party ||imcht.net^$third-party -||inet-tracker.de^$third-party ||ingenioustech.biz^$third-party -||intelliad-tracking.com^$third-party ||intelliad.de^$third-party ||interaktiv-net.de^$third-party ||interhits.de^$third-party ||ipcount.net^$third-party -||ipcounter.net^$third-party -||iptrack.biz^$third-party ||iyi.net^$third-party ||kctag.net^$third-party ||keytrack.de^$third-party @@ -8812,10 +8681,8 @@ _mongo_stats/ ||lddt.de^$third-party ||leserservice-tracking.de^$third-party ||link-empfehlen24.de^$third-party -||linktausch-pagerank.de^$third-party -||linktausch.li^$third-party -||liverank.org^$third-party ||losecounter.de^$third-party +||lumitos.com^$third-party ||mairdumont.com^$third-party ||marketing-page.de^$third-party ||mateti.net^$third-party @@ -8826,7 +8693,6 @@ _mongo_stats/ ||metrigo.com^$third-party,domain=~metrigo.de ||microcounter.de^$third-party ||mindtake.com^$third-party -||mitmeisseln.de^$third-party ||motorpresse-statistik.de^$third-party ||mps-gba.de^$third-party ||mpwe.net^$third-party @@ -8839,7 +8705,6 @@ _mongo_stats/ ||netupdater.info^$third-party ||netzaehler.de^$third-party ||netzstat.ch^$third-party -||northclick-statistiken.de^$third-party ||observare.de^$third-party ||odoscope.cloud^$third-party ||oewabox.at^$third-party @@ -8850,30 +8715,21 @@ _mongo_stats/ ||ourstats.de^$third-party ||page-hit.de^$third-party ||pagerank-backlink.eu^$third-party -||pagerank-hamburg.de^$third-party ||pagerank-linkverzeichnis.de^$third-party ||pagerank-online.eu^$third-party ||pagerank-suchmaschine.de^$third-party -||pagerank4you.eu^$third-party ||pageranking-counter.de^$third-party -||pageranking.li^$third-party ||pc-agency24.de^$third-party ||pimpmypr.de^$third-party ||plexworks.de^$third-party -||powerbar-pagerank.de^$third-party ||powercount.com^$third-party ||ppro.de^$third-party ||pr-chart.com^$third-party ||pr-chart.de^$third-party -||pr-link.eu^$third-party ||pr-linktausch.de^$third-party -||pr-rang.de^$third-party ||pr-sunshine.de^$third-party -||pr-textlink.de^$third-party -||pr-update.biz^$third-party ||prnetwork.de^$third-party ||productsup.com^$third-party -||propagerank.de^$third-party ||prudsys-rde.de^$third-party ||r.movad.de^$third-party ||rank-power.com^$third-party @@ -8882,7 +8738,6 @@ _mongo_stats/ ||ranking-charts.de^$third-party ||ranking-counter.de^$third-party ||ranking-hits.de^$third-party -||ranking-it.de^$third-party ||ranking-links.de^$third-party ||rankings24.de^$third-party ||ranklink.de^$third-party @@ -8892,7 +8747,6 @@ _mongo_stats/ ||research.de.com^$third-party ||reshin.de^$third-party ||rightstats.com^$third-party -||roitracking.net^$third-party ||royalcount.de^$third-party ||scriptil.com^$third-party ||sedotracker.de^$third-party @@ -8912,7 +8766,6 @@ _mongo_stats/ ||sponsorcounter.de^$third-party ||spring-tns.net^$third-party ||srvtrck.com^$third-party -||ssl4stats.de^$third-party ||static-fra.de^*/targeting.js ||static-fra.de^*/tracking.js ||statistik-gallup.net^$third-party @@ -8923,18 +8776,16 @@ _mongo_stats/ ||suchmaschinen-ranking-hits.de^$third-party ||sunios.de^$third-party ||t4ft.de^$third-party +||tagtool.de^$third-party ||tamedia.ch^$third-party -||tausch-link.de^$third-party ||tda.io^$third-party ||technical-service.net^$third-party -||teriotracker.de^$third-party ||tisoomi-services.com^$third-party ||tophits4u.de^$third-party ||toplist100.org^$third-party ||topstat.com^$third-party ||tracdelight.com^$third-party ||tracdelight.io^$third-party -||trackfreundlich.de^$third-party ||trafficmaxx.de^$third-party ||trbo.com^$third-party ||trendcounter.de^$third-party @@ -8944,6 +8795,7 @@ _mongo_stats/ ||universaltrackingcontainer.com^$third-party ||up-rank.com^$third-party ||urstats.de^$third-party +||usage.seibert-media.io^$third-party ||usemaxserver.de^$third-party ||verypopularwebsite.com^$third-party ||viewar.org^$third-party @@ -8951,7 +8803,6 @@ _mongo_stats/ ||visitor-stats.de^$third-party ||vtracy.de^$third-party ||wcfbc.net^$third-party -||web-controlling.org^$third-party ||webhits.de^$third-party ||webkatalog.li^$third-party ||weblist.de^$third-party @@ -8964,7 +8815,6 @@ _mongo_stats/ ||wecount4u.com^$third-party ||welt-der-links.de^$third-party ||wipe.de^$~script,third-party -||xa-counter.com^$third-party ||xcounter.ch^$third-party ||xhit.com^$third-party ||xl-counti.com^$third-party @@ -8973,7 +8823,6 @@ _mongo_stats/ ||zaehler.tv^$third-party ! French ||123compteur.com^$third-party -||7e59f52a58ab3be819c9a90ba53b9ffe.ovh^$third-party ||7x4.fr^$third-party ||7x5.fr^$third-party ||abcompteur.com^$third-party @@ -8984,6 +8833,7 @@ _mongo_stats/ ||affilizr.com^$third-party ||air360tracker.net^$third-party ||alkemics.com^$third-party +||allo-media.net^$third-party ||analytics-cdiscount.com^$third-party ||antvoice.com^$third-party ||atraxio.com^$third-party @@ -9016,7 +8866,6 @@ _mongo_stats/ ||fogl1onf.com^$third-party ||geocompteur.com^$third-party ||goutee.top^$third-party -||goyavelab.com^$third-party ||graphinsider.com^$third-party ||hunkal.com^$third-party ||ivitrack.com^$third-party @@ -9029,11 +8878,11 @@ _mongo_stats/ ||mb-srv.com^$third-party ||megast.at^$third-party ||mmtro.com^$third-party -||ncdnprorogeraie.lol^$third-party ||netquattro.com/stats/ ||netvigie.com^$third-party ||organicfruitapps.com^$third-party ||phywi.org^$third-party +||pingclock.net^$third-party ||potterpetrey.com^$third-party ||reseau-pub.com^$third-party ||semiocast.com^$third-party @@ -9043,13 +8892,14 @@ _mongo_stats/ ||stats.fr^$third-party ||sync.tv^$third-party ||tget.me^$third-party +||tinyclues.com^$third-party ||titag.com^$third-party -||tnsinternet.be^$third-party ||toc.io^$third-party ||tracking.wlscripts.net^ ||trafiz.net^$third-party -||url-stats.net^$third-party +||uzerly.net^$third-party ||webcompteur.com^$third-party +||winitout.com^$third-party ||wysistat.com^$third-party ||x-traceur.com^$third-party ||ywywjrlbsuv.com^$third-party @@ -9126,12 +8976,12 @@ _mongo_stats/ ||topsem.com^$third-party ||tovery.net^$third-party ||twcouponcenter.com^$third-party -||users.51.la^$third-party ||vamaker.com^$third-party ||vdoing.com^$third-party ||vm5apis.com^$third-party ||webdissector.com^$third-party ||xtgreat.com^$third-party +||yhjinm.cn^$third-party ||yigao.com^$third-party ||youle55.com^$third-party ||zampda.net^$third-party @@ -9155,10 +9005,12 @@ _mongo_stats/ ||agillic.eu^$third-party ||andersenit.dk^$third-party ||chart.dk^$third-party +||digitaladvisor.dk^$third-party ||euroads.dk^$third-party ||gixmo.dk^$third-party ||hitcount.dk^$third-party ||infocollect.dk^$third-party +||jubiitag.dk^$third-party ||livecounter.dk^$third-party ||livewebstats.dk^$third-party ||ncom.dk^$third-party @@ -9166,7 +9018,7 @@ _mongo_stats/ ||netstats.dk^$third-party ||parameter.dk^$third-party ||peakcounter.dk^$third-party -||sitechart.dk^$third-party +||telemetric.dk^$third-party ||tns-gallup.dk^$third-party ||zipstat.dk^$third-party ! Dutch @@ -9181,7 +9033,6 @@ _mongo_stats/ ||traffic4u.nl^$third-party ! Estonian ||counter.ok.ee^$third-party -||mediaindex.ee^$third-party ! Finnish ||frosmo.com^$third-party ||gallupnet.fi^$third-party @@ -9194,7 +9045,6 @@ _mongo_stats/ ||tracking*.euroads.fi^$third-party ||vihtori-analytics.fi^$third-party ! Greek -||hotstats.gr^$third-party ||linkwi.se^$third-party ! Hebrew ||enter-system.com^$third-party @@ -9236,6 +9086,7 @@ _mongo_stats/ ||freestats.tv^$third-party ||freestats.ws^$third-party ||geocontatore.com^$third-party +||gm-it.consulting^$third-party ||hiperstat.com^$third-party ||hitcountersonline.com^$third-party ||imetrix.it^$third-party @@ -9244,42 +9095,37 @@ _mongo_stats/ ||italianadirectory.com^$third-party ||keyxel.com^$third-party ||laserstat.com^$third-party -||megastat.net^$third-party ||mwstats.net^$third-party ||mystat.it^$third-party ||ninestats.com^$third-party ||ntlab.org^$third-party ||pagerankfree.com^$third-party -||prostats.it^$third-party ||shinystat.it^$third-party ||specialstat.com^$third-party ||statistiche-free.com^$third-party ||statistiche.it^$third-party ||statistiche.ws^$third-party ||statistichegratis.net^$third-party -||statsadvance-01.net^$third-party ||statsforever.com^$third-party -||statsview.it^$third-party ||superstat.info^$third-party ||tetigi.com^$third-party ||thestat.net^$third-party ||trackset.it^$third-party ||trick17.it^$third-party -||ultrastats.it^$third-party ||vivistats.com^$third-party ||webads.eu^$third-party ||webmeter.ws^$third-party ||webmobile.ws^$third-party -||webtraffstats.net^$third-party ||whoseesyou.com^$third-party ||wstatslive.com^$third-party ||zt-dst.com^$third-party ! Japanese +||accesstrade.net^$third-party ||admatrix.jp^$third-party +||af-z.jp^$third-party ||aid-ad.jp^$third-party ||amoad.com^$third-party ||analyticsip.net^$third-party -||bb-analytics.jp^$third-party ||beanscattering.jp^$third-party ||bigmining.com^$third-party ||blogranking.net^$third-party @@ -9287,6 +9133,7 @@ _mongo_stats/ ||cetlog.jp^$third-party ||cosmi.io^$third-party ||d-markets.net^$third-party +||d2-apps.net^$third-party ||deteql.net^$third-party ||digitiminimi.com^$third-party ||docodoco.jp^$third-party @@ -9295,6 +9142,7 @@ _mongo_stats/ ||ec-concier.com^$third-party ||ec-optimizer.com^$third-party ||eco-tag.jp^$third-party +||eltex.co.jp^$third-party ||f-counter.jp^$third-party ||f-counter.net^$third-party ||genieedmp.com^$third-party @@ -9307,9 +9155,9 @@ _mongo_stats/ ||iid-network.jp^$third-party ||im-apps.net^$third-party ||iogous.com^$third-party -||japanmetrix.jp^$third-party ||keyword-match.com^$third-party ||kir.jp^$third-party +||letro.jp^$third-party ||macromill.com^$third-party ||marsflag.com^$third-party ||mobylog.jp^$third-party @@ -9356,7 +9204,6 @@ _mongo_stats/ ||puls.lv^$third-party ||reitingi.lv^$third-party ||statistika.lv^$third-party -||stats4u.lv^$third-party ||top.lv^$third-party ||topsite.lv^$third-party ||webstatistika.lv^$third-party @@ -9368,7 +9215,6 @@ _mongo_stats/ ||reitingas.lt^$third-party ||stats.lt^$third-party ||visits.lt^$third-party -||webstatistika.lt^$third-party ||www.hey.lt^$third-party ! Norwegian ||de17a.com^$third-party @@ -9376,18 +9222,20 @@ _mongo_stats/ ||webstat.no^$third-party ||xtractor.no^$third-party ! Persian -||melatstat.com^$third-party +||amarfa.ir^$third-party ||persianstat.com^$third-party ||persianstat.ir^$third-party ||tinystat.ir^$third-party ||webgozar.com^$third-party ||webgozar.ir^$third-party +||yektanet.com^$third-party ! Polish ||adschoom.com^$third-party ||adstat.4u.pl^$third-party ||caanalytics.com^$third-party ||clickmatic.pl^$third-party ||conversion.pl^$third-party +||conversionlabs.net.pl^$third-party ||dmdi.pl^$third-party ||goprediction.com^$third-party ||gostats.pl^$third-party @@ -9420,7 +9268,6 @@ _mongo_stats/ ||engageya.com^$third-party ||marktest.pt^$third-party ||percycle.com^$third-party -||popstats.com.br^$third-party ||rdstation.com.br^$third-party ||sambaads.com^$third-party ||tailtarget.com^$third-party @@ -9463,8 +9310,6 @@ _mongo_stats/ ||cityua.net^$third-party ||clubcollector.com^$third-party ||cnstats.ru^$third-party -||cntcash.ru^$third-party -||countstat.ru^$third-party ||cpaevent.ru^$third-party ||cszz.ru^$third-party ||dircont3.com^$third-party @@ -9489,8 +9334,6 @@ _mongo_stats/ ||interakt.ru^$third-party ||intergid.ru^$third-party ||iryazan.ru^$third-party -||jetcounter.ru^$third-party -||k3dqv.ru^$third-party ||kmindex.ru^$third-party ||leadslabpixels.net^$third-party ||lentainform.com^$third-party @@ -9512,18 +9355,22 @@ _mongo_stats/ ||mokuz.ru^$third-party ||musiccounter.ru^$third-party ||mystat-in.net^$third-party -||personage.name^$third-party +||mytopf.com^$third-party +||opentracking.ru^$third-party ||pladform.ru^$third-party ||pmbox.biz^$third-party ||proext.com^$third-party ||quick-counter.net^$third-party ||r24-tech.com^$third-party +||relap.io^$third-party ||retag.xyz^$third-party ||rnet.plus^$third-party ||ru.net^$third-party ||rutarget.ru^$third-party +||sarimsol.com^$third-party ||sarov.ws^$third-party ||sas.com^$third-party +||sblftg.com^$third-party ||semantiqo.com^$third-party ||sensor.org.ua^$third-party ||seo-master.net^$third-party @@ -9541,7 +9388,6 @@ _mongo_stats/ ||toptracker.ru^$third-party ||tpm.pw^$third-party ||track.cooster.ru^ -||trbna.com^$third-party ||uarating.com^$third-party ||upravel.com^$third-party ||uptolike.com^$third-party @@ -9558,14 +9404,10 @@ _mongo_stats/ ||webturn.ru^$third-party ||webvisor.com^$third-party ||webvisor.ru^$third-party -||wunderdaten.com^$third-party ||wwgate.ru^$third-party -||www.rt-ns.ru^$third-party ||zero.kz^$third-party ! Serbian ||midas-network.com^$third-party -! Singaporean -||blogtraffic.sg^$third-party ! Slovak ||algopine.com^$third-party ||data.caroda.io^$third-party @@ -9592,14 +9434,12 @@ _mongo_stats/ ||intrastats.com^$third-party ||mabaya.com^$third-party ||micodigo.com^$third-party -||s3wfg.com^$third-party ||seedtag.com^$third-party ! Swedish ||adsettings.com^$third-party ||adten.eu^$third-party ||adtlgc.com^$third-party ||adtr.io^$third-party -||adtraction.com^$third-party ||bonnieradnetwork.se^$third-party ||brandmetrics.com^$third-party ||citypaketet.se^$third-party @@ -9647,12 +9487,12 @@ _mongo_stats/ ! -----------------Third-party tracking services-----------------! ! *** easylist:easyprivacy/easyprivacy_thirdparty.txt *** ||10.122.129.149^$third-party,domain=~search-news-cn.ip +||100widgets.com^$third-party ||101apps.com/tracker.ashx? ||105app.com/report/? ||107.20.91.54/partner.gif?$third-party,domain=~thedailybeast.com.ip ||116.213.75.36/logstat/$domain=~caixin.com.ip ||121.78.90.104:8383/pv?*&refer=$third-party,domain=~livere-kr.ip -||123myp.co.uk/ip-address/ ||148.251.8.156/track.js ||174.129.112.186/small.gif?$third-party,domain=~skytide.ip ||174.129.135.197/partner.gif?$third-party,domain=~skytide.ip @@ -9681,7 +9521,6 @@ _mongo_stats/ ||360buyimg.com^*/unit/log/*/log.js ||3crowd.com^*/3c1px.gif ||3qsdn.com/watchtime? -||4theclueless.com/adlogger/ ||50.16.191.59^$third-party,domain=~tritondigital.net.ip ||51network.com^$third-party ||5251.net/stat.jsp? @@ -9701,9 +9540,6 @@ _mongo_stats/ ||9fine.ru/js/counter. ||9msn.com.au^*/tracking/ ||a.mobify.com^ -||a.unanimis.co.uk^ -||a2a.lockerz.com^ -||aaa.aj5.info^ ||aan.amazon.com^$third-party ||aao.org/aao/sdc/track.js ||abc.hearst.co.uk^$third-party @@ -9738,7 +9574,6 @@ _mongo_stats/ ||addtoany.com/menu/transparent.gif ||adf.ly/ad/conv? ||adfox.yandex.ru^ -||adg.bzgint.com^ ||adlog.com.com^ ||admission.net^*/displaytracker.js ||ads-trk.vidible.tv^ @@ -9752,32 +9587,15 @@ _mongo_stats/ ||affiliates.mgmmirage.com^ ||affiliates.minglematch.com^$third-party ||affiliates.purevpn.com^$third-party -||affiliates.spark.net^$third-party -||affiliates.swappernet.com^ ||affilired.com/analytic/$third-party ||affirm.com/api/v2/cookie_sent ||affirm.com/api/v2/session/touch_track -||affl.sucuri.net^ ||afrigator.com/track/ ||agendize.com^*/counts.jsp? ||aiya.com.cn/stat.js -||akamai.com/crs/lgsitewise.js -||akamai.net/*.babylon.com/trans_box/ -||akamai.net/chartbeat. -||akamai.net^*/a.visualrevenue.com/ -||akamai.net^*/sitetracking/ -||akamaihd.net/*.gif?e= -||akamaihd.net/bping.php? -||akamaihd.net/javascripts/browserfp. -||akamaihd.net/log? -||akamaihd.net/push.gif? -||akamaihd.net^*.gif?d= -||akamaized.net/?u= -||akamaized.net/js3/tracker.js ||akanoo.com/tracker/ ||akatracking.esearchvision.com^ ||aklamio.com/ovlbtntrk? -||aksb-a.akamaihd.net^ ||alenty.com/trk/ ||alex.leonard.ie/misc-images/transparent.png ||alexa.com/minisiteinfo/$third-party @@ -9823,7 +9641,6 @@ _mongo_stats/ ||amp-error-reporting.appspot.com^ ||amplify.outbrain.com^$third-party ||amplifypixel.outbrain.com^ -||ams.addflow.ru^ ||an.yandex.ru^ ||analytic.pho.fm^ ||analytic.xingcloud.com^$third-party @@ -9835,14 +9652,10 @@ _mongo_stats/ ||analytics-rhwg.rhcloud.com^ ||analytics-scripts.cablelabs.com^ ||analytics-static.ugc.bazaarvoice.com^ -||analytics-v2.anvato.com^ ||analytics.30m.com^ -||analytics.abacast.com^ -||analytics.adeevo.com^ ||analytics.amakings.com^ ||analytics.anvato.net^ ||analytics.apnewsregistry.com^ -||analytics.artirix.com^ ||analytics.atomiconline.com^ ||analytics.audioeye.com^ ||analytics.avanser.com.au^ @@ -9852,7 +9665,6 @@ _mongo_stats/ ||analytics.carambo.la^ ||analytics.cincopa.com^ ||analytics.clickpathmedia.com^ -||analytics.closealert.com^ ||analytics.cmg.net^ ||analytics.codigo.se^ ||analytics.cohesionapps.com^ @@ -9865,14 +9677,12 @@ _mongo_stats/ ||analytics.dvidshub.net^ ||analytics.edgekey.net^ ||analytics.edgesuite.net^ -||analytics.episodic.com^ ||analytics.fairfax.com.au^ ||analytics.favcy.com^ ||analytics.foresee.com^ ||analytics.groupe-seb.com^ ||analytics.gvim.mobi^ -||analytics.hosting24.com^ -||analytics.hpprintx.com^ +||analytics.humanautomation.ai^ ||analytics.inform.com^ ||analytics.kaltura.com^ ||analytics.kapost.com^ @@ -9882,6 +9692,7 @@ _mongo_stats/ ||analytics.matchbin.com^ ||analytics.midwesternmac.com^ ||analytics.mlstatic.com^ +||analytics.myfidevs.io^ ||analytics.myfinance.com^ ||analytics.newscred.com^ ||analytics.onlyonlinemarketing.com^ @@ -9897,9 +9708,9 @@ _mongo_stats/ ||analytics.r17.com^ ||analytics.radiatemedia.com^ ||analytics.recruitics.com^ -||analytics.revee.com^ ||analytics.reyrey.net^ ||analytics.rogersmedia.com^ +||analytics.salesanalytics.io^ ||analytics.shareaholic.com^ ||analytics.sitewit.com^ ||analytics.sleeknote.com^ @@ -9912,9 +9723,9 @@ _mongo_stats/ ||analytics.suggestv.io^ ||analytics.supplyframe.com^ ||analytics.themarketiq.com^ +||analytics.tiktok.com^ ||analytics.tout.com^ ||analytics.tribeca.vidavee.com^ -||analytics.truecarbon.org^ ||analytics.urx.io^ ||analytics.vanillaforums.com^ ||analytics.vendemore.com^ @@ -9928,7 +9739,6 @@ _mongo_stats/ ||analytics.ziftsolutions.com^ ||analyticsengine.s3.amazonaws.com^ ||analyze.full-marke.com^ -||analyzer.qmerce.com^ ||ancestrycdn.com/tao/at/ ||anvato.com/anvatoloader.swf?analytics= ||aol.com/ping? @@ -9938,14 +9748,11 @@ _mongo_stats/ ||aolcdn.com^*/beacon.min.js ||ape-tagit.timeinc.net^ ||apester.com/event^ -||api.awe.sm/stats/$third-party ||api.bit.ly/*/clicks?$third-party -||api.choicestream.com/instr/ccm/ ||api.collarity.com/cws/*http -||api.fyreball.com^ ||api.wipmania.com^ +||apm-engine.meteor.com^$third-party,xmlhttprequest ||app.cdn-cs.com/__t.png? -||app.insightgrit.com^ ||app.link^$third-party ||app.opmnstr.com/v2/geolocate/ ||app.yesware.com/t/$third-party @@ -9988,6 +9795,7 @@ _mongo_stats/ ||aweber.com/form/displays.htm?$image ||awseukpi.whisbi.com^$third-party ||axislogger.appspot.com^ +||az693360.vo.msecnd.net^ ||azureedge.net/javascripts/Tracking. ||azureedge.net/track ||azurewebsites.net/TrackView/ @@ -9998,29 +9806,30 @@ _mongo_stats/ ||b8cdn.com^*/analytics.js ||bab.frb.io^ ||backstage.funnelenvy.com^ +||bacon.section.io^ ||baidu.com/pixel? ||bamgrid.com/dust ||bamgrid.com/telemetry ||bango.net/exid/*.gif? ||bango.net/id/*.gif? ||barium.cheezdev.com^ -||basilic.netdna-cdn.com^ ||bat.bing.com^ ||bazaarvoice.com/sid.gif ||bazaarvoice.com^*/magpie.js ||bc.geocities. +||bc.marfeelcache.com^ ||beacon.affil.walmart.com^ ||beacon.aimtell.com^ ||beacon.errorception.com^ ||beacon.gcion.com^ ||beacon.gu-web.net^ -||beacon.guim.co.uk^ ||beacon.heliumnetwork.com^ ||beacon.indieclick.com^ ||beacon.livefyre.com^ -||beacon.richrelevance.com^ +||beacon.nrholding.net^ ||beacon.riskified.com^ ||beacon.rum.dynapis.com^ +||beacon.searchspring.io^ ||beacon.securestudies.com^ ||beacon.sojern.com^ ||beacon.squixa.net^ @@ -10035,13 +9844,14 @@ _mongo_stats/ ||bestofmedia.com^*/beacons/$~image ||bfnsoftware.com^*/environment.cgi? ||bhphotovideo.com/imp/ -||bibzopl.com/in.php ||bid.g.doubleclick.net^ ||bidsystem.com/ppc/sendtracker.aspx? ||bin.clearspring.*/b.swf ||bing.com/aclick/$third-party ||bing.com/action/ +||birdsend.email/pixel ||bit.ly/stats? +||bitclouds.ru/trd ||bitdash-reporting.appspot.com^ ||bitgravity.com/b.gif$third-party ||bitgravity.com^*/tracking/ @@ -10051,7 +9861,6 @@ _mongo_stats/ ||bizrate.co.uk/js/survey_ ||bizrate.com^*/survey_ ||bizsolutions.strands.com^ -||blamcity.com/log/ ||blinkx.com/thirdparty/iab/$third-party ||blip.bizrate.com^ ||blogblog.com/tracker/ @@ -10078,18 +9887,14 @@ _mongo_stats/ ||bumpin.com^*/analytics.html ||business.sharedcount.com^$third-party ||buybox.click/analytics.js -||buzzbox.buzzfeed.com^ ||bzgint.com/CUNCollector/ ||bzpics.com/jslib/st.js? -||c.compete.com^ -||c.homestore.com^ ||c.imedia.cz^ ||c.live.com^ ||c.mgid.com^ ||c.wen.ru^ ||c.ypcdn.com^*&ptid ||c.ypcdn.com^*?ptid -||c2s-openrtb.liverail.com^ ||c3metrics.medifast1.com^ ||cache2.delvenetworks.com^ ||cadreon.s3.amazonaws.com^ @@ -10098,8 +9903,8 @@ _mongo_stats/ ||canvas-ping.conduit-data.com^ ||canvas-usage-v2.conduit-data.com^ ||capture.bi.movideo.com/dc? -||capture.camify.com/dc? ||capture.condenastdigital.com^ +||capture.trackjs.com^$third-party ||carambo.la/analytics/ ||carambo.la/logging/ ||carl.pubsvs.com^ @@ -10121,6 +9926,7 @@ _mongo_stats/ ||chanalytics.merchantadvantage.com^ ||chartaca.com.s3.amazonaws.com^ ||checkout.com/logger/ +||chicoryapp.com/widget_v2/ ||choicestream.com^*/pixel/ ||chtah.com/a/*/spacer-0.gif$third-party ||chtah.com^*/1x1.gif @@ -10133,10 +9939,7 @@ _mongo_stats/ ||clearspring.com/t/ ||click.appinthestore.com^ ||click.aristotle.net^$third-party -||click.geopaysys.com^ ||click.rssfwd.com^$third-party -||click1.email.nymagazine.com^$third-party -||click1.online.vulture.com^$image,third-party ||clickchatsold.com/d0/ ||clicker.com^*pageurl$third-party ||clickfunnels.com/assets/pushcrew.js$third-party @@ -10144,18 +9947,15 @@ _mongo_stats/ ||clickfunnels.com/userevents/ ||clickfunnels.com^*/track? ||clicks.dealer.com^ -||clickstream.loomia.com^ ||clicktale.pantherssl.com^ -||clicktalecdn.sslcs.cdngc.net^ ||clickthru.lefbc.com^$third-party ||clicktracker.iscan.nl^ -||clicktracks.aristotle.net^ ||client-analytics.braintreegateway.com^ ||client.tahono.com^$third-party -||clientstat.castup.net^ ||clipsyndicate.com/cs_api/cliplog? ||clk.onet.pl^ ||clnk.me/_t.gif? +||cloud.mmst.eu^*/tracking ||cloudapp.net/l/ ||cloudfront-labs.amazonaws.com^ ||cloudfront.net*/keywee.min.js @@ -10186,7 +9986,6 @@ _mongo_stats/ ||cloudfront.net/scripts/cookies.js ||cloudfront.net/sentinel.js ||cloudfront.net/sitegainer_ -||cloudfront.net/smartserve- ||cloudfront.net/sso.js ||cloudfront.net/track.html ||cloudfront.net/track? @@ -10195,16 +9994,15 @@ _mongo_stats/ ||cloudfront.net/zephyr.js ||cloudfront.net^$script,domain=phonearena.com ||cloudfront.net^*.bmp? +||cloudfunctions.net/commonBonnierDataLayer ||cloudfunctions.net/ingest? ||clustrmaps.com/counter/$third-party ||cm.g.doubleclick.net^ ||cmmeglobal.com/evt? ||cmmeglobal.com^*/page-view? -||cms-pixel.crowdreport.com^ ||cnetcontent.com/jsc/h.js ||cnetcontent.com/log? ||cnevids.com/metrics/ -||cnnios-f.akamaihd.net^$xmlhttprequest ||cnnx.io^*/tracker.js ||cnnx.io^*/tracking.js ||cnpapers.com/scripts/library/ @@ -10216,23 +10014,20 @@ _mongo_stats/ ||collect.*.miui.com^ ||collect.igodigital.com^ ||collect.rewardstyle.com^ -||collection.acromas.com^ +||collect.usefathom.com^ ||collector-*.elb.amazonaws.com^$image,third-party ||collector-*.tvsquared.com^ -||collector.air.tv^ -||collector.apester.com^ +||collector-api.99designs.com^ ||collector.automote.co.nz^ ||collector.contentexchange.me^$third-party -||collector.leaddyno.com^ ||collector.mazeberry.com^ ||collector.nextguide.tv^ ||collector.roistat.com^ -||collector.snplow.net^ ||collector.sspinc.io^ ||comet.ibsrv.net^ ||comic-rocket.com/metrics.js ||communicatorcorp.com^*/conversiontracking.js -||compendiumblog.com/js/stats.js +||compendiumblog.com/sp.js ||competitoor.com/analytics/ ||concert.io/lookup/ ||conde.io/beacon @@ -10240,12 +10035,14 @@ _mongo_stats/ ||connect.facebook.net/signals/$third-party ||connect.facebook.net^*/fbds.js$third-party ||consensu.org/?log= +||consensu.org/geoip ||contactatonce.com/GetAgentStatusImage.aspx? ||contactatonce.com/VisitorContext.aspx? ||content.cpcache.com^*/js/ga.js ||contentpass.net/stats?$third-party ||control.cityofcairns.com^$third-party ||conversions.genieventures.co.uk^ +||convsgmp.taboola.com^ ||cookies.livepartners.com^ ||cookietracker.cloudapp.net^ ||cookiex.ngd.yahoo.com^ @@ -10256,28 +10053,20 @@ _mongo_stats/ ||count.paycounter.com^ ||counter.bloke.com^ ||counter.cam-content.com^ -||counter.htmlvalidator.com^ ||counter.hyipexplorer.com^ ||counter.maases.com^ -||counter.mgaserv.com^ ||counter.packa2.cz^ ||counter.pagesview.com^ -||counter.pax.com^ ||counter.powweb.com^ ||counter.rambler.ru^ ||counter.scribblelive.com^ -||counter.scribblelive.net^ ||counter.snackly.co^ ||counter.sparklit.com^ ||counter.tldw.me^ -||counter.top.ge^$third-party -||counter.webcom.com^ -||counter.webmasters.bpath.com^ +||counter.top.ge^ ||counter.yadro.ru^ ||counters.freewebs.com^ -||counters.gigya.com^ ||country.yepshare.com^ -||cr.loszona.com^$third-party ||creativecdn.com/pix/? ||creativecdn.com/tags? ||creator.zmags.com^ @@ -10296,14 +10085,10 @@ _mongo_stats/ ||ct.needlive.com^ ||ct.pinterest.com^ ||ct.thegear-box.com^$third-party -||cts-log.channelintelligence.com^$third-party -||cts-secure.channelintelligence.com^$third-party ||cts.businesswire.com^$third-party -||cts.channelintelligence.com^$third-party ||cts.vresp.com^ ||cumulus-cloud.com/trackers/ ||curalate.com^*/events.jsonp$third-party -||curate.nestedmedia.com^ ||curated.fieldtest.cc^ ||custom.search.yahoo.co.jp/images/window/*.gif ||customerlobby.com/ctrack- @@ -10322,30 +10107,22 @@ _mongo_stats/ ||d1cdnlzf6usiff.cloudfront.net^ ||d1cerpgff739r9.cloudfront.net^ ||d1clfvuu2240eh.cloudfront.net^ -||d1clufhfw8sswh.cloudfront.net^ ||d1cr9zxt7u0sgu.cloudfront.net^ ||d1f1eryiqyjs0r.cloudfront.net^*/track. ||d1gp8joe0evc8s.cloudfront.net^ ||d1hi41nc56pmug.cloudfront.net^ ||d1iazwv1n1tsyi.cloudfront.net^ -||d1ivexoxmp59q7.cloudfront.net^*/live.js -||d1ksyxj9xozc2j.cloudfront.net^ -||d1lm7kd3bd3yo9.cloudfront.net^ ||d1m6l9dfulcyw7.cloudfront.net^ -||d1nh2vjpqpfnin.cloudfront.net^ ||d1qpxk1wfeh8v1.cloudfront.net^ ||d1r27qvpjiaqj3.cloudfront.net^ ||d1r55yzuc1b1bw.cloudfront.net^ ||d1rgnfh960lz2b.cloudfront.net^ -||d1rnw04e6mc22h.cloudfront.net^ ||d1ros97qkrwjf5.cloudfront.net^ -||d1ssbq1bwjg5ux.cloudfront.net^ ||d1t9uctetvi0tu.cloudfront.net^ ||d1uanozc5el74n.cloudfront.net^ -||d1wscoizcbxzhp.cloudfront.net^ ||d1xfq2052q7thw.cloudfront.net^ -||d1yu5hbtu8mng9.cloudfront.net^ -||d1z2jf7jlzjs58.cloudfront.net^ +||d1z2jf7jlzjs58.cloudfront.net^$third-party +||d20kffh39acpue.cloudfront.net^ ||d21o24qxwf7uku.cloudfront.net^ ||d22v2nmahyeg2a.cloudfront.net^ ||d23p9gffjvre9v.cloudfront.net^ @@ -10356,41 +10133,28 @@ _mongo_stats/ ||d25ezbwokoefx6.cloudfront.net^ ||d27s92d8z1yatv.cloudfront.net/js/jquery.jw.analitycs.js ||d28g9g3vb08y70.cloudfront.net^ +||d2as12kgjg8gw5.cloudfront.net^ ||d2cpw6kwpff7n5.cloudfront.net^ -||d2d5uvkqie1lr5.cloudfront.net^*/analytics- -||d2d5uvkqie1lr5.cloudfront.net^*/analytics. -||d2gfdmu30u15x7.cloudfront.net^ -||d2gfi8ctn6kki7.cloudfront.net^ ||d2ibu2ug0mt5qp.cloudfront.net^ ||d2kdl5wcwrtj90.cloudfront.net^ -||d2kmrmwhq7wkvs.cloudfront.net^ -||d2kyy9hvbrzkgn.cloudfront.net^ ||d2nq0f8d9ofdwv.cloudfront.net/track.js ||d2nxi61n77zqpl.cloudfront.net^ ||d2o67tzzxkqap2.cloudfront.net^ ||d2oh4tlt9mrke9.cloudfront.net^ -||d2pxb4n3f9klsc.cloudfront.net^ ||d2ry9vue95px0b.cloudfront.net^ ||d2san7t27xb2pn.cloudfront.net^ -||d2so4705rl485y.cloudfront.net^ ||d2tcg4i9q4js4a.cloudfront.net^ ||d2tgfbvjf3q6hn.cloudfront.net^ ||d2xgf76oeu9pbh.cloudfront.net^ ||d303e3cdddb4ded4b6ff495a7b496ed5.s3.amazonaws.com^ -||d3135glefggiep.cloudfront.net^ ||d31bfnnwekbny6.cloudfront.net/customers/ -||d33im0067v833a.cloudfront.net^ ||d34ko97cxuv4p7.cloudfront.net^ +||d35u1vg1q28b3w.cloudfront.net^ ||d36lvucg9kzous.cloudfront.net^ -||d36wtdrdo22bqa.cloudfront.net^ -||d396ihyrqc81w.cloudfront.net^ +||d39yds8oe4n4jq.cloudfront.net^ ||d3a2okcloueqyx.cloudfront.net^ -||d3alqb8vzo7fun.cloudfront.net^ ||d3cxv97fi8q177.cloudfront.net^ -||d3ezl4ajpp2zy8.cloudfront.net^ -||d3h1v5cflrhzi4.cloudfront.net^ ||d3hb14vkzrxvla.cloudfront.net/health-check -||d3hr5gm0wlxm5h.cloudfront.net^ ||d3iouejux1os58.cloudfront.net^ ||d3kyk5bao1crtw.cloudfront.net^ ||d3l3lkinz3f56t.cloudfront.net^ @@ -10401,7 +10165,6 @@ _mongo_stats/ ||d3qxef4rp70elm.cloudfront.net/m.js ||d3qxwzhswv93jk.cloudfront.net^ ||d3r7h55ola878c.cloudfront.net^ -||d3rmnwi2tssrfx.cloudfront.net^ ||d3s7ggfq1s6jlj.cloudfront.net^ ||d3sbxpiag177w8.cloudfront.net^ ||d3tglifpd8whs6.cloudfront.net^ @@ -10409,14 +10172,11 @@ _mongo_stats/ ||d6jkenny8w8yo.cloudfront.net^ ||d81mfvml8p5ml.cloudfront.net^ ||d8rk54i4mohrb.cloudfront.net^ -||d9lq0o81skkdj.cloudfront.net^ ||dadi.technology^$third-party ||dagda.vilynx.com^ ||daq0d0aotgq0f.cloudfront.net^ ||data.alexa.com^ -||data.beyond.com^$third-party ||data.circulate.com^ -||data.fotorama.io/?$third-party ||data.gosquared.com^$third-party ||data.imakenews.com^$third-party ||data.marketgid.com^$third-party @@ -10427,7 +10187,6 @@ _mongo_stats/ ||data2.gosquared.com^$third-party ||datacollect*.abtasty.com^$third-party ||datadog-service.mvfglobal.com^ -||datam8.co.nz^$third-party ||daumcdn.net/tiara/ ||daxab.com/logger/ ||daylogs.com/counter/ @@ -10451,7 +10210,6 @@ _mongo_stats/ ||desipearl.com/tracker/ ||detect.ergebnis-dienst.de^ ||dfanalytics.dealerfire.com^ -||dfdbz2tdq3k01.cloudfront.net^ ||diagnose.igstatic.com^ ||digimedia.com/pageviews.php? ||digitalgov.gov/Universal-Federated-Analytics-Min.js @@ -10464,21 +10222,16 @@ _mongo_stats/ ||distillery.wistia.com^ ||djibeacon.djns.com^ ||djtflbt20bdde.cloudfront.net^ -||dkj2m377b0yzw.cloudfront.net^ ||dl1d2m8ri9v3j.cloudfront.net^ ||dlvkf5067xruv.cloudfront.net^ ||dmcdn.net/behavior/ ||dmdentertainment.com^*/video_debug.gif? -||dn-net.com/cc.js ||dn34cbtcv9mef.cloudfront.net^ -||dna8twue3dlxq.cloudfront.net^ ||dnn506yrbagrg.cloudfront.net^ ||domodomain.com^*/ddsense.aspx? ||doug1izaerwt3.cloudfront.net^ ||dreamhost.com/*.cgi?$image,third-party ||drift.com/track -||ds-aksb-a.akamaihd.net^ -||dt.sellpoint.net^ ||dt1pxsve3tgas.cloudfront.net^ ||dtym7iokkjlif.cloudfront.net/dough/ ||du4rq1xqh3i1k.cloudfront.net^ @@ -10494,7 +10247,6 @@ _mongo_stats/ ||dy2xcjk8s1dbz.cloudfront.net^ ||dymlo6ffhj97l.cloudfront.net^ ||dzmxze7hxwn6b.cloudfront.net^ -||dzxxxg6ij9u99.cloudfront.net^ ||e-activist.com^*/broadcast.record.message.open.do? ||e-merchant.com/^*/edr.js$third-party ||e.ebidtech.com/cv/ @@ -10511,32 +10263,21 @@ _mongo_stats/ ||edge.sqweb.com^ ||edgesuite.net^*/googleanalyt ||edrone.me/trace? -||edrta.mol.im^ -||edw.insideline.com^$third-party ||egmontpublishing.dk/tracking/ -||elb.amazonaws.com/?page=$image -||elb.amazonaws.com/g.aspx?surl= -||elb.amazonaws.com/partner.gif? -||elb.amazonaws.com/small.gif? ||els-cdn.com^*/analytics.js ||email-edg.paypal.com/o/$image ||email.mediafire.com/wf/open?$third-party ||emarketeer.com/tracker/ -||embed.docstoc.com/Flash.asmx/StoreReffer? ||embedly.com/widgets/xcomm.html$third-party ||emihosting.com^*/tracking/ ||endorsal.io/check/ -||enews.pcmag.com/db/$third-party ||ensighten.com/error/e.php? -||entry-stats.huffpost.com^ ||epl.paypal-communication.com^ ||epromote.co.za/track/ ||erne.co/tags? ||errors.snackly.co^ -||eservicesanalytics.com.au^ ||et.grabnetworks.com^ ||etahub.com^*/track?site_id -||etc.grab.com^$image,third-party ||etoro.com/tradesmonitor/ ||event-api.contactatonce.co.uk^ ||event-api.contactatonce.com.au^ @@ -10544,13 +10285,9 @@ _mongo_stats/ ||event-listener.air.tv^ ||event.api.drift.com^ ||event.getblue.io^ -||event.loyalty.bigdoor.com^$third-party -||event.previewnetworks.com^ -||event.trove.com^ ||eventapi.libring.com^ ||eventful.com/apps/generic/$image,third-party ||eventgateway.soundcloud.com^ -||eventlog.inspsearch.com^ ||eventlog.inspsearchapi.com^ ||events.air.tv^ ||events.antenna.is^ @@ -10560,7 +10297,6 @@ _mongo_stats/ ||events.izooto.com^ ||events.jotform.com^ ||events.launchdarkly.com^$third-party -||events.marquee-cdn.net^ ||events.medio.com^ ||events.ocdn.eu^ ||events.realgravity.com^ @@ -10596,25 +10332,23 @@ _mongo_stats/ ||facebook.com^*/tracking.js$third-party ||fairfax.com.au/js/track/ ||fast.appcues.com^ -||fastcounter.bcentral.com^ -||fastcounter.onlinehoster.net^ -||fbpixel.network.exchange^ ||feed.informer.com/fdstats ||feedblitz.com/imp?$third-party ||feedblitz.com^*.gif?$third-party ||feedcat.net/button/ +||feedify.net/thirdparty/json/track/ ||filament-stats.herokuapp.com^ ||files-hawk.co.uk/hl/hawklinks.js ||filesonic.com/referral/$third-party +||firecrux.com/track/$xmlhttprequest ||fitanalytics.com/metrics/ -||flashi.tv/histats.php? ||flashstats.libsyn.com^ ||flex.msn.com/mstag/ ||flix360.com/beat? +||flixcar.com/delivery/ ||flixcdn.com^*/track.js ||flixster.com^*/analytics. ||flocktory.com^*/tracks/ -||fluidsurveys-com.fs.cm^$third-party ||flux.com/geo.html? ||fog.pixual.co^ ||followistic.com/widget/stat/ @@ -10627,7 +10361,6 @@ _mongo_stats/ ||freedom.com^*/analytic/ ||freedom.com^*/analytics/ ||freehostedscripts.net^*.php?site=*&s=*&h=$third-party -||friends.totallynsfw.com^ ||ftimg.net/js/log.js? ||fullstory.com/s/fs.js$third-party ||future-fie-assets.co.uk^ @@ -10653,14 +10386,11 @@ _mongo_stats/ ||geo.gorillanation.com^ ||geo.kaloo.ga^$third-party ||geo.kontagent.net^ -||geo.ltassrv.com^ ||geo.mezr.com^ ||geo.q5media.net^ ||geo.query.yahoo.com^$~xmlhttprequest,domain=~mail.yahoo.com ||geobar.ziffdavisinternational.com^ ||geoip.nekudo.com^ -||geoip.taskforce.is^ -||geolocation.performgroup.com^ ||geoservice.curse.com^ ||getglue.com^*/count? ||getkudos.me/a?$image @@ -10676,12 +10406,10 @@ _mongo_stats/ ||glbdns.microsoft.com^ ||gleam.io/seen? ||glogger.inspcloud.com^ -||go-stats.dlinkddns.com^$third-party ||go.com/capmon/GetDE/? ||go.optifuze.com^ ||go.toutapp.com^$third-party ||goadv.com^*/track.js -||goals.ar.gy/bug.gif? ||goaww.com/stats.php ||godaddy.com/js/gdwebbeacon.js ||google.com/analytics/$third-party @@ -10709,6 +10437,8 @@ _mongo_stats/ ||gsp1.baidu.com^ ||gstatic.com/gadf/ga_dyn.js ||gstatic.com/gen_204? +||gstatic.com/wcm/impl- +||gstatic.com/wcm/loader.js ||gtrk.s3.amazonaws.com^ ||gu-pix.appspot.com^$third-party ||gubagoo.com/modules/tracking/ @@ -10723,6 +10453,7 @@ _mongo_stats/ ||hearstmags.com^*/hdm-lib_hearstuser_proxy.html$third-party ||hearstnp.com/treg.js ||heg-cp.com/upm/$third-party +||hello.myfonts.net/count/ ||hello.staticstuff.net^ ||hellobar.com/ping? ||heraldandtimeslabs.com/sugar.js @@ -10741,12 +10472,14 @@ _mongo_stats/ ||hostingtoolbox.com/bin/Count.cgi? ||hpr.outbrain.com^ ||hqq.tv/js/counters.js +||hsforms.com^*/counters.gif ||hsforms.com^*/timings.gif$image ||hubspot.com/analytics/ ||hubspot.com/cs/loader-v2.js ||hubspot.com/tracking/ ||hypercomments.com/widget/*/analytics.html -||i-stats.ieurop.net^ +||i-amlg-prod.appspot.com/display? +||i.compendium.com^ ||i.s-microsoft.com/wedcs/ms.js ||i.viafoura.co^ ||ib.adnxs.com^ @@ -10754,7 +10487,6 @@ _mongo_stats/ ||icbdr.com/images/pixel.gif ||icu.getstorybox.com^ ||id.verticalhealth.net/script.js?partnerid= -||ihstats.cloudapp.net^$third-party ||imagedoll.com^$subdocument,third-party ||imagepix.okoshechka.net^*/?sid= ||images-amazon.com/images/*/ga.js$third-party @@ -10771,9 +10503,7 @@ _mongo_stats/ ||imp.affiliator.com^$third-party ||imp.clickability.com^$third-party ||imp.constantcontact.com^$third-party -||imp.pix.com^ ||impdesk.com/smartpix/ -||impi.tv/trackvideo.aspx? ||impress.vcita.com^ ||imprvdosrv.com^$image,third-party ||inboxtag.com/tag.swf @@ -10788,24 +10518,23 @@ _mongo_stats/ ||inq.com/tagserver/tracking/ ||inq.com^*/onEvent?_ ||insight.mintel.com^$third-party -||insight.rapid7.com^ -||insights.gravity.com^ +||insight.rapid7.com^$third-party ||insights.plista.com^$third-party +||insights.sitesearch360.com^ ||insitez.blob.core.windows.net^ ||insnw.net/assets/dsc/dsc.fingerprint- ||insnw.net/instart/js/instart.js ||instagram.com/logging/ ||instagram.com/logging_client_events ||installiq.com/Pixels/ -||intelligence.dgmsearchlab.com^ ||intelligencefocus.com^*/sensor.js ||intelligencefocus.com^*/websensor.aspx? ||intensedebate.com/remotevisit.php? ||intensedebate.com/widgets/blogstats/ ||intercomcdn.com/intercom*.js$domain=unblocked.la -||interestsearch.net/videoTracker.js? ||internetfuel.com/tracking/ ||intuitwebsites.com/tracking/ +||invite.leanlab.co^ ||invitejs.trustpilot.com^ ||io.narrative.io/?$third-party ||ioam.de/? @@ -10816,14 +10545,13 @@ _mongo_stats/ ||ipstatp.com/static_magic/$third-party ||irqs.ioam.de^ ||isacglobal.com/sa.js +||isitelab.io/ite_sitecomV1ANA.min.js ||itracking.fccinteractive.com^ ||iyisayfa.net/inc.php? ||jailbaitchan.com/tp/ ||jangomail.com^*?UID$third-party ||javascriptcounter.appspot.com^ -||jobs.hrkspjbs.com^ ||jobvite.com/analytics.js -||join-safe.com/tracking/ ||jotform.io/getReferrer/$third-party ||js-agent.newrelic.com^ ||jsrdn.com/i/1.gif? @@ -10848,7 +10576,6 @@ _mongo_stats/ ||kxcdn.com/prj/ ||kxcdn.com/track.js ||l-host.net/etn/omnilog? -||l.coincident.tv^ ||l.fairblocker.com^$third-party ||l.ooyala.com^ ||l.player.ooyala.com^ @@ -10856,7 +10583,6 @@ _mongo_stats/ ||l2.io/ip.js?var=$third-party ||laurel.macrovision.com^ ||laurel.rovicorp.com^ -||lct.salesforce.com^$third-party ||leadpages.net^*/tracking.js ||leadtracking.plumvoice.com^ ||leadvision.dotmailer.co.uk^$third-party @@ -10876,11 +10602,8 @@ _mongo_stats/ ||lijit.com/ip.php? ||lijit.com/res/images/wijitTrack.gif ||lingows.appspot.com/page_data/? -||link.americastestkitchencorp.com^ -||link.huffingtonpost.com^$third-party ||link.indiegogo.com/img/ ||link.informer.com^ -||link.tym.cool^ ||linkbucks.com/visitScript/ ||linkdeli.com/widget.js ||linkedin.com/countserv/count/$third-party @@ -10905,14 +10628,11 @@ _mongo_stats/ ||location3.com/analytics/ ||log-*.previewnetworks.com^ ||log.aimtell.com^ -||log.aliyuncs.com^ ||log.artipbox.net^$third-party -||log.ideamelt.com^ ||log.invodo.com^ ||log.kcisa.kr^ ||log.kibboko.com^ ||log.kukuplay.com^$third-party -||log.liverail.com^ ||log.mediacategory.com^ ||log.olark.com^ ||log.outbrain.com^ @@ -10920,27 +10640,23 @@ _mongo_stats/ ||log.pinterest.com^ ||log.seekda.com^ ||log000.goo.ne.jp^$third-party -||log1.survey.io^ -||logger.logidea.info^ ||logger.snackly.co^ -||logger.sociablelabs.com^ ||logging.carambo.la^ ||logging.prefixbox.com^ ||loggingapi.spingo.com^ ||loglady.skypicker.com^ ||logs-api.shoprunner.com^ +||logs.datadoghq.com^$third-party ||logs.spilgames.com^ ||logs.thebloggernetwork.com^ ||logs.vmixcore.com^ -||logssl.enquisite.com^ ||longtailvideo.com^*/yourlytics- -||longurl.it/_t.gif?$third-party ||loomia.com^*/setcookie.html ||loxodo-analytics.ext.nile.works^ -||lp.vadio.com^ ||lsimg.net^*/vs.js ||lt.tritondigital.com^ ||ltassrv.com/track/ +||lucid.mjhassoc.com^ ||luminate.com/track/ ||lunametrics.wpengine.netdna-cdn.com^ ||lycos.com/hb.js @@ -10956,6 +10672,7 @@ _mongo_stats/ ||mail.ru/k? ||mailmax.co.nz/login/open.php$third-party ||makantime.tv/analytics.js +||make.cohesionapps.com^ ||mandrillapp.com/track/ ||mangomolo.com/tracking/ ||mansion.com/mts.tracker.js @@ -10966,7 +10683,6 @@ _mongo_stats/ ||marketing.net.jumia.com.ng^ ||marketingautomation.services/koi$third-party ||marketingautomation.services/net?$third-party -||marketinghub.hp.com^ ||marketo.com/gw1/ ||marketo.com/rtp-api/ ||mas.nth.ch^ @@ -10980,8 +10696,8 @@ _mongo_stats/ ||mbsvr.net/js/tracker/ ||mc.webvisor.com^ ||mc.webvisor.org^ -||mc.webvisor.ru^ ||mc.yandex.ru^ +||mcdp-*.outbrain.com^ ||mcs.delvenetworks.com^ ||mcssl.com^*/track.ashx? ||mdctrail.com/b.ashx$third-party @@ -10990,23 +10706,20 @@ _mongo_stats/ ||mediabong.net/t/ ||mediaite.com^*/track/ ||mediametrics.mpsa.com^ -||mediapartner.bigpoint.net^$third-party ||mediaplex.com^*?mpt= ||meebo.com/cim/sandbox.php? ||merchenta.com/track/ ||metabroadcast.com^*/log? ||metaffiliation.com^*^mclic= ||metering.pagesuite.com^$third-party +||metric.ipv6test.net^ ||metric.nwsource.com^ -||metrics-api.dimensions.ai^ ||metrics-api.librato.com^ ||metrics.api.drift.com^ ||metrics.brightcove.com^ -||metrics.chmedia.com^ ||metrics.ctvdigital.net^ ||metrics.el-mundo.net^ ||metrics.feedroom.com^ -||metrics.loomia.com^ ||metrics.readme.io^ ||metrics.scribblelive.com^ ||metrics.seenon.com^ @@ -11016,25 +10729,23 @@ _mongo_stats/ ||metrics.wikinvest.com^ ||metrixlablw.customers.luna.net^ ||metro-trending-*.amazonaws.com^$third-party -||mint.good.is^ -||mitel.marketbright.com^ ||mixpanel.com/track? ||mkcms.com/stats.js ||ml.com/enterprisetagging/ ||mlweb.dmlab.hu^ ||mmi.bemobile.ua^ -||mmpstats.mirror-image.com^ ||mochiads.com/clk/ ||modules.ooyala.com^*/analytics- ||mormont.gamer-network.net^ ||movementventures.com/_uid.gif ||mozilla.org/page/*/open.gif$third-party -||mp.pianomedia.eu^ ||mqs.ioam.de^ ||msecnd.net/jscripts/HA-$script ||msecnd.net/next/$script +||msecnd.net/script/raptor- ||msecnd.net/scripts/a/ai. ||msecnd.net/scripts/b/ai. +||msecnd.net/scripts/jsll- ||mshcdn.com/assets/metrics- ||mtrcs.samba.tv^ ||mts.mansion.com^$third-party @@ -11071,7 +10782,6 @@ _mongo_stats/ ||news.banggood.com/mo/$image,third-party ||news.co.uk^*/propensities? ||newsanalytics.com.au^$third-party -||newsletters.infoworld.com/db/$image,third-party ||newsletters.nationalgeographic.com^$image,third-party ||newton.pm/events/track_bulk ||ngpvan.com/v1/Track/ @@ -11079,7 +10789,6 @@ _mongo_stats/ ||ninja.onap.io^ ||nitropay.com/nads/$third-party ||nol.yahoo.com^ -||nonxt1.c.youtube.com^$third-party ||nova.dice.net^ ||ns-cdn.com^*/ns_vmtag.js ||ns.rvmkitt.com^ @@ -11093,10 +10802,7 @@ _mongo_stats/ ||octopart-analytics.com^$third-party ||oda.markitondemand.com^ ||odnaknopka.ru/stat.js -||offermatica.intuit.com^ -||offers.keynote.com^$third-party ||ohnorobot.com/verify.pl? -||om.1and1.co.uk^ ||om.rogersmedia.com^ ||onescreen.net/os/static/pixels/ ||onespot-tracking.herokuapp.com^ @@ -11109,15 +10815,15 @@ _mongo_stats/ ||ooyala.com/verify? ||ooyala.com^*/report?log ||open.delivery.net^ -||optimera.elasticbeanstalk.com^ +||opps.taboola.com^ ||optimizely.appspot.com^$third-party ||ora.tv/j/ora_evttracking.js ||orb.ee/collect ||orts.wixawin.com^$third-party +||outbrain.com/nanoWidget/externals/cookie/ ||outbrain.com^*/widgetStatistics.js ||p.adbrn.com^ ||p.delivery.net^$third-party -||p.dsero.net^ ||p.po.st/p?pub= ||p.po.st/p?t=view&$third-party ||p.po.st^*&pub= @@ -11127,13 +10833,13 @@ _mongo_stats/ ||p0.com/1x1 ||paddle.com^*/analytics.js ||pages-stats.rbl.ms^ +||pagesense-collect.zoho.com^ +||pagesocket.glam.com^ ||pageturnpro.com/tracker.aspx? -||pageview.goroost.com^ ||pair.com/itero/tracker_ftc/ ||parsely.com/keys/$script,third-party ||partner.cynapse.com^ ||partners.etoro.com^$script -||partners.thefilter.com^ ||partypoker.com^*/tracking- ||passport.pfn.bz^ ||payments-amazon.com^*/analytics.js @@ -11143,7 +10849,7 @@ _mongo_stats/ ||pcmag.com/tview/$image ||pcrl.co/js/jstracker.min.js ||pebed.dm.gg^ -||peermapcontent.affino.com^ +||pega.com/logserver ||pendo.io/data/ptm.gif ||penton.com/analytics/ ||perf.dugout.com^ @@ -11151,57 +10857,41 @@ _mongo_stats/ ||performgroup.com/metrics/ ||perr.h-cdn.com^$third-party ||petitionermaster.appspot.com^ -||pf.aclst.com^$third-party -||pg.buzzfeed.com^ ||phantom.nudgespot.com^$third-party ||phncdn.com/js/ssig_helper.js ||phoenix.untd.com^ ||photobox.com/event ||photobox.com/logs ||phrasetech.com/api/collect -||piano-media.com/auth/index.php? -||piano-media.com/bucket/novosense.swf$third-party -||piano-media.com/ping -||piano-media.com/uid/$third-party ||piano.io/tracker/ -||pianomedia.biz/uid/$script ||ping-dot-acp-magento.appspot.com^ -||ping.aclst.com^ ||ping.dozuki.com^ ||ping.hellobar.com^ -||ping.rasset.ie^ ||ping.smyte.com^ ||pings.conviva.com^ -||pings.reembed.com^ ||pings.vidpulse.com^ ||pipe-collect.ebu.io^ ||pipedream.wistia.com^ ||pix.impdesk.com^ ||pix.speedbit.com^$third-party ||pixel-a.basis.net^ -||pixel-xpanama.netdna-ssl.com^ ||pixel.blivenyc.com^ ||pixel.cdnwidget.com^ -||pixel.colorupmedia.com^ ||pixel.condenastdigital.com^ ||pixel.fanbridge.com^ ||pixel.glimr.io^ ||pixel.indieclicktv.com/annonymous/ ||pixel.newscred.com^ -||pixel.newsdata.com.au^ ||pixel.roymorgan.com^ ||pixel.s3xified.com^ ||pixel.solvemedia.com^ ||pixel.sprinklr.com^ ||pixel.tree.com^ -||pixel.usrsync.com^ -||pixel.vmm-satellite2.com^ ||pixel.widgetly.com^ ||pixel.wp.com^ ||pixel.xmladfeed.com^$third-party ||pixel.yabidos.com^ ||pixel.yola.com^ -||pixels.youknowbest.com^$third-party ||pixhosting.com/ct/jct.php? ||pixlee.com/assets/pixlee_events.js ||planet49.com/log/ @@ -11214,7 +10904,6 @@ _mongo_stats/ ||plugins.longtailvideo.com/googlytics ||plugins.longtailvideo.com/yourlytics ||pmetrics.performancing.com^ -||pong.production.gannettdigital.com^ ||pornhost.com/count_hit_player.php ||postageapp.com/receipt/$third-party ||postpixel.vindicosuite.com^ @@ -11229,11 +10918,9 @@ _mongo_stats/ ||print2webcorp.com/mkt3/_js/p2w_tracker.js ||prism.app-us1.com^$script,third-party ||privacytool.org/AnonymityChecker/js/fontdetect.js$third-party -||production-eqbc.lvp.llnw.net^ ||production-mcs.lvp.llnw.net^ ||production.mcs.delve.cust.lldns.net^ ||project-syndicate.org/fwat.js -||projecthaile.com/js/trb-1.js ||projop.dnsalias.com^$third-party ||propelplus.com/track/$third-party ||providence.voxmedia.com^$third-party @@ -11248,22 +10935,19 @@ _mongo_stats/ ||pubexchange.com/modules/partner/$script,third-party ||publicbroadcasting.net/analytics/ ||publish.pizzazzemail.com^$third-party +||pulsar.ebay.com^$third-party ||purevideo.com^*/pvshim.gif? ||pushly.com/pushly-event-tracker ||pussy.org^*.cgi?pid= ||pussy.org^*/track.php ||px-cdn.net/api/v2/collector| ||px-cdn.net/b/s -||px.247inc.net^ ||px.excitedigitalmedia.com^ ||px.marchex.io^ ||px.owneriq.net^ -||px.reactrmod.com^ ||px.spiceworks.com^ ||px.topspin.net^ -||pxlgnpgecom-a.akamaihd.net^ ||qcloud.com/report.go? -||qos.video.yimg.com^ ||qq.com/code.cgi? ||qq.com/collect? ||qq.com/dataimport/ @@ -11297,27 +10981,24 @@ _mongo_stats/ ||realplayer.com^*/pixel? ||realtidbits.com^*/analytics.js ||rebel.ai/track? +||recart.com/tracking/ ||recs.atgsvcs.com^$third-party ||redditstatic.com/ads/pixel.js ||redir.widdit.com^$third-party ||redplum.com^*&pixid=$third-party +||reelevant.dev/tracker ||reevoo.com/assets/ga.$script ||reevoo.com/track/ ||reevoo.com/track_url/ ||reevoo.com^*/track/ ||referrer.disqus.com^ -||registerdisney.go.com^*/responder.js +||reflow.tv/pixels/ ||relap.io^*/head.js? ||relaymedia.com/ping?$third-party ||replyat.com/gadgetpagecounter*.asp? -||report.downloastar.com^ ||reporting.handll.net^ -||reporting.reactlite.com^$third-party ||reporting.singlefeed.com^ -||reportinglogger.my.rightster.com^ -||reports.maxperview.com^ ||reports.pagesuite-professional.co.uk^ -||reports.tstlabs.co.uk^ ||res.rbl.ms^ ||researchintel.com^$third-party ||response.pure360.com^ @@ -11327,16 +11008,17 @@ _mongo_stats/ ||rich-agent.s3.amazonaws.com^ ||richrelevance.com/rrserver/tracking? ||rlinks.one.in^ -||rndntpmgnj-a.akamaihd.net/NA2L50A6M.js ||rodale.com/ga/ ||rodalenl.com/imp?$third-party -||roitrack.addlvr.com^ ||rokt.com/pixel/ ||royalecms.com/statistics.php? ||rs.sinajs.cn^ ||rss.tmgrup.com.tr^ ||rtt.campanja.com^ ||ru4.com/click? +||rum.conde.io^ +||rum.nccgroup-webperf.com^ +||rum.uptime.com^$third-party ||rva.outbrain.com^ ||s-microsoft.com/mscc/ ||s-vop.sundaysky.com^$third-party @@ -11346,22 +11028,19 @@ _mongo_stats/ ||s24cloud.net/metrics/ ||s3-tracking.synthasite.net.s3.amazonaws.com^ ||s5labs.io/common/i?impressionId$image -||saaspire.net/pxl/$third-party ||sadv.dadapro.com^$third-party ||salesforce.com/sfga.js -||sana.newsinc.com^ ||sawpf.com/1.0.js$third-party ||saymedia.com/latest/tetrapak.js ||scdn.co/static/js/baba.js$script,domain=spotify.com ||schibsted.com/autoTracker +||sciencex.com/api/location/ ||scout.haymarketmedia.com^$third-party ||scribol.com/traffix/widget_tracker/ ||scripts.psyma.com^ ||sdrive.skoda-auto.com^ -||search.mediatarget.net^$third-party ||searchcompletion.com/BannerHandler.ashx ||searchmaestros.com/trackpoint/ -||searchstats.usa.gov^ ||secure.ed4.net/GSI/$third-party ||secure.ifbyphone.com^$third-party ||secureprovide1.com/*=tracking$image @@ -11381,16 +11060,15 @@ _mongo_stats/ ||sharethis.com/increment_clicks? ||sharethis.com/pageviews? ||shopify.com/*/page?*&eventType= +||shopify.com/s/javascripts/tricorder/$script ||shoplocal.com/it.ashx? ||shopnetic.com^$third-party ||shoprunner.com^*/record? ||sig.atdmt.com^ -||sig.gamerdna.com^$third-party ||sightmaxondemand.com/wreal/sightmaxagentinterface/monitor.smjs -||signup.advance.net^*affiliate ||sinajs.cn/open/analytics/ ||sitebooster.com/sb/wix/p?$third-party -||sitereports.officelive.com^ +||sitefinity.com/collect/ ||skimresources.com/api/ref-banners.js ||skysa.com/tracker/ ||sli-spark.com/b.png$third-party @@ -11410,12 +11088,11 @@ _mongo_stats/ ||soundcloud.com^*/plays?referer= ||sourceforge.net/tracker/$~xmlhttprequest ||southafricahome.com/statsmodulev2/ -||spacedust.netmediaeurope.com^ ||spaceprogram.com/webstats/ ||sparklit.com/counter/ +||speedtest.dailymotion.com/latencies.js ||speedtestbeta.com/*.gif?cb$third-party ||speedtrap.shopdirect.com^ -||spoods.rce.veeseo.com^ ||spot.im/api/tracker/ ||spot.im^*/pixel? ||spread.ly^*/statistics.php @@ -11423,24 +11100,19 @@ _mongo_stats/ ||srvmath.com^*/analytics.js ||ssl-images-amazon.com/images/*/common/1x1._*.gif$domain=~amazon.com ||st.cdnco.us^ +||st.linkfire.com^ ||stas.outbrain.com^ ||stat.boredomtherapy.com^ -||stat.easydate.biz^ -||stat.ed.cupidplc.com^ -||stat.itp-nyc.com^ +||stat.glaze.ai^ ||stat.mixi.media^ -||stat.php-d.com^ +||stat.moevideo.net^ ||stat.pladform.ru^ ||stat.segitek.hu^ -||stat.to.cupidplc.com^$third-party ||stat.web-regie.com^ ||statdb.pressflex.com^ ||static.parsely.com^$third-party -||statistics.infowap.info^ -||statistics.m0lxcdn.kukuplay.com^$third-party ||statistics.tattermedia.com^ ||statistics.wibiya.com^ -||statking.net^*/count.js ||statm.the-adult-company.com^ ||stats-messages.gifs.com^ ||stats-newyork1.bloxcms.com^ @@ -11448,93 +11120,71 @@ _mongo_stats/ ||stats.bitgravity.com^ ||stats.bluebillywig.com^ ||stats.cdn.pfn.bz^ -||stats.cdn.playfair.co.za^ ||stats.clickability.com^ -||stats.clipprtv.com^$third-party ||stats.cloudwp.io^ ||stats.cmcigroup.com^ -||stats.cnevids.com^ -||stats.complex.com^ ||stats.datahjaelp.net^ ||stats.dice.com^ -||stats.directnic.com^ ||stats.edicy.com^ -||stats.free-rein.net^ ||stats.g.doubleclick.net^ ||stats.geegain.com^ ||stats.gifs.com^ ||stats.heyoya.com^ ||stats.highwire.com^ -||stats.indexstats.com^ ||stats.inergizedigitalmedia.com^ ||stats.itweb.co.za^ ||stats.kaltura.com^ -||stats.lightningcast.net^ -||stats.load.com^ ||stats.lotlinx.com^ -||stats.magnify.net^ -||stats.manticoretechnology.com^ ||stats.mituyu.com^ ||stats.nebula.fi^ ||stats.netbopdev.co.uk^ ||stats.olark.com^ -||stats.ombx.io^ ||stats.ozwebsites.biz^ ||stats.polldaddy.com^ -||stats.qmerce.com^ -||stats.ref2000.com^ ||stats.sa-as.com^ ||stats.sawlive.tv^ ||stats.screenresolution.org/get.php$image,third-party ||stats.shopify.com^ ||stats.smartclip.net^ -||stats.snacktools.net^ -||stats.snappytv.com^ -||stats.solidopinion.com^ -||stats.staging.suite101.com^ -||stats.surfaid.ihost.com^ -||stats.svpply.com^ ||stats.topofblogs.com^ ||stats.twistage.com^ ||stats.viddler.com^ -||stats.vodpod.com^ ||stats.webs.com^ ||stats.webstarts.com^$third-party -||stats.whicdn.com^$third-party ||stats.wp.com^ ||stats.wpmucdn.com^ -||stats.yme.com^ -||stats.yourminis.com^ ||stats.zotabox.com^ ||stats1.tune.pk^ -||stats2.lightningcast.net^ ||stats2.tune.pk^ ||stats3.unrulymedia.com^ ||statsadv.dadapro.com^$third-party ||statsapi.screen9.com^ ||statsd.zmags.com^ ||statsdev.treesd.com^ -||statsrv.451.com^ ||statt-collect.herokuapp.com^ ||stg-data-collector.playbuzz.com^ ||stileproject.com/vhtk/ ||storage.data-vp.com/vp/t.js ||streamads.com/view? ||stripe.com/?event= +||sts.eccmp.com^ ||su.addthis.com^ ||su.pr/hosted_js$third-party ||sugarops.com/w?action=impression$third-party ||sulia.com/papi/sulia_partner.js/$third-party ||sundaysky.com/sst.gif? ||sundaysky.com/vop/$third-party +||sunset.com/tia/ ||survey.interquest.com^ ||survey.io/log? ||surveywall-api.survata.com^$third-party +||svc.dynamics.com^ ||swiftypecdn.com/cc.js$third-party ||swiftypecdn.com/te.js$third-party ||synapsys.us^*.gif? ||synapsys.us^*/tracker.js ||sync.adap.tv^ +||sync.outbrain.com^$third-party ||synergizeonline.net/trackpoint/ ||systemmonitoring.badgeville.com^ ||t-staging.powerreviews.com^ @@ -11543,31 +11193,29 @@ _mongo_stats/ ||t.bimvid.com^ ||t.brand-server.com^ ||t.c4tw.net^ +||t.castle.io^ ||t.cfjump.com^ -||t.devnet.com^$third-party +||t.clic2buy.com^ ||t.dgm-au.com^$third-party ||t.flux.com^ +||t.kelkoogroup.net^ ||t.mail.sony-europe.com/r/? ||t.menepe.com^ ||t.powerreviews.com^$third-party ||t.pswec.com^ -||t.purch.com^ +||t.raptorsmartadvisor.com^ ||t.sgc.io^ ||t.sharethis.com^ ||t.smile.eu^ -||t.theoutplay.com^ -||t.ymlp275.net^$third-party ||t2.t2b.click^ ||taboola.com/tb? ||taboola.com^*/log/ ||taboola.com^*/notify-impression?$third-party ||taboolasyndication.com/log/ ||taboolasyndication.com^*/log/ -||tag-abe.cartrawler.com^ ||tag.aticdn.net^ ||tag.aumago.com^ ||tag.brandcdn.com^ -||tag.email-attitude.com^ ||tag.myplay.com^ ||tag.rightmessage.com^ ||tag.rmp.rakuten.com^ @@ -11577,11 +11225,9 @@ _mongo_stats/ ||tags.cdn.circlesix.co^ ||tags.master-perf-tools.com^ ||tags.newscgp.com^ -||target.fark.com^ ||target.mixi.media^ ||targeting.*.arcpublishing.com^ ||targeting.perso.aws.arc.pub^ -||targeting.wpdigital.net^ ||tc.airfrance.com^ ||tcheck.outbrainimg.com^ ||te.supportfreecontent.com^ @@ -11599,7 +11245,6 @@ _mongo_stats/ ||thepornstarlist.com/lo/lo/track.php? ||thespringbox.com/analytics/ ||thetradedesk-tags.s3.amazonaws.com^ -||thinairsoftware.net/OWYPTracker.aspx? ||thismoment.com/tracking/ ||threadloom.com/ga/$script,third-party ||thron.com/shared/plugins/tracking/ @@ -11607,6 +11252,7 @@ _mongo_stats/ ||timeinc.net^*/peopleas2artracker_v1.swf ||tinypass.com^*/track? ||tinyurl.com/pixel.gif/ +||tk.storetail.io^ ||tl.tradetracker.net^ ||tm-awx.com/felix.min.js ||tm.tradetracker.net^ @@ -11623,15 +11269,14 @@ _mongo_stats/ ||tourradar.com/def/partner?$third-party ||tout.com/tracker.js ||tower.moviepilot.com^ -||tr-metrics.loomia.com^ -||tr.advance.net^ +||tpx.tesseradigital.com^ ||tr.cloud-media.fr^ ||tr.connatix.com^ ||tr.interlake.net^ ||tr.webantenna.info^ ||tr1.mailperformance.com^ -||tra.pmdstatic.net^ -||tra.scds.pmdstatic.net^ +||tra.scds.pmdstatic.net/pmc-starter/$script +||tra.scds.pmdstatic.net/sourcepoint/ ||traccoon.intellectsoft.net^ ||trace.qq.com^$third-party ||track.99acres.com^ @@ -11639,36 +11284,22 @@ _mongo_stats/ ||track.atgstores.com^$third-party ||track.atom-data.io^ ||track.bannedcelebs.com^ -||track.cafemomstatic.com^ -||track.captivate.ai^ ||track.contently.com^ ||track.cordial.io^ ||track.did-it.com^ ||track.digitalriver.com^ -||track.dzloans.com^ -||track.g-bot.net^ -||track.gridlockparadise.com^ ||track.juno.com^ -||track.kandle.org^ ||track.leadin.com^ ||track.mailerlite.com^ -||track.mobicast.io^ -||track.mybloglog.com^ ||track.mycliplister.com^ ||track.omg2.com^ -||track.parse.ly^ -||track.prezna.com^ +||track.pnicnik.live^ ||track.pricespider.com^ -||track.propelplus.com^ ||track.qcri.org^ ||track.qoof.com^ -||track.redirecting2.net^ -||track.ringcentral.com^ -||track.sauce.ly^ ||track.searchignite.com^ ||track.securedvisit.com^ ||track.shop2market.com^ -||track.sigfig.com^ ||track.sitetag.us^ ||track.social.com^ ||track.spots.im^ @@ -11684,42 +11315,30 @@ _mongo_stats/ ||track.written.com^ ||track.yfret.com^ ||track.yieldsoftware.com^ +||tracker.affiliate.iqoption.com^ ||tracker.affirm.com^ ||tracker.beezup.com^ ||tracker.data-vp.com^ ||tracker.downdetector.com^ -||tracker.everestnutrition.com^ ||tracker.financialcontent.com^ ||tracker.icerocket.com^ ||tracker.iqnomy.com^ -||tracker.issuu.com^ ||tracker.keywordintent.com^ ||tracker.marinsoftware.com^ -||tracker.mgnetwork.com^ -||tracker.mtrax.net^ -||tracker.myseofriend.net^$third-party ||tracker.neon-images.com^ -||tracker.neon-lab.com^ ||tracker.roitesting.com^ -||tracker.seoboost.net^$third-party ||tracker.softcube.com^ -||tracker.streamroot.io^ ||tracker.timesgroup.com^ ||tracker.twenga. -||tracker.u-link.me^$third-party -||tracker.vreveal.com^ -||tracker2.apollo-mail.net^ +||tracker.unbxdapi.com^ +||tracker.wpserveur.net^ ||trackerapi.truste.com^ ||trackicollect.ibase.fr^$third-party ||tracking.*.miui.com^ ||tracking.adalyser.com^ ||tracking.aegpresents.com^ -||tracking.allposters.com^ ||tracking.badgeville.com^$third-party -||tracking.bidmizer.com^$third-party ||tracking.brandmentions.com^ -||tracking.cmcigroup.com^ -||tracking.cmjump.com.au^ ||tracking.customerly.io^ ||tracking.dealerwebwatcher.com^ ||tracking.drsfostersmith.com^$third-party @@ -11732,7 +11351,6 @@ _mongo_stats/ ||tracking.fits.me^$third-party ||tracking.g2crowd.com^ ||tracking.godatafeed.com^ -||tracking.i-click.com.hk^ ||tracking.interweave.com^$third-party ||tracking.jotform.com^ ||tracking.keywee.co^ @@ -11742,10 +11360,10 @@ _mongo_stats/ ||tracking.listhub.net^ ||tracking.livingsocial.com^ ||tracking.maxcdn.com^$third-party +||tracking.menamarketplace.com^ ||tracking.monsido.com^ ||tracking.musixmatch.com^ ||tracking.pacharge.com^ -||tracking.performgroup.com^ ||tracking.plattformad.com^$third-party ||tracking.plinga.de^ ||tracking.practicefusion.com^$third-party @@ -11760,22 +11378,17 @@ _mongo_stats/ ||tracking.sponsorpay.com^$third-party ||tracking.synthasite.net^ ||tracking.target2sell.com^ -||tracking.theeword.co.uk^ ||tracking.thehut.net^ -||tracking.tradeking.com^ ||tracking.waterfrontmedia.com^ ||tracking.worldmedia.net^$third-party ||tracking1.brandmentions.com^ ||tracking2.channeladvisor.com^ -||tracking2.interweave.com^$third-party ||trackingapi.cloudapp.net^ -||trackingdev.nixxie.com^ ||trackjs.com/agent/$script,third-party ||trackjs.com/usage.gif? +||trackjs.com^*/tracker.js ||trackla.stackla.com^ -||tracksys.developlabs.net^ ||traffic.acwebconnecting.com^ -||traffic.belaydevelopment.com^$third-party ||traffic.prod.cobaltgroup.com^ ||traffic.shareaholic.com^ ||trafficfuelpixel.s3-us-west-2.amazonaws.com^ @@ -11783,14 +11396,12 @@ _mongo_stats/ ||traq.li/tracker/ ||travel-assets.com/datacapture/ ||travpan.com/out/$third-party -||trax.dirxion.com^ ||trc.pushnami.com^ ||tredir.go.com/capmon/GetDE?$third-party ||tree-pixel-log.s3.amazonaws.com^ ||tremorhub.com^ ||trendmd.com/events ||trf.intuitwebsites.com^ -||triad.technorati.com^ ||triggers.wfxtriggers.com^ ||tritondigital.com/lt?sid*&hasads= ||tritondigital.com/ltflash.php? @@ -11813,7 +11424,6 @@ _mongo_stats/ ||ts.tradetracker.net^ ||tsk5.com/17*?*=ex- ||ttdetect.staticimgfarm.com^ -||ttwbs.channelintelligence.com^$third-party ||turner.com^*/1pixel.gif? ||turnto.com/webEvent/$third-party ||twik.io/track @@ -11828,7 +11438,6 @@ _mongo_stats/ ||uc.cn/collect? ||ucounter.ucoz.net^ ||uhit.eu/id/$third-party -||uhytajrtpo-a.akamaihd.net/nrse.html ||ui-portal.com^*;ns_referrer= ||uid.mavencoalition.io^ ||uim.tifbs.net^ @@ -11836,11 +11445,11 @@ _mongo_stats/ ||ultimatebootcd.com/tracker/ ||ultimedia.com/v/ ||ultimedia.com^*/visibilityStat.js -||upcat.custvox.org/survey/*/countOpen.gif ||uplynk.com/session/ping/ ||upt.graphiq.com^ +||uptime.com/static/rum/$third-party ||urc.taboolasyndication.com^ -||userlog.synapseip.tv^ +||usefathom.com/tracker.js ||usersegment.wpdigital.net^ ||uservoice.com^*/track.js ||userway.org/api/stats/ @@ -11851,10 +11460,10 @@ _mongo_stats/ ||vanilladev.com/analytics. ||vapedia.com^*/largebanner. ||vast.com/vimpressions.js$third-party -||vds_dyn.rightster.com/v/*?rand= +||vcita.com/tr_ +||vdo.ai/core/logger.php? ||veeseo.com/tracking/ ||ventunotech.com/beacon/ -||vertical-stats.huffpost.com^ ||verticalacuity.com/varw/sendEvent? ||verticalacuity.com/vat/ ||vidazoo.com/aggregate? @@ -11889,13 +11498,11 @@ _mongo_stats/ ||vmixcore.com/vmixcore/playlog? ||vmstats.varrando.com^ ||vmweb.net/identity.min.js +||vo.msecnd.net/api/beYableJSv2.js ||vooxe.com/analytics.js ||voss.collegehumor.com^ ||voxmedia.com/beacon-min.js ||vpoweb.com/counter.php? -||vra.outbrain.com^ -||vrp.outbrain.com^ -||vrt.outbrain.com^ ||vs4.com/impr.php? ||vtnlog-*.elb.amazonaws.com^ ||vtracking.in.com^ @@ -11903,29 +11510,25 @@ _mongo_stats/ ||vwdealerdigital.com/cdn/sd.js ||w3track.com/newtrk/$third-party ||wantlive.com/pixel/ -||watch.teroti.com^$third-party ||weather.ca/counter.gif? ||web-soft.in/counters/ ||web1.51.la^ ||webcare.byside.com^$third-party ||webedia.fr/js/gs.js -||webeffective.keynote.com^ ||weblog.livesport.eu^ ||weblogger-dynamic-lb.playdom.com^ ||webservices.websitepros.com^ ||webstats.motigo.com^$third-party -||webstats.seoinc.com^ ||webstats.thaindian.com^ ||websuccess-data.com/tracker.js ||webterren.com/webdig.js? ||webtracker.apicasystem.com^ -||webtracker.educationconnection.com^ ||webvoo.com/wt/Track.aspx ||webvoo.com^*/logtodb. ||webworx24.co.uk/123trace.php ||webzel.com/counter/ ||wetpaint.com^*/track? -||whoson.creativemark.co.uk^$third-party +||wf.taboola.com^ ||whosread.com/counter/ ||wibiya-actions.conduit-data.com^ ||wibiya-june-new-log.conduit-data.com^ @@ -11956,17 +11559,13 @@ _mongo_stats/ ||wpdigital.net/metrics/ ||ws.amazon.com/widgets/*=gettrackingid| ||ws.audioeye.com^ -||wsb.aracert.com^ ||wsf.com/tracking/$third-party ||wsj.net/MW5/content/analytics/hooks.js ||wstat.wibiya.com^ -||wunderloop.aol.co.uk^ -||wvnetworkmedia.org/min/? ||x.weather.com^ ||yahoo.co.jp/js/s_retargeting.js ||yandex.*/data?referrer= ||yandex.ru/cycounter? -||yapi.awe.sm^$third-party ||yarpp.org/pixels/ ||yellowbrix.com/images/content/cimage.gif? ||yellowpages.com^*.gif?tid$third-party @@ -11974,8 +11573,8 @@ _mongo_stats/ ||yimg.com/ss/vops.js ||yimg.com/wi/ytc.js ||yimg.com^*/l?ig=$image +||yottaa.com/rapid.min.js ||ypcdn.com/*/webyp? -||ys.ddns.me^ ||z.opmnstr.com^$xmlhttprequest ||zapcdn.space/zapret.js ||zdcommerce.io/e2e.js @@ -11987,17 +11586,47 @@ _mongo_stats/ ||zoomtv.me^*?pixel= ||zoover.co.uk/tracking/ ||zope.net^*/ghs_wa.js +! akamai +||akamai.com/crs/lgsitewise.js +||akamai.net/*.babylon.com/trans_box/ +||akamai.net/chartbeat. +||akamai.net^*/a.visualrevenue.com/ +||akamai.net^*/sitetracking/ +||akamaihd.net/*.gif?e= +||akamaihd.net/bping.php? +||akamaihd.net/javascripts/browserfp. +||akamaihd.net/log? +||akamaihd.net/push.gif? +||akamaihd.net^*.gif?d= +||akamaized.net/?u= +||akamaized.net/js3/tracker.js +||aksb-a.akamaihd.net^ +||ds-aksb-a.akamaihd.net^ +||e77lmzbqou0n-a.akamaihd.net^ +||ninja.akamaized.net^ +||pxlgnpgecom-a.akamaihd.net^ +||rndntpmgnj-a.akamaihd.net^ +||sgphctileh-a.akamaihd.net^ +||uhytajrtpo-a.akamaihd.net^ ||zvsuhljiha-a.akamaihd.net^ ! fastly ||clarium.global.ssl.fastly.net^ +||dfapvmql-q.global.ssl.fastly.net^ ||fastly.net/collect? ||fastly.net/gpt/ ||fastly.net/i? ||fastly.net/plw.js ||fastly.net/sp.js +! Unnecessary third-party scripts +||nsg.symantec.com^$third-party +||sealserver.trustwave.com^$third-party +||websecurity.norton.com^$third-party +||widgets.trustedshops.com^$third-party ! Suspect trackers (from privacy badger) ||connatix.com^$third-party ||jsrdn.com/s/cs.js +! Rewrite to internal resources filters for Adblock Plus +||d1z2jf7jlzjs58.cloudfront.net^$rewrite=abp-resource:blank-js,domain=voici.fr ! -----------------International third-party tracking services-----------------! ! *** easylist:easyprivacy/easyprivacy_thirdparty_international.txt *** ! German @@ -12006,30 +11635,24 @@ _mongo_stats/ ||adm24.de/hp_counter/$third-party ||aftonbladet.se/trafikfonden/ ||agitos.de/content/track? -||analytics-static.unister-gmbh.de^ ||analytics.cnd-motionmedia.de^$third-party ||analytics.gameforge.de^ ||analytics.loop-cloud.de^$third-party ||analytics.pinpoll.com^ ||analytics.praetor.im^$third-party -||analytics.unister-gmbh.de^ ||andyhoppe.com/count/ -||asci.freenet.de^ ||audimark.de/tracking/ ||bcs-computersysteme.com/cgi-local/hiddencounter/ ||beenetworks.net/traffic ||blacktri-a.akamaihd.net^ -||bt.ilsemedia.nl^ ||captcha-ad.com/stats/ +||cdn.c-i.as^$script,third-party ||cdntrf.de^$third-party ||cgicounter.onlinehome.de^ ||clipkit.de/metrics? ||cloudfront.net/customers/24868.min.js ||cnt2.stroeerdp.de^ -||collect.finanzen.net^ ||com.econa.com^ -||confido.dyndns.org^*/dot.php? -||count.snacktv.de^ ||counter.1i.kz^ ||counter.blogoscoop.net^ ||counter.webmart.de^ @@ -12044,7 +11667,6 @@ _mongo_stats/ ||datacomm.ch^*/count.cgi? ||et.twyn.com^ ||events.kaloo.ga^$third-party -||events.snacktv.de^ ||export.newscube.de^$~subdocument ||fc.webmasterpro.de^$third-party ||filmaster.tv^*/flm.tracker.min.js @@ -12067,12 +11689,8 @@ _mongo_stats/ ||insene.de/tag/$third-party ||insights.blogfoster.com^$third-party ||iqcontentplatform.de/tracking/ -||ivw.discover-outdoor.de^ -||ivw.dumontreise.de^ -||ivw.fem.com^ ||js.stroeermediabrands.de^$third-party ||koe-vip.com/statistik/ -||kontextr.eu/content/track? ||kt-g.de/counter.php? ||live.cxo.name^ ||live.ec2.cxo.name^ @@ -12098,21 +11716,19 @@ _mongo_stats/ ||onlex.de/_counter.php ||onlinepresse.info/counter.php? ||onlyfree.de^*/counterservice/ +||orbidder.otto.de^ ||ottogroup.media/ogm.nitro. -||pix.news.at^ -||pixel.holtzbrinckdigital.info^ -||pixel.nbsp.de^ ||plista.com/getuid? ||plista.com/iframeShowItem.php ||px.staticfiles.at^ ||pyroactive.de/counter/ +||quiz.stroeermediabrands.de^ ||rc.aol.de^*/getrcmd.js ||retrack.q-divisioncdn.de^ ||retresco.de^*/stats/$third-party ||script.idgentertainment.de/gt.js ||sec-web.com/stats/ ||serverkompetenz.net/cpx.php? -||sett.i12.de^ ||sheego.de/ar/$third-party ||sim-technik.de/dvs.gif? ||sim-technik.de^*&uniqueTrackId= @@ -12124,14 +11740,12 @@ _mongo_stats/ ||statistics.klicktel.de^ ||statistik.motorpresse.de^$third-party ||statistik.simaja.de^ -||stats.av.de^ ||stats.blogoscoop.net^ ||stats.clickforknowledge.com^ +||stats.datawrapper.de^*/datawrapper.gif? ||stats.digital-natives.de^ ||stats.fittkaumaass.de^ ||stats.frankfurterneuepresse.de^ -||stats.ilsemedia.nl^ -||stats.nekapuzer.at^$third-party ||stats.united-domains.de^ ||stats.urban-media.com^ ||stats2.algo.at^$third-party @@ -12142,33 +11756,27 @@ _mongo_stats/ ||t.etraveli.com^ ||t.nativendo.de^ ||t.quisma.com^ -||tap.idg.de^ +||tagm.tchibo.de^ ||top50-solar.de/solarcount/ +||track2.cliplister.com^ ||track2.dulingo.com^ ||track2.mycliplister.com^ ||tracker.euroweb.net^ -||tracker.netdisk.de^ ||tracker.winload.de^ -||tracking-rce.veeseo.com^ +||tracking-opi.fonpit.de^ ||tracking.base.de^ -||tracking.ddd.de^ ||tracking.emsmobile.de^ ||tracking.gameforge.de^ -||tracking.gj-mobile-services.de^ ||tracking.hannoversche.de^ ||tracking.hi-pi.com^ ||tracking.ladies.de^ ||tracking.mindshare.de^ -||tracking.mvsuite.de^ ||tracking.netzathleten-media.de^ ||tracking.promiflash.de^ -||tracking.rce.veeseo.com^ ||tracking.rtl.de^ ||tracking.s24.com^ -||tracking.sim-technik.de^ ||tracking.srv2.de^ ||tracking.webtradecenter.com^ -||traffic.brand-wall.net^ ||trck.bdi-services.de^ ||trck.spoteffects.net^ ||uni-duesseldorf.de/cgi-bin/nph-count? @@ -12183,12 +11791,10 @@ _mongo_stats/ ||webcounter.goweb.de^ ||webstatistik.odav.de^$third-party ||wieistmeineip.de/ip-address/$third-party -||wrmwb.7val.com^ ||x.bloggurat.net^ ||xnewsletter.de/count/counter.php? ||zs.dhl.de^ ! Arabic -||analytics.traidnt.net^ ||shofonline.org/javashofnet/ti.js ! French ||01net.com/track/ @@ -12201,6 +11807,7 @@ _mongo_stats/ ||analytics.freespee.com^ ||analytics.grupogodo.com^ ||analytics.ladmedia.fr^ +||analytics.valiuz.com^ ||audience.acpm.fr^ ||bbtrack.net^$third-party ||blogoutils.com/online-$third-party @@ -12228,33 +11835,34 @@ _mongo_stats/ ||i-services.net^*/compteur.php? ||jvc.gg^*/traffic.js ||leguide.com/js/lgtrk-*.js -||lepoint-stat.sdv.fr^ ||linguee.fr/white_pixel.gif ||live-medias.net/button.php?$third-party ||m6web.fr/statsd/ ||makazi.com/tracker- ||neteventsmedia.be/hit.cfm? ||netreviews.eu/index.php?action=act_access&$third-party -||nvc.n1bus-exp.com^ ||nws.naltis.com^ ||optinproject.com/rt/visit/ ||osd.oxygem.it^ ||pagesjaunes.fr/stat/ ||piximedia.com^$third-party -||poool.fr^*/access/track ||rs.smc.tf^ ||scriptsgratuits.com/sg/stats/ ||securite.01net.com^ ||service-webmaster.fr/cpt-visites/$third-party ||stat.prsmedia.fr^ ||stats-dc1.frz.io^ +||stats-factory.digitregroup.io^ ||stats.buzzea.com^ ||stats.ipmgroup.be^ ||stats.tipser.com^ -||t.planvip.fr^$third-party +||t.ofsys.com^ +||tag.goldenbees.fr^ ||tag.leadplace.fr^ +||testcddc.atclouddev.net^ ||tmgr.ccmbg.com^ ||track.byzon.swelen.net^$third-party +||track.kyoads.com^ ||track.laredoute.fr^$image ||trackcustomer.laredoute.com^$image ||tracking.ecookie.fr^ @@ -12263,14 +11871,16 @@ _mongo_stats/ ||trk.adbutter.net^ ||tsphone.biz/pixelvoleur.jpg? ||veoxa.com/get_trackingcode. +||vidazoo.com/report/? ||visitping.rossel.be^ +||webmecanik.com/mtc.js ||webreseau.com/impression.asp? ||webtutoriaux.com/services/compteur-visiteurs/index.php?$third-party ||wifeo.com/compteurs/$third-party ||woopic.com/Magic/o_vr.js +||wrapper.lemde.fr^$third-party ||zebestof.com^$third-party ! Belarusian -||ladesk.com/scripts/track.js ||minsk-in.net/counter.php? ! Croatian ||aff*.kolektiva.net^ @@ -12281,8 +11891,9 @@ _mongo_stats/ ||3.cn/cesu/r? ||360.cn/mapping_service? ||4gtv.tv/js/ga_ +||adv-sv-stat.focus.cn^ ||aixifan.com/acsdk/log.min.js? -||alicdn.com^*/tracker/ +||alicdn.com/tkapi/click.js ||alimama.cn/inf.js ||alipay.com/common/um/lsa.swf ||analytics.21cn.com^ @@ -12303,25 +11914,24 @@ _mongo_stats/ ||cdn.hiido.cn^$third-party ||cdnmaster.com/sitemaster/sm360.js ||click.bokecc.com^ +||click.taobao.com^$script ||cms.grandcloud.cn^$third-party ||cnzz.com/c.php? -||counter.csdn.net^$script ||counter.pixplug.in^ +||cpro.baidustatic.com^$script,domain=sohu.com ||cri.cn/js/a1.js ||csbew.com^$third-party ||csdn.net^*/counter.js -||css.aliyun.com^$third-party ||d17m68fovwmgxj.cloudfront.net^ ||da.netease.com^ ||dup.baidustatic.com^ -||dw.cbsi.com.cn^$third-party ||epro.sogou.com^ ||etwun.com:8080/counter.php? ||g.yccdn.com^ ||haostat.qihoo.com^ ||hudong.com/flux.js ||hyrankhit.meldingcloud.com^ -||idigger.qtmojo.com^ +||ia.51.la^ ||ifengimg.com/sta_collection.*.js ||imp.ad-plus.cn^ ||imp.go.sohu.com^ @@ -12331,8 +11941,7 @@ _mongo_stats/ ||js.static.m1905.cn/pingd.js ||log.hiiir.com^ ||log.tagtic.cn^ -||log.v.iask.com^ -||look.urs.tw^$third-party +||m.lolvsdota.cn^ ||mlt01.com/cmp.htm$third-party ||msg.71.am^ ||n.yunshipei.com^ @@ -12345,15 +11954,17 @@ _mongo_stats/ ||pv.hd.sohu.com^ ||pv.sohu.com^ ||qbox.me/vds.js +||qidian.qq.com/report/ ||qtmojo.com/pixel? ||r.sax.sina.com.cn^ ||report.meituan.com^ ||sitemaji.com/nownews.php? ||sobeycloud.com/Services/Stat. ||sohu.com/pvpb.gif? +||soso.mymederback.com^ ||stargame.com/g.js ||stat.ws.126.net^ -||stat.youku.com^ +||statics.itc.cn^*/spm.js$script,domain=sohu.com ||sugs.m.sm.cn^ ||t.hypers.com.cn^ ||tanx.com/t/tanxclick.js @@ -12365,7 +11976,6 @@ _mongo_stats/ ||tr.n2.hk^ ||track.ra.icast.cn^ ||tracking.cat898.com^ -||traffic.bokecc.com^ ||union.360.cn/1899.js ||useg.nextdigital.com.hk^ ||v.emedia.cn^ @@ -12374,6 +11984,7 @@ _mongo_stats/ ! Croatian ||tracking.vid4u.org^ ! Czech +||bisko.mall.tv^ ||bnr.alza.cz^ ||counter.cnw.cz^ ||fimg-resp.seznam.cz^ @@ -12384,21 +11995,25 @@ _mongo_stats/ ||pixel.cpex.cz^ ||stat.cncenter.cz^ ||stat.ringier.cz^$third-party -||stats.mf.cz^ ||t.leady.com^ ||t.leady.cz^ ||track.leady.cz^ ! Danish +||bbl.k.dk/tracking/ ||blogtoppen.dk^*/bt_tracker.js ||counter.nope.dk^$third-party +||log.ecgh.dk^ ||newbie.dk/topref.php? ||newbie.dk^*/counter.php? ||sslproxy.dk^*/analytics.js +||statistics.jfmedier.dk^ +||trckr.nordiskemedier.dk^ ||ubt.berlingskemedia.net^ ||wee.dk/modules/$third-party ||wwwportal.dk/statistik.php ! Dutch ||analytics.belgacom.be^ +||atconnect.npo.nl^ ||bbvms.com/zone/js/zonestats.js ||cookies.reedbusiness.nl^ ||hottraffic.nl^$third-party @@ -12417,12 +12032,10 @@ _mongo_stats/ ! Greek ||analytics.dol.gr^ ||analyticsv2.dol.gr^ -||stats.e-go.gr^ ! Hebrew ||walla.co.il/stats/ ! Hungarian ||gpr.hu/pr.pr? -||pagerank.g-easy.hu^ ||rum.marquardmedia.hu^ ||videostat-new.index.hu^ ||videostat.index.hu^ @@ -12436,25 +12049,17 @@ _mongo_stats/ ||91.196.216.64^ ||alice.it/cnt/ ||analytics.competitoor.com^ -||analytics.digitouch.it^ -||analytics.ettoredelnegro.pro^ -||analytics.linkwelove.com^ ||analytics00.meride.tv^ ||aruba.it/servlet/counterserver? -||audienceserver.aws.forebase.com^ -||bstracker.blogspirit.net^ ||click.kataweb.it^ -||contatore-di-visite.campusanuncios.com^ ||counter.ksm.it^ ||counter2.condenast.it^ ||d32hwlnfiv2gyn.cloudfront.net^ ||dd3p.com/sensor/ddsense.aspx? ||digiland.it/count.cgi? ||diritalia.com^*/seosensor.js +||dmpcdn.el-mundo.net^ ||eage.it/count2.php? -||eageweb.com/count2.php? -||eageweb.com/stats.php -||encoderfarmced-stats-ns.servicebus.windows.net^ ||encoderfarmstatsnew.servicebus.windows.net^ ||evnt.iol.it^ ||exsigma.eu/mercurio/ @@ -12466,6 +12071,8 @@ _mongo_stats/ ||iltrovatore.it/vp.htm ||instore.pagomeno.it^ ||iol.it^*/clickserver.js +||italiaonline.it/script/ga. +||italiaonline.it/script/iol-body.js ||livestats.matrix.it^ ||log.superweb.ws^ ||logger.kataweb.it^ @@ -12485,18 +12092,14 @@ _mongo_stats/ ||rd.alice.it^ ||sem.triboomedia.it^ ||sembox.it/js/sembox-tracking.js -||shinystat.lvlar.com^ ||stat.acca.it^ ||stat.freetool.it^ -||stat.webtool.it^ ||stats.itsol.it^ ||stats.rcsobjects.it^ ||stats.technopia.it^ ||stats2.*.fdnames.com^ ||stgy.ovh^*/3rdp-censor/ ||tag.triboomedia.it^ -||top100.mrwebmaster.it^ -||top100.tuttoperinternet.it^ ||tr.bt.matrixspa.it^ ||track.adintend.com^ ||track.cedsdigital.it^ @@ -12505,12 +12108,10 @@ _mongo_stats/ ||tracker.bestshopping.com^ ||tracker.iltrovatore.it^ ||tracking.conversion-lab.it^ -||tracking.conversionlab.it^ ||tracking.trovaprezzi.it^ ||tracks.arubamediamarketing.it^ ||tracy.sadv.dadapro.com^ ||triboomedia.it^*/Bootstrap.js -||ts.blogo.it^ ||vppst.iltrovatore.it^ ||webbificio.com/add.asp? ||webbificio.com/wm.asp? @@ -12518,10 +12119,11 @@ _mongo_stats/ ||wmtools.it/wmtcounter.php? ! Japanese ||199.116.177.156^$domain=~fc2.jp.ip +||ad-beacon-v01.uliza.jp^ ||analysis.shinobi.jp^ +||analytics.liveact.cri-mw.jp^ ||analyzer51.fc2.com^ ||asumi.shinobi.jp^ -||beacon.itmedia.jp^ ||clickanalyzer.jp^$third-party ||counter2.blog.livedoor.com^ ||future-shop.jp/rview.gif? @@ -12532,6 +12134,7 @@ _mongo_stats/ ||l.popin.cc^ ||lcs.livedoor.net^ ||line.me/tag.gif$image +||log.codemarketing.cloud^ ||log.nordot.jp^ ||macromill.com/imp/ ||mofa.go.jp^*/count.cgi? @@ -12545,11 +12148,13 @@ _mongo_stats/ ||seesaa.jp/ot_square.pl? ||shinobi.jp/track? ||speee-ad.akamaized.net^ +||spnx.jp/spnx-logger.js +||sstats.mora.jp^ ||sweet-candy.jp/c.php?$third-party ||sync.shinobi.jp^ +||t.adlpo.com^ ||torimochi.line-apps.com^ ||track.thebase.in^ -||trck.dlpo.jp^ ||userdive.com^$third-party ||webtracker.jp^$third-party ||x9.shinobi.jp^ @@ -12559,7 +12164,6 @@ _mongo_stats/ ||180.70.93.115/ndmclick/$domain=~daum.ip ||cafe24.com/weblog.js ||log.cizion.com^ -||log2.adop.cc^ ||mtag.mman.kr^ ||performanceplay.co.kr^ ||recobell.io/rest/logs? @@ -12583,30 +12187,32 @@ _mongo_stats/ ||analytics.ceneo.pl^ ||analytics.greensender.pl^$third-party ||cafenews.pl/mpl/static/static.js? +||cmp.dreamlab.pl^ ||fab.interia.pl^ ||hit.interia.pl^ ||iwa.iplsc.com/plugins/$script ||liczniki.org/hit.php ||marketing.tr.netsalesmedia.pl^ ||pixel.homebook.pl^ +||pixel6.wp.pl^ ||ppstatic.pl^*/track.js ||px.wp.pl^ ||qai-ir.quartic.pl^$third-party ||qai.quartic.pl^$third-party +||rec-pl.quartic.pl^ ||rec.quartic.pl^$third-party ||scontent.services.tvn.pl^ +||sgqcvfjvr.onet.pl^ ||stats.asp24.pl^ ||stats.media.onet.pl^ ||stats.ulixes.pl^ ||statystyki.panelek.com^ ||track.omgpl.com^ -||tracker.advisable.pl^ ||tracking.novem.pl^ ||wymiana.org/stat/ ! Portuguese ||api.nobeta.com.br^ ||b2w.io/event/ -||contadorgratis.web-kit.org^ ||events.chaordicsystems.com^ ||hitserver.ibope.com.br^ ||jsuol.com/rm/clicklogger_ @@ -12615,6 +12221,7 @@ _mongo_stats/ ||statig.com.br/pub/setCookie.js? ||terra.com.br/metrics/ ||track.e7r.com.br^ +||track.noddus.com^ ||trk.absuite.com.br^ ||trrsf.com.br/metrics/ ||webstats.sapo.pt^ @@ -12638,7 +12245,6 @@ _mongo_stats/ ||awaps.yandex.ru^ ||banstat.nadavi.net^ ||bigday.ru/counter.php? -||bioraywaterrank.ru/count/ ||c.bigmir.net^ ||clck.yandex.ru^$~other ||climatecontrol.ru/counters/ @@ -12648,7 +12254,6 @@ _mongo_stats/ ||cnt.rambler.ru^ ||cnt.rate.ru^ ||count.yandeg.ru^ -||counter.amik.ru^ ||counter.insales.ru^ ||counter.megaindex.ru^ ||counter.nn.ru^ @@ -12659,9 +12264,11 @@ _mongo_stats/ ||counter.tovarro.com^ ||counter.wapstart.ru^ ||crm-analytics.imweb.ru^ +||dbex-tracker-v2.driveback.ru^ ||dp.ru/counter.gif? ||emoment.net/cnt/ ||error.videonow.ru^ +||g4p.redtram.com^ ||gainings.biz/counter.php? ||gde.ru/isapi/tracker.dll? ||gnezdo.ru/cgi-bin/$third-party @@ -12673,10 +12280,10 @@ _mongo_stats/ ||izhevskinfo.ru/count/ ||karelia.info/counter/ ||kvartirant.ru/counter.php? +||likemore-go.imgsmail.ru^$image ||linestudio.ru/counter/ ||mediaplus.fm/cntr.php? ||mediator.mail.ru^ -||medorgs.ru/js/counterlog_img.js ||metka.ru/counter/ ||metrics.aviasales.ru^ ||mobtop.ru/c/$third-party @@ -12700,7 +12307,6 @@ _mongo_stats/ ||rambler.ru/counter.js ||rbc.magna.ru^ ||retailrocket.ru/content/javascript/tracking.js -||rustopweb.ru/cnt.php? ||s.agava.ru^ ||s.holm.ru/stat/ ||scnt.rambler.ru^ @@ -12710,40 +12316,28 @@ _mongo_stats/ ||sishik.ru/counter.php? ||stainlesssteel.ru/counter.php? ||stascorp.com/stat/ -||stat-22.medialand.ru^ -||stat-counter.tass-online.ru^ ||stat.eagleplatform.com^ ||stat.radar.imgsmail.ru^ ||stat.rum.cdnvideo.ru^ ||stat.sputnik.ru^ ||stat.tvigle.ru^ ||stats-*.p2pnow.ru^ -||stats.internet-yadro.com^ ||stats.seedr.com^ -||t.pusk.ru^ ||target.mirtesen.ru^ ||target.smi2.net^ ||target.smi2.ru^ ||tbe.tom.ru^ ||telemetry.jivosite.com^ ||tms-st.cdn.ngenix.net^ -||top.bur-bur.ru^ ||top.elec.ru^ -||top.sec.uz^ ||track.recreativ.ru^ -||track.revolvermarketing.ru^ -||track.rtb-media.ru^ ||tracking.i-vengo.com^ ||tracking.retailrocket.net^ -||tracking.vengovision.ru^ ||traktor.ru^*/counter.php? ||ulogin.ru/js/stats.js ||upstats.yadro.ru^ ||uptolike.com/widgets/*/imp? -||viewstat.promoblocks.ru^ -||wapson.ru/counter.php? ||webtrack.biz^$third-party -||wmtools.ru/counter.php? ||xn--e1aaipcdgnfsn.su^*/counter.php ||yandeg.ru/count/ ||yandex.ru/metrika/ @@ -12766,26 +12360,21 @@ _mongo_stats/ ||g-stats.openhost.es^ ||hits.eluniversal.com.mx^ ||leadzu.com^$third-party -||maik.ff-bt.net^ ||pixel.zumby.io^ ||reachandrich.antevenio.com^ -||stats.lnol.com.ar^ +||s3wfg.com/js/vortexloader.js ||stats.miarroba.info^ -||track.bluecompany.cl^ ||tracker.thinkindot.com^ ! Swedish ||aftonbladet.se/blogportal/view/statistics?$third-party ||collector.schibsted.io^ ||counter.mtgnewmedia.se^ ||evt.klarna.com^ -||stats.dominoplaza.com^ ||vizzit.se^$third-party ! Thai ||sal.isanook.com^ ||stat.matichon.co.th^ ! Turkish -||analytic.piri.net^ -||analyticapi.piri.net^ ||hit.dogannet.tv^ ||st.tmgrup.com.tr^ ! Ukranian @@ -12794,7 +12383,7 @@ _mongo_stats/ ||mgz.com.ua/counter.php? ||top.zp.ua/counter/ ! Vietnamese -||analytics.mecloud.vn^ +||analytics.yomedia.vn^ ! -----------------Individual tracking systems-----------------! ! *** easylist:easyprivacy/easyprivacy_specific.txt *** .gif?*&utm_$domain=livejasmin.com @@ -12828,7 +12417,6 @@ _mongo_stats/ ||9msn.com.au/share/com/js/fb_google_intercept.js ||9msn.com.au^*.tracking.udc. ||a.huluad.com/beacons/ -||a.jango.com^ ||a7.org/infol.php? ||aa.avvo.com^ ||aax-us-iad.amazon.com^ @@ -12856,7 +12444,6 @@ _mongo_stats/ ||adc.api.nine.com.au^ ||adc.nine.com.au^ ||adf.ly/omni*.swf -||adguru.guruji.com^ ||adidas.com/analytics/ ||adidas.com^*/analytics/ ||adprimemedia.com^*/video_report/attemptAdReport.php? @@ -12866,10 +12453,8 @@ _mongo_stats/ ||advancedmp3players.co.uk/support/visitor/index.php? ||advancedtracker.appspot.com^ ||advfn.com/space.gif? -||adwiretracker.fwix.com^ ||aexp-static.com/api/axpi/omniture/s_code_serve.js?$domain=serve.com ||affiliate.mercola.com^ -||affiliate.productreview.com.au^ ||affiliate.resellerclub.com^ ||affiliates.genealogybank.com^ ||affiliates.londonmarketing.com^ @@ -12887,10 +12472,13 @@ _mongo_stats/ ||ai.iol.io^ ||airbnb.*/tracking/ ||airfrance.com/s/?tcs= +||airnewzealand.eu^$ping ||airspacemag.com/g/g/button/ ||akamai.net^$script,domain=argos.co.uk|newscientist.com|upwork.com ||akamai.net^*/button.clickability.com/ +||akamaihd.net/ok7rdanq.gif$image,domain=inquirer.net ||akamaihd.net/pixelkabam/ +||akamaihd.net^$script,domain=allmodern.com|birchlane.com|perigold.com|wayfair.co.uk|wayfair.com ||alarabiya.net/track_content_ ||alarabiya.net^*/googleid.js ||alb.reddit.com^ @@ -12922,22 +12510,19 @@ _mongo_stats/ ||amazonaws.com^*/pzyche.js ||amcnets.com/cgi-bin/true-ip.cgi ||amd.com/us/as/vwo/vwo_ -||amp.virginmedia.com^ +||americanexpress.com/monitoring/ ||amy.gs/track/ -||analysis.focalprice.com^ ||analytic.imlive.com^ -||analytics.247sports.com^ ||analytics.adfreetime.com^ +||analytics.amplitude.com^$domain=~analytics.amplitude.com ||analytics.archive.org^ ||analytics.bloomberg.com^ ||analytics.brave.com^ ||analytics.chase.com^ ||analytics.ecosia.org^ ||analytics.eip.telegraph.co.uk^ -||analytics.femalefirst.co.uk^ ||analytics.getshogun.com^ ||analytics.global.sky.com^ -||analytics.go.com^ ||analytics.gorillanation.com^ ||analytics.hindustantimes.com^ ||analytics.ifood.tv^ @@ -12949,17 +12534,16 @@ _mongo_stats/ ||analytics.meaww.com^ ||analytics.mindjolt.com^ ||analytics.mouthshut.com^ -||analytics.newsinc.com^ ||analytics.ngfiles.com^ -||analytics.omgpop.com/log ||analytics.plex.tv^ ||analytics.posttv.com^ ||analytics.productreview.com.au^ ||analytics.schoolwires.com^ -||analytics.services.distractify.com^ ||analytics.shorte.st^ +||analytics.sketchup.com^ ||analytics.skyscanner.net^ ||analytics.slashdotmedia.com^ +||analytics.smallpdf.com^ ||analytics.socialblade.com^ ||analytics.sportybet.com^ ||analytics.teespring.com^ @@ -12971,13 +12555,9 @@ _mongo_stats/ ||analytics.twitter.com^ ||analytics.upworthy.com^ ||analytics.us.archive.org^ -||analytics.volvocars.com^ -||analytics.wetpaint.me^ -||analytics.whatculture.com^ ||analytics.yahoo.com^ ||analytics.zg-api.com^ ||analytics2.socialblade.com^ -||analyze.yahooapis.com^ ||analyzer52.fc2.com^ ||androidcentral.com/sites/androidcentral.com/files/gap/ ||androidcommunity.com/ws/?js @@ -13020,18 +12600,13 @@ _mongo_stats/ ||associatedcontent.com/action_cookie ||astrology.com/visits/ ||atax.gamermetrics.com^ -||atax.gamespy.com^ -||atax.gamestats.com^ -||atax.ign.com^ ||atax.teamxbox.com^ -||athena.mysmartprice.info^ ||athenatmpbeacon.theglobeandmail.ca^ ||atlantafalcons.com/wp-content/*/metrics.js ||atlantis.com/_scripts/tsedge/pagemarker.gif? ||atlas.astrology.com^ ||atrack.allposters.com^ ||atrack.art.com^ -||atracktive.collegehumor.com^ ||att.com/scripts/satellite/prod/ ||attachmate.com*/pv.aspx? ||audible.com^*/uedata/ @@ -13051,16 +12626,15 @@ _mongo_stats/ ||avitop.com^*/hitlist.asp ||aviva.co.uk/metrics/ ||avstop.com^*/poll.gif? -||axa.com/elements/js/wreport.js ||azfamily.com/images/pixel.gif ||azureedge.net/prod/1.0/fp.min.js$domain=mercurynews.com ||b-aws.techcrunch.com^ -||b.huffingtonpost.com^ ||b.imwx.com^ ||b.myspace.com^ ||baidu.com/ecom? ||baidu.com/js/log.js ||baidu.com/location/ip? +||baidu.com^*/v.gif? ||baidu.com^*/wb.gif? ||bandstores.co.uk/tracking/scripts/ ||banggood.com/?p= @@ -13080,8 +12654,6 @@ _mongo_stats/ ||bbc.co.uk^*/vs.js ||bbci.co.uk/archive_stats/ ||bbci.co.uk^*/analytics.js -||bc.yahoo.com^ -||bcm.itv.com^ ||beacon-1.newrelic.com^ ||beacon.ehow.com^ ||beacon.examiner.com^ @@ -13089,14 +12661,10 @@ _mongo_stats/ ||beacon.lycos.com^ ||beacon.netflix.com^ ||beacon.nuskin.com^ -||beacon.search.yahoo.com^ ||beacon.shazam.com^ ||beacon.toyota.co.jp^ ||beacon.wikia-services.com^ ||beacon.www.theguardian.com^ -||beacons.helium.com^ -||beacons.vessel-static.com/xff? -||beacons.vessel-static.com^*/pageView? ||beap-bc.yahoo.com^ ||beeg.com/logo.gif? ||bench.uc.cn^ @@ -13111,14 +12679,15 @@ _mongo_stats/ ||bi.medscape.com^ ||bidz.com/contentarea/BidzHomePixel ||binaries4all.nl/misc/misc.php?*&url=http +||bing.com*^/c.gif?$image ||bing.com/fd/ls/$~ping ||bing.com/partner/primedns ||bing.com/widget/metrics.js ||bing.com^*/GLinkPing.aspx +||biomedcentral.com/track/ ||biosphoto.com^*/stats/ ||birthvillage.com/watcher/ ||bit.ehow.com^ -||bits.wikimedia.org/geoiplookup ||blackplanet.com/images/shim.gif ||blankfire.com^*_.gif ||blastingnews.com/?newsid= @@ -13168,8 +12737,6 @@ _mongo_stats/ ||buzzurl.jp/api/counter/ ||c.cdngeek.com^$domain=edugeek.net ||c.ipaddress.com^ -||c.microsoft.com^ -||c.newsinc.com^ ||c.paypal.com^ ||c.wort-suche.com^ ||c.x.oanda.com^ @@ -13195,10 +12762,8 @@ _mongo_stats/ ||cbsimg.net/js/cbsi/dw.js ||cbsnews.com/i/trk/ ||cbssports.com/common/p? -||cclickvidservgs.com/mattel/cclick.js ||cctv.com/eg.js ||cctv.com^*/SnoopStat? -||cd.musicmass.com^ ||cdnstats.tube8.com^ ||cellstores.com/tracking/ ||cem.hotelsapi.io^ @@ -13220,7 +12785,6 @@ _mongo_stats/ ||chkpt.zdnet.com^ ||chron.com/javascript/cider/ ||chud.com/community/p/ -||chunk.bustle.com^ ||civicscience.com/jot? ||cjtube.com/tp/*.php ||cl.expedia.com^ @@ -13234,14 +12798,12 @@ _mongo_stats/ ||click.engage.xbox.com^ ||click.jasmin.com^ ||click.livejasmin.com^ -||click.mmosite.com^ ||click.oneplus.com^ ||click.udimg.com^ ||click2.cafepress.com^ ||clicks.hurriyet.com.tr^ ||clicks.traffictrader.net^ ||client-event-reporter.twitch.tv^ -||clientlog.portal.office.com^ ||climatedesk.org*/pixel.gif ||clk.about.com^ ||clkstat.china.cn^ @@ -13256,7 +12818,6 @@ _mongo_stats/ ||cloudfront.net/tracker-latest.min.js ||cloudfront.net/vis_opt.js ||cloudfront.net/vis_opt_no_jquery.js -||cls.ichotelsgroup.com^ ||clvk.viki.io^ ||clyp.it^*/log^ ||cmap.alibaba.com^ @@ -13271,19 +12832,15 @@ _mongo_stats/ ||codeweblog.com/js/count.js ||coherentpath.com/tracker/ ||collarity.com/ucs/tracker.js -||collect.sas.com^ -||collect2.sas.com^ -||collection.theaa.com^ -||collector*.xhamster.com^ +||collector*.xhamster. ||collector-cdn.github.com^ ||collector-medium.lightstep.com^ +||collector-px0py5pczn.octopart.com^ ||collector.fiverr.com^ ||collector.githubapp.com^ ||collector.ksax.com^ ||collector.kstptv5.com^ ||collector.prod.expedia.com^ -||collector.shopstream.co^ -||collector.shorte.st^ ||collector.statowl.com^ ||collector.tescocompare.com^ ||collector.trendmd.com^ @@ -13291,8 +12848,8 @@ _mongo_stats/ ||collegehumor.com/track.php? ||commentarymagazine.com^*/track.asp? ||commercialappeal.com/metrics/ -||comms-web-tracking.uswitchinternal.com^ ||compare.easyvoyage. +||compare.liligo.com^ ||computerarts.co.uk/*.php?cmd=site-stats ||computershopper.com/wsgac/ ||computing.co.uk^*/webtrends.js @@ -13300,19 +12857,14 @@ _mongo_stats/ ||confirm-referer.glrsales.com^ ||consumerreports.org^*/js/conversion.js ||contadores.bolsamania.com^ -||cookpad.com^*/init.js ||cooksunited.co.uk/counter*.php? ||cooksunited.co.uk^*/pixel/ ||coolertracks.emailroi.com^ ||cooliris.com/shared/stats/ ||cosmopolitan.co.za/rest/track/ -||count.livetv.ru^ -||count.livetv.sx^ ||count.prx.org^ ||count.rin.ru^ ||counter.entertainmentwise.com^ -||counter.joins.com^ -||counter.promodeejay.net^ ||counter.sina.com.cn^ ||counter.theconversation.edu.au^ ||counter.zerohedge.com^ @@ -13322,7 +12874,6 @@ _mongo_stats/ ||coursera.org/wf/open? ||coveritlive.com/1/sts/view? ||cpt.itv.com^ -||cr-eec.etp-prod.com^$xmlhttprequest,domain=crunchyroll.com ||cr.org^*/tracking.js ||cracked.com/tracking/ ||crackle.com/tracking/ @@ -13333,10 +12884,6 @@ _mongo_stats/ ||creditcards.com/sb.php? ||crowdignite.com/img/l.gif ||crunchsports.com/tracking_fetchinfo.aspx? -||crunchyroll.com/ip -||crunchyroll.com/tracker -||crunchyroll.com^*/breadcrumb.js -||ct.buzzfeed.com^ ||ct.cnet.com/opens? ||ctscdn.com/content/tracking- ||current.com/tracking.htm? @@ -13355,19 +12902,16 @@ _mongo_stats/ ||dainikbhaskar.com/tracking/ ||data.mic.com^ ||data.ninemsn.com.au/*GetAdCalls -||data.ryanair.com^ ||data.younow.com^ -||datacollector.coin.scribol.com^ ||datehookup.com/strk/dateadvertreg? ||daum.net^*/dwi.js ||db.com^*/stats.js? ||dc.banggood.com^ ||dccss.banggood.com^ -||dcs.mattel.com^ -||dcs.maxthon.com^ ||dealnews.com/lw/ul.php? ||debtconsolidationcare.com/affiliate/tracker/ ||debug-vp.webmd.com^ +||deliver.ptgncdn.com^ ||dellcdn.com/csb/scripts/csb-boomr.$domain=dell.com ||depositfiles.com/stats.php ||derkeiler.com/gam/tag.js @@ -13377,10 +12921,8 @@ _mongo_stats/ ||despegar.com/t? ||desr.fkapi.net^ ||destructoid.com/img2.phtml? -||diag.doba.com^ ||diamond.transfermarkt.de^ ||dictionary.com/track/ -||diet.rodale.com^ ||digitalriver.com^*/globaltracking ||digitalspy.co.uk/gip1.php ||dilbert.com^*&tracker$script @@ -13393,7 +12935,6 @@ _mongo_stats/ ||dl.meliacloud.com^ ||dmcdn.net/pxl/$domain=dailymotion.com ||dmcdn.net/track/$domain=dailymotion.com -||dmeserv.newsinc.com^ ||dmp.marketgid.com^ ||dmtracking2.alibaba.com^ ||dmtrk.com/*/o.gif @@ -13404,6 +12945,7 @@ _mongo_stats/ ||domaintools.com/buffer.pgif? ||domaintools.com/tracker.php ||dominos.co.uk^*/universal.html? +||dp.shoprunner.com^ ||dragonstatic.com/parking/js/track.js ||dropbox.com/alternate_ ||dropbox.com/el/?b=open: @@ -13411,6 +12953,7 @@ _mongo_stats/ ||dropbox.com/log_ ||dropbox.com/web_timing_log ||drpeterjones.com/stats/ +||drugs.com/api/logger/ ||dsm.com^*/searchenginetracking.js ||duckduckgo.com/t/ ||dump8.com/js/stat.php @@ -13419,6 +12962,7 @@ _mongo_stats/ ||dw.cnet.com^ ||dw.com/tracking/ ||dw.de^*/run.dw? +||dwh-tracking.it.auth0.com^ ||dx.com/?utm_rid= ||dyo.gs/track/ ||eafyfsuh.net/track/ @@ -13428,7 +12972,6 @@ _mongo_stats/ ||ebayobjects.com/*;dc_pixel_url=$image ||ebaystatic.com^*/agof_survey_ ||ebaystatic.com^*/iam_ -||ec2-prod-tracker.babelgum.com^ ||economist.com/geoip.php ||ectnews.com/shared/missing.gif? ||edgecastcdn.net^*/ehow_am.js$domain=ehow.com @@ -13442,8 +12985,11 @@ _mongo_stats/ ||edvantage.com.sg/site/servlet/tracker.jsp ||edw.edmunds.com^ ||edweek.org/js/sc.js +||eec.crunchyroll.com^ ||efukt.com^*?hub= ||egg.com/rum/data.gif? +||eharmony.ca/fd/ +||eharmony.co.uk/bd/ ||ehow.com/services/jslogging/log/? ||ekg.riotgames.com^ ||elance.com^*/emc.php? @@ -13462,10 +13008,11 @@ _mongo_stats/ ||engagefront.theweathernetwork.com^ ||enlightenment.secureshoppingbasket.com^ ||entensity.net/pages/c.htm -||entry-stats.huffingtonpost.com^ ||epinions.com/js/stdLauncher.js ||epinions.com/js/triggerParams.js ||eporner.com/stats/ +||eproof.drudgereport.com^ +||equirodi.*/addstat.php ||es.puritan.com^ ||espncdn.com^*.tracking.js ||et.nytimes.com^ @@ -13481,13 +13028,14 @@ _mongo_stats/ ||events.avantisvideo.com^ ||events.godaddy.com^ ||events.jora.com^ +||events.practo.com^ ||events.privy.com^ ||events.reddit.com^ ||events.redditmedia.com^ ||events.secureserver.net^ ||events.turbosquid.com^ -||eventtracker.elitedaily.com^ ||everythinggirl.com/assets/tracker/ +||evgnet.com/beacon/ ||evisit.exeter.ac.uk^ ||eweek.com/hqxapi/ ||ex.ua/counter/ @@ -13550,6 +13098,7 @@ _mongo_stats/ ||filterlists.com/*.php ||financeglobe.com/Visit/ ||financialstandardnews.com^*/webstats/ +||firebaselogging.googleapis.com^ ||fishki.net/counter/ ||fishki.net/informer1/ ||flashget.org/cow_$script @@ -13578,7 +13127,6 @@ _mongo_stats/ ||forbesimg.com/assets/js/forbes/fast_pixel.js ||ford.com/ngtemplates/ngassets/com/forddirect/ng/newMetrics.js ||ford.com/ngtemplates/ngassets/ford/general/scripts/js/galleryMetrics.js -||forter.com/events ||fotothing.com/space.gif? ||foursquare.com^*/logger? ||foursquare.com^*/wtrack? @@ -13610,7 +13158,6 @@ _mongo_stats/ ||funn.graphiq.com^ ||furk.net/counter.yadro.ru/ ||fwmrm.net^*/AnalyticsExtension. -||g.deathandtaxesmag.com^ ||g.ign.com^ ||g.mashable.com^ ||g.msn.com^ @@ -13619,6 +13166,7 @@ _mongo_stats/ ||ga.canoe.ca^ ||ga.nsimg.net^ ||gaiaonline.com/internal/mkt_t.php? +||gak.webtoons.com^ ||galleries.bz/track/ ||gallup.wn.com/1x1.gif ||gamefront.com/wp-content/plugins/tracker/ @@ -13640,10 +13188,7 @@ _mongo_stats/ ||geo.hltv.org^ ||geo.homepage-web.com^ ||geo.metronews.ca^ -||geo.mozilla.org^ -||geo.perezhilton.com^ ||geo.play.it^ -||geo.theawesomer.com^ ||geo.yahoo.com^ ||geobeacon.ign.com^ ||geoip-lookup.vice.com^ @@ -13662,7 +13207,6 @@ _mongo_stats/ ||geoip.silive.com^ ||geoip.syracuse.com^ ||geoip.viamichelin.com^ -||geoiplookup.wikimedia.org^ ||geovisites.com^*/geouser.js ||gfycat.com^*/GFAN.min.js ||giffgaff.com/r/?id= @@ -13672,11 +13216,12 @@ _mongo_stats/ ||github.com/_stats ||github.com/hydro_browser_events ||giveitlove.com/stats/ +||gj.mmstat.com^ ||glamourmagazine.co.uk^*/LogPageView ||glassmoni.researchgate.net^ ||glean.pop6.com^ ||global.canon^*/analytics.js -||global.ssl.fastly.net^$script,domain=argos.co.uk|desertsun.com|jsonline.com|lenovo.com|lohud.com|mentalfloss.com|radiotimes.com|sainsburys.co.uk|usatoday.com +||global.ssl.fastly.net^$script,domain=allmodern.com|argos.co.uk|birchlane.com|desertsun.com|eddiebauer.com|glassesusa.com|jsonline.com|kurtgeiger.com|lenovo.com|lohud.com|mentalfloss.com|naplesnews.com|perigold.com|quickship.com|quikshiptoner.com|radiotimes.com|sainsburys.co.uk|sanuk.com|ugg.com|usatoday.com|wayfair.co.uk|wayfair.com ||globes.co.il/ga.asp ||globes.co.il/shared/s.ashx? ||globester.com^*/track.js @@ -13684,7 +13229,6 @@ _mongo_stats/ ||gmonitor.aliimg.com^ ||gnar.grammarly.com^ ||gnavi.co.jp/analysis/ -||go.com/disneyid/responder? ||go.com/globalelements/utils/tracking ||go.com/stat/ ||go.com^*/analytics.js @@ -13724,7 +13268,6 @@ _mongo_stats/ ||hanksgalleries.com/stxt/counter.php? ||harvester.eu.square-enix.com^ ||harvester.hbpl.co.uk^ -||haxx.ly/counter/ ||hclips.com/js/0818.js ||hdzog.com/js/1308.js ||healthcarejobsite.com/Common/JavaScript/functions.tracking.js @@ -13739,7 +13282,6 @@ _mongo_stats/ ||herold.at/images/stathbd.gif? ||hexus.net/trk/$image ||higheredjobs.com/ClickThru/ -||hitcount.heraldm.com^ ||hitweb2.chosun.com^ ||hobsons.co.uk^*/WebBeacon.aspx? ||holiday-rentals.co.uk/thirdparty/tag @@ -13755,6 +13297,7 @@ _mongo_stats/ ||hothardware.com/stats/ ||hotmovs.com/get_country.php ||hotnews.ro/pageCount.htm? +||hotpads.com/node/api/comscore ||hotstar.com^*/identify ||hotstar.com^*/track ||houzz.com/js/log? @@ -13806,7 +13349,6 @@ _mongo_stats/ ||ibs.indiatimes.com^ ||ibt.com/front/js/counter.js ||icq.com/search/js/stats.js -||id.allegisgroup.com^ ||id.google.*/verify/*.gif ||id.localsearch.ch^ ||idolator.com/stats/ @@ -13837,20 +13379,17 @@ _mongo_stats/ ||independentmail.com/metrics/ ||indiatimes.com/trackjs10. ||indiatimes.com^*/notify.htm -||influxer.onion.com^ ||infogr.am/js/metrics.js ||infomine.com/imcounter.js -||infoq.com/scripts/tracker.js +||infoq.com/metrics/ ||informer.com/statistic? ||infospace.com^*=pageview& ||infusionextreme.com/tracker/ -||ingest.onion.com^ ||inmagine.com/j/ga.js ||ino.com/img/sites/mkt/click.gif ||inquiries.redhat.com^ ||insideline.com^*/dart1x1.gif ||insideline.com^*/edw1x1.gif -||insidesoci.al/track ||insire.com/imp? ||instructables.com/counter ||instyle.co.uk^*/tracking.js @@ -13863,6 +13402,7 @@ _mongo_stats/ ||internetslang.com/jass/$script ||intg.snapchat.com^ ||investegate.co.uk/Weblogs/IGLog.aspx? +||iono.fm/tracking? ||ip-adress.com/gl?r= ||ip.breitbart.com^ ||ip.pichunter.com^ @@ -13879,7 +13419,6 @@ _mongo_stats/ ||ixquick.*/elp? ||ixquick.*/pelp? ||ixs1.net/s/ -||jack.allday.com^ ||jakpost.net/jptracker/ ||jal.co.jp/common_rn/js/rtam.js ||jaludo.com/pm.php? @@ -13907,7 +13446,6 @@ _mongo_stats/ ||kelkoo.co.uk^*/tracker/ ||kelkoo.com/kk_track? ||kg.aws.mashable.com^ -||kiks.yandex. ||killerstartups.com^*/adsensev ||kinesisproxy.hearstlabs.com^ ||king.com/api/events? @@ -13918,10 +13456,11 @@ _mongo_stats/ ||klout.com/ka.js ||knoxnews.com/metrics/ ||kodakgallery.com^*/analytics_ +||kohls.com/_bm/_data +||kohls.com/test_rum? ||kosmix.com^*.txt?pvid= ||kyte.tv/flash/MarbachMetricsOmniture.swf ||kyte.tv/flash/MarbachMetricsProvider.swf -||l.5min.com^ ||laas.americanexpress.com^ ||lancasteronline.com/javascript/ga.php ||landrover.com/system/logging/ @@ -13941,8 +13480,6 @@ _mongo_stats/ ||likes.com/api/track_pv ||lilb2.shutterstock.com^ ||linguee.com*/white_pixel.gif? -||link.codeyear.com/img/ -||link.ex.fm/img/*.gif ||linkbucks.com/clean.aspx?task=record$image ||linkbucks.com/track/ ||linkedin.com/analytics/ @@ -13953,9 +13490,7 @@ _mongo_stats/ ||linuxtoday.com/hqxapi/ ||lipsy.co.uk/_assets/images/skin/tracking/ ||list.ru/counter? -||live-audience.dailymotion.com^ ||live.com/handlers/watson.mvc? -||live.philips.com^ ||livedoor.com/counter/ ||livejournal.com/ljcounter/? ||liveperson.net/hc/*/?visitor= @@ -13963,7 +13498,7 @@ _mongo_stats/ ||livestation.com^*/statistics.swf ||livestream.com^*/analytics/ ||livestrong.com/services/jslogging/ -||livesupport.zol.co.zw/image_tracker.php? +||lloydspharmacy.com^*/vwo.js ||lm.pcworld.com/db/*/1.gif ||loc.gov/js/ga.js ||loc.rediff.com^ @@ -13972,8 +13507,6 @@ _mongo_stats/ ||localmonero.co/static/ga.js ||location.bloomberg.com^ ||log.china.cn^ -||log.data.disney.com^ -||log.deutschegrammophon.com^ ||log.go.com^ ||log.hypebeast.com^ ||log.mappy.net^ @@ -13983,28 +13516,23 @@ _mongo_stats/ ||log.prezi.com^ ||log.quora.com^ ||log.snapdeal.com^ -||log.vdn.apps.cntv.cn^ ||log.wat.tv^ ||log.webnovel.com^ -||log1.24liveplus.com^ ||logg.kiwi.com^ ||logger-*.dailymotion.com^ ||logger.dailymotion.com^ ||logger.nerdwallet.com^ -||logger.viki.io^ ||logging.goodgamestudios.com^ -||loggingservices.tribune.com^ ||loggly.cheatsheet.com^ ||loglady.publicbroadcasting.net^ ||logs.dashlane.com^ ||logs.gaana.com^ ||logs.hotstar.com^ -||lolbin.net/stats.php +||logx.optimizely.com^ ||lolwot.com/B5xaqzSGvMTM.js ||lovefilm.com/api/ioko/log/ ||lovefilm.com/lovefilm/images/dot.gif ||lovefilm.com^*/lf-perf-beacon.png -||lsam.research.microsoft.com^ ||lslmetrics.djlmgdigital.com^ ||lucidchart.com/analytics_ ||luxurylink.com/t/hpr.php? @@ -14019,7 +13547,6 @@ _mongo_stats/ ||malibubright.com/krtrk/ ||mansion.com/collect.js? ||manta.com/sbb? -||maps.nokia.com^*/tracking.c.js ||marketgid.com/c? ||marketing.alibaba.com^ ||marketing.dropbox.com^ @@ -14034,10 +13561,9 @@ _mongo_stats/ ||mate1.com^*/iframe/pixel/ ||mate1.com^*/reg.logging.js ||mayoclinic.org/js/gconversion.js -||mcdp-sadc1.outbrain.com^ +||mcloud.to/log/ ||mdmpix.com/js/connector.php? ||mealime.com/assets/mealytics.js -||measure.office.com^ ||media-imdb.com/images/*/imdbads/js/beacon-$script ||media-imdb.com^*/adblock.swf ||mediaplex.com^*/universal.html @@ -14052,15 +13578,12 @@ _mongo_stats/ ||metacrawler.com/__kl.gif ||metric*.rediff.com^ ||metric-agent.i10c.net^ -||metric.gstatic.com^ ||metric.inetcore.com^ ||metrics.apartments.com^ -||metrics.aws.sitepoint.com^ ||metrics.bangbros.com^ ||metrics.cbn.com^ ||metrics.cbslocal.com^ ||metrics.cnn.com^ -||metrics.dailymotion.com^ ||metrics.ee.co.uk^ ||metrics.extremetech.com^ ||metrics.tbliab.net^ @@ -14087,7 +13610,6 @@ _mongo_stats/ ||miniclip.com^*/swhsproxy.swf? ||miniurls.co/track/ ||miniusa.com^*/trackDeeplink.gif? -||mint.boingboing.net^ ||mirror.co.uk^*/stats/ ||mitpress.mit.edu/wusage_screen_properties.gif ||ml.com/js/ml_dcs_tag_ @@ -14129,7 +13651,6 @@ _mongo_stats/ ||mozilla.com/js/track.js ||mozilla.net^*/webtrends/ ||mozilla.org/includes/min/*=js_stats -||mp.twitch.tv^ ||mp3lyrics.org^*/cnt.php? ||mql5.com/tr? ||msecnd.net^*/wt.js? @@ -14141,7 +13662,6 @@ _mongo_stats/ ||msn.com^*/track.js ||msxml.excite.com/*.gif? ||mto.mediatakeout.com/viewer? -||mtoza.vzaar.com^ ||mts-ws.rueducommerce.fr^ ||multiply.com/common/dot_clear.gif ||multiupload.com/extreme/?*&ref=$subdocument @@ -14149,6 +13669,7 @@ _mongo_stats/ ||my.com/v1/hit/ ||myanimelist.net/static/logging.html ||mydirtyhobby.com/tracker +||myfinance.com/api/au? ||myfitnesspal.com/assets/mfp_localytics.js ||mypaydayloan.com/setc.asp? ||mypoints.com/js/*ga.js? @@ -14160,6 +13681,7 @@ _mongo_stats/ ||mywebsearch.com^*/mws_bw.gif? ||n26.com/n26_sp_ ||nabble.com/static/analytics.js +||namebright.com/js/fp2.js ||naplesnews.com/metrics/ ||naptol.com/usr/local/csp/staticContent/js/ga.js ||nationalgeographic.com/stats/ax/ @@ -14171,7 +13693,6 @@ _mongo_stats/ ||naughtydog.com/beacon/ ||naukrigulf.com/logger/ ||naukrigulf.com^*/bms_display.php -||navlog.channel4.com^ ||nb.myspace.com^ ||nbcnews.com^*/analytics.js ||nbcudigitaladops.com/hosted/js/*_com.js @@ -14207,7 +13728,6 @@ _mongo_stats/ ||newscorpaustralia.com/akam/$script ||newser.com/utility.aspx? ||newsinc.com/players/report.xml?$image -||newsletter.mybboard.net/open.php? ||newstatesman.com/js/NewStatesmanSDC.js ||newswire.ca/rt.gif? ||nexon.net/log/ @@ -14264,6 +13784,7 @@ _mongo_stats/ ||omniture.stuff.co.nz^ ||omniture.theglobeandmail.com^ ||oms.expedia.com^ +||oneid.mmstat.com^ ||onetravel.com/TrackOnetravelAds.js ||oodle.co.uk/event/track-first-view/ ||oodle.com/js/suntracking.js @@ -14275,6 +13796,7 @@ _mongo_stats/ ||optimizely.com/js/geo.js ||optimum.net^*=pageview& ||optionsxpress.com^*/tracking.js +||oracle.com/js/stats.js ||orain.org/w/index.php/Special:RecordImpression? ||origin-tracking.trulia.com^ ||origin.chron.com^ @@ -14282,6 +13804,8 @@ _mongo_stats/ ||oscars.org/scripts/wt_include1.js ||oscars.org/scripts/wt_include2.js ||ostkcdn.com/js/p13n.js +||outbound.io^*/identify +||outbound.io^*/track ||overclock.net/p/$image ||overstock.com/dlp?cci=$image ||overstock.com/uniquecount @@ -14310,7 +13834,6 @@ _mongo_stats/ ||pclick.yahoo.com^ ||pcmag.com/mst/ ||pcmag.com^*/analytics.js -||pcp001.com/media/globalPixel.js ||peacocks.co.uk^*/analytics.js ||pearltrees.com/s/track? ||pepsi.com/js/pepsi_tracking.js @@ -14337,10 +13860,8 @@ _mongo_stats/ ||picbucks.com/track/ ||pichunter.com/logs/ ||pictopia.com^*/hb.gif? -||pictures.zooplus.com^ -||ping.buto.tv^ ||ping.hungama.com^ -||ping.tvmaze.com^ +||pingback.giphy.com^ ||pingback.issuu.com^ ||pings.blip.tv^ ||pinterest.com/_/_/report/ @@ -14354,19 +13875,16 @@ _mongo_stats/ ||pixel-static.spotify.com^ ||pixel.anyclip.com^ ||pixel.archive. -||pixel.buzzfeed.com^ ||pixel.digitalspy.co.uk^ ||pixel.dorehernowi.pro^ ||pixel.facebook.com^ ||pixel.honestjohn.co.uk^ -||pixel.klout.com^ ||pixel.naij.com^ ||pixel.newscgp.com^ ||pixel.newsdiscover.com.au^ ||pixel.pcworld.com^ ||pixel.propublica.org^ ||pixel.reddit.com^ -||pixel.redditmedia.com^ ||pixel.spotify.com^ ||pixel.staging.tree.com^ ||pixel.tuko.co.ke^ @@ -14381,20 +13899,17 @@ _mongo_stats/ ||playstation.com/beacon/ ||playstation.net/event/ ||plentyoffish.com/tracking.js -||pluto.airbnb.com^*.php?uuid= ||pnet.co.za/js/ga.js ||pokernews.com/track-views.php? ||poki.com/observer/ ||policeone.com/stat/ ||politico.com/resource/assets/js.min/video-tracking$script -||pong.gannettdigital.com^ ||popcap.com^*/interstitial_zones.js ||porndoo.com/lib/ajax/track.php ||pornhd.com/api/user/tracking ||porntube.com^*/track ||potterybarn.com/pbimgs/*/external/thirdparty.js ||potterybarnkids.com/pkimgs/*/external/thirdparty.js -||pound.buzzfeed.com^ ||powerreviews.com^*/ph.gif? ||presentationtracking.netflix.com^ ||presstv.ir/stat/ @@ -14422,7 +13937,6 @@ _mongo_stats/ ||pubarticles.com/_hits.php? ||pubarticles.com/add_hits_by_user_click.php ||pulsar.ebay.$ping,script -||pulse-analytics-beacon.reutersmedia.net^ ||purevpn.com/api/setCookies ||puritan.com/images/pixels/ ||pvstat.china.cn^ @@ -14443,7 +13957,6 @@ _mongo_stats/ ||racingbase.com/tracking_fetchinfo.aspx? ||racinguk.com/images/home_sponsors/ ||radio-canada.ca/lib/TrueSight/markerFile.gif? -||rainbow-uk.mythings.com^ ||rakuten-static.com/com/rat/ ||ralphlauren.com^*/icg.metrics.js ||rambler.ru/cnt/ @@ -14451,8 +13964,8 @@ _mongo_stats/ ||rarefilmfinder.com^*/cnt-gif1x1.php ||rat.rakuten.co.jp^$~xmlhttprequest ||razor.tv/site/servlet/tracker.jsp -||rd.meebo.com^ ||reachlocal.com/js/tracklandingpage.js +||readcube.com/assets/track_ ||real.com^*/pixel? ||real.com^*/track.htm? ||realitytvworld.com/images/pixel.gif @@ -14467,8 +13980,6 @@ _mongo_stats/ ||reddit.com^*.gif?$third-party ||redditmedia.com/gtm/jail? ||redeye.williamhill.com^ -||redfin.com/rift -||rediff.com^*?rkey= ||redtube.com/_status/pix.php ||redtube.com/_status/pixa.php ||redtube.com/blockcount| @@ -14478,7 +13989,7 @@ _mongo_stats/ ||redtube.com/trackimps ||redtube.com/trackplay? ||redtube.com^*/jscount.php -||refer.evine.com^ +||reelgood.com/gnikcart/track/ ||reference.com/track/ ||refinery29.com/api/stats? ||register.it/scripts/track_ @@ -14487,13 +13998,10 @@ _mongo_stats/ ||rent.com/track/visit/ ||rentalcars.com/tracking/ ||report-zt.allmusic.com^ -||report.shell.com^ ||reporter-times.com/js/tk.js? ||reporternews.com/metrics/ ||reporting.flymonarch.com^ -||reporting.onthebeach.co.uk^ ||reporting.theonion.com^ -||reporting.wilkinsonplus.com^ ||request.issuu.com^ ||resellerclub.com/helpdesk/visitor/index.php?$image ||retargeting.vistaprint.com^ @@ -14539,14 +14047,10 @@ _mongo_stats/ ||s-msn.com/br/gbl/js/2/report.js ||s-msn.com/primedns.gif?$domain=msn.com ||s-msn.com/s/js/loader/activity/trackloader.min.js -||s.infogr.am^ ||s.infogram.com^ ||s.youtube.com^ -||s2.youtube.com^ ||s3.amazonaws.com^$script,domain=decider.com|nypost.com|pagesix.com -||s3s-bofm.net/ouv2/*.gif$image,third-party ||sa.bbc.co.uk^ -||sa.bbc.com^ ||sa.squareup.com^ ||sa135.macworld.co.uk^ ||sabah.com.tr/Statistic/ @@ -14558,11 +14062,11 @@ _mongo_stats/ ||sana.newsinc.com.s3.amazonaws.com^ ||sap.com/global/ui/js/trackinghelper.js ||sasontnwc.net/track/ -||satellite-tv-guides.com/stat/ ||sayac.hurriyettv.com^ -||sb.vevo.com^ +||sb-cd.com^*.d-aeon.js ||sc.cc.com^ ||scdn.co/build/js/tracking- +||scdn.co/cdn/js/gtag.$script,domain=spotify.com ||sciencedaily.com/blank.htm ||sciencedaily.com/cache.php? ||scluster3.cliphunter.com^ @@ -14577,7 +14081,6 @@ _mongo_stats/ ||scripts.snowball.com/scripts/images/pixy.gif ||sdc.com/sdcdata.js ||search.ch/audit/ -||search.firstplace.com^*pageview ||search.usa.gov/javascripts/stats.js ||search.yahoo.com/ra/click? ||searchenginewatch.com/utils/article_track/ @@ -14593,7 +14096,6 @@ _mongo_stats/ ||seedr.cc/tr.js ||selfip.org/counter/ ||sella.co.nz^*/sella_stats_ -||sense.dailymotion.com^ ||seoquake.com/seoadv/audience/3.gif ||servedby.o2.co.uk^ ||servedby.yell.com/t.js?cq @@ -14608,6 +14110,7 @@ _mongo_stats/ ||shopautoweek.com/js/modules/tracker.js ||shopify.com/track.js ||shoplocal.com/dot_clear.gif? +||shopmetric.rediff.com^ ||shopping.com/pixel/ ||shopsubmit.co.uk/visitor.ashx ||shoutcast.com/traffic/? @@ -14619,10 +14122,8 @@ _mongo_stats/ ||similarsites.com/sbbgate.aspx/ ||simplyhired.com^*/hit? ||sinaimg.cn/unipro/pub/ -||singer22-static.com/stat/ ||sitelife.ehow.com^ ||sitemeter.com/meter.asp -||sixpack.udimg.com^ ||sk-static.com/javascripts/songkick/analytics/ ||sky.com^*/hightrafficsurveycode.js ||sky.com^*/incomeGeneratingDevicesExpanding.js @@ -14654,9 +14155,7 @@ _mongo_stats/ ||smetrics.delta.com^ ||snakesworld.com/cgi-bin/hitometer/ ||snorgtees.com/js/digitalbasement/conversion.js -||snowplow-collector.sugarops.com^ ||socialcodedev.com/pixel/ -||socialstreamingplayer.crystalmedianetworks.com/tracker/ ||soe.com/js/web-platform/web-data-tracker.js ||sofascore.com/geoip.js ||somniture.theglobeandmail.com^ @@ -14676,7 +14175,6 @@ _mongo_stats/ ||sp.bucyrustelegraphforum.com^ ||sp.burlingtonfreepress.com^ ||sp.caller.com^ -||sp.centralfloridafuture.com^ ||sp.chillicothegazette.com^ ||sp.cincinnati.com^ ||sp.citizen-times.com^ @@ -14696,6 +14194,7 @@ _mongo_stats/ ||sp.desmoinesregister.com^ ||sp.detroitnews.com^ ||sp.dnj.com^ +||sp.fanatical.com^ ||sp.fdlreporter.com^ ||sp.floridatoday.com^ ||sp.freep.com^ @@ -14766,7 +14265,6 @@ _mongo_stats/ ||sp.thetowntalk.com^ ||sp.timesrecordnews.com^ ||sp.tinymce.com^ -||sp.udimg.com^ ||sp.usatoday.com^ ||sp.vcstar.com^ ||sp.visaliatimesdelta.com^ @@ -14776,21 +14274,20 @@ _mongo_stats/ ||sp.yorkdispatch.com^ ||sp.zanesvilletimesrecorder.com^ ||spanids.dictionary.com^ -||spanids.reference.com^ ||spanids.thesaurus.com^ ||spankbang.com/api? ||spankbang.com/api| -||spankbang.com^*.d-ai-why.js +||spankbang.com/pte? ||speakertext.com/analytics/ ||speed.wikia.net^ ||spinmedia.com/clarity.min.js -||spinmediacdn.com/clarity.min.js ||splurgy.com/bacon/*_ct.gif$image ||spoonful.com^*/tracking.js ||spoor-api.ft.com/px.gif ||sporcle.com/adn/yaktrack.php? ||sportingnews.com/px/ ||sportsmole.co.uk/track*.gif? +||spotify.com^*/logging/ ||spotify.com^*/metric ||spotlight.accuweather.com^ ||spreaker.com^*/statistics/ @@ -14798,7 +14295,6 @@ _mongo_stats/ ||srt.pch.com^ ||srtb.msn.com^ ||ssc.api.bbc.com^ -||ssl-stats.wordpress.com^ ||sstats.oui.sncf^ ||st.arte.tv^ ||stan.xing.com^ @@ -14813,7 +14309,6 @@ _mongo_stats/ ||stat.pubhtml5.com^ ||stat.ruvr.ru^ ||stat.tildacdn.com^ -||stat.torrentbar.com^ ||stat.xhamsterpremium.com^ ||statesmanjournal.com^*/articlepageview.php? ||static.ow.ly^*/click.gz.js @@ -14828,10 +14323,8 @@ _mongo_stats/ ||stats.articlesbase.com^ ||stats.avg.com^ ||stats.bbc.co.uk^ -||stats.behance.net^ ||stats.binki.es^ ||stats.blogg.se^ -||stats.break.com^ ||stats.cardschat.com^ ||stats.cdngeek.com^$domain=edugeek.net ||stats.cheddar.com^ @@ -14839,43 +14332,27 @@ _mongo_stats/ ||stats.clear-media.com^ ||stats.digg.com^ ||stats.dnaindia.com^ -||stats.ebay.com^ -||stats.europe.newsweek.com^ ||stats.eyeviewdigital.com^ -||stats.farfetch.com^ ||stats.fs.com^ ||stats.harpercollins.com^ ||stats.ibtimes.co.in^ ||stats.ibtimes.co.uk^ -||stats.macmillanusa.com^ -||stats.mehrnews.com^ ||stats.nimiq-network.com^ ||stats.nymag.com^ ||stats.opoloo.de^ ||stats.oui.sncf^ ||stats.pandora.com^ ||stats.paste2.org^ -||stats.paypal.com^ ||stats.piaggio.com^ ||stats.propublica.org^ ||stats.pusher.com^ -||stats.radiostreamlive.com^ -||stats.redditmedia.com^ ||stats.searchftps.net^ ||stats.searchftps.org^ -||stats.searchsight.com^ -||stats.sharenet.co.za^ ||stats.shoppydoo.com^ -||stats.slashgear.com^ ||stats.slideshare.net^ ||stats.someecards.com^ -||stats.storify.com^ -||stats.suite101.com^ ||stats.townnews.com^ -||stats.tvmaze.com^ ||stats.uswitch.com^ -||stats.vc.gg^ -||stats.video.search.yahoo.com^ ||stats.videodelivery.net^ ||stats.visistat.com^ ||stats.vulture.com^ @@ -14885,18 +14362,14 @@ _mongo_stats/ ||stats.ynet.co.il^ ||stats.zmags.com^ ||stats02.topix.com^ -||statscol.pond5.com^ ||statstracker.celebrity-gossip.net^ ||stattrack.0catch.com^ ||stbt.coupons.com^ -||stcollection.moneysupermarket.com^ ||stickpage.com/counter.php ||stocktwits.com/spaceape-web.gif? ||stomp.com.sg/site/servlet/tracker ||store.yahoo.net^*/ywa.js ||storenvy.com/tracking/ -||storewidesearch.com/imn/mn.gif? -||streamstats1.blinkx.com^ ||streetdirectory.com/tracking/ ||streetfire.net/flash/trackingutility.swf ||streetfire.net/handlers/logstreamfileimpression.ashx? @@ -14912,7 +14385,6 @@ _mongo_stats/ ||sugarvine.com/inc/tracking.asp ||suite101.com/tracking/ ||sun.com/share/metrics/ -||sundayskylb1.com/sst.gif? ||supermediastore.com/web/track? ||superpages.com/ct/clickThrough? ||surinenglish.com/acceso.php? @@ -14920,7 +14392,9 @@ _mongo_stats/ ||sysomos.com/track/ ||t-ak.hulu.com^ ||t.9gag.com^ +||t.allmodern.com^ ||t.appsflyer.com^ +||t.birchlane.com^ ||t.blinkist.com^ ||t.cinemablend.com^ ||t.dailymail.co.uk^ @@ -14929,22 +14403,25 @@ _mongo_stats/ ||t.freelancer.com^ ||t.hulu.com/beacon/ ||t.indeed.com^ +||t.jossandmain.com^ ||t.kck.st^ -||t.my.jobs^ ||t.paypal.com^ +||t.perigold.com^ ||t.regionsjob.com^ -||t.vimeo.com^ +||t.wayfair.ca^ +||t.wayfair.co.uk^ ||t.wayfair.com^ +||t.wizaly.com^ ||t2.hulu.com^ ||t2.huluim.com^ ||t3.com/js/trackers.js ||tab.co.nz/track? -||tag-stats.huffpost.com^ ||tagcommander.laredoute. +||tagger.ope.scmp.com^ +||taglocker.target.com^ ||tags.aljazeera. ||tags.msnbc.com^ ||tags.news.com.au^$script -||tags.transportdirect.info^ ||tagx.nytimes.com^ ||takealot.com/rest/^*/collect ||talktalk.co.uk^*/log.html @@ -14952,6 +14429,7 @@ _mongo_stats/ ||target.com/ci/$script ||targetspot.com/track/ ||tarot.com/stats/ +||taskulu.com/mtc/event ||tck.bangbros.com^ ||tcog.news.com.au^$~xmlhttprequest ||tcpalm.com/metrics/ @@ -14959,9 +14437,8 @@ _mongo_stats/ ||tdwaterhouse.co.uk^*/track.js ||ted.dailymail.co.uk^ ||ted.metro.co.uk^ -||ted1.metro.co.uk^ +||telegraph.api.hbo.com^ ||telegraph.co.uk^*/tmglmultitrackselector.js -||telemetry.qa.webex.com^ ||telemetry.tradingview.com^ ||telerium.net/geo.php ||tempo.inc.com^ @@ -14985,6 +14462,7 @@ _mongo_stats/ ||thejc.com/metatraffic2/ ||thenewsroom.com//playerreporting/ ||theolivepress.es/cdn-cgi/cl/ +||theregister.co.uk/k/abt_bb ||thesaurus.com/track/ ||theseforums.com/track/ ||thesmokinggun.com^*/jsmd.js @@ -15005,9 +14483,12 @@ _mongo_stats/ ||tk.kargo.com^ ||tkpi.delta.com^ ||tmagazine.com/js/track_ +||tms.eharmony.ca^ +||tms.eharmony.co.uk^ ||tnla.thenewslens.com^ ||tongji.meizu.com^ ||tools.ranker.com^ +||top.gg/api/auctions/impression ||top.wn.com^ ||topix.com/t6track/ ||toros.co/collect.php @@ -15018,24 +14499,21 @@ _mongo_stats/ ||torrentz.ph/ping? ||tortoise.proboards.com/tortoise.pl? ||toshibadirect.com^*/remarketing_google.js -||total.shanghaidaily.com^ ||totalporn.com/videos/tracking/?url= ||tottenhamhotspur.com/media/javascript/google/ ||toyota.com/analytics/ ||toyota.jp/onetag/ +||tp-link.com^*/addHits.html ||tp.ranker.com^ ||tqn.com/px/? ||tr.snapchat.com^ ||tracelog.www.alibaba.com^ -||tracer.perezhilton.com^ ||track.briskfile.com^ ||track.catalogs.com^ ||track.cbs.com^ -||track.codepen.io^ ||track.collegehumor.com^ ||track.dictionary.com^ ||track.engagesciences.com^ -||track.ft.com^ ||track.fxstreet.com^ ||track.hubspot.com^ ||track.netzero.net^ @@ -15060,7 +14538,6 @@ _mongo_stats/ ||tracker.calameo.com^ ||tracker.cpapath.com^ ||tracker.jawcloud.co^ -||tracker.joost.com^ ||tracker.lolalytics.com^ ||tracker.mattel.com^ ||tracker.nbcuas.com^ @@ -15068,17 +14545,13 @@ _mongo_stats/ ||tracker.pandora.com^ ||tracker.pinnaclesports.com^ ||tracker.realclearpolitics.com^ -||tracker.redditmedia.com^ -||tracker.revip.info^ ||tracker.secretescapes.com^ ||tracker.shopclues.com^ ||tracker.uprinting.com^ -||tracker.washtimes.com^ ||tracker.wordstream.com^ ||tracking.ancestry.com^ ||tracking.batanga.com^ ||tracking.battleon.com^ -||tracking.carprices.com^ ||tracking.carsales.com.au^ ||tracking.chacha.com^ ||tracking.conduit.com^ @@ -15087,7 +14560,6 @@ _mongo_stats/ ||tracking.gfycat.com/viewCount/ ||tracking.goodgamestudios.com^ ||tracking.hsn.com^ -||tracking.koego.com^ ||tracking.military.com^ ||tracking.mycapture.com^ ||tracking.nextdoor.com^ @@ -15096,28 +14568,20 @@ _mongo_stats/ ||tracking.oui.sncf^ ||tracking.porndoelabs.com^ ||tracking.pornhd.com^ -||tracking.realtor.com^ ||tracking.resumecompanion.com^ ||tracking.shoptogether.buy.com^ ||tracking.softwareprojects.com^ ||tracking.teamskeet.com^ ||tracking.tidalhifi.com^ -||tracking.times247.com^ ||tracking.ukwm.co.uk^ ||tracking.unitednaturals.com^ ||tracking.unrealengine.com^ -||tracking.ustream.tv^ -||tracking.yourfilehost.com^ ||trackpm.shop2market.com^ ||trade-it.co.uk/counter/ ||tradetrucks.com.au/ga. ||traffic.buyservices.com^ -||traffic.tuberip.com^ ||trainup.com/inc/TUPTracking.js -||traktr.news.com.au^ -||trax.tvguide.com^ ||trb.com/hive/swf/analytics.swf -||trck.sixt.com^ ||tre.emv3.com/P? ||treatme.co.nz^*/Census.js ||treato.com/api/analytics? @@ -15152,10 +14616,10 @@ _mongo_stats/ ||tunein.com^*/log/ ||turn.com/js/module.tracking.js ||turnsocial.com/track/ -||tv-links.eu/qtt_spacer.gif ||tvshark.com/stats.js ||tw.i.hulu.com^ ||tweako.com/imp.php +||tweakreviews.com/count-banner ||twimbow.com/serverreq/twbtracker.php$xmlhttprequest ||twitch.tv/track/ ||twitter.com/1.1/jot/client_event.json @@ -15173,17 +14637,16 @@ _mongo_stats/ ||txmblr.com^*/pixel^ ||txn.thenewsroom.com^ ||typepad.com/t/stats? -||u.bb/omni*.swf| ||u.tv/utvplayer/everywhere/tracking.aspx? ||ucoz.com/stat/ ||ucweb.com/collect/ ||ui-portal.com/1and1/mailcom/s? ||uie.data.cbc.ca^ +||uiz.io^*/fpr.js ||ulogin.ru/stats.html ||ultimedia.com/deliver/statistiques/ ||ultra-gamerz-zone.cz.cc/b/stats? ||unicornapp.com^*/Metrics/ -||unid.go.com^ ||unionleader.com/js/ul/ga.js ||unisys.com^*/dcsMultiTrack.js ||unisys.com^*/dcsMultiTrackFastSearch. @@ -15201,15 +14664,11 @@ _mongo_stats/ ||upsellit.com^*/visitor? ||uptpro.homestead.com^ ||urbanlist.com/event/track-first-view/ -||urchin-tracker.bigpoint.net^ -||urlcheck.hulu.com^ ||usage.zattoo.com/?adblock= ||usell.com/bug.gif? ||user-metrics.onthemarket.com^ ||userfly.com^ ||usps.com/survey/ -||ut.ratepoint.com^ -||uts-rss.crystalmedianetworks.com/track.php? ||v.fwmrm.net/ad/*defaultImpression ||v.fwmrm.net/ad/*slotImpression ||v.oui.sncf^ @@ -15222,7 +14681,6 @@ _mongo_stats/ ||velaro.com/lf/monitor2.aspx? ||venere.com/common/js/track.js ||verizonwireless.com/mpel.js? -||vertical-stats.huffingtonpost.com^ ||vevo.com/audit.ashx? ||vg247.com/pv? ||viamichelin.co.uk^*/stats.js @@ -15236,6 +14694,7 @@ _mongo_stats/ ||video.msn.com/frauddetect.aspx? ||video.nbc.com^*/metrics_viral.xml ||video.syfy.com/lg.php +||videobolt.net/api/log ||videoplaza.com/proxy/tracker? ||videopremium.tv/dev/tr.js ||videotracker.washingtonpost.com^ @@ -15245,7 +14704,6 @@ _mongo_stats/ ||vimeo.com/log/ ||vimeo.com^*?type=$ping ||vimeocdn.com/js_opt/ablincoln_combined.min.js -||vimeocdn.com/js_opt/modules/utils/vuid.min.js ||viralnova.com/track.php ||viralogy.com/javascript/viralogy_tracker.js ||virginholidays.co.uk/_assets/js/dc_storm/track.js @@ -15256,7 +14714,6 @@ _mongo_stats/ ||visit.theglobeandmail.com^ ||visitors.sourcingmap.com^ ||visualware.com/vvv? -||vitamine.networldmedia.net^ ||vixy.net/fb-traffic-pop.js ||vk.com/js/lib/px.js ||vmware.com/files/include/ga/ @@ -15268,9 +14725,9 @@ _mongo_stats/ ||voyages-sncf.com^*/vsca.js ||voyeurhit.com/get_country.php ||voyeurhit.com/js/a2210.js +||vrv.co/ip ||vs.target.com^ ||vs4food.com/ERA/era_rl.aspx -||vstat.vidigy.com^ ||vstats.digitaltrends.com^ ||vzaar.com/libs/stats/ ||w88.espn.com^ @@ -15279,6 +14736,7 @@ _mongo_stats/ ||wa.metro.co.uk^ ||wa.ui-portal.de^ ||wachovia.com^*/stats.js +||wal.co/cdn-perf.min.js ||wal.wolfram.com^ ||wallcannrewards.com^*/index.php? ||walletpop.com/track/ @@ -15292,7 +14750,6 @@ _mongo_stats/ ||watch-series.to/analytics.html ||watchmouse.com^*/jsrum/ ||watson.live.com^ -||wavescape.mobi/rest/track/ ||wblt.oui.sncf^ ||wcnc.com/g/g/button/ ||weather.com/pagelet/metrics/ @@ -15306,13 +14763,11 @@ _mongo_stats/ ||webengage.sky.com^$xmlhttprequest ||webjam.com/Actions/Hit.jam? ||weblog.strawberrynet.com^ -||weblogger01.data.disney.com^ ||webmd.com/dtmcms/live/webmd/PageBuilder_Assets/JS/oas35.js ||webmd.com/pixel/ ||webmd.com^*/tools/dsppixels.js ||webmonkey.com/js/stats/ ||webring.com/cgi-bin/logit? -||webstats.perfectworld.com^ ||webstats.thesoul-publishing.com^ ||webyclip.com/WebyClipAnalytics.html ||weeklyblitz.net/tracker.js @@ -15330,9 +14785,9 @@ _mongo_stats/ ||wikinvest.com/plugin/api.php?*=metricld& ||wikio.com/shopping/tracking/hit.jsp? ||wikipedia.org/beacon/ +||wills.co.tt/analytics ||windowscentral.com^*/linkid.js ||windowsphone.com/scripts/siteTracking.js -||winter.metacafe.com^ ||wired.co.uk^*/Statistics/ ||wired.com/ecom/ ||wired.com/event? @@ -15342,7 +14797,6 @@ _mongo_stats/ ||wla.vivaldi.com^ ||wnd.com/s.js ||wolfram.com/common/javascript/wal/ -||worksheetsengine.com/fd/ls/l? ||worldgolf.com^*/js/track.js ||worldnow.com/ajax?callback=po_a&$xmlhttprequest ||worldnow.com/global/tools/video/Namespace_VideoReporting_DW.js @@ -15356,15 +14810,10 @@ _mongo_stats/ ||wstats.e-wok.tv^ ||wtk.db.com^ ||wunderground.com/tag.php -||wusstrack.wunderground.com^ ||wwe.com/sites/all/modules/wwe/wwe_analytics/ ||www.google.*/imgevent?$script ||www.google.*/imghover?$image ||www.imdb.*/rd/?q= -||wzus.askkids.com^ -||wzus1.ask.com^ -||wzus1.reference.com^ -||wzus1.thesaurus.com^ ||xbox.com/tags? ||xbox.com^*/vortex_tracking.js ||xda-cdn.com/analytics.js @@ -15435,6 +14884,7 @@ _mongo_stats/ ||youtube.com/api/stats/ads? ||youtube.com/api/stats/delayplay? ||youtube.com/api/stats/qoe? +||youtube.com/api/stats/watchtime ||youtube.com/get_video? ||youtube.com/ptracking? ||youtube.com/s? @@ -15453,6 +14903,7 @@ _mongo_stats/ ||zdnet.com/wi? ||zedo.com/img/bh.gif? ||zeus.slader.com^ +||zion.api.cnn.io^ ||zmags.com/CommunityAnalyticsTracking ||zoomin.tv/impressions/ ||zoomin.tv/impressionsplayers/ @@ -15465,18 +14916,70 @@ _mongo_stats/ ||zylom.com^*/global_tracking.jsp? ||zylom.com^*/tracking_spotlight.js ||zytpirwai.net/track/ +! Forter +/^https?:\/\/.*[a-f0-9]{6,}\.cdn.*\.forter\.com\//$script,third-party +||forter.com/events +! Airbnb facebook tracking +||airbnb.*/facebook_advanced_matchings? ! PerimeterX +||apartmenttherapy.com/jAYekY18/ +||auctionzip.com/eKtvxkQ2/ ||bloomberg.com/8FCGYgk4/ +||booktopia.com.au/px_section_fetch/ +||carbon38.com/7G7BfRT2/ +||carolina.com/2gSJHc90/ +||carolsdaughter.com/IZ/ +||cookpad.com^*/init.js +||couchsurfing.com/bEcn7fQX/ +||creativemarket.com/OfRh1WNK/ +||crunchbase.com/rw7M6iAV/ +||drupal.org/VnPBBfwe/ +||foodora.ca/lJuB4eTB/ +||foodora.fi/lJuB4eTB/ +||foodora.se/lJuB4eTB/ +||foodpanda.bg/lJuB4eTB/ +||foodpanda.ph/lJuB4eTB/ +||foodpanda.pk/lJuB4eTB/ +||foodpanda.ro/lJuB4eTB/ +||foodpanda.sg/lJuB4eTB/ +||foursquare.com/0UqK4c76/ +||giphy.com/h52DW03a/ +||hotelhunter.com/QUkd4lO9/ +||hotelpricecomparison.net/QUkd4lO9/ +||hotels-scanner.com/QUkd4lO9/ +||hotels.biyi.cn/QUkd4lO9/ +||hotelscombined.com/QUkd4lO9/ +||hotpads.com/xOR1K5b6/ +||kerastase-usa.com/IZ/ ||kiehls.com/IZ/G8ATFja1/ -||lancome-usa.com/IZ/q99AlOxk/ -||laroche-posay.us/IZ/9VyUvZ4f/ -||nyxcosmetics.com/IZ/LZNv2dn4/ -||ralphlauren.fr/IZ/fr_FR/jBdHNCWl/ +||kiva.org/r3pNVz1F/ +||lancome-usa.com/IZ/ +||laroche-posay.us/IZ/ +||madlan.co.il/o4wPDYYd/ +||magiquiz.com/YeuWA5s0/ +||nyxcosmetics.com/IZ/ +||octopart.com/px/client/PX0Py5pczN/ +||onlinepizza.se/lJuB4eTB/ +||pier1.com/cqAfo9Jx/ +||ralphlauren.co.uk/IZ/ +||ralphlauren.de/IZ/ +||ralphlauren.fr/IZ/ ||seatgeek.com/aG6ZzoXU/ ||seekingalpha.com/xgCxM9By/ +||skechers.com/dL6GOSf9/ +||sweetwater.com/p2TBVNJZ/ +||therealreal.com/ev56mY37/ +||twentytwowords.com/3CVQBi14/ +||wine-searcher.com/K6S8okp3/ +||zazzle.ca/a0o07ort/ +||zazzle.co.uk/a0o07ort/ +||zazzle.com.au/a0o07ort/ +||zazzle.com/a0o07ort/ ||zillow.com/HYx10rg3/ ! Consent/GDPR tracking +||bournemouthecho-gb.bournemouthecho.co.uk^ ||bucksfreepress-gb.bucksfreepress.co.uk^ +||cdn-alliancegravity.s3.amazonaws.com^ ||cmp.arnnet.com.au^ ||cmp.cio.com.au^ ||cmp.cmo.com.au^ @@ -15487,47 +14990,80 @@ _mongo_stats/ ||cmp.greenbot.com^ ||cmp.macworld.co.uk^ ||cmp.macworld.com^ +||cmp.osano.com^ ||cmp.pcworld.co.nz^ ||cmp.pcworld.com^ ||cmp.pcworld.idg.com.au^ ||cmp.techadvisor.co.uk^ ||cmp.techhive.com^ +||commsvc.stern.de^ +||consent.api.osano.com^ +||consent.inm.ie^ +||ep00.epimg.net^ ||eurogamer-uk.eurogamer.net^ +||fuse.forbes.com^ ||gazette-news-gb.gazette-news.co.uk^ +||glasgowtimes-gb.glasgowtimes.co.uk^ +||greenocktelegraph-gb.greenocktelegraph.co.uk^ ||h-bid.com^$third-party +||heraldscotland-gb.heraldscotland.com^ +||isgprivacy.cbsi.com^ +||keighleynews-gb.keighleynews.co.uk^ ||mdn.neowin.net^ +||mmm.carbuyer.co.uk^ +||mms.gocomics.com^ ||orionis.techradar.com^ ||rps-p2.rockpapershotgun.com^ ||rps-uk.rockpapershotgun.com^ +||sourcepoint.vice.com^ ||sthelensstar-gb.sthelensstar.co.uk^ +||swindonadvertiser-gb.swindonadvertiser.co.uk^ ||thenational-gb.thenational.scot^ ||ttauri.laptopmag.com^ +||ttauri.livescience.com^ ||ttauri.tomsguide.com^ ||ttauri.tomshardware.com^ ||vg247.com/wp-content/themes/vg247/scripts/mvg247-fsm.js +||weather.com/weather/*.sourcepoint +||wiltshiretimes-gb.wiltshiretimes.co.uk^ ||worcesternews-gb.worcesternews.co.uk^ ||yourlocalguardian-gb.yourlocalguardian.co.uk^ ! Eulerian ||0sbm.consobaby.co.uk^ ||319dn.dieti-natura.com^ +||5ijo.01net.com^ ||6ddc.tartine-et-chocolat.com^ ||6pal.consobaby.com^ ||7lbd4.armandthiery.fr^ ||7mx.eider.com^ ||913nd.dieti-natura.es^ ||a8ht.hipp.fr^ +||ar.i-run.fr^ +||azg1.emalu-store.com^ +||bhu9.bankia.es^ +||c4dv.copinesdevoyage.com^ ||ch0p.darty.com^ +||cls7.theushuaiaexperience.com^ +||cpgo.avatacar.com^ ||cse3.chausport.com^ +||ct5m.citadium.com^ +||di8n.bfmtv.com^ +||dko.vente-unique.nl^ +||doa1.immobilier-neuf.com^ ||dt.nrjmobile.fr^ +||dv59b.montecarlomeeting.com^ +||dvo.assurandme.fr^ +||dxe2.heip.fr^ ||ea.auchantelecom.fr^ ||ea.aujourdhui.com^ +||ea.bouquetnantais.com^ ||ea.celio.com^ ||ea.ciblo.net^ -||ea.clubic.com^ ||ea.deguisetoi.fr^ ||ea.diamant-unique.com^ ||ea.fleurancenature.fr^ ||ea.greenweez.com^ +||ea.habitat.de^ ||ea.habitat.fr^ ||ea.histoiredor.com^ ||ea.hofmann.es^ @@ -15535,93 +15071,146 @@ _mongo_stats/ ||ea.homair.com^ ||ea.jeuxvideopc.com^ ||ea.kauf-unique.at^ +||ea.kauf-unique.de^ ||ea.lafrancedunordausud.fr^ ||ea.laredoute. +||ea.leskidunordausud.fr^ +||ea.lespagnedunordausud.fr^ ||ea.lexpress.fr^ +||ea.megustaleer.com.pe^ +||ea.megustaleer.com^ ||ea.melijoe.com^ ||ea.millet-mountain.com^ ||ea.millet.fr^ ||ea.monsieurmanuel.com^ ||ea.natiloo.com^ -||ea.pixmania. +||ea.odalys-vacances.com^ +||ea.odalys-vacation-rental.com^ +||ea.officedepot.fr^ +||ea.pixmania.de^ +||ea.pixmania.dk^ +||ea.pixmania.fi^ +||ea.pixmania.ie^ +||ea.pixmania.it^ +||ea.pixmania.nl^ +||ea.pixmania.pl^ +||ea.pixmania.se^ +||ea.placedestendances.com^ ||ea.rentacar.fr^ ||ea.rueducommerce.fr^ ||ea.venta-unica.com^ ||ea.vente-unique.be^ ||ea.vente-unique.ch^ ||ea.vente-unique.com^ +||ea.vente-unique.lu^ ||ea.warnerbros.fr^ ||ef.futuroscope.com^ +||ef.futuroscope.mobi^ ||ek8.voyage-prive.com^ ||et.unclejeans.com^ +||eulerian.belambra.be^ +||eulerian.belambra.fr^ ||eulerian.brandalley.fr^ ||eulerian.madeindesign.com^ ||eulerian.mathon.fr^ +||eulerian.officiel-des-vacances.com^ ||eulerian.sarenza.com^ ||eulerian.splendia.com^ ||eultech.fnac.com^ +||eur3.mvjcdn.com^ ||exd4.destinia.com.au^ ||f7ds.liberation.fr^ ||fs.com/js/analysis.js ||fsz1.francoisesaget.com^ ||gdm1.toner.fr^ +||gjr5.yoigo.com^ ||guq9.vente-unique.it^ +||mj23.eulerian.com^ ||mo.moonpig.com^ ||mva1.maeva.com^ ||ncx2.voyage-prive.it^ ||netc.sfr.fr^ ||noa0.compteczam.fr^ +||nrg.red-by-sfr.fr^ ||oal2.destinia.co.uk^ +||ocm8.masmovil.es^ ||ojm4.palladiumhotelgroup.com^ ||pbox.photobox.de^ ||pgt1.voyage-prive.es^ ||po.ponant.com^ ||ski1.skiset.com^ ||sls2.loisirsencheres.com^ +||snr4.canalplus.com^ +||ssrlot.lotoquebec.com^ +||sykc.madeindesign.ch^ +||t.locasun.de^ +||t.locasun.es^ +||t.locasun.fr^ +||t.locasun.it^ +||t.locasun.nl^ ||tdf1.admyjob.com^ +||tdf1.easyviaggio.com^ +||tdf1.easyviajar.com^ +||tdf1.easyvols.fr^ +||tdf1.easyvoyage.co.uk^ +||tdf1.easyvoyage.com^ +||tdf1.easyvoyage.de^ +||tdf1.laredoute.fr^ +||tdf1.vente-unique.pt^ +||tlp5.mimale.com^ ||tpa7.iahorro.com^ +||tracking.3ds.com^ ||tsj0.madeindesign.com^ +||tvl8.supdecreation.com^ ||upz1.destinia.lt^ ||uue2.destinia.ir^ ||vbe.voyage-prive.be^ ||vch.voyage-prive.ch^ ||vde1.voyage-prive.de^ +||vet0.carrefour-banque.fr^ ||vfo.voyage-prive.co.uk^ +||vgo.vegaoo.co.uk^ ||vgo.vegaoo.de^ ||vgo.vegaoo.es^ ||vgo.vegaoo.nl^ +||vgo.vegaoo.pt^ ||vgo.vegaooparty.com^ +||vgo.vegaoopro.com^ ||vnf4.belleetbio.com^ ||vnl1.voyage-prive.nl^ ||vpf4.euskaltelofertas.com^ ||vry9.destinia.com^ ||vtf2f.banque-casino.fr^ +||wdr9.inseec.com^ ||we.wecanimal.pt^ ||wph2.destinia.us^ ||xay5o.toscane-boutique.fr^ ||xfn6.monaco.edu^ ||xy33.smallable.com^ +||yh6u.dealeusedevoyages.com^ ||yoc.younited-credit.com^ +||znq9.destinia.mx^ +||zrw1.destinia.jp^ +||zsi7.destinia.do^ +||zyq2.destinia.sk^ ! Fingerprintjs +/^https?:\/\/.*www\.bhphotovideo\.com\/[a-z0-9]{19,23}\.js/$script,xmlhttprequest +/^https?:\/\/.*www\.corsair\.(fr|ci|ca|gp|mq|re)\/[a-z0-9]{19,23}\.js/$script,xmlhttprequest +||aerlingus.com/ahktqsewxjhguuxe.js ||aerlingus.com/ahktqsewxjhguuxexhr.js -||bhphotovideo.com/otohphnbwwwdfrecfrassezttzratf.js -||corsair.ca/fhvgmjltiihwkder318017.js -||corsair.ci/tnxogewzjvouitrr151129.js -||corsair.fr/khheuzrqqbmnpjwh477614.js -||corsair.gp/ujzubdiujrzavmni049384.js -||corsair.mq/cmponmkefevidwva512434.js -||corsair.re/qbjhuhsodmlfqpwd529129.js ||greenmangaming.com/omnopfddrdlevbbh.js ||gumtree.com/ycxwzbcsxennhrkc.js ||gumtree.com/ycxwzbcsxennhrkcxhr.js ||paxful.com/bmlsclxndnomunnk.js +||teepublic.com/binfgkxpxaizujgk.js ! stackoverflow /client-timings$domain=askubuntu.com|mathoverflow.net|serverfault.com|stackexchange.com|stackoverflow.com|superuser.com /gps/event$domain=askubuntu.com|mathoverflow.net|serverfault.com|stackexchange.com|stackoverflow.com|superuser.com ! Mining $subdocument,third-party,domain=estream.to -$websocket,domain=123moviesgo.nl|123movieshub.asia|123movieshub.cx|123telugu.com|7tors.com|ajplugins.com|akvideo.stream|alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu.net|bigspeeds.com|biter.tv|bitvid.sx|bmovie123.me|bmoviego.me|bmovies123.me|btstors.com|bypassed.ws|byter.tv|catrumahminimalis.me|centrum-dramy.pl|cinemafacil.com|clipwatching.com|cmovieshd.nl|coinfaucet.eu|coinhub.win|coinminingonline.com|crictime.com|crictime.is|ddmix.net|dekoder.ws|deltabit.co|descargas2020.com|djs.sk|dragonballzpolo.blogspot.com|drama-cool.me|estream.to|estream.xyz|extratorrent.cd|fbmovies.org|fileone.tv|filmstreamvk.site|flashx.cc|flashx.co|flashx.sx|flashx.to|flashx.tv|flashx.ws|fmoviesgo.me|gomovie123.me|gomovies123.me|hdvid.life|hdvid.tv|hdvid.xyz|hdyayinmac1.com|hentai-online.pl|hq-porns.com|hqq.tv|hqq.watch|ianimes.co|idope.tv|ifrp.xyz|intactoffers.club|jkanime.net|kinohabr.net|kinokongo.cc|kinokrad.co|kinoprofi.org|kinosha.cc|kinostuff.com|lafmacun.net|leitor.net|leon08.tk|leon12.tk|leon16.tk|lewd.ninja|logovo.net|love-drama.pl|mladipodnikatelia.sk|monero-miner.com|movie4k.is|mp3free.pw|myeffect.net|myfeed4u.net|netiap.com|nowvideo.sx|onlinevideoconverter.com|onvid.club|onvid.fun|onvid.online|onvid.pw|onvid.xyz|pebx.pl|potomy.ru|povw1deo.com|powvideo.cc|powvideo.net|protect-iframe.com|proxyportal.eu|reactor.cc|replaytvstreaming.com|seventorrents.cc|severita-service.ru|sherlockonline.ru|shrink-service.it|skyback.ru|skytorrents.co|skytorrents.me|sleeptimer.org|sorteosrd.com|stream247.me|streambeam.io|streamplay.me|streamplay.to|szukajka.tv|tainies.online|theappguruz.com|thepiratebay.cr|thepiratebay.org|thepiratebay.red|tomadivx.tv|tvad.me|unblockall.org|unblocked.gdn|vidoza.net|vidtodo.com|vidtodo.me|vidtodo.pro|vidup.io|vidup.tv|vidzi.tv|void.cat|wallpoper.com|watchfreemovies.tv|wearesaudis.net|wwtors.com|xmovies8.nl|ya3ale.com|yazilir.com|zenexplayer.com|zona.plus -$xmlhttprequest,domain=alltube.pl|alltube.tv|auroravid.to|catrumahminimalis.me|ddmix.net|dekoder.ws|estream.to|flashx.cc|freecontent.stream|leon08.tk|leon12.tk|leon16.tk|myeffect.net|nowvideo.sx|onlinevideoconverter.com|povw1deo.com|powvideo.cc|powvideo.net|sleeptimer.org|sorteosrd.com|streambeam.io|szukajka.tv|tainies.online +$third-party,xmlhttprequest,domain=alltube.pl|alltube.tv +$websocket,domain=123moviesgo.nl|123movieshub.asia|123movieshub.cx|123telugu.com|7tors.com|ajplugins.com|akvideo.stream|alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu.net|bigspeeds.com|biter.tv|bitvid.sx|bmovie123.me|bmoviego.me|bmovies123.me|btstors.com|bypassed.ws|byter.tv|catrumahminimalis.me|centrum-dramy.pl|cinemafacil.com|clipwatching.com|cmovieshd.nl|coinfaucet.eu|coinhub.win|coinminingonline.com|crictime.com|crictime.is|dekoder.ws|deltabit.co|descargas2020.com|djs.sk|dragonballzpolo.blogspot.com|drama-cool.me|estream.to|estream.xyz|extratorrent.cd|fbmovies.org|fileone.tv|filmstreamvk.site|flashx.cc|flashx.co|flashx.sx|flashx.to|flashx.tv|flashx.ws|fmoviesgo.me|gomovie123.me|gomovies123.me|hdvid.tv|hdyayinmac1.com|hentai-online.pl|hqq.tv|hqq.watch|ianimes.co|idope.tv|ifrp.xyz|jkanime.net|kinohabr.net|kinokongo.cc|kinokrad.co|kinoprofi.org|kinosha.cc|kinostuff.com|lafmacun.net|leitor.net|leon08.tk|leon12.tk|leon16.tk|lewd.ninja|logovo.net|love-drama.pl|mladipodnikatelia.sk|monero-miner.com|movie4k.is|mp3free.pw|myeffect.net|netiap.com|nowvideo.sx|onlinevideoconverter.com|onvid.club|onvid.fun|onvid.online|onvid.pw|onvid.xyz|pebx.pl|potomy.ru|povw1deo.com|powvideo.cc|powvideo.net|protect-iframe.com|proxyportal.eu|reactor.cc|replaytvstreaming.com|seventorrents.cc|severita-service.ru|sherlockonline.ru|shortbitsfree.net|shrink-service.it|skyback.ru|skytorrents.co|skytorrents.me|sleeptimer.org|sorteosrd.com|stream247.me|streambeam.io|streamplay.me|streamplay.to|szukajka.tv|tainies.online|theappguruz.com|thepiratebay.org|tomadivx.tv|unblockall.org|unblocked.gdn|vidoza.net|vidtodo.com|vidtodo.me|vidtodo.pro|vidup.io|vidup.tv|vidzi.tv|void.cat|wallpoper.com|watchfreemovies.tv|wearesaudis.net|wwtors.com|xmovies8.nl|ya3ale.com|yazilir.com|zenexplayer.com|zona.plus +$xmlhttprequest,domain=auroravid.to|catrumahminimalis.me|dekoder.ws|estream.to|flashx.cc|freecontent.stream|leon08.tk|leon12.tk|leon16.tk|myeffect.net|nowvideo.sx|onlinevideoconverter.com|povw1deo.com|powvideo.cc|powvideo.net|sleeptimer.org|sorteosrd.com|streambeam.io|szukajka.tv|tainies.online ! regex ! /([0-9]{1,3}\.){3}[0-9]{1,3}.*(\/proxy|\.wasm|\.wsm|\.wa)$/$third-party,websocket /.*(\/proxy|\.wasm|\.wsm|\.wa)$/$websocket,xmlhttprequest,domain=reactor.cc|sickrage.ca|sorteosrd.com|streamplay.to @@ -15636,7 +15225,6 @@ $xmlhttprequest,domain=alltube.pl|alltube.tv|auroravid.to|catrumahminimalis.me|d ||flashx.*/bootstrap.min.js ||gus.host/coins.js ||piti.bplaced.net^ -||play.estream.to^ ||shrink-service.it/js/cM.js ||site.flashx. ||stackpathdns.com/assets/javascript/cr.js @@ -15647,8 +15235,8 @@ $xmlhttprequest,domain=alltube.pl|alltube.tv|auroravid.to|catrumahminimalis.me|d ||wallpoper.com^*/c.js ! CSP Mining $csp=child-src 'none'; frame-src 'self' *; worker-src 'none',domain=fileone.tv|theappguruz.com -$csp=child-src 'none'; frame-src *; worker-src 'none',domain=ddmix.net|extratorrent.cd|hq-porns.com|intactoffers.club|myfeed4u.net|skyback.ru|szukajka.tv|thepiratebay.cr|thepiratebay.org|thepiratebay.red|tvad.me|vidoza.net -$csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu.net|bigspeeds.com|biter.tv|bypassed.ws|byter.tv|centrum-dramy.pl|cinemafacil.com|clipwatching.com|coinfaucet.eu|coinhub.win|crictime.com|crictime.is|dekoder.ws|deltabit.co|descargas2020.com|estream.to|estream.xyz|filmonet.com|filmstreamvk.site|flashx.cc|flashx.co|flashx.sx|flashx.to|flashx.tv|flashx.ws|hdvid.life|hdvid.tv|hdvid.xyz|hentai-online.pl|hqq.watch|ianimes.co|kinokongo.cc|kinostuff.com|lewd.ninja|love-drama.pl|movie4k.is|pebx.pl|potomy.ru|povw1deo.com|powvideo.cc|powvideo.net|proxyportal.eu|reactor.cc|severita-service.ru|sickrage.ca|sorteosrd.com|tomadivx.tv|unblockall.org|unblocked.gdn|vidtodo.com|vidtodo.me|vidtodo.pro|wallpoper.com|wearesaudis.net|ya3ale.com|yazilir.com|zenexplayer.com +$csp=child-src 'none'; frame-src *; worker-src 'none',domain=extratorrent.cd|skyback.ru|szukajka.tv|thepiratebay.org|vidoza.net +$csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu.net|bigspeeds.com|biter.tv|bypassed.ws|byter.tv|centrum-dramy.pl|cinemafacil.com|clipwatching.com|coinfaucet.eu|coinhub.win|crictime.com|crictime.is|dekoder.ws|deltabit.co|descargas2020.com|estream.to|estream.xyz|filmonet.com|filmstreamvk.site|flashx.cc|flashx.co|flashx.sx|flashx.to|flashx.tv|flashx.ws|hdvid.tv|hentai-online.pl|hqq.watch|ianimes.co|kinokongo.cc|kinostuff.com|lewd.ninja|love-drama.pl|movie4k.is|pebx.pl|potomy.ru|povw1deo.com|powvideo.cc|powvideo.net|proxyportal.eu|reactor.cc|severita-service.ru|sickrage.ca|sorteosrd.com|tomadivx.tv|unblockall.org|unblocked.gdn|vidtodo.com|vidtodo.me|vidtodo.pro|wallpoper.com|wearesaudis.net|ya3ale.com|yazilir.com|zenexplayer.com ! Preliminarily blocking Omniture s_code tracking scripts (versions H.25 - H.25.2) due to breakage (https://adblockplus.org/forum/viewtopic.php?f=10&t=11378) ||abc.com/service/gremlin/js/files/s_code.js?$domain=abc.go.com ||adobe.com^*/omniture_s_code.js @@ -15739,7 +15327,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||irqs.ioam.de^$domain=metal-hammer.de|musikexpress.de|rollingstone.de ||log.outbrain.com^$domain=autobild.de|focus.de|metal-hammer.de|musikexpress.de|rollingstone.de|widgets.outbrain.com ||meetrics.net^$domain=spiegel.de|stern.de -||met.vgwort.de^$domain=focus.de|stern.de ||metrics.brightcove.com^$domain=stern.de ||mxcdn.net^$domain=spiegel.de|stern.de ||nuggad.net^$domain=kabeleins.de|prosieben.de|prosiebenmaxx.de|quoka.de|ran.de|sat1.de|sixx.de|transfermarkt.de @@ -15754,7 +15341,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||tealiumiq.com^$domain=autobild.de|metal-hammer.de|musikexpress.de|transfermarkt.de ||theadex.com^$domain=kabeleins.de|prosieben.de|prosiebenmaxx.de|quoka.de|ran.de|sat1.de|sixx.de ||tisoomi-services.com^$domain=metal-hammer.de|musikexpress.de -||tracking-rce.veeseo.com^$domain=stern.de ||twitter.com/i/jot$domain=kabeleins.de|prosieben.de|prosiebenmaxx.de|ran.de|rollingstone.de|sat1.de|sixx.de ||visualrevenue.com^$domain=autobild.de|kabeleins.de|prosieben.de|prosiebenmaxx.de|ran.de|sat1.de|sixx.de|spiegel.de ||watchseries.to/piwik.js @@ -15774,6 +15360,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||ac.express.de^ ||ac.mz-web.de^ ||acl.stayfriends.de^ +||adtm.chip.de^ +||akamaihd.net^$script,domain=wayfair.de ||analytics.arz.at^ ||analytics.industriemagazin.net^ ||analytics.moviepilot.de^ @@ -15825,6 +15413,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||chip.de^*/tracking.js ||chip.de^*_tracking/ ||citybeat.de/include/cbtracker. +||cmp.channelpartner.de^ ||comdirect.de/ccf/img/ecrm2.gif? ||commerzbank.de/companion/cnt.php? ||comparis.ch^*/Tracking/ @@ -15833,8 +15422,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||count.merian.de^ ||count.rtl.de^ ||count.spiegel.de^ -||counter.zeit.de^ -||cpix.daserste.de^ ||cpx.golem.de^ ||cpxl.golem.de^ ||cxt.deutsche-bank.de^ @@ -15859,6 +15446,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||dpm.bluray-disc.de^ ||dsltarife.net/ddd.js ||dsltarife.net/statistik/ +||dv.chemie.de^ ||dw-eu.com.com^ ||elektromobil-dresden.de/tinc? ||elitepartner.de/km/tcnt.do? @@ -15867,7 +15455,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||ens.tagblatt.ch^ ||event.dkb.de^ ||express.de/analytics/ -||extszm.web.de^ ||fanfiktion.de^*/s.js ||faz.net^*/ivw/ ||fc.vodafone.de^ @@ -15882,7 +15469,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||gets.faz.net^ ||gg24.de^*/count.cgi? ||giessener-anzeiger.de/stat/ -||go.bluewin.ch^ +||global.ssl.fastly.net^$script,domain=wayfair.de ||golem.de/staticrl/scripts/golem_cpx_ ||golem.de/staticrl/scripts/golem_cpxl_ ||goyellow.de/trackbrowser.jsp @@ -15903,11 +15490,9 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||k-play.de/screen.js ||kicker.de^*/videocount? ||koins.de/screen.js -||krissi-ist-weg.de/ce_vcounter/ ||kununu.com^*/log? ||laut.de^*/analyse.gif? ||log.suchen.de^ -||log.sz-online.de^ ||log.wilmaa.com^ ||logging.wilmaa.com^ ||lokalisten.de/tracking.gif @@ -15938,6 +15523,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||news.ch/newslogbug.asp? ||newsdeutschland.com/RPC ||nickles.de/ivw/ +||notebookinfo.de/p? ||nowonscreen.com/statistik_ ||nox.to/files/frame.htm ||noz.de/tracking/ @@ -15951,12 +15537,10 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||otto.de^*/beacons/ ||oxifwsabgd.nzz.ch^ ||pap.zalando.de^ -||passul.t-online.de^ ||pcfreunde.de/wb. ||pcgames.de^*/remotecampaigntracker.php ||pcwelt.de^*/pic.gif? ||pi.technik3d.com^ -||pix.friendscout24.de^ ||pix.telekom.de^ ||pixel.1und1.de^ ||pixel.4players.de^ @@ -15976,15 +15560,14 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||quoka.de^*/wtlog_02.js ||rem-track.bild.de^ ||remixshare.com/stat/ +||responder.wt.heise.de^ ||rhein-zeitung.de^*/picksel/ ||rl.heise.de^ ||rtl.de/count/ut/x.gif? ||rtl.de/tools/count/ ||rtlradio.de/stats.php? ||rtlradio.lu/stats.php? -||rwt.reichelt.de^ ||s.edeka.de^ -||s.fsphp.t-online.de^ ||secreta.de/tinc? ||shortnews.de/iframes/view_news.cfm? ||spiegel.de^*/statistic/ @@ -15994,7 +15577,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||statistics.riskommunal.net^ ||stats.autoscout24.ch^ ||stats.bmw.de^ -||stats.daserste.de^ ||stats01.20min.ch^ ||stylight.net/track/ ||subpixel.4players.de^ @@ -16005,9 +15587,11 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||t-online.de^*/iam_toi.js ||t-online.de^*/noresult.js?track= ||t-online.de^*/stats.js?track= +||t.wayfair.de^ ||tagesspiegel.de/analytics/ ||talkline.de^*/count.talkline.js ||tdf.ringier.ch^ +||te.mytoys.de^ ||textundblog.de/powercounter.js ||topnews.de/aws.js ||topnews.de^*/aws.cgi? @@ -16021,15 +15605,12 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||track.express.de^ ||track.mopo.de^ ||trackerstatistik.init-ag.de^ -||tracking.autoscout24.com^ ||tracking.beilagen-prospekte.de^ ||tracking.finanzen.net^ ||tracking.hrs.de^ ||tracking.krone.at^ -||tracking.kurier.at^ ||tracking.linda.de^ ||tracking.mobile.de^ -||tracking.netbank.de^ ||tracking.oe24.at^ ||tracking.sport1.de^ ||tracking.statravel.de^ @@ -16037,9 +15618,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||tracksrv.zdf.de^ ||trck.meinprospekt.de^ ||ts.faz.net^ -||ts.otto.de^ ||ts.rtl.de^ -||tvcommunity.at/filmpicture.aspx?count=1& ||tweakimg.net/x/vendor/wt/ ||ui-portal.de/brbtpixel/ ||unser-star-fuer-oslo.de^*/stats.php @@ -16057,25 +15636,27 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||welt.de/t/js ||wer-weiss-was.de/indication/clue_*.gif? ||wienerzeitung.at/__webtrends/ +||wikipedia.de/tracking.js ||wirtschaftspresse.biz/pshb? ||wiwo.de/analytics/ ||wlw.de^*/tracking/ -||xara.hse24.de^ ||xtranews.de/counter/ ||zdf.de^*/tracking? ||zdf.de^*/trackingivw? ||zeit.de/js/rsa.js ||zeit.de/js/rsa2.js +! Danish +||ia.ekstrabladet.dk^ +||jppolid-track.trackprod.integration.jppol.dk^ +||jv.dk/assets/statistics/ ! French -/acceptable.$domain=750g.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lestream.fr|millenium.org|musiquemag.com|ouest-france.fr|ozap.com|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com -/autopromo.$domain=750g.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lestream.fr|millenium.org|musiquemag.com|ouest-france.fr|ozap.com|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com -/autopromotion.$domain=750g.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lestream.fr|millenium.org|musiquemag.com|ouest-france.fr|ozap.com|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com +/acceptable.$domain=750g.com|adorocinema.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lestream.fr|millenium.org|musiquemag.com|ouest-france.fr|ozap.com|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com +/autopromo.$domain=750g.com|adorocinema.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lestream.fr|millenium.org|musiquemag.com|ouest-france.fr|ozap.com|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com +/autopromotion.$domain=750g.com|adorocinema.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lestream.fr|millenium.org|musiquemag.com|ouest-france.fr|ozap.com|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com ||a.20minutes.fr^ -||accn.allocine.net^ ||act.acotedemoi.com^ ||aliasdmc.fr/js/general_sts.js ||analytics.allovoisins.com^ -||analytics.rtbf.be^ ||arte.tv/includes/xiti/ ||autoplus.fr/st? ||azurewebsites.net^*/mnr-mediametrie-tracking- @@ -16083,68 +15664,84 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||bloguez.com/manager/compteurs/ ||buf.lemonde.fr^ ||c0011.boursorama.com^ +||cdn5.nextinpact.com^ ||cfcn.allocine.net^ +||clk.boulanger.com^ ||clubic.com/editorial/publier_count.php? ||compteur.developpez.com^ ||developpez.com/public/js/track.js ||dm.commentcamarche.net^ -||dm.hugolescargot.com^ -||dm.journaldesfemmes.com^ ||dm.journaldunet.com^ ||dm.linternaute.com^ ||editeurjavascript.com/hit-parade.php +||edmi.nextinpact.com^ ||elr.sfr.fr^ ||eultech.fnac.com^ ||events.guesttoguest.com^ ||flake.formr.io/sp.js ||franceculture.fr/static/js/xtcore- +||frandroid.com^*-prixtel-*&sp_id= +||fsm.lapresse.ca^ ||g.itespresso.fr^ ||galerieslafayette.com/c/ -||gstat.orange.fr^ -||hit.leboncoin.fr^ +||ianimes.org/img/tracker.gif +||iphdata.lequipe.fr^*/getInfapp.php? ||iphonesoft.fr/js/analytics- ||jeu.net/hits.js ||jeuxvideo.com/contenu/medias/video/countv.php? +||jscrambler.com^$script,domain=airfrance.fr +||k.rueducommerce.fr^ ||kbn.korben.info^ ||lavenircdn.net^*/analytics.js? ||lecho.be/fb/? +||lem.nouvelobs.com^ ||lemde.fr^*/metrics/ ||lemde.fr^*/tracking/ ||logs-qos.tf1.fr^ +||ma-petite-recette.fr/visites ||neko-san.fr/stats +||nextinpact.com/bundles/mtm ||nouvelobs.com/scripts/stats.php? ||nouvelobs.com/tools/csrum.php ||nouvelobs.com/trafiz- ||numerama.com/ajax-postviews.php ||orange.fr/track? -||ovni9.com/suggestion/stats/ ||p.pagesjaunes.fr^ ||pagesjaunes.fr/bva/track.js ||pagesjaunes.fr/crmmetrix/ ||pam.nextinpact.com^ +||poum.nextinpact.com^ ||pwa.telephoneannuaire.fr^ +||rdtdlv.laredoute.fr^ ||rtbf.be/log ||rtl.be^*/trkfblk.js ||rtl.fr/stats/ ||sa.tf1.fr^ ||secure-stat.canal-plus.com^ ||sfr.fr/js/pent-stats.jsp +||sgmnt.ticketswap.com^ +||shemsfm.net^*/setStats/ ||stat.ouedkniss.com^ ||stat.webevolutis.com^ ||stats.grafikart.fr^ +||stats.sexemodel.com^ ||stats1x1.kapaza.be^ ||surace-jujitsu.fr/outils/compteur_php/ ||t.blablacar.com^ ||tag.boulanger.fr^ ||tc.hometogo.net^ +||tdep.vacansoleil.fr^ +||tesla.oscaro.com^ ||track.24heures.ch^ ||tracker-id.cdiscount.com^ ||tracker.cds-tracking.com^ ||tracker.mspy.com^ +||tracking.bd4travel.com^ ||tracking.ha.rueducommerce.fr^ ||unblog.fr/cu.js ||wawacity.*/bypass ||wbdds.allocine.fr^ +||zam.nextinpact.com^ ||zonecss.fr/images/stat_robocop.gif? ||zonecss.fr/images/statscreen.gif? ! Arabic @@ -16166,9 +15763,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||al.autohome.com.cn^ ||analy.qq.com^ ||analyse.weather.com.cn^ -||analytics.126.net^ ||analytics.163.com^ -||analytics.nextmedia.com^ ||analytics.shop.hisense.com^ ||analytics.zhihu.com^ ||anti-bot.baidu.com^ @@ -16200,11 +15795,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||clkstat.qihoo.com^ ||cmstool.youku.com^ ||collect.tianya.cn^ -||collect.yinyuetai.com^ -||count.joy.cn^ ||count.kandian.com^ -||count.newhua.com^ -||count.qiannao.com^ ||count.taobao.com^ ||count.video.sina.com.cn^ ||count.vrs.sohu.com^ @@ -16213,10 +15804,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||cri.cn/a1.js ||cri.cn/wrating.js ||csdnimg.cn/track/ -||cupid.iqiyi.com/track ||dayoo.com/sta/da.js ||dc.letv.com^ -||deliver.ifeng.com^ ||dj.renren.com^ ||dmtrack.xiu.com^ ||dmtracking.1688.com^ @@ -16236,10 +15825,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||hdslb.com/images/isptrack.js ||his.tv.sohu.com/his/ping.do? ||hisense.com/ta.js -||hk.ndx.nextmedia.com^ ||ifeng.com/i?p= ||imgstat.baidu.com^ -||imp.appledaily.com^ ||jcm.jd.com^ ||jiayuan.com^*/pv.js ||js.kuwo.cn/stat/ @@ -16249,17 +15836,16 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||ku6.com/ku6.gif? ||le.com/op/ ||letv.com/op? +||lg.tr.pandora.tv^ ||log*.ku6.com^ ||log.51cto.com^ ||log.bitauto.com^ ||log.flight.qunar.com^ ||log.kuwo.cn^ ||log.m.sm.cn^ -||log.ynet.com^ ||log1.17173.com^ ||loginlog.sdo.com^ ||logs.51cto.com^ -||logs.live.tudou.com^ ||logstat.caixin.com^ ||logx.mtime.cn^ ||logx.mtime.com^ @@ -16272,7 +15858,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||music.163.com/weapi/feedback/weblog ||music.163.com/weapi/pl/count ||narutom.com/stat.js -||nstat.tudou.com^ ||on.cc^*/checkrev.gif? ||p-log.ykimg.com^ ||pan.baidu.com/api/analytics? @@ -16283,7 +15868,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||pingjs.qq.com^ ||pptv.com/stg/add? ||pptv.com/webdelivery/ -||pv.csdn.net^ ||pv.ltn.com.tw^ ||pv.udn.com^ ||pv.xcar.com.cn^ @@ -16294,7 +15878,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||qq.com/p? ||qq.com/qqcom/ ||qq.com/stdlog -||ranking.ynet.com^ ||rcgi.video.qq.com^ ||rec.udn.com^ ||referer.pixplug.in^ @@ -16310,46 +15893,42 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||sclick.baidu.com^ ||shrek.6.cn^ ||sina.com.cn/view? +||sinajs.cn/open/api/js/wb.js ||sogou.com/cl? ||sogou.com/pv? ||sohu.com.cn/hdpb.gif? +||sohu.com/clk.gif? ||sohu.com/count/ ||sohu.com/ctr.gif? +||sohu.com/ip/$script ||sohu.com/pv.js ||sohu.com/pv? +||sohu.com/qfpc.gif? ||sohu.com/wrating ||soufun.com/click/ ||soufun.com/stats/ ||ssp.hinet.net^ -||st.vq.ku6.cn^ -||sta.ifeng.com^ ||stadig.ifeng.com^ +||stat.*.v-56.com^ ||stat.1688.com^ ||stat.55bbs.com^ -||stat.bilibili.tv^ ||stat.caijing.com.cn^ ||stat.funshion.net^ ||stat.hudong.com^ ||stat.iteye.com^ -||stat.ku6.com^ ||stat.ppstream.com^ -||stat.pptv.com^ ||stat.stheadline.com^ ||stat.tianya.cn^ -||stat.tudou.com^ ||stat.uuu9.com^ -||stat.xunlei.com^ ||stat.zol.com.cn^ ||static.qiyi.com/js/pingback/ ||statistic.qzone.qq.com^ ||statistic.takungpao.com^ ||stats.autohome.com.cn^ -||stats.tudou.com^ ||stats.yinyuetai.com^ ||tbskip.taobao.com^ ||tf.360.cn^ ||tianxun.com/ajax_website_statistics. -||tinglog.baidu.com^ ||titan24.com/scripts/stats.js ||tmall.com/add? ||tmall.com^*/vdata.htm? @@ -16361,7 +15940,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||tr.discuss.com.hk^ ||tr.price.com.hk^ ||track.sohu.com^ -||tracker.live.tudou.com^ ||tv.sohu.com/upload/trace/ ||uestat.video.qiyi.com^ ||utrack.hexun.com^ @@ -16369,7 +15947,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||vatrack.hinet.net^ ||vipstatic.com/mars/ ||weather.com.cn/a1.js -||webclick.yeshj.com^ ||webstat.kuwo.cn^ ||wenku.baidu.com/tongji/ ||wkctj.baidu.com^ @@ -16423,7 +16000,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||bravo.israelweather.co.il^ ||cellstats.mako.co.il^ ||ds.haaretz.co.il^ -||events.walla.co.il/events.asp ||inn.co.il/Controls/HPJS.ashx?act=log ||stats.mako.co.il^ ||walla.co.il/CountsHP.asp? @@ -16453,7 +16029,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||fanpage.it/views/ ||g.techweekeurope.it^ ||gazzetta.it^*/stats.php? -||getscreensaver.it/statistiche/ ||ilsole24ore.com/static/js/track.js? ||joka.it/inquiero/isapi/csf.dll? ||la7.it/js-live/nielsen1.js @@ -16467,9 +16042,11 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||ma.register.it^ ||mediaset.it/cgi-bin/getcod.cgi? ||mtv.it/flux/trackingcodes/ +||paginebianche.it/cgi-bin/jbimpres.cgi? ||paginebianche.it/ip?dv= ||paginegialle.it/cgi-bin/getcod.cgi? ||paginegialle.it/cgi-bin/jimpres.cgi? +||paginegialle.it/engagement.js ||pornolupo.org/track.js ||sa.sky.it^ ||seat.it/cgi-bin/getcod.cgi? @@ -16497,7 +16074,9 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||analytics.cocolog-nifty.com^ ||analyzer.fc2.com^ ||analyzer2.fc2.com^ +||astat.nikkei.com^ ||barks.jp/v1/stats +||beacon.itmedia.jp^ ||bookoffonline.co.jp/files/inc_js/ac/ ||bookoffonline.co.jp/files/tracking/ ||carview.co.jp/include_api/log/ @@ -16527,7 +16106,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||sy.ameblo.jp^ ||tr.api.itmedia.jp^ ||tsite.jp/static/analytics/ -||visit.geocities.jp^ ||wisteria-js.excite.co.jp^ ||x.allabout.co.jp^ ||yahoo.co.jp/b?p= @@ -16537,7 +16115,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ! Korean ||chosun.com/hitlog/ ||count.munhwa.com^ -||gather.hankyung.com^ ||hits.zdnet.co.kr^ ||l.m.naver.com^ ||log.sv.pandora.tv^ @@ -16561,7 +16138,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||delfi.lv/t/p.js ||delphi.lv/t/t.js ||diena.lv/statistics/ -||e-spy.petit.lv^ ||inbox.lv^*/ga.js ||insbergs.lv/ins_statistics/ ||reklama.lv/services/espy.php @@ -16570,8 +16146,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||tanks.lv/top/stats.php ! Norwegian ||click.vgnett.no^ -||fusion.nettavisen.no^ ||nrk.no^*/stats/ +||stats.proff.no^ ||vg.no/stats/ ||webhit.aftenposten.no^ ! Polish @@ -16580,6 +16156,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||dot.wp.pl^ ||entryhit.wp.pl^ ||interia.pl^*/hit. +||iplsc.com/inpl.log/ +||iwa.iplsc.com^ ||kropka.onet.pl^ ||mklik.gazeta.pl^ ||nasza-klasa.pl^*/pp_gemius @@ -16601,7 +16179,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||globo.com/geo? ||jsuol.com.br/aud/$script ||lancenet.com.br/pw.js -||log.r7.com^ ||logger.rm.uol.com.br^ ||logger.uol.com.br^ ||metrics.uol.com.br^ @@ -16628,6 +16205,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||consultant.ru/js/counter.js ||cosmo.ru/*/.js?i=*&r= ||counter.drom.ru^ +||data.glamour.ru^ ||dot-stat.radikal.ru^ ||drom.ru/dummy. ||fb.ru/stat/ @@ -16635,6 +16213,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||hh.ru/analytics ||hh.ru/stat ||irecommend.ru/collect/ +||jetvis.ru/stat/ ||kiks.auto.ru^ ||kommersant.ru/a.asp?p= ||kommersant.uk/banner_stats @@ -16658,21 +16237,21 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||rbc.ru/click? ||rbc.ru/count/ ||rbc.ru/redir/stat/ +||rbc.ru/rightarror.gif ||rt.ru/proxy? ||rutube.ru/counters.html? ||rutube.ru/dbg/player_stat? ||seedr.ru^*/stats/ ||ssp.rambler.ru^ ||stat.api.2gis.ru^ -||stat.lenta.ru^ +||stat.bankiros.ru^ ||stat.pravmir.ru^ ||stat.russianfood.com^ ||stat.stars.ru^ -||stat.woman-announce.ru^ -||stats.lifenews.ru^ ||stats.mos.ru^ ||superjob.ru/ws/ ||sync.rambler.ru^ +||tes-game.ru/stat/ ||tonkosti.ru/go.php? ||tracker.tiu.ru^ ||vedomosti.ru/boom? @@ -16681,7 +16260,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||yandex.ru/clck/jclck/ ||yast.rutube.ru^ ! Serbian -||trak-analytics.blic.rs^ ! Slovene ||24ur.com/bin/player/?mod=statistics& ||dnevnik.si/tracker/ @@ -16702,7 +16280,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||hits.antena3.com^ ||mercadolibre.com/tracks^ ||pixel.europapress.net^ -||stats.milenio.com^ ||t13.cl/hit/ ||taringa.net/ajax/track-visit.php ||terra.com.mx/js/metricspar_ @@ -16716,13 +16293,11 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ! Swedish ||ai.idg.se^ ||ax.idg.se^ -||beacon.mtgx.tv^ ||blocket.se/js/trafikfonden.js ||falkenbergtorget.se/sc.gif? ||fusion.bonniertidskrifter.se^ ||gx.idg.se^ ||prisjakt.nu/js.php?p=trafikfonden -||prod-metro-collector.cloudapp.net^ ||stat.nyheter24.se^ ! Thai ||dek-d.com^*/analytic.js @@ -16732,9 +16307,9 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||c.gazetevatan.com^ ||d.haberler.com^ ||haberler.com/dinamik/ +||mark.isbank.com.tr^ ||p.milliyet.com.tr^ ||sahibinden.com/sbbi/ -||visit.hepsiburada.com^ ! Ukrainian |http://r.i.ua^ |https://r.i.ua^ @@ -16747,6 +16322,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ||target.ukr.net^ ! Vietnamese ||logsbin.dantri.com.vn^ +! Indonesian +||ktracker.kumparan.com^ ! Specific blocking filters necessary for sites whitelisted with $genericblock filter option ! Gamestar.de /ping.gif?$domain=gamestar.de @@ -16829,38 +16406,34 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ! -----------------------Whitelists to fix broken sites------------------------! ! *** easylist:easyprivacy/easyprivacy_whitelist.txt *** @@/cgi-bin/counter_module?action=list_models$subdocument,~third-party -@@/wp-content/mu-plugins/google-analytics-dashboard-for-wp/*$script,stylesheet,~third-party -@@/wp-content/mu-plugins/google-analytics-for-wordpress/*$script,stylesheet,~third-party -@@/wp-content/mu-plugins/google-analytics-premium/*$script,stylesheet,~third-party -@@/wp-content/plugins/google-analytics-for-wordpress/*$script,stylesheet,~third-party -@@/wp-content/plugins/google-analytics-premium/*$script,stylesheet,~third-party @@||ad.crwdcntrl.net^$script,domain=investopedia.com @@||adblockanalytics.com/ads.js| @@||addgene.org/headers/blat/js/analyze.js @@||adobedtm.com/launch-$script -@@||adobedtm.com^*/mbox-contents-$script,domain=absa.co.za|fcbarcelona.com|firststatesuper.com.au|hgtv.com|lenovo.com|newyorker.com|nfl.com|oprah.com|pnc.com|usanetwork.com|vanityfair.com|wired.com|wowway.net +@@||adobedtm.com^*/launch-$script +@@||adobedtm.com^*/mbox-contents-$script,domain=absa.co.za|americanexpress.com|fcbarcelona.com|firststatesuper.com.au|hgtv.com|lenovo.com|newyorker.com|nfl.com|oprah.com|pnc.com|usanetwork.com|vanityfair.com|wired.com|wowway.net @@||adobedtm.com^*/s-code-$script @@||adobedtm.com^*/satellite-$script -@@||adobedtm.com^*/satelliteLib-$script,domain=absa.co.za|aeroplan.com|argos.co.uk|collegeboard.org|crackle.com|crimewatchdaily.com|directline.com|fcbarcelona.com|firststatesuper.com.au|hgtv.com|jeep.com|laredoute.co.uk|laredoute.com|lenovo.com|lowes.com|malaysiaairlines.com|mastercard.us|mathworks.com|monoprice.com|nbcnews.com|newyorker.com|nfl.com|nofrills.ca|oprah.com|pnc.com|realtor.com|redbull.tv|repco.co.nz|searspartsdirect.com|smooth.com.au|sonycrackle.com|stuff.co.nz|subaru.com|timewarnercable.com|trip-planner.australia.com|usanetwork.com|vanityfair.com|wired.com|wowway.net -@@||adp.com^*/heatmap.js +@@||adobedtm.com^*/satelliteLib-$script,domain=absa.co.za|aeroplan.com|americanexpress.com|argos.co.uk|collegeboard.org|crackle.com|crimewatchdaily.com|directline.com|eonline.com|fcbarcelona.com|firststatesuper.com.au|hgtv.com|jeep.com|laredoute.co.uk|laredoute.com|lenovo.com|lowes.com|malaysiaairlines.com|mastercard.us|mathworks.com|monoprice.com|nbcnews.com|newyorker.com|nfl.com|nofrills.ca|oprah.com|pnc.com|realtor.com|redbull.tv|repco.co.nz|searspartsdirect.com|smooth.com.au|sonycrackle.com|stuff.co.nz|subaru.com|telegraph.co.uk|timewarnercable.com|usanetwork.com|vanityfair.com|wired.com|wowway.net @@||adprotv.com^*/comscore.streaming.$script,domain=mundodeportivo.com @@||afs-prod.appspot.com^*/tag?tags=$xmlhttprequest,domain=apnews.com @@||akamaihd.net/worldwide_analytics/$script,domain=ubi.com|ubisoft.com @@||amplitude.com/libs/amplitude-$script,third-party -@@||ampproject.org/v0/amp-geo-$script,domain=tasty.co +@@||ampproject.org/v0/amp-geo-$script,domain=pantagraph.com|tasty.co @@||analytics.edgekey.net/html5/akamaihtml5-min.js$domain=abcnews.go.com|foxbusiness.com|foxnews.com +@@||analytics.edgekey.net/ma_library/html5/html5_malibrary.js$script,domain=mxplayer.in @@||analytics.edgesuite.net/config/beacon-*.xml$domain=foxnews.com @@||analytics.edgesuite.net/html5/akamaihtml5-min.js$domain=abcnews.go.com|foxbusiness.com|foxnews.com|resignationbrewery.com|threenow.co.nz @@||analytics.logsss.com/logsss*.min.js$script,domain=rosegal.com @@||analytics.snidigital.com^$script,domain=hgtv.com @@||analytics.twitter.com^$domain=analytics.twitter.com -@@||ancestrycdn.com^*/tracking.js$domain=ancestry.com +@@||ancestrycdn.com/ui-static/lib/tracking/$domain=ancestry.com @@||api-track.delhivery.com/track?waybillId=$~third-party,xmlhttprequest @@||api.academia.edu^*/stats?callback$script,~third-party -@@||api.perfops.net^$script,xmlhttprequest,domain=dnsperf.com +@@||api.perfops.net^$script,xmlhttprequest,domain=cdnperf.com|dnsperf.com @@||api.segment.io/v1/$xmlhttprequest,domain=instacart.com @@||api.vidaxl.com^*/trackingservice/customerportal/*?$xmlhttprequest,domain=tracking.vidaxl.com -@@||arcgis.com^*/heatmap.js +@@||aramex.co.nz/Umbraco/Api/Tracking/ @@||archive.softwareheritage.org^*/stat/counters/$xmlhttprequest @@||asendiausa.com/tracking/js/tracking/customertracking.js? @@||atl-paas.net/analytics/event @@ -16898,9 +16471,14 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||cloudfront.net/opentag-*.js$domain=telegraph.co.uk @@||cloudfront.net^*/comscore.$script,domain=my5.tv @@||cloudfront.net^*/VisitorAPI.js$domain=financialpost.com +@@||cloudinary.com/perimeterx/$image,domain=perimeterx.com +@@||cognition-va.bytedance.com/api/knowledge/$xmlhttprequest,domain=ads.tiktok.com +@@||connect.squareup.com/payments/analytics/frame.html$subdocument +@@||connect.squareupsandbox.com/payments/analytics/frame.html$subdocument @@||constantcontact.com/js/WebTracking/ @@||coral-talk.ext.nile.works/talk/static/embed.js$domain=washingtonpost.com @@||coremetrics.com*/eluminate.js +@@||cp.rackspace.com/javascript/services/analytics.js?$script,~third-party @@||cqcounter.com^$domain=cqcounter.com @@||crowdtwist.com/img/$image @@||cvs.com/shop-assets/js/VisitorAPI.js @@ -16919,21 +16497,25 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||dpm.demdex.net/id?$xmlhttprequest,domain=foxnews.com @@||dw.cbsi.com/anonc.js$domain=gamespot.com|giantbomb.com @@||dw.com.com/js/dw.js$domain=cbsnews.com|gamespot.com|tv.com +@@||dynamicyield.com/api/$script,domain=zalora.com.my|zalora.com.ph|zalora.sg +@@||dynamicyield.com/st?$script,domain=computeruniverse.net|zalora.com.my|zalora.com.ph|zalora.sg @@||e2e-comms.pearson.com/osbrowserchecker/prd/thirdPartyCookie.html?$subdocument,domain=pearsonmylabandmastering.com @@||ec.europa.eu^*/piwik.js -@@||ensighten.com^*/Bootstrap.js$domain=americanexpress.com|capitalone.com|caranddriver.com|cart.autodesk.com|citizensbank.com|dell.com|france24.com|homedepot.com|hp.com|rfi.fr|sbs.com.au|sfgate.com|staples.com|t-mobile.com|target.com|verizonwireless.com|williamhill.com|zales.com +@@||edgedatg.com/aws/apps/datg/web-player-unity/externals/comscore.$script,domain=abc.com +@@||ensighten.com^*/Bootstrap.js$domain=americanexpress.com|britishairways.com|capitalone.com|caranddriver.com|cart.autodesk.com|citizensbank.com|dell.com|fidelity.com|france24.com|homedepot.com|hp.com|rfi.fr|sbs.com.au|sfgate.com|staples.com|t-mobile.com|target.com|verizonwireless.com|williamhill.com|zales.com @@||ensighten.com^*/code/$script @@||ensighten.com^*/scode/$script,domain=norton.com @@||ensighten.com^*/serverComponent.php?$script @@||eplayerhtml5.performgroup.com/js/tsEplayerHtml5/js/Eplayer/js/quantcast/$script -@@||events-collector.spot.im/api/$domain=foxbusiness.com|foxnews.com +@@||events-collector.spot.im/api/$xmlhttprequest @@||evestment.com/api/analytics/$domain=evestment.com -@@||fastway.co.nz/Umbraco/Api/Tracking/ +@@||evil-inc.com/comic/advertising-age/$~third-party,xmlhttprequest @@||fccbrea.org^*/swfaddress.js @@||fifa.com^*/webanalytics.js? @@||firstdirect.com^*/logging-code.js @@||firststatesuper.com.au^*/js/analytics.js$script @@||flagshipmerchantservices.com/clickpathmedia.js +@@||flippingbook.com^*/static/analytics.js$script,~third-party @@||flsenate.gov/Scripts/GoogleAnalytics.js$~third-party @@||flurry.com/js/flurry.js$domain=pocketdice.io|slantnews.com @@||fncstatic.com^*/visitorapi.js$script,domain=foxbusiness.com|foxnews.com @@ -16945,21 +16527,22 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||geoplugin.net/json.gp?jsoncallback=$script,domain=worldc.am @@||geostag.cardinalcommerce.com/DeviceFingerprintWeb/includes/js/fingerprint2.min.js$script @@||ghstatic.com/images/site/zylom/scripts/google-analytics.js?$domain=zylom.com -@@||github.com^*/heatmap.js$~third-party,xmlhttprequest -@@||go.com/disneyid/responder$subdocument -@@||google-analytics.com/analytics.js$domain=afternic.com|allmusic.com|amctv.com|bebo.com|bennysva.com|blastingnews.com|ch10.co.il|cliphunter.com|daemon-tools.cc|desigual.com|easyjet.com|firehousesubs.com|gamepix.com|greentoe.com|housing.wisc.edu|infogr.am|jackbox.tv|jobs.net|keygames.com|manowthaimordialloc.com.au|maxiclimber.com|orbitum.com|pluto.tv|pure.com|rebtel.com|sbnation.com|sci2.tv|seatgeek.com|stitcher.com|support.amd.com|tagheuer.com.au|theverge.com|tv10play.se|tv3play.se|tv6play.se|tv8play.se|video.pbs.org|vox.com|vpnster.com|weather.gov|westernunion.at|westernunion.be|westernunion.ca|westernunion.ch|westernunion.cl|westernunion.co.jp|westernunion.co.nz|westernunion.co.uk|westernunion.co.za|westernunion.com|westernunion.com.au|westernunion.com.co|westernunion.com.hk|westernunion.com.my|westernunion.com.pe|westernunion.de|westernunion.fr|westernunion.ie|westernunion.it|westernunion.nl|westernunion.ph|westernunion.pl|westernunion.se|westernunion.sg|www.google.com -@@||google-analytics.com/gtm/js$script,domain=curbed.com|eater.com|funnyordie.com|mmafighting.com|mmamania.com|nflgamepass.com|polygon.com|racked.com|riftherald.com|sbnation.com|theringer.com|theverge.com|vox.com +@@||google-analytics.com/analytics.js$domain=afternic.com|allmusic.com|amctv.com|bebo.com|bennysva.com|blastingnews.com|ch10.co.il|cliphunter.com|daemon-tools.cc|desigual.com|easyjet.com|firehousesubs.com|gamepix.com|greentoe.com|housing.wisc.edu|infogr.am|jackbox.tv|jobs.net|keygames.com|m.timesofindia.com|manowthaimordialloc.com.au|maxiclimber.com|orbitum.com|pluto.tv|pure.com|rebtel.com|sbnation.com|sci2.tv|seatgeek.com|stitcher.com|support.amd.com|tagheuer.com.au|tracking.narvar.com|tv10play.se|tv3play.se|tv6play.se|tv8play.se|video.pbs.org|vox.com|vpnster.com|weather.gov|westernunion.at|westernunion.be|westernunion.ca|westernunion.ch|westernunion.cl|westernunion.co.jp|westernunion.co.nz|westernunion.co.uk|westernunion.co.za|westernunion.com|westernunion.com.au|westernunion.com.co|westernunion.com.hk|westernunion.com.my|westernunion.com.pe|westernunion.de|westernunion.fr|westernunion.ie|westernunion.it|westernunion.nl|westernunion.ph|westernunion.pl|westernunion.se|westernunion.sg|www.google.com +@@||google-analytics.com/gtm/js$script,domain=curbed.com|eater.com|funnyordie.com|gumtree.com|mmafighting.com|mmamania.com|nflgamepass.com|polygon.com|racked.com|reuters.com|riftherald.com|sbnation.com|theringer.com|vox.com @@||google-analytics.com/plugins/ga/inpage_linkid.js$domain=lovehoney.co.uk|maxiclimber.com|opendns.com|openshift.com|vimeo.com|westernunion.at|westernunion.be|westernunion.ca|westernunion.ch|westernunion.cl|westernunion.co.jp|westernunion.co.nz|westernunion.co.uk|westernunion.co.za|westernunion.com|westernunion.com.au|westernunion.com.co|westernunion.com.hk|westernunion.com.my|westernunion.com.pe|westernunion.de|westernunion.fr|westernunion.ie|westernunion.it|westernunion.nl|westernunion.ph|westernunion.pl|westernunion.se|westernunion.sg @@||google.com/js/gweb/analytics/autotrack.js$domain=gradleplease.appspot.com -@@||googletagmanager.com/gtag/js$script,domain=m.putlocker.how|theverge.com -@@||googletagmanager.com/gtm.js?$domain=action.com|adsoup.com|airasia.com|asus.com|bhaskar.com|broadcom.com|complex.com|computerworlduk.com|cyclingnews.com|desigual.com|drumstick.com|ebuyer.com|elevationscu.com|gamepix.com|git-tower.com|google.com|itv.com|jobs.net|keygames.com|magicjack.com|moviefone.com|nestio.com|newsy.com|nfl.com|nytimes.com|onesignal.com|optus.com.au|rebtel.com|rockstargames.com|rollingstone.com|rozetka.com.ua|sixflags.com|support.amd.com|talktalk.co.uk|techradar.com|theverge.com|toto.co.jp|trademe.nz|usmagazine.com +@@||googletagmanager.com/gtag/js$script,domain=m.putlocker.how +@@||googletagmanager.com/gtm.js?$domain=action.com|adsoup.com|airasia.com|asus.com|bhaskar.com|broadcom.com|complex.com|computerworlduk.com|cyclingnews.com|desigual.com|drumstick.com|ebuyer.com|elevationscu.com|gamepix.com|git-tower.com|google.com|itv.com|jobs.net|keygames.com|magicjack.com|moviefone.com|nestio.com|newsarama.com|newsy.com|nfl.com|nytimes.com|onesignal.com|optus.com.au|realestate.co.nz|rebtel.com|rockstargames.com|rollingstone.com|rozetka.com.ua|scotsman.com|sixflags.com|support.amd.com|talktalk.co.uk|techradar.com|toto.co.jp|trademe.nz|usmagazine.com|wwe.com @@||gov.au/Scripts/ga.js$script,~third-party -@@||highcharts.com^*/heatmap.js +@@||guce.advertising.com/collectIdentifiers$domain=guce.advertising.com +@@||hitfile.net/platform/js/fdlogger/fdlogger.js$script,~third-party @@||hmhco.com/one/js/conf/trackjs.config.$script,~third-party,xmlhttprequest +@@||hobbyking.com^*/gtm.js$script,third-party @@||hscta.net/cta/current.js$script,domain=aucfan.com @@||ibispaint.com/js/googleAnalytics.js @@||ibm.com/software/reports/compatibility/clarity-reports/js/$script,~third-party -@@||imrworldwide.com/novms/*/gg*.js$domain=9now.com.au|adelaidenow.com.au|advertiser.com.au|bestrecipes.com.au|byronnews.com.au|cairnspost.com.au|coffscoastadvocate.com.au|couriermail.com.au|dailyexaminer.com.au|espn.com|frasercoastchronicle.com.au|gattonstar.com.au|geelongadvertiser.com.au|gladstoneobserver.com.au|goldcoastbulletin.com.au|heraldsun.com.au|ipswichadvertiser.com.au|news-mail.com.au|news.com.au|noosanews.com.au|ntnews.com.au|sunshinecoastdaily.com.au|theaustralian.com.au|themercury.com.au|theweeklytimes.com.au|townsvillebulletin.com.au|weeklytimesnow.com.au|whitsundaytimes.com.au +@@||identity.mparticle.com^$xmlhttprequest,domain=msnbc.com|nbc.com +@@||imrworldwide.com/novms/js/2/ggc$script,domain=9now.com.au|adelaidenow.com.au|advertiser.com.au|bestrecipes.com.au|byronnews.com.au|cairnspost.com.au|coffscoastadvocate.com.au|couriermail.com.au|dailyexaminer.com.au|espn.com|frasercoastchronicle.com.au|gattonstar.com.au|geelongadvertiser.com.au|gladstoneobserver.com.au|goldcoastbulletin.com.au|heraldsun.com.au|ipswichadvertiser.com.au|news-mail.com.au|news.com.au|noosanews.com.au|ntnews.com.au|sunshinecoastdaily.com.au|theaustralian.com.au|themercury.com.au|theweeklytimes.com.au|townsvillebulletin.com.au|weeklytimesnow.com.au|whitsundaytimes.com.au @@||imrworldwide.com/v60.js$domain=adelaidenow.com.au|advertiser.com.au|bestrecipes.com.au|byronnews.com.au|cairnspost.com.au|coffscoastadvocate.com.au|couriermail.com.au|dailyexaminer.com.au|frasercoastchronicle.com.au|gattonstar.com.au|geelongadvertiser.com.au|gladstoneobserver.com.au|goldcoastbulletin.com.au|heraldsun.com.au|ipswichadvertiser.com.au|last.fm|musicfeeds.com.au|news-mail.com.au|noosanews.com.au|ntnews.com.au|nzherald.co.nz|realestateview.com.au|sf.se|sunshinecoastdaily.com.au|theaustralian.com.au|themercury.com.au|theweeklytimes.com.au|threenow.co.nz|townsvillebulletin.com.au|weatherchannel.com.au|weeklytimesnow.com.au|whitsundaytimes.com.au @@||infowars.com/videojs-event-tracking/dist/videojs-event-tracking.js @@||infowarsmedia.com/videojs-event-tracking/dist/videojs-event-tracking.js$script,~third-party @@ -16971,11 +16554,13 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||inpref.s3.amazonaws.com/sites/eventim_$script,third-party @@||ipapi.co/json/$xmlhttprequest,domain=athleticbrewing.com|audius.co @@||ipinfo.io/?token=$xmlhttprequest,domain=webtv.ert.gr +@@||isgprivacy.cbsi.com/dist/optanon.js$script @@||iwin.com/gtm.json$~third-party,xmlhttprequest @@||jabra.com/api/Analytics/$xmlhttprequest,domain=jabra.com -@@||juxtacommons.org^*/heatmap.js$domain=juxtacommons.org +@@||jbj.co.uk^*/analytics.js$script,~third-party @@||kbb.com/static/js/global/app-measurement$script @@||kentucky.com/mistats/finalizestats.js +@@||kohls.com/ecustservice/js/sitecatalyst.js$script,~third-party @@||legendstracking.com/js/legends-tracking.js @@||lexus.com/lexus-share/js/tracking_omn/$xmlhttprequest @@||lightningmaps.org^*/piwik.js @@ -16987,7 +16572,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||marketo.com^$script,stylesheet,subdocument,domain=awscloud.com @@||maxmind.com/geoip/$xmlhttprequest,domain=bandai-hobby.net|elgato.com|filld.com|ibanez.com @@||maxmind.com^*/geoip.js$domain=aljazeera.com|ballerstatus.com|bikemap.net|carltonjordan.com|cashu.com|coolsport.tv|dereon.com|dr.dk|everydaysource.com|fab.com|girlgames4u.com|incgamers.com|ip-address.cc|maaduu.com|qatarairways.com|sat-direction.com|sotctours.com|stoli.com|vibe.com -@@||maxmind.com^*/geoip2.js$domain=boostedboards.com|elgato.com|fallout4.com|filld.com|ibanez.com|metronews.ca|mtv.com.lb|runningheroes.com|teslamotors.com +@@||maxmind.com^*/geoip2.js$domain=boostedboards.com|donorschoose.org|elgato.com|fallout4.com|filld.com|ibanez.com|metronews.ca|mtv.com.lb|runningheroes.com|teslamotors.com @@||medianetworkinternational.com/js/fingerprint2.js$script @@||medicare.gov/SharedResources/widgets/foresee/foresee-trigger.js @@||mercedes-benz-mobile.com/js/tracking/tracker.min.js? @@ -16998,11 +16583,13 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||mixpanel.com/track/?data=$xmlhttprequest,domain=greentoe.com @@||mlb.com/scripts/stats/app/bam.stats.app.unified_file.js$script @@||mlb.com/scripts/stats/app/bbq_hashmgmt.js$script +@@||mlbstatic.com/mlb.com/adobe-analytics/AppMeasurement-mlb.js$domain=mlb.com @@||monetate.net/img/$script,domain=newegg.com @@||monetate.net/js/$domain=newegg.com|nike.com @@||monetate.net/trk/$script,domain=newegg.com @@||mpsnare.iesnare.com/snare.js$domain=citi.com|citibank.com|enmasse.com|login.skype.com|vitacost.com @@||mpsnare.iesnare.com/wu/snare.js$domain=westernunion.com +@@||msecnd.net/scripts/jsll-$script,domain=teams.microsoft.com @@||munchkin.marketo.net/munchkin.js @@||mxpnl.com/libs/mixpanel-*.min.js$domain=change.org|frigidaire.com|greentoe.com @@||mxpnl.com^$domain=mixpanel.com @@ -17018,11 +16605,14 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||office365.com^*/owa.Analytics.js$script @@||omtrdc.net/cdn/target.js$script,domain=swisscom.ch @@||omtrdc.net/crossdomain.xml$domain=crackle.com +@@||omtrdc.net/settings/$domain=abc.com|abcnews.go.com @@||omtrdc.net^*/mbox/ajax?$script,domain=barclays.co.uk|swisscom.ch @@||omtrdc.net^*/mbox/json?$xmlhttprequest,domain=absa.co.za|argos.co.uk|att.com|barclays.co.uk|swisscom.ch|t-mobile.com @@||omtrdc.net^*/mbox/standard?$script,domain=ancestry.co.uk|ancestry.com|ancestry.com.au|ancestry.it|barclays.co.uk|blogtalkradio.com|swisscom.ch +@@||online-metrix.net/fp/tags.js$domain=donorschoose.org @@||ourworld.com/ow/evercookie_ @@||ourworld.com/ow/js/evercookie/$script +@@||paypalobjects.com/*/pageView.js$script,domain=paypal.com @@||pbskids.org/js/ga-current.js @@||petsathome.com^*/Analytics.js @@||pixel.condenastdigital.com/sparrow.min.js$domain=video.epicurious.com|video.gq.com|video.wired.com @@ -17038,26 +16628,33 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||player.siriusxm.com/assets/AppMeasurement/VisitorAPI.js @@||player.sundaysky.com^$subdocument @@||pnas.org^*/fingerprint.js$script,~third-party +@@||pro.ip-api.com/json/$xmlhttprequest,domain=aljazeera.com|cookappsgames.com @@||ps.w.org/google-analytics-dashboard-for-wp/assets/ @@||pshared.5min.com/Scripts/OnePlayer/Loggers/ComScore.StreamSense.js @@||pshared.5min.com/Scripts/OnePlayer/Loggers/ComScore.Viewability.js @@||puch-ersatzteile.at^*/google-analytics.min.js @@||quantcast.com/wp-content/themes/quantcast/$domain=quantcast.com @@||quantserve.com/quant.js$domain=apps.facebook.com|nymag.com +@@||rasset.ie/dotie/js/tracker.js$domain=rte.ie +@@||rba-screen.healthsafe-id.com/fp/tags.js$script,domain=myuhc.com @@||repco.co.nz/_ui/shared/js/analyticsmediator.js @@||res-x.com^*/Resonance.aspx? @@||retailmenot.com/__wsm.gif$ping,xmlhttprequest +@@||rum.perfops.net/rum.min.js$script,domain=cdnperf.com @@||sahibinden.com/assets/analytics*.js$script @@||sbphototours.com/includes/AWStats.js$~third-party @@||scorecardresearch.com/beacon.js$domain=agame.com|allmusic.com|amctv.com|apl.tv|babycenter.com|bonappetit.com|calgaryherald.com|canada.com|cbc.ca|dailymail.co.uk|dailymotion.com|deviantart.com|discovery.com|doctoroz.com|edmontonjournal.com|fastcompany.com|financialpost.com|firstwefeast.com|hitfix.com|huffingtonpost.com|investigationdiscovery.com|landandfarm.com|last.fm|leaderpost.com|m.tmz.com|montrealgazette.com|nationalpost.com|newsday.com|ottawacitizen.com|outsideonline.com|radaronline.com|salon.com|sci2.tv|syfy.com|theprovince.com|thestar.com|thestarphoenix.com|thinkatheist.com|tlc.com|tmz.com|v3.co.uk|vancouversun.com|windsorstar.com @@||scorecardresearch.com/c2/plugins/streamsense_plugin_html5.js @@||scorecardresearch.com/c2/plugins/streamsense_plugin_theplatform.js @@||sears.com^*/analytics.sitecatalyst.js +@@||secure.logmein.com/scripts/Tracking/$script,~third-party @@||segment.com/analytics.js/*/analytics.min.js$script @@||segment.io/analytics.js/*/analytics.min.js$script @@||segment.io/v1/$xmlhttprequest,domain=greentoe.com @@||smartclient.com/smartclient/isomorphic/system/modules/isc_analytics.js$xmlhttprequest @@||songza.com/static/*/songza/systems/$script +@@||sophos.com^*/tracking/gainjectmin.js$script,domain=community.sophos.com +@@||spot.im^*/ab_test/$xmlhttprequest @@||src.fedoraproject.org/static/issues_stats.js? @@||starbucksassets.com/weblx/static/optimizely.$domain=starbucks.com @@||statcounter.com/css/packed/statcounter-$stylesheet,~third-party @@ -17065,6 +16662,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||static.atgsvcs.com/js/atgsvcs.js$domain=officedepot.com|shop.lego.com @@||static.parsely.com^$script,domain=express.co.uk @@||staticflickr.com^*/analytics-min.js$domain=flickr.com +@@||store.usps.com/media/js/metrics/metrics.js +@@||supertaxi.com/webclient/scripts/tracking/tracking.js$script,~third-party @@||t.st/video/js/kGoogleAnalytics.js?$domain=thestreet.com @@||tagcommander.com^*/tc_$script @@||tags.news.com.au/prod/heartbeat/ @@ -17083,7 +16682,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||ultimedia.com/js/common/jquery.gatracker.js @@||unileversolutions.com^*/config/analytics.js @@||unisys.com^*/track.gif$image,~third-party -@@||vaadin.com^*/heatmap.js +@@||unpkg.com/@optimizely/$domain=nike.com @@||validate.onecount.net/js/all.min.js$script,domain=foreignpolicy.com @@||validate.onecount.net/onecount/api/public/$script,domain=foreignpolicy.com @@||varagesale.com/assets/analytics-$script,~third-party @@ -17094,11 +16693,13 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||vodafone.com.au/analytics/js/$script @@||vouchercodes.co.uk/__wsm.gif$ping @@||waitrosecellar.com^*/eventTracking-Cellar.js$domain=waitrosecellar.com +@@||walmart.com^*/api/logger$xmlhttprequest @@||washingtonpost.com/wp-stat/analytics/latest/main.js @@||wbshop.com/fcgi-bin/iipsrv.fcgi? @@||wordpress.org/extend/plugins/wp-slimstat/screenshot-$image,~third-party @@||wordpress.org/wp-slimstat/assets/banner-$image,~third-party @@||wp.com^*/google-analytics-for-wordpress/$domain=wordpress.org +@@||wplogout.com/wp-content/uploads/*Google$image,~third-party @@||xfinity.com^*/Comcast.SelfService.Sitecatalyst.js @@||yandex.ru/metrika/watch.js$domain=engwords.net @@||yimg.com/ss/rapid3.js$script,domain=techcrunch.com @@ -17111,6 +16712,8 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||zappos.com/js/trackingPixel/mercentTracker.js @@||zylom.com/images/site/zylom/scripts/google-analytics.js @@||zynga.com/current/iframe/track.php?$domain=apps.facebook.com +! uBO-CNAME (Specific whitelists) +@@||n8s.jp^$script,domain=nikkei.com ! facebook related (https://forums.lanik.us/viewtopic.php?f=64&t=43722) @@||facebook.com/common/referer_frame.php$subdocument,domain=facebook.com @@||messenger.com/common/referer_frame.php$subdocument,domain=messenger.com @@ -17138,12 +16741,14 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||aplus.com/p.gif?$~third-party ! Preliminarily whitelisting Omniture s_code tracking pixels (script versions H.25 - H.25.2) due to breakage (https://adblockplus.org/forum/viewtopic.php?f=10&t=11378) if blocking the script causes issues @@||112.2o7.net/b/ss/$image,domain=espn.com.br|mtv.co.uk|nissan-global.com -@@||122.2o7.net/b/ss/$image,domain=billetnet.dk|billettservice.no|citibank.co.in|goal.com|lippupalvelu.fi|pcworld.com|riverisland.com|techhive.com|ticketmaster.ae|ticketmaster.co.uk|ticketmaster.de|ticketmaster.ie|ticketmaster.nl|ticnet.se +@@||122.2o7.net/b/ss/$image,domain=billetnet.dk|billettservice.no|citibank.co.in|goal.com|lippupalvelu.fi|nbcsports.com|pcworld.com|riverisland.com|techhive.com|ticketmaster.ae|ticketmaster.co.uk|ticketmaster.de|ticketmaster.ie|ticketmaster.nl|ticnet.se +@@||abc.com/b/ss/$image @@||amazoncustomerservice.d2.sc.omtrdc.net/b/ss/*/H.25.1/$image @@||castorama.fr/b/ss/$image @@||espn.com/b/ss/$image @@||fandango.com/b/ss/$image @@||globalnews.ca/b/ss/$image +@@||go.com/b/ss/$image @@||guidestar.org/ga.$~third-party,xmlhttprequest @@||info.seek.com/b/ss/$image,domain=seek.com.au @@||kaspersky.co.uk/b/ss/$image @@ -17160,7 +16765,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||mlb.com/b/ss/$image @@||nokia.com/b/ss/$image,domain=here.com @@||oms.dowjoneson.com/b/ss/$image,domain=wsj.com -@@||omtrdc.net/b/ss/$image,domain=halifax-online.co.uk|macworld.com|msnbc.com|nbc.com|pcworld.com|techhive.com|usanetwork.com +@@||omtrdc.net/b/ss/$image,domain=britishairways.com|halifax-online.co.uk|logmein.com|macworld.com|msnbc.com|nbc.com|pcworld.com|techhive.com|usanetwork.com @@||omtrdc.net/rest/$xmlhttprequest @@||royalmail.com/b/ss/$image @@||scorecardresearch.com/r2?$image,domain=ancestry.com|billetnet.dk|billettservice.no|lippupalvelu.fi|pcworld.com|techhive.com|ticketmaster.ae|ticketmaster.co.uk|ticketmaster.de|ticketmaster.ie|ticketmaster.nl|ticnet.se|wsj.com @@ -17177,7 +16782,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||walmart.com/b/ss/$image ! Whitelists to fix broken pages of tracking companies ! Heatmap -@@||heatmap.it^$domain=heatmap.me +@@||heatmap.it^$domain=heatmap.com|heatmap.it|heatmap.me|heatmap.org ! Google @@||google.*/analytics/css/$~third-party @@||google.*/analytics/js/$~third-party @@ -17185,8 +16790,10 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ! ----------------Whitelists to fix broken international sites-----------------! ! *** easylist:easyprivacy/easyprivacy_whitelist_international.txt *** ! German -@@||adobedtm.com^*/satelliteLib-$script,domain=sbb.ch +@@||adobedtm.com^*/mbox-contents-$script,domain=dhl.de +@@||adobedtm.com^*/satelliteLib-$script,domain=dhl.de|sbb.ch @@||analytics.edgekey.net/html5/akamaihtml5-min.js$domain=br.de +@@||asadcdn.com/adlib/pages/sport1.js$domain=sport1.de @@||darmstadt.ui-traffic.de/mobile/webapp/bower_components/heatmap.js$domain=darmstadt.ui-traffic.de @@||deutschlandfunkkultur.de/themes/*/js.php?files=*,script/smarttag.js,$script,~third-party @@||energy.de^*/ivw.js?$domain=energy.de @@ -17198,6 +16805,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||ksta.de/cre-1.0/tracking/call.js?$domain=ksta.de @@||ksta.de^*/api/tracking/service/ksta/templateclient.js$domain=ksta.de @@||ksta.de^*/tracking/tracking.js$domain=ksta.de +@@||rtl.de^*/videotracking.min.js$domain=rtl.de @@||spatialbuzz.com/piwik/piwik.js$domain=spatialbuzz.com @@||spiegel.de/layout/js/http/netmind-$script @@||sunday.de/skin/*/googleanalytics.js$script @@ -17207,15 +16815,22 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||actiris.be/urchin.js @@||adobedtm.com^*/mbox-contents-$script,domain=fcbarcelona.fr @@||adobedtm.com^*/satelliteLib-$script,domain=fcbarcelona.fr|icimusique.ca|laredoute.be|laredoute.ch|laredoute.fr|lci.fr|nrj.fr|tou.tv +@@||amazon-adsystem.com/aax2/apstag.js$script,domain=programme-tv.net @@||connect.facebook.net^*/fbevents.js$domain=elinoi.com @@||forecast.lemonde.fr/p/event/pageview?$image,~third-party @@||google-analytics.com/analytics.js$domain=infoconso-multimedia.fr|viandesuisse.ch @@||maxmind.com/geoip/$xmlhttprequest,domain=dcshoes.fr @@||maxmind.com^*/geoip2.js?$script,domain=dcshoes.fr +@@||pmdstatic.net/advertising-$script,xmlhttprequest,domain=programme-tv.net @@||script.ownpage.fr/v1/ownpage.js?$script,domain=lci.fr @@||static.lci.fr/assets/scripts/common/tracker.js?$script,~third-party +@@||static.lci.fr/assets/scripts/common/user-agent-analyzer.js$script,~third-party +@@||static.s-sfr.fr/eTagP/$image,~third-party +@@||static.s-sfr.fr/stats/footer.js$script,~third-party +@@||static.s-sfr.fr/stats/header.js$script,~third-party @@||tag.aticdn.net^*/smarttag.js$domain=mon.compteczam.fr @@||ultimedia.com/api/widget/getwidget/$xmlhttprequest,domain=ouest-france.fr +@@||vuplay.co.uk/stats/adobe/*/AppMeasurement.js$script,domain=radioplus.be @@||vuplay.co.uk/stats/adobe/*/VisitorAPI.js$script,domain=radioplus.be ! Bulgarian @@||google-analytics.com/analytics.js$domain=novatv.bg @@ -17226,7 +16841,6 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||aixifan.com^*/sensorsdata.min.js?$domain=acfun.cn @@||dynamicyield.com/api/$script,domain=zalora.com.hk|zalora.com.tw @@||google-analytics.com/analytics.js$domain=news.gamme.com.tw -@@||imp.appledaily.com/js/nxm_tr_v20s.js @@||tianxun.com^*/js/tracker.js @@||uwants.com/include/*/swfaddress.js @@||vanclimg.com/js.ashx?*/google-analytics.js$domain=vancl.com @@ -17237,20 +16851,22 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||hlidacstatu.cz/scripts/highcharts-6/modules/heatmap.js @@||seznam.cz/?spec=*&url=$image,domain=search.seznam.cz ! Danish +@@||googletagmanager.com/gtm.js?$domain=grandhood.dk ! Dutch @@||ad.crwdcntrl.net^$script,domain=rtl.nl @@||analytics.ooyala.com/static/analytics.js$script,domain=humo.be @@||centprod.com/nd/assets/js/analytics.js$script,domain=centprod.com @@||d2zv6vzmaqao5e.cloudfront.net/css/foodticket/*_google_analytics.js -@@||googletagmanager.com/gtm.js?$script,domain=mediamarkt.nl +@@||googletagmanager.com/gtm.js$script,domain=beterbed.nl|mediamarkt.nl +@@||optimizely.addmilk.nl^$image,domain=simyo.nl ! Finnish @@||adobedtm.com^*/satelliteLib-$script,domain=gigantti.fi @@||cnetcontent.com/jsc/h.js$domain=atea.fi +@@||dynamicyield.com/api/$script,domain=gigantti.fi @@||frosmo.com^$xmlhttprequest,domain=kauppahalli24.fi @@||googletagmanager.com/gtm.js?$domain=cdon.fi @@||inpref.s3.amazonaws.com/sites/$script,domain=kauppahalli24.fi @@||lekane.net/lekane/dialogue-tracking.js?$script -@@||power.fi/Umbraco/Api/Tracking/$xmlhttprequest ! Greek ! Hebrew @@||amazonaws.com/static.madlan.co.il/*/heatmap.json?$xmlhttprequest @@ -17283,11 +16899,12 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||codicefl.shinystat.com/cgi-bin/getserver.cgi?$script,domain=3bmeteo.com|quotidiano.net|radioitalia.it @@||ensighten.com^*/Bootstrap.js$domain=williamhill.it @@||google-analytics.com/analytics.js$domain=carnesvizzera.ch +@@||googletagmanager.com/gtag/js$script,domain=timparty.tim.it @@||googletagmanager.com/gtm.js?$domain=iphoneitalia.com|la7.it @@||ilsole24ore.com^*/fingerprint2.min.js? @@||imrworldwide.com/novms/*/ggcm*.js$domain=la7.it|sky.it|video.corriere.it @@||imrworldwide.com/v60.js$domain=corriereadriatico.it|fanpage.it|ilgazzettino.it|ilmattino.it|ilmessaggero.it|leggo.it|quotidianodipuglia.it -@@||kataweb.it/wt/wt.js?http$domain=gelocal.it|video.huffingtonpost.it|video.ilsecoloxix.it|video.lastampa.it|video.repubblica.it +@@||kataweb.it/wt/wt.js?http$domain=gelocal.it|video.huffingtonpost.it|video.ilsecoloxix.it|video.lastampa.it|video.rep.repubblica.it|video.repubblica.it @@||mediaworld.it^*/GoogleTagManager.js? @@||omtrdc.net^*/mbox/json?$xmlhttprequest,domain=vodafone.it @@||paginegialle.it/js/shinystat.js @@ -17311,12 +16928,15 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||adobedtm.com^*/satelliteLib-$script,domain=fcbarcelona.jp|radiko.jp @@||allabout.co.jp/mtx_cnt.js$script,~third-party @@||analytics.edgekey.net/html5/akamaihtml5-min.js$domain=nhk.or.jp -@@||atwikiimg.com/common/_img/spacer.gif?$image,domain=atwiki.jp +@@||assets.adobedtm.com^*-librarycode_source.min.js$script,domain=mora.jp +@@||atwiki.jp/common/_img/spacer.gif?$image,domain=atwiki.jp @@||chancro.jp/assets/lib/googleanalytics-$script +@@||googletagmanager.com/gtm.js$script,domain=sankei.com @@||mediaweaver.jp^$image,domain=ismedia.jp @@||ovp.piksel.com/ipLookup.php$xmlhttprequest,domain=nhk.or.jp @@||sankei.co.jp/js/analytics/skd.Analysis.js$script @@||sanspo.com/parts/chartbeat/$xmlhttprequest +@@||suumo.jp/sp/js/beacon.js$script,~third-party @@||uliza.jp/IF/RequestVideoTag.aspx$script,domain=kobe-np.co.jp @@||webcdn.stream.ne.jp^*/referrer.js$domain=stream.ne.jp ! Korean @@ -17326,7 +16946,7 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. ! Latvian @@/webtracking/*$domain=pasts.lv @@||eveselibaspunkts.lv/js/global/fingerprint2.min.js? -@@||gemius.pl/gplayer.js$domain=skaties.lv +@@||gemius.pl/gplayer.js$script,third-party @@||gjensidige.lv/Content/dev/scripts/analytics.js @@||gjensidige.lv/Content/dev/scripts/analytics.min.js @@||google-analytics.com/analytics.js$domain=skaties.lv @@ -17343,23 +16963,25 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||fastwhitecat.com/wp-content/plugins/duracelltomi-google-tag-manager/$script,domain=fastwhitecat.com @@||gemius.pl/gstream.js @@||gminazamosc.pl/wp-content/plugins/wp-google-analytics-events/js/ga-scroll-events.js? -@@||hdtvpolska.com/wp-content/plugins/wpdiscuz/assets/third-party/wpdcookiejs/customcookie.js @@||iwa.iplsc.com/iwa.js$script @@||kropka.onet.pl^*/onet.js$domain=tvnwarszawa.pl @@||login.ingbank.pl^*/satelliteLib-$script +@@||marketingsolutions.com.pl^*/googleanalytics-$image,domain=marketingsolutions.com.pl @@||ninja.onap.io/ninja-cee.js$domain=olx.pl @@||olx.pl^*/js/tracking/ninja.js$domain=olx.pl +@@||sgqcvfjvr.onet.pl^$script,domain=kobieta.onet.pl @@||stat24.com/crossdomain.xml$domain=ipla.tv @@||wp.pl^*/dot.gif?$xmlhttprequest,domain=open.fm|wp.tv ! Portuguese @@||77.91.202.130/js/20050/xiti.js$domain=custojusto.pt @@||adobedtm.com^*/satelliteLib-$script,domain=crackle.com.br|laredoute.pt @@||chiptec.net/skin/*/GoogleAnalyticsPlus/$script +@@||d.tailtarget.com/profiles.js$domain=superesportes.com.br @@||dfdbz2tdq3k01.cloudfront.net/js/2.1.0/IbtRealTimeSJ/IbtRealTimeSJ.js?$domain=social.economico.pt @@||dfdbz2tdq3k01.cloudfront.net/js/2.1.0/IbtRealTimeSJ/IbtRealTimeSJCore.js?$domain=social.economico.pt @@||dfdbz2tdq3k01.cloudfront.net/js/2.1.0/ortc.js$domain=social.economico.pt @@||google-analytics.com/urchin.js$domain=record.xl.pt -@@||googletagmanager.com/gtm.js$domain=netcombo.com.br|saraiva.com.br|tugatech.com.pt +@@||googletagmanager.com/gtm.js$domain=netcombo.com.br|saraiva.com.br|superesportes.com.br|tugatech.com.pt @@||habibs.com.br/build/assets/js/tracking.js$domain=habibs.com.br @@||hit.gemius.pl/xlgemius.js$script,domain=ojogo.pt @@||jsonip.com/?callback=$script,domain=pagtel.com.br @@ -17368,21 +16990,24 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||nostv.pt^*/angulartics-google-analytics.js? @@||siteapps.com^$script,domain=netcombo.com.br @@||stats.g.doubleclick.net/dc.js$domain=netcombo.com.br +@@||tags.t.tailtarget.com/t3m.js?$domain=superesportes.com.br ! Romanian @@||homebank.ro/public/HomeBankLogin/js/fingerprint/fingerprint.js ! Russian @@||adobedtm.com^*/satelliteLib-$script,domain=laredoute.ru @@||afisha.ru/proxy/videonetworkproxy.ashx?$xmlhttprequest @@||alfadirect.ru/api/analytics/latest?$~third-party,xmlhttprequest -@@||alternathistory.com/wp-content/plugins/wpdiscuz/assets/third-party/wpdcookiejs/customcookie.js$script,~third-party @@||boxberry.ru/bitrix/templates/main.adaptive/js/tracking.js @@||boxberry.ru/tracking.service/ +@@||coronavirus-monitor.ru/scripts/statistics/statistics.$script,~third-party @@||criteo.net/js/ld/publishertag.js$domain=novayagazeta.ru @@||dict.rambler.ru/fcgi-bin/$xmlhttprequest,domain=rambler.ru -@@||google-analytics.com/analytics.js$domain=nabortu.ru|poiskstroek.ru -@@||googletagmanager.com/gtm.js?$domain=sportmaster.ru +@@||google-analytics.com/analytics.js$domain=nabortu.ru|poiskstroek.ru|rzd.ru|teddyfood.com +@@||google-analytics.com/plugins/ua/ec.js$domain=teddyfood.com +@@||googletagmanager.com/gtm.js$domain=besplatka.ua|sportmaster.ru|teddyfood.com @@||itv.1tv.ru/stat.php? @@||k12-company.ru^*/statistics.js$script +@@||komus.ru/_ui/shared/js/ga/googleTagManager.js$script,~third-party @@||krok8.com/wp-content/plugins/pageviews/pageviews.min.js$script,~third-party @@||labrc.pw/advstats/$xmlhttprequest @@||leroymerlin.ru/config/analytics.js$script @@ -17401,17 +17026,20 @@ $csp=worker-src 'none',domain=alltube.pl|alltube.tv|animeteatr.ru|annuaire-bleu. @@||wargag.ru/public/js/counter.js? @@||widget.myrentacar.me^$script,subdocument @@||xtool.ru/js/analyze.js$script,domain=xtool.ru -@@||yandex.ru/metrika/watch.js$domain=alean.ru|anoncer.net|nabortu.ru|tv.yandex.ru|tvrain.ru +@@||yandex.ru/metrika/tag.js$script,domain=kuchenland.ru +@@||yandex.ru/metrika/watch.js$domain=alean.ru|anoncer.net|nabortu.ru|samozapis-spb.ru|tv.yandex.ru|tvrain.ru @@||yandex.ru/watch/$xmlhttprequest,domain=anoncer.net @@||yandex.ru/webvisor/$xmlhttprequest,domain=anoncer.net ! Spanish @@||acb.com/javascripts/jv_feeder_stats.js @@||adobedtm.com^*/mbox-contents-$script,domain=fcbarcelona.cat|fcbarcelona.es @@||adobedtm.com^*/satelliteLib-$script,domain=crackle.com.ar|crackle.com.ec|crackle.com.mx|crackle.com.pe|crackle.com.py|fcbarcelona.cat|fcbarcelona.es|laredoute.es|vtr.com +@@||amplitude.com/libs/$script,domain=elconfidencial.com @@||ampproject.org/v0/amp-analytics-$script,domain=cnnespanol.cnn.com @@||ara.cat/static/BB3Core/images/pixel.gif?hash=$image,domain=ara.cat @@||c5n.com^*/angulartics-google-analytics.min.js @@||cloudfront.net/libs/amplitude-$script,domain=elconfidencial.com +@@||elconfidencial.com^*/EventTracker.js @@||eldiario.es/static/BBTCore/images/pixel.gif?hash=$image,domain=eldiario.es @@||estafeta.com/shared/js/tracking.js @@||googletagmanager.com/gtm.js$script,domain=tn.com.ar diff --git a/app/src/main/assets/blocklists/fanboy-annoyance.txt b/app/src/main/assets/blocklists/fanboy-annoyance.txt index e2130c55..9296f4b2 100644 --- a/app/src/main/assets/blocklists/fanboy-annoyance.txt +++ b/app/src/main/assets/blocklists/fanboy-annoyance.txt @@ -1,7 +1,7 @@ [Adblock Plus 2.0] -! Version: 201912312316 +! Version: 202003262144 ! Title: Fanboy's Annoyance List -! Last modified: 31 Dec 2019 23:16 UTC +! Last modified: 26 Mar 2020 21:44 UTC ! Expires: 4 days (update frequency) ! License: http://creativecommons.org/licenses/by/3.0/ ! Please report any unblocked content or problems by email or in our forums @@ -158,89 +158,20 @@ /outbrain/base? /outbrain? /outbrainAd. -! Push Notifications --push-notification. --push-notification/ --push-notifications/ -/amp-user-notification- -/av/push- -/build/push.js -/checkPush.js -/flying_push. -/get_onesignal_ -/ilabspush. -/mp-web-notification. -/multi-desktop-notification. -/myPushDc. -/notification-ext. -/notification-prod-sw.js -/notification/notify.js -/notifications_lazy. -/notifyme.js -/notifyme.min.js -/one-signal. -/onesignal-free- -/onesignal-modal. -/onesignal.js -/onesignal.min. -/onesignal/manifest. -/onesignalfix. -/OneSignalSDKWorker. -/openpushwoosh_ -/plugins/wp-notification-bars/* -/push-notification. -/push-notification/* -/push-notifications. -/push-notifications/* -/push-sw. -/push-worker-$script -/push/notification- -/push/offer/* -/push/sbscr. -/push/sbscrp. -/push/subscribe. -/push_newsletter_ -/push_notification/* -/push_notification_ -/push_subscription. -/push_token_ -/pushes/firebase. -/pushes/notification. -/pushly-sdk. -/pushly-sw. -/pushmessageworker. -/pushnews.min. -/pushnotification. -/pushNotifications.js -/pushnotifications/* -/pushpushgo/* -/pushv2.js -/pushwoosh- -/pushwooshNotification/* -/russmediapush/* -/scripts/onesignal. -/sendsay_push_ -/sna-pushwoosh. -/web-push-worker. -/web-push. -/webpush. -/webpush/* -/webPushIframe. -/wonderpush, -/wonderpush. -/wordpress-fire-push/* -_push_sw. ! Newsletter/Subscribe -160x120-newsletter. -email-newsletter- -footer-newsletter. -icon-newsletter. +-iscrizione-newsletter- +-iscrizione-newsletter. -newsletter-300x120. -newsletter-bg- -Newsletter-button. -newsletter-popup. -newsletter-subscription- -newsletter/popup/ +-newsletter_signup. -newsletterwidget- -newsletterwidget. -newssletter-V3. @@ -270,6 +201,7 @@ _push_sw. /Components/newsletter/* /content/newsletter/* /content/newsletter_ +/csSubscribeToNews. /edjnewsletter. /email-newsletter/* /email/subscribe. @@ -305,6 +237,7 @@ _push_sw. /last_newsletter, /layout/newsletter. /leadin-subscribe. +/m-newsletter_ /marketing/newsletter- /Masthead-Newsletter- /MC-Newsletter- @@ -375,6 +308,7 @@ _push_sw. /newsletter_arrow. /newsletter_background_ /newsletter_banner. +/newsletter_button. /newsletter_cta. /newsletter_form_ /newsletter_icona. @@ -467,6 +401,7 @@ _subscribe_button -rss-icon. -rss-social. -social-rss. +-sociaux-rss. -white-rss. /32-rss. /32x32-rss. @@ -495,6 +430,7 @@ _subscribe_button /Feed_48x /feed_icon_ /feed_rss. +/feedrss. /feeds_36x /flux-rss- /flw-rss. @@ -508,6 +444,7 @@ _subscribe_button /ft_rss. /gif/rss_ /header-rss. +/header/rss. /header_rss. /header_rss_ /ic_rss. @@ -685,9 +622,12 @@ _xmlrss. ! -scroll-to-top/ .ui.totop. +/appBackToTop/ +/appBackToTop_ /avada-to-top. /back-to-top- /back-to-top. +/back-top-btn. /back_to_top. /back_to_top_ /backtotop. @@ -697,6 +637,7 @@ _xmlrss. /btn_back2top_ /btn_gotop. /btn_pagetop. +/csBackToTop.js /dynamic-to-top/* /go_to_top. /goTop- @@ -719,11 +660,13 @@ _xmlrss. /scrolltop/* /scrolltopcontrol. /scrolltoplugin. +/scrollToTop.min. /scrolltotop/* /scrollToTopConcat. /scrollup_button. /simple-back-to-top/* /to_pagetop. +/topbutton.js /torna-su. /ui.totop_ _backToTop. @@ -733,8 +676,85 @@ _backToTop. ! Particles dynamic background /jquery.particleground. /particles-sel.js -/particles.js -/particles.min.js +! *** easylist:fanboy-addon/fanboy_notifications_general_block.txt *** +-push-notification. +-push-notification/ +-push-notifications/ +/amp-user-notification- +/av/push- +/build/push.js +/checkPush.js +/FeedifySW.js +/flying_push. +/get_onesignal_ +/ilabspush. +/inpl.webpush. +/mp-web-notification. +/multi-desktop-notification. +/myPushDc. +/nadz-sdk. +/notification-ext. +/notification-prod-sw.js +/notification/notify.js +/notifications_lazy. +/notifyme.js +/notifyme.min.js +/one-signal. +/onesignal-free- +/onesignal-modal. +/onesignal.js +/onesignal.min. +/onesignal/manifest. +/onesignalfix. +/OneSignalSDKWorker. +/openpushwoosh_ +/plugins/wp-notification-bars/* +/push-notification. +/push-notification/* +/push-notifications.$~stylesheet +/push-notifications/* +/push-sw. +/push-worker-$script +/push-wrap.js +/push/notification- +/push/offer/* +/push/sbscr. +/push/sbscrp. +/push/subscribe. +/push_newsletter_ +/push_notification/* +/push_notification_ +/push_subscription. +/push_token_ +/pushes/firebase. +/pushes/notification. +/pushly-sdk. +/pushly-sw. +/pushmessageworker. +/pushnews.min. +/pushnotification. +/pushNotifications.js +/pushnotifications/* +/pushpushgo/* +/pushv2.js +/pushwoosh- +/pushwooshNotification/* +/russmediapush/* +/scripts/onesignal. +/sendpulse/* +/sendsay_push_ +/sna-pushwoosh. +/web-push-worker. +/web-push. +/webnotf.js +/webpush. +/webpush/* +/webPushIframe. +/wonderpush, +/wonderpush. +/wordpress-fire-push/* +_push_sw. +_revotas_push. ! *** easylist:fanboy-addon/fanboy_social_general_block.txt *** -box-facebook_ -box-twitter_ @@ -759,6 +779,7 @@ _backToTop. -facebook-icon. -facebook-icons- -facebook-like-box/ +-facebook-likeButton- -facebook-share. -facebook-widget. -facebook.js$domain=~king.com @@ -1048,12 +1069,12 @@ _backToTop. /android-share. /aolshare/* /app/social. +/appSocialShare/* /article-shares. /article-social/* /ArticleSocialShare. /ashare.js /aspexi-facebook- -/assets/*discord.png /assets/*Facebook.jpg /assets/*facebook.png /assets/*twitter.png @@ -1167,6 +1188,7 @@ _backToTop. /bz_share/* /chs/share/* /cht/share/* +/circle_share. /cnw.share. /color-facebook- /color-twitter- @@ -1328,6 +1350,7 @@ _backToTop. /facebook_badge- /facebook_badge. /facebook_boton. +/facebook_btn. /facebook_button /facebook_button. /facebook_circle- @@ -1387,6 +1410,7 @@ _backToTop. /facebooktrafficdriver. /facebookwidget. /facebutton.png +/facetwit. /fan-fb.png /farkit-btn. /fb-banner. @@ -1543,6 +1567,7 @@ _backToTop. /footer-youtube- /footer/facebook- /footer/facebook. +/footer/facebook_ /footer/fb- /footer/google- /footer/instagram- @@ -1554,6 +1579,7 @@ _backToTop. /footer/twit- /footer/twitter- /footer/twitter. +/footer/twitter_ /footer/youtube. /footer_facebook. /footer_fb- @@ -2016,6 +2042,7 @@ _backToTop. /iconSocial. /iconTwitter. /iconYoutube. +/icoshare. /icoSocial. /icoSocial2. /icosocial21/* @@ -2086,10 +2113,12 @@ _backToTop. /images/social_$image /images/socials/* /images/soicial/* +/images/tmblur. /images/tumblr- /images/tw_ /images/twiter /images/twitter +/images/vimeo- /images/vk- /images/whtapp- /images/youtube- @@ -2285,6 +2314,7 @@ _backToTop. /mobilesharetools. /mod_socialmedialinks/* /mod_socialslider/* +/modeles_facebook/* /mtsocialgroup_ /myshare/* /myspace-32x32. @@ -2328,6 +2358,7 @@ _backToTop. /partnerNavSocialButtons. /pics/*facebook.png /pics/*twitter.png +/pict-fb. /pin-icon- /pin-interest-icon. /pin-it.gif @@ -2423,7 +2454,6 @@ _backToTop. /plugins/slide-in/*$script /plugins/sociable-$~stylesheet /plugins/sociable/*$~stylesheet -/plugins/social-$~stylesheet /plugins/socialbox/* /plugins/socialfans-counter/* /plugins/socialgrid/*$~stylesheet @@ -2449,6 +2479,7 @@ _backToTop. /portals/*google-plus.jpg /portals/*linkedin.jpg /portals/*you-tube.jpg +/post-shares. /printarest. /prisna-social-counter. /prn.share. @@ -2744,6 +2775,7 @@ _backToTop. /sidenav_instagram_ /sidenav_tumblr_ /sideShare_ +/silicon-counters/* /simple-share-$~stylesheet /simple-social-sharing/*$~stylesheet /simpleshare.js @@ -2855,6 +2887,7 @@ _backToTop. /social-likes- /social-likes.$~script,~stylesheet /social-likes_$~stylesheet +/social-linkedin. /social-links- /social-links. /social-locker/*$script @@ -3081,7 +3114,9 @@ _backToTop. /socialcount. /socialcounters/* /socialcounts/*$script +/socialCounts? /socialfacebookdark. +/socialfooter. /socialFooterSprite. /socialgoogledark. /socialhomesprite2. @@ -3410,6 +3445,7 @@ _backToTop. /twitter_badge. /twitter_bird. /twitter_bird_ +/twitter_btn. /twitter_bubble_ /Twitter_button /twitter_button. @@ -3845,6 +3881,7 @@ _youtube_social_ -cookie-cnil. -cookie-consent-$~script -cookie-consent.$~script +-cookie-consent.js -cookie-consent/$~script -cookie-dialog. -cookie-filter/$script @@ -3905,6 +3942,8 @@ _youtube_social_ .gdpr-banner. .gdpr.js .javascript.gdpr. +.notificationCookies. +.PrivacyDataNotice. /1_cookie. /2018-gdpr.js /24cookiebar. @@ -3947,12 +3986,15 @@ _youtube_social_ /bauer.cookies. /bc-cookie-consent /bCookiesMessage. +/bgmp-gdpr. /bgon-cookies- /borlabs-cookie/*$~script /borlabs_cookie/*$~script /bt.cookies. /bundle-gdpr.min.js /cc-cookie-consent/* +/ccm19.js +/ccm19/* /cCookiesH. /cdcookie/* /check_cookie_ @@ -3970,7 +4012,9 @@ _youtube_social_ /cmp/privacy_manager? /cmp/tmcookie. /cmp/tracking-opt- +/cmp3p.js /cmp_consentStorage. +/cmp_didomi.js /cmp_shim.js /cmpCookie. /cmpui-banner- @@ -3985,11 +4029,14 @@ _youtube_social_ /cnil_banner. /cnil_top. /coCookiesDisclaimer. +/consent-management.js /consent-manager.js /consent.min.js? /consent/manager/*$script /consent/message.js +/ConsentTracking- /consentUI/* +/coobann/* /cookie-accept.js /cookie-alert. /cookie-bandeau. @@ -4001,10 +4048,12 @@ _youtube_social_ /cookie-choices. /cookie-compliance. /cookie-consent-manager. +/cookie-consent-modals. /cookie-consent. /cookie-consent/* /cookie-consent? /cookie-control. +/cookie-disclaimer- /cookie-disclaimer. /cookie-disclaimer/* /cookie-eu/* @@ -4015,6 +4064,7 @@ _youtube_social_ /cookie-info. /cookie-information. /cookie-law-$~script +/cookie-law-info-public.js /cookie-law.js /cookie-madeincima. /cookie-madeincima/* @@ -4048,6 +4098,7 @@ _youtube_social_ /cookie-widget/* /cookie.*/cm/* /cookie.banner. +/cookie.euck. /cookie.json /cookie.notice. /cookie.notify. @@ -4055,6 +4106,7 @@ _youtube_social_ /cookie.policy. /cookie.privacy. /cookie.response. +/cookie.umdaac. /cookie/cookie-bar /cookie/cookie. /cookie/cookie2. @@ -4077,6 +4129,7 @@ _youtube_social_ /cookie_banner. /cookie_banner/* /cookie_bar. +/cookie_bar/* /cookie_consent. /cookie_consent/* /cookie_consent_ @@ -4116,6 +4169,7 @@ _youtube_social_ /cookiebanner. /cookieBanner/* /cookiebar- +/cookiebar.js /cookiebar_ /cookiebox. /cookiec.json @@ -4132,6 +4186,7 @@ _youtube_social_ /cookieConsent- /cookieconsent.$~stylesheet /cookieconsent/* +/cookieconsent? /cookieconsent_ /cookieConsentDialog. /cookieconsentpub/* @@ -4154,6 +4209,7 @@ _youtube_social_ /cookiehint. /CookieInfo. /CookieInfo/*$~script +/cookieInfofr. /cookieInformerBooklet_ /cookiejar/* /cookiejs/* @@ -4251,6 +4307,7 @@ _youtube_social_ /cookies_law.js /cookies_loading.php? /cookies_policy. +/cookies_popup. /Cookies_Pro/* /cookies_tlo. /CookiesAcception. @@ -4294,8 +4351,11 @@ _youtube_social_ /disagreeCookie. /dist/gdpr- /divascookies_ +/diyscmp.min.js +/DonCookie.min.js /donotviewcookiemsg. /dotbandeaucookie/* +/dsgvo-consent. /dsgvo.js /dsgvo_2018.js /dw-cookies- @@ -4335,6 +4395,7 @@ _youtube_social_ /eurocookie. /evidon-banner. /evidon-cmp. +/evidon-sitenotice-tag. /eznovacookieconsent. /Flurrybox_EnhancedPrivacy/* /fp_cookie. @@ -4390,6 +4451,7 @@ _youtube_social_ /gdprscript. /GestionCookiesCNILPlugin/* /gestione_cookie.js +/GetCookieMessageDisplay? /getEUPrivacyPolicy. /header.cookies. /header/cnil- @@ -4406,6 +4468,7 @@ _youtube_social_ /icocookies. /icon/cookie- /idg-consent. +/im_eucookie. /img/gdpr/* /implied-consent. /implied-consent/* @@ -4436,6 +4499,7 @@ _youtube_social_ /js/rodo.js /layer-cookienotice. /lbox_cookie. +/ld-cookies- /legal/cookies/? /legal_cookie. /legalcookie. @@ -4446,6 +4510,7 @@ _youtube_social_ /MarkupCookieConsent/* /mb_cookies. /meta/cookie- +/meWantCookies*.js /miocookie_ /mod_cookie/* /mod_cookiesaccept/*$~stylesheet @@ -4458,7 +4523,10 @@ _youtube_social_ /nibirumail.cookie.min.js /nl-cookie-law.js /notification.js*browserId=$script +/o-cookielaw. /ocgcookie? +/oil/*-RELEASE.chunk.js +/onetrust/consent/* /onetrustConsent.js /opendotcom-cookie/* /opt-in-select/cookie/* @@ -4472,6 +4540,7 @@ _youtube_social_ /policy_cookie. /policy_cookieCMP. /policyaccept. +/pop_up_cookie. /PopupCookie. /popupcookieinit. /prettycookies. @@ -4482,7 +4551,9 @@ _youtube_social_ /privacy-cookies.js /privacy-manager.js /privacy-modal.js +/privacy-policy.js /privacy-templates.js? +/privacy/bundle-modern.js /privacy/cookie. /privacy_cookie. /privacy_policy.js @@ -4495,11 +4566,15 @@ _youtube_social_ /protv_cookies. /pum-site-scripts- /pum-site-scripts. +/pwcookielaw.js +/quantastCmp.js /rb/cookie/* /rbicookiepolicy. +/rdm-daac-notice- /remote-gdpr. /resources/CookieConsent/* /rgpd.js +/rgpd_cookie_ /rodo-agreement- /rodo-iframe? /rodo.js?pp_pr= @@ -4537,7 +4612,6 @@ _youtube_social_ /superCookie- /SwagCookiePermission/* /syncCookie/* -/tarteaucitron. /terms_of_service.js /tm.cookie.js /tnzcookie- @@ -4595,6 +4669,7 @@ _cookie_bar. _cookie_bar/ _cookie_cnil. _cookie_compliance. +_cookie_consent. _cookie_consent/ _Cookie_Directive- _cookie_hint. @@ -4850,6 +4925,7 @@ _site_cookie_ ##.block-nst-cxense ##.block-simplenews ##.bookmark_services +##.bottom-nolink__social ##.button-feed ##.cactus-post-suggestion ##.cb_ads @@ -5124,6 +5200,7 @@ _site_cookie_ ###taboola-below-article ###taboola-below-article-thumbnails ###taboola-below-article-thumbnails-2 +###taboola-below-article-thumbnails-new ###taboola-below-disco-board ###taboola-below-main-column ###taboola-below-main-column-mix @@ -5145,6 +5222,7 @@ _site_cookie_ ###taboola-widget-wrapper ###taboolaSave ###taboola_wrapper +##.classic-type-taboola-below-desktop ##.divider-taboola ##.js-taboola ##.m-article-taboola @@ -5256,6 +5334,7 @@ _site_cookie_ ###ascenseur_newsletter ###at-cv-toaster ###barNewsletter +###bc-newsletter-cta ###bitsubscribe ###bloc-newsletter ###bloc_newsletter @@ -5293,6 +5372,7 @@ _site_cookie_ ###channel-subscriptions ###channelNewsletter ###column3_newsletter_signup +###component-newsletter-widget-breakingnews ###container-subscription-newsletter ###content-email-su ###contentBarNewsletter @@ -5408,6 +5488,7 @@ _site_cookie_ ###ins-newsletter-form ###inscription_newsletter ###instory_newsletter_signup +###iscrizione_newsletter ###iscrizioniscr_emaileNewsletter ###it_newsletters ###jFrame-email-signup @@ -5433,6 +5514,7 @@ _site_cookie_ ###mm_newsletter ###mn-newsletter-widget ###mn_cskt_newsletter +###mobileNewsletterInput ###mod-newsletter-1 ###mod-newsletter-signup-1 ###mod-newsletter-signup-2 @@ -5486,6 +5568,7 @@ _site_cookie_ ###newsletter-form\ gigya-form-registration ###newsletter-front ###newsletter-header +###newsletter-homepage-signup ###newsletter-inline ###newsletter-inline-widget ###newsletter-instant-register-form @@ -5515,6 +5598,7 @@ _site_cookie_ ###newsletter-side-widget ###newsletter-sidebar ###newsletter-sign-up +###newsletter-sign-up-message ###newsletter-signUpWidget ###newsletter-signup ###newsletter-signup-box @@ -5550,6 +5634,7 @@ _site_cookie_ ###newsletterEPG ###newsletterFloorBanner ###newsletterFlyIn +###newsletterFooter ###newsletterFooterDiv ###newsletterFormWrapper ###newsletterLBContainer @@ -5575,6 +5660,8 @@ _site_cookie_ ###newsletterSignupPromo ###newsletterSubContainer ###newsletterSubscribe +###newsletterSubscriptionPopup +###newsletterWidget ###newsletterWidgetFormHolder ###newsletterWrapper ###newsletter_articles @@ -5623,6 +5710,7 @@ _site_cookie_ ###newsletters-1-form ###newsletters-1-form-wrapper ###newsletters-2-form +###newsletters-footer-content ###newsletters_inline ###newsletters_rdr ###newslettershow @@ -5658,6 +5746,7 @@ _site_cookie_ ###optinform-container ###overlay-email-signup ###overlay-newsletter001 +###overlayPopinNewsletter ###pcm-subscribe ###pf-newsletter-form ###pnlFooterNewsletterSignup @@ -5666,6 +5755,7 @@ _site_cookie_ ###popup-newsletter-software ###popupNewsletter ###popup_newslettter +###post-newsletter ###pp-subscribe ###pp.pp_container ###primary-nav-subscribe @@ -5673,6 +5763,7 @@ _site_cookie_ ###promo-subscription ###promo-subscription-overlay ###quick-signup-article-widget +###rail-newsletter ###rb-newsletter ###rdc-newsletter ###react_wrapper_edition_newsletter_signup @@ -5803,6 +5894,7 @@ _site_cookie_ ###subsribe_right ###sw-noty-email ###tc_newsletter +###teq-newsletter-footer-form ###theEmailBlastSignup ###thehill-blocks-signup-form ###titolo-newsletter @@ -5850,6 +5942,7 @@ _site_cookie_ ##.NewsletterSignupInset ##.NewsletterSubscription ##.Newsletter_container +##.NlInsert ##.RailCtaNewsletterWrap ##.Sailthru_Subscribe ##.SignUpSlider @@ -5911,6 +6004,7 @@ _site_cookie_ ##.bb-newsletter ##.bc_news_letter_sidebar ##.be-newsletter-widget +##.bfp-newsletter-signup ##.bg-emailshare ##.bg-newsletter-signup ##.bk-newsletter @@ -5919,6 +6013,7 @@ _site_cookie_ ##.bk-subscribe-email ##.bk-subscribe-popup ##.bl_newsletter +##.bloc-info-newsletter ##.bloc-newsletter ##.blocSubscribeRight ##.bloc_newsletter @@ -5939,13 +6034,16 @@ _site_cookie_ ##.block-theweek-subscriptions ##.block-ti-lsg-cook-newsletters ##.block-trinity-newsletter +##.block-umhs-emma-email ##.blockNewsletter ##.block_newsletter ##.block_valor_newsletter_front ##.blog-signup-container ##.blog_signup_box +##.bottom_signup_newsletter ##.bottom_subscribe ##.box--newsletter +##.box--social--newsletter ##.box-newsletter ##.box-newsletter-category ##.box-signupform @@ -6057,6 +6155,8 @@ _site_cookie_ ##.email-ask-full-width ##.email-banner ##.email-bar +##.email-capture-banner-pinterest +##.email-collection-banner ##.email-content-container ##.email-cta ##.email-news-promo-panel @@ -6237,6 +6337,7 @@ _site_cookie_ ##.ione-widget-social_conversion ##.ipWidget-Newsletter ##.iscrizione-newsletter +##.iscrizionenewsletter ##.item-list-newsletter-box ##.item-newsletter ##.item-subscribe @@ -6255,6 +6356,7 @@ _site_cookie_ ##.js-newsletter ##.js-newsletter-sign-up-form ##.js-newsletter-signup +##.js-newsletter-signup__popup-bg ##.js-newsletter-subscribe ##.js-newsletter-subscription-footer ##.js-newsletter-subscription-popup @@ -6332,6 +6434,7 @@ _site_cookie_ ##.mt-subscribe ##.mvp-post-sub-wrap ##.n_subscribe_wdgt +##.naf-newsletter-footer ##.nav-newsletter ##.nav-newsletter-subsribe-form ##.navNewsletter @@ -6362,6 +6465,8 @@ _site_cookie_ ##.newsletter--dark ##.newsletter--eil ##.newsletter--footer +##.newsletter--initial +##.newsletter--logged-out ##.newsletter-advertisement ##.newsletter-anon ##.newsletter-article @@ -6482,6 +6587,7 @@ _site_cookie_ ##.newsletter-signup-primary ##.newsletter-signup-sidebar ##.newsletter-signup-wrap +##.newsletter-signup__popup-bg ##.newsletter-simple ##.newsletter-slideout ##.newsletter-small @@ -6503,6 +6609,7 @@ _site_cookie_ ##.newsletter-teaser ##.newsletter-textbox ##.newsletter-toaster +##.newsletter-top ##.newsletter-topimg ##.newsletter-trigger ##.newsletter-unit @@ -6631,6 +6738,7 @@ _site_cookie_ ##.nwletters ##.o-Newsletter ##.o-email-only-signup +##.o-footer__newsletter ##.o-footer__newsletter-signup ##.o-widget__newsletter ##.ob-Newsletter @@ -6699,6 +6807,7 @@ _site_cookie_ ##.rdstation-popup-newsletter ##.react-newsletter-overlay ##.reg_newsletter +##.region-newsletter ##.register-newsletter ##.register-signup-promo ##.register_block_newsletter @@ -6751,6 +6860,7 @@ _site_cookie_ ##.sidebarNewsletterAd ##.sidebar__newsletter ##.sidebar__signup +##.sidebar__widget_subscribe ##.sidebar_email_signup ##.sidebar_newsletter_sign_up ##.sidebar_subscribe @@ -6887,6 +6997,8 @@ _site_cookie_ ##.suscribe-nl ##.suscripcionnewslettercab ##.tcSubscribePanelTop +##.tdn_block_newsletter_subscribe +##.tds-newsletter ##.teaser-newsletter ##.teaser__shoulder-banner--newsletter ##.tgc-newsletter-signup @@ -6919,6 +7031,7 @@ _site_cookie_ ##.ui-newsletter-channel-sign-up ##.ui-newsticker-wrapper ##.uiLayer-newsletterLink +##.umhs-emma-email-container ##.unit--newsletter ##.valor_newsletter_front ##.vc_newsletter_button @@ -6944,6 +7057,7 @@ _site_cookie_ ##.widget-subscribe_widget ##.widget-type-blog_subscribe ##.widget__subscribe +##.widget_abonews ##.widget_bb_mailchimp_custom_signup_widget ##.widget_better_mailchimp ##.widget_bs-newsletter-mailchimp @@ -6986,6 +7100,8 @@ _site_cookie_ ##.wrapper-button-newsletter ##.wrapper_suscribe_home ##.wwd-subscribe-now-banner-background +##.yel-email-popup +##.yel-popup-main-wrapper ##.yt-mailchimp-subscription-form-widget ##GANNETT-ATOMS-COMPONENT-NEWSLETTER-CTA ##GET-SUBSCRIBERS @@ -6994,8 +7110,10 @@ _site_cookie_ ##[data-target="#newsletter-modal"] ##a[title="Daily Email Newsletter"] ##div[class*="NewsletterSubscribe_"] +##div[class*="newsletter-signup_"] ##div[class^="NewsletterForm_"] ##div[class^="NewsletterPopup_"] +##div[class^="mpp-container-position"] ##div[id^="feature-newsletter"] ##div[id^="newsletter-subscribe-"] ##div[id^="wrapper_newsletter_"] @@ -7003,116 +7121,6 @@ _site_cookie_ ##img[title="Subscribe to our daily email"] ! wix sites ###WIX_ADS -! ---------- Push Notifications ---------- -###NotificationsAskMsg -###SubscribePush -###SubscribePushNotificationPanel -###Znotify_Prompt -###\5f __tdspushdiv -###___ndtvpushdiv -###bigpicture-webpush-widget -###cont_webpush -###desktop-notification-ask-dialog -###dialog-push-notification -###divPnot -###edrone--push--alert--box -###frizbit-prompter -###hint-push-service -###ilabspush-optin-container -###jeapie-prompt-widget -###js-gcm-notif -###lwp-popover-container -###my_web_push_app_box_confirm -###noti_msg -###noti_subscribe_dialog -###notification-permission -###onesignal-popover-container -###pa-push-notification-subscription -###popUpNotification -###push-alert-block -###push-container -###push-notification -###push-notification-box -###push-notification-pop-up -###push-prompt -###pushAdUpBanner -###pushNotification -###pushOffer -###pushSec -###pushSubscribeModal -###push_alert -###push_notifications -###push_subscribe -###push_switcher -###pushbanner -###pushinstruments_popup -###pushpushgo-container -###pushwoosh-pop -###qrzpush-prompt-widget -###visilabs_web_push_perm_box -###web-push-prompt -###webPushPopup -###webpush-info-div -###webpushSelctorFormId -###webpush_modal -##.PushNotification--base -##.PushNotification--top -##.PushNotification-popover-dialog -##.b-notification-push -##.bs-push-noti -##.bubble-push -##.cleverpush-backdrop -##.cleverpush-confirm -##.cont_webpush -##.contentwebpush -##.desktop-notification-ask-dialog -##.e-push-notification-popup -##.et_push_notification -##.frizbit-prompt -##.hs-push -##.htpush-chrome-style-notification -##.insider-opt-in-notification -##.item-newsletter-form -##.j-push-notifications-feature -##.js-custom-push-notifications -##.js-notifications-button -##.m-notifications-banner -##.m-webpush-layer -##.modal-push -##.notBar -##.notf-overlay -##.ntfc_overlay -##.ntfc_popup -##.oi-notify -##.push-area-btn -##.push-bx -##.push-container -##.push-message -##.push-notice -##.push-notification -##.push-notification-box -##.push-overlay -##.push-popup -##.push-wrap -##.push-wrapper -##.pushNotWrap -##.pushNotification -##.push_back -##.push_notification -##.push_subscribe -##.push_warn -##.pushinstruments -##.pushly_popover -##.pwa-modal-prompt -##.showtvPushOverlay -##.tsoft-push--in-notification -##.ud_webpush_sticky -##.web-notification -##.web-push -##.web-push-box -##.window-push -##.wordpress-fire-push-popup -##.ys-push ! alextimes.com ##.cpcta-flyin ! gastongazette.com @@ -7191,6 +7199,7 @@ _site_cookie_ ##.bg-button-rss ##.bg-rss ##.bk-socialicons-rss +##.bloc-rss ##.btRSS ##.btRss ##.btn-rss @@ -7222,6 +7231,7 @@ _site_cookie_ ##.follow-rss ##.followRSS ##.follow__rss +##.follow_us_rss ##.fontawesome-rss ##.foo-rss ##.footer-rss @@ -7297,6 +7307,7 @@ _site_cookie_ ##.rss-link ##.rss-subscribers ##.rss-widget +##.rss.header ##.rss.icon ##.rssBox ##.rssConnect @@ -7341,6 +7352,7 @@ _site_cookie_ ##.sprite-share-rss ##.sprite-social-rss ##.spriteRss +##.sprite_rss ##.sprites-rss ##.submenu-seccion-rss ##.svg-icon-rss @@ -7354,6 +7366,7 @@ _site_cookie_ ##.uk-icon-rss ##.uk-icon-rss-square ##.unian-rss +##.widget_rss ##.widget_rss_links ##.widget_rssiconwidget ##.wpdev-social-rss @@ -7391,6 +7404,7 @@ _site_cookie_ ###BackToTop ###BtmToPageTopArea ###Imgback2top +###J_returntop ###PAGE_TOP_LINK ###ReturnToTop ###ScrollToTopButton @@ -7469,8 +7483,9 @@ _site_cookie_ ###goto-top ###goto-top-page ###gotoTop +###gotoTopWrapper ###gotop -###gototop +###gototop:not(body) ###gp-to-top ###img_goTop ###infinite-footer-back-to-top-button @@ -7496,6 +7511,7 @@ _site_cookie_ ###mkd-back-to-top ###move-to-top ###move_to_top +###mt-scrollup ###navBackToTop ###neklo_scrolltotop_arrow ###nino-scrollToTop @@ -7556,6 +7572,7 @@ _site_cookie_ ###toTopLink ###to_top:not(body) ###to_top_scrollup +###top-to-top ###topcontrol ###tornasu ###tothetop @@ -7588,10 +7605,12 @@ _site_cookie_ ##.NextCheatButton ##.PageHeaderWithMenu-backTop ##.ScrollTop +##.SiteScrollToTopButton ##.TopGoTop ##.W_gotop ##.a-back-to-top ##.a-core-scroll-to-top +##.arrow_scroll_up ##.arrow_up ##.artee-back-to-top ##.article-back-to-top @@ -7637,6 +7656,7 @@ _site_cookie_ ##.backtotop ##.backtotop-bubble ##.backtotopbutton +##.backtotopx ##.bc_goto_top ##.bd-backtotop-1 ##.bfc-scroll-to-top @@ -7646,6 +7666,7 @@ _site_cookie_ ##.body-btn-top ##.body-scrollToTop ##.bottom-scroll-top +##.box-scrollToTop ##.bt-pagetop ##.btn--move-to-top ##.btn--toTop @@ -7667,6 +7688,7 @@ _site_cookie_ ##.btn_gototop ##.button--scroll-top ##.button-back-top +##.button-go-up ##.button-to-top ##.c-back-to-top ##.c-back-to-top-cta @@ -7675,6 +7697,8 @@ _site_cookie_ ##.c_pagetop ##.category-page__back-to-top--button ##.ccm_go_top +##.cmc-scroll-to-top +##.cp-footer-scroll-top ##.crc-backToTop ##.ct-js-btnScrollUp ##.ct-scrollUpButton @@ -7694,6 +7718,7 @@ _site_cookie_ ##.fk-ui-goTop ##.fk_siteBackToTop ##.footer--scrolltop +##.footer--totop ##.footer-back-to-top ##.footer-back-top ##.footer-backtotop @@ -7738,6 +7763,7 @@ _site_cookie_ ##.go_up ##.goto-top ##.goto-top-container +##.gotop-wrapper ##.gotop_btn ##.gototop ##.goup-container @@ -7786,6 +7812,7 @@ _site_cookie_ ##.jsbd-Backtotop ##.jscroll-to-top_link ##.jump-to-top +##.jupiterx-scroll-top ##.kleo-go-top ##.layout__scroll-to-top ##.layoutscrolltop @@ -7807,6 +7834,7 @@ _site_cookie_ ##.mypresta_scrollup ##.nav--back-to-top ##.news-back-to-top__top-link +##.o-back-to-top ##.o-backtop ##.on--totop ##.os-back-to-top @@ -7824,6 +7852,8 @@ _site_cookie_ ##.remonter-la-page ##.retour_haut ##.return-to-top +##.returnToTop +##.return_top ##.rh-footer-back-to-top ##.rlx-back-top ##.rtp-back-to-top @@ -7838,19 +7868,20 @@ _site_cookie_ ##.scroll-to-top-button ##.scroll-to-top-square:not(body) ##.scroll-to-top:not(body) -##.scroll-top ##.scroll-top-arrow ##.scroll-top-btn ##.scroll-top-button ##.scroll-top-inner ##.scroll-top-wrapper -##.scroll-up +##.scroll-top:not(body):not(html) ##.scroll-up-button ##.scroll-up-button-wrapper ##.scroll-up-cta +##.scroll-up:not(body):not(html) ##.scroll2top ##.scrollToTop ##.scrollToTopButton +##.scrollToTopLink ##.scrollToTopText ##.scrollTo_top ##.scrollTop @@ -7859,17 +7890,17 @@ _site_cookie_ ##.scroll__to__top ##.scroll_to_top ##.scroll_to_top_icon -##.scroll_top +##.scroll_top:not(body):not(html) ##.scroll_top_btn ##.scrollbtntop ##.scrollto_top -##.scrolltop ##.scrolltop-btn +##.scrolltop:not(body):not(html) ##.scrolltotop ##.scrolltotopbutton -##.scrollup ##.scrollup-container -##.scroolTop +##.scrollup:not(body):not(html) +##.scroolTop:not(body):not(html) ##.sf-back-to-top ##.sh-back-to-top ##.show-top-button @@ -7923,6 +7954,7 @@ _site_cookie_ ##.totop ##.totop_button ##.totopbuttom +##.totopbutton ##.txt_back_top ##.u-scrollButtons ##.ui-backtotop @@ -8009,6 +8041,7 @@ _site_cookie_ ##div[aria-label="Scroll to top"] ##div[class^="BackToTop_"] ##div[class^="backToTop_"] +##div[ng-click^="animateToTop"] ##div[onclick^="scrollToTop"] ##div[title="Scroll Back to Top"] ##div[title="Scroll To Top"] @@ -8039,6 +8072,133 @@ _site_cookie_ ###searchform > #gb > #gbw .gb_Mc[aria-label="promo"] > .gb_ea ! Google default homepage nag ###searchform > #gb > #gbw .gb_Vc[aria-label="promo"] > .gb_ga +! *** easylist:fanboy-addon/fanboy_notifications_general_hide.txt *** +###NotificationsAskMsg +###SubscribePush +###SubscribePushNotificationPanel +###Znotify_Prompt +###\5f __tdspushdiv +###___ndtvpushdiv +###bigpicture-webpush-widget +###cont_webpush +###crocopush_banner +###desktop-notification-ask-dialog +###desktop-notifications +###dialog-push-notification +###divPnot +###edrone--push--alert--box +###frizbit-prompter +###hint-push-service +###ilabspush-optin-container +###jeapie-prompt-widget +###js-gcm-notif +###lwp-popover-container +###my_web_push_app_box_confirm +###noti_msg +###noti_subscribe_dialog +###notification-permission +###notificationPopUp +###onesignal-popover-container +###pa-push-notification-subscription +###popUpNotification +###push-alert-block +###push-container:not(body):not(html) +###push-notification +###push-notification-box +###push-notification-pop-up +###push-prompt +###push-subscription-prompt +###pushAdUpBanner +###pushNotification +###pushOffer +###pushSec +###pushSubscribeModal +###push_alert +###push_notifications +###push_subscribe +###push_switcher +###pushbanner +###pushinstruments_popup +###pushpushgo-container +###pushwoosh-pop +###qrzpush-prompt-widget +###smart_push_smio_overlay +###smart_push_smio_window +###visilabs_web_push_perm_box +###web-push-prompt +###webPushPopup +###webpush-info-div +###webpushSelctorFormId +###webpush_modal +##.PushNotification--base +##.PushNotification--top +##.PushNotification-popover-dialog +##.b-notification-push +##.bs-push-noti +##.bubble-push +##.c-push-notification +##.cleverpush-backdrop +##.cleverpush-confirm +##.cont_webpush +##.contentwebpush +##.desktop-notification-ask-dialog +##.e-push-notification-popup +##.et_push_notification +##.frizbit-prompt +##.grv-dialog-host +##.hs-push +##.htpush-chrome-style-notification +##.insider-opt-in-notification +##.item-newsletter-form +##.j-push-notifications-feature +##.js-custom-push-notifications +##.js-notifications-button +##.js-push-allow +##.m-notifications-banner +##.m-webpush-layer +##.modal-push +##.naf-web-notifications-popup +##.notBar +##.notf-overlay +##.ntfc_overlay +##.ntfc_popup +##.oi-notify +##.page__notifications +##.push-area-btn +##.push-bx +##.push-container:not(body):not(html) +##.push-message +##.push-notice +##.push-notification +##.push-notification-box +##.push-overlay +##.push-popup +##.push-subscription-alert +##.push-subscription-prompt +##.push-subscription-wrapper +##.push-wrap:not(body):not(html) +##.push-wrapper:not(body):not(html) +##.pushNotWrap +##.pushNotification +##.push_back +##.push_notification +##.push_subscribe +##.push_warn +##.pushinstruments +##.pushly_popover +##.pushowl-optin +##.pwa-modal-prompt +##.showtvPushOverlay +##.tsoft-push--in-notification +##.ud_webpush_sticky +##.web-notification +##.web-push +##.web-push-box +##.window-push +##.wordpress-fire-push-popup +##.ys-push +##amp-web-push-widget +##div[class^="container_NotificationsBanner_"] ! *** easylist:fanboy-addon/fanboy_social_general_hide.txt *** ###AKDSocialBottom ###BF_BUZZBOX @@ -8270,6 +8430,7 @@ _site_cookie_ ###be-social ###beesocial ###belowpost-like +###biz-share ###bk_follow ###bk_share ###blgentrysocial @@ -8307,6 +8468,7 @@ _site_cookie_ ###block-menu-menu-social-media-links ###block-menu-menu-social-menu ###block-menu-menu-social-networks +###block-menu-social-identity ###block-minisocialsharingblock ###block-neweurope-vertical-social ###block-pi_social-links @@ -8551,6 +8713,8 @@ _site_cookie_ ###em-sharer ###embed-share ###embed-share-button +###entry-footer-social-buttons +###entry-header-social-buttons ###entry-social-float ###enw-share-btn ###epoch-floating-social @@ -8741,6 +8905,7 @@ _site_cookie_ ###fb_icon ###fb_like_fan_page_layer ###fb_like_header +###fb_like_page_div ###fb_like_pop ###fb_like_widget ###fb_likebox @@ -8756,6 +8921,7 @@ _site_cookie_ ###fb_twitter_bar ###fb_video_link ###fb_widget +###fbbestshare ###fbbox ###fbbox-relocated ###fbbox1 @@ -8856,6 +9022,7 @@ _site_cookie_ ###followTwitter ###followUs ###followUsBox +###followUsButtons ###followUsContainerD ###followUsFooter ###followUsRight @@ -9226,6 +9393,7 @@ _site_cookie_ ###linkedin_social_sidebar ###list--share-buttons ###listMasterShareListBottom +###lnkSocial ###logShare ###logo-socials-follow ###lr_social_tout @@ -9608,6 +9776,7 @@ _site_cookie_ ###share-pinterest ###share-post ###share-print +###share-project-button ###share-reddit ###share-retweet ###share-series @@ -10001,6 +10170,7 @@ _site_cookie_ ###social-contact ###social-container ###social-context-container +###social-count ###social-counter-widget-1 ###social-counter-widget-2 ###social-counter-widget-3 @@ -10195,6 +10365,7 @@ _site_cookie_ ###socialButtons ###socialBuzzLine1 ###socialClickCountWidget +###socialColumn ###socialConnect ###socialConnects ###socialContainer @@ -10341,6 +10512,7 @@ _site_cookie_ ###social_footer ###social_googleplus ###social_head +###social_home ###social_hook ###social_hub ###social_icon1 @@ -10821,6 +10993,8 @@ _site_cookie_ ##.AppFooter-social ##.Article-FB-Left ##.Article-headerSocialButton +##.ArticleBottomShareComponent +##.ArticleHeaderShareComponent ##.ArticlePage-sharing ##.ArticleSocialMediaTopBar ##.ArticleTombstone-shareHeading @@ -10994,11 +11168,13 @@ _site_cookie_ ##.ShareSource ##.ShareTab ##.ShareThis +##.ShareThisBlock ##.ShareThisButton1 ##.ShareThisButton2 ##.ShareThisButton4 ##.ShareThisMainPanel ##.ShareThisPage +##.ShareThis_Title ##.ShareToolBarTop ##.ShareTools ##.Share_Buttons @@ -11200,6 +11376,7 @@ _site_cookie_ ##.addthis-wrapper ##.addthis:not(body) ##.addthisContainer +##.addthisShareV1 ##.addthisToolbarBtm ##.addthisToolbarTop ##.addthisTop @@ -11237,6 +11414,7 @@ _site_cookie_ ##.addthis_default_style ##.addthis_digg ##.addthis_email +##.addthis_fallback ##.addthis_header ##.addthis_horizontal ##.addthis_horizontal_follow_toolbox @@ -11430,6 +11608,7 @@ _site_cookie_ ##.article-sharing-nav ##.article-sharing-top ##.article-side-share +##.article-side-share-ynetnews ##.article-sidebar-action-facebook ##.article-sidebar-action-twitter ##.article-soc @@ -11506,6 +11685,7 @@ _site_cookie_ ##.article__share-bar ##.article__share-btns ##.article__share-buttons +##.article__share-links ##.article__share-title ##.article__share_box ##.article__sharebar @@ -11733,9 +11913,16 @@ _site_cookie_ ##.big-share-col ##.big-share-container ##.big_facebook_share +##.bigsocialblock__bg +##.bigsocialblock__item +##.bigsocialblock__social-icon ##.bimber-microshare-item-share +##.bio-share-bloc ##.bio-socials ##.bio-with-share +##.bio__social +##.biz-share +##.biz-social_links ##.bk-dt-share ##.bk-profile-socialicons ##.bk-share-box-top @@ -11757,6 +11944,9 @@ _site_cookie_ ##.bl_socialbox ##.bl_tweets ##.blip-follow-us +##.blk-form-social +##.bloc-info-facebook +##.bloc-info-twitter ##.bloc-share ##.bloc-social ##.blocSociaux @@ -11802,6 +11992,7 @@ _site_cookie_ ##.block-socials ##.block-socialsharingblock ##.block-trinity-social +##.block-umhs-share ##.blockSocial ##.blockSocialLink ##.block_240_socials @@ -11847,6 +12038,8 @@ _site_cookie_ ##.bot_aa_share ##.bot_sociales ##.botart-share-line +##.boton_googleplus +##.boton_twitter ##.bottom-article-share ##.bottom-bar--sharing ##.bottom-bar-share-button @@ -11899,6 +12092,7 @@ _site_cookie_ ##.box_condivisione ##.box_msg_social ##.box_social +##.box_social_media ##.box_social_ticker_fixed ##.boxed-sharing-icons ##.boxsocial @@ -12023,6 +12217,7 @@ _site_cookie_ ##.btn_furl ##.btn_google ##.btn_share +##.btn_shareContact ##.btn_social ##.btn_technorati ##.btn_twit @@ -12112,6 +12307,7 @@ _site_cookie_ ##.c-footer-social-link ##.c-footer__list--follow ##.c-footer__social +##.c-footer__social-links ##.c-footer__social-list ##.c-footer__social-list-item ##.c-global-header__social @@ -12120,6 +12316,7 @@ _site_cookie_ ##.c-home-share-box ##.c-icon--whatsapp ##.c-justin-share +##.c-justin-share__link ##.c-link-list--sharing-list ##.c-list--social ##.c-movie__socials @@ -12130,6 +12327,7 @@ _site_cookie_ ##.c-poll-share__text ##.c-post-engage-share ##.c-post-engage-shares +##.c-post-share__links ##.c-redes-sociais ##.c-share ##.c-share-box-social-item @@ -12148,6 +12346,8 @@ _site_cookie_ ##.c-social-bar ##.c-social-box ##.c-social-buttons--popover +##.c-social-buttons__item +##.c-social-buttons__twitter ##.c-social-container ##.c-social-links ##.c-social-media @@ -12157,6 +12357,7 @@ _site_cookie_ ##.c-social-wrap ##.c-socialShare ##.c-social__list +##.c-social__networks ##.c-socialchannels ##.c-socials ##.c-socialshare @@ -12191,6 +12392,7 @@ _site_cookie_ ##.card-post__shareSection ##.card-share ##.card__share +##.card__share-action ##.card__shareBtn ##.card__social ##.care2_share_bar @@ -12417,6 +12619,7 @@ _site_cookie_ ##.ctv-v2-share-wrapper ##.cu-share-inline-mobile ##.cunjo-social-profiles +##.current-article-button-facebook ##.currentArticleShareIcons ##.custom-fb-button ##.custom-follow-button @@ -13205,6 +13408,7 @@ _site_cookie_ ##.findusGooglePlus ##.findusPinterest ##.findusYouTube +##.firms-single-share ##.first-social-block ##.firstblockfb ##.fix-share @@ -13398,6 +13602,7 @@ _site_cookie_ ##.followUs-block-wrapper ##.followUs-mostread ##.followUsBox +##.followUsButtons ##.followUsContainer ##.followUsDiv ##.followUsLinks @@ -13524,6 +13729,7 @@ _site_cookie_ ##.footer-main__socials ##.footer-nav-connect ##.footer-nav-social +##.footer-network-social ##.footer-pin ##.footer-pinterest-icon ##.footer-quote-share @@ -13537,6 +13743,7 @@ _site_cookie_ ##.footer-share-bar-social-link ##.footer-share-button ##.footer-share-list +##.footer-share-section ##.footer-shareButton ##.footer-sharer ##.footer-sharers @@ -13718,6 +13925,7 @@ _site_cookie_ ##.ft-share-icon ##.ft-social ##.ft-social-links +##.ft-social-list ##.ft-tumblr ##.ft-twitter ##.ft-youtube @@ -13904,6 +14112,7 @@ _site_cookie_ ##.googleplusalt ##.googlepluscommon ##.googleplustop +##.gp-author-social-icons ##.gp-share ##.gp-share-button ##.gp-share-email @@ -14144,9 +14353,11 @@ _site_cookie_ ##.hh-social-links ##.hh-socialmedia ##.hh-twitter +##.hi-hd-share ##.hidden-nav-share ##.hide-social ##.hideSocial +##.hideshare-wrap ##.highlight-menu-twitter ##.hl-facebook-like ##.hl-google-share @@ -14341,6 +14552,7 @@ _site_cookie_ ##.icon--linkedin__white ##.icon--pinterest ##.icon--share--light +##.icon--snapchat ##.icon--twitter ##.icon--twitter__white ##.icon--vine @@ -14457,6 +14669,7 @@ _site_cookie_ ##.icon-logo-linkedin ##.icon-logo-twitter-bird ##.icon-logo-youtube +##.icon-mastodon ##.icon-medium-encircled ##.icon-meneame ##.icon-mixcloud @@ -14517,6 +14730,7 @@ _site_cookie_ ##.icon-social-linkedin ##.icon-social-linkedin-green ##.icon-social-mail-circle +##.icon-social-messenger ##.icon-social-pinterest ##.icon-social-round-fb ##.icon-social-round-google @@ -14527,6 +14741,7 @@ _site_cookie_ ##.icon-social-tumblr ##.icon-social-twitter ##.icon-social-twitter-circle +##.icon-social-whatsup2 ##.icon-social-youtube ##.icon-social__link ##.icon-social_facebook_bl @@ -14685,6 +14900,7 @@ _site_cookie_ ##.ig-share-button ##.ig-socials-ball ##.ig_social +##.ihg-hd-share ##.ihr-icon-social-instagram ##.ikonz-social ##.il-social-links @@ -14847,6 +15063,7 @@ _site_cookie_ ##.j-social-actions ##.j-social-button ##.j-twitter +##.jSocialShare ##.janrainEngagePublishShareBar ##.janrainShareCountContainer ##.janrainSocialBar @@ -15004,6 +15221,7 @@ _site_cookie_ ##.latestTweet ##.latestshowsocial ##.layer_share_on +##.layout-footer-shares ##.lazy-share-widget ##.lazysocialbuttons ##.lb-card-share-menu @@ -15280,6 +15498,9 @@ _site_cookie_ ##.m_share ##.macleans-social-footer__item ##.macleans-social-footer__wrap +##.mad__follow__social-link +##.mad__social-network--teaser +##.mad__social_network--custom ##.mag_social ##.magazine-bar__social ##.magazine-share @@ -15669,6 +15890,7 @@ _site_cookie_ ##.network-bar-social-media-links ##.network-social-box ##.new-bdsharebuttonbox +##.new-footer-social ##.new-share ##.new-side-share ##.new-social @@ -15721,6 +15943,7 @@ _site_cookie_ ##.nice-menu-menu-social-menu ##.nm-social-list ##.nmSocialMain +##.nmg-footer__social ##.nn-follow-us ##.nn-header-main__social ##.nn-social-icons-header @@ -15736,6 +15959,7 @@ _site_cookie_ ##.noticon-facebook-alt ##.noticon-instagram ##.noticon-twitter +##.nova_reseau-sociaux ##.np-article-social-links ##.npStoryShare ##.ns-social @@ -15755,6 +15979,7 @@ _site_cookie_ ##.o-PinterestEmbed ##.o-SocialShare__m-ShareButton--facebookMessenger ##.o-btn--share +##.o-button--share ##.o-footer__social ##.o-mobile-share-footer ##.o-social-icon @@ -15767,6 +15992,7 @@ _site_cookie_ ##.official-social2 ##.oi-share ##.oi_soc_header +##.om-share-bar ##.om-social-links ##.omc-social-media-icon ##.omc-social-small @@ -15985,6 +16211,8 @@ _site_cookie_ ##.pionusnews-social-widget ##.pionusnews_social_counter ##.pipdig_widget_social_icons +##.pk-share-buttons-item +##.pk-share-buttons-link ##.pk-social ##.pk-social-links-items ##.pk-social-links-wrap @@ -16037,6 +16265,7 @@ _site_cookie_ ##.post-on-social-media ##.post-share ##.post-share-b +##.post-share-bar ##.post-share-block ##.post-share-box ##.post-share-box-circle @@ -16044,13 +16273,17 @@ _site_cookie_ ##.post-share-container ##.post-share-count ##.post-share-element +##.post-share-email ##.post-share-facebook +##.post-share-item ##.post-share-links ##.post-share-panel +##.post-share-pinterest ##.post-share-pt ##.post-share-row ##.post-share-toolbar ##.post-share-twitter +##.post-share-whatsapp ##.post-share-widget ##.post-sharebox ##.post-sharebtns @@ -16098,6 +16331,7 @@ _site_cookie_ ##.post_share_twitter ##.post_shares ##.post_sociable +##.post_toolbar_share ##.postbit-social ##.postfblike ##.postshare @@ -16208,6 +16442,7 @@ _site_cookie_ ##.really_simple_share ##.receipt-social-icon-container ##.red-fb +##.red-footer__social-items ##.red-linkedin ##.red-tumblr ##.red-twitter @@ -16237,6 +16472,8 @@ _site_cookie_ ##.report-process-share ##.reporter-social-buttons ##.reseaux-footer +##.reseaux-share +##.reseaux-soc ##.reseaux-sociaux ##.reseaux-sociaux-list ##.reseauxSociaux @@ -16470,7 +16707,9 @@ _site_cookie_ ##.share-bar ##.share-bar--detail ##.share-bar-container +##.share-bar-decs ##.share-bar-highlight +##.share-bar-icon ##.share-bar-item ##.share-bar-item-desktop ##.share-bar-medium-container @@ -16616,6 +16855,11 @@ _site_cookie_ ##.share-in-post-gplus ##.share-in-post-tw ##.share-indicator +##.share-info-btn +##.share-info-facebook +##.share-info-googleplus +##.share-info-pinterest +##.share-info-twitter ##.share-inline-footer-reddit ##.share-inner ##.share-instagram @@ -17186,6 +17430,7 @@ _site_cookie_ ##.sharelinkedin ##.sharelinks ##.sharelist__item +##.sharelist__items ##.sharelizers ##.sharelordhtml ##.sharembed @@ -17197,6 +17442,7 @@ _site_cookie_ ##.shareonclick ##.shareovanje ##.shareovi +##.sharepage ##.sharepanel__bottom ##.sharepanel__buttons ##.sharepinterest @@ -17469,6 +17715,7 @@ _site_cookie_ ##.sidesocial ##.sign-up-follow ##.simple-follow-module +##.simple-share ##.simple-share-buttons-container ##.simple-social-icons ##.simpleShare @@ -17554,6 +17801,7 @@ _site_cookie_ ##.site-navigation__right-social ##.site-share-button ##.site-share-buttons-container +##.site-share-placeholder ##.site-social ##.site-social-icon ##.site-social-menu @@ -17800,9 +18048,11 @@ _site_cookie_ ##.social-botton ##.social-bottons ##.social-box +##.social-box-facebook ##.social-box-float ##.social-box-footer ##.social-box-tab +##.social-box-twitter ##.social-box-widget ##.social-btn ##.social-btn-area @@ -17815,6 +18065,7 @@ _site_cookie_ ##.social-btns ##.social-btns-new ##.social-btns-vert-wrapper +##.social-bubble ##.social-button ##.social-button-box ##.social-button-group @@ -17994,6 +18245,7 @@ _site_cookie_ ##.social-icons-block ##.social-icons-bottom-set ##.social-icons-c +##.social-icons-classic ##.social-icons-color-black ##.social-icons-container ##.social-icons-float @@ -18165,6 +18417,7 @@ _site_cookie_ ##.social-modal ##.social-module ##.social-nav +##.social-nav-blk ##.social-nav-link ##.social-nav__item ##.social-navi @@ -18181,6 +18434,7 @@ _site_cookie_ ##.social-networks-container ##.social-networks-float ##.social-networks-footer +##.social-networks-link ##.social-networks-links ##.social-networks__badges ##.social-networks__item @@ -18271,6 +18525,7 @@ _site_cookie_ ##.social-share-head-article ##.social-share-icons ##.social-share-lede-image +##.social-share-left ##.social-share-link ##.social-share-links ##.social-share-list @@ -18331,6 +18586,7 @@ _site_cookie_ ##.social-sondage ##.social-space ##.social-stack +##.social-stacker ##.social-statistics-widget ##.social-stats ##.social-stick @@ -18577,6 +18833,7 @@ _site_cookie_ ##.socialSection ##.socialShare ##.socialShare-block +##.socialShare-btn ##.socialShareBar ##.socialShareButtons-container ##.socialShareDM @@ -18616,6 +18873,7 @@ _site_cookie_ ##.socialTools ##.socialTop ##.socialTwitter +##.socialUrl ##.socialUtils-bottom ##.socialV2 ##.socialVideodetay @@ -18768,6 +19026,7 @@ _site_cookie_ ##.social_media_header ##.social_media_icon ##.social_media_links +##.social_media_list ##.social_media_section ##.social_media_share ##.social_media_ul_li_a @@ -18872,6 +19131,7 @@ _site_cookie_ ##.socialbox-widget ##.socialbox2 ##.socialboxp +##.socialboxsingle ##.socialbtn ##.socialbtn-wrap ##.socialbtns @@ -18931,6 +19191,7 @@ _site_cookie_ ##.sociall_container ##.sociallink ##.sociallinks +##.sociallinksadd ##.sociallist ##.socialmain ##.socialmedia--ArticleFacebook @@ -18940,6 +19201,7 @@ _site_cookie_ ##.socialmedia-container ##.socialmedia-side ##.socialmedia:not(html):not(body) +##.socialmediaDetails ##.socialmedia_article_linkbox ##.socialmedia_float ##.socialmedia_link @@ -19065,6 +19327,7 @@ _site_cookie_ ##.sp_social ##.sp_twitter ##.sparkling-social +##.spcv_message-share-link ##.spe-share-wrap ##.spine-social-channels ##.sppre_message-share @@ -19120,11 +19383,13 @@ _site_cookie_ ##.ss-inline-share-content ##.ss-instagram ##.ss-share +##.ss-share-network-content ##.ss-sharing-container ##.ss-shr ##.ss-social ##.ss-social-button-wrapper ##.ss-social-circle +##.ss-social-icons-container ##.ss-social-regular ##.ss-twitter ##.ss-whatsapp @@ -19190,6 +19455,7 @@ _site_cookie_ ##.stack-list-share ##.stack-share-bar ##.stacked-social-buttons +##.stacker-shares ##.standard-social-icons ##.standingShareBar ##.start-social-fb2 @@ -19231,6 +19497,7 @@ _site_cookie_ ##.story-button-share ##.story-col-share ##.story-footer-social +##.story-header__social ##.story-kapitel-socials ##.story-leaf-social-btns ##.story-meta-footer-sharetools @@ -19294,6 +19561,8 @@ _site_cookie_ ##.sub_buzz_share ##.sub_fb ##.sub_gplus +##.sub_jeu_social_facebook +##.sub_jeu_social_twitter ##.sub_sns ##.sub_socialMedia ##.sub_twitter @@ -19351,6 +19620,7 @@ _site_cookie_ ##.t-article-share-btn-1 ##.t-content__shares ##.t-social-buttons +##.t1__toolsbar__share__container ##.tShare ##.t_social ##.t_twitter @@ -19380,6 +19650,7 @@ _site_cookie_ ##.td-icon-youtube ##.td-post-sharing ##.td-post-sharing-bottom +##.td-post-sharing-top ##.td-social-icon-wrap ##.td-social-list ##.td-social-sharing @@ -19401,11 +19672,13 @@ _site_cookie_ ##.tech-social ##.tecnavia_img_share_icon ##.ted-share-buttons +##.telegram-share ##.telegram-share-button ##.telegram_link ##.tempShareToolsHolder ##.text-m-join-us-on-facebook ##.text_list_inline +##.tf-share ##.tg-tlc-storymeta_sharing-wrapper ##.tg-tweet-this ##.tgc-footer_social @@ -19525,6 +19798,7 @@ _site_cookie_ ##.topbar-socials ##.topbar-twitter ##.topbar-youtube +##.tophead__share ##.topic-share ##.topic-social__caption ##.topic-social__list @@ -20029,6 +20303,7 @@ _site_cookie_ ##.walrus_social_buttons ##.wb-share ##.wbtz-share-btn +##.wc_social_plugin_wrapper ##.wccfSocial ##.wcs-facebook ##.wcs-google @@ -20081,6 +20356,7 @@ _site_cookie_ ##.widget-social-icons ##.widget-social-links ##.widget-social-twitter +##.widget-social_menu ##.widget-twitter-timeline ##.widgetFB ##.widgetFollowUs @@ -20153,6 +20429,7 @@ _site_cookie_ ##.widget_rt_social_media ##.widget_siliconcounters ##.widget_simple_facebook_page_feed_widget +##.widget_sn_social_boxes ##.widget_social ##.widget_social-feed ##.widget_social-pane @@ -20265,6 +20542,7 @@ _site_cookie_ ##.wrapper-fixed-social-buttons ##.wrapper-share ##.wrapper-share-social +##.wrapper-social-share-bar ##.wrapper-sticky-gigya ##.wrapper-sticky-social ##.wrapperSocial @@ -20281,6 +20559,7 @@ _site_cookie_ ##.wsj-amp-share ##.wtv-social-hidden ##.wtv-social-share +##.wwn-share-top-wrapper ##.www-m-social-buttons ##.wx-fb-activity ##.wx-local-tweets-hdr @@ -20592,6 +20871,7 @@ _site_cookie_ ##a[href^="https://getpocket.com/save?url="] ##a[href^="https://line.naver.jp/R/msg/text/?"][href*="website_share"] ##a[href^="https://lineit.line.me/share/"] +##a[href^="https://linkedin.com/shareArticle?"] ##a[href^="https://partners.viadeo.com/share?"] ##a[href^="https://pinterest.com/pin/create/"] ##a[href^="https://plus.google.com/share"] @@ -20649,6 +20929,7 @@ _site_cookie_ ##a[onclick^="popUp=window.open('http://pinterest.com/pin/create/button/"] ##a[onclick^="popUp=window.open('http://www.tumblr.com/share/"] ##a[onclick^="popUp=window.open('https://plus.google.com/share?"] +##a[onclick^="popUp=window.open('https://www.facebook.com/sharer/sharer.php?"] ##a[onclick^="shareVideo"] ##a[onclick^="teleShare"] ##a[onclick^="window.open('http://twitter.com/home?status="] @@ -20680,6 +20961,7 @@ _site_cookie_ ##a[title="Google+"] ##a[title="Instagram"] ##a[title="LinkedIn"] +##a[title="Linkedin"] ##a[title="Partilhar no Facebook"] ##a[title="Partilhar no LinkedIn"] ##a[title="Partilhar no Pinterest"] @@ -20701,6 +20983,9 @@ _site_cookie_ ##a[title="Share via e-mail"] ##a[title="Snapchat"] ##a[title="StumbleUpon"] +##a[title="Suivez-nous sur Facebook"] +##a[title="Suivez-nous sur Pinterest"] +##a[title="Suivez-nous sur Twitter"] ##a[title="Tumblr"] ##a[title="Tweet this article"] ##a[title="Tweet this"] @@ -20754,6 +21039,8 @@ _site_cookie_ ##a[title^="Join us on Linkedin"] ##a[title^="Like us on Facebook"] ##a[title^="Partager cet article"] +##a[title^="Partager via Facebook"] +##a[title^="Partager via Google Plus"] ##a[title^="Share a link on Facebook"] ##a[title^="Share a link on Google"] ##a[title^="Share a link on Twitter"] @@ -20797,6 +21084,7 @@ _site_cookie_ ##div[class^="FooterSocialLinks"] ##div[class^="ShareButtons_"] ##div[class^="ShareLinks_"] +##div[class^="SocialIconsGroup"] ##div[class^="SocialTool"] ##div[class^="article-sticky-share_"] ##div[class^="article__shared_bar"] @@ -21111,6 +21399,7 @@ _site_cookie_ ###CookieControlWrapper ###CookieDisclaimer ###CookieDiv +###CookieEU ###CookieEnableBox ###CookieFooter ###CookieFrage @@ -21143,6 +21432,8 @@ _site_cookie_ ###CookieMelding ###CookieMessage ###CookieMessageContainer +###CookieMessageDiv +###CookieMessageInner ###CookieMessage_cookieGlobal ###CookieMessaging ###CookieModal.is-active @@ -21176,6 +21467,7 @@ _site_cookie_ ###CookiePolicyPanel ###CookiePolicy_div ###CookiePopup +###CookiePrivacy ###CookiePubSet ###CookieQBanner ###CookieReportsBanner @@ -21247,9 +21539,11 @@ _site_cookie_ ###DIVcookieswelcome ###DLP_eu_cookie_disclosureOverlay ###DO_CC_PANEL +###DSGVOdisclaimer ###DigitalPrint-cookie-alert ###DisclaimCookie ###DisclaimPrivacyBottomButton +###DisclaimerCookies ###DisplayCookieInfo ###DivAceptarCookies ###DivAllowCookies @@ -21296,6 +21590,7 @@ _site_cookie_ ###FrstCksDiv ###GCUCookiePolicyWarning ###GDPRAlertBanner +###GDPRConsent ###GDPRCookie ###GDPRCookieBox ###GDPRCookieDisclaimer @@ -21326,6 +21621,7 @@ _site_cookie_ ###IBTCookiePolicy ###ICUserCookie_block ###ILNbar-cookie-policy +###IM_close_cookie_notification_wrapper ###IN_cookiebarwrapper ###IdBannerAcceptPrivacy ###InfoCookie @@ -21369,6 +21665,7 @@ _site_cookie_ ###NXOTool_authorize_cookies ###NetsNOCookie ###Notifica_cookie +###NotificationBar_cookie ###ObsCnil ###OkCookies ###OknoWiadomosciCookie @@ -21431,6 +21728,7 @@ _site_cookie_ ###_DIV_COOK ###_EAPM.TC ###__CookieContainer +###___gatsby div[class*="cookies-alert"] ###___gatsby div[class*="cookies-module--cookieprompt"] ###__agreementBar ###__cookie-consent-wrapper @@ -21441,11 +21739,14 @@ _site_cookie_ ###__cookies__ ###__fr_cookie_notifier ###__ic-notice +###__layout div[class*="cookie-popup"] ###__loadCookie ###__ndcc_cookieImpliedConsent +###__next div[class*="StyledCookieLayer"] ###__ntk_banner_cookie ###__tealiumGDPRcpPrefs ###__tealiumGDPRecModal +###__tealiumImplicitmodal ###__usrplcy ###_avviso_cookie ###_cc_banner @@ -21544,10 +21845,13 @@ _site_cookie_ ###aceptar_cookies ###aceptarcookie ###aceptarcookies_fondo +###ackcookie-popup ###acknowledge_cookies ###acn_cook +###acook.privacy ###acookie ###acookiesRoot +###acris--page-wrap--cookie-permission ###adc_aviso_cookies_bar_style ###adcookies ###addCookieBarInfo @@ -21574,6 +21878,7 @@ _site_cookie_ ###agree_cookies ###agree_privacy_policy ###agreecookies +###agreementPrivacy ###agrio_cookie_notification ###ahhg-cookie-button ###ahhg-cookie-window @@ -21633,6 +21938,7 @@ _site_cookie_ ###allow_cookies_container ###allowcookie ###allowcookieandthirdparty +###allowcookiebanner ###allowusecookies ###alma-cookie-consent ###alma-data-policy-banner @@ -21730,6 +22036,7 @@ _site_cookie_ ###avvisocuchi ###aw-cookie-container ###aw-cookie-overlay +###awe_cookie ###axs_cookie_toggle ###b-cookie.barre-head ###b14-cookiemenu @@ -21765,10 +22072,13 @@ _site_cookie_ ###bann-cook ###banner-accept-cookies ###banner-cookie +###banner-cookie-banner ###banner-cookie-privacy-box ###banner-cookies +###banner-gdpr ###banner-gdpr-palazzina-container ###banner-privacy +###banner.cookies ###bannerCNIL ###bannerCnil ###bannerCookie @@ -21791,6 +22101,7 @@ _site_cookie_ ###banniere_information_utilisation_cookies ###banrv_cookiecookie ###bar-cookie-consent +###bar-cookies ###bar-header-cookie ###bar-zone-cookie-usage ###barAgreeWithCookies @@ -21843,6 +22154,7 @@ _site_cookie_ ###better-cookie-bar ###bf-cookie-notice ###bfg-cookie-policy-banner +###bgee_privacy_banner ###bgon-cookie-bar ###bib_CookieBox ###bigcookies @@ -21854,6 +22166,7 @@ _site_cookie_ ###bkCookieBanner ###bk_cookies_alert ###bloc-cookie +###blocCookies ###bloc_cookie ###bloc_cookie_annonce ###bloc_cookies @@ -21862,12 +22175,14 @@ _site_cookie_ ###block-asn-privacy-cookie-privacy ###block-bean-cookie-popup ###block-btm_blocks-cookie_notice +###block-cookie-agreement ###block-cookie-compliance-cookie-compliance ###block-cookie-disclaimer-cookie-disclaimer-block ###block-cookie-info ###block-cookie_policy-0 ###block-cookiepolicyblock ###block-cookies-police +###block-cookiesnotice ###block-csm-user-cookie-consent-message ###block-custom_cookies-custom_cookies_eu ###block-db-cookie-compliance-cookie-compliance-block @@ -21936,6 +22251,7 @@ _site_cookie_ ###browser-cookie-warnin ###browser-cookie-warning ###brunelcookies +###bs-gdpr-cookies-modal ###bsCookiesBanner ###bscookie ###bt-privacy-header @@ -21959,6 +22275,7 @@ _site_cookie_ ###c-cookies ###c-warning-container ###c2g_cookie_dialog +###cAcceptBar ###cCookieAlert ###cCookieHeader ###cCore_cookieNotice @@ -22029,12 +22346,16 @@ _site_cookie_ ###ccgtm-banner ###ccgtm-wrapper ###cchinweis +###cck-box +###cckBanner ###ccm-banner-wrap ###ccm-cookiesDisclosure ###ccm_notification ###cconsent ###ccookie_base_stile2 ###ccp-bnr-ck +###ccpa-consent-banner +###ccpa-prompt-wrapper ###ccs-notification ###ccservice-cookiesinfo ###cd-cookie-bar @@ -22043,7 +22364,9 @@ _site_cookie_ ###cdn-banner-cookies ###cdweb-cookie-law-info ###cea-divCookiePolicy +###celenus-cookies-container ###center_bandeau_cookie +###cerekKullanimUyari ###ceva_toolbar_cookie ###cewe-accept-cookies ###cewe-permanent-info-bar @@ -22052,10 +22375,12 @@ _site_cookie_ ###cgCookies ###cg_cookie_bar ###checkCookie +###checkmkCookieNotice ###chellocookies-bar ###cherry-cookie-banner ###chilly-cookie-accept ###chromeframe-cookies +###ci-rodo ###ciacho ###ciachoBar ###ciachoinfo @@ -22099,8 +22424,11 @@ _site_cookie_ ###cl_modal ###clearfy-cookie ###clever-cookielaw +###cliSettingsPopup +###clion_cookieBar__container ###close-cookies ###closeCookeiInfo +###closeGdprContent ###close_cnil ###clr-cookie-bar-container ###cm-cookie-accept @@ -22164,15 +22492,20 @@ _site_cookie_ ###cnilbanner ###cnilcookie ###cnilcookies +###cnilid ###cnill_banner ###cnilmessage ###cntAlertCookie ###cnt_cookies ###cobo_cookie_law +###cockieSlide ###codemasters_cookies ###coe-cookie-disclaimer +###coe_cookies_container +###coe_cookies_placeholder ###cofcookie ###coiConsentBanner +###coiOverlay[role="banner"][style*="flex"] ###cokPyt ###cokbar ###cokie-bar @@ -22206,6 +22539,7 @@ _site_cookie_ ###consent-manager-backdrop ###consent-modal ###consent-modal-first +###consent-outer-wrapper ###consent-slide ###consent.consent ###consent.navbar-fixed-bottom @@ -22217,6 +22551,7 @@ _site_cookie_ ###consentCookieDiv ###consentDialog ###consentModal +###consentPopup ###consentWrapper ###consent_assist_container ###consent_banner @@ -22311,6 +22646,7 @@ _site_cookie_ ###cookie-accept-modal-div ###cookie-accept-panel ###cookie-accept-popup +###cookie-accept-window ###cookie-acceptance ###cookie-acceptance-banner ###cookie-acceptance-wrapper @@ -22344,6 +22680,7 @@ _site_cookie_ ###cookie-alerte ###cookie-allow ###cookie-announcement +###cookie-approval ###cookie-authorization ###cookie-b ###cookie-backdrop @@ -22356,6 +22693,7 @@ _site_cookie_ ###cookie-banner-message ###cookie-banner-panel ###cookie-banner-root +###cookie-banner-with-settings ###cookie-banner2 ###cookie-banner_container ###cookie-bar @@ -22374,6 +22712,7 @@ _site_cookie_ ###cookie-barbody ###cookie-block ###cookie-body +###cookie-bottom ###cookie-box ###cookie-btn ###cookie-button-banner @@ -22415,12 +22754,15 @@ _site_cookie_ ###cookie-consent-boxes ###cookie-consent-check ###cookie-consent-container +###cookie-consent-dialog-bottom +###cookie-consent-explicit-modal ###cookie-consent-layer ###cookie-consent-message ###cookie-consent-overlay ###cookie-consent-popup ###cookie-consent-warning ###cookie-consent-wrapper +###cookie-consent__banner ###cookie-container ###cookie-container2 ###cookie-content @@ -22445,6 +22787,7 @@ _site_cookie_ ###cookie-disclaimer ###cookie-disclaimer-bar ###cookie-disclaimer-footer +###cookie-disclaimer-modal ###cookie-disclaimer-overlay ###cookie-disclaimer-popup ###cookie-disclaimer-region @@ -22493,6 +22836,7 @@ _site_cookie_ ###cookie-info-open ###cookie-info-outer ###cookie-info-panel +###cookie-info-pannel ###cookie-info-rodo ###cookie-info-text ###cookie-info-wrapper @@ -22533,6 +22877,7 @@ _site_cookie_ ###cookie-law-wrapper ###cookie-layer ###cookie-layer-container +###cookie-layer-overlay ###cookie-legal ###cookie-legal-info ###cookie-legal-notice @@ -22580,6 +22925,7 @@ _site_cookie_ ###cookie-notice-box ###cookie-notice-container ###cookie-notice-data-privacy-selector +###cookie-notice-dialog ###cookie-notice-header ###cookie-notice-outer ###cookie-notice-platform @@ -22605,6 +22951,7 @@ _site_cookie_ ###cookie-notificationbar ###cookie-notifier ###cookie-notify +###cookie-notifyPanel ###cookie-ntc ###cookie-nyilatkozat ###cookie-opt-in @@ -22634,6 +22981,7 @@ _site_cookie_ ###cookie-policy-banner ###cookie-policy-bar ###cookie-policy-block +###cookie-policy-bottom-banner ###cookie-policy-box ###cookie-policy-consent ###cookie-policy-consent-bar @@ -22647,12 +22995,14 @@ _site_cookie_ ###cookie-policy-message ###cookie-policy-modal ###cookie-policy-msg +###cookie-policy-nooverlay ###cookie-policy-notice ###cookie-policy-notification ###cookie-policy-overlay-block-container ###cookie-policy-popin ###cookie-policy-popup ###cookie-policy-section +###cookie-policy-sticky ###cookie-policy-strap ###cookie-policy-warning ###cookie-policy-wrap @@ -22678,6 +23028,7 @@ _site_cookie_ ###cookie-prevent ###cookie-privacy ###cookie-privacy-banner +###cookie-privacy-info ###cookie-privacy-info-wrapper ###cookie-privacy-policy ###cookie-privacy-popup @@ -22706,6 +23057,7 @@ _site_cookie_ ###cookie-spacer ###cookie-statement ###cookie-stick2 +###cookie-sticky ###cookie-sticky-bar ###cookie-strapline ###cookie-strip @@ -22748,13 +23100,16 @@ _site_cookie_ ###cookie-wrap ###cookie-wrapper ###cookie-zone +###cookie.alert-warning ###cookie.align-center ###cookie.cookie ###cookie.cookies +###cookie.fixed ###cookie.showme ###cookie1 ###cookie2 ###cookie29 +###cookie2Meldung ###cookie3arhMsg ###cookie6876 ###cookieAccept @@ -22930,6 +23285,7 @@ _site_cookie_ ###cookieDiv-Alert ###cookieDivBackground ###cookieDivContent +###cookieDivCover ###cookieDlg ###cookieDlg1 ###cookieDough @@ -22945,11 +23301,13 @@ _site_cookie_ ###cookieFoundry ###cookieFrame ###cookieGdpr +###cookieGradient ###cookieGuardMsg ###cookieHTML ###cookieHead ###cookieHeader ###cookieHint +###cookieHintModalGeneral ###cookieHint_container ###cookieHinweis ###cookieHolder @@ -22997,6 +23355,7 @@ _site_cookie_ ###cookieJSdiv ###cookieKontener ###cookieLY +###cookieLab ###cookieLaw ###cookieLaw2015 ###cookieLawAcknowledgmentDiv @@ -23138,6 +23497,7 @@ _site_cookie_ ###cookiePopUpId ###cookiePopin ###cookiePopup +###cookiePopupBG ###cookiePopupBar ###cookiePopupContainer ###cookiePopupContent @@ -23147,6 +23507,7 @@ _site_cookie_ ###cookiePreferencePanel ###cookiePreferences_front-end ###cookiePrev +###cookiePrivacy ###cookiePrivacyInfo ###cookiePrivacyPolicy ###cookiePrivacyPopup @@ -23237,6 +23598,7 @@ _site_cookie_ ###cookie_1 ###cookie_2 ###cookie__alert +###cookie__bar ###cookie__message ###cookie__monster ###cookie__wrapper @@ -23244,6 +23606,7 @@ _site_cookie_ ###cookie_accept ###cookie_accept_alert ###cookie_accept_box +###cookie_accept_cont ###cookie_accept_container ###cookie_accept_section ###cookie_acceptation @@ -23268,6 +23631,7 @@ _site_cookie_ ###cookie_announce ###cookie_approval ###cookie_approve +###cookie_approved ###cookie_ask ###cookie_assets ###cookie_assistant @@ -23504,6 +23868,7 @@ _site_cookie_ ###cookie_ribbon ###cookie_section ###cookie_set_accept +###cookie_settings_modal ###cookie_short ###cookie_short_info ###cookie_shout @@ -23558,6 +23923,7 @@ _site_cookie_ ###cookieagree ###cookiealarm ###cookiealert +###cookiealert-ibe ###cookiealertMsg ###cookiealert_container ###cookiealert_content @@ -23777,6 +24143,7 @@ _site_cookie_ ###cookies-acceptance ###cookies-acceptance-ack ###cookies-acceptance-box +###cookies-ack-bar ###cookies-ad ###cookies-adv ###cookies-advice @@ -23787,11 +24154,13 @@ _site_cookie_ ###cookies-agreement-bar ###cookies-agreement-box ###cookies-alert +###cookies-alert-container ###cookies-alert-dialog ###cookies-alert-wrapper ###cookies-alerta ###cookies-allowed ###cookies-approval +###cookies-approval-popup ###cookies-are-evil ###cookies-auth ###cookies-aviso @@ -23802,11 +24171,13 @@ _site_cookie_ ###cookies-bar-etro ###cookies-bar-pl ###cookies-blok +###cookies-bot ###cookies-box ###cookies-box-inner ###cookies-box-outer-layer ###cookies-button-container ###cookies-charter +###cookies-check ###cookies-cnil-banner ###cookies-cnil-info ###cookies-cnil-infos-content @@ -23834,6 +24205,7 @@ _site_cookie_ ###cookies-fancybox ###cookies-footer ###cookies-gdpr-host +###cookies-glass ###cookies-gratki-info ###cookies-guide ###cookies-header @@ -23996,6 +24368,7 @@ _site_cookie_ ###cookiesDialog ###cookiesDirective ###cookiesDiscCont +###cookiesDisclaimer ###cookiesDiv ###cookiesEU-box ###cookiesHolder @@ -24012,6 +24385,7 @@ _site_cookie_ ###cookiesInfos ###cookiesInitialDialog ###cookiesLaw +###cookiesLawComplaint ###cookiesLayer ###cookiesLayoutModule ###cookiesLegacy @@ -24115,6 +24489,7 @@ _site_cookie_ ###cookies_aviso ###cookies_b ###cookies_banner +###cookies_banner_alert ###cookies_bar ###cookies_barraaceptacion ###cookies_block @@ -24246,6 +24621,7 @@ _site_cookie_ ###cookiesdirective ###cookiesdisclaimer ###cookiesdisplay +###cookiesdiv ###cookiesenabled ###cookiesesante ###cookiesettings @@ -24286,6 +24662,7 @@ _site_cookie_ ###cookiestext ###cookiestrip ###cookiesusage +###cookieswarn ###cookieswarning ###cookieswrap ###cookietable @@ -24325,6 +24702,7 @@ _site_cookie_ ###cookiewrapper ###cookiexndo ###cookiezeile +###cookii-message ###cookinfo ###cookinfoDIV ###cookinfo_container @@ -24393,6 +24771,7 @@ _site_cookie_ ###ctl00_ctl00_ctl00_cookieLawPnl ###ctl00_ctl00_divCookiePolicyContainer ###ctl00_ctl06_CookieWrapper +###ctl00_ctl14_pnlWeUseCookies ###ctl00_ctlCookieDisclaimer_pnlDisclaimer ###ctl00_ctrlUserStaticMenu_cookieDialogTopDiv ###ctl00_divCookieMsg @@ -24429,9 +24808,12 @@ _site_cookie_ ###cuConsent ###cult_cookie_accept ###custom-cookie-accept +###custom-cookie-message-banner ###custom-header-cookie ###cw-cookieInfo ###cwarn-box +###czgdpr-mask +###czgdpr-notice ###d-cookiesWarning ###d-cookiesWarningAdsLayout ###d-notification-bar @@ -24452,6 +24834,7 @@ _site_cookie_ ###datenschutz-layer ###datenschutz_hinweis ###datenschutz_info +###datenschutzcontainer ###datenschutzcoockie ###datenschutzhinweis ###datenschutzinfo @@ -24641,18 +25024,22 @@ _site_cookie_ ###dsgvo-cookie-configurator ###dsgvo-cookie-container ###dsgvo-cookie-dnt-layer +###dsgvo-panel ###dsgvo_cookie_hint ###dsgvo_cookie_note +###dsgvo_info ###dsgvo_v2 ###dspcookie ###dsvgo_cookie ###dt_2018_tos_pp_update ###dupCookies +###dv-t3-consent-management-modal ###dvCookie ###dvCookieBar ###dvCookieChk ###dvCookieChoiceInfo ###dvCookieInfo +###dvPrivacy ###dvRGPDcookie ###dvSiteCookies ###dv_cookies_alert @@ -24720,6 +25107,7 @@ _site_cookie_ ###enablecookies ###enedue_cookieBox ###enhanced-privacy-popup +###ensModalWrapper[aria-labelledby*="Consent"] ###ensNotifyBanner ###ens_pr_mini.ens_pr_mini ###entryCookie:not(body) @@ -24728,6 +25116,7 @@ _site_cookie_ ###epCookieConsent ###ep_cookies_overlay ###epdPlaceholder +###eppcc-notification-container ###eprivacy ###eprivacy-outer ###eps_cookie_info @@ -24915,6 +25304,7 @@ _site_cookie_ ###flxCookieControlCorner ###foCookieNotice ###foodfood_cookie +###footer #fbar #epbar[style*="block"] ###footer-cnil-space ###footer-cookie ###footer-cookie-info-bar @@ -24964,6 +25354,7 @@ _site_cookie_ ###fucking-eu-cookie ###future-cookie-bar ###fw_cookie +###fw_cookies_optout ###fxCookieInfoLayer ###g4cookies-banner ###gServiceCookie @@ -25002,6 +25393,7 @@ _site_cookie_ ###gdpr-cookie-consent-popup ###gdpr-cookie-footer ###gdpr-cookie-info +###gdpr-cookie-law ###gdpr-cookie-message ###gdpr-cookie-notice ###gdpr-cookie-policy @@ -25012,9 +25404,11 @@ _site_cookie_ ###gdpr-info-container ###gdpr-is-fun ###gdpr-law +###gdpr-manager ###gdpr-message ###gdpr-message-modal ###gdpr-modal +###gdpr-modal-bottom ###gdpr-modal-box ###gdpr-navbar ###gdpr-notice @@ -25056,6 +25450,7 @@ _site_cookie_ ###gdprPopup ###gdprRibbon ###gdprSettings +###gdprTreated ###gdprVxConsentBar ###gdprWarning ###gdpr_accept @@ -25075,6 +25470,7 @@ _site_cookie_ ###gdpr_cookie_notice ###gdpr_float ###gdpr_header_wrapper +###gdpr_ip ###gdpr_modal ###gdpr_nav ###gdpr_notice @@ -25093,8 +25489,11 @@ _site_cookie_ ###gdprsticky ###gdprwarning ###gdrp-cookieoverlay +###gdrp-wrapper +###gdrpNotification ###gel-cookie ###gel-cookie-banner +###geniem-cookie-notice ###getIn_cookie_notice ###gfkl_opt_in_cookie_banner ###gh-cookieb @@ -25125,6 +25524,8 @@ _site_cookie_ ###grh_cookie-accept-cookies ###gritter-notice-wrapper ###grpd-consent +###grsNotifyShell +###gruntyCookie ###gs-cookie-policy ###gs-cookies-review ###gsoi-consent @@ -25155,6 +25556,8 @@ _site_cookie_ ###head_cookie ###headband-cookie ###headband_cookies +###header ~ div[aria-label*="cookieconsent"] +###header-coockie ###header-cookie ###header-cookie-bar ###header-cookie-law @@ -25217,6 +25620,7 @@ _site_cookie_ ###ic_cookies_ar ###icanhascookie ###icc_message +###icn_cookie_notice ###icoCookieNotify ###icoCookiesBanner ###ico_banner @@ -25245,11 +25649,13 @@ _site_cookie_ ###idai-cookie-notice ###idcookie ###idea_cookie +###ideocookie-widget ###idg-cookie-bar ###idgcp__section ###ididitallforthecookie ###idwcookie ###ietCookiePanel +###ifab-cookie-banner ###ifood_cookie ###iframe-wrap-netinfo-consent ###iframe_cookie @@ -25259,6 +25665,7 @@ _site_cookie_ ###iib-cookies ###iimGdprRoot ###ij-policy-disclaimer +###ilovecookies ###imPolicycookiemessage ###im_cookie_message ###implicitCookieModal @@ -25280,6 +25687,7 @@ _site_cookie_ ###infoCookies ###infoLocalCookies ###infoPrivacy +###info_about_cookies_area ###info_cookie ###info_cookie_exe ###info_cookie_exel @@ -25288,11 +25696,13 @@ _site_cookie_ ###info_cookies ###info_cookies_block ###info_cookies_l +###infobanner-cookies ###infobar-cookie ###infobar[data-settings="bottom"] ###infoboxcookie ###infociasteczka ###infocookie +###infocookiefr ###infocookies ###inforCookieWallPopup ###inforcwp @@ -25326,12 +25736,14 @@ _site_cookie_ ###inpsyde_cookie_bar_container ###ins-cookie-popup ###int-cookies-bar +###interact-policy-consent ###intercept-cookies ###intser_cookie ###inventise_cookie_policy ###ip-user-consent ###ipercookie ###iprom_cp_wrapper +###iqitcookielaw ###irs_cookie_panel ###is-cookie-warning ###is-cookiealertr @@ -25348,6 +25760,7 @@ _site_cookie_ ###itv-glob-cookie-policy ###iubenda-cs-banner ###iubenda-cs-banner-new +###ivu_privacy ###iw-cookie-message ###j-cookie-notification ###jCookiePrivacy_div_testo @@ -25356,6 +25769,7 @@ _site_cookie_ ###jacksonville-optin ###jbcookies ###jc-cookie-notice +###jix-accept-cookies ###jix_acceptcookies_box ###jlcookie_controlContainer ###jlcookie_controlContent @@ -25374,6 +25788,8 @@ _site_cookie_ ###js-band-cookies ###js-c-cookie-consent-banner ###js-cnil--alert +###js-cookie-02-popup +###js-cookie-03-popup ###js-cookie-alert ###js-cookie-approval ###js-cookie-box @@ -25389,6 +25805,7 @@ _site_cookie_ ###js-cookie-notes ###js-cookie-notice ###js-cookie-policy-default +###js-cookie-section ###js-cookie-text ###js-cookie-trigger ###js-cookieBanner @@ -25399,6 +25816,7 @@ _site_cookie_ ###js-cookielaw-alert ###js-cookieloi ###js-cookienotice +###js-cookienotice-spacer ###js-cookies-bar ###js-cookies-info ###js-cookies-msg-hide @@ -25408,6 +25826,8 @@ _site_cookie_ ###js-data-protection-note ###js-ext-cookie ###js-gdpr-consent-banner +###js-gdpr-cookie-open +###js-gdpr-cookie-popup ###js-gdpr-optin ###js-gdprForm ###js-hook-cookie @@ -25419,6 +25839,7 @@ _site_cookie_ ###js-message-bar-cookie-notice ###js-message[data-id="cookie-policy"] ###js-message[data-qa="cookie-message"] +###js-online-cookie-consent ###js-policy-eucookie ###js-popup-cookies ###js-pullout-cookies @@ -25462,6 +25883,7 @@ _site_cookie_ ###keksivehje ###keksleiste ###kg-cookie-popup +###kjfCookieInfoBox ###km-cookie-accept ###koekbalk ###koekiemelding @@ -25502,6 +25924,7 @@ _site_cookie_ ###lc_cookies-main ###lc_webappCookieQuestion ###lca-cookie-notification +###ld_privacy_popup ###lddw-cookie-modal-box ###legal-cookie ###legal-notification @@ -25521,6 +25944,7 @@ _site_cookie_ ###legalplus-cookies-banner ###legcooki ###legislation_cookie +###lemmCookieControlDivContainerBG ###lemmCookieJsDivContainer ###lerumCookieContainer ###les_cookies @@ -25639,6 +26063,7 @@ _site_cookie_ ###mktzr_cookie_policy ###mlUsingCookies ###mm-content-cookies +###mmMS--notification ###mm_t07_cookie_box ###mmmmm-cookies ###mms-cookie-disclaimer @@ -25726,6 +26151,7 @@ _site_cookie_ ###mw-cookie-policy ###my-cookies-alert ###myCustomCookieLayer +###myModalCookieConsent ###myModalCookies ###myModalrgpd ###mycmpAlertBig @@ -25734,6 +26160,7 @@ _site_cookie_ ###mycookie_loader_window ###mycookiebar ###mycookietip +###myh-cookieconsent-box ###mymodal_cookie ###mz-cookies-policy ###n2g_box_cookie_alerte_message @@ -25753,6 +26180,7 @@ _site_cookie_ ###netgraf_cookie_alert ###netirs_top_cookie_popup ###new-cookie +###new-cookies ###newCookiesAlert ###newCookiesBanner ###newPolicyWrapper @@ -25869,6 +26297,7 @@ _site_cookie_ ###okno_rcookie ###okookie-box ###onetag_cookie_law +###onetrust-consent-sdk ###onlyCookie ###onyx_cookiesinfo_bar ###onyx_cookiesinfo_spacer @@ -25883,6 +26312,7 @@ _site_cookie_ ###orejime ###os_app_cookiewarn ###osomcookie +###ost-cookiewall-container ###otp-privacy ###otrcookiecompliancediv ###oupcookiepolicy_message @@ -25905,6 +26335,7 @@ _site_cookie_ ###p_p_id_cookie_WAR_cookieportlet_ ###p_p_id_cookiespolicyportlet_WAR_cookiespolicyportlet_ ###packt_gdpr_container +###page > #tenantAcceptText ###page-advice-cookie ###page-cookies ###page-cookies-bar @@ -25952,6 +26383,7 @@ _site_cookie_ ###pg-gdpr ###pgdg-gdpr ###ph-cookies-akkoord +###phCookieConsent ###phrase_notification_cookies ###pie_menu_cookies ###piskotOpozorilo @@ -25975,6 +26407,7 @@ _site_cookie_ ###pm-privacy-banner ###pm13_cookie_info ###pm15_cookie_info +###pmc_toupp_notice ###pnl-cookies ###pnl-cookies-warning ###pnlApproveCookiesUsage @@ -26076,6 +26509,7 @@ _site_cookie_ ###popup-cookie-wall ###popup-cookies ###popup-cookies-police +###popup-disclaimer ###popup-gdpr ###popup-privacypolicy ###popup-webpage-cookie @@ -26095,6 +26529,7 @@ _site_cookie_ ###popupcookies ###popupdescookies ###popupgdpr +###popuprgpd ###portal-cookieoptout ###positiv_cookies_field ###powa-cookie @@ -26124,6 +26559,7 @@ _site_cookie_ ###privacy-disclaimer ###privacy-footer ###privacy-hint +###privacy-information-cookie-notice ###privacy-layer ###privacy-message-bar ###privacy-note @@ -26220,6 +26656,7 @@ _site_cookie_ ###pwebcookiesnotifi ###pww-cookie ###pxa-cookie-bar +###q-cookie-box ###q8-cookie-compliance ###qPrivacyBanner ###qb_cookie_consent_main @@ -26237,13 +26674,17 @@ _site_cookie_ ###rc-ley-cookies-dialogo ###rcCookiePopUp ###rcCookies +###rdm-cookie-consent +###react-cookie-approval ###react-cookie-bar ###react-cookie-warning ###red_cookie_restriction ###redim-cookiehint +###redim-cookiehint-modal ###regens-cookie-setting ###region_cookies_infos ###remember_cookie +###reminder.privacy-reminder ###remoteCookie ###render-cookies-notification ###res-cockie @@ -26253,6 +26694,7 @@ _site_cookie_ ###rgpd-banner ###rgpd:not(body):not(html) ###rgpdModal +###rgpdXooit ###rgpd_backdrop ###rgpd_main ###rgpd_main_content @@ -26277,6 +26719,8 @@ _site_cookie_ ###rodo_modal ###rodoinfo ###rodonf-app-ux +###root [class*="CookiePolicyWidget"] +###root div[class*="cookies-policy"] ###root-cookie-notice ###rqif_info_banner ###rsseo-cookie-accept @@ -26293,12 +26737,14 @@ _site_cookie_ ###rw_alert_cookies ###rwd-cookie-message ###rwdcookiesinfo +###rws-cookie-bar ###rx-cookie-wrapper ###rynCookiePolicy ###s-avviso-cookie ###s-cookie ###s-ui-cc-container ###s-ui-cc-navbar +###s1-cookie-banner ###s112_accept_cookies ###s2m_cookies_optin_dialog ###s4c-cookie-wrapper @@ -26306,6 +26752,7 @@ _site_cookie_ ###sanoma-consent-bar ###sanoma-consent-bar-mobile ###sap-disclaimer +###sb-cookie-compliance-overlay ###sbEuCookieConsentBox ###sc-alert-box-wrapper ###sc-cookie-notification @@ -26343,6 +26790,7 @@ _site_cookie_ ###shopillaxcookielaw-wrapper ###shorthand-gdpr-container ###shortpixel-cookies +###show-cookie ###showCookie ###showCookieInfo ###show_banner_cookies @@ -26435,6 +26883,7 @@ _site_cookie_ ###stdCookie ###stg-privacy-bar ###sticky-bar-gdpr +###sticky-cookie-warning ###sticky-cookies ###sticky-popup-cookies ###stickycookiePolicy @@ -26452,6 +26901,7 @@ _site_cookie_ ###strawberry-cookiebar ###stripe-cookie ###stripe_hammon +###stt-cookie ###subserviceCookiesBar ###sun-cookieMessage ###sun-cookieMessageInner @@ -26497,6 +26947,7 @@ _site_cookie_ ###tenantAcceptText ###terminosCookies ###termly-code-snippet-support-banner +###termsAndPrivacyFloater ###termsContainer ###termsNotice ###terms_cookie_container @@ -26532,7 +26983,9 @@ _site_cookie_ ###tins_cookie_bar ###tipCookies ###tiroir_cookie +###tiv-cookie-bar ###tlCookieComplienceInitialWrapper +###tlp-cookies-popup ###tlscookieseu-bar ###tmPrivacyDialog ###tmPrivacyOverlay @@ -26556,6 +27009,7 @@ _site_cookie_ ###topbar-cookie-container ###topbar-cookies ###topcookie +###tos-banner ###tosbanner ###townside-cookiebar-outer ###tpl-cookie-policy @@ -26567,7 +27021,9 @@ _site_cookie_ ###tracking-consent-dialog ###tracking-cookies ###trackingCookie +###trackingPermissionBar ###tracking_consent_modal +###travelta-cookie-bar ###triad_gdpr_consent ###trigCookie ###truste-banner @@ -26588,6 +27044,7 @@ _site_cookie_ ###tv-cookie-1 ###tv2-cookie-alert ###tv2cookiebar +###tvlcookies ###tvsa-cookie ###twCookieConsent ###twcCookieDiv @@ -26601,6 +27058,7 @@ _site_cookie_ ###txtCookies ###uapp-banner ###ub24-cookie-container +###uc-banner-modal ###uc-privacy-chip ###ucn-gdpr-banner ###udf-cookie-message @@ -26685,6 +27143,7 @@ _site_cookie_ ###veravisocookie ###vesti-GDPR-frame ###vh-cookie-terms +###vhb-consentlayer ###viewCookies ###viewlet-cookiepolicy ###viewlet-disclaimer @@ -26714,6 +27173,7 @@ _site_cookie_ ###waGDPR ###wa_cmpOverlay ###waf-cookie-popup +###wagento-cp-wrap ###wantcookies ###warn-cookies-area ###warnCookies @@ -26760,6 +27220,7 @@ _site_cookie_ ###wimPrivacyBanner ###winCookieWarning ###winerist-cookie-info +###wizjo-cookies ###wk_cookiebar ###wl-cookie-datenschutz-message ###wmh-cookie-eu-alert @@ -26802,6 +27263,7 @@ _site_cookie_ ###wt-confirm-layer ###wt-cookie-bar ###wt-cookie-box +###wucAcceptCookies_panAcceptCookies ###ww-cookie-information ###ww_cookie_consent ###wwf-cookie @@ -26829,6 +27291,8 @@ _site_cookie_ ###zaz-nb-plugin-cookie-message ###zc_cookie_notice ###zc_homepage_bara_cookies +###zc_notice +###zeraxo-cookie-bar ###zezwolenieNaCookie ###zgoda_cookie ###zgodacookie @@ -26841,11 +27305,15 @@ _site_cookie_ ###zone_cookie ###zp-footer-cookiesettings-overlay ###zse-cookie-container +###zsmsg-policy ###zw_cookie_law_short_info ##.-cookies-notice ##.ABTastyPluginCookieConsentBanner +##.AP_mod-bm-cookies ##.AcceptCookies ##.BandeauCookieGlob +##.BlogHeader__cookies-banner +##.BorlabsCookie ##.CCcookiewarning ##.CInfo[data-cookie-info] ##.CLawBanner @@ -26894,6 +27362,7 @@ _site_cookie_ ##.CookieConsentArea ##.CookieConsentContainer ##.CookieConsentMemo +##.CookieConsent__host ##.CookieContainer ##.CookieDirectiveDisplay ##.CookieDirectiveHeight @@ -26937,11 +27406,13 @@ _site_cookie_ ##.Cookie_Banner ##.Cookie__Banner ##.Cookie__banner +##.Cookie__container ##.Cookie_bar ##.Cookie_modal -##.cookie_policy_outer ##.Cookiebar ##.Cookiebar_header_26n +##.Cookieconsent-wrapper +##.Cookiepolicy[data-id="cookie-policy"] ##.Cookies-notification ##.Cookies:not(body) ##.CookiesAlert @@ -26949,14 +27420,17 @@ _site_cookie_ ##.CookiesBanner-root ##.CookiesBanner-show ##.CookiesBar +##.CookiesConsent ##.CookiesConsent_root ##.CookiesInfo ##.CookiesInfoMain +##.CookiesLayer ##.CookiesMessageContainer ##.CookiesOK ##.CookiesOk ##.CookiesPolicy-banner ##.CookiesPolicyBanner +##.CookiesPopup__Container ##.CookiesTermsConsent ##.CookiesUsage ##.CookiesWarning @@ -26978,6 +27452,8 @@ _site_cookie_ ##.F6-cookies_w_js-entrypoint ##.G005-global-cookie-notification ##.GAcookies +##.GDPR-Msg +##.GDPR-WelcomeBanner ##.GDPR-cookies ##.GDPR-toast ##.GDPR-tools-consent @@ -27003,6 +27479,7 @@ _site_cookie_ ##.ModThomasCookiesC ##.Modal--cookie-message ##.Navbar-cookieCompliance +##.Navbar-toastContainer ##.NotificationCookies ##.O-CookieLaw ##.ObsCnilWarning @@ -27035,8 +27512,11 @@ _site_cookie_ ##.Template_CookiesBox ##.TxHfCookieHint ##.UECookie +##.UICookieBanner ##.W034_Cookie_Directive ##.WW-cookiemodul +##.WeUseCookiesNotice +##._CookieBox_cookieBox ##.___eucookiePopup ##.__cookieNotice ##.__cookie_policy @@ -27044,11 +27524,14 @@ _site_cookie_ ##.__gdprConfirmOverlay ##._cookie-banner ##._cookie-info +##._cookies ##._cookies-cookies-bar ##._cookies_policy_popup ##._floating-banner[floating-banner-id="cookies"] ##._gdpr-notify-header +##._gdprCookieBanner ##._iph_cp_standalone +##._jsCookiePopup ##._xui-cookies-notice-overlay ##.a--cookie ##.aa-cookie-alert @@ -27128,6 +27611,7 @@ _site_cookie_ ##.afm-Cookies ##.ag-cookie-policy ##.ag-cookie-policy-wrapper +##.ag-cookie-policy__wrapper ##.ag_cookie_banner ##.agegate-cookie ##.agg-warning-banner-cookie-policy @@ -27148,6 +27632,7 @@ _site_cookie_ ##.ajs-message ##.ak-cookies-banner ##.akf__cookie +##.akismet_comment_form_privacy_notice ##.alert--cookie ##.alert--cookies ##.alert-bandeau-cookie @@ -27202,6 +27687,7 @@ _site_cookie_ ##.allert-cookies ##.allow-cookie ##.allow-cookie-container +##.allow-cookie-notification ##.allow-cookie-panel ##.allow-cookie-stripe ##.allow-cookie-wrapper @@ -27214,6 +27700,7 @@ _site_cookie_ ##.alltricks-CnilRibbon ##.alma-cookie-disclaimer ##.alma-data-policy-banner +##.altamira-gdpr-cookie-consent ##.alternetCookieMessage ##.altium-privacy-bar ##.alvinecookieinfo @@ -27278,11 +27765,15 @@ _site_cookie_ ##.avvisoCookie ##.avviso_cookie ##.aw2-nav-top-cookie +##.awe_cookie +##.awe_cookie_settings ##.awesome-eu-cookies +##.awn-cookie-compliance ##.axa-cookies ##.axaCookie ##.axmcookie-notice-container ##.axs-md-cookie +##.b-content-asset_cookie_hint ##.b-cookie ##.b-cookie-banner ##.b-cookie-banner--fixed @@ -27290,7 +27781,9 @@ _site_cookie_ ##.b-cookie-consent ##.b-cookie-hint ##.b-cookie-notification +##.b-cookie-overlay ##.b-cookie-policy +##.b-cookie-text ##.b-cookie-warning ##.b-cookieBanner ##.b-cookieBox @@ -27313,6 +27806,7 @@ _site_cookie_ ##.backcookie ##.backdrop-ley-cookies ##.background-petrol-cookie +##.badge_privacy ##.baked-cookies-bar ##.ban-cookies ##.banda-cookie @@ -27321,6 +27815,7 @@ _site_cookie_ ##.bandeau-cookie ##.bandeau-cookie-wrapper ##.bandeau-cookies +##.bandeau-information-cookies ##.bandeau-sellsecure ##.bandeauCookies ##.bandeau_consent @@ -27342,6 +27837,7 @@ _site_cookie_ ##.banner-cookies ##.banner-cookies-alert ##.banner-eu-cookie +##.banner-gdpr ##.banner-message-cpopup ##.banner-policy-wrap ##.bannerCookie @@ -27359,6 +27855,7 @@ _site_cookie_ ##.banner_policy ##.banniere_cookie ##.bannierecookie +##.bar--cookie-bar ##.bar--cookienote ##.bar-cookie ##.bar-cookies @@ -27396,6 +27893,7 @@ _site_cookie_ ##.bdf-cookie-policy-popup ##.bds_mini_cookie_policy ##.bdu-cookie-consent-bar +##.bengor-cookies ##.bg_cookie ##.bg_cookies ##.bg_gdpr_popup @@ -27404,6 +27902,7 @@ _site_cookie_ ##.bh-layerCookieLaw ##.bica-inline ##.bipPasekCookie +##.biscotto.sc-bottom ##.biscuit-message ##.biscuit-usage ##.biscuits-usage @@ -27418,6 +27917,7 @@ _site_cookie_ ##.blocCookies ##.bloc_cnil ##.bloc_cookie +##.bloc_cookie_tracking ##.bloc_cookies ##.bloccookie ##.block--block-mw-cookie-consent @@ -27425,6 +27925,7 @@ _site_cookie_ ##.block--cookie-consent ##.block--cookie-notification ##.block--mw-cookie-consent +##.block-CookieBlock ##.block-artwhere-gdpr ##.block-clc-cookies-policy ##.block-cnil @@ -27439,6 +27940,7 @@ _site_cookie_ ##.block-lsw-cookie ##.block-notification--cookies ##.block.cookies +##.blockCookieNotice ##.blockCookieNotification ##.blockCookies ##.block__content-cookies @@ -27455,13 +27957,16 @@ _site_cookie_ ##.bms-cookie-container ##.bn-cookies ##.bnt_cookieBar +##.bonialCmpBanner ##.borlabsCookieShow ##.bottom--cookie-bar ##.bottom--cookie-bar-overlay ##.bottom-cookie-wrap ##.bottomAlert +##.bottom[data-dialog-id*="cookie"] ##.bottom__cookie-block ##.bottom_cookie +##.bottom_cookie_block ##.box--cookies ##.box-accept-cookies ##.box-alert-cookie-inside @@ -27495,6 +28000,7 @@ _site_cookie_ ##.bwCookieMessage ##.bwp-cookie-bar ##.bx-info-cookie +##.bxst-main-cookie-policy ##.by_cookie_policy ##.bycookies-container ##.c-CookieDisclaimer @@ -27509,6 +28015,7 @@ _site_cookie_ ##.c-block-cookie-disclaimer ##.c-consent ##.c-consent-form +##.c-consentLayer__innerBox ##.c-consentcookie ##.c-consentcookie--active ##.c-cookie @@ -27520,6 +28027,7 @@ _site_cookie_ ##.c-cookie-consent ##.c-cookie-consent-banner ##.c-cookie-disclaimer +##.c-cookie-information ##.c-cookie-message ##.c-cookie-msg-holder ##.c-cookie-notice @@ -27566,6 +28074,7 @@ _site_cookie_ ##.c09--cookie ##.c24-cookie ##.c2g_daimler_cookie_dialog_overlay +##.cAcceptBar ##.cGDPR ##.cGDPR_Notice_Community ##.cPolicy:not(body):not(html) @@ -27591,6 +28100,8 @@ _site_cookie_ ##.caption-cookie ##.cart_cookie ##.case-cookie-alert +##.cb-cookie-bar +##.cbannercontainer-sq_cp ##.cbar-wrapper ##.cbar_banner ##.cbb-cookie-info @@ -27631,8 +28142,10 @@ _site_cookie_ ##.cc_consent ##.cc_container ##.cc_container_FB +##.cc_cookieAlert ##.cc_cookie_message ##.cc_gccp-wrapper +##.cc_overlay_lock ##.ccbar.ccpane ##.ccbarbody .ccpane ##.ccc-widget @@ -27640,9 +28153,12 @@ _site_cookie_ ##.cccenter-show-banner ##.ccdiv ##.cck-consent-bar +##.cck-msg +##.cckBannerInner ##.cclist.ccpane ##.ccm-banner-small ##.ccm-bottom-slide +##.ccm-widget.ccm-modal ##.ccmcss_oic ##.ccwrap ##.cczcook_banner-wrapper @@ -27651,10 +28167,12 @@ _site_cookie_ ##.ce-banner ##.ce-banner-html ##.ce_rsce_tao_fixed_note +##.ce_rsce_vision_fixed_note ##.center-gdpr ##.center_cookies ##.cf-annoying-eu-cookie-message ##.cf__main-block +##.cfmCookieLayer ##.cfrcookiebar ##.cg-cookie-warning ##.cg-cookies-banner @@ -27662,6 +28180,7 @@ _site_cookie_ ##.checkcookie ##.chefcookie--bottombar ##.ci-privacy-hint +##.ci-rodo-footer ##.ciacho ##.ciacho2-wrap-container ##.ciasteczka @@ -27676,6 +28195,8 @@ _site_cookie_ ##.ciyashop-cookies-info ##.ck-notiz ##.ck_banner +##.cki-unaccepted +##.cki-wrap ##.ckn-container ##.cl_bar ##.cl_cookie_privacy_layer @@ -27720,6 +28241,7 @@ _site_cookie_ ##.cnil_warning ##.cnilinfo ##.cnl-cookies +##.cnt-ckcnsntmngr ##.cnwrap ##.co-cookies-disc-bar ##.co_consent_message_container @@ -27735,6 +28257,7 @@ _site_cookie_ ##.combined_consent_js_inited ##.common-cookieNotice ##.common-cookies +##.common-header-gdpr ##.communikat_cookie ##.comp-cookie-policy-banner ##.comp-cookie_banner @@ -27752,11 +28275,14 @@ _site_cookie_ ##.cond_utilis_cookie ##.confidentialite_header ##.confirm-cookie:not(html):not(body) +##.confirm-cookies-container ##.confirm_cookies_box ##.connect-cookie-bar ##.consent-banner +##.consent-confirmation-banner ##.consent-container ##.consent-container--banner +##.consent-content ##.consent-cookies ##.consent-dialog ##.consent-management-simple @@ -27774,6 +28300,7 @@ _site_cookie_ ##.consent[ng-controller="cookieConsentCtrl"] ##.consent__alert ##.consent_box +##.consent_cookies ##.consentbanner ##.consentbarcontainer ##.consentement_cookie @@ -27783,6 +28310,7 @@ _site_cookie_ ##.console-head-cookies ##.cont-cookie ##.cont_avis_galetes +##.container ~ div[data-react-class="CookieAgree"] ##.container-cookie ##.container-cookie-bar ##.container-cookie-notice @@ -27813,6 +28341,7 @@ _site_cookie_ ##.coo_banner-notice ##.cooces__wrap ##.coockie +##.coockie-bar ##.coockieBar ##.coockieLaw ##.coockiePolicy @@ -27841,6 +28370,7 @@ _site_cookie_ ##.cookie--visible ##.cookie--wrap ##.cookie--wrap__on +##.cookie-03 ##.cookie-accept ##.cookie-accept-area ##.cookie-accept-banner @@ -27865,6 +28395,7 @@ _site_cookie_ ##.cookie-advise ##.cookie-aggrement-block-container ##.cookie-agree +##.cookie-agree-popup ##.cookie-agree-with-use ##.cookie-agreed ##.cookie-agreement @@ -27882,21 +28413,26 @@ _site_cookie_ ##.cookie-alert-wrapper ##.cookie-allcontent ##.cookie-allow-block +##.cookie-and-privacy-container ##.cookie-announce ##.cookie-announcement ##.cookie-approvement ##.cookie-area ##.cookie-assistant +##.cookie-back ##.cookie-ban ##.cookie-band ##.cookie-banner-bottom ##.cookie-banner-container ##.cookie-banner-info +##.cookie-banner-js ##.cookie-banner-msg ##.cookie-banner-outer ##.cookie-banner-section +##.cookie-banner-wrapper ##.cookie-banner:not(body):not(html) ##.cookie-banner__cnt +##.cookie-bar--is-visible ##.cookie-bar-alert ##.cookie-bar-con ##.cookie-bar-mask @@ -27904,6 +28440,7 @@ _site_cookie_ ##.cookie-bar-notification ##.cookie-bar-popover ##.cookie-bar-section +##.cookie-bar-visible ##.cookie-bar-wp ##.cookie-bar-wrap ##.cookie-bar-wrapper @@ -27917,9 +28454,11 @@ _site_cookie_ ##.cookie-block-visible ##.cookie-body-overlay ##.cookie-box +##.cookie-box-en ##.cookie-box-wrapper ##.cookie-btn ##.cookie-bubble +##.cookie-card_popup_fixed ##.cookie-check:not(body) ##.cookie-choice ##.cookie-choices--info @@ -27931,6 +28470,7 @@ _site_cookie_ ##.cookie-compliance-container ##.cookie-compliance-desk ##.cookie-compliance-message +##.cookie-complience-banner ##.cookie-conditions ##.cookie-confirm ##.cookie-confirmation @@ -27938,11 +28478,13 @@ _site_cookie_ ##.cookie-consent-alert ##.cookie-consent-area ##.cookie-consent-backdrop +##.cookie-consent-background ##.cookie-consent-banner ##.cookie-consent-banner__wrapper ##.cookie-consent-bar ##.cookie-consent-bar-wrap ##.cookie-consent-block +##.cookie-consent-bottom ##.cookie-consent-box ##.cookie-consent-comp ##.cookie-consent-container @@ -27958,16 +28500,21 @@ _site_cookie_ ##.cookie-consent-pnl ##.cookie-consent-popup ##.cookie-consent-request +##.cookie-consent-v2 ##.cookie-consent-wall-overlay ##.cookie-consent-wrap ##.cookie-consent-wrapper +##.cookie-consent.show +##.cookie-consent.shown ##.cookie-consent:not(body) +##.cookie-conset-bar ##.cookie-cont ##.cookie-contain ##.cookie-container ##.cookie-container-most ##.cookie-content ##.cookie-content-container +##.cookie-content-ribbon ##.cookie-control ##.cookie-control-container ##.cookie-control-content @@ -27987,6 +28534,7 @@ _site_cookie_ ##.cookie-directive-alert ##.cookie-directive-container ##.cookie-disclaimer--default +##.cookie-disclaimer-backdrop ##.cookie-disclaimer-banner ##.cookie-disclaimer-box ##.cookie-disclaimer-component @@ -28003,9 +28551,12 @@ _site_cookie_ ##.cookie-dropdown ##.cookie-eu ##.cookie-eu-msg +##.cookie-event-block ##.cookie-fade ##.cookie-fixed-hint +##.cookie-flash ##.cookie-footer +##.cookie-footer-banner ##.cookie-footer-bar ##.cookie-footer-container ##.cookie-footer-dialog @@ -28090,6 +28641,7 @@ _site_cookie_ ##.cookie-layer-container ##.cookie-layer-visible ##.cookie-layerbody +##.cookie-layers ##.cookie-lb-bottom ##.cookie-legal ##.cookie-legal-box @@ -28131,6 +28683,7 @@ _site_cookie_ ##.cookie-module-wrapper ##.cookie-monster ##.cookie-monster-dialog +##.cookie-monster-overlay ##.cookie-msg ##.cookie-msg-bar ##.cookie-msg-box @@ -28170,6 +28723,8 @@ _site_cookie_ ##.cookie-notifications ##.cookie-notifier ##.cookie-notify +##.cookie-notify-popup +##.cookie-offer ##.cookie-on ##.cookie-on-top ##.cookie-opa @@ -28230,6 +28785,7 @@ _site_cookie_ ##.cookie-policy-prompt ##.cookie-policy-statement ##.cookie-policy-summary +##.cookie-policy-tips-wrapper ##.cookie-policy-warning ##.cookie-policy-window ##.cookie-policy-wrap @@ -28253,6 +28809,7 @@ _site_cookie_ ##.cookie-popup__heading ##.cookie-pp ##.cookie-privacy +##.cookie-privacy-container ##.cookie-privacy-message ##.cookie-privacy-notice ##.cookie-privacy-popup @@ -28289,6 +28846,7 @@ _site_cookie_ ##.cookie-snippet ##.cookie-splash ##.cookie-statement +##.cookie-statement-popup ##.cookie-sticky ##.cookie-sticky-holder ##.cookie-stikey-nav @@ -28310,6 +28868,7 @@ _site_cookie_ ##.cookie-tooltip ##.cookie-tooltip-content ##.cookie-top +##.cookie-topbannercontainer ##.cookie-ui-dialog ##.cookie-undiz ##.cookie-usage @@ -28345,6 +28904,7 @@ _site_cookie_ ##.cookie-wrap-content ##.cookie-wrap-tip ##.cookie-wrapper +##.cookie-wrapper ~ div[class*="overlay-cookie"] ##.cookie-wrn-wrapper ##.cookie.alert ##.cookie.anchored-toast @@ -28359,6 +28919,7 @@ _site_cookie_ ##.cookie.is-visible ##.cookie.isVisible ##.cookie.jquery-notify-bar +##.cookie.kozepre_igazit ##.cookie.message ##.cookie.messages ##.cookie.navbar-fixed-bottom @@ -28398,6 +28959,7 @@ _site_cookie_ ##.cookieBan ##.cookieBandeau ##.cookieBanner:not(body) +##.cookieBannerActive ##.cookieBannerContainer ##.cookieBannerDisclaimerWrap ##.cookieBannerText @@ -28410,6 +28972,7 @@ _site_cookie_ ##.cookieBarTop ##.cookieBarWrapper ##.cookieBarX +##.cookieBar__container ##.cookieBox ##.cookieBox-wrapper ##.cookieBoxWrap @@ -28428,9 +28991,11 @@ _site_cookie_ ##.cookieConcent ##.cookieConfirmOverlay ##.cookieConfirmation +##.cookieConfirmationMessage ##.cookieConsent ##.cookieConsentBanner ##.cookieConsentBar +##.cookieConsentBarContainer ##.cookieConsentPanel ##.cookieConsentPopup ##.cookieConsentShort @@ -28444,11 +29009,6 @@ _site_cookie_ ##.cookieDirWrap ##.cookieDirective ##.cookieDiscl -##.cookieDisclaimer -##.cookieDisclaimerBox -##.cookieDisclaimerContainer -##.cookieDisclaimerContainerWrapper -##.cookieDisclaimerWrapper ##.cookieDiv ##.cookieDrawer ##.cookieEN @@ -28515,6 +29075,7 @@ _site_cookie_ ##.cookieNotice2 ##.cookieNoticeA ##.cookieNoticeBar +##.cookieNoticeBox ##.cookieNoticePopUp ##.cookieNoticeType1 ##.cookieNotice__container @@ -28574,9 +29135,11 @@ _site_cookie_ ##.cookieReminderWrapper ##.cookieRestriction ##.cookieRichtline_container +##.cookieRow ##.cookieScript ##.cookieSection ##.cookieSelectDiv +##.cookieSettings ##.cookieShell ##.cookieShowClass ##.cookieStatement-block @@ -28586,6 +29149,7 @@ _site_cookie_ ##.cookieToolbar ##.cookieTooltip ##.cookieTooltipKontener +##.cookieTriangle ##.cookieUsageAlertMainContainer ##.cookieUseWarning ##.cookieUserAgreement @@ -28608,12 +29172,14 @@ _site_cookie_ ##.cookie[role="alertdialog"] ##.cookie__accept ##.cookie__banner +##.cookie__bar ##.cookie__consent ##.cookie__container ##.cookie__footer ##.cookie__inner ##.cookie__message ##.cookie__message-container +##.cookie__notice ##.cookie__policy ##.cookie__reveal ##.cookie__show @@ -28634,6 +29200,7 @@ _site_cookie_ ##.cookie_alert_cont ##.cookie_alert_message ##.cookie_approve +##.cookie_approved_bar ##.cookie_background ##.cookie_ban ##.cookie_banner @@ -28675,6 +29242,7 @@ _site_cookie_ ##.cookie_head ##.cookie_header ##.cookie_helper +##.cookie_hidden ##.cookie_hint ##.cookie_hinweis ##.cookie_holder @@ -28684,7 +29252,9 @@ _site_cookie_ ##.cookie_info_container ##.cookie_info_content ##.cookie_info_wrap +##.cookie_info_wrapper ##.cookie_informatie +##.cookie_information--bar ##.cookie_law ##.cookie_law_container ##.cookie_law_dialog @@ -28724,11 +29294,13 @@ _site_cookie_ ##.cookie_panel ##.cookie_plugin ##.cookie_policy +##.cookie_policy_bar ##.cookie_policy_box ##.cookie_policy_component ##.cookie_policy_cont ##.cookie_policy_container ##.cookie_policy_message +##.cookie_policy_outer ##.cookie_policy_pop ##.cookie_popup ##.cookie_popup_wrapper @@ -28768,6 +29340,7 @@ _site_cookie_ ##.cookie_wrap ##.cookie_wrap_bottom ##.cookie_wrapper +##.cookie_wrapper-bottom ##.cookie_wrp ##.cookieabfrage ##.cookieaccept @@ -28786,6 +29359,8 @@ _site_cookie_ ##.cookiebanner:not(body) ##.cookiebanner__container ##.cookiebanner__top +##.cookiebannerpopup +##.cookiebannerv2 ##.cookiebar--variant1 ##.cookiebar-container ##.cookiebar-message @@ -28849,6 +29424,7 @@ _site_cookie_ ##.cookielaw-info ##.cookielaw-msg ##.cookielaw-panel +##.cookielaw-setcookiepolicy-form ##.cookielaw-wrapper ##.cookielaw:not(body):not(html) ##.cookielawHinttop @@ -28866,6 +29442,7 @@ _site_cookie_ ##.cookiemanager ##.cookiemanager_banner--container ##.cookiemelding +##.cookiemelding-container ##.cookiemeldung ##.cookiemessage ##.cookiemessageblock @@ -28917,6 +29494,7 @@ _site_cookie_ ##.cookies--visible ##.cookies-1 ##.cookies-accept +##.cookies-accept-container ##.cookies-accept-form ##.cookies-acceptance ##.cookies-acceptance-overlay @@ -28967,6 +29545,7 @@ _site_cookie_ ##.cookies-consent ##.cookies-consent-banner-component ##.cookies-consent-panel +##.cookies-consent-popup ##.cookies-consent-wrapper ##.cookies-container ##.cookies-content @@ -28980,6 +29559,7 @@ _site_cookie_ ##.cookies-eu ##.cookies-field ##.cookies-footer +##.cookies-footer-block ##.cookies-gdpr ##.cookies-gioodo-require ##.cookies-handshake-wrapper @@ -29030,6 +29610,7 @@ _site_cookie_ ##.cookies-obligation-clause ##.cookies-open:not(body) ##.cookies-overlay +##.cookies-overlay-widget ##.cookies-panel ##.cookies-policy-alert ##.cookies-policy-banner @@ -29074,6 +29655,7 @@ _site_cookie_ ##.cookies-warn ##.cookies-warning ##.cookies-warning-container +##.cookies-widget-body ##.cookies-window ##.cookies-wr ##.cookies-wrap @@ -29088,10 +29670,14 @@ _site_cookie_ ##.cookies.dark ##.cookies.dialog ##.cookies.info +##.cookies.is-open +##.cookies.is-shown ##.cookies.print-hidden +##.cookies.privacyLaw ##.cookies.row ##.cookies.show:not(html):not(body) ##.cookies.site-msg +##.cookies.slideInUp ##.cookies.sv-layout ##.cookies.sv-vertical ##.cookies.text-center @@ -29103,8 +29689,8 @@ _site_cookie_ ##.cookiesAlertWrapper ##.cookiesBanner ##.cookiesBannerBlock -##.cookiesBar ##.cookiesBar-holder +##.cookiesBar:not(body) ##.cookiesBgCls ##.cookiesBloc ##.cookiesBlock @@ -29175,6 +29761,7 @@ _site_cookie_ ##.cookies__inner ##.cookies__layover ##.cookies__message +##.cookies__notification ##.cookies__overlay ##.cookies__show ##.cookies__std @@ -29280,6 +29867,7 @@ _site_cookie_ ##.cookietext ##.cookietool-message ##.cookietop +##.cookietopbanner ##.cookietxt ##.cookieusage-confirm ##.cookieuse-open @@ -29317,6 +29905,7 @@ _site_cookie_ ##.coooooookie ##.core-CookiesPolicy ##.cornerPolicyTab +##.correosCookies ##.coucou.cookie_slide ##.cp-CookiesDisclaimer ##.cp-alert-message @@ -29350,6 +29939,7 @@ _site_cookie_ ##.cs-row__cookie-bar ##.csi-cookie-banner-container ##.cspx-cookies-bar +##.ct-cookie-consent-pop ##.ctCookieTerms ##.cta-cookie ##.ctl_CookieWarning @@ -29357,6 +29947,7 @@ _site_cookie_ ##.ctn_cookies ##.ctrlCookieBar ##.custom-cookie-banner +##.custom-cookie-footer-banner ##.custom-cookie-msg ##.customCookie ##.customCookieBackdrop @@ -29365,6 +29956,7 @@ _site_cookie_ ##.cwcookielawbg ##.cwt-cookie-confirmation ##.cy-popin-cookie +##.cz-cookie-notice ##.cz-cookiebar ##.d-cookie-bar ##.d-cookieBannerView @@ -29376,12 +29968,14 @@ _site_cookie_ ##.datenschutzbanner ##.datenschutzcookie ##.datenschutzhinweis +##.db-cookie-remark ##.dbe-content_cookie ##.dbh-cookie-disclaimer ##.dbi__cookiebanner ##.dbk-cookiebar ##.dc-cookie-disclaimer ##.dcm-cookies +##.dcxa-notification-cookies ##.de-cookie-popup ##.deacookiedt ##.debat-cookies @@ -29451,6 +30045,8 @@ _site_cookie_ ##.dnt_banner-wrapper ##.dnvgl-cookie-container ##.dom-content--eu-banner +##.done-gdpr-alert-box-bg +##.done-gdpr-alert-box-wrapper ##.dot-cc-wrapper ##.dot-cookie-prompt ##.doyoulikecookies @@ -29469,6 +30065,7 @@ _site_cookie_ ##.dsgvo-cookiebanner ##.dsgvo-wrapper ##.dsgvo_footer +##.dt-cookie-consent ##.dt-cookie-dialog ##.dtcookie-overlay ##.duc-base_cookie-consent @@ -29506,9 +30103,11 @@ _site_cookie_ ##.ei_cookie ##.eksCookieContainer ##.el-cookie-consent +##.elan42-disclaimer-banner ##.elca-gdpr ##.element-cookie-banner ##.elxtr-consent +##.embeddedCookieConsentPopup ##.emerson-cookie ##.emg-cookie-bar ##.emm-cookie-info @@ -29527,6 +30126,7 @@ _site_cookie_ ##.epson_cookienotice ##.epublishing-eu-cookies ##.error.cookie +##.erw-gdpr-notice-footer ##.espcookie ##.esri-cookie ##.estrategy-cookie-popup @@ -29563,6 +30163,7 @@ _site_cookie_ ##.eu-cookies-message ##.eu-cookies-msg ##.eu-cookies-policy +##.eu-cookies-show ##.eu-cookies-wrapper ##.eu-law-container ##.eu-pruda-cookies @@ -29628,6 +30229,7 @@ _site_cookie_ ##.fbar-cookie-policy ##.fc-cookies ##.festival-cookie +##.fg-cookiesdirective ##.fhCookieLaw ##.fi-cookie-banner ##.filCookiesCnil @@ -29647,6 +30249,7 @@ _site_cookie_ ##.flc-cookie-notice ##.floating-bar[data-cookie-name="cookie_notice"] ##.floating-cookie-info +##.floating-cookie-policy ##.fm-cookieBanner ##.fond_bandeau_coockies ##.fool_text_cookie @@ -29686,9 +30289,11 @@ _site_cookie_ ##.fp-cookie-bar ##.fp-cookie-consent ##.fp_cookie +##.fp_cookies ##.fr-cookie-disclaimer ##.fr_showCookieLegalInfo ##.framework_cookies +##.frontendPrivacy__consentBanner ##.fs-cookie-bar ##.ft__cookies ##.fucking-eu-cookies @@ -29715,6 +30320,8 @@ _site_cookie_ ##.gb-gnb__notice-bar ##.gbi-cookiebar ##.gbp-cookieinfo +##.gc-window[aria-label*="gdpr"] +##.gcprivacy-hint ##.gdbr_banner ##.gdbr_banner_wrapper ##.gdl-cookie-dialog @@ -29730,6 +30337,7 @@ _site_cookie_ ##.gdpr-alert ##.gdpr-ask-modal ##.gdpr-banner +##.gdpr-banner-container ##.gdpr-banner-content-wrapper ##.gdpr-banner-processed ##.gdpr-bar @@ -29740,12 +30348,14 @@ _site_cookie_ ##.gdpr-block-wrap ##.gdpr-bottom ##.gdpr-box +##.gdpr-button ##.gdpr-card-wrapper ##.gdpr-compliance-wrapper ##.gdpr-consent ##.gdpr-consent--hidden ##.gdpr-consent-backdrop ##.gdpr-consent-banner +##.gdpr-consent-bar ##.gdpr-consent-form ##.gdpr-consent-guard-cookie-notice ##.gdpr-container @@ -29754,8 +30364,12 @@ _site_cookie_ ##.gdpr-cookie ##.gdpr-cookie-alert-wrap ##.gdpr-cookie-banner +##.gdpr-cookie-bar +##.gdpr-cookie-bar-bottom +##.gdpr-cookie-box ##.gdpr-cookie-consent-banner ##.gdpr-cookie-disclaimer +##.gdpr-cookie-layer ##.gdpr-cookie-layer--active ##.gdpr-cookie-modal ##.gdpr-cookie-notice @@ -29790,19 +30404,24 @@ _site_cookie_ ##.gdpr-overlay ##.gdpr-overlay--initial ##.gdpr-overlay--video +##.gdpr-overlay-container ##.gdpr-panel ##.gdpr-pn-container ##.gdpr-policy-bar +##.gdpr-policy.toaster +##.gdpr-pop-over ##.gdpr-popup ##.gdpr-popup-border ##.gdpr-privacy-banner ##.gdpr-privacy-bar +##.gdpr-privacy-notice ##.gdpr-prompt ##.gdpr-row ##.gdpr-section ##.gdpr-show ##.gdpr-sticky-container ##.gdpr-stickybar +##.gdpr-support ##.gdpr-terms-banner ##.gdpr-terms-popup ##.gdpr-warning @@ -29833,6 +30452,7 @@ _site_cookie_ ##.gdpr_cookie_notice ##.gdpr_gdpr-composer-panel__toolbar ##.gdpr_hdr +##.gdpr_ip ##.gdpr_msg ##.gdpr_msgbox ##.gdpr_note @@ -29858,6 +30478,7 @@ _site_cookie_ ##.gk-cookie-policy ##.gl-cookie-banner-wrapper ##.glCookieMessage +##.global-alert--cookie-notice ##.global-cookie ##.global-cookie-bar ##.global-cookie-curtain @@ -29876,6 +30497,7 @@ _site_cookie_ ##.go-mdl-cookies-drct-warning ##.googleadwordsconversiontracking-cookie ##.gp-cookie-banner +##.gp-gdpr__belt ##.gp-modal__cookies ##.gp-plugin-cookie-consent ##.gpm-cookie-accepted @@ -29887,6 +30509,7 @@ _site_cookie_ ##.grecaptcha-badge ##.group-header-placeholder-cookie ##.grp-header__cookiedisclaimer +##.grsNotifyBar ##.gsCookieDisclaimer ##.gsk-cookieconsent-outer ##.gt-ui-cookie-bar @@ -29898,6 +30521,7 @@ _site_cookie_ ##.hc-cookie-consent-bar ##.hc-privacydisclaimer ##.hde-cookie-consent +##.hdlint-cookie-container ##.head-cookie-container ##.head-cookies ##.headCookieBar @@ -29941,6 +30565,7 @@ _site_cookie_ ##.hideFirstLoadPopUpCookiePolicy ##.hirma-cookies ##.hl-cookies-header +##.hld-cookie-disclaimer ##.hof-CookieBar ##.home-footer__cookies ##.home-privacy-coookies @@ -30016,6 +30641,8 @@ _site_cookie_ ##.itbl-c-cookies-consent ##.iubenda-ibadge ##.iv-ui-website-cookie-compliance +##.iw-cookie-overlay +##.iw-cookie-window ##.ixi_accept_cookies ##.izee-cookie-alert ##.j-cookie @@ -30023,7 +30650,6 @@ _site_cookie_ ##.j-cookie-message ##.j-cookieConsentPanel ##.j-cookieContainer -##.j-cookieDisclaimer ##.j-cookieLaw ##.j-cookieModal ##.j-gdpr-message @@ -30056,6 +30682,7 @@ _site_cookie_ ##.js-accept-cookie-container ##.js-accept-cookies-banner ##.js-acceptCookieDiv +##.js-alert-cookie ##.js-allow-cookies ##.js-badge-cookie-msg ##.js-banner-cookie @@ -30070,6 +30697,7 @@ _site_cookie_ ##.js-consent-panel ##.js-consent-popup ##.js-consent-react-root +##.js-coockie ##.js-cookie ##.js-cookie-agree ##.js-cookie-alert @@ -30096,11 +30724,13 @@ _site_cookie_ ##.js-cookie-information-popup ##.js-cookie-law ##.js-cookie-message +##.js-cookie-monster-overlay ##.js-cookie-msg ##.js-cookie-notice ##.js-cookie-notification ##.js-cookie-notification-banner ##.js-cookie-notify +##.js-cookie-offer ##.js-cookie-overlay ##.js-cookie-panel ##.js-cookie-policy @@ -30115,6 +30745,7 @@ _site_cookie_ ##.js-cookie-widget ##.js-cookieAcceptanceInformation ##.js-cookieComply +##.js-cookieConsent ##.js-cookieHeader ##.js-cookieInfo ##.js-cookieMessage @@ -30152,6 +30783,7 @@ _site_cookie_ ##.js-gdpr-info ##.js-gdpr-notice ##.js-gdpr-notice-dialog-overlay +##.js-global-cookie-message ##.js-global-privacy-messages ##.js-global-skrp-messages ##.js-global-top-message-cookies @@ -30167,6 +30799,7 @@ _site_cookie_ ##.js-policy_banner ##.js-privacy-notification ##.js-privacy-policy-alert +##.js-setcookiepolicy ##.js-silent-consent ##.js-site-cookie__info ##.js-sticky-cookies @@ -30206,12 +30839,14 @@ _site_cookie_ ##.jubCookWarn ##.jum-notification-cookie ##.jumbotron--cookielayer +##.junith-cookienote ##.jw-widget-show-cookies-policy ##.k4-cookie ##.kali-cc-bandeau ##.kb-ck-bar-notify-block ##.keksbar ##.kia-cookie +##.kjfCookieInfoBox ##.kl-cookienote ##.klicked-privacy-banner ##.koekiemelding @@ -30233,6 +30868,7 @@ _site_cookie_ ##.l-sticky-gf__accept ##.lag-cookie-policy-wrapper ##.lam-cookie-container +##.lamium-cookie-consent ##.landing-cookies ##.lang-cookie ##.layer--fixed-bottom[cookiebar] @@ -30241,10 +30877,12 @@ _site_cookie_ ##.layer-cookies-wrapper ##.layerCookie ##.layer_cookie +##.layout__cookies-policy-notification ##.layout__disclaimer ##.lb-eucl ##.legal-acknowledgement:not(body):not(html) ##.legal-cookie +##.legal-cookie-eu-hint ##.legal-cookie-wrapper ##.legal-cookiebar ##.legal-info__alert-cookie @@ -30277,6 +30915,7 @@ _site_cookie_ ##.lpsCookieInfo ##.luana-module-cookie-policy ##.lucid-cookie-compliance +##.lvm-compliance-confirm-alert ##.lwpcngNotice ##.lxb_cm-message ##.m--cookie-consent @@ -30302,6 +30941,7 @@ _site_cookie_ ##.m-cookiehint ##.m-cookies-alert ##.m-cookies-bar +##.m-global-message--cookie ##.m-header-cookie-notice ##.m-heads-up-banner ##.m-message-banner @@ -30364,6 +31004,7 @@ _site_cookie_ ##.mgv-cookies-banner ##.mgxCookieConsent ##.mh5_CookieNotice +##.mi-gdpr ##.mikit_bandeau_cookies ##.milibooCookie ##.min-cookiebanner @@ -30371,6 +31012,7 @@ _site_cookie_ ##.minPpp_cookie ##.misc-popup-cookie ##.mj-box-cookie-alert +##.mj-consent__banner ##.mj-gdpr-consent-banner ##.mj-js-container-cookie-alert ##.mjs-cookie-notice @@ -30434,10 +31076,12 @@ _site_cookie_ ##.module-cookie-layer ##.module-cookie-note ##.module-cookieinfo +##.module-cookies ##.module-cookies-wrapper ##.module-notification--cookies ##.moduleCookiesBox ##.module__cookiebanner +##.module_cookie-notice ##.module_messages_cookies ##.modules--cookiebar ##.modulesden-cookies-bar @@ -30494,6 +31138,7 @@ _site_cookie_ ##.nav_cookies ##.navbar-cookie ##.navbar-cookies +##.navbar-fixed-bottom.cookies ##.navbar-gdpr ##.navbar-privacy ##.navigation-notification__cookiebar @@ -30528,6 +31173,7 @@ _site_cookie_ ##.ng-scope[ng-controller="cookieLawCtrl"] ##.ng-scope[ng-if*="hasAcceptedCookies"] ##.ng-scope[ng-if*="isCookiesAccepted"] +##.ng-scope[ng-if="cookieWarning"] ##.ng-scope[ng-if="showCookieInfo"] ##.ngs-cookie-bar ##.ni-cookieConsent @@ -30538,6 +31184,7 @@ _site_cookie_ ##.nk-cookie-alert ##.nkmcookiealert ##.nl-cookie-bar +##.nl-cookiepolicy ##.nl_cookies ##.nm-cookiepolicy ##.nmCookieNotifier @@ -30565,6 +31212,7 @@ _site_cookie_ ##.notifica_cookiebar ##.notificacion-cookies ##.notification--CNIL +##.notification--GDPR ##.notification--cookie ##.notification--cookie-alert ##.notification--cookies @@ -30582,6 +31230,7 @@ _site_cookie_ ##.notification-widget.cookie ##.notification-wrapper-bottom ##.notification.cookie +##.notification.cookie-consent ##.notification.cookies:not(body):not(html) ##.notification.show-cookie ##.notificationBar[data-notification-cookiepolicy] @@ -30593,6 +31242,7 @@ _site_cookie_ ##.notification__content-cookie ##.notification__item--cookie ##.notification__message.cookies +##.notification__wrapper[data-id="cookies"] ##.notification_box.cookie ##.notification_cookie ##.notification_wrap[data-cookie-notification] @@ -30618,6 +31268,7 @@ _site_cookie_ ##.ns-cookie-consent ##.ns-cookies-accept ##.ns-type-cookies +##.nsg--cookies.nsg--notification ##.nt-footer-cookie-statement ##.ntfCookie ##.nts-notification-cookie @@ -30635,6 +31286,7 @@ _site_cookie_ ##.o-cookielaw ##.o-cookielayer ##.o-cookies +##.o-cookies-message ##.o-cookies__row ##.o-core-cookie-notification ##.o2x-cookiebar-wrapper @@ -30661,6 +31313,7 @@ _site_cookie_ ##.once-upon-ga-consent ##.one-alert--cookie ##.oneindia-cookie-notification +##.online-cookie-consent ##.onp-cookie-consent-container ##.ont-cookies ##.oo-cookie-notice @@ -30674,6 +31327,7 @@ _site_cookie_ ##.orakelAdvice ##.orejime-Notice ##.ort-cookie-banner +##.osano-cm-window ##.osw-privacy ##.ou-cookies-bar ##.outer-privacy-top-navigationBar @@ -30684,6 +31338,7 @@ _site_cookie_ ##.overlay-message--cookies ##.overlay_pri ##.overlaycookie +##.overlaycookieconsent ##.ow-cookie-wrapp ##.ow_cookie ##.owl_cookie_information_js @@ -30707,6 +31362,7 @@ _site_cookie_ ##.page__gdpr ##.pageinfo-cookie ##.pane-cookie-disclaimer +##.panel--cookie ##.panel-cookie ##.panel-cookies ##.panel_cookie @@ -30732,6 +31388,7 @@ _site_cookie_ ##.penci-wrap-gprd-law ##.per-cookies-and-terms ##.personal-data-protection-bar +##.personalDataConfirmWrapper ##.personalizationMessageWrapper ##.pf-cookie-directive ##.pg-cookie @@ -30767,6 +31424,7 @@ _site_cookie_ ##.policyMessage ##.policy_footer ##.policy_notification +##.politic__cookie ##.politica-cookies-bar ##.politica-cookies-container ##.politica-de-cookies @@ -30778,10 +31436,12 @@ _site_cookie_ ##.polityka-cookie ##.polityka_ciastek ##.polityka_prywatnosci +##.pop-cnil ##.pop-cookie ##.pop-cookiepolicy ##.pop-up-cookie-alert-block ##.pop_cookies +##.pop_up_cookie ##.popin-cnil ##.popin-cookies ##.popin-cookies-modal @@ -30850,7 +31510,9 @@ _site_cookie_ ##.privacy-module ##.privacy-note ##.privacy-notice +##.privacy-notice--simple ##.privacy-notice-inner +##.privacy-notification-container ##.privacy-overlay ##.privacy-police ##.privacy-policies-banner @@ -30910,6 +31572,7 @@ _site_cookie_ ##.privacypolicy-accept ##.privacypolicymessagebox_header ##.privacypolicystripe +##.privacywall-banner[data-is-visible] ##.privasypolicy-info ##.privatePolicy ##.promoAlert-cookiepops @@ -30918,6 +31581,7 @@ _site_cookie_ ##.psg-cookie ##.pt-cookie-bar ##.public_legal_cookies +##.pum[data-popmake*="\"slug\":\"cookie\""] ##.pum[data-popmake*="cookies"] ##.pum[data-popmake*="gdpr"] ##.puppet-cookie-banner @@ -30930,6 +31594,7 @@ _site_cookie_ ##.pws_cookie_bar ##.pxl_cookie_bar ##.q-legal-notification +##.q-notification[class*="gdpr"] ##.q-silent-consent ##.q_cookies ##.qa-cookie-notice @@ -30970,6 +31635,7 @@ _site_cookie_ ##.rgpd-banner ##.rgpd-bar ##.rgpd-blockage +##.rgpd-cookies-banner ##.rgpd-popup ##.rgpd_backdrop ##.rgpd_box @@ -30991,6 +31657,7 @@ _site_cookie_ ##.rodo-info__content ##.rodo-info__overlay ##.rodo-modal +##.rodo-not-small-modal ##.rodo-overlayer ##.rodo-popup ##.rodo-popup_popup @@ -31002,6 +31669,8 @@ _site_cookie_ ##.roh-cookies ##.row--cookie-compliance ##.row-cookies +##.row[data-test-selector*="cookie-banner"] +##.rp-CookiesConsent ##.rs-alert-cookie ##.rs-cookie-consent ##.rt-cookiepolicy-notice @@ -31009,10 +31678,12 @@ _site_cookie_ ##.rts-cookies-warning-pannel ##.rts-module-cookies-message ##.rvl-Banner-cookieBanner +##.rw-cookie-consent ##.rw-cookie-notification ##.rxtcookiedisclaimer__container ##.ry-cookie-permission ##.s-10-cookie-consent +##.s-cookie-hint ##.s-cookie-notification-bar ##.s-cookie-popup ##.s-cookiebar @@ -31021,6 +31692,7 @@ _site_cookie_ ##.s-cookies-info-inner ##.s-navigation-tool-panel-disclaimer ##.s1-cookie-banner +##.s2mCookiesOptinDialog ##.s360-cookie-hint-wrapper ##.sanoma-optin-bar ##.save-cookies @@ -31030,6 +31702,7 @@ _site_cookie_ ##.sb-cookies-alert ##.sb-ncookies-alert ##.sc-cookies +##.sc-privacy-banner ##.scmp-popin ##.sco-cookie-confirm ##.scommerce-gdpr-cookienotice @@ -31041,6 +31714,7 @@ _site_cookie_ ##.sdl-notification-cookie-bar ##.sdl-web-cookie-bar ##.seat_cookie_bar +##.seb-cookiemessage ##.section--bannerCookie ##.section--cookie-consent ##.section--cookie-policy @@ -31054,7 +31728,9 @@ _site_cookie_ ##.self-contain-cookie ##.sem-cookie-notice ##.sentence--cookie--container +##.setrappelcookies ##.sets-cookie +##.sf-cookiedisclaimer ##.sf_widget_permission ##.sfs-cookie-container ##.sg-cookie-policy-popup @@ -31084,6 +31760,7 @@ _site_cookie_ ##.site-cookie-warning ##.site-cookies ##.site-cookies-info +##.site-footer-cookiebanner ##.site-header-cookies ##.site-header-react__cookies-notice-desktop ##.site-message--cookies @@ -31105,6 +31782,7 @@ _site_cookie_ ##.sites-cookie-notice ##.sites-cookie-notice-fit ##.sitesmart-cookies +##.sitewide-banner--cookie-consent ##.sjs-eu-cookie ##.skryptcookies-pl ##.sky-component-cookie-notice @@ -31127,8 +31805,10 @@ _site_cookie_ ##.souhlas-cookies ##.sovrn-gdpr ##.sp-cookie-warning +##.sp-dsgvo-popup-overlay ##.sp-m-cookies-container ##.spd-cookie +##.spex-cookieConsent ##.spkcookie ##.sprd-cookie-banner ##.sqrcookie @@ -31147,6 +31827,7 @@ _site_cookie_ ##.sticky-cookie-container ##.sticky-cookie-footer ##.sticky-cookie-information +##.sticky-cookie-warning ##.sticky-cookielawbanner ##.sticky-cookies ##.sticky-footer-cookie-info @@ -31199,6 +31880,7 @@ _site_cookie_ ##.template-footer__cookies ##.tenc-header__cookies ##.tendina-cookie +##.terms-conditions-bottom-line ##.terms-of-use.show-for-large-up ##.terms-policy-bar ##.tesco-cookie @@ -31234,6 +31916,7 @@ _site_cookie_ ##.toolbar-cookies ##.top-alert--cookie-message ##.top-cookie-info +##.top-cookie-notification ##.top-info-cookie ##.top-message[data-vcv-top-banner] ##.top-row[data-container="cookiebox"] @@ -31282,10 +31965,12 @@ _site_cookie_ ##.tws-accept-cookies--wrapper ##.tx-bsd-cookie ##.tx-it24cookies-pi1 +##.tx-om-cookie-consent ##.tx-pnfcnil ##.tx-tandncookie ##.txc_cookie_infobox ##.txtcoockies +##.tygh-top-cookies ##.type-cookieacceptpage ##.typify-cookie-popup ##.u12-data-protection-notice @@ -31314,6 +31999,7 @@ _site_cookie_ ##.uk-cookies ##.uk-notify-message ##.uk-notify-message-info +##.ukCookiePolicy ##.ulCookiePol ##.ultimize_cookie_notification_container ##.umuCookieMain @@ -31359,6 +32045,7 @@ _site_cookie_ ##.visible-cookies:not(body) ##.visible.cookie ##.visible.cookies +##.visitorcookie ##.vk-cookie-notification ##.vk_cookie_compliance ##.vm_cookieBarWrapper @@ -31379,9 +32066,11 @@ _site_cookie_ ##.w3_cnil ##.waGDPR_consentButton ##.waGDPR_modalFrameBackground +##.waconcookiemanagement ##.wami_cookie_div ##.wander-cookie ##.warn-cookie +##.warning--policy ##.warning-cookie ##.warning-cookie-law ##.warning-cookies @@ -31401,6 +32090,7 @@ _site_cookie_ ##.we-use-cookies ##.weCookie ##.weCookieBar +##.weUseCookies ##.web-cookies-inline ##.webshop-cookie-warning ##.wecookiepop-container @@ -31418,11 +32108,14 @@ _site_cookie_ ##.widget_cookieconsentwidget ##.widget_eu_cookie_law_widget ##.win_cookies +##.with-cookie ##.wkd-cookie-policy ##.wkp-cookie ##.wl_cookie ##.wmdk-cookie-notice-wrapper ##.wolford-allow-cookies +##.woocommerce-store-notice +##.woodmart-cookies-popup ##.wordpress-consent-manager__wrapper ##.wordpress-gdpr-popup ##.wp-gdpr-cookie-notice-wrap @@ -31443,6 +32136,7 @@ _site_cookie_ ##.wpmaster-cookie-content ##.wpmaster-cookie-wrapper ##.wrap-cookie-info +##.wrap-cookie-info-ext ##.wrap-cookie-placeholder ##.wrap-cookie-policy-message ##.wrap-cookie-site @@ -31465,6 +32159,7 @@ _site_cookie_ ##.wrapper_cookie ##.wrapper_cookies ##.wraps-cookie-info +##.ws-cookie-content ##.ws-cookie__wrapper ##.wsa-cookielaw ##.wsc-cookies-bar @@ -31512,6 +32207,7 @@ _site_cookie_ ##[aria-labelledby="ui-dialog-title-cookiebox"] ##[cnn-cookie-policy] ##[cookie-unique-name] +##[data-at-selector="cookie-banner"] ##[data-bind="visible: showCookieWarning"] ##[data-cookie-id] ##[data-cookie-validity-days] @@ -31543,6 +32239,7 @@ _site_cookie_ ##app-cookie-consent ##app-cookie-warning ##app-cookies-policy-updated +##app-root app-cookie-acceptance ##aside[class^="cookie-banner__Wrapper-"] ##awsui-alert[dismiss*="CookieBanner"] ##aza-cookie-message @@ -31551,6 +32248,7 @@ _site_cookie_ ##cg-cookies-banner ##cloudflare-app[app="cookiless"] ##cloudflare-app[app="tibrr-cookie-consent"] +##cmpviews-cookies-accept ##cn-cookie-agreement ##col-cookie-info-banner ##consent @@ -31571,6 +32269,7 @@ _site_cookie_ ##cookie-warning ##cookie_notice ##cookiebox +##cookies-consent ##cookies-gdpr ##cookies-hint ##cookies-popup @@ -31582,6 +32281,7 @@ _site_cookie_ ##div[class$="BandeauCookies"] ##div[class$="UpdatePanelCookie"] ##div[class*="-CookiesBar-"] +##div[class*="CookieBanner-"] ##div[class*="CookieBannerContainer"] ##div[class*="CookieBarStyled"] ##div[class*="CookieDisclaimer-"] @@ -31592,9 +32292,11 @@ _site_cookie_ ##div[class*="Warnings__cookieBar"] ##div[class*="_CookieBanner_"] ##div[class*="_cookiesPolicy_"] +##div[class*="cookie-consent-modal_"] ##div[class*="cookieBarContainer"] +##div[class*="cookieDisclaimer"] +##div[class*="cookiesBarVisible"] ##div[class^="ConsentBar_"] -##div[class^="CookieBanner-"] ##div[class^="CookieBanner_"] ##div[class^="CookieBarWrapper"] ##div[class^="CookieBar_"] @@ -31602,24 +32304,34 @@ _site_cookie_ ##div[class^="CookieNotice"] ##div[class^="CookiePopup"] ##div[class^="CookieWarn__"] +##div[class^="CookieWarning_"] ##div[class^="CookiesAdvice"] ##div[class^="CookiesNotification"] +##div[class^="Cookies__Wrapper"] ##div[class^="Cookies__cookies"] ##div[class^="GDPR-module"] ##div[class^="GDPRBanner_"] ##div[class^="__alertCookie"] +##div[class^="__cookie-banner"] +##div[class^="_cookieBanner-"] ##div[class^="app-components-CookieDisclaimer"] ##div[class^="app_cmpAppGdpr-"] ##div[class^="app_gdpr-"] +##div[class^="ccpa-notification-banner"] ##div[class^="cookie-banner"] +##div[class^="cookie-consent_"] +##div[class^="cookie-container_"] ##div[class^="cookie-notification_"] ##div[class^="cookie-ui_"] +##div[class^="cookieBanner-"] ##div[class^="cookieBanner_"] ##div[class^="cookieBlock"] ##div[class^="cookiesAgreement"] ##div[class^="cookiesAlert_"] ##div[class^="gdpr_banner_"] ##div[class^="index_cookieNotification"] +##div[class^="popupConsentBanner"] +##div[class^="src-ui-Cookie"] ##div[class^="styles__Cookie"] ##div[class^="termly-consent-"] ##div[data-automation="cookies-banner"] @@ -31668,13 +32380,17 @@ _site_cookie_ ##div[id*="cookie_info_bar"] ##div[id*="nx_gdpr_modal"] ##div[id="cm:cookieWrapper"] +##div[id^="ccpa-notification-banner"] ##div[id^="mod-privacy-policy"] ##div[id^="n-cookies"] ##div[js-cookies] +##div[ld-scope="cookie-consent"] ##div[ng-click="self.setCookieDisclaimer()"] +##div[spec="cookie-disclaimer"] ##dk-cookie-warning ##dva-m-cookie-flyout ##ea-truste-consent-bar +##edn-cookie ##eo-cookie-bar ##form[name="FormLeggeCookies"] ##g-cookie-policy @@ -31687,6 +32403,7 @@ _site_cookie_ ##ir-cookie-consent ##jsa-cookie ##kuma-cookie-bar +##lib-privacy-policy-toast ##lnb-cookie-policy-overlay ##m-cookies-notice ##md-toast.cookies-toast @@ -31699,10 +32416,12 @@ _site_cookie_ ##onl-cookie ##outer-wrapper-cookie ##policy-consent +##pp-cookie-dialog ##privacy-policy-toast ##rtk-cookies-notice ##sd-cookies-widget ##section[class*="_CookieNotice"] +##section[data-test-id="cookie-notice"] ##section[data-view="cookiePolicy"] ##shb-cookie-accept ##suchen-cookie-privacy-toast @@ -31717,11 +32436,17 @@ _site_cookie_ ##web-cookie-consent ##xk-cookie-policy-warning ##yg-cookie-confirm +##ytd-app > ytd-consent-bump-lightbox +##ytd-app ~ iron-overlay-backdrop ##ytd-consent-bump-renderer ##ytd-mealbar-promo-renderer ##ytg-notification-footer +! vinted.co.uk / vinted regional +##.sticky-footer > div > div > .c-cell +! pubpub.org (https://forums.lanik.us/viewtopic.php?p=153103) +###page-wrapper-component > .legal-banner-component ! poki (https://github.com/ryanbr/fanboy-adblock/issues/1166) -###app-root.c > .s +###app-root.c > .z ! coches.net / vibbo.com / milanuncios.com / infojobs.net ##.sui-CmpUi > .sui-MoleculeNotification ! selle-proust.fr / schwabenhaus.de / funnelytics.io @@ -31797,6 +32522,7 @@ _site_cookie_ ||37signals.com^$third-party ||a.mailmunch.co/app/$script,third-party ||a1000k.com/button.php +||abchukuk.com/abc.html ||accengage.net^$third-party ||actionbutton.co^$third-party ||addinto.com^$third-party @@ -32049,6 +32775,7 @@ _site_cookie_ ||publisher.monster.com^$third-party ||punchtab.com^$third-party ||purch.com^$script,third-party +||pushnotifications.click^$third-party ||qeryz.com^$third-party ||qrius.me^$third-party ||qualtrics.com^$third-party @@ -32074,6 +32801,7 @@ _site_cookie_ ||sail-horizon.com^$third-party ||sail-personalize.com^$third-party ||sailthru.com^$third-party +||sales-pop-dot-autoketing-production-sdk.appspot.com^$third-party ||savvysource.com^$third-party ||scorespro.com^$third-party ||scoutle.com^$third-party @@ -32082,7 +32810,6 @@ _site_cookie_ ||scripts.mailfire.io^$third-party ||scrolltotop.com^$third-party ||secretrune.com^$third-party -||sendpulse.com^$third-party ||sendsay.ru^$third-party ||senzari.com^$third-party ||services.webklipper.com/geoip/$third-party @@ -32145,6 +32872,7 @@ _site_cookie_ ||vhmengine.com^$third-party ||vicomi.com^$third-party ||vk.com/images/$third-party +||volomedia.com^$third-party ||vuukle.com/platform.js$third-party ||wahwahnetworks.com^$third-party ||webseed.com/javascripts/messagebar.js @@ -32172,6 +32900,7 @@ _site_cookie_ ||woobox.com^$third-party ||worldgravity.com^$third-party ||ws.audioscrobbler.com^$third-party,domain=~last.fm|~lastfm.de|~lastfm.ru|~play.google.com|~spotify.com +||xhamsterlive.com/api/external/$third-party ||yimg.com/uq/syndication/ ||yimg.com^*/GoldenGate. ||yottos.com^$third-party @@ -32199,12 +32928,17 @@ _site_cookie_ ||vrp.outbrain.com^$third-party ||vrt.outbrain.com^$third-party ||widgets.outbrain.com^$third-party -! Push Notifications +! Embedded video Annoyances +||sendtonews.com/player/sidebar.php?$third-party +! *** easylist:fanboy-addon/fanboy_notifications_thirdparty.txt *** ||accengage.net^$third-party +||actirinius.com^$third-party ||aimtell.com^$third-party ||alertme.news^$third-party ||aswpsdkus.com^$third-party ||basepush.com^$third-party +||bildirnet.com^$third-party +||bildirt.com^$third-party ||bosspush.com^$third-party ||braze.com^$third-party ||browserpusher.com^$third-party @@ -32213,26 +32947,48 @@ _site_cookie_ ||chaghets.net^$third-party ||checkpost.club^$third-party ||cleverpush.com^$third-party +||conforama-push.com^$third-party ||contentsitesrv.com/js/push/$third-party ||copush.com^$third-party +||cracataum.com^$third-party ||d2r1yp2w7bby2u.cloudfront.net^ +||danorenius.com^$third-party +||digitalpush.org^$third-party +||easyfeeed.com^$third-party ||edrone.me^$third-party +||farteniuson.com^$third-party +||feedify.net^$third-party +||feraciumus.com^$third-party +||fernomius.com^$third-party ||fortpush.com^$third-party ||foxpush.com^$third-party ||foxpush.net^$third-party ||getback.ch^$third-party ||getpushmonkey.com^$third-party +||getsupernova.com^$third-party +||gravitec.net^$third-party +||heroesdom.com^$third-party ||hitplus.net^$third-party +||ichecknotifyfriends.info^$third-party ||iopushtech.com^$third-party ||irpush.com^$third-party +||jubi.ai/buttonbot/$script,third-party ||kattepush.com^$third-party ||luckypushh.com^$third-party +||luravius.com^$third-party ||master-push.com^$third-party ||master-push.net^$third-party ||moengage.com^$third-party +||najva.com^$third-party +||nativesubscribe.pro^$third-party ||news2day.me^$third-party +||notifadz.com^$third-party ||notification-time.com^$third-party ||notification.tubecup.net^ +||notifpush.com^$third-party +||ntvsw.com^$third-party +||olgtex.com^$third-party +||on-push.com^$third-party ||onesignal.com^$third-party ||partishion.com^$third-party ||pathlime.com^$third-party @@ -32249,7 +33005,9 @@ _site_cookie_ ||push-pro.net^$third-party ||push.connect.digital^$third-party ||push.daksham.in^$third-party +||push.esputnik.com^ ||push.rent^$third-party +||push.rollout.io^$third-party ||push.world^$third-party ||push4site.com^$third-party ||pushalert.co^$third-party @@ -32261,48 +33019,60 @@ _site_cookie_ ||pushbox.info^$third-party ||pushbullet.com^$third-party ||pushcentr.com^$third-party +||pushchev.info^$third-party ||pushcrew.com^$third-party +||pushe.co^$third-party ||pushengage.com^$third-party +||pusherapp.com^$third-party ||pushex.io^$third-party ||pushify.com^$third-party ||pushiki.ru^$third-party ||pushinstruments.com^$third-party ||pushkahouse.com^$third-party ||pushkaplus.com^$third-party +||pushkintop.ru^$third-party ||pushly.com^$third-party ||pushmejs.com^$third-party ||pushnami.com^$third-party ||pushnews.eu^$third-party +||pushnotifications.click^$third-party ||pushnotificationx.com^$third-party +||pushowl.com^$third-party ||pushpad.xyz^$third-party ||pushprofit.ru^$third-party ||pushprospush.com^$third-party ||pushpushgo.com^$third-party ||pushsar.com^$third-party ||pushstack.it^$third-party +||pushvip.ru^$third-party ||pushwhy.com^$third-party ||pushwoosh.com^$third-party ||quarepush.com^$third-party +||quaruzon.com^$third-party ||realpush.media^$third-party +||realpush.network^$third-party ||redpsh.pro^$third-party ||sckxppzdm.com^$third-party ||sendmepush.com^$third-party +||sendpulse.com^$third-party +||sendyourpush.com^$third-party +||shroughtened.com^$third-party ||signaly.co^$third-party ||snrcdn.net^$third-party ||subscribers.com^$third-party +||topswp.com^$third-party ||truepush.com^$third-party ||ucfeed.ru^$third-party ||viapush.com^$third-party ||webpu.sh^$third-party ||webpush.jp^$third-party +||webpushs.com^$third-party ||whitepush.biz^$third-party ||wonderpush.com^$third-party ||worldpush.co^$third-party -||wpu.sh^$third-party ||wpush.biz^$third-party +||wwclicknews.club^$third-party ||xtremepush.com^$third-party -! Embedded video Annoyances -||sendtonews.com/player/sidebar.php?$third-party ! *** easylist:fanboy-addon/fanboy_social_thirdparty.txt *** ||addnow.com^$third-party ||addthis.com^$third-party @@ -32362,7 +33132,6 @@ _site_cookie_ ||digg.com/img/badges/$third-party ||digg.com^$script,subdocument,third-party ||diggstatic.com^*/follow_buttons/ -||donreach.com^$third-party ||encrypted-tbn2.gstatic.com/images?$domain=vitorrent.org ||external.followgram.me^$third-party ||facebook.com*/plugins/like.php?$third-party @@ -32387,13 +33156,13 @@ _site_cookie_ ||facebook.com/whitepages/wpminiprofile.php$third-party ||facebook.com/widgets/activity.php?$third-party ||facebook.com/widgets/fan.php?$third-party +||facebook.com/widgets/like.php?$third-party ||facebook.com/widgets/recommendations.php?$third-party ||facebook.com^*/plugins/activity.php?$third-party ||facebook.com^*/plugins/facepile.php?$third-party ||facebook.com^*/plugins/fan.php?$third-party ||facebook.com^*/plugins/follow.php?$third-party ||facebook.com^*/plugins/follow?$third-party -||facebook.com^*/plugins/like.php?$third-party ||facebook.com^*/plugins/like_box.php?$third-party ||facebook.com^*/plugins/likebox/$third-party ||facebook.com^*/plugins/page.php?$third-party @@ -32590,6 +33359,7 @@ _site_cookie_ ||akamaihd.net/cpmt/ ||alma-cmp.almamedia.io^ ||app.livemarketshoppers.com^$script,third-party +||assetlab.io/consent/ ||axept.io^$third-party ||axeptio.eu^$third-party ||californiatimes.com/gdpr/ @@ -32599,8 +33369,10 @@ _site_cookie_ ||cmp.network-n.com^ ||cmp.nextday.media^ ||consensu.org/gdpr/$third-party +||consent.dk^$third-party ||consent.subscriptions.archant.co.uk^ ||consent.truste.com^$third-party +||consentag.eu^$third-party ||consentmanager.mgr.consensu.org^$third-party ||cookie-accept.com^$third-party ||cookie-script.com^$third-party @@ -32609,6 +33381,7 @@ _site_cookie_ ||cookiebot.com^$third-party ||cookiechoices.org^$third-party ||cookieconsent.silktide.com^$third-party +||cookieinformation.com/*/*.js ||cookieinformation.com^$subdocument,third-party ||cookieinfoscript.com^$third-party ||cookielaw.org^$third-party @@ -32620,6 +33393,7 @@ _site_cookie_ ||cookies.innershed.co.uk^ ||cookiescript.info^$third-party ||dmgmediaprivacy.co.uk^$third-party +||gdpr-service.herokuapp.com^$third-party ||gdpr.studybreakmedia.com^ ||global.mgr.consensu.org^$third-party ||intermarkets.net^$third-party @@ -32634,8 +33408,11 @@ _site_cookie_ ||onetrust.mgr.consensu.org^$third-party ||optanon.blob.core.windows.net^ ||privacy-center.org^$third-party +||privacy.clion.agency^$third-party ||privacy.purch.com^ ||publy.net^$third-party +||scrookie.nl^$third-party +||sddan.mgr.consensu.org^$third-party ||sharethis.mgr.consensu.org^$third-party ||signatu.com^$third-party ||smartadserver.mgr.consensu.org^$third-party @@ -32644,6 +33421,7 @@ _site_cookie_ ||sourcepoint.mgr.consensu.org^$third-party ||tarteaucitron.ml^$third-party ||thirdfloor.it^$third-party +||thisisdone.com/gdpr/$third-party ||trustarc.com^$third-party ||uniconsent.mgr.consensu.org^$third-party ||usercentrics.eu^$third-party @@ -32707,21 +33485,7 @@ _site_cookie_ ||wp.com/wp-content/mu-plugins/post-flair/ ||wp.com^*/linkwidgets/slingshot_ ||wufoo.com/embed/$subdocument,third-party,domain=heavy.com -||xhamster.com/ajax/wil-cams-widget/ -||xhamster.one/ajax/wit-cams-widget/ ! ||lightboxcdn.com^$third-party,domain=adweek.com|ahoramismo.com|hotair.com|androidcentral.com|avclub.com|bearingarms.com|bgr.com|cinemablend.com|clickhole.com|cnet.com|conservativeradio.com|crackberry.com|cracked.com|culturemap.com|dailycaller.com|deadline.com|deadspin.com|fastcodesign.com|fastcompany.com|gamespot.com|gizmodo.com|heavy.com|hollywoodlife.com|imore.com|jalopnik.com|jezebel.com|kotaku.com|lifehacker.com|mashable.com|modernfarmer.com|nbcsports.com|reason.com|redstate.com|splinternews.com|spy.com|thehill.com|theinventory.com|theonion.com|theroot.com|thetakeout.com|townhall.com|tvline.com|twitchy.com|venturebeat.com|windowscentral.com|zdnet.com -! ---------- Push Notifications ---------- -/push.js$script,~third-party,domain=armeniasputnik.am|sputnik-abkhazia.info|sputnik-abkhazia.ru|sputnik-georgia.com|sputnik-georgia.ru|sputnik-news.ee|sputnik-ossetia.com|sputnik-ossetia.ru|sputnik-tj.com|sputnik.az|sputnik.by|sputnik.kg|sputnik.md|sputniknews-uz.com|sputniknews.cn|sputniknews.com|sputniknews.gr|sputniknews.kz|sputniknews.lt|sputniknewslv.com -||alerts.ndtv.com^ -||alerts.thedailystar.net^ -||annahar.com/assets/js/notifications.js -||bdstatic.com/linksubmit/push.js -||indiatimes.com/pn/ -||irishtimes.com/assets/js/notify.js -||ndtv.com/popupNotification.aspx -||notify.hindustantimes.com^ -||push.neko-san.fr^ -||ultimedia.com/js/common/notification.js ! ---------- Newsletter/Signup Buttons ---------- ||aish.com^*-Subscribe- ||aish.com^*/Newsletter- @@ -32737,6 +33501,7 @@ _site_cookie_ ||destinyman.com^*/sign-up-banner. ||emailing.rfi.fr^ ||forms.windowsitpro.com^ +||fortune.com^*/OO-NL_ ||goodhousekeeping.co.za^*/subscribe- ||goodhousekeeping.co.za^*/subscribe. ||ibtimes.co.in^*/newsletter.js @@ -32767,7 +33532,6 @@ _site_cookie_ ||sassymamahk.com^*-Newsletter- ||scene7.com^*subscribe$domain=ny1.com ||scmp.com/misc/inkstone_sub_widget/ -||seattletimes.com/wp-content/plugins/st-user-messaging/$script ||sfgate.com^*/subscribe.html ||shareblue.com^*/signup_banner_ ||subscriptions.cbc.ca^ @@ -32812,6 +33576,20 @@ _site_cookie_ ||wmf.com^*/topscroll- ||yna.co.kr^*_btn_top. ||zte.com.cn^*_back_top. +! *** easylist:fanboy-addon/fanboy_notifications_specific_block.txt *** +/push.js$script,~third-party,domain=armeniasputnik.am|sputnik-abkhazia.info|sputnik-abkhazia.ru|sputnik-georgia.com|sputnik-georgia.ru|sputnik-news.ee|sputnik-ossetia.com|sputnik-ossetia.ru|sputnik-tj.com|sputnik.az|sputnik.by|sputnik.kg|sputnik.md|sputniknews-uz.com|sputniknews.cn|sputniknews.com|sputniknews.gr|sputniknews.kz|sputniknews.lt|sputniknewslv.com +||9to5terminal.com/push.js +||alerts.ndtv.com^ +||alerts.thedailystar.net^ +||annahar.com/assets/js/notifications.js +||bdstatic.com/linksubmit/push.js +||indiatimes.com/pn/ +||irishtimes.com/assets/js/notify.js +||ndtv.com/popupNotification.aspx +||notify.hindustantimes.com^ +||push.neko-san.fr^ +||seattletimes.com/wp-content/plugins/st-user-messaging/$script +||ultimedia.com/js/common/notification.js ! *** easylist:fanboy-addon/fanboy_social_specific_block.txt *** ||3dmark.com/proxycon/images/front-some-fb.png ||5movies.to/share.php @@ -32936,6 +33714,7 @@ _site_cookie_ ||consent.theneweuropean.co.uk^ ||cookie.oup.com^ ||dam.bbcchannels.com^*/outside-iframe.js +||duotonesports.com^*/public/ccm ||emerse.com/consent.js ||freedoflondon.com/Styles/dialog-popup/jquery-ui.js ||gdpr.internetbrands.com^ @@ -32952,6 +33731,7 @@ _site_cookie_ ||omgubuntu.co.uk/wp-content/plugins/omg-magnific/magnific.min.js ||onlive.co.uk/account/cookie_notice ||parliamentlive.tv/cookie/ +||privacy.claytonhomes.com^ ||privacypolicy.trgr.be^ ||propcom.co.uk/cookie/ ||purevpn.com/loadGdprView @@ -33250,6 +34030,7 @@ cnn.com###careerCenterForm computerandvideogames.com###carousel__internal-ads aol.com,traileraddict.com,zdnet.com###catfish kansas.com###cb +lafourchette.com###cboxContent askkissy.com,cagle.com,cheatsheet.com,clove.co.uk,designm.ag,desmogblog.com,eclectablog.com,extremetech.com,fantasypros.com,globalvoicesonline.org,grantland.com,guide4bankexams.blogspot.co.nz,guide4bankexams.blogspot.com,gurufocus.com,heavy.com,ibtimes.com,insideclimatenews.org,jerusalemonline.com,knowyourmeme.com,lostateminor.com,lushome.com,nationalmemo.com,ndtv.com,numberfire.com,originalpenguin.co.uk,pcmag.com,politicususa.com,psychologies.co.uk,radaronline.com,rasmussenreports.com,sdtimes.com,shareable.net,techglobex.blogspot.in,the-hobbitmovie.com,thevideoink.com,thewrap.com,thisislocallondon.co.uk,vinepair.com,visual.ly,xboxgamercard.org###cboxOverlay cbslocal.com###cbs-site-ribbon cbsnews.com###cbsSMPB @@ -34598,6 +35379,7 @@ techworld.com.au##.art-next_signifier_content emedtv.com##.artendad readability.com##.article-actions benzinga.com##.article-buttons +knowablemagazine.org##.article-flyout examiner.com##.article-meta bodyandsoul.com.au,wmagazine.com##.article-nav psmag.com##.article-nav-button @@ -35298,7 +36080,6 @@ techrepublic.com##.medusa-promo yahoo.com##.membermodal hotklix.com##.menu internetevolution.com##.menudropdown -tweaktown.com##.message 9gag.com##.message-block crunchyroll.com##.message-container mclaren.com##.messages @@ -35892,7 +36673,6 @@ rugby365.com##.subs-block medianama.com##.subs-news reviversoft.com##.subs_wrapper gulfnews.com,inthesetimes.com,omny.fm##.subscribe -oneplus.com#@#.subscribe-container theresurgent.com##.subscribe-news wired.com##.subscribe-panel-component theweek.com##.subscribe-unit-header @@ -36058,15 +36838,13 @@ geekwire.com##.widget_wpjb-featured-jobs zillow.com##.widget_zillow_connect prepperchimp.com##.widgetbox urgrove.com##.widgetized -xhamster.com##.wil-banner -xhamster.com##.wil-cams-widget -xhamster.com##.wil-sponsor-link +xhamster.com,xhamster.desi,xhamster.one##.wig-cams-widget +xhamster.com,xhamster.desi,xhamster.one##.wig-spb +xhamster.com,xhamster.desi,xhamster.one##.wih-cams-widget wildammo.com##.wild_ammo-tabs sharedir.com##.window healthgrades.com##.wing theatlanticwire.com##.wire-to-go -xhamster.one##.wit-sponsor-banner -xhamster.one##.wit-spot-container wetpaint.com##.wp-article-recommender washingtonpost.com##.wp-float-bar fitbit.com##.wrapper-header-fma @@ -36263,7 +37041,7 @@ iafrica.com,marijuanamoment.net,thebaffler.com###boxzilla-overlay telesurenglish.net###bulletin euractiv.com###capitals_banner geekwire.com###category-heading-subscribe -ibtimes.com.au,sciencenews.org,sinya.com.tw,westhawaiitoday.com###cboxOverlay +ibtimes.com.au,lafourchette.com,sciencenews.org,sinya.com.tw,westhawaiitoday.com###cboxOverlay breitbart.com###cin_footer breitbart.com###cin_header breitbart.com###cin_ps_in_article @@ -36272,6 +37050,7 @@ breitbart.com###cin_slideup_w sciencenews.org,sinya.com.tw,westhawaiitoday.com###colorbox monthlyreview.org###connect thewrap.com###content-bottom-sidebar +dallasnews.com###ctaNewsletterLightbox telecompaper.com###ctl00_MainPlaceHolder_HeadlineRegistersMain1_Update1 guidedoc.com###curtain pridesource.com###custom_html-11 @@ -36285,6 +37064,7 @@ charlotteobserver.com###daily-modal thestar.com.my###dailyalertbox dailycaller.com###dc-quiz-wrapper newser.com###divNewserInYourInbox +dallasnews.com###dmnLightboxCenter washingtonexaminer.com###dy_Article_Newsletter_Signups arktimes.com###e2ma_signup_form vwo.com###ebookform @@ -36364,7 +37144,7 @@ newscientist.com###marketingtertiary gearbest.com###mask rapidtvnews.com###masthead bcheights.com,cargofacts.com,cnn.com,dailyhive.com,etv.co.za,evonomics.com,fn.com,gimmesomeoven.com,kveller.com,lawandcrime.com,longreads.com,mtlblog.com,narrative.ly,nation.co.ke,nesthq.com,psychcentral.com,psypost.org,reductress.com,reliefweb.int,runthetrap.com,thewirecutter.com###mc-embedded-subscribe-form -99fm.com.na,activistmommy.com,androidauthority.com,apriorit.com,artafricamagazine.org,bcheights.com,bhekisisa.org,bitguru.co.uk,biznews.com,blog.cloudflare.com,breakingisraelnews.com,breakingnews.ie,caribjournal.com,chinafile.com,churchmilitant.com,circuitdigest.com,cjr.org,cointelegraph.com,current.org,dailyfreepress.com,dailytimes.com.pk,dailytrust.com.ng,exstreamist.com,fusion.net,gaystarnews.com,ghafla.com,groovekorea.com,howlermagazine.com,indiaclimatedialogue.net,iphoneincanada.ca,jewishinsider.com,justrunlah.com,majorgeeks.com,maoritelevision.com,monetarywatch.com,nbc.na,newsthump.com,newtimes.co.rw,newzimbabwe.com,nextbigfuture.com,nodez.co,nyc.gov,premiumtimesng.com,propublica.org,providr.com,punchng.com,rawstory.com,registerguard.com,rightwingtribune.com,rnw.org,russia-insider.com,sciencealert.com,sciencebulletin.org,seattletimes.com,secretflying.com,spokesman.com,sporttechie.com,stellar.ie,swissinfo.ch,techjuice.pk,technobuffalo.com,thenewsflasher.com,thequint.com,thestar.com.my,theyeshivaworld.com,truthuncensored.net,wayfm.com,worldreligionnews.com,wttw.com###mc_embed_signup +99fm.com.na,activistmommy.com,androidauthority.com,apriorit.com,artafricamagazine.org,bcheights.com,bhekisisa.org,bitguru.co.uk,biznews.com,blog.cloudflare.com,breakingisraelnews.com,breakingnews.ie,caribjournal.com,chinafile.com,churchmilitant.com,circuitdigest.com,cjr.org,cointelegraph.com,current.org,dailyfreepress.com,dailytimes.com.pk,dailytrust.com.ng,exstreamist.com,fusion.net,gaystarnews.com,ghafla.com,groovekorea.com,howlermagazine.com,indiaclimatedialogue.net,iphoneincanada.ca,jewishinsider.com,justrunlah.com,majorgeeks.com,maoritelevision.com,monetarywatch.com,nbc.na,newsthump.com,newtimes.co.rw,newzimbabwe.com,nextbigfuture.com,nodez.co,nyc.gov,politifact.com,premiumtimesng.com,propublica.org,providr.com,punchng.com,rawstory.com,registerguard.com,rightwingtribune.com,rnw.org,russia-insider.com,sciencealert.com,sciencebulletin.org,seattletimes.com,secretflying.com,spokesman.com,sporttechie.com,stellar.ie,swissinfo.ch,techjuice.pk,technobuffalo.com,thenewsflasher.com,thequint.com,thestar.com.my,theyeshivaworld.com,truthuncensored.net,wayfm.com,worldreligionnews.com,wttw.com###mc_embed_signup activistmommy.com###mc_embed_signup-footer moneyweb.co.za###mc_embed_signup1 priceonomics.com###mc_embed_signup_nojs @@ -36392,6 +37172,7 @@ nhs.uk###nhsuk-feedback-banner bustedcoverage.com,coed.com###nl-container qz.com###nl-form africanreporter.co.za,albertonrecord.co.za,alexnews.co.za,barbertontimes.co.za,bedfordviewedenvalenews.co.za,benonicitytimes.co.za,bereamail.co.za,boksburgadvertiser.co.za,brakpanherald.co.za,capricornreview.co.za,carletonvilleherald.com,citybuzz.co.za,comarochronicle.co.za,corridorgazette.co.za,estcourtnews.co.za,eyethunews.co.za,fourwaysreview.co.za,germistoncitynews.co.za,hazyviewherald.co.za,heidelbergnigelheraut.co.za,highvelder.co.za,highwaymail.co.za,joburgeastexpress.co.za,kathorusmail.co.za,kemptonexpress.co.za,kormorant.co.za,krugersdorpnews.co.za,ladysmithgazette.co.za,letabaherald.co.za,maritzburgsun.co.za,midrandreporter.co.za,newcastleadvertiser.co.za,northcliffmelvilletimes.co.za,northcoastcourier.co.za,northeasterntribune.co.za,northernnatalcourier.co.za,northglennews.co.za,parysgazette.co.za,phoenixsun.co.za,potchefstroomherald.co.za,publiceyemaritzburg.co.za,randburgsun.co.za,randfonteinherald.co.za,rekordcenturion.co.za,rekordeast.co.za,rekordmoot.co.za,rekordnorth.co.za,reviewonline.co.za,ridgetimes.co.za,risingsunchatsworth.co.za,risingsunlenasia.co.za,risingsunoverport.co.za,roodepoortnorthsider.co.za,roodepoortrecord.co.za,rosebankkillarneygazette.co.za,sandtonchronicle.co.za,sedibengster.com,southcoastherald.co.za,southcoastsun.co.za,southerncourier.co.za,southlandssun.co.za,sowetourban.co.za,springsadvertiser.co.za,standertonadvertiser.co.za,tembisan.co.za,vaalweekblad.com,vryheidherald.co.za,westside-eldos.co.za,witbanknews.co.za,zululandobserver.co.za###nl-main +silicon.co.uk###nl-overlay ramblinwreck.com###olark-wrapper carsalesbase.com###omnisend-dynamic-container regated.com###onesignal-popover-container @@ -36407,6 +37188,7 @@ adage.com###piano-inline_nsl newstatesman.com,radioandmusic.com###popup thegolfnewsnet.com###popup-box-gfcr-1 space.com,tomshardware.co.uk,tomshardware.com###popup-modal +thrillist.com###popup-signup worldreligionnews.com###post_footer_promo sperry.com,striderite.com###promotionalPopup poolsupplies.com###ps-email-signup @@ -36509,6 +37291,7 @@ blog.bettercloud.com###trends thewrap.com###tw-newsletter-signup visi.co.za###visi-signup forbiddenknowledgetv.net###vlog-module-0-0 +thrillist.com###vortex-overlay matomo.org,tsarizm.com###wbounce-modal grabone.co.nz###welcome-overlay crosscut.com###widget-2 @@ -36523,7 +37306,7 @@ gohacking.com##.GH_sidebar_optin_inr momfabulous.com##.HB-Modal muckrock.com##.HB-Slider moneyweb.co.za##.Joomag-container-939 -theintercept.com##.Newsletter +birthmoviesdeath.com,theintercept.com##.Newsletter theatlanticwire.com##.NewsletterForm meduza.io##.PageBlock--promo ozy.com##.PopUpsMainSite @@ -36549,6 +37332,7 @@ politico.com##.actions merriam-webster.com##.active-subscribe healthgrades.com##.ad-mod + .card-basic movieguide.org##.ad_reviews_holder +wired.co.uk,wired.com##.advertisement__leaderboard findlectures.com,goodnewsnetwork.org,medievalists.net##.af-form-wrapper afamilyfeast.com##.afamilyfeast_subscription nknews.org##.afterPostForm @@ -36586,6 +37370,7 @@ ibtimes.com##.block-ibtimes-newsletters americamagazine.org##.block-mailchimp-signup ncronline.org##.block-ncr-api-emailmarketing asiaone.com##.block-webform +esquire.com##.body-tip allevents.in##.bottom-right-subscribe businesstimes.com.sg##.bottom-wrap iafrica.com,marijuanamoment.net,thebaffler.com##.boxzilla-container @@ -36634,6 +37419,7 @@ classic-trader.com##.cui-lightbox classic-trader.com##.cui-lightbox-container classic-trader.com##.cui-overlay-shape thenation.com##.current-issue +underarmour.co.nz,underarmour.com##.customer-flyin thewirecutter.com##.d2db3d8f qz.com##.daily-brief-inline iol.co.za##.daily-news-signup-form @@ -36686,7 +37472,7 @@ sassyhongkong.com,sassymanila.com##.entry-subscribe americanlookout.com##.essbasc-popup economist.com##.exit-pop jornaldacidadeonline.com.br##.exit-screen -online-convert.com,rt.com##.extension-browser +online-convert.com,pdf2go.com,rt.com##.extension-browser classicalite.com##.f-subscform slator.com##.fancybox-desktop christianpost.com##.fancybox-iframe @@ -36707,11 +37493,13 @@ fool.co.uk##.fool-ecap-type-vanilla haymarketbooks.org##.footer--subscribe mediamatters.org##.footer--upper thefederalist.com##.footer-email +techjunkie.com##.footer-form sweepstakesfanatics.com##.footer-optin thenewslens.com##.footer-right-zone haaretz.com##.footer-ruler rd.com##.footer-widgets-3 indeed.com##.footerJaPromoBubble +memeburn.com,ventureburn.com##.footerSub pbs.org##.footer__follow newsroom.co.nz##.footer_btn-lg nutritioninsight.com##.footer_form_section @@ -36720,6 +37508,7 @@ onlymyhealth.com##.footer_top ftleavenworthlamp.com##.footerdeal cnbctv18.com##.footerlinks-rhs mygaming.co.za##.form-container +cinemablend.com##.form_mailchimp algemeiner.com##.formnews examine.com##.free_hacks politico.com##.friday-cover-sign-up @@ -36753,6 +37542,7 @@ rightwingwatch.org##.header__top pulselive.co.ke,pulselive.ug##.header_subscribe readingthepictures.org##.hear-ye allure.com##.hedNewsWrap +scientificamerican.com##.home-banner stylelist.com##.home-newsletter factmag.com##.home-social-area theskimm.com##.home-subscribe__signup-form @@ -36857,7 +37647,7 @@ weta.org##.news_signup la-croix.com##.news_w_02 newsbtc.com##.newsform dnaindia.com##.newsletTab -2gb.com,9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arab24.com,arabnews.com,atimes.com,atlantadailyworld.com,autoguide.com,automotive-fleet.com,autoweek.com,bostonmagazine.com,brooklynbased.com,businessfleet.com,cheapies.nz,chicagodefender.com,clickhole.com,cnet.com,completesportsnigeria.com,complex.com,computerworld.com,consumerreports.org,csoonline.com,defensenews.com,designntrend.com,digiday.com,discoverymedia.com,elpais.com,emirates247.com,engadget.com,epicurious.com,essentialbaby.com.au,essentialkids.com.au,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,fleetfinancials.com,geek.com,gizchina.com,goodfood.com.au,goodnet.org,government-fleet.com,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,healthday.com,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,indypendent.org,infoq.com,infoworld.com,investopedia.com,israeltoday.co.il,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,jns.org,jstor.org,kpfa.org,lctmag.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,massivesci.com,maxim.com,michiganchronicle.com,muckrock.com,multichannel.com,muslimnews.co.uk,nationalinterest.org,ndtv.com,nerve.com,networkworld.com,newframe.com,newpittsburghcourier.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,presstv.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,schoolbusfleet.com,screencrush.com,silicon.co.uk,singularityhub.com,slate.com,speedcafe.com,stylecaster.com,swingbyswing.com,talkandroid.com,techbeat.com,techly.com.au,techtimes.com,the-star.co.ke,thebaffler.com,thedailybeast.com,thedrinknation.com,theepochtimes.com,themeshreport.com,thenevadaindependent.com,thenextweb.com,theregister.co.nz,theregister.co.uk,thetruthaboutcars.com,topdocumentaryfilms.com,travelweekly.com,truckinginfo.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,weeklystandard.com,wgnamerica.com,wikitribune.com,worktruckonline.com,yahoo.com##.newsletter +2gb.com,9to5mac.com,aawsat.com,about.com,algemeiner.com,antlionaudio.com,apracticalwedding.com,arab24.com,arabnews.com,atimes.com,atlantadailyworld.com,autoguide.com,automotive-fleet.com,autoweek.com,bostonmagazine.com,brooklynbased.com,businessfleet.com,cheapies.nz,chicagodefender.com,clickhole.com,cnet.com,completesportsnigeria.com,complex.com,computerworld.com,consumerreports.org,csoonline.com,defensenews.com,designntrend.com,digiday.com,discoverymedia.com,elpais.com,emirates247.com,engadget.com,epicurious.com,essentialbaby.com.au,essentialkids.com.au,euractiv.com,eventfinda.co.nz,fashionotes.com,fivethirtyeight.com,fleetfinancials.com,geek.com,gizchina.com,goodfood.com.au,goodnet.org,goodrx.com,government-fleet.com,grantland.com,graziadaily.co.uk,greatbritishchefs.com,greenbot.com,guyism.com,haaretz.com,hdwallpapers.in,healthday.com,hellomagazine.com,higherperspectives.com,hightimes.com,hodinkee.com,hottopics.ht,huffingtonpost.com,indypendent.org,infoq.com,infoworld.com,investopedia.com,israeltoday.co.il,itechpost.com,itworld.com,javaworld.com,jewishjournal.com,jns.org,jstor.org,kpfa.org,lctmag.com,life.com,lifehack.org,maplin.co.uk,maritimejobs.com,massivesci.com,maxim.com,michiganchronicle.com,muckrock.com,multichannel.com,muslimnews.co.uk,nationalinterest.org,ndtv.com,nerve.com,networkworld.com,newframe.com,newpittsburghcourier.com,newrepublic.com,newsdeeply.com,npr.org,nymag.com,out-law.com,paidcontent.org,pbs.org,peoplesworld.org,piriform.com,pomade.com,popdust.com,presstv.com,propublica.org,psfk.com,recombu.com,redsharknews.com,revealnews.org,rsf.org,rumorfix.com,schoolbusfleet.com,screencrush.com,silicon.co.uk,singularityhub.com,slate.com,speedcafe.com,stylecaster.com,swingbyswing.com,talkandroid.com,techbeat.com,techly.com.au,techtimes.com,the-star.co.ke,thebaffler.com,thedailybeast.com,thedrinknation.com,theepochtimes.com,themeshreport.com,thenevadaindependent.com,thenextweb.com,theregister.co.nz,theregister.co.uk,thetruthaboutcars.com,topdocumentaryfilms.com,travelweekly.com,truckinginfo.com,truthdig.com,tvquran.com,twice.com,twitchy.com,variety.com,vice.com,vulture.com,weeklystandard.com,wgnamerica.com,wikitribune.com,worktruckonline.com,yahoo.com##.newsletter foodandwine.com,golf.com,health.com,realsimple.com,southernliving.com,travelandleisure.com##.newsletter-callout alarabiya.net,businesstimes.com.sg,commondreams.org,economist.com,foxnews.com,techly.com.au,thefiscaltimes.com##.newsletter-form beinsports.com##.newsletter-header @@ -36926,6 +37716,7 @@ businessinsider.com##.popup-wrapper srnnews.com##.popup_overlay yesmagazine.org##.portlet-static-give-gifts-banner-ad venturebeat.com##.post-boilerplate +simpleflying.com##.post-subscribe nerdfitness.com##.post_end foreigndesknews.com##.post_mail windsorstar.com##.postmedia_news_alerts @@ -36962,6 +37753,7 @@ mindbodygreen.com,sidereel.com,sojo.net,usnews.com,wellandgood.com##.reveal-moda legalsportsreport.com,onlinepokerreport.com##.ribbon stockhouse.com##.rightTrueSidebar tweaktown.com##.right_subscribe +intego.com##.roadblock 1015soul.com,927theblock.com,92q.com,955thelou.com,boomcolumbus.com,boomindy.com,boomphilly.com,cassiuslife.com,espnrichmond.com,foxync.com,hellobeautiful.com,hiphopnc.com,hot1041stl.com,hot963.com,hothiphopdetroit.com,hotspotatl.com,ipowerrichmond.com,joycolumbus.com,kissdetroit.com,kissrichmond.com,kysdc.com,magicbaltimore.com,majic945.com,majicatl.com,mybaltimorespirit.com,myboomatl.com,mycolumbusmagic.com,mycolumbuspower.com,myhoustonmajic.com,mymajicdc.com,mypraiseatl.com,myspiritdc.com,newsone.com,newstalkcleveland.com,oldschool1053.com,praise1027detroit.com,praisebaltimore.com,praisecharlotte.com,praisecleveland.com,praisedc.com,praisehouston.com,praiseindy.com,praisephilly.com,radionowhouston.com,radionowindy.com,rnbcincy.com,rnbphilly.com,thebeatdfw.com,theboxhouston.com,thelightnc.com,tlcnaptown.com,wiznation.com,wolbbaltimore.com,woldcnews.com,wzakcleveland.com,zhiphopcleveland.com##.sailthru blackamericaweb.com,metro.co.uk,thepoliticalinsider.com##.sailthru-signup-widget medicinenet.com##.sc-modal @@ -36982,6 +37774,7 @@ fightthenewdrug.org##.sidebar-sign-the-pledge thesaturdaypaper.com.au##.sidebar-sticky--briefing food52.com##.sidebar__mailing-list pbs.org##.sidebar__subscribe +masterinvestor.co.uk##.sidebar_nl thenation.com##.siderail__item theaustralian.com.au##.sign-me-up ozy.com,politico.com,theatlantic.com##.sign-up @@ -37035,7 +37828,8 @@ fansided.com,lastnighton.com,netflixlife.com,winteriscoming.net##.sub-footer-con irishtimes.com##.sub-prompt investmentnews.com##.subPopupTop stlucianewsonline.com##.subscr -al-shabaka.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,blackagendareport.com,boardingarea.com,briefly.co.za,broadwayworld.com,businesstech.co.za,caloriesecrets.net,catonmat.net,cbn.com,cheeserank.com,chicagomag.com,classicalite.com,cnet.com,dailycaller.com,dailyfeed.co.uk,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,freshersworld.com,fromthegrapevine.com,gellerreport.com,gimmesomeoven.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.com,infowars.com,intoday.in,intomobile.com,irishpost.com,labnol.org,lamag.com,laweekly.com,list25.com,livescience.com,messynessychic.com,miaminewtimes.com,mumbrella.com.au,mybroadband.co.za,mygaming.co.za,naij.com,naija.ng,nationalgeographic.com,ndtv.com,newatlas.com,news.usc.edu,newsarama.com,newsclick.in,newsroom.co.nz,nymag.com,outerplaces.com,pando.com,pandodaily.com,parentherald.com,pba.org,pedestrian.tv,people.com,petapixel.com,phonearena.com,politicsweb.co.za,poundsterlinglive.com,propertyobserver.com.au,rabble.ca,rbth.com,readwriteweb.com,recipetineats.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,stream.org,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theaircurrent.com,theatlantic.com,thecollegefix.com,thefinancialbrand.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,trust.org,tuko.co.ke,tutsplus.com,tv.com,twice.com,udreview.com,upworthy.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +al-shabaka.org,android.gs,attn.com,bamargera.com,bet.com,bizjournals.com,blackagendareport.com,boardingarea.com,briefly.co.za,broadwayworld.com,businesstech.co.za,caloriesecrets.net,catonmat.net,cbn.com,cheeserank.com,chicagomag.com,classicalite.com,cnet.com,dailycaller.com,dailyfeed.co.uk,devicemag.com,ebayinkblog.com,ehow.com,foxnews.com,freshersworld.com,fromthegrapevine.com,gellerreport.com,gimmesomeoven.com,gizmag.com,gotquestions.org,greece-is.com,hpcwire.com,huffingtonpost.com,indiatimes.com,infowars.com,intoday.in,intomobile.com,irishpost.com,labnol.org,lamag.com,laweekly.com,list25.com,livescience.com,messynessychic.com,miaminewtimes.com,mumbrella.com.au,mybroadband.co.za,mygaming.co.za,naij.com,naija.ng,nationalgeographic.com,ndtv.com,newatlas.com,news.usc.edu,newsarama.com,newsclick.in,newsroom.co.nz,nymag.com,outerplaces.com,pando.com,pandodaily.com,parentherald.com,pba.org,pedestrian.tv,people.com,petapixel.com,phonearena.com,politicsweb.co.za,poundsterlinglive.com,propertyobserver.com.au,rabble.ca,rbth.com,readwriteweb.com,recipetineats.com,savedelete.com,searchengineland.com,seroundtable.com,skiptomylou.org,snopes.com,space.com,spacenews.com,spoonuniversity.com,statescoop.com,stream.org,svpino.com,techeye.net,ted.com,teenchatdecoder.com,theaircurrent.com,theatlantic.com,thecollegefix.com,thefinancialbrand.com,thehill.com,themoscowtimes.com,therichest.org,thinq.co.uk,tourismupdate.co.za,trust.org,tuko.co.ke,tutsplus.com,tv.com,twice.com,udreview.com,upworthy.com,usatoday.com,usnews.com,vagabomb.com,variety.com,wackymania.com,wccftech.com,westword.com,windows7news.com,winhelponline.com,wired.co.uk##.subscribe +digg.com##.subscribe-bar breakingnews.ie##.subscribe-box-articles albawaba.com,rt.com,sport360.com##.subscribe-btn middleeastmonitor.com##.subscribe-container @@ -37070,6 +37864,7 @@ matadornetwork.com##.subscription_options fora.ie##.subscriptions nocamels.com##.sumome-scrollbox-popup thejakartapost.com##.suscribe +propublica.org##.syndicated-modal thenation.com##.takeaction 10clouds.com##.tenc-blog-post__progress eos.org##.text-15 @@ -37081,11 +37876,13 @@ billboard.com##.top-cover-image thrillist.com##.top-header thenation.com##.tout independent.co.uk##.tp-active +tp-link.com##.tp-follow-container independent.co.uk##.tp-modal trustedreviews.com##.tr-newsletter-email-signup baltimoresun.com,chicagotribune.com,citypaper.com,courant.com,dailypress.com,latimes.com,mcall.com,orlandosentinel.com,redeyechicago.com,southflorida.com##.trb_nls_c newsweek.com##.trial-link gomechanicalkeyboard.com##.tve-leads-widget +nzherald.co.nz##.tw-Desktop fortune.com##.two_ad iclg.co.uk,nutritioninsight.com,ptitchef.com##.ui-dialog bestreviews.com,nutritioninsight.com,pastemagazine.com,ptitchef.com,sperry.com,striderite.com##.ui-widget-overlay @@ -37129,7 +37926,7 @@ concisenews.global,palmerreport.com##.yikes-mailchimp-container minds.com##M-MODAL chicksonright.com##[data-name="Subscribe"] rollingstone.com##[href="/subscribe-more/"] -adweek.com,bnnbloomberg.ca,dw.com,euobserver.com,eurweb.com,fin24.com,iheart.com,infowars.com,japantoday.com,news24.com,parent24.com,scotsman.com,spokesman.com,stuff.co.nz,timesofoman.com,venturebeat.com,wired.co.uk,wsj.com##a[href*="/newsletter"] +adweek.com,bnnbloomberg.ca,dw.com,euobserver.com,eurweb.com,fin24.com,helpnetsecurity.com,iheart.com,infowars.com,japantoday.com,news24.com,parent24.com,scotsman.com,spokesman.com,stuff.co.nz,timesofoman.com,venturebeat.com,wired.co.uk,wsj.com##a[href*="/newsletter"] factcheck.org,therevolutionaryact.com##a[href*="/subscribe/"] quantamagazine.org##a[href="#newsletter"] mediaite.com##a[href="http://www.mediaite.com/email-newsletter/"] @@ -37159,6 +37956,7 @@ vindy.com##div[style="border-bottom: #cbcbcb dotted 1px; margin-bottom: 10px;"] upi.com##div[style="float: right; margin: 10px; width: 300px;"] upi.com##div[style="padding: 0 10px 10px 10px; border-bottom: 1px solid #cccccc;"] bollywoodshaadis.com##div[style^="margin:30px 0 35px"] +dailydot.com##footer breakingnews.ie##form[name="mc-embedded-subscribe-form"] newyorker.com##iframe[src^="/wp-content/assets/static/dfp/"] medicinenet.com##iframe[width="170"] @@ -37178,14 +37976,6 @@ afp.com,africacheck.org,bdnews24.com,breitbart.com,chronicle.co.zw,cruisemapper. africacheck.org,independent.com.mt,monthlyreview.org,telekom.com,thetruthaboutcars.com##.subscribe rt.com##.top-menu_feed majornelson.com##.widget_mn_speedbump_rss -! ---------- Push notifications ---------- -kizi.com###kizi-popover-dialog -livejapan.com###ptcd_modal_dialog -google.com###pushdown -fiercecable.com###pusher-ad -annahar.com##.notifications-overlay -9to5google.com,9to5mac.com,electrek.co##.push-notify -food.com##.pushdown-message ! ! ---------- Scroll to top ---------- ! @@ -37214,7 +38004,6 @@ mitsui.com###js_globalFooterButtonTop visitcalifornia.com###link-top jefftucker.org###ma-pagetop whtop.com###menu-back -weeklyxpose.co.za###mt-scrollup afamilyfeast.com###myBtn casio-europe.com,konami.com###page-top cnet.com,macromill.com,mhi.com,oki.com,smbc.co.jp,smfg.co.jp,smth.jp###pageTop @@ -37231,7 +38020,7 @@ toggle.sg###scroll-top-button indiatimes.com,marketbusinessnews.com,philstar.com###scrollTop vosizneias.com###scroll_top weathernationtv.com###scroller -miui.com,mytheresa.com###scrolltop +gigaset.com,miui.com,mytheresa.com###scrolltop narita-transit-program.jp###site-scrolltop irusa.org###slide_top oneplus.com###sticky-tools-btn @@ -37317,6 +38106,7 @@ hotpepper-gourmet.com##.pageTopButton global.hisamitsu##.page_top emb-japan.go.jp,jtbcorp.jp##.pagetop oki.com##.pagetopInner +simpleflying.com##.pk-icon-up sexuria.com##.pull-right communist-party.org.uk##.rt-totop nexusmods.com##.scroll @@ -37338,7 +38128,7 @@ worldstream.nl##.sticky-content brecorder.com##.subhtop galicianfilmforum.gal,openid.net##.tc-btt-wrapper tudorwatch.com##.tdr-footer__block-c -abc.net.au,bostonherald.com,chron.com,dailysignal.com,foxnews.com,freeviewnz.tv,haier.com,indianewsmax.com,sampsonhart.com,sfgate.com,sivtimes.com,strategic-culture.org,taipeitimes.com,thefappening.wiki,timesunion.com##.top +abc.net.au,bostonherald.com,chron.com,dailysignal.com,foxnews.com,freeviewnz.tv,germany.travel,haier.com,indianewsmax.com,sampsonhart.com,sfgate.com,sivtimes.com,strategic-culture.org,taipeitimes.com,thefappening.wiki,timesunion.com##.top wbal.com##.top-link c123movies.com##.top-page canadianbusiness.com,fstoppers.com##.top-scroll @@ -37347,7 +38137,7 @@ expressnews.com,guardian.ng,houstonchronicle.com,orthochristian.com,peugeot-newz gagasiradio.fm##.topper godofnews.com,rpnewswire.com,waarmedia.com##.toup katestube.com,link11.com,picardirebel.co.za##.up -xhamster.com,xhamster.one##.up-arrow +xhamster.com,xhamster.desi,xhamster.one##.up-arrow crimerussia.com##.up-btn epicgames.com##.up-button webuycars.co.za##.up-scroll @@ -37412,6 +38202,23 @@ stereogum.com##.zergnet-holder ! Bug in uBo: https://github.com/gorhill/uBlock/issues/1885 newyorker.com##div[class^="NewsletterSubscribe_"] buzzfeed.com##div[id^="mod-newsletter-signup-"] +! *** easylist:fanboy-addon/fanboy_notifications_specific_hide.txt *** +kizi.com###kizi-popover-dialog +livejapan.com###ptcd_modal_dialog +google.com###pushdown +fiercecable.com###pusher-ad +airship.com##.PushNotification +chicagotribune.com##.met-flyout +9to5google.com,9to5mac.com,electrek.co##.push-notify +food.com##.pushdown-message +thechivery.com##.wheelio_holder +! International +sindonews.com##.notif-box +clarin.com##.notification-popup +fanpage.it##.notifications-badge +annahar.com##.notifications-overlay +fanpage.it##.overlay-content-wrapper +mail.ru##.ph-balloon ! *** easylist:fanboy-addon/fanboy_social_specific_hide.txt *** schufa.de###AC_layout pcb.cc###Cntnr6 @@ -37712,7 +38519,7 @@ prlog.org###smx prlog.org###smx2 worldreview.info###sn play-asia.com###soc -amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social +amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,classicreload.com,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social christianpost.com###social-apps animenewsnetwork.com###social-bookmarks cafemom.com###social-comment @@ -37985,6 +38792,7 @@ southerntimesafrica.com##.fa-tumblr anews.com.tr,channelstv.com,dataleeks.com,designboom.com,deutschified.com,forward.com,futbin.com,jazzinchicago.org,kashmirobserver.net,kpfa.org,livescience.com,nzdoctor.co.nz,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,shadowandact.com,slashgear.com,southerntimesafrica.com,space.com,vnexpress.net,washingtoncitypaper.com,washingtonexaminer.com##.fa-twitter channelstv.com,kashmirobserver.net,slashgear.com,southerntimesafrica.com##.fa-youtube pbtech.co.nz##.fa-youtube-play +babylonbee.com##.fab 9gag.tv,absoluteradio.co.uk,al-shorfa.com,animenewsnetwork.com,backstage.com,belfasttelegraph.co.uk,bingplaces.com,breitbart.com,buffalonews.com,c-span.org,cadenaazul.com,catapult.co,chacha.com,comicrelief.com,computingunleashed.com,crosscut.com,dailymail.co.uk,dailynews.co.zw,dailystar.co.uk,deathandtaxesmag.com,designroyale.com.au,digitimes.com,discountsstory.com,eater.com,enom.com,eurogamer.net,everfi.com,fightthesmears.com,filmfare.com,fixya.com,flippinawesome.org,forbes.com,forvo.com,futbol24.com,gamerant.com,geeksandbeats.com,gizmodo.com,hallels.com,happycoins.com,healthymagination.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,iflscience.com,independent.co.uk,independent.ie,iveybusinessreview.ca,kickstarter.com,lapoderosa.com,lifehacker.com,ludokado.com,luta.co.uk,macrumors.com,mademan.com,messynessychic.com,moneysavingexpert.com,mtv.co.uk,mumbrella.com.au,myunidays.com,mzhiphop.com,nationofchange.org,njtvonline.org,npr.org,nzherald.co.nz,onenewsnow.com,pcworld.in,perpetual-solutions.com,pinknews.co.uk,proboards.com,ravpower.com,recode.net,reuters.com,rightdrivejeeps4postal.com,saturn.de,sci2.tv,sciencenews.org,scion.com,scroll.in,seattletimes.com,si.com,slate.com,smashingmagazine.com,sourcefednews.com,stepstone.be,t3.com,take.fm,techradar.com,techspot.com,theatlantic.com,thedailybeast.com,thedailyshow.com,thedigitalfix.com,thefinancialist.com,themaven.net,thenewstribe.com,thesun.co.uk,tineye.com,tmz.com,triangleoffense.com,tvland.com,tvnz.co.nz,tvweb.com,tweaktown.com,usvsth3m.com,vine.co,washingtonpost.com,wccftech.com,whatzbuzzing.com,yahoo.com,yoink.com,yourdailymedia.com##.facebook opposingviews.com##.facebook-bottom qz.com##.facebook-message @@ -38013,7 +38821,7 @@ shoutmeloud.com##.floaticons remezcla.com##.floating-menu etfdailynews.com##.floating-menuG ryot.org##.floating_ryot_share -alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow +alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tribuneindia.com,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow aikenstandard.com##.follow-aiken-standard aol.com##.follow-aol breakingnews.ie##.follow-bn @@ -38134,6 +38942,7 @@ indianexpress.com##.ie2013-agencies breitbart.com##.ig designcurial.com##.image-tools imdb.com##.imdb-footer__social +imdb.com##.imdb-footer__socials alarabiya.net##.img-caption-facebook-container ebay.co.uk,ebay.com.au##.info > .share pcgscoinfacts.com##.info-connect @@ -38156,10 +38965,12 @@ shine.cn##.jiathis_style_shine itvnetworks.tv##.jj_sl_navigation sondry.com##.join-banner celebrations.com##.join_party +thejakartapost.com##.jplus-follow-sosmed bleacherreport.com##.jqmOverlay bleacherreport.com##.jqmWindow kdnuggets.com##.kd_bottom francemusique.com##.keep-in-touch-blocks +fruitnet.com##.keep_informed npg.org.uk##.keepintouch kernelmag.com##.kernel-social-links sfglobe.com##.kfm_dialog @@ -38341,7 +39152,7 @@ artstation.com##.sh-buttons pixxxels.cc,postimg.cc##.sh-link dailysabah.com##.shB toothpastefordinner.com##.shadow[style="margin-top: 0px; width: 500px; height: 25px; background-color:#cccccc; padding-top: 1px;"] -3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,sonyliv.com,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videocelts.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share +3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intego.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,sonyliv.com,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videocelts.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share ausdroid.net##.share-ausdroid tvline.com##.share-comment nymag.com##.share-link @@ -38392,7 +39203,7 @@ designntrend.com##.soc_box onlineprnews.com##.soc_box[style=" margin-bottom:10px; border:solid 1px #EEEEEE; clear:both"] phonenum.info##.soc_buttons stephaniemiller.com##.socai-widget -3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,file-up.org,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,radio.cz,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social +3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,armageddonexpo.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,file-up.org,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,masterinvestor.co.uk,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,radio.cz,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social tgdaily.com##.social-actions marketplace.org##.social-bottom voiceofsandiego.org##.social-cell @@ -38426,13 +39237,14 @@ guernicamag.com##.socio3 libdems.org.uk##.socnet funnyjunk.com##.someBtnLarge ex.fm##.song_action_share_icons +thejakartapost.com##.soscmed-news flysat.com##.sosyalmedya lds.org##.spark-content-actions wnd.com##.specific-social ew.com##.spot-im-ltr newsbomb.gr##.spread-links -2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-bg -2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-box +2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-bg +2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-box thestack.com##.spu-float-left virgin.com##.ss-cnnct olympicchannel.com##.ssba @@ -38660,6 +39472,7 @@ la-croix.com##div[class^="follow_"] engadget.com##div[class^="o-social_nav"] today.com##div[class^="share_"] dailymail.co.uk,thisismoney.co.uk##div[class^="socialContainer-"] +fortune.com##div[class^="socialList_"] nbcnews.com##div[class^="socialShareWrapper_"] androidheadlines.com##div[class^="socialShare_"] reuters.com##div[class^="social_"] @@ -38725,6 +39538,7 @@ lifewire.com###button-pinterest-image pcmag.com###enhancedsharer uptobox.com###fanback dailymail.co.uk###floatingShare +arstechnica.com###follow-us pcmag.com###footer_social ratemyprofessors.com###headSocial bnonews.com###mvp-foot-soc @@ -38741,6 +39555,7 @@ oregonlive.com###social_mobile autobild.de###socialmedia laptopmag.com,livescience.com###stickyShare mediafire.com###subFooterSocial +reuters.com##.SocialTool_social-button cinemablend.com##.StoryShareBar collectivelyconscious.net##.addthis-smartlayers pcgames-download.net##.addthis_toolbox @@ -38840,6 +39655,7 @@ goldderby.com##.share-group calciomercato.com##.share-icon dailymail.co.uk##.share-icons dailymail.co.uk##.share-link +arstechnica.com##.share-links dailymail.co.uk##.share-pictures-overlay dailymail.co.uk##.share-pinterest bitfeed.co,kitguru.net##.share-post @@ -38962,12 +39778,15 @@ king.com###SiteMessages valleyvet.com###ToU_float postojnska-jama.eu###\5f iCD warnerbros.fr###_EAPM +shadow.tech###__next > div[class^="styles__Container-"] +govirtuo.com###__next > div[class^="virtuo_"] mcsuk.org###a3prompt dictzone.com###ac globallogic.com###ac-wrapper gira.com,gira.de###ac_frame mwee.com###acc-bottom why-radeon.com,why-ryzen.com###accept +javlibrary.com###adultwarningmask aecom.com###aecomCookieNotificationBar solveigmm.com###agreement akeebabackup.com###akeeba-dccc-banner-container @@ -38980,6 +39799,7 @@ moneysavingexpert.com###alertBar ubet.com.mt###alert_message squarespace.com###announcement ao.com###aoMessageHolder +myfitnesspal.com###app > div[class^="MFPApp-"] > div > footer + div[class] bing.com###b_notificationContainer uktv.co.uk###back-to-old-site cc.com###balaMainContainer @@ -38993,6 +39813,7 @@ awwapp.com###bottom-notification gamelink.com###bottomAlert alternativeto.net###bottomNotifier litmind.com###bottom_notice +freemake.com###bottombar mercedes-benz.com###cLayer netcarshow.com###cNag mercedes-benz.com###cPageOverlay @@ -39021,7 +39842,8 @@ gpuopen.com###colophon evaair.com,play.tv###colorbox shadertoy.com###compliance msn.com###conditionalbanner -alarabiya.net,find-dvd.co.uk,ft.com,heathrowexpress.com,holition.com###consent +alarabiya.net,find-dvd.co.uk,ft.com,heathrowexpress.com,holition.com,mapcarta.com###consent +netcraft.com###consent-form c21stores.com###consent-tracking predesto.com###consent-wrapper eurosport.com###container-notifications @@ -39029,8 +39851,8 @@ decathlon.co.uk###container-screen tinder.com###content > span > .App > div[class*="Start"] wotinfo.net###coo alcoholics-anonymous.org.uk,cryps.info###cook -add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,bookingsouthtyrol.com,boscolohotels.com,boxnation.com,e-doggy.com,eqavet.eu,essentraextrusion.eu,flexerasoftware.com,fremantlemedia.com,gulfstream.com,iadvize.com,keyboardco.com,kicc.org.uk,lonewolfonline.net,nspcc.org.uk,oilplusltd.com,onenessscotland.org,pentagon-group.co.uk,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,sainsburysenergy.com,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,unsee.cc,wheatley-group.com,zbmath.org###cookie -anpost.ie,any.run,aquariumforums.co.uk,arag.com,atleticodemadrid.com,ayraviation.com,bl.uk,canadiansolar.com,celulares.com,cifas.org.uk,coinsofhope.eu,educalingo.com,eitb.eus,emrf.eu,emunewz.net,eporner.com,feyenoord.com,film-news.co.uk,forbiddenplanet.co.uk,fulltilt.com,globalpetrolprices.com,gpstraining.co.uk,harper-adams.ac.uk,history.bnpparibas,homecinemachoice.com,humbersideairport.com,ibeesoft.com,inmobi.com,irishjobs.ie,iso-chemie.eu,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,mareespeche.com,metbiocat.eu,noisli.com,panfurware.com,phonearena.com,picload.org,pokernews.com,police.uk,premiumcredit.co.uk,private.com,proteum.co.uk,puromarketing.com,rdnester.eu,rotterdam.info,scl.org,studentski.net,tablademareas.com,tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw,the-tls.co.uk,theatre-news.com,tsb.co.uk,wsws.org,xnostars.com###cookies +add0n.com,aflite.co.uk,aon.com,atom42.co.uk,bakersmall.co.uk,bbvonline.net,betradar.com,bookingsouthtyrol.com,boscolohotels.com,boxnation.com,e-doggy.com,eqavet.eu,essentraextrusion.eu,flexerasoftware.com,fremantlemedia.com,gulfstream.com,iadvize.com,keyboardco.com,kicc.org.uk,lonewolfonline.net,nspcc.org.uk,oilplusltd.com,onenessscotland.org,pentagon-group.co.uk,prestashop.com,pretix.eu,priorygroup.com,rodacciai.fr,sainsburysenergy.com,simmons-simmons.com,stiripesurse.ro,technutty.co.uk,thebmc.co.uk,toomeymotorgroup.co.uk,tutsandtips.com,tvcorner.com,unsee.cc,wheatley-group.com,zbmath.org###cookie +anpost.ie,any.run,aquariumforums.co.uk,arag.com,atleticodemadrid.com,ayraviation.com,bl.uk,canadiansolar.com,celulares.com,cifas.org.uk,coinsofhope.eu,educalingo.com,eitb.eus,emrf.eu,emunewz.net,eporner.com,feyenoord.com,film-news.co.uk,forbiddenplanet.co.uk,fulltilt.com,globalpetrolprices.com,gpstraining.co.uk,harper-adams.ac.uk,history.bnpparibas,homecinemachoice.com,humbersideairport.com,ibeesoft.com,inmobi.com,irishjobs.ie,iso-chemie.eu,izikart.co.uk,jomast.co.uk,lloydsbankinggroup.com,mareespeche.com,metbiocat.eu,noisli.com,panfurware.com,phonearena.com,picload.org,playclassic.games,pokernews.com,police.uk,premiumcredit.co.uk,private.com,proteum.co.uk,puromarketing.com,rdnester.eu,rotterdam.info,scl.org,studentski.net,tablademareas.com,tellows-au.com,tellows-fi.com,tellows-ng.com,tellows-tr.com,tellows.asia,tellows.at,tellows.be,tellows.co,tellows.co.nz,tellows.co.uk,tellows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.dk,tellows.es,tellows.fr,tellows.gr,tellows.hu,tellows.in,tellows.it,tellows.jp,tellows.mx,tellows.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw,the-tls.co.uk,theatre-news.com,tsb.co.uk,wsws.org,xnostars.com###cookies patience-is-a-virtue.org###copy > p dsm.com,ortograf.ws,tesco.ie###cp streamlivesex.com###cp-wrapper @@ -39038,8 +39860,7 @@ mapal.com###ctrlck droidchart.com,routerchart.com###cw dexigner.com###cwarn wsj.com###cx-notification -dappertogs.co.uk###d-notification-bar -racquetballwarehouse.com,rogerfederer.com###data_protection +racquetballwarehouse.com,rogerfederer.com,tenniswarehouse-europe.com###data_protection corso-saunamanufaktur.com,schaeffler.com###dataprotection debenhams.com###debCNwrap tunngle.net###delirioBiscottoso @@ -39056,7 +39877,7 @@ fool.co.uk###dogfish aeriagames.com###dp2018dialog hetzner.com###dpi-banner drupal.org###drupalorg-crosssite-gdpr -shatter-box.com###elGuestTerms +tor.com###entry-content__footer-popup live.com,microsoft.com,office.com,skype.com,visualstudio.com,windows.com,xbox.com###epb complex.com###eucn abetterrouteplanner.com###eula-div @@ -39074,6 +39895,7 @@ yodiz.com###footMsgYodiz motorsport.com###footer frosmo.com###frosmoPopup teamcoco.com###ft +flexport.com###gatsby-focus-wrapper ~ div play.google.com###gb > div[style*="background-color"] lloyd.com###globalerror draeger.com###globalnotification @@ -39098,6 +39920,7 @@ gmatclub.com###invisiblediv itv.com###itv-glob-cookie-policy-holder classic-trader.com###jGrowl babcockinternational.com###js-babcock-cookie-bar +unbound.com###js-cookies shellenergy.co.uk###js-footer fullertonhotels.com###kb-container seeker.com###legal-notice @@ -39110,7 +39933,7 @@ puigusa.com###lycok sky.com###mast-notifications mbc.net###mbc-policy logicconcept.eu###mc_top_bar -psyonix.com,rocketleague.com,rocketleagueesports.com,wts.com###message +iplogger.org,psyonix.com,rocketleague.com,rocketleagueesports.com,wts.com###message cyclemiles.co.uk###messages-cont hmc.org.uk###modal-mask shellsmart.com###modal_container @@ -39118,6 +39941,7 @@ eurocirc.org###msgBox_error betsson.com###msgwrapper rockstarcoders.com###myAlert exemproject.eu,kon-boot.com###myModal +spandidos-publications.com###navbar nba.com###nba_tos aptoide.com###news metal-shop.eu###nextcreBotDialog @@ -39164,7 +39988,6 @@ pamgolding.co.za###popi-notification aquacard.co.uk,demarko-trailers.com,genmab.com###popup chocolateminecraft.com###popup1 digitalagencynetwork.com,fonehouse.co.uk,metrofone.co.uk###popupDiv -newegg.com###popup_overlay growthtechnology.com###popupbanner melaniemartinezmusic.com###pp-footer tapatalk.com###pp_b @@ -39179,6 +40002,7 @@ online2pdf.com###privacy_msg keil.com###privacymodule zoomin.tv###privacyoverlay rocketleague.com###privmessage +scalemates.com###prv elanco.com###ribbon cote.co.uk###root > div > .fixed mywot.com###root > div > div[direction="up"][style*="transform"] @@ -39191,13 +40015,16 @@ centurion-magazine.com###simple-notification isa.org###simplemodal-container mercedesamgf1.com###simplemodal-overlay earthcp.com###site-overlay +boyden.ca###site-terms hidive.com###siteMsgSlideUpBG +thewirecutter.com###site_header_wrapper > div:first-child bluearan.co.uk###slider bell-labs.com,bigsocietycapital.com,cartoonnetwork.co.uk,eif.co.uk,integralmemory.com,juce.com,meethue.com,middleeasteye.net,parkinsons.org.uk,rmg.co.uk,thalesgroup.com,topuniversities.com,ucas.com###sliding-popup pressreader.com###snackbar-container wasserklinik.com###snppopup-welcome hotukdeals.com###softMessages-list eumostwanted.eu###sortingPreference +openweather.co.uk###stick-footer-panel ffonts.net,whatfontis.com###sticky-popup firefoxosdevices.org###storage-notice cars.co.za###terms-and-conditions @@ -39209,19 +40036,23 @@ fixedbyvonnie.com###tlight gotokyo.org###tmp_local_bar guess.eu###toast kindredgroup.com,nelly.com,nlyman.com,telecomtv.com###toast-container -rapidssl.com###toolbar +rapidssl.com,thawte.com###toolbar insights.nzherald.co.nz###top-banner-in-content artuk.org###top-notice dropbox.com###top-notification-bar-container gamepedia.com,mmo-champion.com###tos-banner cartoonnetwork.com###tos-bar toughnickel.com###tos_update_band +ergonbike.com###tracking-modal stingray.com###tracking-popup skylinewebcams.com###trigCookie busybeeblog.com###user_disclaimer iboysoft.com###user_popup bunkerworld.com###userprompt factmag.com###vf-pop +vive.com###vive-cookie-notice +ritdye.com###vue-app > .v_bg\:peach-300 +sabanci.com###warning-bar dompe.com###warning-popup iflicks.in###welcome janrain.com###wptbheadline1 @@ -39234,6 +40065,7 @@ perforce.com##.EUc tjc.co.uk##.GDPR fwg-vg-linz.de##.Mrku11502 freewebsitetemplates.com,wilderssecurity.com##.Notices +leti.com##.NoticesBox freeagent.com##.Notification jaguar.co.uk,landrover.co.uk##.NotificationBar userstyles.org##.NotificationLine @@ -39257,7 +40089,7 @@ sunweb.co.uk##.absolute-dialog greenfields.eu##.accept-alert akeebabackup.com,imunify360.com,luxos.com,reshade.me,v-tac.eu##.activebar-container ticketmaster.ca##.agree-terms -adata.com,ahlulbayt.tv,altervista.org,askdifference.com,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,efinancialcareers.com,hattrick.org,kenweego.com,lawyersonline.co.uk,lifescience.net,linkedin.com,lonelyplanet.com,m-a.org.uk,nature.com,netweather.tv,norwegian.com,pozyx.io,supercell.com,theonlinesurgery.co.uk,tindie.com,ukpressonline.co.uk,vernemq.com,viewsonic.com,viewsoniceurope.com,youngsseafood.co.uk##.alert +adata.com,ahlulbayt.tv,altervista.org,askdifference.com,asklion.co.uk,bankid.com,cfainstitute.org,convert-my-image.com,costaclub.com,efinancialcareers.com,hattrick.org,kenweego.com,lawyersonline.co.uk,lifescience.net,lonelyplanet.com,m-a.org.uk,nature.com,netweather.tv,norwegian.com,pozyx.io,supercell.com,theonlinesurgery.co.uk,tindie.com,ukpressonline.co.uk,vernemq.com,viewsonic.com,viewsoniceurope.com,youngsseafood.co.uk##.alert espn.com##.alert--fixed goodmorningamerica.com,historicengland.org.uk##.alert-banner labour.org.uk##.alert-bar-footer @@ -39290,9 +40122,11 @@ uber.com##.banner--bottom makeprintable.com##.banner-hints 23andme.com,tunnelbear.com##.banner-wrap worthpoint.com##.bannerContainer +caymanchem.com##.bg-darker-gray bagigia.com##.bica-content cvent.com##.block-notifications-block abplive.in##.blur-bg +studocu.com##.bottom-bar-enter-active robertsspaceindustries.com##.bottom-notif-bar hostkey.com##.bottomMessages xhamster.com##.bottom_message @@ -39313,8 +40147,8 @@ viralnova.com##.cc-banner wallpapershome.com##.cc-dialog drakecircus.com##.ccc-widget orcadian.co.uk##.cd-container -newegg.com##.centerPopup stayinwales.co.uk##.ckinfo-panel +singular.com.cy##.cm-notification-container cnn.com##.cnn-toast--tos browardpalmbeach.com,dallasobserver.com,houstonpress.com,miaminewtimes.com,phoenixnewtimes.com,westword.com##.compliance riversidecompany.com##.compliance-banner @@ -39325,14 +40159,15 @@ fancentro.com##.consent-message justwatch.com##.consent-notification sportskeeda.com##.consent-pop-up themaven.net##.consent-ui +xing.com##.consent_wrapper cityoflondon.gov.uk##.container-floating-notifications bankofengland.co.uk,cityoflondon.police.uk##.container-notifications antoineonline.com##.container-overlay -18virginsex.com,altervista.org,anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,farecompare.com,firefox-usb.com,forever21.com,forgeworld.co.uk,gheed.com,hempel.co.uk,hempelyacht.com,here.com,jaguarlandrover.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modecom.com,modhoster.com,moneywise.co.uk,mysurveylab.com,nationalcircus.org.uk,natwest.com,npl.co.uk,oldgoesyoung.com,openmailbox.org,pepperl-fuchs.com,postoffice.co.uk,prodir.com,purnatur.eu,rbs.co.uk,roalddahl.com,rowenta.com,samsunghealthcare.com,sense.org.uk,silverlake.com,sleek-mag.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,trailfinders.com,twitchstrike.com,unicheck.com,virgin-atlantic.com,wannawork.com##.cookie +18virginsex.com,altervista.org,anglianwater.co.uk,ask.fm,callcredit.co.uk,calvertjournal.com,crazydomains.co.uk,derwaldhof.com,dw.com,farecompare.com,firefox-usb.com,forever21.com,forgeworld.co.uk,gheed.com,hempel.co.uk,hempelyacht.com,here.com,jaguarlandrover.com,leonorgreyl.com,liptonicetea.com,ludwig.guru,m64.info,mandarinoriental.com,mik.eu,modecom.com,modhoster.com,moneywise.co.uk,mydraw.com,mysurveylab.com,nationalcircus.org.uk,natwest.com,npl.co.uk,oldgoesyoung.com,openmailbox.org,pepperl-fuchs.com,postoffice.co.uk,prodir.com,purnatur.eu,rbs.co.uk,redditinc.com,roalddahl.com,rowenta.com,samsunghealthcare.com,sense.org.uk,silverlake.com,sleek-mag.com,squirt.org,statusbrew.com,syntevo.com,team-mediaportal.com,trailfinders.com,twitchstrike.com,unicheck.com,virgin-atlantic.com,wannawork.com##.cookie deezer.com##.cookie-banner theatlantic.com##.cookie-disclaimer bitfeed.co##.cookiebanner -amnesty.org,asda.com,ashridge.org.uk,auto1.fi,auto10.com,belivehotels.com,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,crytek.com,custplace.com,dorotheum.com,dur.ac.uk,egyptair.com,eirsport.ie,enable-javascript.com,feelunique.com,forsettlement.com,grandvision.com,graspop.be,guggenheim-bilbao.eus,hmv.com,hotel-spider.com,inagrm.com,indepth.dev,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,mindshareworld.com,mindswarms.com,ostrog.com,perfumesclub.co.uk,perfumesclub.com,pjon.org,playgwent.com,proton.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,scamner.com,stuttafordvanlines.co.za,tescomobile.ie,testeri.fi,thenottingham.com,threadreaderapp.com,topographic-map.com,twinings.co.uk,ukcisa.org.uk,ukmail.com,umicore.com,unian.info,unknownphone.com,uptodown.com,urtekram.com,vizologi.com,volvocars.com,warhammerchampions.com,wilko.com,wizards.com##.cookies +amnesty.org,asda.com,ashridge.org.uk,auto1.fi,auto10.com,belivehotels.com,chemistdirect.co.uk,cineworld.co.uk,coinbase.com,consumeraffairs.org.uk,crytek.com,custplace.com,dorotheum.com,dur.ac.uk,egyptair.com,eirsport.ie,enable-javascript.com,feelunique.com,forsettlement.com,grandvision.com,graspop.be,guggenheim-bilbao.eus,hmv.com,hotel-spider.com,inagrm.com,indepth.dev,luxottica.com,mabanque.bnpparibas,macpaw.com,mailjet.com,mannheimerswartling.se,medela.co.uk,media-sense.com,mindshareworld.com,mindswarms.com,ostrog.com,perfumesclub.co.uk,perfumesclub.com,pjon.org,playgwent.com,proton.com,renaultbryanston.co.za,renaultfourways.co.za,royalparks.org.uk,scamner.com,sharafdg.com,stuttafordvanlines.co.za,tescomobile.ie,testeri.fi,thenottingham.com,threadreaderapp.com,topographic-map.com,twinings.co.uk,ukcisa.org.uk,ukmail.com,umicore.com,unian.info,unknownphone.com,uptodown.com,urtekram.com,vizologi.com,volvocars.com,warhammerchampions.com,wilko.com,wizards.com##.cookies austrian.com,austrianairlines.ag,austriantechnik.at##.cop semanticscholar.org##.copyright-banner bandcamp.com##.corp-banners @@ -39365,6 +40200,7 @@ microsoft.com##.feedback-visible thebodyshop.com##.first-time-visitor jsonquerytool.com##.fixed-bottom wallpaperdirect.com##.fixed-bottom.container +mobileshop.eu##.fixed-warning nordpass.com##.fixed.bg-grey-darkest bleacherreport.com##.fixedRegion spinnaker-watches.com##.fixedbar @@ -39376,7 +40212,7 @@ azimutyachts.com##.floatFooter 3dslash.net##.floatPopup maltatoday.com.mt##.floating-bar novantas.com##.foobar-container -doubleviking.com##.footer +doubleviking.com,fallentitans.com##.footer hackerone.com##.footer-popup whimn.com.au##.footer-statements palmbeachpost.com##.footer-wrapper @@ -39388,6 +40224,7 @@ themeflood.com##.gatewayContainer aviationweek.com##.gdpr downloadcrew.com##.ginger_banner ingwb.com##.glass +linkedin.com##.global-alert houseoffraser.co.uk##.global-messages mozilla.org##.global-notice guggenheim.org##.guggen-consent @@ -39429,6 +40266,7 @@ itv.com##.js-site-alert-content cgtn.com##.js-tools-dialog archdaily.com##.kth-toast lexus.co.uk,lexus.eu##.l-disclaimer +addgene.org##.l-dismissible-msg wiley.com##.l-notification instagram.com##.lOPC8 inoreader.com##.landing_promo_banner_top @@ -39450,12 +40288,15 @@ mbc.net##.mbc-policy fifa.com##.mdl-overlay opengapps.org##.mdl-snackbar adobe.com,merixstudio.com,sapabuildingsystem.com,timesofisrael.com##.message +heedbook.com##.message-alert gametwist.com##.message__container wandermap.net##.messages +spotify.com##.mh-message-bar mitele.es##.mitele-consent transparency.org##.mk-c-modal amazon.com##.mo-wp -arlingtoncemetery.mil,axminster.co.uk,daf.be,daf.co.uk,daf.com,daf.fr,daf.global,daf.nl,daf.ru,daf.se,daftrucks.de,daftrucks.dk,daftrucks.it,daftrucks.pl,daftrucks.sk,ferratum.co.uk,fiveguys.co.uk,kon-boot.com,lam.co.mz,medtronic.com,primaresearch.org##.modal-backdrop +airnewzealand.eu,przekroj.pl##.modal +airnewzealand.eu,arlingtoncemetery.mil,arthrex.com,axminster.co.uk,daf.be,daf.co.uk,daf.com,daf.fr,daf.global,daf.nl,daf.ru,daf.se,daftrucks.de,daftrucks.dk,daftrucks.it,daftrucks.pl,daftrucks.sk,ferratum.co.uk,fiveguys.co.uk,kon-boot.com,lam.co.mz,medtronic.com,primaresearch.org##.modal-backdrop myanimelist.net##.modal-container myanimelist.net##.modal-content environmental-finance.com##.modal-dialog @@ -39478,16 +40319,18 @@ netjetseurope.com##.nj-header-prompt nianticlabs.com,pokemongolive.com##.nl-cpb xing-news.com##.no-cookie blogfree.net##.note -cgtrader.com,cortesdecima.com,dialight.com,discordapp.com,dotmailer.com,exposition-osiris.com,keenfootwear.com,medicalxpress.com,outsideonline.com,phys.org,shire.com,techxplore.com##.notice +brightree.com,cgtrader.com,cortesdecima.com,dialight.com,discordapp.com,dotmailer.com,exposition-osiris.com,keenfootwear.com,medicalxpress.com,outsideonline.com,phys.org,shire.com,techxplore.com##.notice anime2enjoy.com##.notice-board veritasbooksonline.com##.notice-wrap square-enix-games.com##.notice_Notices_29tRQ -3arena.ie,about.me,bertil.com,bethesda.net,brandalley.co.uk,cambridge.org,delfortgroup.com,dlink.com,eveningtelegraph.co.uk,fastcompany.com,gw2treasures.com,inc.com,lindex.com,postimees.ee,preoday.com,princeofwales.gov.uk,puregym.com,redbet.com,sciencex.com,spreds.com,toluna.com,wmeentertainment.com,ybs.co.uk,yola.com##.notification +3arena.ie,about.me,bertil.com,bethesda.net,brandalley.co.uk,cambridge.org,delfortgroup.com,dlink.com,eveningtelegraph.co.uk,fastcompany.com,gw2treasures.com,inc.com,lidl-ni.co.uk,lidl.co.uk,lidl.com.mt,lidl.ie,lindex.com,postimees.ee,preoday.com,princeofwales.gov.uk,puregym.com,redbet.com,sciencex.com,spreds.com,toluna.com,vialibri.net,wmeentertainment.com,ybs.co.uk,yola.com##.notification harvester.co.uk##.notification--notification brouwland.com##.notification-alert +foxbusiness.com,foxnews.com##.notification-banner bettyblocks.com##.notification-bar gumtree.com##.notification-box autotrader.co.za##.notification-container +tennistv.com##.notification-wrapper parallels.com##.notification.orange jaguar-me.com,jaguar.ca,jaguar.co.za,jaguar.com,jaguar.com.au,jaguarusa.com,landrover-me.com,landrover.ca,landrover.com,landrover.com.au,landrover.com.hk,landrover.gi##.notificationBars insurancebusinessmag.com##.notification_strip @@ -39514,6 +40357,7 @@ fundedbyme.com##.pageNotification ticketmaster.ca##.page__legal-link advisto.com##.page_warning akasha.org##.parts__Wrapper-sc-1svfu23-0 +spainhouses.net##.persistentMessage nordwindairlines.ru##.personal-data free-power-point-templates.com##.pg-modal-blackout botify.com##.pin-b.pin-l.fixed @@ -39538,7 +40382,7 @@ vesselfinder.com##.pprem powerreviews.com##.prd-wrap ultimaker.com##.preferences-bar easyeda.com##.priv-tips -dailyselect.co.uk,ferrerocareers.com##.privacy +dailyselect.co.uk,ferrerocareers.com,focustaiwan.tw##.privacy flyscoot.com##.privacy-bar luisaviaroma.com##.privacy-box pcmag.com##.privacy-content @@ -39558,7 +40402,7 @@ twitter.com##.r-13dxkaz.css-1dbjc4n niceareas.co.uk##.rayAlertBox hazlitt.net##.region-masthead-inner layar.com##.remarketing-banner -pli-petronas.com,swatch.com##.reveal-modal-bg +carhartt.com,pli-petronas.com,swatch.com##.reveal-modal-bg marsh.com##.reveal-modal-bg-white islamicfinder.org##.reveal-overlay ricola.com##.ricola-cookie-info @@ -39585,6 +40429,7 @@ gov.im##.site-warning tmt-magazine.com##.sitealert cofunds.co.uk##.smContainerInner sterkinekor.com##.snack +httpstatus.io##.snackbar hotukdeals.com##.softMessages-item trunews.com##.sp-overlay thermofisher.com##.specialMsg @@ -39631,9 +40476,9 @@ fontspring.com##.user_notice easeus.com##.usernotice_pop visualiq.com##.utilityBar singtel.com##.ux-consent-banner -ritdye.com##.v_bg\:peach-300.l_p\:25-x.p_l\:0 dailysabah.com##.veriAltBar robertozeno.com##.video-mask +remosoftware.com##.visitornotice trendyol.com##.vnotify-container ada.com##.wbl72e-0-footer capterra.com##.welcome-banner @@ -39641,9 +40486,11 @@ wizards.com##.wiz-block-sticky-inline theweathernetwork.com##.woahbar fubo.tv##.wrapper xvideos.com##.x-message +dideo.ir##.youtube-terms-banner youtube.com##.yt-consent yahoo.com##.yucs-eprivacy pizzahut.co.uk##.z-600 +ethereumprice.org##.zxc-msg theaustralian.com.au##CAAS-MESSAGE-PANEL santatracker.google.com##SANTA-NOTICE trustnet.com##USER-TYPE-POPUP @@ -39652,27 +40499,35 @@ mobile.twitter.com##[data-reactroot] > [class] + [class]:last-child facebook.com##[data-testid="cookie-policy-banner"] iubenda.com##a[style="padding-top: 10px; display: block;"] shab.ch##agb-bar +bethesda.net#?#visor-alert[name="visor-alert"] > div[class=""] > div > div:last-child:-abp-has( > a[href$="/cookie-policy"]) myscience.org##body > .block > .center openbookpublishers.com##body > .menu-header medium.com##div > .branch-journeys-top spotify.com##div > div[aria-live="polite"] transamerica.com##div.bannerAlert--isHidden yahoo.com##div.js-applet-view-container-main > div.fixed-win[style^="background:"] +tacobell.co.uk##div[am-cookie] +patreon.com##div[aria-describedby^="BannerContent"] pri.org##div[class^="CtaMessage_"] +similarsites.com##div[class^="PrivacyNotification"] epidemicsound.com##div[class^="___Warnings"] +studocu.com##div[class^="banner-wrapper-"] mvagusta.com##div[class^="bannerContainer"] vodafone.co.uk##div[class^="cookie-policy"] joom.com##div[class^="disclaimer"] +udemy.com##div[class^="eu-cookie-message-"] giphy.com##div[class^="flash-message"] brain.fm##div[class^="modules-core-css-CookiePopup"] voxi.co.uk##div[class^="notification-container"] +cheddar.com##div[class^="notificationBanner"] listen.tidal.com##div[class^="notificationWrapper--"] +deliveroo.ie##div[class^="orderweb__"] tunein.com##div[class^="violator__container"] youtube.com##div[class^="ytd-consent"] tunein.com##div[data-testid="gdpr-violatorContainer-true"] onlinetvrecorder.com##div[id^="d1"] globecast.com##div[id^="icegram_message_"] -knowyourmeme.com##div[id^="sp_message_id"] +dumont.de,knowyourmeme.com##div[id^="sp_message_id"] mashable.com##div[style*="background: rgb(255, 255, 255)"] plarium.com##div[style*="position: fixed;"] cplusplus.com##div[style="background:#eed;padding:10px;margin:0;text-align:center;border-bottom:1px solid #446"] @@ -39689,7 +40544,6 @@ my.games##header > .gdpr weatherbug.com##notification-footer satispay.com##p[class^="cookie-banner"] truecaller.com##span > .max-w-md.shadow-lg -bethesda.net##visor-alert ! mobile.twitter.com mobile.twitter.com###react-root > div > div > .rn-gvpnoh mobile.twitter.com##.rn-gvpnoh.rn-eps6nq.rn-13qz1uu @@ -39701,7 +40555,7 @@ play.google.com#?#.gb_g:-abp-contains(cookie) msi.com###ccc smallseotools.com###cookie-bar eteknix.com###cookie-law-info-bar -depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru###cookie_popup +depositfiles.com,dfiles.eu,dfiles.ru###cookie_popup tweaktown.com###cookies_footer_sec shirtsofcotton.com###udtDark bild.de,welt.de##.as-oil @@ -39715,6 +40569,8 @@ mashable.com##.cookie-notice allmusic.com##.cookie-policy-box rp-online.de##.park-snackbar-cookies walmart.ca##.privacy-open > div > [class] > div[class^="css"] +! Multi-national sites +spot-a-shop.at,spot-a-shop.de,spot-a-shop.fi,spot-a-shop.fr,spot-a-shop.pl,spot-a-shop.se###__next > div > div > div[class^="css"] ! ------------------------Rules for international sites------------------------! ! *** easylist:fanboy-addon/fanboy_annoyance_international.txt *** ! @@ -39784,6 +40640,7 @@ almasryalyoum.com##.news_SMSBox skynewsarabia.com##.news_letter nooun.net,syria.tv,thawrah2day.com,tunisna.tv##.newsletter aljadeed.tv##.nextPrevNews +asiatv.cc##.pushmenu_modal iwaatch.com##.s-up fakartany.com##.sign-up alhurra.com##.subscribe @@ -39834,6 +40691,7 @@ valentins.de###arrow-up nzz.ch###articleMore testberichte.de###bck-t-tp androidnext.de###c4a_box +hartziv.org###cr_embeded_form reifenpresse.de###custom_html-2 handelsblatt.com###divStickyLayerWrapper focus.de###flying_mbox @@ -39862,7 +40720,7 @@ suedtirol-it.com##.btn-top comparis.ch##.button-go-up phoenix.de##.c-toplink motorsportpics.de##.cc-FloatingButtonBarContainer-button-scroll -alpine-gehoerschutz.de##.cd-top +alpine-gehoerschutz.de,fraunhofer.de##.cd-top blm.de##.clickTop zentrum-der-gesundheit.de##.component-recommended-products stuttgarter-nachrichten.de##.container-stn-popup @@ -40183,6 +41041,7 @@ rtl.fr##.article-mail-form carrelages4000.fr##.ays-front-message orange.be##.b2c-global-footer-container automobile-magazine.fr##.bloc-nl +e-sante.fr##.box-one-click ouest-france.fr##.btn-scroll liberation.fr##.campagne-opt-in ledevoir.com##.card @@ -40208,6 +41067,7 @@ futura-sciences.com##.module-propal-nl dealabs.com##.nav-banner silicon.fr##.nav-next silicon.fr##.nav-previous +service-public.fr##.nav-up ogaming.tv##.navbar-fixed-bottom fourchette-et-bikini.fr##.newsBloc cuisineetvinsdefrance.com,francetvinfo.fr,leparisien.fr,phonandroid.com,silicon.fr##.newsletter @@ -40387,7 +41247,6 @@ mundodeportivo.com##.home-nav-balls notimex.gob.mx##.ir-arriba 990espndeportes.com##.more-stories eldiariony.com,laopinion.com,laprensafl.com,laraza.com,paratimujer.us,silicon.es##.newsletter -clarin.com##.notification-popup diariolasamericas.com##.object-forward-note soychile.cl##.overli daf.es##.page-overlay @@ -40428,6 +41287,7 @@ clarin.com##a[href^="/newsletters/"] ||epeex.com^$third-party ||fastweb.it^*/newsletter. ||formiche.net^*/newsletterformiche- +||giornaledibrescia.it/newsletter/ ||hikoki-powertools.it/image/top- ||ilpost.it^*/IAS_banner_ ||ilpost.it^*/System24_banner_ @@ -40448,6 +41308,7 @@ clarin.com##a[href^="/newsletters/"] ||monovolume.cc^*/up_btn. ||nexilia.it^*/feed.bundle.js ||notifiche.secoloditalia.it^ +||pagamentidigitali.it^*/newsletter.jpg ||player.pulsemediatv.com^$third-party,domain=~bwin.tv ||player.streamshow.it^$third-party ||publy.com^$third-party @@ -40462,7 +41323,6 @@ clarin.com##a[href^="/newsletters/"] ||videosynd.kataweb.it^$third-party ||vistosulweb.com^*/Newsletter. ||warnerbros.it^*/top.png -||widgets.trustedshops.com^$third-party ||wp.com/www.proiezionidiborsa.it/*/google-news- ! ! ---------- Italian Site Specific Hiding Rules ---------- @@ -40485,7 +41345,7 @@ automoto.it,moto.it###arrow-back-top norbaonline.it###back ssangyong-auto.it###back_top telefonino.net###backbutton -grandangoloagrigento.it,qds.it,tempostretto.it,vistosulweb.com###blogup +grandangoloagrigento.it,itacanotizie.it,qds.it,tempostretto.it,vistosulweb.com###blogup erboristeriamagentina.it###blultpdfbanner virgilio.it###bottom_chat paginegialle.it###btt @@ -40509,9 +41369,10 @@ bimota.it,invicta.it,saintvincentresortcasino.it###go-top ilsole24ore.com###ias ilsole24ore.com###ias-footer ilquotidianodellazio.it###imgtop +cronacheancona.it###intestazione citywire.it###jsRegisterAlertBanner italiaoggi.it###lig_movingup2it_smartbox -agenziaimpress.it,davidemaggio.it,ilfarosulmondo.it,meteonetwork.it,moked.it,money.it,techzilla.it,tvsvizzera.it###mc_embed_signup +agenziaimpress.it,davidemaggio.it,ilfarosulmondo.it,meteonetwork.it,moked.it,money.it,techzilla.it,tvsvizzera.it,vvox.it###mc_embed_signup decathlon.it###messagetop milanofinanza.it###milanofinanza_web_smartbox_article automoto.it,moto.it###mit-bottombar @@ -40535,6 +41396,7 @@ vloungebeach.tv###scroll_up mobimart.it###scrollblock cb01.best###scroller chiesi.com###scrolltab +uniroma1.it###sdb-wrapper tuttoandroid.net###sh_local virgilio.it###shr_box qualescegliere.it###slideUpForm @@ -40545,18 +41407,22 @@ amazon.it###smart-app-banner centrometeolombardo.com###spot_popup arch.bz.it###srollTop fm-world.it###subscribe-form +lavocedeltrentino.it###subscription-form tp24.it###templatemo_container_barra emmepress.com###text-9 isocellitalia.it###top avantishop.it,lacomunicazione.it###top-link wtc.genova.it###top-of-the-page +gedidigital.it###topButton +fantacalcio.it###topbar cambiodns.com###torna -consorzioautolinee.it,ixosofficial.com,maxcasa.com,murripatrizia.it,nomisma.it,rstore.it###totop +consorzioautolinee.it,ixosofficial.com,maxcasa.com,murripatrizia.it,nilox.com,nomisma.it,rstore.it###totop altoadigelatte.com###up alvolante.it###wrapper-header-small-up ice.it##.ScrollTop ilvibonese.it##.acy-email-footer ansa.it##.adv-static +agi.it##.agi-newsletter autoscout24.it##.app-banner basketinside.com,carpicalcionews.it,cittaceleste.it,corsedimoto.com,fantamagazine.com,fcinter1908.it,forzaroma.info,gazzamercato.it,golssip.it,ilmilanista.it,itasportpress.it,juvenews.eu,mediagol.it,mondoudinese.it,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,sassuolocalcionews.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,violanews.com##.arrowleft basketinside.com,carpicalcionews.it,cittaceleste.it,corsedimoto.com,fantamagazine.com,fcinter1908.it,forzaroma.info,gazzamercato.it,golssip.it,ilmilanista.it,itasportpress.it,juvenews.eu,mediagol.it,mondoudinese.it,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,sassuolocalcionews.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,violanews.com##.arrowright @@ -40565,14 +41431,16 @@ edilportale.com##.article-right multiplayer.it##.article_nav tempi.it##.article_newls_box iltempo.it##.articoli_correlati -agendadigitale.eu,corrierecomunicazioni.it,insuranceup.it##.bottom-bar__up +agi.it##.banner-register +agendadigitale.eu,corrierecomunicazioni.it,economyup.it,insuranceup.it##.bottom-bar__up guardaserie.watch##.bottom-button-top engage.it##.box-engage-mag infobuildenergia.it##.box_dem wuerth.it##.btn-scroll-top liquiriziacalabrese.it##.btn-top +pagamentidigitali.it##.btn_iscriviti lastampa.it##.call-iscrizione -calendario-365.it,cdt.ch,consumer.bz.it,dmail.it,epochtimes.it,kellergrigliati.it,maximitalia.it,mondoconv.it,paginesi.it,ridble.com,saras.it,vinusta.com,vog.it##.cd-top +calendario-365.it,cdt.ch,consumer.bz.it,dmail.it,epochtimes.it,filmatipornohd.com,kellergrigliati.it,maximitalia.it,mondoconv.it,paginesi.it,ridble.com,saras.it,vinusta.com,vog.it##.cd-top primaonline.it##.col-nl lastampa.it##.conferma_reg_nl ilfarmacistaonline.it##.containerBannerBox @@ -40585,6 +41453,7 @@ dday.it##.corriere-header sapere.it##.dbdslim donnamoderna.com##.donnam-footer-newsletter webnews.it##.email +policymakermag.it,startmag.it##.essb-subscribe-form pambianconews.com,tecnoandroid.it##.essb_mailform corriere.it##.fancybox-overlay tomshw.it##.fixed_arrows @@ -40612,7 +41481,7 @@ spaziogames.it##.nav-reveal everyeye.it##.nav_articoli ilsitodellozoo.com##.navbar-alt laleggepertutti.it##.news-letter -01net.it,advisoronline.it,basketinside.com,carpicalcionews.it,cittaceleste.it,condominioweb.com,corsedimoto.com,fantamagazine.com,fcinter1908.it,focusardegna.com,forzaroma.info,gazzamercato.it,gogedizioni.it,golssip.it,guidafisco.it,ilfoglio.it,ilgiorno.it,ilmilanista.it,ilposticipo.it,ilrestodelcarlino.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,lanazione.it,leitgamhof.com,lescienze.it,linkiesta.it,lvh.it,mediagol.it,mondoudinese.it,motorionline.com,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,quotidiano.net,rivistacontrasti.it,sassuolocalcionews.it,silicon.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,valori.it,violanews.com##.newsletter +01net.it,advisoronline.it,aeroporto.net,basketinside.com,carpicalcionews.it,chiesadimilano.it,cittaceleste.it,condominioweb.com,corsedimoto.com,fantamagazine.com,fcinter1908.it,focusardegna.com,forzaroma.info,gazzamercato.it,giornaledibrescia.it,gogedizioni.it,golssip.it,guidafisco.it,ilfoglio.it,ilgiorno.it,ilmilanista.it,ilposticipo.it,ilrestodelcarlino.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,lanazione.it,leitgamhof.com,lescienze.it,linkiesta.it,lvh.it,mediagol.it,mondoudinese.it,motorionline.com,numericalcio.it,padovasport.tv,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,quotidiano.net,rivistacontrasti.it,sassuolocalcionews.it,silicon.it,sportavellino.it,tenniscircus.com,toronews.net,tuttobolognaweb.it,valori.it,violanews.com##.newsletter ravennanotizie.it##.newsletter-section starbene.it##.nlslim systems.bz##.on-top @@ -40623,10 +41492,11 @@ enzopennetta.it##.popmake tvprato.it##.quinews-header giornalettismo.com##.related-article bisceglielive.it##.reports -ilfoglio.it,webnews.it##.rss +diariodelweb.it,ilfoglio.it,webnews.it##.rss lasicilia.it##.sali tempoitalia.it##.scroll simplymarket.it##.scroll-top-footer +lampade.it##.scrollBack assologico.it##.scrollbutton ilsole24ore.com##.scta nazarenogabrielli.it##.shopress_scroll @@ -40649,6 +41519,7 @@ peugeot.it##.toplink ilvibonese.it##.torna_su americantourister.it##.ui-widget-overlay lospecialista.tv##.widget_mailpoet_form +lospecialista.tv##.widget_specialert secoloditalia.it##.widget_wpmailup_widget inpharmamag.it##.wptbbarheaddiv corriere.it##a[href*="/newsletter"] @@ -41192,6 +42063,7 @@ csa.fr##.Share gentside.com##.action journaldunet.com##.app_aside--follow jeuneafrique.com##.art-toolbox +leparisien.fr##.article-iconbar leparisien.fr##.barrePartage lesechos.fr##.bloc-suiveznous bfmtv.com##.btn-reseaux @@ -41318,6 +42190,7 @@ salto.bz###block-block-11 salto.bz###block-block-6 interno.gov.it###block-menu-menu-segui-su leggo.it###box-social +salute.gov.it###boxCondivisioneVoto mediaset.it###boxOptions comune.torino.it###condividi ilmeteo.it###condividi_news @@ -41339,7 +42212,7 @@ termometropolitico.it###seguici gazzetta.it###share goodmorningnews.it###short-url deejay.it###slider -autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,lavoro.gov.it,meteogiornale.it,meteovista.it,optimagazine.com,optimaitalia.com,radioitalia.it,rasom.it,superwheels.net,unibo.it,virginactive.it###social +autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,lavoro.gov.it,meteogiornale.it,meteovista.it,optimagazine.com,optimaitalia.com,radioitalia.it,rasom.it,salute.gov.it,superwheels.net,unibo.it,virginactive.it###social radioetv.it###social_presence grom.it###top-info bastabugie.it###twitter @@ -41402,6 +42275,7 @@ epochtimes.it,infotelematico.com,regione.abruzzo.it,stroilioro.com,transfermarkt nolostand.it##.home-social tuttosport.com##.ico-shared mymovies.it##.ico_social_schedine +24plus.ilsole24ore.com##.icon-send infocert.it##.img-facebook infocert.it##.img-flipboard infocert.it##.img-linkedin @@ -41409,6 +42283,7 @@ infocert.it##.img-slideshare infocert.it##.img-youtube wallstreetitalia.com##.inner__more baume-et-mercier.it,ilfoglio.it##.instagram +isaechia.it##.instagram-widget corriereadriatico.it,ilgazzettino.it,ilmattino.it,ilmessaggero.it,leggo.it,quotidianodipuglia.it##.introfollow ilmeteo.net##.liCompartir thevision.com##.like @@ -41421,19 +42296,21 @@ andreagaleazzi.com##.mercatino-toggle ansa.it##.new-toolbar-menu ansa.it##.news-social corriere.it##.player-email-ctn +raisport.rai.it##.prefooter mediaset.it##.s_box nationalgeographic.it##.segui-ng -lescienze.it##.seguici +lescienze.it,unica.it##.seguici askanews.it##.seguici_footer chiesi.com##.seguicisu -amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,landrover.it,lastampa.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share +amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,isaechia.it,itasportpress.it,juvenews.eu,landrover.it,lastampa.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share mediaset.it,meteo.it##.shr finanzaonline.com,teleborsa.it,tempostretto.it##.soc quickparking.it##.soc-icon-container -affaritaliani.it,altadefinizione01.cloud,altroconsumo.it,angeloparodi.it,angolotesti.it,aruba.it,askanews.it,auto.it,avivaitalia.it,bioisotherm.it,cdt.ch,cielotv.it,cipiacecucinare.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,corrierecomunicazioni.it,deabyday.tv,diariodelweb.it,eurogamer.it,euronics.it,europages.it,eurospin.it,famigliacristiana.it,finanzaonline.com,fm-world.it,grandhotel-et-des-palmes.com,gse.it,hdmotori.it,html.it,ilgiornale.it,ilpopulista.it,ilposticipo.it,ilsussidiario.net,inmoto.it,istat.it,italiaoggi.it,ivid.it,kataweb.it,lafeltrinelli.it,lasicilia.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,mader.bz.it,magnoliatv.it,mediagol.it,mediocredito.it,meetingrimini.org,milanofinanza.it,monovolume.cc,moto.it,motorionline.com,mtv.it,naturalborngamers.it,norbaonline.it,nurse24.it,olivetti.com,opinione.it,pneusnews.it,proiezionidiborsa.it,qualenergia.it,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sardiniapost.it,scorpionbay.com,sorgenia.it,suzuki.it,tari.it,testimania.com,vg247.it,viveregiovani.it,vortice.it,wallstreetitalia.com##.social +affaritaliani.it,altadefinizione01.cloud,altroconsumo.it,angeloparodi.it,angolotesti.it,aruba.it,askanews.it,auto.it,avivaitalia.it,bioisotherm.it,borsadelcredito.it,cdt.ch,cielotv.it,cipiacecucinare.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,corrierecomunicazioni.it,deabyday.tv,diariodelweb.it,eurogamer.it,euronics.it,europages.it,eurospin.it,famigliacristiana.it,finanzaonline.com,fm-world.it,giornaledibrescia.it,grandhotel-et-des-palmes.com,gse.it,hdmotori.it,html.it,ilgiornale.it,ilpopulista.it,ilposticipo.it,ilsussidiario.net,inmoto.it,istat.it,italiaoggi.it,ivid.it,kataweb.it,lafeltrinelli.it,lasicilia.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,luinonotizie.it,mader.bz.it,magnoliatv.it,mediagol.it,mediocredito.it,meetingrimini.org,milanofinanza.it,monovolume.cc,moto.it,motorionline.com,mtv.it,naturalborngamers.it,norbaonline.it,nurse24.it,olivetti.com,opinione.it,pneusnews.it,proiezionidiborsa.it,qualenergia.it,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sardiniapost.it,scorpionbay.com,sorgenia.it,suzuki.it,tari.it,testimania.com,unica.it,units.it,vg247.it,viveregiovani.it,vortice.it,wallstreetitalia.com##.social investireoggi.it##.social_menu gametimers.it,kontrokultura.it##.ss-ic cinemalibero.news##.telegram +agensir.it##.temporary-skin-adv nurse24.it##.toolbar epochtimes.it##.tools gianlucadimarzio.com,ilpost.it##.tw @@ -41443,11 +42320,16 @@ agenziacasaclima.it##.youtube ilsole24ore.com##[data-type="fb"] ilsole24ore.com##[data-type="in"] ilsole24ore.com##[data-type="tw"] -agendadigitale.eu,corrierecomunicazioni.it,insuranceup.it##a[href="#condivisioni"] +agendadigitale.eu,corrierecomunicazioni.it,economyup.it,insuranceup.it##a[href="#condivisioni"] +blogsicilia.it##div[style="margin-top: 15px;display: block;padding-left: 18px;font-size: 45px;position: relative;clear: both;"] +||agensir.it^*/skinfb2.jpg ||calciomercato.it/img/notizie/social/ ||condominioweb.com/img_cdw/seguici.png ||ilmeteo.it^*/BOX%20COMPLETO. ||ilquotidianodellazio.it/img/mi-piace- +||lasiciliaweb.it^*/mipiace.gif +||mondomobileweb.it^*/mondomobiletelegram. +||nursetimes.org^*/telegram-banner. ||quimediaset.it^*/bgToolbar. ||repstatic.it^*/social.js ! @@ -41491,6 +42373,7 @@ hannibaltv.com.tn##.rs_bas aljazeera.net,autoline-arabic.com##.share waraa-elahdath.com##.smedia akhbaralsabah.com,al-akhbar.com,alkessa.com,almirbad.com,aqsatv.ps,ceroms.com,egyrep.com,europages.ma,fakartany.com,fxnewstoday.ae,hamas.ps,hannibaltv.com.tn,nessma.tv,raseef22.com,rotana.net,sbc.sa,tunisna.tv##.social +alahlionline.com##.social-network nooun.net##.socila wesalhaq.tv##.tele skynewsarabia.com##.telegram @@ -41540,6 +42423,7 @@ vijesti.me##.social herder.de###BottomNotification e-formel.de###CKC singles-in-stuttgart.de,wander-community.de###DC +vdk.de###DSE gira.de###ac_frame spielfilm.de###alert weltwoche.ch###alteAusgabenCovers @@ -41555,7 +42439,7 @@ hosteurope.de###cche badkissingen.de,wuerzburg.de###chint jmmgc.com###cnotice adventskalender-gewinnspiele.de,happy-spots.de,kirmes-in-deutschland.de,stadtfeste-in-deutschland.de,weihnachtsmaerkte-in-deutschland.de,weinfeste-in-deutschland.de###cono -kunstnet.de,zitatezumnachdenken.com###consent +kunstnet.de,notebookinfo.de,zitatezumnachdenken.com###consent renault-koenig.de###cook bookingsuedtirol.com,die-glocke.de,essentraextrusion.de,filati.cc,gebag.de,lvr.de,ruhrbarone.de,shop-apotheke.com###cookie bambergfacts.de###cookiebar-007 @@ -41563,19 +42447,19 @@ abload.de,autoampel.de,cewe-print.de,dynamo-fanshop.de,elegant.be,firma5.com,liv start-nrw.de###cpopup ruegenwalder.de###csdialogbd ruegenwalder.de###csdialogmd2 -scheune-gluecksburg.de###d-notification-bar rentalens.ch###dabar interhyp.de###data-protection__layer sovd.de###datenschutzfenster -gehalt.de###datenschutzlayer shopwelt.de###dateschutzinfo alldent-zahnzentrum.de###dialog elektrotresen.de,fliesenoutlet.com,stw.berlin###disclaimer carl-walther.de###disclaimer-bar novasol.at###disclosure-container fool.de###dogfish +strabag-pfs.de###dsgvo autokostencheck.de###footerSlideContainer pokewiki.de###gl-topbar-bg +aida.de###hfas782aj pfarrverband-koenigslutter.de###hinweis cb500.net,grammophon-platten.de,heim-und-haustiere.de,schwedisch-translator.de,sirutor-und-compur.de,wumpus-gollum-forum.de###hinweise d-secour.de###importantMessages @@ -41584,13 +42468,13 @@ gruene-bundestag.de###info_message haehnchengrillstation.de,inovartis.eu,kanzlei-mueller-wuppertal.de,lankes-zirndorf.de###infobar krombacher.de###js-tracking-notice art-studios-inprogress.de###kb-container -klebetape.de###keksdose bioapotheke.de###landing_page_popup bmw.de###layerWrapper gorreri.de###loggedbar literaturuebersetzer.de###mCCForm emax-haustechnik.de###mediameetsFacebookPixel--notification funpot.net###message +winfuture.de###message_id blauarbeit.de###messages-container meinvorsorgemanagement.de###mhp-cl wabeco-remscheid.de###myModal @@ -41605,7 +42489,6 @@ xn--allestrungen-9ib.de###overlay uni-greifswald.de###piwik-flyin reddingo.ch###policy amtempo.de###popup -spot-a-shop.de###popup-notifications ford-maiwald.de###popupDiv bka.de,bmjv.de,maurice-renck.de###privacy aqua-medic.de###privacy-info @@ -41614,10 +42497,12 @@ e-cooline.de###privacy-protection news5.de###privacyContainer thebarn.de###promotion-bar gab-umweltservice.de###rcpm +netbet.de###sec-banner-div sightseeing-kontor.de###sk-info -mydealz.de###softMessages-list +mydealz.de,preisjaeger.at###softMessages-list +urteile-gesetze.de###stickyFooter camp-firefox.de,soeren-hentzschel.at###storage-notice -tiershop.de###toast-container +sozialleistungen.info,tiershop.de###toast-container mydays.de###topbanner staatsbibliothek-berlin.de###tracking-info schauinsland-reisen.de###trackingInfo @@ -41635,7 +42520,7 @@ pizza.de##._3HiJ dewilgo.de##.activebar-container afs.de##.afs_coi 24h-pflege-check.de,baden-wuerttemberg.de,discounto.de,elektroaktivisten.de,fotocommunity.de,mantel.com,stylevamp.de,tchncs.de##.alert -ajs-bw.de,erleben-im-alltag.de,gestaltamwerk.de,kbaur-gmbh.com,tokuweb.de,tus-almena.de##.alertbanner +ajs-bw.de,erleben-im-alltag.de,gestaltamwerk.de,kbaur-gmbh.com,novaline.de,tokuweb.de,tus-almena.de##.alertbanner mjamjam-petfood.de##.allover naturenergieplus.de##.announcement appdynamics.de##.announcement-bar @@ -41643,6 +42528,7 @@ playboy.de##.as-oil-content-overlay urbia.de##.banner anibis.ch##.banner-wrapper bkw.ch##.bkw-snackbar +china-certification.com##.blueline-content-popup marktguru.de##.bottom-alert envivas.de##.box-hint-layer hey.car##.btDhtn @@ -41658,7 +42544,7 @@ tobias-bauer.de##.ce_rsce_swissy_fixed_note oper-wuppertal.de##.ci-container massivum.de##.cn_box schmidtnorm.at##.col-12 > div > div > .container -diebayerische.de,fanbike.de##.consent +diebayerische.de,fanbike.de,speicherguide.de##.consent usz.ch##.consentManagement borgware.de,buffalo.de,daparto.de,del.org,donaukurier.de,matratzen-concord.de,model-kartei.de,pyur.com,signal-iduna.de,spartanien.de,starcar.de,unumotors.com##.cookie capcom-germany.de,dtstudyclub.de,insel-sylt.de,medela.de,parfumsclub.de,reifenlehmann.de,selfhost.de,spie.de##.cookies @@ -41666,10 +42552,12 @@ hilzingen.de,wurmberg.de##.datenschutz die-linke.de,dielinke.berlin,lexus.at,lexus.de##.disclaimer jobscout24.ch##.disclaimer-message efinancialcareers.de##.dismissable-notifications +doctolib.de##.dl-drawer-bottom rtl-living.de,rtl.de,vox.de##.dnt__container i-dex.de,i-love-tec.de,moebel-und-garten.de##.dsgvo waff.at##.en-notification fgh-info.de##.fade.alert-warning.alert +speisebaron.de##.fixed-bottom.navbar bss-sichelstiel.de,smimea.info##.fixed-note sg-weber.de##.flash-info dws.de##.flash-message__wrapper @@ -41714,32 +42602,39 @@ roland-schuhe.de##.newsflash kvvks.de,messe-kassel.de##.note helios-gesundheit.de,shire.de##.notice armedangels.de##.notice-home -cebit.de,denic.de,lesara.de,moviepilot.de,salus.de##.notification +cebit.de,denic.de,lesara.de,lidl.at,lidl.ch,moviepilot.de,salus.de##.notification ep.de##.notification-widget onb.ac.at##.notification-wrapper jaguar.at,jaguar.de,landrover.at##.notificationBars ziffit.de##.notificationholder horizon.tv##.notifications-manager +hannovermesse.de##.notifier orf.at##.oon-ds-banner thueringenforst.de##.opt-out zitatezumnachdenken.com##.overlay auto-motor-und-sport.de##.p40 nh-hotels.de##.politicaRewards airleben.de,datafox.de##.popup-banner +lagermaulwurf.de##.popup-notification +heinemanngalabau.de##.popup_anchor > .ContainerGroup > .grpelem ehl.de##.popup_bg audio-parts.de##.popup_notification bad-wildbad.de##.popupbox +porschebank.at##.porschebank-statisticsOptBox +hometogo.de##.posf.react-onclickoutside brieffreund-gesucht.de##.privacy focus-arztsuche.de##.py-md.tracking-box deutscher-fenstershop.de##.rule_assept grazia-magazin.de,idee-fuer-mich.de##.safeSpaceForClose bw-online-shop.com##.show-modal +au-checkliste.de##.showAGP kleiderkreisel.de##.sticky-footer miles-and-more-kreditkarte.com##.stoerer payback.de##.stripe--fixed-bottom bezirk-oberbayern.de,erkrath.de,haan.de##.tracking-box-wrap celle.de##.tracking-msg autohus.de##.u-fixed +hypovereinsbank.de##.uccb emma-matratze.at,emma-matratze.de##.ucn-block euromaxx.nu##.ui-widget-content anisearch.de##.urgent-msg @@ -41747,6 +42642,7 @@ cebit.de,domotex.de,hannovermesse.de,ligna.de,messe.de##.user-notes-notification oeaw.ac.at##.warning-popup regupedia.de##.wr_regupedia-header-cookie tfa-dostmann.de,visomat.de##.xcb +geo.de##div[class^="sp_message_container"] aboutyou.de##div[class^="styles__container-"] hessnatur.com##div[id^="actionbar_comp_"] unitymedia.de##div[style="background-color: rgb(0, 119, 208); color: rgb(255, 255, 255); padding: 20px; position: relative; z-index: 998;"] @@ -41765,16 +42661,18 @@ winfuture.de##div[style^="position: fixed; bottom:"] bergische-energie.de##div[style^="position: fixed; top: 0px;"] werder.de##div[style^="position: fixed; top:"] bergische-energie.de##div[style^="width: calc"] +oebv.net##form > div kalenderpedia.de##p fc-hansa.de##p[style="display: block; margin: 0px; padding: 10px 30px 10px 10px; color: rgb(255, 255, 255); font-size: 13px; line-height: 1.5;"] hl-live.de##table[width="1000"] ! ! ---------- French ---------- ! -sfr.fr###CkC +red-by-sfr.fr,sfr.fr###CkC vrin.fr###Disclaimer grandeavenue.fr###FixedBannerClientDiv cdiscount.com###\5f evh-ric +madeindesign.ch###_EAPM volvic.fr###_legal guideastuces.com###agreeMsg ecrypterlenergie.org###alert-mention @@ -41784,25 +42682,30 @@ keskeces.com###cook paconsulting.com###cookPop romedic.ro###cookbox cartezero.fr,france.tv,grillofrance.fr,havas-voyages.fr,le1hebdo.fr,materiel.net,societe.com###cookie -4clik.com,arlestourisme.com,brain-magazine.fr,cer-eau.fr,colissimo.fr,edcom.fr,enmark2.com,gentside.com,gretel-box.com,jackpot-des-experts.fr,jules.com,laposte.fr,logistafrance.fr,lumiglobal.fr,maxisciences.com,mybiclighter.com,ohmymag.com,secu-independants.fr,showroomprive.com,solutions-numeriques.com,tourtel-twist.fr,ville-ideale.com,ville-ideale.fr,viously.com###cookies +4clik.com,arlestourisme.com,brain-magazine.fr,cer-eau.fr,colissimo.fr,edcom.fr,enmark2.com,feuvert.fr,gentside.com,gretel-box.com,jackpot-des-experts.fr,jules.com,laposte.fr,logistafrance.fr,lumiglobal.fr,maxisciences.com,mybiclighter.com,ohmymag.com,secu-independants.fr,showroomprive.com,solutions-numeriques.com,tourtel-twist.fr,ville-ideale.com,ville-ideale.fr,viously.com###cookies mediametrie.fr###cooks listesdemots.com###cp makita.fr###disclaimer docteurclic.com###disclamer unex.net###disclosure +atlasformen.fr###divBottomStickyLayer biomet.fr,closermag.fr,illicopharma.com###fancybox-overlay biomet.fr,closermag.fr,illicopharma.com###fancybox-wrap maidenfrance.fr###headband benbere.org,habarirdc.net,yaga-burundi.com###info-bottom ville-montrouge.fr###info_message autoreflex.com###legal +fromagesuisse.ch###legalnotice lotus-planete.com###lotus-cookies-wrap comptabilisation.fr###message_wrap maxifoot.fr###mfcok1 altaprofits.com,aujourdhui.com###notification infojobs.net###notification-type all-bikes.fr,store-opart.fr###ocw_conteneur +laurentwillen.be###overlay-bg formulacionquimica.com###pck +legalstart.fr###pop +darricau.com###popup ldlc-pro.com###privacy ashtangayogaantibes.com###shBackground selexion.be###splash_footer @@ -41821,7 +42724,7 @@ runinreims.com##.confidentialite planeteanimal.com,toutcomment.com##.consent lirelactu.fr##.container-0-5 eco-systemes.fr,ffr.fr,midilibre.fr,quelpneu.com,sudouest.fr,tv7.com##.cookie -118000.fr,adrea.fr,bpost.be,citus-kalix.fr,clique.tv,communauto.com,comparateur-energie.be,cuisineaz.com,degrouptest.com,epresse.fr,info-retraite.fr,intermarche.be,o2recrute.fr,ouestjob.com,parisjob.com,perfumesclub.fr,previssima.fr,service-public.fr,stb.com.tn,wemystic.fr,xxe.fr##.cookies +118000.fr,adrea.fr,bpost.be,citus-kalix.fr,clique.tv,communauto.com,comparateur-energie.be,cuisineaz.com,degrouptest.com,epresse.fr,info-retraite.fr,intermarche.be,monsieur-meuble.com,o2recrute.fr,ouestjob.com,parisjob.com,perfumesclub.fr,previssima.fr,service-public.fr,stb.com.tn,wemystic.fr,xxe.fr##.cookies creavea.com##.creavea-banner-cookie-consent lexus.fr##.disclaimer molotov.tv##.eRnhI @@ -41835,6 +42738,7 @@ apec.fr##.message-informatif-bottom fiveguys.fr##.modal-backdrop ornox.fr##.navbar-fixed-bottom drivepad.fr##.notif +lidl.fr,lidl.lu##.notification jaguar.be,jaguar.fr,landrover.be,landrover.fr##.notificationBars sammic.fr##.noty_message leclercdrive.fr##.pWCTD609_BandeauCookies @@ -41851,6 +42755,7 @@ vinted.fr##.sticky-footer efax.fr##.stickyFooter tupperware.fr##.topRibbon le-dictionnaire.com##.topdisclaimer +ugc.fr##.ui-dialog[aria-describedby*="gdpr"] ~ .ui-widget-overlay cafpi.fr##.warning businessinsider.fr,voici.fr##div[class^="sp_message_container"] sportetstyle.fr##div[id^="cookie"] @@ -41872,6 +42777,7 @@ photocamera.bg###cookies zora.bg##.bottom-freezed-bar infinitibg.bg##.c_128 lexus-bulgaria.bg##.disclaimer +lidl.bg##.notification ! ! ---------- Chinese ---------- ! @@ -41893,7 +42799,8 @@ zadovoljstvozaposlenika.hr##.cookies hapih.hr,podravski.hr##.dialog-widget kult-portal.com##.infobar usporedi.hr##.modal-backdrop -trazi.hr##.notification +player.pl##.modal-rodo +lidl.hr,trazi.hr##.notification infozona.hr##.popup-overlay ! ! ---------- Czech ---------- @@ -41926,6 +42833,7 @@ dotacedestovka.cz##.fnx__cc ipodnikatel.cz##.footer-banner-container benu.cz##.info-bar itrebon.cz##.info-okno +lidl.cz##.notification jaguar.cz,landrover.cz##.notificationBars vivre.cz##.notification__access ajurveda-brno.cz,silicmedia.cz##.notify @@ -41939,10 +42847,9 @@ ceske-sjezdovky.cz##form[style^="display:block;position: fixed;"] ! ! ---------- Danish ---------- ! -movieview.dk###cookie +br.dk,djoef.dk,movieview.dk###cookie gricultureandfood.dk###cookies duf.dk###cw -pricerunner.dk###data-protection-notification zueblin.dk###dsgvo gartneriraadgivningen.dk###infobar udlodningsmidler.dk###lbmodal @@ -41957,8 +42864,9 @@ netdyredoktor.dk##.ct-inner ritzau.dk##.footer__notification trendsales.dk##.iyAkJq.sc-TFwJa globase.dk##.mtsnb -proff.dk,zaplo.dk##.notification +lidl.dk,proff.dk,zaplo.dk##.notification invita.dk,unoform.dk##.notificationbar +get-digital.dk##.privacy-wrapper saltogpeber.dk##.push-up e-conomic.dk##.region-page-bottom systemair.com##.reveal-modal-bg @@ -41996,7 +42904,6 @@ allekringloopwinkels.nl###toolbar-bottom vandijk.nl###trackingOverlay xs4all.nl###xs4all-cookieWall xs4all.nl###xs4all-cookieWall-overlay -telegraaf.nl#@#.CookiesOK smulweb.nl##.accept_container zeda.nl##.activebar-container 4launch.nl##.alert @@ -42023,7 +42930,7 @@ ingsprinters.nl##.modal daf.nl,hepatitiscgids.nl##.modal-backdrop ad.nl,bndestem.nl,ed.nl,gelderlander.nl,pzc.nl,webwinkel.tubantia.nl##.modal__bg koolhydratentabel.nl##.noblur -tzorg.nl##.notification +lidl.be,lidl.nl,tzorg.nl##.notification jaguar.nl,landrover.nl##.notificationBars ziggogo.tv##.notifications-manager uitinvlaanderen.be##.noty_bar @@ -42046,8 +42953,8 @@ kotimaa24.fi###kotimaa-cookie-notification telia.fi###lekaneBanner_privacyAnnouncement napsu.fi###napsu_cc sentraali.fi###popmake-4055 -spot-a-shop.fi###popup-notifications pihlajalinna.fi###root > div[aria-live="polite"][role="alert"] +alppimatkat.fi###toast-container satakunnanautotalo.fi##.AVS-evasteseloste-container kulttuurivihkot.fi##.activebar-container americanairlines.fi##.alert @@ -42060,9 +42967,12 @@ kitchentime.fi##.cookie blogit.fi,ilmainensanakirja.fi,telsu.fi##.cookies ifolor.fi##.dialogBanner--align-bottom vr.fi##.headerContents > .infoMessages -pelit.fi,telia.fi##.notification +lidl.fi,pelit.fi,telia.fi##.notification helmet.fi##.notifier_warning suomi24.fi##.s24_cc_banner-wrapper +lehtodigital.fi##[class^="__ld_cookie_"] +sttinfo.fi##[class^="styledBarNotification__BarNotificationWrapper"] +vapaasana.swedishforum.net##div[class^="conteneur"][class$="IE"] ~ style ~ div[id]:not([class]) dplay.fi##div[class^="notification"] linnunrata.org##div[style^="position:fixed;right:0;top:0;"] ! @@ -42075,6 +42985,7 @@ novasports.gr##.cookies lexus.gr##.disclaimer e-lenovo.gr##.fullwidth-notice mortoglou.gr##.header-notice +lidl-hellas.gr,lidl.com.cy##.notification stokokkino.gr##.popup ! ! ---------- Hebrew ---------- @@ -42086,7 +42997,7 @@ aegon.hu###AEGONCookieLine alpinbike.hu,belteriajtok.hu,grandacs.hu,mester.hu###CLayer sokkaljobb.hu###SPS_noaccept csillagpor.hu###a -origo.hu###ac +origo.hu,travelo.hu###ac hbkik.hu,kemkik.hu,mkik.hu,pbkik.hu###alert-box pianho97.hu###alertify pianho97.hu###alertify-cover @@ -42096,8 +43007,8 @@ hosch-kleber.hu###cinfo topviccek.hu###ck lacsiboltja.hu###consent hoxa.hu###container > div[style^="text-align: left;"] -koloknet.hu,notebookspecialista.hu,videokedvenc.hu###cookie -freemeteo.hu,gov.hu,kaspersky.hu,lxo.hu###cookies +ingyennyelv.hu,koloknet.hu,notebookspecialista.hu,uni-miskolc.hu,videokedvenc.hu###cookie +freemeteo.hu,gov.hu,kaspersky.hu,lexika.hu,lxo.hu###cookies nol.hu###didyou e-food.hu###efood_cookie moly.hu###eu @@ -42107,12 +43018,13 @@ szegedvaros.hu###footer autogaleria.hu###info-suti webrazzi.com###kvkk_r hrportal.hu###lableca -boraszportal.hu,termalfurdo.hu###layout_advertising_bottom +ado1szazalek.com,boraszportal.hu,termalfurdo.hu###layout_advertising_bottom momsport.hu###slider ittrend.hu###suti e-cegjegyzek.hu###suti_csik leddiszkont.hu###sutidoboz polipc.hu###sutik_elf +randevau.hu##.activebar-container ezermester.hu##.alert almaimotthona.hu##.aszfLayerContent pcx.hu##.body > .cell @@ -42120,7 +43032,8 @@ infiniti.hu##.c_128 milanoajto.hu##.cdisclaimer daiwa-info.hu##.ciacho-wrap-container mall.hu##.consent-panel -1mobil.hu,akme.hu,bestmarkt.hu,bestsellers.hu,bevachip.hu,firstshop.hu,joautok.hu,karatekyokushin.hu,logmein.hu,onlineszerszam.hu,rbx.hu,royalora.hu,szerszamoutlet.hu,work-force.hu,workforce.hu##.cookie +1mobil.hu,akme.hu,bestmarkt.hu,bestsellers.hu,bevachip.hu,cct.hu,firstshop.hu,focuscamera.hu,gyorgyteabolt.hu,joautok.hu,karatekyokushin.hu,kiwipress.hu,logmein.hu,onlineszerszam.hu,rbx.hu,royalora.hu,szerszamoutlet.hu,work-force.hu,workforce.hu##.cookie +novashop.hu##.cookies aig.hu##.copyright-text-header lexus.hu##.disclaimer weber-terranova.hu##.flash-info @@ -42130,6 +43043,7 @@ tarifaexpert.hu##.lablec_suti_szabaly eloben.hu##.law-accept mercedes-benz.hu##.mainpage_popup kvazar.cloud##.mpp-container +lidl.hu##.notification landrover.hu##.notificationBars vodafone.hu##.nudge-slim conrad.hu##.page-warning @@ -42144,6 +43058,7 @@ filmkatalogus.hu##table[width="870"][cellspacing="3"] ! ! ---------- Icelandic ---------- ! +visir.is##.bottom-disclaimer ! ! ---------- Indian ---------- ! @@ -42203,7 +43118,7 @@ bestflyparkingorio.it###oriobigpark_cookie_advice lainox.it###overlay_form pusc.it###pixelfabrica-cs-banner fastalp.biz###policy -aeroporto.catania.it,bapr.it###policy_id +aeroporto.catania.it,bapr.it,saverioriotto.it###policy_id tuodi.it###popup voloweb.it###popupDivC alceosalentino.it,chemistresearch.it,cinquantamila.it,metroservices.it###privacy @@ -42225,9 +43140,10 @@ ativa.it###widget-privacy meyer.it###zf--alerts-panel intrage.it##.BoxPrivacy rivistastudio.com##.SCK_Banner -fosse-biologiche.it##._CL_main +abruzzo24ore.tv,capoluogo.com,economia24ore.it,fosse-biologiche.it,gossip24ore.it,il24ore.it,ilmeteo24ore.it,occhioallook.it,recensioni.tv,tuttosport24ore.it##._CL_main agenziagiovani.it,assocarta.it,cassoni-usati.it,farmenspa.it,salvaunbambino.it##.activebar-container cafassoefigli.it,essofuelfinder.it,faperme.it,pagellapolitica.it,playinfinity.it,saperesalute.it,siemens.it,trivago.it,uabstyle.it,voglioviverecosi.com##.alert +intimerie.com##.alert-info lainox.it##.background_overlay elettrocasa.it##.banner bisceglielive.it##.biscotto @@ -42241,6 +43157,7 @@ hyle.appspot.com##.cc mivoq.it##.check-policy frateindovino.eu##.cn-wrapper leroymerlin.it##.consent-section +unirc.it##.content aeroporto.catania.it,aeroportoditorino.it,botfactory.info,credem.it,dynamicasrl.com,emi.it,giunti.it,inpgi.it,mauroblasi.it,missingvideo.com,pampers.it,peugeot.it,telepace.it##.cookie bottegaverde.it,cerutti.it,dehoniane.it,e-glossa.it,ebayextra.it,esso.it,fluorsidgroup.com,fondazionehenraux.it,gatorade.it,gogedizioni.it,ilbestiariorivista.it,italotreno.it,lintellettualedissidente.it,perfumesclub.it,radioitalia.it,rivistacontrasti.it,saint-gobain.it,tirrenia.it,tivu.tv,tivusat.tv,walliance.eu##.cookies e-coop.it##.coop-privacy @@ -42263,10 +43180,14 @@ orgoglionerd.it##.irpclw blogfree.net,forumfree.it##.jnote hertz247.it##.lbContainer hilti.it##.m-smartbar-container +insideevs.it##.m1-footer-message ari.it##.message alfasigma.com,elevensports.it##.modal-backdrop +informazione.it##.modal-body +telethon.it##.modalMessage initalia.it##.notice-wrap vg247.it##.notif-bar +lidl.it##.notification infojobs.it##.notification-body jaguar.it,landrover.it##.notificationBars tupperware.it##.notificationBox @@ -42286,10 +43207,12 @@ ingdirect.it##.topalertbanner emma-materasso.it##.ucn-block cattolica.it##.vgg aicanet.it,eurojackpot.it,venetobanca.it##.yui3-widget-modal +credimi.com##div[class^="CookieBar-"] forbit.it##div[id^="ni_cookie_"] clouditalia.com##div[style="background-color: #f0f0f0; font-family: Open Sans; font-size: 12px; line-height: 18px; text-shadow: none; text-align: justify; padding: 25px; border-radius: 4px"] mimprendo.it##div[style="background-color:#E2E2E2;float:left;position:fixed;top:50px;left:0; height:60px;width:100%;"] privatesportshop.it##div[style="background: #FFFFE1; border-bottom: 1px solid #A0A0A0; padding: 10px;line-height: 1.4em; text-align: justify; font-family: sans-serif; font-size: 12px;"] +programmitv.it##div[style="border:2px dotted #00ff00;padding:5px 20px 10px;text-align:center;background-color:#202020;"] leone1947.com##div[style="box-sizing: border-box; bottom: 0px; position: fixed; width: 100%; overflow: hidden; padding: 10px; z-index: 9; background-color: rgb(238, 238, 238); border-top: 1px solid #000;"] tuttosexyshop.it##div[style="font-size: 12px;float:left; width: 100%; text-align:center;"] enerpoint.it##div[style="padding:10px;background:#f77900;text-align:center;font-size:12px;margin-bottom:15px;"] @@ -42303,6 +43226,8 @@ email.it##script + div[style^="background: #000000;"] ! drweb.co.jp##.SHOWIT-msg_showed ads.nipr.ac.jp##.backdrop +nikkei.com##.k-privacy +jsps.go.jp##.notepanelWrap jaguar.co.jp##.notificationBars techbang.com##.notify_stickie sponichi.co.jp##.toast-info @@ -42320,6 +43245,7 @@ pnbbanka.eu##.cookie ! ---------- Lithuanian --------- ! le.lt##.cookie +lidl.lt##.notification go4pro.lt##.wu_container ! ! ---------- Norwegian ---------- @@ -42341,6 +43267,7 @@ dplay.no##div[class^="notification"] ! ---------- Polish ---------- ! panasonic.pl###CP_Layer +orange.pl###__next > section > div[class^="css-"] > div[class^="css-"] expozdrowie.pl###alert_popup poxilina.com.pl###back-lightbox kalinowo.pl###backDrop @@ -42364,7 +43291,7 @@ generatorkodowkreskowych.pl###cn bywajtu.pl###co15ie87a bstorun.pl###comm_info przyspiesz.pl###container_vsm -atramentowka.com,bokono.pl,domwroc24.pl,e-doggy.pl,emiter.net.pl,gov.pl,hemp.pl,kalinowo.pl,naszezoo.pl,oil-land.pl,osnews.pl,pracuj.pl,sklep-art-meb.pl,sklep-wadima.pl,swiat-sypialni.pl,virtualeye.pl,weller.com.pl,xfutbol.pl###cookie +atramentowka.com,bokono.pl,domwroc24.pl,e-dewocjonalia.eu,e-doggy.pl,emiter.net.pl,gov.pl,hemp.pl,kalinowo.pl,naszezoo.pl,oil-land.pl,osnews.pl,pcforce.pl,pracuj.pl,sklep-art-meb.pl,sklep-wadima.pl,swiat-sypialni.pl,virtualeye.pl,weller.com.pl,xfutbol.pl###cookie adequate.pl,alltube.tv,aquila.pl,auchan.pl,bankmillennium.pl,bioliq.pl,conan-kolekcja.pl,czytio.pl,delkom.pl,dobreprogramy.pl,ekino-tv.pl,eska.tv,filmboxextra.pl,fokus.tv,generali.pl,gov.pl,hi-tec.com.pl,intercon.systems,kasystefczyka.pl,kosmiczni.pl,muzo.fm,nasze-kino.tv,newsweek.pl,nowa.tv,paczkawruchu.pl,pb.edu.pl,piaseczno.eu,pilkanozna.pl,pkpsa.pl,play.pl,polotv.pl,polsat.pl,priv.pl,profmetkol.pl,realdevelopment.pl,realmadryt.pl,tripolo.pl,tugramy.pl,tv4.pl,tv6.com.pl,voxmusic.tv,wroc.pl,wszczecinie.pl###cookies drony.net,gadzetomania.pl,komorkomania.pl,otabletach.pl###cop polskatimes.pl,strefabiznesu.pl###cross-dialog @@ -42375,7 +43302,6 @@ reactor.pl###einfo rozwojowiec.pl###fixedBar instytutlogopedyczny.pl###flash-msg tysol.pl###floatReklama -atman.pl###gbpl_oba eksiegarnia.pl###gora0 prosto.pl###id-rules sosulski.pl###inf @@ -42427,6 +43353,7 @@ blog4u.pl###rodo_all memorialhenrykapuzonia.pl###sc-container fhpelikan.com.pl,midparts.com.pl,naturo.pl,sklep.motohid.pl,vertus.com.pl###simple-modal fhpelikan.com.pl,motohid.pl,naturo.pl,vertus.com.pl###simple-modal-overlay +pepper.pl###softMessages-list epuap.gov.pl###specialbox-info alkam-security.pl###spop uzdrowisko-wieniec.pl###statement @@ -42435,7 +43362,7 @@ gazetapolska.pl,gpcodziennie.pl###swsmodal gazetapolska.pl,gpcodziennie.pl###swsoverlay gerlach.org.pl###top0info agrolan.pl,e-rutek.pl,filtrosfera.pl,greenmate.pl,mikos.com.pl,negrasport.pl,pcoutlet.pl,perios.pl,silesiasports.eu,sporto.com.pl,srebrnystyl.pl,tashenti.pl,termokubki.com.pl###topInfoContainer0 -abc-rc.pl,acom.pl,aleokulary.com,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,scyzoryki.net,sklep-muzyczny.com.pl,sklep.wodna-kraina.pl###topInfoContainer1 +abc-rc.pl,acom.pl,aleokulary.com,epapierosylodz.pl,herba-farm.pl,ipartworld.pl,jupi24.pl,lunamarket.pl,megadyskont.pl,miadora.pl,negrasport.pl,ostry-sklep.pl,powerflex.pl,scyzoryki.net,sklep-muzyczny.com.pl,sklep.wodna-kraina.pl###topInfoContainer1 areatour.pl,dacter.pl,dlapacjenta.pl,uni-tech.pl###topbar skapiec.pl###uclaInfo libra.com.pl###under_footer @@ -42486,7 +43413,7 @@ cartests.net##.messi mojbrzuch.pl##.monit advatus.com,advatus.pl,ip-sa.pl##.myModal-box polimarky.pl##.navbar-fixed-bottom -istotne.pl,megawrzuta.pl##.notification +istotne.pl,lidl.pl,megawrzuta.pl##.notification ucando.pl##.notifications bilkom.pl##.policy salesmanago.pl##.popup @@ -42558,6 +43485,7 @@ vodafone.pt##.ck-nudge-slim sinonimos.com.br##.clm macorlux.pt##.cookie abola.pt,assismatica.pt,conforama.pt,metalomarao.pt,perfumesclub.pt##.cookies +tudogostoso.com.br##.disclaimer ericeirasurfskate.pt##.footer-fixed-bar lidl.pt##.notification jaguarportugal.pt,landrover.pt##.notificationBars @@ -42577,7 +43505,7 @@ basilica.ro##.alert bancatransilvania.ro##.bannerWrapper samsonite.ro##.cookies lexus.ro##.disclaimer -idea-bank.ro##.notification +idea-bank.ro,lidl.ro##.notification epantofi.ro##.popup ! ! ---------- Russian ---------- @@ -42587,6 +43515,7 @@ rosbank.ru###gray_overlay sakharov-center.ru###kuk aquaphor.ru###modal-kuki forum-windows.net###ntf +rgs.ru###rgs-main-context-bar linux-info.ru###trumpet_message drweb.ru##.SHOWIT-msg_showed ngnovoros.ru##._1TNYbgH @@ -42595,8 +43524,10 @@ tvguru.ru##.c-modal hashrating.com##.cookie glavred.info,unian.net##.cookies lisa.ru##.disclamer +ozon.ru##.i4 friday.ru##.information patee.ru##.informer2 +kinoby.ru##.message-alert shophair.ru##.modal_popup_sessid_box landrover.ru##.notificationBars pegast.ru##.pgs-top @@ -42607,16 +43538,20 @@ pegast.ru##.pgs-top opusteno.rs###conditions-l freemeteo.rs###cookies infiniti.co.rs##.c_128 +lidl.rs##.notification ! ! ---------- Slovak ---------- ! +siea.sk###cac etrend.sk###disclaimer hpobchod.sk###hpmGmtT akcneletaky.sk###infoCoo -almasi.sk,totalmoney.sk##.cookies +modrykonik.sk###page-wrap .redux-toastr + div[class] +almasi.sk,refurbished.sk,totalmoney.sk##.cookies lexus.sk##.disclaimer tpd.sk##.header__notice__content modrykonik.sk##.nc_a +lidl.sk##.notification ! ! ---------- Slovenian ---------- ! @@ -42625,6 +43560,7 @@ dnevnik.si##.cc-wrapper izi.si##.cookies lexus.si##.disclaimer delo.si,deloindom.si,pogledi.si,polet.si,slovenskenovice.si##.notice +lidl.si##.notification ! ! ---------- Spanish ---------- ! @@ -42634,7 +43570,6 @@ cifempleo.com,ferrovial.com,gaes.es,infodefensa.com,moviles.com,movistarriders.g ssangyong.es###eltexto salonocasion.com###fb-cd shotsdeciencia.com###guacBg8 -ing.es,ingdirect.es###ico_banner hora.com.es###ley masvision.es###lycok paginasamarillas.es###m-notification--bottom @@ -42649,10 +43584,11 @@ lactalisfoodservice.es##.LSSI lasestrellas.tv,telehit.com##.Privacy drweb-av.es##.SHOWIT-msg_showed agroterra.com,amadeus.com,damelibros.com,futbolenlatv.es,lavozdegalicia.es##.alert +eluniverso.com##.block-eluniverso-gdpr blogcindario.com##.c01eb8fc infiniti.com.do,infiniti.com.pa,infiniti.mx,infinitimotors.cl,infinitipr.com##.c_128 psicologia-online.com,uncomo.com##.consent -alcampo.es##.cookie +alcampo.es,gestoriaverdugo.es##.cookie conforama.es,ebayextra.es,flooxer.com,ing.es,loteriasyapuestas.es,moldurashergon.es,mountainbike.es,nintenderos.com,panamaamerica.com.pa,puntodepartida.com##.cookies eltiempo.es##.curtain_lightbox ingemecanica.com##.encabez @@ -42699,7 +43635,8 @@ gp.se##.gpsecGRCookieContainer asedo.se##.infobanner filminstitutet.se##.js-info-banner hemglass.se##.message-popup -proff.se##.notification +lidl.se,proff.se##.notification +osterbottenstidning.fi,sydin.fi,vasabladet.fi##.online-notifications smhi.se##.polopolyNotification laga.se##.site-info-message expressen.se##.terms-dialog @@ -42709,6 +43646,7 @@ dplay.se##div[class^="notification"] ! find.com.tr###KVK_Cerez sondakkamanset.com###cerezsorgula +mepasenerji.com###dataPolicies denizbank.com###fixedFooterBar morhipo.com###legal-alert natro.com###readed_contract_row @@ -42717,7 +43655,9 @@ repertuarim.com##.cookie sacsirlari.com##.cookies fanatik.com.tr,posta.com.tr##.data-policy arabam.com##.db.dn +dizioneri.com##.modal-backdrop landrover.com.tr##.notificationBars +tarifikolay.com##.personal-data-usage yenisafak.com##.policy turuncukasa.com##.popin etstur.com##.protectionOfData @@ -42729,6 +43669,7 @@ fdu.org.ua###pd_popup i.ua##.Disclaimer unian.ua##.cookies landrover.ua##.notificationBars +ua-football.com##.policy-mes kinoafisha.ua##.privacy-modal ! ! ---------- Vietnamese ---------- @@ -42746,6 +43687,7 @@ linnaleht.ee,ohtuleht.ee##.ntf-container ||cmp.pcwelt.de^ ||consent.berliner-kurier.de^ ||henryschein.at^*/CookieList.aspx +||strato.de^*/consent.js ! ! ---------- French ---------- ! @@ -42783,6 +43725,7 @@ linnaleht.ee,ohtuleht.ee##.ntf-container ! ! ---------- Finnish ---------- ! +||hsy.fi^*/hsycookie.js ||sanoma.fi^*/sccm-b.js ||sanoma.fi^*/sccm-c.js ||sanoma.fi^*/sccm.js @@ -42812,6 +43755,7 @@ linnaleht.ee,ohtuleht.ee##.ntf-container ||creaweb.it/cookie/ ||cure-naturali.it/cookies? ||effekt.it/analytics/ +||plug.it^*/cmp.min.js ||privacyportal.fatergroup.com^ ||rcsobjects.it/rcs_cpmt/ ||spesasicura.com/Scripts/cookie.js @@ -42886,11 +43830,11 @@ linnaleht.ee,ohtuleht.ee##.ntf-container ! *** easylist:fanboy-addon/fanboy_annoyance_whitelist_general_hide.txt *** nasa.gov#@##BackToTop billabong.com#@##NewsletterSignup -autotrader.com,brydge.com#@##back-to-top +autotrader.com,brydge.com,liputan6.com#@##back-to-top engie.fr,nasa.gov#@##backToTop rmf24.pl#@##backTop nasa.gov#@##backtoTop -stp-shop.ru#@##backtop +megalight18.net,stp-shop.ru#@##backtop gcnlive.com,nasa.gov#@##backtotop patch.com#@##email-modal-wrapper hearthis.at#@##email-overlay @@ -42904,7 +43848,6 @@ exposurelights.com,tactxflashlights.com,thefirefly.com#@##newsletter-popup dnevnik.bg#@##newsletterBar cnn.com#@##outbrain_widget_0 mozilla.org,thunderbird.net,usps.com#@##privacy-policy -audionetwork.com,carlsenfritzoe.no#@##push-container onecallinsurance.co.uk#@##scroll-to-top aval.ua,finanzen100.de#@##scroll-top catchconnect.com.au#@##scrollTop @@ -42913,12 +43856,12 @@ wecollect.ch#@##subscribe_email vivoplay.net#@##subscriptionModal blaklader.se,blaklader.uk,chansluts.com#@##to-the-top 57reshotel.it,radiogra.pl#@##to-top -bezahlen.de#@##toTop +bezahlen.de,stern.de#@##toTop uservoice.com#@##uservoice-feedback uservoice.com#@##uservoice-feedback-tab cnn.com#@#.OUTBRAIN hackmd.io,japantimes.co.jp#@#.back-to-top -forum.qscservice.com,forums.mozillazine.org,kvraudio.com,minetest.net#@#.back2top +cyber-tank.org,cyber-tank.ru,forum.qscservice.com,forums.mozillazine.org,kvraudio.com,minetest.net#@#.back2top thefirefly.com#@#.block-subscribe novojornal.co.ao#@#.box-newsletter azcentral.com#@#.close-wrap > .close-overlay @@ -42926,39 +43869,37 @@ facebook.com#@#.connect_widget ffmovies.ru,fmovies.world#@#.fa-rss electnext.com,youtube.com#@#.feed-icon battle.net,squareup.com,yandex.by,yandex.com,yandex.com.tr,yandex.kz,yandex.ru,yandex.ua#@#.feedback-button +ludopedia.com.br#@#.follow-text toutelanutrition.com#@#.footer-newsletter designdevostransports.fr#@#.gform_widget ixbt.com#@#.glyphicon-arrow-up -novojornal.co.ao,upim.com#@#.newsletter-modal +foreignaffairs.com,novojornal.co.ao,upim.com#@#.newsletter-modal billabong.com,strikerconcepts.com,tactxflashlights.com,urbanedcsupply.com#@#.newsletter-popup bidorbuy.co.za#@#.newsletterContainer thefork.it#@#.newsletterSignup outbrain.com#@#.outbrain pch24.pl,retro-bit.com#@#.popup-newsletter inverse.com#@#.promos-newsletter -carlsenfritzoe.no,meineschufa.de,push.abs-cbn.com,schufa.de#@#.push-container -underconsideration.com#@#.push-wrap -arabbank.com.au,operon.pl#@#.push-wrapper seznam.cz#@#.rss-feed wired.com#@#.rss-widget mozillamessaging.com#@#.rss.icon newinhomes.com#@#.rssFeed google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,youtube.com#@#.rss_icon scribol.com#@#.scribol -advids.co,cbdoilreview.org,galerieslafayette.com,mortgageguy.com.au,paperless-insurance.com,thepage.com.ua#@#.scroll-to-top -channelnewsasia.com,dreamhost.com,kitacon.org,polskikoszyk.pl,redislabs.com#@#.scroll-top -aklinizikesfedin.com,channelnewsasia.com,ew.com,indiatimes.com,letyshops.com,msn.com,people.com,southernliving.com,tele2.ru,wiemy.to#@#.scroll-up +advids.co,cbdoilreview.org,fashiola.fr,galerieslafayette.com,mortgageguy.com.au,paperless-insurance.com,thepage.com.ua,thepage.ua#@#.scroll-to-top:not(body) +channelnewsasia.com,dreamhost.com,kitacon.org,lampade.it,polskikoszyk.pl,posti.fi,redislabs.com#@#.scroll-top:not(body):not(html) +aklinizikesfedin.com,channelnewsasia.com,ew.com,indiatimes.com,letyshops.com,msn.com,people.com,southernliving.com,steptohealth.com,tele2.ru,wiemy.to#@#.scroll-up:not(body):not(html) krasnodar.ru#@#.scrollTop -hyperoptic.com,playtech.co.nz,porozmawiajmyoit.pl,scan.co.uk#@#.scroll_top -ltn.com.tw,theuptake.org#@#.scrolltop +hyperoptic.com,playtech.co.nz,porozmawiajmyoit.pl,scan.co.uk#@#.scroll_top:not(body):not(html) +ltn.com.tw,theuptake.org#@#.scrolltop:not(body):not(html) ap.www.namecheap.com#@#.scrolltotop -chorus.co.nz,jdpower.com#@#.scrollup +chorus.co.nz,jdpower.com#@#.scrollup:not(body):not(html) github.com,kifi.com,okcupid.com,retailmenot.com,zoom.us#@#.signup-email dualshockers.com#@#.socialfooter blackboat.com#@#.sqs-announcement-bar xhamster.com#@#.subscribe-block humblebundle.com#@#.subscribe-box -stackexchange.com#@#.subscribe-container +oneplus.com,stackexchange.com#@#.subscribe-container twit.tv#@#.subscribe-panel wtfast.com#@#.subscribe_box mos.ru#@#.subscription-block @@ -42969,13 +43910,19 @@ theonion.com#@#.taboola-inbetweener ctpost.com#@#.taboolaloader hoff.ru#@#.to-top dj-extensions.com,thadenschool.org#@#.top-of-page -99bitcoins.com#@#.tve-leads-lightbox +floristics.info#@#.totop +99bitcoins.com,healthyhandyman.com#@#.tve-leads-lightbox getuikit.com#@#.uk-alert tactxflashlights.com#@#.widget_subscribe upim.com#@#[data-target="#newsletter-modal"] twellow.com#@#a[href="http://www.twellow.com/"] nasa.gov#@#backtotop reddit.com#@#img[alt="submit to reddit"] +! *** easylist:fanboy-addon/fanboy_notifications_whitelist_general_hide.txt *** +audionetwork.com,carlsenfritzoe.no#@##push-container:not(body):not(html) +carlsenfritzoe.no,meineschufa.de,push.abs-cbn.com,schufa.de#@#.push-container:not(body):not(html) +asbclassic.co.nz,harmoney.co.nz,underconsideration.com#@#.push-wrap:not(body):not(html) +arabbank.com.au,operon.pl#@#.push-wrapper:not(body):not(html) ! *** easylist:fanboy-addon/fanboy_social_whitelist_general_hide.txt *** answers.microsoft.com#@##SocialIcons google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@##\5f __plus_0 @@ -42996,6 +43943,7 @@ facebook.com#@##fb_header 163.com#@##layout-social facebook.com#@##likebtn recite.com#@##main-share +mmo13.ru#@##menu-share iab.org.pl#@##menu-social satkurier.pl#@##menu_social digg.com#@##module_digg @@ -43004,6 +43952,7 @@ linkedin.com#@##share-box code2flow.com#@##share-button competitor.com#@##share-links voicethread.com#@##share-menu +app.sococo.com#@##share-more reddit.com#@##share-reddit lastampa.it,tomshardware.com#@##shareBar getpocket.com#@##shareMenu @@ -43054,7 +44003,7 @@ disqus.com#@#.-facebook disqus.com#@#.-twitter instagram.com,pinterest.com,zhihu.com#@#.FollowButton epicgames.com#@#.SocialBar -epicgames.com,tomshardware.com#@#.SocialButton +adobe.com,epicgames.com,tomshardware.com#@#.SocialButton ctvnews.ca#@#.StoryShareBottom twitter.com#@#.Twitter-icon yachtingjournal.com#@#.addthis:not(body) @@ -43136,14 +44085,14 @@ jappy.de#@#.facebookbutton 100pour100foot.fr,6ter.fr,achetezfacile.com,clubic.com,deco.fr,fan2.fr,girondins.com,groupem6.fr,jeuxvideo.fr,jolidressing.com,m6.fr,m6blog.fr,m6bonus.fr,m6info.fr,m6jeux.fr,m6kid.fr,m6mobile.fr,m6pubdigital.fr,minuitsexy.fr,minutefacile.com,mobinaute.com,neteco.com,nouvellestar.fr,ozap.com,paris-premiere.fr,teva.fr,turbo.fr,w9.fr,wideo.fr#@#.fb-box academia.edu,twitter.com#@#.fb-btn airbnb.cat,airbnb.com,airbnb.de,dobreprogramy.pl#@#.fb-button -mediaexpert.leszczynscy.pl#@#.fb-container +marketdino.pl,mediaexpert.leszczynscy.pl#@#.fb-container kizlarsoruyor.com#@#.fb-content firebase.google.com#@#.fb-dialog allegro.pl,itweb.co.za#@#.fb-icon e-biznes.pl,facebook.com,fb.com#@#.fb-like facebook.com#@#.fb-likebox facebook.com,fb.com#@#.fb-link -cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl,mediaexpert.leszczynscy.pl#@#.fb-page +cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl,marketdino.pl,mediaexpert.leszczynscy.pl#@#.fb-page facebook.com#@#.fb-quote facebook.com#@#.fb-recommendations facebook.com#@#.fb-recommendations-bar @@ -43163,9 +44112,9 @@ virgilio.it#@#.fix-share twitter.com#@#.follow-bar mixer.com#@#.follow-block coub.com,twitch.tv,twitter.com#@#.follow-btn -500px.com,academia.edu,peerlyst.com,smashcast.tv,stream.me,tumblr.com,twitch.tv,twitter.com,xing.com,zhihu.com#@#.follow-button +500px.com,academia.edu,peerlyst.com,shitposter.club,smashcast.tv,stream.me,tumblr.com,twitch.tv,twitter.com,xing.com,zhihu.com#@#.follow-button medium.com#@#.follow-label -mixcloud.com,twitter.com#@#.follow-text +mixcloud.com,shitposter.club,twitter.com#@#.follow-text linkedin.com#@#.follow-widget norisbank.de#@#.followBox weibo.com#@#.follow_box @@ -43174,13 +44123,14 @@ about.me#@#.follow_twitter expresstools.co.uk#@#.footer-social bysimple.co#@#.footer-socials gorod.mos.ru#@#.footer__social -google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plus +google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,yandex.by,yandex.kz,yandex.ru#@#.g-plus appspot.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plusone adme.ru#@#.gallery-social academia.edu,epicgames.com,martini.com,oneplus.net#@#.google-btn 9gag.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,wpolityce.pl#@#.google-plus google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,inoreader.com#@#.google_plus apertura.com,quotidiani.gelocal.it#@#.googleplus +yandex.by,yandex.kz,yandex.ru#@#.gplus youtube.com#@#.gplus-icon vk.com#@#.group_share ulrichesch.de#@#.headersocial @@ -43200,6 +44150,7 @@ flattr.com,gleam.io#@#.icon-instagram fora.ie,login.alibaba.com#@#.icon-linkedin rottentomatoes.com#@#.icon-rss football.fr,owncloud.org,theoldreader.com,trello.com#@#.icon-share +techjunkie.com#@#.icon-social carsguide.com.au#@#.icon-social-facebook carsguide.com.au#@#.icon-social-linkedin flattr.com,gleam.io#@#.icon-soundcloud @@ -43224,7 +44175,8 @@ cgtn.com,nbcnews.com,playosmo.com,trello.com,vimeo.com#@#.js-share twitter.com#@#.js-tweet-button alternativeto.net#@#.like-box facebook.com,forum.albiononline.com#@#.likeButton -darudar.org,fimfiction.net,modworkshop.net#@#.like_button +darudar.org,fimfiction.net,modworkshop.net,nasaspaceflight.com#@#.like_button +deezer.com#@#.link-social busqueda.com.uy,linkedin.com,peerlyst.com#@#.linkedin.icon pan.baidu.com#@#.list-share theverge.com#@#.m-article__share-buttons @@ -43232,6 +44184,7 @@ fider.io,jellyfin.org#@#.m-social epicdrama.pl,iab.org.pl#@#.menu-social arkansasmatters.com,kark.com#@#.meta-share adobe.com#@#.mod-facebook +blmagazine.it#@#.mvp-post-soc-wrap moneycanbuylipstick.com#@#.nav-social atelierdeschefs.fr#@#.navbar-social disroot.org#@#.new-share @@ -43239,6 +44192,7 @@ mouthshut.com#@#.openshare newsweek.com,vidcloud.co#@#.page-share atvmedia.ru#@#.page-social renren.com#@#.photo-share +hotforfoodblog.com#@#.pin-it pinterest.com#@#.pin-it-button feedly.com#@#.pinButton pinterest.com#@#.pinit-btn @@ -43255,7 +44209,7 @@ marieclaire.ru#@#.pinterestShare google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.plusone privatecore.com#@#.post-fb facebook.com#@#.post-fb-like -23-59.com.ua,kliknijwzdrowie.pl,maze.fr,pokoleniesmart.pl,tidssonen.no,truepundit.com,velodaily.ru#@#.post-share-container +23-59.com.ua,dietetycy.org.pl,kliknijwzdrowie.pl,maze.fr,pokoleniesmart.pl,tidssonen.no,truepundit.com,velodaily.ru#@#.post-share-container imgur.com#@#.post-share-panel reddit.com#@#.post-sharing guildwars2.com#@#.post-social @@ -43266,14 +44220,14 @@ sciencemag.org#@#.rssFeed space.com#@#.search-social nasa.gov#@#.section-social californiasunday.com,youtube.com#@#.share-bar -upi.com#@#.share-block +figshare.com,upi.com#@#.share-block speedtest.net#@#.share-body gala.fr#@#.share-bottom belgafiles.com,dakine.com,linkedin.com,way2sms.com#@#.share-box -bitly.com,framestr.com#@#.share-btn +bitly.com,framestr.com,nytimes.com#@#.share-btn kcrw.com,vimeo.com#@#.share-button bandcamp.com,bleacherreport.com,distractify.com,naekranie.pl,thedodo.com#@#.share-buttons -analyticsindiamag.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,comicbook.com,dogs-magazin.de,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,professorshouse.com,reefbuilders.com,sensationrock.net,stocksbeat.com,tripzilla.ph,uploadvr.com,zagranie.com#@#.share-container +aerospace-technology.com,airport-technology.com,analyticsindiamag.com,army-technology.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,chemicals-technology.com,clinicaltrialsarena.com,comicbook.com,cosmetics-technology.com,designbuild-network.com,dogs-magazin.de,drinks-insight-network.com,foodprocessing-technology.com,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,homelandsecurity-technology.com,hospitalmanagement.net,hotelmanagement-network.com,hydrocarbons-technology.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,medicaldevice-network.com,mining-technology.com,naval-technology.com,nursetimes.org,offshore-technology.com,packaging-gateway.com,pharmaceutical-technology.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,power-technology.com,professorshouse.com,railway-technology.com,reefbuilders.com,renewable-technology.com,retail-insight-network.com,roadtraffic-technology.com,sensationrock.net,ship-technology.com,stocksbeat.com,tripzilla.ph,uploadvr.com,verdict.co.uk,verdictfoodservice.com,water-technology.net,zagranie.com#@#.share-container podbean.com#@#.share-content mediafire.com#@#.share-facebook bild.de#@#.share-fb @@ -43282,15 +44236,15 @@ sharesansar.com#@#.share-head greatbritishchefs.com#@#.share-header howtogeek.com#@#.share-heading ida2at.com#@#.share-holder -iherb.com,vimeo.com#@#.share-icon +app.sococo.com,iherb.com,vimeo.com#@#.share-icon golem.de,tumblr.com#@#.share-item vimeo.com#@#.share-label recite.com#@#.share-left askubuntu.com,baidu.com,broadcast.app.net,imgur.com,kuechenstud.io,logbuch-netzpolitik.de,mammothhq.com,mathoverflow.net,minkorrekt.de,openstreetmap.org,pinksluts.com,pomponik.pl,sale.aliexpress.com,serverfault.com,stackapps.com,stackexchange.com,stackoverflow.com,superuser.com,yadi.sk,yandex.com,yandex.com.tr,yandex.ru,yandex.ua#@#.share-link pornhub.com#@#.share-link-container autokult.pl,channelnewsasia.com,fotoblogia.pl,imgur.com,komorkomania.pl#@#.share-links -channelnewsasia.com,recite.com#@#.share-list -disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu +baidu.com,channelnewsasia.com,recite.com#@#.share-list +app.sococo.com,disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu flickr.com,fxhome.com#@#.share-options dropbox.com,ge.tt,gfycat.com,recite.com#@#.share-page flickr.com,imgur.com,tobii.com,youtube.com#@#.share-panel @@ -43308,6 +44262,7 @@ franceculture.fr#@#.share-zone arte.tv,kp.by,kp.ru#@#.shareBox martindoor.com#@#.shareButton scan.co.uk#@#.shareContainer +tvn24bis.pl#@#.shareContainerList lse.co.uk#@#.shareContent hootsuite.com#@#.shareCount pscufs.com#@#.shareLeft @@ -43345,7 +44300,7 @@ tvp.info#@#.social-article dallascowboys.com,golem.de,patriots.com,prk24.pl,top.de#@#.social-bar funnyordie.com#@#.social-bar-container wat.tv#@#.social-block -adgully.com,chillitorun.pl,ecoustics.com,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom +adgully.com,chillitorun.pl,ecoustics.com,espansionetv.it,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom bitbucket.org,foodit.com,paypal.com,tvspielfilm.de#@#.social-box buzzerie.com,gog.com,poradnikprzedsiebiorcy.pl,udemy.com#@#.social-btn chess.com#@#.social-btns @@ -43377,6 +44332,7 @@ f-secure.com,howtogeek.com#@#.social-media-buttons chorus.co.nz#@#.social-media-links schuermann.eu#@#.social-media-list insideover.com#@#.social-menu +e-gezondheid.be,e-sante.be,e-sante.fr#@#.social-networks nvidia.pl#@#.social-newsletter linkis.com#@#.social-panel techspot.com,tuba.pl#@#.social-popup @@ -43390,6 +44346,7 @@ domain.com.au#@#.social-stick tv-kino.net#@#.social-tab golem.de#@#.social-tools gamesrepublic.com#@#.social-top +gallerix.asia,gallerix.org#@#.social-tumblr 4players.de,chrisblattman.com,deadspin.com,gizmodo.com,jezebel.com,kinja.com,kotaku.com,lifehacker.com#@#.social-twitter bronchiectasisandntminitiative.org,copdfoundation.org,viralnova.com#@#.social-wrap dreuz.info,foxnews.com#@#.social-wrapper @@ -43398,10 +44355,12 @@ runescape.com,study.163.com#@#.socialBox ceneo.pl,showmax.com#@#.socialBtns tomshardware.com#@#.socialButton keepa.com,mousehuntgame.com#@#.socialButtons +oculus.com#@#.socialFacebook answers.microsoft.com#@#.socialIcon pbs.org#@#.socialList welt.de#@#.socialMedia wweek.com#@#.socialRight +oculus.com#@#.socialTwitter gorod.mos.ru#@#.social__facebook gorod.mos.ru#@#.social__twitter iq-student-accommodation.com#@#.social_bar @@ -43411,6 +44370,7 @@ academia.edu,wsqn.pl#@#.social_container ourweigh.in#@#.social_facebook kuriertczewski.pl#@#.social_header maximumpc.com#@#.social_links_top +popmech.ru#@#.social_list fitocracy.com#@#.social_row neoseeker.com#@#.social_share meilleurmobile.com#@#.social_tabs @@ -43541,7 +44501,7 @@ aliexpress.com,github.com,github.io#@#a[title="facebook"] onlineradiobox.com#@#a[title="ВКонтакте"] google.com,smugmug.com#@#button[title="Share"] digg.com#@#div[id^="digg-widget-"] -a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,eleconomista.es,facebook.com,forsal.pl,github.com,github.io,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.nz,google.co.th,google.co.uk,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.de,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,heise.de,hockeyapp.net,incgamers.com,last.fm,lastfm.com.br,lastfm.com.tr,lastfm.de,lastfm.es,lastfm.fr,lastfm.it,lastfm.jp,lastfm.pl,lastfm.ru,lastfm.se,ludins.fr,massivelyop.com,maxthon.com,microsoft.com,opendatacity.de,playboy.com,selly.pl,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com#@#img[alt="Facebook"] +a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,eleconomista.es,facebook.com,forsal.pl,github.com,github.io,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.nz,google.co.th,google.co.uk,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.de,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,heise.de,hockeyapp.net,incgamers.com,last.fm,lastfm.com.br,lastfm.com.tr,lastfm.de,lastfm.es,lastfm.fr,lastfm.it,lastfm.jp,lastfm.pl,lastfm.ru,lastfm.se,ludins.fr,massivelyop.com,maxthon.com,microsoft.com,oculusvr.com,opendatacity.de,playboy.com,selly.pl,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com#@#img[alt="Facebook"] flickr.net#@#img[alt="Flickr"] github.com,github.io,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.nz,google.co.th,google.co.uk,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.de,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,vvhp.net,xkcd.com,youtube.com#@#img[alt="Google+"] a2zapk.com,dobreprogramy.pl,github.com,github.io,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,instagram.com,vvhp.net,whatculture.com#@#img[alt="Instagram"] @@ -43551,7 +44511,7 @@ authy.com,breakoutlist.com,eff.org,facebook.com,github.com,github.io,google.ad,g acceptableads.org,battleforthenet.com,breakoutlist.com,easyicon.net,github.com,github.io,massivelyop.com,microsoft.com,rantlifestyle.com#@#img[alt="Reddit"] a2zapk.com,authy.com,battleforthenet.com,breakoutlist.com,clubbingtv.com,disqus.com,eff.org,github.com,github.io,gitlab.com,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,hackerone.com,incgamers.com,massivelyop.com,maxthon.com,microsoft.com,opendatacity.de,thoughtcatalog.com,twitter.com,vvhp.net,whatculture.com,whatthetech.com#@#img[alt="Twitter"] github.com,mezzacotta.net,theverge.com,twitter.com#@#img[alt="Vine"] -a2zapk.com,github.com,maxthon.com,opendatacity.de,whatculture.com#@#img[alt="Youtube"] +a2zapk.com,github.com,ixbt.com,maxthon.com,opendatacity.de,whatculture.com#@#img[alt="Youtube"] avira.com,facebook.com,github.com,github.io,megabus.com,theguardian.com,uservoice.com#@#img[alt="facebook"] discourse.org,github.com,github.io,megabus.com#@#img[alt="twitter"] allestörungen.de,github.com,github.io,keepa.com,marketplace.firefox.com,vvhp.net#@#img[title="Facebook"] @@ -43561,21 +44521,23 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i ! *** easylist:easylist_cookie/easylist_cookie_whitelist_general_hide.txt *** intersport.dk,intersport.es,intersport.nl#@##CookiePopup sportdiver.com#@##CybotCookiebotDialog +online.no,telenor.no#@##__tealiumGDPRcpPrefs +online.no,telenor.no#@##__tealiumGDPRecModal popsugar.co.uk#@##_evidon-background popsugar.co.uk#@##_evidon-barrier-wrapper etonline.com,popsugar.co.uk,popsugar.com,popsugar.com.au#@##_evidon_banner aboutcookies.org#@##aboutcookies franziskaner-weissbier.de,xmradio.nl#@##accept-cookies youtube.com#@##consent-bump -paypal.com#@##consent.consent +consent.yahoo.com,paypal.com#@##consent.consent dnb.no#@##consentContainer -sandisk.ae,sandisk.cn,sandisk.co.jp,sandisk.co.kr,sandisk.co.uk,sandisk.com,sandisk.com.au,sandisk.com.br,sandisk.com.tr,sandisk.com.tw,sandisk.de,sandisk.es,sandisk.fr,sandisk.hk,sandisk.id,sandisk.in,sandisk.it,sandisk.nl,sandisk.sg#@##consent_blackbar +sandisk.ae,sandisk.cn,sandisk.co.jp,sandisk.co.kr,sandisk.co.uk,sandisk.com,sandisk.com.au,sandisk.com.br,sandisk.com.tr,sandisk.com.tw,sandisk.de,sandisk.es,sandisk.fr,sandisk.hk,sandisk.id,sandisk.in,sandisk.it,sandisk.nl,sandisk.sg,wacom.com#@##consent_blackbar roussillhotel.com#@##cookie-banner dm-drogeriemarkt.it#@##cookie-bar travelchannel.co.uk#@##cookie-body biotechusa.hu,hscollective.org#@##cookie-consent lauritz.com,qxl.de,qxl.dk,qxl.fi,qxl.no,qxl.se#@##cookie-container -ddz24.eu,theorie-musik.de,wiadomosci-lodz.pl#@##cookie-law-info-bar +clever-zoeger.de,ddz24.eu,theorie-musik.de,wiadomosci-lodz.pl#@##cookie-law-info-bar penny.hu,pennymarket.it#@##cookie-message bokadirekt.se,zlm.nl#@##cookie-modal makelaarsland.nl#@##cookie-notice @@ -43585,7 +44547,7 @@ flybe.com#@##cookie-policy-modal bk.com#@##cookie-popup lauritz.com,qxl.de,qxl.dk,qxl.fi,qxl.no,qxl.se#@##cookie-wrapper media.netflix.com#@##cookieAlert -ad.win.nl,techopital.com#@##cookieConsent +ad.win.nl,dehn.de,techopital.com#@##cookieConsent ad.win.nl#@##cookieConsentBox techopital.com#@##cookieConsentContainer indebuurt.nl,tweakers.net#@##cookieContainer @@ -43606,6 +44568,7 @@ paravol.org#@##cookies-modal shoppable.com#@##cookiesModal gdansk.pl#@##cookies[role="dialog"] vkmag.com#@##cookiesdirective +ibs.it#@##divPrivacy gamewatcher.com,ivoox.com,poszalu.pl,tappedout.net,visionexpress.pl#@##gdpr-modal n26.com#@##gdpr-notice pekao.com.pl#@##gdpr-popup @@ -43616,10 +44579,12 @@ bosch-mobility-solutions.com#@##m-cookie-overlay thesocialmedwork.com#@##notice-cookie-block theverge.com#@##privacy-consent readthedocs.io,sportdiver.com#@##privacy-policy +account.sonymobile.com#@##privacy-statement totalwar.com#@##privacy_policy repostuj.pl#@##rodo-modal boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzherald.co.nz#@#.Cookies bancaifis.it#@#.Cookies:not(body) +telegraaf.nl#@#.CookiesOK maisonapart.com#@#.accept-cookie franziskaner-weissbier.de#@#.accept-cookies live.nettavisen.no#@#.active > div @@ -43628,11 +44593,12 @@ bing.com,czuczu.pl#@#.cc-container morningstar.ca#@#.cc_container onet.pl#@#.cmp-app_gdpr consent.yahoo.com,oath.com#@#.consent-container -payments.amazon.ca,payments.amazon.co.jp,payments.amazon.co.uk,payments.amazon.com,payments.amazon.com.au,payments.amazon.com.br,payments.amazon.de,payments.amazon.es,payments.amazon.fr,payments.amazon.in,payments.amazon.it#@#.consent-wrapper -boursorama.com#@#.cookie-banner +consent.yahoo.com,payments.amazon.ca,payments.amazon.co.jp,payments.amazon.co.uk,payments.amazon.com,payments.amazon.com.au,payments.amazon.com.br,payments.amazon.de,payments.amazon.es,payments.amazon.fr,payments.amazon.in,payments.amazon.it#@#.consent-wrapper +boursorama.com,nuxeo.com#@#.cookie-banner janrain.com,moemax.de,rituals.com,xxxlshop.de#@#.cookie-bar rituals.com#@#.cookie-bar-wrapper rituals.com#@#.cookie-bar:not(body) +egmont.com#@#.cookie-bar:not(body):not(html) zeist.hu.nl#@#.cookie-block lg.com#@#.cookie-check zwijsen.nl#@#.cookie-consent-container @@ -43646,13 +44612,16 @@ puzzels.ad.nl,puzzels.bd.nl,puzzels.bndestem.nl,puzzels.destentor.nl,puzzels.ed. adequate.pl,bakken.nl,totalizator.pl#@#.cookie-info mediamarkt.de,mediamarkt.nl,saturn.de#@#.cookie-info-modal ferratum.pl,greenflag.com#@#.cookie-message +bbcstudios.com#@#.cookie-message-container foodnetwork.it,kramp.com#@#.cookie-message:not(html):not(body) bokadirekt.se,puzzels.ad.nl,puzzels.bd.nl,puzzels.bndestem.nl,puzzels.destentor.nl,puzzels.ed.nl,puzzels.gelderlander.nl,puzzels.parool.nl,puzzels.pzc.nl,puzzels.trouw.nl,puzzels.tubantia.nl,puzzels.volkskrant.nl,tropicana.fr#@#.cookie-modal +findagrave.com#@#.cookie-msg account.here.com,calvinklein.at,calvinklein.be,calvinklein.bg,calvinklein.ch,calvinklein.co.uk,calvinklein.com,calvinklein.cz,calvinklein.de,calvinklein.dk,calvinklein.ee,calvinklein.es,calvinklein.fi,calvinklein.fr,calvinklein.hr,calvinklein.hu,calvinklein.ie,calvinklein.it,calvinklein.lt,calvinklein.lu,calvinklein.lv,calvinklein.nl,calvinklein.pl,calvinklein.pt,calvinklein.ru,calvinklein.se,calvinklein.si,calvinklein.sk,uktv.co.uk#@#.cookie-notice hm.com,prosiebengames.de,stories.com#@#.cookie-notification hype.it,labanquepostale.fr,rosbank.ru#@#.cookie-on timeout.com#@#.cookie-overlay -hearst.co.uk#@#.cookie-policy +bbcstudios.com,fotopuzzle.de,hearst.co.uk#@#.cookie-policy +fotopuzzle.de#@#.cookie-policy-wrapper 60millions-mag.com#@#.cookie-popup lot.com#@#.cookie-promo lauritz.com,qxl.de,qxl.dk,qxl.fi,qxl.no,qxl.se#@#.cookie-text @@ -43688,18 +44657,20 @@ postnl.nl,vandebron.nl#@#.cookiebar-container postnl.nl#@#.cookiebar-message cnvinternationaal.nl#@#.cookiebar:not(body):not(html) hardware.info#@#.cookiecontainer -mymuesli.com#@#.cookies-consent +mymuesli.com,zoom.earth#@#.cookies-consent amarujala.com#@#.cookies-container bankmillennium.pl#@#.cookies-info alko.fi#@#.cookies-open diy.com#@#.cookies-policy milliman.com#@#.cookiesModal +m.oe24.at#@#.cookiesOverlay2 +m.oe24.at#@#.cookiesOverlay2Box hublot.com#@#.cookies_consent-show xlbygg.se#@#.cookievarning-wrap -gezondheidsplein.nl,intersport.dk,intersport.es,intersport.nl#@#.cookiewall -fd.nl,gezondheidsplein.nl,tcroomburg.nl#@#.cookiewall:not(body):not(html) +fd.nl,gezondheidsplein.nl,intersport.dk,intersport.es,intersport.nl,tcroomburg.nl#@#.cookiewall:not(body):not(html) samsung.com,xlbygg.se#@#.cookiewarning xlbygg.se#@#.cookiewarning:not(body):not(html) +apkpure.com#@#.cp-banner e-dym.pl#@#.cp-popup porndig.com,thagson.com#@#.disclaimer_wrapper etonline.com,popsugar.co.uk#@#.evidon-banner @@ -43715,6 +44686,7 @@ wufoo.com#@#.gdpr-prompt coastalliving.com,commercialtrucktrader.com,cookinglight.com,essence.com,ew.com,fortune.com,gct.com,golf.com,health.com,hellogiggles.com,instyle.com,metallica.com,mirjan24.pl,my.games,nytimes.com,people.com,realsimple.com,si.com,southernliving.com,time.com,travelandleisure.com#@#.gdpr:not(body):not(html) suzuki.co.nz#@#.js-cookie geleidehond.nl#@#.js-cookie-alert +hildesheimer-allgemeine.de#@#.js-cookie-consent capstan.fr#@#.js-cookie-container bd-advocaten.nl#@#.js-cookie-container:not(body):not(html) saxion.edu,unileverfoodsolutions.com.br,unileverfoodsolutions.com.tr,unileverfoodsolutions.it#@#.js-cookie-wall @@ -43724,7 +44696,7 @@ bosch-mobility-solutions.com#@#.m-cookie-intro makelaarsland.nl#@#.m-cookie-notice theverge.com#@#.m-privacy-consent gct.com,herbritts.com,oattravel.com,pentestpartners.com,piaggiogroup.com#@#.mod_cookies -multimediago.pl#@#.modal-cookie +multimediago.pl,ticket.io#@#.modal-cookie betway.it#@#.module-cookie ramics-conference.org#@#.nf-form-content aklagare.se,boekmeter.nl,gamesmeter.nl,moviemeter.nl,musicmeter.nl,nzherald.co.nz,pokemon.com,shopstyle.com,thenextweb.com#@#.no-cookies @@ -43732,9 +44704,10 @@ nzpost.co.nz##.notification.cookies:not(body):not(html) bosch-home.com#@#.o-cookielaw pieseauto.ro#@#.page-cookies apple.com#@#.privacy-consent -account.microsoft.com#@#.privacy-container +account.microsoft.com,ibs.it#@#.privacy-container google.ac,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.by,google.com.bz,google.com.cn,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.jo,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.ru,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tn,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.ve,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hk,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.it.ao,google.je,google.jo,google.jp,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.ne.jp,google.ng,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tl,google.tm,google.tn,google.to,google.tt,google.us,google.vg,google.vu,google.ws#@#.privacyBar metallica.com#@#.privacy_policy_message_box +online.no,telenor.no#@#.privacy_prompt jyllands-posten.dk#@#.qc-cmp-showing jyllands-posten.dk#@#.qc-cmp-ui-container motofaktor.pl#@#.rodo-accept @@ -43754,12 +44727,16 @@ unicode.org#@#div[data-nconvert-cookie] @@/nk-sub.min.js$script,~third-party @@/rutorrent/plugins/rss/*$image,~third-party @@/threejs/Particles.js$script,~third-party +@@||abc.net.au^*/components/newsletter/ @@||adfoc.us/*/interstitial.js$~third-party +@@||agressor.com.ua/lib/js/totop/js/jquery.ui.totop.min.js$script +@@||akamaized.net^*/scrolltop.js$script,domain=olx.ua @@||amazonaws.com^*/feedback-v2.js?$domain=avgthreatlabs.com +@@||arsenal.army/templates/*/jquery.ui.totop.js$script,~third-party @@||bestof.s3.amazonaws.com/twitter.png$domain=makeuseof.com @@||bing.net/videos/thumbnail.aspx?$domain=bing.com @@||blogsmithmedia.com^*/sailthru-newsletter.js? -@@||britishairways.com/cms/global/scripts/pages/interstitial.js +@@||britishairways.com^*/interstitial.js @@||buttons.reddit.com^$domain=redditstatic.com @@||cdn.complexmedianetwork.com/cdn/$script,subdocument,domain=kicksonfire.com @@||cdn.jsdelivr.net^*/jquery.particleground.min.js?$script,domain=url.hulblog.com @@ -43810,7 +44787,6 @@ unicode.org#@#div[data-nconvert-cookie] @@||redditarchive.com^ @@||rentalsystems.com/advert_price_imbed.asp @@||sail-horizon.com/scout/*.js?$domain=theblaze.com -@@||st.mycdn.me/static/*/WebPush.js$script,domain=ok.ru @@||static.bbci.co.uk/modules/*/sharetools.js$domain=bbc.co.uk @@||static.lci.fr/assets/scripts/modules/outbrain.js?$script,~third-party @@||static.parastorage.com^*/ScrollToPlugin.min.js$domain=wix.com|wixsite.com @@ -43831,6 +44807,8 @@ unicode.org#@#div[data-nconvert-cookie] @@||yimg.com/ud/fp/js/GoldenGate$script,domain=mobi.yahoo.com @@||yimg.com/uq/syndication/yad.js$domain=zdnet.com @@||zdnet.com/images/base/sprites-social.png +! *** easylist:fanboy-addon/fanboy_notifications_whitelist.txt *** +@@||st.mycdn.me/static/*/WebPush.js$script,domain=ok.ru ! *** easylist:easylist_cookie/easylist_cookie_whitelist.txt *** @@/cookie*/jquery.cookie.js$script,~third-party,domain=~albeco.com.pl @@/cookie_law/plugin.js$script,~third-party @@ -43855,16 +44833,19 @@ unicode.org#@#div[data-nconvert-cookie] @@||consensu.org/gdpr/$script,domain=mentalfloss.com @@||consent-pref.trustarc.com^$subdocument @@||consent.cmp.oath.com^$script,domain=cyclingnews.com|express.co.uk -@@||consent.cookiebot.com^$script,domain=refinery29.com|sportdiver.com|warscrap.io +@@||consent.cookiebot.com^$script,domain=digitaltrends.com|refinery29.com|sportdiver.com|warscrap.io @@||consent.trustarc.com/asset/$script @@||consent.trustarc.com^$image @@||consent.truste.com/notice$script +@@||consentmanager.mgr.consensu.org/delivery/$script,stylesheet,xmlhttprequest,domain=sourceforge.net +@@||cookielaw.org/consent/$other,xmlhttprequest +@@||cookielaw.org/scripttemplates/$script,xmlhttprequest @@||cookielawinfo.com^$~third-party @@||costa.co.uk/js/libs/cookieconsent.min.js @@||drivetribe.com/*/homepage-cookie-dialog.js @@||eucookiedirective.com^$~third-party @@||evbstatic.com^*/cookie_header.js -@@||evidon.com/sitenotice/evidon-banner.js$domain=etonline.com|popsugar.co.uk +@@||evidon.com/sitenotice/$domain=etonline.com|popsugar.co.uk|telegraph.co.uk @@||flowbox.io/wp-content/plugins/uk-cookie-consent/ @@||gearbest.com/static/dist/minjs/jcookie.js @@||geolocation.onetrust.com/cookieconsentpub/$script,domain=cnn.com @@ -43876,10 +44857,12 @@ unicode.org#@#div[data-nconvert-cookie] @@||lightningmaps.org^*/cookieconsent.$script,stylesheet @@||mac4ever.com/min.php$script @@||mares.com^*/cookieconsent.min.js +@@||minecraft.net^*/cookie-consent.$script,~third-party @@||mirrorlessrumors.com/wp-content/*/cookies-enabler.$script,stylesheet @@||natalieportman.com^*/js/cookielawinfo-$script @@||netdna-ssl.com/wp-content/plugins/bwp-minify/*/wp-gdpr-$script,stylesheet,domain=x-plane.com @@||oddschecker.com/OC-B2B/platform-uk-gdpr-banner/$script +@@||onetrust.com/request/$xmlhttprequest @@||ozmotorbike.com/templates/motorbike/js/vendor/cookies-enabler.js @@||ozracing.com/templates/oz/js/vendor/cookies-enabler.min.js @@||policy.app.cookieinformation.com^$script,domain=eniro.se @@ -43897,11 +44880,13 @@ unicode.org#@#div[data-nconvert-cookie] @@||virginmedia.com^*/cookie-disclaimer. @@||washingtonpost.com/gdpr-consent/$subdocument,xmlhttprequest @@||xmind.net/www/assets/vendor/js/js-cookie- -! international +@@||ziffstatic.com^*/zdconsent.js$domain=allestoringen.be|allestoringen.nl|allestörungen.at|allestörungen.ch|allestörungen.de|downdetector.ae|downdetector.ca|downdetector.cl|downdetector.co.nz|downdetector.co.uk|downdetector.co.za|downdetector.com|downdetector.com.ar|downdetector.com.au|downdetector.com.br|downdetector.com.co|downdetector.cz|downdetector.dk|downdetector.ec|downdetector.es|downdetector.fi|downdetector.fr|downdetector.gr|downdetector.hk|downdetector.hr|downdetector.hu|downdetector.id|downdetector.ie|downdetector.in|downdetector.it|downdetector.jp|downdetector.mx|downdetector.my|downdetector.no|downdetector.pe|downdetector.ph|downdetector.pk|downdetector.pl|downdetector.pt|downdetector.ro|downdetector.ru|downdetector.se|downdetector.sg|downdetector.sk|downdetector.web.tr +! International @@.php?f=js/*.js,js$script,domain=undicom.pl @@||4ka.sk/js/cookiebar.min.js @@||amigosmuseoreinasofia.org/assets/js/cookiecuttr/jquery.cookie.js @@||candidat.pole-emploi.fr^*/modules/jquery-eu-cookie-law-popup.js$script +@@||cdn.rp.pl/cmp/cmp.min.js @@||cdp.pl/skin/*/cookies.js @@||ciaopeople.it^*/remote-gdpr.$script,domain=fanpage.it @@||ciaopeople.it^*/sdk-gdpr.$script,domain=fanpage.it @@ -43935,7 +44920,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||swissmed.com.pl/js/jquery.cookiecuttr.js @@||topschool.pl/wp-content/plugins/CookieInfo/js/CookieInfo.js$script @@||trevisoairport.it^*/jquery.divascookies-$script -@@||vendorlist.consensu.org/vendorlist.json$xmlhttprequest,domain=fanpage.it +@@||vendorlist.consensu.org/vendorlist.json$xmlhttprequest,domain=fanpage.it|telegraph.co.uk|tf1.fr @@||vesmir.cz/components/eu_cookie/$script @@||whos-perfect.de/min/*/cookieconsent.min.js @@||x-news.pl/bundles/edgexnews/jquery.cookiebar/jquery.cookiebar.js$script @@ -44011,7 +44996,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||androidpolice.com/wp-content/*_facebook-$image @@||androidpolice.com/wp-content/themes/ap2/ap_resize/ap_resize.php?*_Twitter-$image @@||angvremya.ru/engine/classes/min/index.php?*/js/social-$stylesheet -@@||apis.google.com/js/platform.js$domain=9gag.com|discogs.com|duolingo.com|febbit.com|id.logi.com|jakdojade.pl|moshi.com|passeidireto.com|sato.fi +@@||apis.google.com/js/platform.js$domain=9gag.com|corrupt-a-file.net|discogs.com|duolingo.com|febbit.com|id.logi.com|jakdojade.pl|moshi.com|olx.pl|olx.ro|passeidireto.com|sato.fi @@||app.hrlab.de/assets/icons/$image,domain=app.hrlab.de @@||apple.com/kb/resources/images/i_facebook.png @@||apynews.pl/assets/ranking-facebook.jpg @@ -44065,6 +45050,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||cdn-immedia.net/img/share/ @@||cdn.jamatto.com/api/images/*-login/facebook.png @@||cdn.pinknews.co.uk/images/$image,domain=pinknews.co.uk +@@||cdn.syndication.twimg.com/tweets.json @@||cdn.ubi.com/uplay-connect/*/images/FB.png$domain=connect.ubi.com @@||cdnslate.com^*/social/colored-social-$image @@||chesscomfiles.com/images/fb_logo.png$domain=chess.com @@ -44092,6 +45078,8 @@ unicode.org#@#div[data-nconvert-cookie] @@||comcastnets.net/thyme/img/button-login-twitter.png$domain=eonline.com @@||copdfoundation.org/Portals/_default/Skins/COPDF/images/social-1.jpg @@||corriereobjects.it^*/socialshare.js?$domain=video.corriere.it +@@||corrupt-a-file.net/assets/images/icons/google-drive_$image,~third-party +@@||cotrip.org/images/common/$image,~third-party @@||coursehero.com/min/?f=*/social_share_tracking.js$domain=coursehero.com @@||coveritlive.com/templates/coveritlive/images/twitter_$~third-party @@||crazypanda.ru/m/js/social-$script,domain=crazypanda.ru @@ -44126,6 +45114,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||dropbox.com/sm/share_link/$xmlhttprequest @@||dropboxstatic.com/static/compiled/js/$script,domain=dropbox.com @@||dropboxstatic.com^$stylesheet,domain=dropbox.com +@@||dropboxstatic.com^*/share_link_$script,domain=dropbox.com @@||dsreps.com/js/social-icons-bio.js? @@||duckduckgo.com/assets/icons/favicons/youtube.png @@||e-biznes.pl^*/sociallocker-next-premium/ @@ -44148,8 +45137,10 @@ unicode.org#@#div[data-nconvert-cookie] @@||facebook.com/share/share_now_menu/$xmlhttprequest,domain=facebook.com @@||facebook.com^*/like.php?$domain=archivedbook.com|e-biznes.pl|farmville.com|gmx.net|gu-facebook.appspot.com|home.1und1.de|likearea.com|porn99.net|web.de @@||facebook.com^*/plugins/page.php?$domain=cieplikpodrozuje.pl|fashionvoyager.pl|majkrafci.pl|makulscy.com +@@||facebook2.poker.zynga.com^$subdocument,domain=facebook.com @@||factorio.com/images/Steam.png$image @@||fansshare.com/media/*social$image +@@||fappenist.com/Libs/Javascript/goodshare.min.js$script,~third-party @@||fark.net/images/*/links/ @@||fbcdn.net/connect.php/js/FB.Share$domain=jamendo.com @@||fdcdn.co.uk/img/icons/ @@ -44166,7 +45157,9 @@ unicode.org#@#div[data-nconvert-cookie] @@||fontawesome.io^$generichide,~third-party @@||foreignpolicy.com^*_id_twitter_icon.png @@||fortawesome.github.io/Font-Awesome/$generichide,~third-party +@@||forums.oculusvr.com/themes/oculus/design/$image @@||fptplay.net/static/img/share/$image +@@||freemake.com/frm/images/youtube_to_mp3/youtube.jpg @@||freeonlineseo.org/theme/default/$image @@||freshdesk.de/themes/freshdesk/images/icons/social-$image @@||friendfeed.com/static/images/icons/$~third-party @@ -44205,7 +45198,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||googleapis.com/hiveweb/img/icon_google.svg$domain=hive.im @@||googlecode.com/hg/icons/$image,domain=enjoyfreeware.org @@||googleusercontent.com^*_social_icons.css$domain=forums.whatthetech.com -@@||googlewatchblog.de/wp-content/uploads/$image,domain=googlewatchblog.de +@@||googlewatchblog.de/wp-content/uploads/facebook-$image,domain=googlewatchblog.de @@||gorod-812.ru/wp-content/plugins/easy-vkontakte-connect/js/social-likes.min.js @@||graphiq.com^*/Social_$image,domain=insidegov.com @@||greenhouse.io/assets/social_media_$script,domain=greenhouse.io @@ -44378,6 +45371,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||play.ludigames.com^*/pc_share_$image @@||player.fm^*/social-icons/$image @@||playkeepout.com/img/common/sharing/ +@@||playsaurus.com^*/ui/icons/$image,~third-party @@||plus.im/static/img/facebook.png @@||plus.im/static/img/facebook_over.png @@||podaj.to/images/$image,~third-party @@ -44491,8 +45485,6 @@ unicode.org#@#div[data-nconvert-cookie] @@||superstars.news/wp-content/uploads/*-social-media-$image,~third-party @@||swappa.com/static/icons/social/login_$image @@||symantec.com/content/*/about/images/social/b-$image -@@||syndication.twitter.com/tweets.json?*&callback=$script -@@||syndication.twitter.com/tweets.json?callback=$script @@||t3n.de/news/wp-content/uploads/*/social_media_ @@||tabletowo.pl/wp-content/uploads/$image @@||teamquest.pl/img/static/$image @@ -44531,7 +45523,6 @@ unicode.org#@#div[data-nconvert-cookie] @@||tv-kino.net/wp-content/plugins/fb-traffic-pop/ @@||twimg.com/client_application_images/$image,domain=twitter.com @@||twimg.com/profile_images/$image,domain=twitter.com -@@||twimg.com/tweets.json?*callback$script @@||twimg.com/widgets/video?$script @@||twimg.com^*/img/twitter_web_sprite_$domain=twitter.com @@||twimg.com^*/tweets.js$domain=twitter.com @@ -44549,13 +45540,15 @@ unicode.org#@#div[data-nconvert-cookie] @@||vimeocdn.com/js_opt/share2_combined.min.js$domain=vimeo.com @@||vimeocdn.com^*/facebook.svg$domain=vimeo.com @@||visuals.feedly.com^*/resize?url=$image -@@||vk.com/js/al/sharebox.js -@@||vk.me/js/al/sharebox.js +@@||vk.com^*/sharebox.$domain=vk.com|vk.me +@@||vk.me^*/sharebox.$domain=vk.com|vk.me @@||vpobede.ru/assets/images/footer-social/$~third-party,xmlhttprequest @@||vpornoonlain.tv^*/share/$image,~third-party @@||wappalyzer.com/sites/default/files/icons/$image @@||wat.*/assets/images/common/fbsubscribe.jpg @@||watch.aetnd.com^*_SocialMedia_$image +@@||wavebox.io/wp-content/uploads/$image +@@||wavebox.io^$generichide @@||weather.com/cssRollup? @@||weather.com/jsRollup? @@||webgate.ec.europa.eu/cas/images/logo-twitter- @@ -44578,10 +45571,12 @@ unicode.org#@#div[data-nconvert-cookie] @@||wordpress.com/connect/googleplus-sign-in.js @@||workflowy.com^*/hatching_twitter.png @@||workflowy.com^*/twitter_logo.png +@@||worldwidedx.com/attachments/$image,~third-party @@||wp.com/ogyoutube.ogdownloaderapk.com^*/og-youtube.png @@||wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-facebook.png @@||wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-twitter.png @@||wp.com^*/Twitter_$image,domain=stadt-bremerhaven.de +@@||wp.com^*/wp-content/uploads/$image,domain=inoreader.com @@||wphub.com/wp-content/uploads/2010/05/design-freebies-vector-social-icon-set1-138x98.png @@||wpimg.pl^*/dynamic_content/$image,domain=pilot.wp.pl @@||wsj.net^*/social_icons.png$domain=marketwatch.com @@ -44598,7 +45593,7 @@ unicode.org#@#div[data-nconvert-cookie] @@||xmarks.com/share/share_$~third-party @@||xssposed.org/images/design/sign-in-with-twitter-gray.png @@||y2mate.com/themes/images/tip-download-youtube.jpg$image -@@||yandex.st/share/share.js$domain=66.ru +@@||yandex.st/share/share.js$domain=66.ru|vnukovo.ru @@||yarobleirc.ru/bitrix/templates/yarobleirc/js/twitterFetcher_min.js @@||yastatic.net/share2/share.js$script @@||yimg.com/ud/fp/js/SocialBar$script,domain=mobi.yahoo.com @@ -44617,33 +45612,45 @@ unicode.org#@#div[data-nconvert-cookie] @@||allestörungen.at^$generichide @@||allestörungen.ch^$generichide @@||allestörungen.de^$generichide -@@||aussieoutages.com^$generichide -@@||canadianoutages.com^$generichide -@@||downdetctor.cl^$generichide @@||downdetector.ae^$generichide +@@||downdetector.ca^$generichide +@@||downdetector.cl^$generichide @@||downdetector.co.nz^$generichide @@||downdetector.co.uk^$generichide @@||downdetector.co.za^$generichide @@||downdetector.com.ar^$generichide +@@||downdetector.com.au^$generichide @@||downdetector.com.br^$generichide +@@||downdetector.com.co^$generichide @@||downdetector.com/static/$image @@||downdetector.com^$generichide +@@||downdetector.cz^$generichide @@||downdetector.dk^$generichide +@@||downdetector.ec^$generichide @@||downdetector.es^$generichide @@||downdetector.fi^$generichide @@||downdetector.fr^$generichide +@@||downdetector.gr^$generichide @@||downdetector.hk^$generichide +@@||downdetector.hr^$generichide +@@||downdetector.hu^$generichide +@@||downdetector.id^$generichide @@||downdetector.ie^$generichide @@||downdetector.in^$generichide @@||downdetector.it^$generichide @@||downdetector.jp^$generichide @@||downdetector.mx^$generichide +@@||downdetector.my^$generichide @@||downdetector.no^$generichide +@@||downdetector.pe^$generichide +@@||downdetector.pk^$generichide @@||downdetector.pl^$generichide @@||downdetector.pt^$generichide +@@||downdetector.ro^$generichide @@||downdetector.ru^$generichide @@||downdetector.se^$generichide @@||downdetector.sg^$generichide +@@||downdetector.sk^$generichide @@||downdetector.web.tr^$generichide ! "Muzli - Design Breakfast" Chrome new tab extension (https://chrome.google.com/webstore/detail/muzli-design-breakfast/glcipcfhmopcgidicgdociohdoicpdfc) @@||aquest.it/images/aq_facebook.jpg diff --git a/app/src/main/assets/blocklists/fanboy-social.txt b/app/src/main/assets/blocklists/fanboy-social.txt index eb2fb0d1..b00c2680 100644 --- a/app/src/main/assets/blocklists/fanboy-social.txt +++ b/app/src/main/assets/blocklists/fanboy-social.txt @@ -1,7 +1,7 @@ [Adblock Plus 2.0] -! Version: 201912312316 +! Version: 202003262144 ! Title: Fanboy's Social Blocking List -! Last modified: 31 Dec 2019 23:16 UTC +! Last modified: 26 Mar 2020 21:44 UTC ! Expires: 4 days (update frequency) ! License: http://creativecommons.org/licenses/by/3.0/ ! Please report any unblocked content or problems by email or in our forums @@ -34,6 +34,7 @@ -facebook-icon. -facebook-icons- -facebook-like-box/ +-facebook-likeButton- -facebook-share. -facebook-widget. -facebook.js$domain=~king.com @@ -323,12 +324,12 @@ /android-share. /aolshare/* /app/social. +/appSocialShare/* /article-shares. /article-social/* /ArticleSocialShare. /ashare.js /aspexi-facebook- -/assets/*discord.png /assets/*Facebook.jpg /assets/*facebook.png /assets/*twitter.png @@ -442,6 +443,7 @@ /bz_share/* /chs/share/* /cht/share/* +/circle_share. /cnw.share. /color-facebook- /color-twitter- @@ -603,6 +605,7 @@ /facebook_badge- /facebook_badge. /facebook_boton. +/facebook_btn. /facebook_button /facebook_button. /facebook_circle- @@ -662,6 +665,7 @@ /facebooktrafficdriver. /facebookwidget. /facebutton.png +/facetwit. /fan-fb.png /farkit-btn. /fb-banner. @@ -818,6 +822,7 @@ /footer-youtube- /footer/facebook- /footer/facebook. +/footer/facebook_ /footer/fb- /footer/google- /footer/instagram- @@ -829,6 +834,7 @@ /footer/twit- /footer/twitter- /footer/twitter. +/footer/twitter_ /footer/youtube. /footer_facebook. /footer_fb- @@ -1291,6 +1297,7 @@ /iconSocial. /iconTwitter. /iconYoutube. +/icoshare. /icoSocial. /icoSocial2. /icosocial21/* @@ -1361,10 +1368,12 @@ /images/social_$image /images/socials/* /images/soicial/* +/images/tmblur. /images/tumblr- /images/tw_ /images/twiter /images/twitter +/images/vimeo- /images/vk- /images/whtapp- /images/youtube- @@ -1560,6 +1569,7 @@ /mobilesharetools. /mod_socialmedialinks/* /mod_socialslider/* +/modeles_facebook/* /mtsocialgroup_ /myshare/* /myspace-32x32. @@ -1603,6 +1613,7 @@ /partnerNavSocialButtons. /pics/*facebook.png /pics/*twitter.png +/pict-fb. /pin-icon- /pin-interest-icon. /pin-it.gif @@ -1698,7 +1709,6 @@ /plugins/slide-in/*$script /plugins/sociable-$~stylesheet /plugins/sociable/*$~stylesheet -/plugins/social-$~stylesheet /plugins/socialbox/* /plugins/socialfans-counter/* /plugins/socialgrid/*$~stylesheet @@ -1724,6 +1734,7 @@ /portals/*google-plus.jpg /portals/*linkedin.jpg /portals/*you-tube.jpg +/post-shares. /printarest. /prisna-social-counter. /prn.share. @@ -2019,6 +2030,7 @@ /sidenav_instagram_ /sidenav_tumblr_ /sideShare_ +/silicon-counters/* /simple-share-$~stylesheet /simple-social-sharing/*$~stylesheet /simpleshare.js @@ -2130,6 +2142,7 @@ /social-likes- /social-likes.$~script,~stylesheet /social-likes_$~stylesheet +/social-linkedin. /social-links- /social-links. /social-locker/*$script @@ -2356,7 +2369,9 @@ /socialcount. /socialcounters/* /socialcounts/*$script +/socialCounts? /socialfacebookdark. +/socialfooter. /socialFooterSprite. /socialgoogledark. /socialhomesprite2. @@ -2685,6 +2700,7 @@ /twitter_badge. /twitter_bird. /twitter_bird_ +/twitter_btn. /twitter_bubble_ /Twitter_button /twitter_button. @@ -3342,6 +3358,7 @@ _youtube_social_ ###be-social ###beesocial ###belowpost-like +###biz-share ###bk_follow ###bk_share ###blgentrysocial @@ -3379,6 +3396,7 @@ _youtube_social_ ###block-menu-menu-social-media-links ###block-menu-menu-social-menu ###block-menu-menu-social-networks +###block-menu-social-identity ###block-minisocialsharingblock ###block-neweurope-vertical-social ###block-pi_social-links @@ -3623,6 +3641,8 @@ _youtube_social_ ###em-sharer ###embed-share ###embed-share-button +###entry-footer-social-buttons +###entry-header-social-buttons ###entry-social-float ###enw-share-btn ###epoch-floating-social @@ -3813,6 +3833,7 @@ _youtube_social_ ###fb_icon ###fb_like_fan_page_layer ###fb_like_header +###fb_like_page_div ###fb_like_pop ###fb_like_widget ###fb_likebox @@ -3828,6 +3849,7 @@ _youtube_social_ ###fb_twitter_bar ###fb_video_link ###fb_widget +###fbbestshare ###fbbox ###fbbox-relocated ###fbbox1 @@ -3928,6 +3950,7 @@ _youtube_social_ ###followTwitter ###followUs ###followUsBox +###followUsButtons ###followUsContainerD ###followUsFooter ###followUsRight @@ -4298,6 +4321,7 @@ _youtube_social_ ###linkedin_social_sidebar ###list--share-buttons ###listMasterShareListBottom +###lnkSocial ###logShare ###logo-socials-follow ###lr_social_tout @@ -4680,6 +4704,7 @@ _youtube_social_ ###share-pinterest ###share-post ###share-print +###share-project-button ###share-reddit ###share-retweet ###share-series @@ -5073,6 +5098,7 @@ _youtube_social_ ###social-contact ###social-container ###social-context-container +###social-count ###social-counter-widget-1 ###social-counter-widget-2 ###social-counter-widget-3 @@ -5267,6 +5293,7 @@ _youtube_social_ ###socialButtons ###socialBuzzLine1 ###socialClickCountWidget +###socialColumn ###socialConnect ###socialConnects ###socialContainer @@ -5413,6 +5440,7 @@ _youtube_social_ ###social_footer ###social_googleplus ###social_head +###social_home ###social_hook ###social_hub ###social_icon1 @@ -5893,6 +5921,8 @@ _youtube_social_ ##.AppFooter-social ##.Article-FB-Left ##.Article-headerSocialButton +##.ArticleBottomShareComponent +##.ArticleHeaderShareComponent ##.ArticlePage-sharing ##.ArticleSocialMediaTopBar ##.ArticleTombstone-shareHeading @@ -6066,11 +6096,13 @@ _youtube_social_ ##.ShareSource ##.ShareTab ##.ShareThis +##.ShareThisBlock ##.ShareThisButton1 ##.ShareThisButton2 ##.ShareThisButton4 ##.ShareThisMainPanel ##.ShareThisPage +##.ShareThis_Title ##.ShareToolBarTop ##.ShareTools ##.Share_Buttons @@ -6272,6 +6304,7 @@ _youtube_social_ ##.addthis-wrapper ##.addthis:not(body) ##.addthisContainer +##.addthisShareV1 ##.addthisToolbarBtm ##.addthisToolbarTop ##.addthisTop @@ -6309,6 +6342,7 @@ _youtube_social_ ##.addthis_default_style ##.addthis_digg ##.addthis_email +##.addthis_fallback ##.addthis_header ##.addthis_horizontal ##.addthis_horizontal_follow_toolbox @@ -6502,6 +6536,7 @@ _youtube_social_ ##.article-sharing-nav ##.article-sharing-top ##.article-side-share +##.article-side-share-ynetnews ##.article-sidebar-action-facebook ##.article-sidebar-action-twitter ##.article-soc @@ -6578,6 +6613,7 @@ _youtube_social_ ##.article__share-bar ##.article__share-btns ##.article__share-buttons +##.article__share-links ##.article__share-title ##.article__share_box ##.article__sharebar @@ -6805,9 +6841,16 @@ _youtube_social_ ##.big-share-col ##.big-share-container ##.big_facebook_share +##.bigsocialblock__bg +##.bigsocialblock__item +##.bigsocialblock__social-icon ##.bimber-microshare-item-share +##.bio-share-bloc ##.bio-socials ##.bio-with-share +##.bio__social +##.biz-share +##.biz-social_links ##.bk-dt-share ##.bk-profile-socialicons ##.bk-share-box-top @@ -6829,6 +6872,9 @@ _youtube_social_ ##.bl_socialbox ##.bl_tweets ##.blip-follow-us +##.blk-form-social +##.bloc-info-facebook +##.bloc-info-twitter ##.bloc-share ##.bloc-social ##.blocSociaux @@ -6874,6 +6920,7 @@ _youtube_social_ ##.block-socials ##.block-socialsharingblock ##.block-trinity-social +##.block-umhs-share ##.blockSocial ##.blockSocialLink ##.block_240_socials @@ -6919,6 +6966,8 @@ _youtube_social_ ##.bot_aa_share ##.bot_sociales ##.botart-share-line +##.boton_googleplus +##.boton_twitter ##.bottom-article-share ##.bottom-bar--sharing ##.bottom-bar-share-button @@ -6971,6 +7020,7 @@ _youtube_social_ ##.box_condivisione ##.box_msg_social ##.box_social +##.box_social_media ##.box_social_ticker_fixed ##.boxed-sharing-icons ##.boxsocial @@ -7095,6 +7145,7 @@ _youtube_social_ ##.btn_furl ##.btn_google ##.btn_share +##.btn_shareContact ##.btn_social ##.btn_technorati ##.btn_twit @@ -7184,6 +7235,7 @@ _youtube_social_ ##.c-footer-social-link ##.c-footer__list--follow ##.c-footer__social +##.c-footer__social-links ##.c-footer__social-list ##.c-footer__social-list-item ##.c-global-header__social @@ -7192,6 +7244,7 @@ _youtube_social_ ##.c-home-share-box ##.c-icon--whatsapp ##.c-justin-share +##.c-justin-share__link ##.c-link-list--sharing-list ##.c-list--social ##.c-movie__socials @@ -7202,6 +7255,7 @@ _youtube_social_ ##.c-poll-share__text ##.c-post-engage-share ##.c-post-engage-shares +##.c-post-share__links ##.c-redes-sociais ##.c-share ##.c-share-box-social-item @@ -7220,6 +7274,8 @@ _youtube_social_ ##.c-social-bar ##.c-social-box ##.c-social-buttons--popover +##.c-social-buttons__item +##.c-social-buttons__twitter ##.c-social-container ##.c-social-links ##.c-social-media @@ -7229,6 +7285,7 @@ _youtube_social_ ##.c-social-wrap ##.c-socialShare ##.c-social__list +##.c-social__networks ##.c-socialchannels ##.c-socials ##.c-socialshare @@ -7263,6 +7320,7 @@ _youtube_social_ ##.card-post__shareSection ##.card-share ##.card__share +##.card__share-action ##.card__shareBtn ##.card__social ##.care2_share_bar @@ -7489,6 +7547,7 @@ _youtube_social_ ##.ctv-v2-share-wrapper ##.cu-share-inline-mobile ##.cunjo-social-profiles +##.current-article-button-facebook ##.currentArticleShareIcons ##.custom-fb-button ##.custom-follow-button @@ -8277,6 +8336,7 @@ _youtube_social_ ##.findusGooglePlus ##.findusPinterest ##.findusYouTube +##.firms-single-share ##.first-social-block ##.firstblockfb ##.fix-share @@ -8470,6 +8530,7 @@ _youtube_social_ ##.followUs-block-wrapper ##.followUs-mostread ##.followUsBox +##.followUsButtons ##.followUsContainer ##.followUsDiv ##.followUsLinks @@ -8596,6 +8657,7 @@ _youtube_social_ ##.footer-main__socials ##.footer-nav-connect ##.footer-nav-social +##.footer-network-social ##.footer-pin ##.footer-pinterest-icon ##.footer-quote-share @@ -8609,6 +8671,7 @@ _youtube_social_ ##.footer-share-bar-social-link ##.footer-share-button ##.footer-share-list +##.footer-share-section ##.footer-shareButton ##.footer-sharer ##.footer-sharers @@ -8790,6 +8853,7 @@ _youtube_social_ ##.ft-share-icon ##.ft-social ##.ft-social-links +##.ft-social-list ##.ft-tumblr ##.ft-twitter ##.ft-youtube @@ -8976,6 +9040,7 @@ _youtube_social_ ##.googleplusalt ##.googlepluscommon ##.googleplustop +##.gp-author-social-icons ##.gp-share ##.gp-share-button ##.gp-share-email @@ -9216,9 +9281,11 @@ _youtube_social_ ##.hh-social-links ##.hh-socialmedia ##.hh-twitter +##.hi-hd-share ##.hidden-nav-share ##.hide-social ##.hideSocial +##.hideshare-wrap ##.highlight-menu-twitter ##.hl-facebook-like ##.hl-google-share @@ -9413,6 +9480,7 @@ _youtube_social_ ##.icon--linkedin__white ##.icon--pinterest ##.icon--share--light +##.icon--snapchat ##.icon--twitter ##.icon--twitter__white ##.icon--vine @@ -9529,6 +9597,7 @@ _youtube_social_ ##.icon-logo-linkedin ##.icon-logo-twitter-bird ##.icon-logo-youtube +##.icon-mastodon ##.icon-medium-encircled ##.icon-meneame ##.icon-mixcloud @@ -9589,6 +9658,7 @@ _youtube_social_ ##.icon-social-linkedin ##.icon-social-linkedin-green ##.icon-social-mail-circle +##.icon-social-messenger ##.icon-social-pinterest ##.icon-social-round-fb ##.icon-social-round-google @@ -9599,6 +9669,7 @@ _youtube_social_ ##.icon-social-tumblr ##.icon-social-twitter ##.icon-social-twitter-circle +##.icon-social-whatsup2 ##.icon-social-youtube ##.icon-social__link ##.icon-social_facebook_bl @@ -9757,6 +9828,7 @@ _youtube_social_ ##.ig-share-button ##.ig-socials-ball ##.ig_social +##.ihg-hd-share ##.ihr-icon-social-instagram ##.ikonz-social ##.il-social-links @@ -9919,6 +9991,7 @@ _youtube_social_ ##.j-social-actions ##.j-social-button ##.j-twitter +##.jSocialShare ##.janrainEngagePublishShareBar ##.janrainShareCountContainer ##.janrainSocialBar @@ -10076,6 +10149,7 @@ _youtube_social_ ##.latestTweet ##.latestshowsocial ##.layer_share_on +##.layout-footer-shares ##.lazy-share-widget ##.lazysocialbuttons ##.lb-card-share-menu @@ -10352,6 +10426,9 @@ _youtube_social_ ##.m_share ##.macleans-social-footer__item ##.macleans-social-footer__wrap +##.mad__follow__social-link +##.mad__social-network--teaser +##.mad__social_network--custom ##.mag_social ##.magazine-bar__social ##.magazine-share @@ -10741,6 +10818,7 @@ _youtube_social_ ##.network-bar-social-media-links ##.network-social-box ##.new-bdsharebuttonbox +##.new-footer-social ##.new-share ##.new-side-share ##.new-social @@ -10793,6 +10871,7 @@ _youtube_social_ ##.nice-menu-menu-social-menu ##.nm-social-list ##.nmSocialMain +##.nmg-footer__social ##.nn-follow-us ##.nn-header-main__social ##.nn-social-icons-header @@ -10808,6 +10887,7 @@ _youtube_social_ ##.noticon-facebook-alt ##.noticon-instagram ##.noticon-twitter +##.nova_reseau-sociaux ##.np-article-social-links ##.npStoryShare ##.ns-social @@ -10827,6 +10907,7 @@ _youtube_social_ ##.o-PinterestEmbed ##.o-SocialShare__m-ShareButton--facebookMessenger ##.o-btn--share +##.o-button--share ##.o-footer__social ##.o-mobile-share-footer ##.o-social-icon @@ -10839,6 +10920,7 @@ _youtube_social_ ##.official-social2 ##.oi-share ##.oi_soc_header +##.om-share-bar ##.om-social-links ##.omc-social-media-icon ##.omc-social-small @@ -11057,6 +11139,8 @@ _youtube_social_ ##.pionusnews-social-widget ##.pionusnews_social_counter ##.pipdig_widget_social_icons +##.pk-share-buttons-item +##.pk-share-buttons-link ##.pk-social ##.pk-social-links-items ##.pk-social-links-wrap @@ -11109,6 +11193,7 @@ _youtube_social_ ##.post-on-social-media ##.post-share ##.post-share-b +##.post-share-bar ##.post-share-block ##.post-share-box ##.post-share-box-circle @@ -11116,13 +11201,17 @@ _youtube_social_ ##.post-share-container ##.post-share-count ##.post-share-element +##.post-share-email ##.post-share-facebook +##.post-share-item ##.post-share-links ##.post-share-panel +##.post-share-pinterest ##.post-share-pt ##.post-share-row ##.post-share-toolbar ##.post-share-twitter +##.post-share-whatsapp ##.post-share-widget ##.post-sharebox ##.post-sharebtns @@ -11170,6 +11259,7 @@ _youtube_social_ ##.post_share_twitter ##.post_shares ##.post_sociable +##.post_toolbar_share ##.postbit-social ##.postfblike ##.postshare @@ -11280,6 +11370,7 @@ _youtube_social_ ##.really_simple_share ##.receipt-social-icon-container ##.red-fb +##.red-footer__social-items ##.red-linkedin ##.red-tumblr ##.red-twitter @@ -11309,6 +11400,8 @@ _youtube_social_ ##.report-process-share ##.reporter-social-buttons ##.reseaux-footer +##.reseaux-share +##.reseaux-soc ##.reseaux-sociaux ##.reseaux-sociaux-list ##.reseauxSociaux @@ -11542,7 +11635,9 @@ _youtube_social_ ##.share-bar ##.share-bar--detail ##.share-bar-container +##.share-bar-decs ##.share-bar-highlight +##.share-bar-icon ##.share-bar-item ##.share-bar-item-desktop ##.share-bar-medium-container @@ -11688,6 +11783,11 @@ _youtube_social_ ##.share-in-post-gplus ##.share-in-post-tw ##.share-indicator +##.share-info-btn +##.share-info-facebook +##.share-info-googleplus +##.share-info-pinterest +##.share-info-twitter ##.share-inline-footer-reddit ##.share-inner ##.share-instagram @@ -12258,6 +12358,7 @@ _youtube_social_ ##.sharelinkedin ##.sharelinks ##.sharelist__item +##.sharelist__items ##.sharelizers ##.sharelordhtml ##.sharembed @@ -12269,6 +12370,7 @@ _youtube_social_ ##.shareonclick ##.shareovanje ##.shareovi +##.sharepage ##.sharepanel__bottom ##.sharepanel__buttons ##.sharepinterest @@ -12541,6 +12643,7 @@ _youtube_social_ ##.sidesocial ##.sign-up-follow ##.simple-follow-module +##.simple-share ##.simple-share-buttons-container ##.simple-social-icons ##.simpleShare @@ -12626,6 +12729,7 @@ _youtube_social_ ##.site-navigation__right-social ##.site-share-button ##.site-share-buttons-container +##.site-share-placeholder ##.site-social ##.site-social-icon ##.site-social-menu @@ -12872,9 +12976,11 @@ _youtube_social_ ##.social-botton ##.social-bottons ##.social-box +##.social-box-facebook ##.social-box-float ##.social-box-footer ##.social-box-tab +##.social-box-twitter ##.social-box-widget ##.social-btn ##.social-btn-area @@ -12887,6 +12993,7 @@ _youtube_social_ ##.social-btns ##.social-btns-new ##.social-btns-vert-wrapper +##.social-bubble ##.social-button ##.social-button-box ##.social-button-group @@ -13066,6 +13173,7 @@ _youtube_social_ ##.social-icons-block ##.social-icons-bottom-set ##.social-icons-c +##.social-icons-classic ##.social-icons-color-black ##.social-icons-container ##.social-icons-float @@ -13237,6 +13345,7 @@ _youtube_social_ ##.social-modal ##.social-module ##.social-nav +##.social-nav-blk ##.social-nav-link ##.social-nav__item ##.social-navi @@ -13253,6 +13362,7 @@ _youtube_social_ ##.social-networks-container ##.social-networks-float ##.social-networks-footer +##.social-networks-link ##.social-networks-links ##.social-networks__badges ##.social-networks__item @@ -13343,6 +13453,7 @@ _youtube_social_ ##.social-share-head-article ##.social-share-icons ##.social-share-lede-image +##.social-share-left ##.social-share-link ##.social-share-links ##.social-share-list @@ -13403,6 +13514,7 @@ _youtube_social_ ##.social-sondage ##.social-space ##.social-stack +##.social-stacker ##.social-statistics-widget ##.social-stats ##.social-stick @@ -13649,6 +13761,7 @@ _youtube_social_ ##.socialSection ##.socialShare ##.socialShare-block +##.socialShare-btn ##.socialShareBar ##.socialShareButtons-container ##.socialShareDM @@ -13688,6 +13801,7 @@ _youtube_social_ ##.socialTools ##.socialTop ##.socialTwitter +##.socialUrl ##.socialUtils-bottom ##.socialV2 ##.socialVideodetay @@ -13840,6 +13954,7 @@ _youtube_social_ ##.social_media_header ##.social_media_icon ##.social_media_links +##.social_media_list ##.social_media_section ##.social_media_share ##.social_media_ul_li_a @@ -13944,6 +14059,7 @@ _youtube_social_ ##.socialbox-widget ##.socialbox2 ##.socialboxp +##.socialboxsingle ##.socialbtn ##.socialbtn-wrap ##.socialbtns @@ -14003,6 +14119,7 @@ _youtube_social_ ##.sociall_container ##.sociallink ##.sociallinks +##.sociallinksadd ##.sociallist ##.socialmain ##.socialmedia--ArticleFacebook @@ -14012,6 +14129,7 @@ _youtube_social_ ##.socialmedia-container ##.socialmedia-side ##.socialmedia:not(html):not(body) +##.socialmediaDetails ##.socialmedia_article_linkbox ##.socialmedia_float ##.socialmedia_link @@ -14137,6 +14255,7 @@ _youtube_social_ ##.sp_social ##.sp_twitter ##.sparkling-social +##.spcv_message-share-link ##.spe-share-wrap ##.spine-social-channels ##.sppre_message-share @@ -14192,11 +14311,13 @@ _youtube_social_ ##.ss-inline-share-content ##.ss-instagram ##.ss-share +##.ss-share-network-content ##.ss-sharing-container ##.ss-shr ##.ss-social ##.ss-social-button-wrapper ##.ss-social-circle +##.ss-social-icons-container ##.ss-social-regular ##.ss-twitter ##.ss-whatsapp @@ -14262,6 +14383,7 @@ _youtube_social_ ##.stack-list-share ##.stack-share-bar ##.stacked-social-buttons +##.stacker-shares ##.standard-social-icons ##.standingShareBar ##.start-social-fb2 @@ -14303,6 +14425,7 @@ _youtube_social_ ##.story-button-share ##.story-col-share ##.story-footer-social +##.story-header__social ##.story-kapitel-socials ##.story-leaf-social-btns ##.story-meta-footer-sharetools @@ -14366,6 +14489,8 @@ _youtube_social_ ##.sub_buzz_share ##.sub_fb ##.sub_gplus +##.sub_jeu_social_facebook +##.sub_jeu_social_twitter ##.sub_sns ##.sub_socialMedia ##.sub_twitter @@ -14423,6 +14548,7 @@ _youtube_social_ ##.t-article-share-btn-1 ##.t-content__shares ##.t-social-buttons +##.t1__toolsbar__share__container ##.tShare ##.t_social ##.t_twitter @@ -14452,6 +14578,7 @@ _youtube_social_ ##.td-icon-youtube ##.td-post-sharing ##.td-post-sharing-bottom +##.td-post-sharing-top ##.td-social-icon-wrap ##.td-social-list ##.td-social-sharing @@ -14473,11 +14600,13 @@ _youtube_social_ ##.tech-social ##.tecnavia_img_share_icon ##.ted-share-buttons +##.telegram-share ##.telegram-share-button ##.telegram_link ##.tempShareToolsHolder ##.text-m-join-us-on-facebook ##.text_list_inline +##.tf-share ##.tg-tlc-storymeta_sharing-wrapper ##.tg-tweet-this ##.tgc-footer_social @@ -14597,6 +14726,7 @@ _youtube_social_ ##.topbar-socials ##.topbar-twitter ##.topbar-youtube +##.tophead__share ##.topic-share ##.topic-social__caption ##.topic-social__list @@ -15101,6 +15231,7 @@ _youtube_social_ ##.walrus_social_buttons ##.wb-share ##.wbtz-share-btn +##.wc_social_plugin_wrapper ##.wccfSocial ##.wcs-facebook ##.wcs-google @@ -15153,6 +15284,7 @@ _youtube_social_ ##.widget-social-icons ##.widget-social-links ##.widget-social-twitter +##.widget-social_menu ##.widget-twitter-timeline ##.widgetFB ##.widgetFollowUs @@ -15225,6 +15357,7 @@ _youtube_social_ ##.widget_rt_social_media ##.widget_siliconcounters ##.widget_simple_facebook_page_feed_widget +##.widget_sn_social_boxes ##.widget_social ##.widget_social-feed ##.widget_social-pane @@ -15337,6 +15470,7 @@ _youtube_social_ ##.wrapper-fixed-social-buttons ##.wrapper-share ##.wrapper-share-social +##.wrapper-social-share-bar ##.wrapper-sticky-gigya ##.wrapper-sticky-social ##.wrapperSocial @@ -15353,6 +15487,7 @@ _youtube_social_ ##.wsj-amp-share ##.wtv-social-hidden ##.wtv-social-share +##.wwn-share-top-wrapper ##.www-m-social-buttons ##.wx-fb-activity ##.wx-local-tweets-hdr @@ -15664,6 +15799,7 @@ _youtube_social_ ##a[href^="https://getpocket.com/save?url="] ##a[href^="https://line.naver.jp/R/msg/text/?"][href*="website_share"] ##a[href^="https://lineit.line.me/share/"] +##a[href^="https://linkedin.com/shareArticle?"] ##a[href^="https://partners.viadeo.com/share?"] ##a[href^="https://pinterest.com/pin/create/"] ##a[href^="https://plus.google.com/share"] @@ -15721,6 +15857,7 @@ _youtube_social_ ##a[onclick^="popUp=window.open('http://pinterest.com/pin/create/button/"] ##a[onclick^="popUp=window.open('http://www.tumblr.com/share/"] ##a[onclick^="popUp=window.open('https://plus.google.com/share?"] +##a[onclick^="popUp=window.open('https://www.facebook.com/sharer/sharer.php?"] ##a[onclick^="shareVideo"] ##a[onclick^="teleShare"] ##a[onclick^="window.open('http://twitter.com/home?status="] @@ -15752,6 +15889,7 @@ _youtube_social_ ##a[title="Google+"] ##a[title="Instagram"] ##a[title="LinkedIn"] +##a[title="Linkedin"] ##a[title="Partilhar no Facebook"] ##a[title="Partilhar no LinkedIn"] ##a[title="Partilhar no Pinterest"] @@ -15773,6 +15911,9 @@ _youtube_social_ ##a[title="Share via e-mail"] ##a[title="Snapchat"] ##a[title="StumbleUpon"] +##a[title="Suivez-nous sur Facebook"] +##a[title="Suivez-nous sur Pinterest"] +##a[title="Suivez-nous sur Twitter"] ##a[title="Tumblr"] ##a[title="Tweet this article"] ##a[title="Tweet this"] @@ -15826,6 +15967,8 @@ _youtube_social_ ##a[title^="Join us on Linkedin"] ##a[title^="Like us on Facebook"] ##a[title^="Partager cet article"] +##a[title^="Partager via Facebook"] +##a[title^="Partager via Google Plus"] ##a[title^="Share a link on Facebook"] ##a[title^="Share a link on Google"] ##a[title^="Share a link on Twitter"] @@ -15869,6 +16012,7 @@ _youtube_social_ ##div[class^="FooterSocialLinks"] ##div[class^="ShareButtons_"] ##div[class^="ShareLinks_"] +##div[class^="SocialIconsGroup"] ##div[class^="SocialTool"] ##div[class^="article-sticky-share_"] ##div[class^="article__shared_bar"] @@ -16134,7 +16278,6 @@ _youtube_social_ ||digg.com/img/badges/$third-party ||digg.com^$script,subdocument,third-party ||diggstatic.com^*/follow_buttons/ -||donreach.com^$third-party ||encrypted-tbn2.gstatic.com/images?$domain=vitorrent.org ||external.followgram.me^$third-party ||facebook.com*/plugins/like.php?$third-party @@ -16159,13 +16302,13 @@ _youtube_social_ ||facebook.com/whitepages/wpminiprofile.php$third-party ||facebook.com/widgets/activity.php?$third-party ||facebook.com/widgets/fan.php?$third-party +||facebook.com/widgets/like.php?$third-party ||facebook.com/widgets/recommendations.php?$third-party ||facebook.com^*/plugins/activity.php?$third-party ||facebook.com^*/plugins/facepile.php?$third-party ||facebook.com^*/plugins/fan.php?$third-party ||facebook.com^*/plugins/follow.php?$third-party ||facebook.com^*/plugins/follow?$third-party -||facebook.com^*/plugins/like.php?$third-party ||facebook.com^*/plugins/like_box.php?$third-party ||facebook.com^*/plugins/likebox/$third-party ||facebook.com^*/plugins/page.php?$third-party @@ -16773,7 +16916,7 @@ prlog.org###smx prlog.org###smx2 worldreview.info###sn play-asia.com###soc -amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social +amartus.com,amazinglytimedphotos.com,androidzoom.com,ask.com,barneys.com,beefjack.com,bitcoinblackfriday.com,bubblews.com,businessinsider.com,businessinsider.com.au,chnetwork.org,classicreload.com,cmt.com,cnalicense.org,consumerist.com,distance-calculator.co.uk,dogandponyshowwebsite.com,donnahay.com.au,ekathimerini.com,electrictoolbox.com,g2a.com,gamingonlinux.com,gamrreview.com,geekosystem.com,giantfreakinrobot.com,gizmodo.com.au,globes.co.il,goutsa.com,haydenplanetarium.org,hccs.edu,highlandcapital.com,hollywire.com,hostcabi.net,hotscripts.com,humorhub.org,humourtube.org,imgur.com,ini.tv,inkscape.org,joburg.org.za,justrewards.co.za,kinguin.net,kotaku.com.au,latimes.com,lawyersweekly.com.au,legitreviews.com,lifehacker.com.au,mail.opera.com,makeuseof.com,mayoclinic.com,meteoblue.com,meteovista.co.uk,meteovista.com,mtv.com,musicfeeds.com.au,namecheap.com,nzmusicmonth.co.nz,onlineeducation.net,openculture.com,penny-arcade.com,pixiq.com,play-asia.com,presidenthotel.co.za,producersguild.org,radiovaticana.va,ratemyprofessors.com,ryot.org,sfchamber.com,skift.com,smhlmao.com,stileproject.com,stoppress.co.nz,swapit.co.uk,systemrequirementslab.com,talkingpointsmemo.com,tesco.com,the-diplomat.com,theedge.co.nz,theepochtimes.com,theparisreview.org,thepiratebay.org,theroar.com.au,ucl.ac.uk,vimeopro.com,virginactive.co.uk,virginactive.co.za,washingtonblade.com,waterfoxproject.org,wbs-law.de,webglearth.com,whatpeoplesayonline.com,whimn.com.au,whtop.com,wired.com,xda-developers.com###social christianpost.com###social-apps animenewsnetwork.com###social-bookmarks cafemom.com###social-comment @@ -17046,6 +17189,7 @@ southerntimesafrica.com##.fa-tumblr anews.com.tr,channelstv.com,dataleeks.com,designboom.com,deutschified.com,forward.com,futbin.com,jazzinchicago.org,kashmirobserver.net,kpfa.org,livescience.com,nzdoctor.co.nz,order-order.com,patch.com,pbtech.co.nz,peoplesworld.org,shadowandact.com,slashgear.com,southerntimesafrica.com,space.com,vnexpress.net,washingtoncitypaper.com,washingtonexaminer.com##.fa-twitter channelstv.com,kashmirobserver.net,slashgear.com,southerntimesafrica.com##.fa-youtube pbtech.co.nz##.fa-youtube-play +babylonbee.com##.fab 9gag.tv,absoluteradio.co.uk,al-shorfa.com,animenewsnetwork.com,backstage.com,belfasttelegraph.co.uk,bingplaces.com,breitbart.com,buffalonews.com,c-span.org,cadenaazul.com,catapult.co,chacha.com,comicrelief.com,computingunleashed.com,crosscut.com,dailymail.co.uk,dailynews.co.zw,dailystar.co.uk,deathandtaxesmag.com,designroyale.com.au,digitimes.com,discountsstory.com,eater.com,enom.com,eurogamer.net,everfi.com,fightthesmears.com,filmfare.com,fixya.com,flippinawesome.org,forbes.com,forvo.com,futbol24.com,gamerant.com,geeksandbeats.com,gizmodo.com,hallels.com,happycoins.com,healthymagination.com,huffingtonpost.ca,huffingtonpost.co.uk,huffingtonpost.com,iflscience.com,independent.co.uk,independent.ie,iveybusinessreview.ca,kickstarter.com,lapoderosa.com,lifehacker.com,ludokado.com,luta.co.uk,macrumors.com,mademan.com,messynessychic.com,moneysavingexpert.com,mtv.co.uk,mumbrella.com.au,myunidays.com,mzhiphop.com,nationofchange.org,njtvonline.org,npr.org,nzherald.co.nz,onenewsnow.com,pcworld.in,perpetual-solutions.com,pinknews.co.uk,proboards.com,ravpower.com,recode.net,reuters.com,rightdrivejeeps4postal.com,saturn.de,sci2.tv,sciencenews.org,scion.com,scroll.in,seattletimes.com,si.com,slate.com,smashingmagazine.com,sourcefednews.com,stepstone.be,t3.com,take.fm,techradar.com,techspot.com,theatlantic.com,thedailybeast.com,thedailyshow.com,thedigitalfix.com,thefinancialist.com,themaven.net,thenewstribe.com,thesun.co.uk,tineye.com,tmz.com,triangleoffense.com,tvland.com,tvnz.co.nz,tvweb.com,tweaktown.com,usvsth3m.com,vine.co,washingtonpost.com,wccftech.com,whatzbuzzing.com,yahoo.com,yoink.com,yourdailymedia.com##.facebook opposingviews.com##.facebook-bottom qz.com##.facebook-message @@ -17074,7 +17218,7 @@ shoutmeloud.com##.floaticons remezcla.com##.floating-menu etfdailynews.com##.floating-menuG ryot.org##.floating_ryot_share -alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow +alarabiya.net,amd.com,batman-news.com,bbcamerica.com,bgr.com,californiasunday.com,catholic.org,cheapies.nz,cnet.com,espnmediazone.com,esquire.com,fandango.com,flashbak.com,fox10phoenix.com,fromthegrapevine.com,geeksaresexy.net,goodnet.org,grindtv.com,independent.co.uk,indiatimes.com,inverse.com,itworld.com,kpopstarz.com,nbcnews.com,newindianexpress.com,nhl.com,opposingviews.com,pawnation.com,pulsenews.co.kr,qnb.com,shazam.com,silicon.co.uk,skatehut.co.uk,sky.com,symmetrymagazine.org,tribuneindia.com,tvnz.co.nz,unz.com,usatoday.com,vagabomb.com,verisigninc.com,wanda-group.com,winbeta.org,wonderwall.com##.follow aikenstandard.com##.follow-aiken-standard aol.com##.follow-aol breakingnews.ie##.follow-bn @@ -17195,6 +17339,7 @@ indianexpress.com##.ie2013-agencies breitbart.com##.ig designcurial.com##.image-tools imdb.com##.imdb-footer__social +imdb.com##.imdb-footer__socials alarabiya.net##.img-caption-facebook-container ebay.co.uk,ebay.com.au##.info > .share pcgscoinfacts.com##.info-connect @@ -17217,10 +17362,12 @@ shine.cn##.jiathis_style_shine itvnetworks.tv##.jj_sl_navigation sondry.com##.join-banner celebrations.com##.join_party +thejakartapost.com##.jplus-follow-sosmed bleacherreport.com##.jqmOverlay bleacherreport.com##.jqmWindow kdnuggets.com##.kd_bottom francemusique.com##.keep-in-touch-blocks +fruitnet.com##.keep_informed npg.org.uk##.keepintouch kernelmag.com##.kernel-social-links sfglobe.com##.kfm_dialog @@ -17402,7 +17549,7 @@ artstation.com##.sh-buttons pixxxels.cc,postimg.cc##.sh-link dailysabah.com##.shB toothpastefordinner.com##.shadow[style="margin-top: 0px; width: 500px; height: 25px; background-color:#cccccc; padding-top: 1px;"] -3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,sonyliv.com,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videocelts.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share +3net.com,500px.com,9gag.com,abc.net.au,about.com,acculturated.com,adsupplyads.com,al-shabaka.org,al.com,algemeiner.com,alibaba.com,askmen.com,astanatimes.com,autoblog.com,autoguide.com,autoline-eu.co.uk,autoline-eu.co.za,autoline-eu.ie,autoline-market.ca,autoline-market.com,autoline.info,bbc.co.uk,bbc.com,belfasttelegraph.co.uk,bing.com,bit-tech.net,blog.swiftkey.com,bloomberg.com,boredomtherapy.com,bossip.com,businessinsider.com,c-span.org,care2.com,cbsnews.com,cctv.com,celebrity.red,cgtn.com,ch-aviation.com,cheezburger.com,cinemablend.com,classicandsportscar.com,cncnews.cn,cnn.com,couriermail.com.au,cricket.com.au,crossmap.com,dailycaller.com,dailymail.co.uk,dailysabah.com,dailystar.co.uk,dailywire.com,dancestarparty.com,democracynow.org,devisesquare.com,digitallook.com,digitalrev.com,diningcity.co.za,diningcity.sg,dogandponyshowwebsite.com,donedeal.ie,drama.net,drinkaware.co.uk,drive-now.com,drive.com.au,dw.com,emigrate2.co.uk,empireonline.com,espnmediazone.com,euobserver.com,everybodydancegame.com,ew.com,famouslyfit.com,filecore.co.nz,fileshack.net,flowingdata.com,foodnetwork.com,football365.com,forward.com,forzaitalianfootball.com,foxnews.com,freespeech.org,freshtechweb.com,g4tv.com,galoremag.com,gamepro.com,gamingonlinux.com,gaytube.com,getdigital.co.uk,gettyimages.ae,gettyimages.ca,gettyimages.co.nz,gettyimages.co.uk,gettyimages.com,gettyimages.com.au,gettyimages.ie,gettyimages.in,gizmodo.com.au,goal.com,good.is,google.com,gospelherald.com,gossiponthis.com,gov.taipei,grifolsusa.com,gumtree.co.za,guyism.com,healthguru.com,heavytshirt.com,hotair.com,howstuffworks.com,html5rocks.com,hulu.com,hypetrak.com,hyundai.co.nz,ibtimes.co.in,ibtimes.co.uk,idigitaltimes.com,ifc.com,ijreview.com,imdb.com,imperialtoyota.co.za,independent.co.uk,independent.ie,india.com,indiatimes.com,infamousthegame.com,intego.com,intomobile.com,iono.fm,jumbosky.com,kbs.co.kr,kmfa.org,korea.net,kotaku.com.au,kqed.org,landrover-africa.com,landrover-me.com,landrover.ca,landrover.co.uk,landrover.co.za,landrover.com,landrover.com.au,landrover.gi,landrover.in,landroverusa.com,leadingcompany.com.au,lifehacker.com,maindevice.com,makeagif.com,mandatory.com,mediauk.com,meteoblue.com,milesplit.com,mobilespect.com,mozilla.org,mtv.com,my.com,myrecipes.com,nationalinterest.org,nationalreview.com,naughtydog.com,ncronline.org,neoplan.com,newartspower.hk,newegg.com,newrepublic.com,newsmaxtv.com,nickmom.com,nj.com,nola.com,novirusthanks.org,npr.org,nzherald.co.nz,omny.fm,onextrapixel.com,onthewire.io,openforum.com,opposingviews.com,paidcontent.org,parent24.com,pbs.org,pcmag.com,pcworld.com,people.com,petrolicious.com,planetrugby.com,planetware.com,playstation.com,pleaseshutup.com,politico.com,psfk.com,qz.com,rackspace.com,radiotoday.com.au,redbullcrashedice.com,reductress.com,rent-a-home.com.au,reuters.tv,rockstargames.com,sacbee.com,salon.com,scpr.org,segmentnext.com,shacknews.com,si.com,similarweb.com,singstar.com,ski.com.au,skype.com,slantmagazine.com,sltrib.com,snp.org,sonyliv.com,soulwire.co.uk,sourcefednews.com,spankbang.com,speakingtree.in,springer.com,sprintfeed.com,starbucks.com,stars-portraits.com,steampowered.com,suntimes.com,surfacemag.com,taiwantoday.tw,take40.com,teamtalk.com,technobuffalo.com,ted.com,thedailymeal.com,thefile.me,theglobaldispatch.com,thenational.ae,theringreport.com,thewindowsclub.com,timeline.com,timeslive.co.za,tomonews.net,tor.com,torontosun.com,total-croatia-news.com,tunein.com,tv.yahoo.com,tvnz.co.nz,twitchy.com,uanews.org,unhearit.com,usatoday.com,utoronto.ca,van.man,vanityfair.com,vectorstock.com,verisign.com,vh1.com,videocelts.com,videoweed.es,virtex.com,visiontimes.com,wanda-group.com,washingtonpost.com,watchcartoononline.com,wegotthiscovered.com,wheels24.co.za,winnipegfreepress.com,wired.co.uk,wmagazine.com,wrc.com,wsj.com,xda-developers.com,xhamster.com,xhamster.one,xxxymovies.com,yipit.com##.share ausdroid.net##.share-ausdroid tvline.com##.share-comment nymag.com##.share-link @@ -17453,7 +17600,7 @@ designntrend.com##.soc_box onlineprnews.com##.soc_box[style=" margin-bottom:10px; border:solid 1px #EEEEEE; clear:both"] phonenum.info##.soc_buttons stephaniemiller.com##.socai-widget -3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,file-up.org,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,radio.cz,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social +3net.com,411.ca,883jia.com.sg,aa.co.nz,aawsat.com,about.com,accorhotels.com,adtile.me,africaoilandpower.com,aig.com,aimonetti.net,airforcetimes.com,al-shabaka.org,al-shorfa.com,alarabiya.net,alekhbariya.net,alexa.com,algemeiner.com,alligator-sunglasses.com,allkpop.com,amctv.com,amd.com,androidtv.news,annarbor.com,aol.com,appstechnews.com,armageddonexpo.com,artsyspot.com,asb.co.nz,astrology.com,authoritynutrition.com,autodealer.co.za,autoevolution.com,avclub.com,avira.com,backstage.com,bbc-now.co.uk,bbc.com,beatsbydre.com,belcloud.net,bellurbis.com,belsat.eu,benswann.com,bethat.tv,bgo.com,bgr.com,bigthink.com,billboard.com,billmoyers.com,bleacherreport.com,bollywoodlife.com,bostonmagazine.com,breakingnews.ie,brecorder.com,breitbart.com,broadcast.app.net,businessinsider.com,businessinsider.com.au,businesstimes.com.sg,c-span.org,canonclast.com,carmagazine.co.uk,catonmat.net,cbn.com,cc.com,cdw.com,centerblog.net,chicagoist.com,choicetv.co.nz,chronicle.com1,churchmilitant.com,classicalite.com,classifieds.co.zw,clearancejobs.com,clementoni.com,cloudcomputing-news.net,cmu.edu,cnet.com,collectorsweekly.com,colliers.com,comicbook.com,comicbookmovie.com,connectify.me,consequenceofsound.net,cookingchanneltv.com,countdown.co.nz,curseforge.com,dailyhaha.com,dailyinterlake.com,dailynews.co.zw,dailysignal.com,dailytorch.com,davemcelfatrick.com,dawn.com,dcist.com,deathandtaxesmag.com,debate.org,deepsilver.com,developer-tech.com,di.fm,diet-blog.com,digitaltrends.com,direct.gov.uk,dispatchlive.co.za,dpreview.com,drive.com.au,droid-life.com,duluthtrading.com,dunod.com,dunsguide.co.il,e3expo.com,economies.com,egopay.com,electronista.com,engadget.com,eonline.com,epicgames.com,erongo.com.na,err.ee,etcanada.com,eurogamer.net,europages.co.uk,europages.com,evilmilk.com,ewi.com.na,examiner.com,feld.com,fiercecable.com,fiercewireless.com,file-up.org,firstsrowsports.eu,fleshbot.com,fmglobal.com,foodhub.co.nz,foodnetwork.com,forbes.com,foreignpolicy.com,foxbusiness.com,foxnews.com,freebeacon.com,freelanceswitch.com,freespeech.org,fstoppers.com,fundoomails.com,funnyordie.com,futurecapetown.com,gadgetsnow.com,galabingo.com,gamblingtherapy.org,gamesradar.com,givemesport.com,gmx.com,gnv.it,go.com.mt,goal.com,goodfood.com.au,gothamist.com,gotquestions.org,goutsa.com,govtech.com,greatist.com,greenbot.com,greencarreports.com,gsmdome.com,gtplanet.net,guildwars2.com,gulfstream.com,gunviolencearchive.org,halfhourmeals.com,hallels.com,hawaii.com,healthday.com,healthychild.org,heraldlive.co.za,hgtvremodels.com,hightimes.com,hilton.com,hitfix.com,hmetro.co.zw,honesttopaws.com,howtocallabroad.com,huffingtonpost.com,humanresourcesonline.net,humblebundle.com,ibtimes.co.in,ibtimes.com,icepop.com,ifj.org,imdb.com,imgur.com,impresspages.org,impulsedriven.com,indiegogo.com,indypendent.org,informationweek.com,infoworld.com,intercom.io,inthralld.com,intomobile.com,investopedia.com,ipodnn.com,iranwire.com,irishcountrymagazine.ie,islamweb.net,isprime.com,itproportal.com,itu.int,jamescoyle.net,jeep.co.nz,joblo.com,juancole.com,kbs.co.kr,kde.org,ketknbc.com,kfc.co.nz,kingsleybeverages.com,klove.com,kogan.com,kordia.co.nz,kznindustrialnews.co.za,labour.org.uk,laist.com,lctmag.com,ldv.co.nz,letterboxd.com,lifehacker.com.au,littlethings.com,liveonlineradio.net,livescience.com,logicbuy.com,lovetoknow.com,macnn.com,macstories.net,madanichannel.tv,maisonbrico.com,makerstudios.com,maps.me,marketing-interactive.com,marketingtechnews.net,marvel.com,mashable.com,masterinvestor.co.uk,mayoclinic.org,mediaroom.com,medicaldaily.com,memez.com,metro.us,metrolyrics.com,mg-sa.com,millionpictures.co,mirror.co.uk,mobileindustryreview.com,modernfarmer.com,mom.me,moneyversed.com,monthlyreview.org,mophie.com,morganstanley.com,motorsportweek.com,moviechat.org,moviefone.com,mp3days.com,mrskin.com,msn.com,muckrock.com,mumbrella.com.au,myrecipes.com,namibiansun.com,narr8.me,narrative.ly,nationalcareersweek.com,nationaljournal.com,nature.com,neowin.net,netrightdaily.com,networkworld.com,neustar.biz,newrepublic.com,news24.com,newsbusters.org,newsweek.com,newworld.co.nz,nine.com.au,nocamels.com,nplusonemag.com,npr.org,nster.com,ntknetwork.com,nwsource.com,nymag.com,nzgeo.com,nzherald.co.nz,nzx.com,observer.com.na,oo-software.com,opendns.com,openlogic.com,outsidexbox.com,ox.ac.uk,patient.info,pawnation.com,pbh2.com,pbs.org,penny-arcade.com,persecution.org,petrolicious.com,phandroid.com,phanteks.com,playboy.com,pocket-lint.com,pokernews.com,pomade.com,pootlepress.com,ppfinder.com,presstv.com,primagames.com,projekktor.com,psfk.com,qmul.ac.uk,qualcomm.com,radbox.me,radio.cz,readwriteweb.com,reason.com,red-buzz.com,reference.com,refinery29.com,resignationbrewery.com,responsibility.org,retailmenot.com,reuters.com,reviewed.com,rickey.org,rockstargames.com,ropeofsilicon.com,rottentomatoes.com,rtcc.org,rudaw.net,russia-insider.com,samachar.com,sassyhongkong.com,sassymanila.com,sat.tv,sbr.com.sg,scalescale.com,schiit-europe.com,scottishconservatives.com,scottishlabour.org.uk,searchmarketingexpo.com,seattletimes.com,sectionstudios.com,sex.com,sfchronicle.com,sfist.com,sfweekly.com,shacknews.com,shanghaiist.com,shefinds.com,sheknows.com,sify.com,singaporeair.com,skynews.com.au,slashdot.org,slurpee.com.au,soccerway.com,sofarsogood.fr,softexia.com,solidfiles.com,sophos.com,space.com,sparknotes.com,spgpromos.com,spin.com,sportsmole.co.uk,spratings.com,stackpath.com,standard.co.uk,sucuri.net,supermacs.ie,sygic.com,t3.com,tablet-news.com,tacticalshit.com,talkingpointsmemo.com,talkweb.eu,techeblog.com,techpowerup.com,techpp.com,techradar.com,techspot.com,telecomstechnews.com,telegiz.com,tevapharm.com,the.car,the18.com,theblemish.com,thebolditalic.com,thedissolve.com,theepochtimes.com,thefinancialbrand.com,theonion.com,theringreport.com,therugbyblog.com,thescottishsun.co.uk,thestar.com,thestar.com.my,thestudenthousingcompany.com,thesun.co.uk,thewp-hub.com,thomann.de,thomsonreuters.com,ti.com,tickld.com,timesofindia.indiatimes.com,timesofisrael.com,tmonews.com,tnr.com,todaypk.com,townhall.com,tradeearthmovers.com.au,traveller.com.au,trendhunter.com,tribalfootball.com,triblive.com,troyhunt.com,trust.zone,tubestart.com,tunein.com,tvline.com,typomaps.net,u.tv,ucl.ac.uk,udreview.com,uk-mkivs.net,urbanomnibus.net,usatoday.com,utorrent.com,utsandiego.com,vg247.com,vice.com,victoriassecret.com,viralnova.com,virginmedia.com,voxafrica.com,vulture.com,wallpaper.com,wantedonline.co.za,washingtontimes.com,wbez.org,wbs-law.de,we.com.na,wearabletechnology-news.com,weathernationtv.com,webs.com,weeklystandard.com,wegotthiscovered.com,wetpaint.com,whatculture.com,whowhatwear.com,willyweather.com,windowsvalley.com,winrumors.com,wn.com,woot.com,workersliberty.org,wrestlinginc.com,wunderground.com,x17online.com,xconomy.com,xsreviews.co.uk,yachtingjournal.com##.social tgdaily.com##.social-actions marketplace.org##.social-bottom voiceofsandiego.org##.social-cell @@ -17487,13 +17634,14 @@ guernicamag.com##.socio3 libdems.org.uk##.socnet funnyjunk.com##.someBtnLarge ex.fm##.song_action_share_icons +thejakartapost.com##.soscmed-news flysat.com##.sosyalmedya lds.org##.spark-content-actions wnd.com##.specific-social ew.com##.spot-im-ltr newsbomb.gr##.spread-links -2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-bg -2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com##.spu-box +2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-bg +2tout2rien.fr,lordofthelasersword.com,newsledge.com,popmythology.com,thekitchenmagpie.com,visionguinee.info##.spu-box thestack.com##.spu-float-left virgin.com##.ss-cnnct olympicchannel.com##.ssba @@ -17721,6 +17869,7 @@ la-croix.com##div[class^="follow_"] engadget.com##div[class^="o-social_nav"] today.com##div[class^="share_"] dailymail.co.uk,thisismoney.co.uk##div[class^="socialContainer-"] +fortune.com##div[class^="socialList_"] nbcnews.com##div[class^="socialShareWrapper_"] androidheadlines.com##div[class^="socialShare_"] reuters.com##div[class^="social_"] @@ -17786,6 +17935,7 @@ lifewire.com###button-pinterest-image pcmag.com###enhancedsharer uptobox.com###fanback dailymail.co.uk###floatingShare +arstechnica.com###follow-us pcmag.com###footer_social ratemyprofessors.com###headSocial bnonews.com###mvp-foot-soc @@ -17802,6 +17952,7 @@ oregonlive.com###social_mobile autobild.de###socialmedia laptopmag.com,livescience.com###stickyShare mediafire.com###subFooterSocial +reuters.com##.SocialTool_social-button cinemablend.com##.StoryShareBar collectivelyconscious.net##.addthis-smartlayers pcgames-download.net##.addthis_toolbox @@ -17901,6 +18052,7 @@ goldderby.com##.share-group calciomercato.com##.share-icon dailymail.co.uk##.share-icons dailymail.co.uk##.share-link +arstechnica.com##.share-links dailymail.co.uk##.share-pictures-overlay dailymail.co.uk##.share-pinterest bitfeed.co,kitguru.net##.share-post @@ -18469,6 +18621,7 @@ csa.fr##.Share gentside.com##.action journaldunet.com##.app_aside--follow jeuneafrique.com##.art-toolbox +leparisien.fr##.article-iconbar leparisien.fr##.barrePartage lesechos.fr##.bloc-suiveznous bfmtv.com##.btn-reseaux @@ -18595,6 +18748,7 @@ salto.bz###block-block-11 salto.bz###block-block-6 interno.gov.it###block-menu-menu-segui-su leggo.it###box-social +salute.gov.it###boxCondivisioneVoto mediaset.it###boxOptions comune.torino.it###condividi ilmeteo.it###condividi_news @@ -18616,7 +18770,7 @@ termometropolitico.it###seguici gazzetta.it###share goodmorningnews.it###short-url deejay.it###slider -autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,lavoro.gov.it,meteogiornale.it,meteovista.it,optimagazine.com,optimaitalia.com,radioitalia.it,rasom.it,superwheels.net,unibo.it,virginactive.it###social +autobelle.it,bancadipiacenza.it,canavesenews.it,creditocooperativo.it,fotografidigitali.it,gianlucadimarzio.com,ilsecoloxix.it,lavoro.gov.it,meteogiornale.it,meteovista.it,optimagazine.com,optimaitalia.com,radioitalia.it,rasom.it,salute.gov.it,superwheels.net,unibo.it,virginactive.it###social radioetv.it###social_presence grom.it###top-info bastabugie.it###twitter @@ -18679,6 +18833,7 @@ epochtimes.it,infotelematico.com,regione.abruzzo.it,stroilioro.com,transfermarkt nolostand.it##.home-social tuttosport.com##.ico-shared mymovies.it##.ico_social_schedine +24plus.ilsole24ore.com##.icon-send infocert.it##.img-facebook infocert.it##.img-flipboard infocert.it##.img-linkedin @@ -18686,6 +18841,7 @@ infocert.it##.img-slideshare infocert.it##.img-youtube wallstreetitalia.com##.inner__more baume-et-mercier.it,ilfoglio.it##.instagram +isaechia.it##.instagram-widget corriereadriatico.it,ilgazzettino.it,ilmattino.it,ilmessaggero.it,leggo.it,quotidianodipuglia.it##.introfollow ilmeteo.net##.liCompartir thevision.com##.like @@ -18698,19 +18854,21 @@ andreagaleazzi.com##.mercatino-toggle ansa.it##.new-toolbar-menu ansa.it##.news-social corriere.it##.player-email-ctn +raisport.rai.it##.prefooter mediaset.it##.s_box nationalgeographic.it##.segui-ng -lescienze.it##.seguici +lescienze.it,unica.it##.seguici askanews.it##.seguici_footer chiesi.com##.seguicisu -amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,itasportpress.it,juvenews.eu,landrover.it,lastampa.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share +amica.it,autoline-eu.it,basketinside.com,carpicalcionews.it,cdt.ch,cittaceleste.it,comune.torino.it,coopcasarsa.it,corriere.it,corsedimoto.com,famigliacristiana.it,fantamagazine.com,fcinter1908.it,foodnetwork.it,forzaroma.info,gazzamercato.it,gazzetta.it,gettyimages.it,golssip.it,ildolomiti.it,ilmilanista.it,ilsecoloxix.it,ilsussidiario.net,isaechia.it,itasportpress.it,juvenews.eu,landrover.it,lastampa.it,lifegate.it,listadimaio.com,mediagol.it,miur.gov.it,mobilita.org,mondoudinese.it,numericalcio.it,padovasport.tv,paginegialle.it,panorama.it,passioneinter.com,pianetagenoa1893.net,pianetamilan.it,ravennanotizie.it,repubblica.it,reteimprese.it,sassuolocalcionews.it,sportavellino.it,supereva.it,tenniscircus.com,tivusat.tv,toronews.net,tuttobolognaweb.it,violanews.com##.share mediaset.it,meteo.it##.shr finanzaonline.com,teleborsa.it,tempostretto.it##.soc quickparking.it##.soc-icon-container -affaritaliani.it,altadefinizione01.cloud,altroconsumo.it,angeloparodi.it,angolotesti.it,aruba.it,askanews.it,auto.it,avivaitalia.it,bioisotherm.it,cdt.ch,cielotv.it,cipiacecucinare.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,corrierecomunicazioni.it,deabyday.tv,diariodelweb.it,eurogamer.it,euronics.it,europages.it,eurospin.it,famigliacristiana.it,finanzaonline.com,fm-world.it,grandhotel-et-des-palmes.com,gse.it,hdmotori.it,html.it,ilgiornale.it,ilpopulista.it,ilposticipo.it,ilsussidiario.net,inmoto.it,istat.it,italiaoggi.it,ivid.it,kataweb.it,lafeltrinelli.it,lasicilia.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,mader.bz.it,magnoliatv.it,mediagol.it,mediocredito.it,meetingrimini.org,milanofinanza.it,monovolume.cc,moto.it,motorionline.com,mtv.it,naturalborngamers.it,norbaonline.it,nurse24.it,olivetti.com,opinione.it,pneusnews.it,proiezionidiborsa.it,qualenergia.it,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sardiniapost.it,scorpionbay.com,sorgenia.it,suzuki.it,tari.it,testimania.com,vg247.it,viveregiovani.it,vortice.it,wallstreetitalia.com##.social +affaritaliani.it,altadefinizione01.cloud,altroconsumo.it,angeloparodi.it,angolotesti.it,aruba.it,askanews.it,auto.it,avivaitalia.it,bioisotherm.it,borsadelcredito.it,cdt.ch,cielotv.it,cipiacecucinare.it,cittametropolitanaroma.gov.it,coopcasarsa.it,corriere.it,corrierecomunicazioni.it,deabyday.tv,diariodelweb.it,eurogamer.it,euronics.it,europages.it,eurospin.it,famigliacristiana.it,finanzaonline.com,fm-world.it,giornaledibrescia.it,grandhotel-et-des-palmes.com,gse.it,hdmotori.it,html.it,ilgiornale.it,ilpopulista.it,ilposticipo.it,ilsussidiario.net,inmoto.it,istat.it,italiaoggi.it,ivid.it,kataweb.it,lafeltrinelli.it,lasicilia.it,legacoop.coop,liberoquotidiano.it,linkiesta.it,luinonotizie.it,mader.bz.it,magnoliatv.it,mediagol.it,mediocredito.it,meetingrimini.org,milanofinanza.it,monovolume.cc,moto.it,motorionline.com,mtv.it,naturalborngamers.it,norbaonline.it,nurse24.it,olivetti.com,opinione.it,pneusnews.it,proiezionidiborsa.it,qualenergia.it,radiocitymilano.it,ravennanotizie.it,regione.piemonte.it,repubblica.it,rmcsport.net,rollingstone.it,roncadin.it,rossopomodoro.it,sardiniapost.it,scorpionbay.com,sorgenia.it,suzuki.it,tari.it,testimania.com,unica.it,units.it,vg247.it,viveregiovani.it,vortice.it,wallstreetitalia.com##.social investireoggi.it##.social_menu gametimers.it,kontrokultura.it##.ss-ic cinemalibero.news##.telegram +agensir.it##.temporary-skin-adv nurse24.it##.toolbar epochtimes.it##.tools gianlucadimarzio.com,ilpost.it##.tw @@ -18720,11 +18878,16 @@ agenziacasaclima.it##.youtube ilsole24ore.com##[data-type="fb"] ilsole24ore.com##[data-type="in"] ilsole24ore.com##[data-type="tw"] -agendadigitale.eu,corrierecomunicazioni.it,insuranceup.it##a[href="#condivisioni"] +agendadigitale.eu,corrierecomunicazioni.it,economyup.it,insuranceup.it##a[href="#condivisioni"] +blogsicilia.it##div[style="margin-top: 15px;display: block;padding-left: 18px;font-size: 45px;position: relative;clear: both;"] +||agensir.it^*/skinfb2.jpg ||calciomercato.it/img/notizie/social/ ||condominioweb.com/img_cdw/seguici.png ||ilmeteo.it^*/BOX%20COMPLETO. ||ilquotidianodellazio.it/img/mi-piace- +||lasiciliaweb.it^*/mipiace.gif +||mondomobileweb.it^*/mondomobiletelegram. +||nursetimes.org^*/telegram-banner. ||quimediaset.it^*/bgToolbar. ||repstatic.it^*/social.js ! @@ -18768,6 +18931,7 @@ hannibaltv.com.tn##.rs_bas aljazeera.net,autoline-arabic.com##.share waraa-elahdath.com##.smedia akhbaralsabah.com,al-akhbar.com,alkessa.com,almirbad.com,aqsatv.ps,ceroms.com,egyrep.com,europages.ma,fakartany.com,fxnewstoday.ae,hamas.ps,hannibaltv.com.tn,nessma.tv,raseef22.com,rotana.net,sbc.sa,tunisna.tv##.social +alahlionline.com##.social-network nooun.net##.socila wesalhaq.tv##.tele skynewsarabia.com##.telegram @@ -18831,6 +18995,7 @@ facebook.com#@##fb_header 163.com#@##layout-social facebook.com#@##likebtn recite.com#@##main-share +mmo13.ru#@##menu-share iab.org.pl#@##menu-social satkurier.pl#@##menu_social digg.com#@##module_digg @@ -18839,6 +19004,7 @@ linkedin.com#@##share-box code2flow.com#@##share-button competitor.com#@##share-links voicethread.com#@##share-menu +app.sococo.com#@##share-more reddit.com#@##share-reddit lastampa.it,tomshardware.com#@##shareBar getpocket.com#@##shareMenu @@ -18889,7 +19055,7 @@ disqus.com#@#.-facebook disqus.com#@#.-twitter instagram.com,pinterest.com,zhihu.com#@#.FollowButton epicgames.com#@#.SocialBar -epicgames.com,tomshardware.com#@#.SocialButton +adobe.com,epicgames.com,tomshardware.com#@#.SocialButton ctvnews.ca#@#.StoryShareBottom twitter.com#@#.Twitter-icon yachtingjournal.com#@#.addthis:not(body) @@ -18971,14 +19137,14 @@ jappy.de#@#.facebookbutton 100pour100foot.fr,6ter.fr,achetezfacile.com,clubic.com,deco.fr,fan2.fr,girondins.com,groupem6.fr,jeuxvideo.fr,jolidressing.com,m6.fr,m6blog.fr,m6bonus.fr,m6info.fr,m6jeux.fr,m6kid.fr,m6mobile.fr,m6pubdigital.fr,minuitsexy.fr,minutefacile.com,mobinaute.com,neteco.com,nouvellestar.fr,ozap.com,paris-premiere.fr,teva.fr,turbo.fr,w9.fr,wideo.fr#@#.fb-box academia.edu,twitter.com#@#.fb-btn airbnb.cat,airbnb.com,airbnb.de,dobreprogramy.pl#@#.fb-button -mediaexpert.leszczynscy.pl#@#.fb-container +marketdino.pl,mediaexpert.leszczynscy.pl#@#.fb-container kizlarsoruyor.com#@#.fb-content firebase.google.com#@#.fb-dialog allegro.pl,itweb.co.za#@#.fb-icon e-biznes.pl,facebook.com,fb.com#@#.fb-like facebook.com#@#.fb-likebox facebook.com,fb.com#@#.fb-link -cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl,mediaexpert.leszczynscy.pl#@#.fb-page +cieplikpodrozuje.pl,fashionvoyager.pl,majkrafci.pl,marketdino.pl,mediaexpert.leszczynscy.pl#@#.fb-page facebook.com#@#.fb-quote facebook.com#@#.fb-recommendations facebook.com#@#.fb-recommendations-bar @@ -18998,9 +19164,9 @@ virgilio.it#@#.fix-share twitter.com#@#.follow-bar mixer.com#@#.follow-block coub.com,twitch.tv,twitter.com#@#.follow-btn -500px.com,academia.edu,peerlyst.com,smashcast.tv,stream.me,tumblr.com,twitch.tv,twitter.com,xing.com,zhihu.com#@#.follow-button +500px.com,academia.edu,peerlyst.com,shitposter.club,smashcast.tv,stream.me,tumblr.com,twitch.tv,twitter.com,xing.com,zhihu.com#@#.follow-button medium.com#@#.follow-label -mixcloud.com,twitter.com#@#.follow-text +mixcloud.com,shitposter.club,twitter.com#@#.follow-text linkedin.com#@#.follow-widget norisbank.de#@#.followBox weibo.com#@#.follow_box @@ -19009,13 +19175,14 @@ about.me#@#.follow_twitter expresstools.co.uk#@#.footer-social bysimple.co#@#.footer-socials gorod.mos.ru#@#.footer__social -google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plus +google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,yandex.by,yandex.kz,yandex.ru#@#.g-plus appspot.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.g-plusone adme.ru#@#.gallery-social academia.edu,epicgames.com,martini.com,oneplus.net#@#.google-btn 9gag.com,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,wpolityce.pl#@#.google-plus google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,inoreader.com#@#.google_plus apertura.com,quotidiani.gelocal.it#@#.googleplus +yandex.by,yandex.kz,yandex.ru#@#.gplus youtube.com#@#.gplus-icon vk.com#@#.group_share ulrichesch.de#@#.headersocial @@ -19035,6 +19202,7 @@ flattr.com,gleam.io#@#.icon-instagram fora.ie,login.alibaba.com#@#.icon-linkedin rottentomatoes.com#@#.icon-rss football.fr,owncloud.org,theoldreader.com,trello.com#@#.icon-share +techjunkie.com#@#.icon-social carsguide.com.au#@#.icon-social-facebook carsguide.com.au#@#.icon-social-linkedin flattr.com,gleam.io#@#.icon-soundcloud @@ -19059,7 +19227,8 @@ cgtn.com,nbcnews.com,playosmo.com,trello.com,vimeo.com#@#.js-share twitter.com#@#.js-tweet-button alternativeto.net#@#.like-box facebook.com,forum.albiononline.com#@#.likeButton -darudar.org,fimfiction.net,modworkshop.net#@#.like_button +darudar.org,fimfiction.net,modworkshop.net,nasaspaceflight.com#@#.like_button +deezer.com#@#.link-social busqueda.com.uy,linkedin.com,peerlyst.com#@#.linkedin.icon pan.baidu.com#@#.list-share theverge.com#@#.m-article__share-buttons @@ -19067,6 +19236,7 @@ fider.io,jellyfin.org#@#.m-social epicdrama.pl,iab.org.pl#@#.menu-social arkansasmatters.com,kark.com#@#.meta-share adobe.com#@#.mod-facebook +blmagazine.it#@#.mvp-post-soc-wrap moneycanbuylipstick.com#@#.nav-social atelierdeschefs.fr#@#.navbar-social disroot.org#@#.new-share @@ -19074,6 +19244,7 @@ mouthshut.com#@#.openshare newsweek.com,vidcloud.co#@#.page-share atvmedia.ru#@#.page-social renren.com#@#.photo-share +hotforfoodblog.com#@#.pin-it pinterest.com#@#.pin-it-button feedly.com#@#.pinButton pinterest.com#@#.pinit-btn @@ -19090,7 +19261,7 @@ marieclaire.ru#@#.pinterestShare google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk#@#.plusone privatecore.com#@#.post-fb facebook.com#@#.post-fb-like -23-59.com.ua,kliknijwzdrowie.pl,maze.fr,pokoleniesmart.pl,tidssonen.no,truepundit.com,velodaily.ru#@#.post-share-container +23-59.com.ua,dietetycy.org.pl,kliknijwzdrowie.pl,maze.fr,pokoleniesmart.pl,tidssonen.no,truepundit.com,velodaily.ru#@#.post-share-container imgur.com#@#.post-share-panel reddit.com#@#.post-sharing guildwars2.com#@#.post-social @@ -19101,14 +19272,14 @@ sciencemag.org#@#.rssFeed space.com#@#.search-social nasa.gov#@#.section-social californiasunday.com,youtube.com#@#.share-bar -upi.com#@#.share-block +figshare.com,upi.com#@#.share-block speedtest.net#@#.share-body gala.fr#@#.share-bottom belgafiles.com,dakine.com,linkedin.com,way2sms.com#@#.share-box -bitly.com,framestr.com#@#.share-btn +bitly.com,framestr.com,nytimes.com#@#.share-btn kcrw.com,vimeo.com#@#.share-button bandcamp.com,bleacherreport.com,distractify.com,naekranie.pl,thedodo.com#@#.share-buttons -analyticsindiamag.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,comicbook.com,dogs-magazin.de,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,professorshouse.com,reefbuilders.com,sensationrock.net,stocksbeat.com,tripzilla.ph,uploadvr.com,zagranie.com#@#.share-container +aerospace-technology.com,airport-technology.com,analyticsindiamag.com,army-technology.com,awarenessact.com,bbcccnn.com.ua,cbronline.com,chatsports.com,chemicals-technology.com,clinicaltrialsarena.com,comicbook.com,cosmetics-technology.com,designbuild-network.com,dogs-magazin.de,drinks-insight-network.com,foodprocessing-technology.com,foodtank.com,gamerisle.org,gen-pop.com,gfycat.com,homelandsecurity-technology.com,hospitalmanagement.net,hotelmanagement-network.com,hydrocarbons-technology.com,invisioncommunity.co.uk,lcms.org,livetheorganicdream.com,medicaldevice-network.com,mining-technology.com,naval-technology.com,nursetimes.org,offshore-technology.com,packaging-gateway.com,pharmaceutical-technology.com,player.it,popsugar.co.uk,popsugar.com,popsugar.com.au,power-technology.com,professorshouse.com,railway-technology.com,reefbuilders.com,renewable-technology.com,retail-insight-network.com,roadtraffic-technology.com,sensationrock.net,ship-technology.com,stocksbeat.com,tripzilla.ph,uploadvr.com,verdict.co.uk,verdictfoodservice.com,water-technology.net,zagranie.com#@#.share-container podbean.com#@#.share-content mediafire.com#@#.share-facebook bild.de#@#.share-fb @@ -19117,15 +19288,15 @@ sharesansar.com#@#.share-head greatbritishchefs.com#@#.share-header howtogeek.com#@#.share-heading ida2at.com#@#.share-holder -iherb.com,vimeo.com#@#.share-icon +app.sococo.com,iherb.com,vimeo.com#@#.share-icon golem.de,tumblr.com#@#.share-item vimeo.com#@#.share-label recite.com#@#.share-left askubuntu.com,baidu.com,broadcast.app.net,imgur.com,kuechenstud.io,logbuch-netzpolitik.de,mammothhq.com,mathoverflow.net,minkorrekt.de,openstreetmap.org,pinksluts.com,pomponik.pl,sale.aliexpress.com,serverfault.com,stackapps.com,stackexchange.com,stackoverflow.com,superuser.com,yadi.sk,yandex.com,yandex.com.tr,yandex.ru,yandex.ua#@#.share-link pornhub.com#@#.share-link-container autokult.pl,channelnewsasia.com,fotoblogia.pl,imgur.com,komorkomania.pl#@#.share-links -channelnewsasia.com,recite.com#@#.share-list -disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu +baidu.com,channelnewsasia.com,recite.com#@#.share-list +app.sococo.com,disqus.com,disroot.org,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.th,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,livelib.ru,tumblr.com#@#.share-menu flickr.com,fxhome.com#@#.share-options dropbox.com,ge.tt,gfycat.com,recite.com#@#.share-page flickr.com,imgur.com,tobii.com,youtube.com#@#.share-panel @@ -19143,6 +19314,7 @@ franceculture.fr#@#.share-zone arte.tv,kp.by,kp.ru#@#.shareBox martindoor.com#@#.shareButton scan.co.uk#@#.shareContainer +tvn24bis.pl#@#.shareContainerList lse.co.uk#@#.shareContent hootsuite.com#@#.shareCount pscufs.com#@#.shareLeft @@ -19180,7 +19352,7 @@ tvp.info#@#.social-article dallascowboys.com,golem.de,patriots.com,prk24.pl,top.de#@#.social-bar funnyordie.com#@#.social-bar-container wat.tv#@#.social-block -adgully.com,chillitorun.pl,ecoustics.com,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom +adgully.com,chillitorun.pl,ecoustics.com,espansionetv.it,flyertalk.com,galaxydata.ru,onovini.com,rta24.eu,stw24.pl,torrechannel.it,vonguru.fr,wahl-o-mat.de#@#.social-bottom bitbucket.org,foodit.com,paypal.com,tvspielfilm.de#@#.social-box buzzerie.com,gog.com,poradnikprzedsiebiorcy.pl,udemy.com#@#.social-btn chess.com#@#.social-btns @@ -19212,6 +19384,7 @@ f-secure.com,howtogeek.com#@#.social-media-buttons chorus.co.nz#@#.social-media-links schuermann.eu#@#.social-media-list insideover.com#@#.social-menu +e-gezondheid.be,e-sante.be,e-sante.fr#@#.social-networks nvidia.pl#@#.social-newsletter linkis.com#@#.social-panel techspot.com,tuba.pl#@#.social-popup @@ -19225,6 +19398,7 @@ domain.com.au#@#.social-stick tv-kino.net#@#.social-tab golem.de#@#.social-tools gamesrepublic.com#@#.social-top +gallerix.asia,gallerix.org#@#.social-tumblr 4players.de,chrisblattman.com,deadspin.com,gizmodo.com,jezebel.com,kinja.com,kotaku.com,lifehacker.com#@#.social-twitter bronchiectasisandntminitiative.org,copdfoundation.org,viralnova.com#@#.social-wrap dreuz.info,foxnews.com#@#.social-wrapper @@ -19233,10 +19407,12 @@ runescape.com,study.163.com#@#.socialBox ceneo.pl,showmax.com#@#.socialBtns tomshardware.com#@#.socialButton keepa.com,mousehuntgame.com#@#.socialButtons +oculus.com#@#.socialFacebook answers.microsoft.com#@#.socialIcon pbs.org#@#.socialList welt.de#@#.socialMedia wweek.com#@#.socialRight +oculus.com#@#.socialTwitter gorod.mos.ru#@#.social__facebook gorod.mos.ru#@#.social__twitter iq-student-accommodation.com#@#.social_bar @@ -19246,6 +19422,7 @@ academia.edu,wsqn.pl#@#.social_container ourweigh.in#@#.social_facebook kuriertczewski.pl#@#.social_header maximumpc.com#@#.social_links_top +popmech.ru#@#.social_list fitocracy.com#@#.social_row neoseeker.com#@#.social_share meilleurmobile.com#@#.social_tabs @@ -19376,7 +19553,7 @@ aliexpress.com,github.com,github.io#@#a[title="facebook"] onlineradiobox.com#@#a[title="ВКонтакте"] google.com,smugmug.com#@#button[title="Share"] digg.com#@#div[id^="digg-widget-"] -a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,eleconomista.es,facebook.com,forsal.pl,github.com,github.io,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.nz,google.co.th,google.co.uk,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.de,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,heise.de,hockeyapp.net,incgamers.com,last.fm,lastfm.com.br,lastfm.com.tr,lastfm.de,lastfm.es,lastfm.fr,lastfm.it,lastfm.jp,lastfm.pl,lastfm.ru,lastfm.se,ludins.fr,massivelyop.com,maxthon.com,microsoft.com,opendatacity.de,playboy.com,selly.pl,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com#@#img[alt="Facebook"] +a2zapk.com,authy.com,clubbingtv.com,disqus.com,eff.org,eleconomista.es,facebook.com,forsal.pl,github.com,github.io,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.nz,google.co.th,google.co.uk,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.de,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,heise.de,hockeyapp.net,incgamers.com,last.fm,lastfm.com.br,lastfm.com.tr,lastfm.de,lastfm.es,lastfm.fr,lastfm.it,lastfm.jp,lastfm.pl,lastfm.ru,lastfm.se,ludins.fr,massivelyop.com,maxthon.com,microsoft.com,oculusvr.com,opendatacity.de,playboy.com,selly.pl,sky.com,t3n.de,thoughtcatalog.com,twitter.com,udacity.com,vvhp.net,whatthetech.com#@#img[alt="Facebook"] flickr.net#@#img[alt="Flickr"] github.com,github.io,google.at,google.be,google.ca,google.ch,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.nz,google.co.th,google.co.uk,google.co.za,google.com,google.com.ar,google.com.au,google.com.br,google.com.hk,google.com.mx,google.com.tr,google.com.ua,google.cz,google.de,google.dk,google.es,google.fi,google.fr,google.hu,google.it,google.nl,google.pl,google.ro,google.ru,google.se,google.sk,vvhp.net,xkcd.com,youtube.com#@#img[alt="Google+"] a2zapk.com,dobreprogramy.pl,github.com,github.io,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,instagram.com,vvhp.net,whatculture.com#@#img[alt="Instagram"] @@ -19386,7 +19563,7 @@ authy.com,breakoutlist.com,eff.org,facebook.com,github.com,github.io,google.ad,g acceptableads.org,battleforthenet.com,breakoutlist.com,easyicon.net,github.com,github.io,massivelyop.com,microsoft.com,rantlifestyle.com#@#img[alt="Reddit"] a2zapk.com,authy.com,battleforthenet.com,breakoutlist.com,clubbingtv.com,disqus.com,eff.org,github.com,github.io,gitlab.com,google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws,hackerone.com,incgamers.com,massivelyop.com,maxthon.com,microsoft.com,opendatacity.de,thoughtcatalog.com,twitter.com,vvhp.net,whatculture.com,whatthetech.com#@#img[alt="Twitter"] github.com,mezzacotta.net,theverge.com,twitter.com#@#img[alt="Vine"] -a2zapk.com,github.com,maxthon.com,opendatacity.de,whatculture.com#@#img[alt="Youtube"] +a2zapk.com,github.com,ixbt.com,maxthon.com,opendatacity.de,whatculture.com#@#img[alt="Youtube"] avira.com,facebook.com,github.com,github.io,megabus.com,theguardian.com,uservoice.com#@#img[alt="facebook"] discourse.org,github.com,github.io,megabus.com#@#img[alt="twitter"] allestörungen.de,github.com,github.io,keepa.com,marketplace.firefox.com,vvhp.net#@#img[title="Facebook"] @@ -19465,7 +19642,7 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||androidpolice.com/wp-content/*_facebook-$image @@||androidpolice.com/wp-content/themes/ap2/ap_resize/ap_resize.php?*_Twitter-$image @@||angvremya.ru/engine/classes/min/index.php?*/js/social-$stylesheet -@@||apis.google.com/js/platform.js$domain=9gag.com|discogs.com|duolingo.com|febbit.com|id.logi.com|jakdojade.pl|moshi.com|passeidireto.com|sato.fi +@@||apis.google.com/js/platform.js$domain=9gag.com|corrupt-a-file.net|discogs.com|duolingo.com|febbit.com|id.logi.com|jakdojade.pl|moshi.com|olx.pl|olx.ro|passeidireto.com|sato.fi @@||app.hrlab.de/assets/icons/$image,domain=app.hrlab.de @@||apple.com/kb/resources/images/i_facebook.png @@||apynews.pl/assets/ranking-facebook.jpg @@ -19519,6 +19696,7 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||cdn-immedia.net/img/share/ @@||cdn.jamatto.com/api/images/*-login/facebook.png @@||cdn.pinknews.co.uk/images/$image,domain=pinknews.co.uk +@@||cdn.syndication.twimg.com/tweets.json @@||cdn.ubi.com/uplay-connect/*/images/FB.png$domain=connect.ubi.com @@||cdnslate.com^*/social/colored-social-$image @@||chesscomfiles.com/images/fb_logo.png$domain=chess.com @@ -19546,6 +19724,8 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||comcastnets.net/thyme/img/button-login-twitter.png$domain=eonline.com @@||copdfoundation.org/Portals/_default/Skins/COPDF/images/social-1.jpg @@||corriereobjects.it^*/socialshare.js?$domain=video.corriere.it +@@||corrupt-a-file.net/assets/images/icons/google-drive_$image,~third-party +@@||cotrip.org/images/common/$image,~third-party @@||coursehero.com/min/?f=*/social_share_tracking.js$domain=coursehero.com @@||coveritlive.com/templates/coveritlive/images/twitter_$~third-party @@||crazypanda.ru/m/js/social-$script,domain=crazypanda.ru @@ -19580,6 +19760,7 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||dropbox.com/sm/share_link/$xmlhttprequest @@||dropboxstatic.com/static/compiled/js/$script,domain=dropbox.com @@||dropboxstatic.com^$stylesheet,domain=dropbox.com +@@||dropboxstatic.com^*/share_link_$script,domain=dropbox.com @@||dsreps.com/js/social-icons-bio.js? @@||duckduckgo.com/assets/icons/favicons/youtube.png @@||e-biznes.pl^*/sociallocker-next-premium/ @@ -19602,8 +19783,10 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||facebook.com/share/share_now_menu/$xmlhttprequest,domain=facebook.com @@||facebook.com^*/like.php?$domain=archivedbook.com|e-biznes.pl|farmville.com|gmx.net|gu-facebook.appspot.com|home.1und1.de|likearea.com|porn99.net|web.de @@||facebook.com^*/plugins/page.php?$domain=cieplikpodrozuje.pl|fashionvoyager.pl|majkrafci.pl|makulscy.com +@@||facebook2.poker.zynga.com^$subdocument,domain=facebook.com @@||factorio.com/images/Steam.png$image @@||fansshare.com/media/*social$image +@@||fappenist.com/Libs/Javascript/goodshare.min.js$script,~third-party @@||fark.net/images/*/links/ @@||fbcdn.net/connect.php/js/FB.Share$domain=jamendo.com @@||fdcdn.co.uk/img/icons/ @@ -19620,7 +19803,9 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||fontawesome.io^$generichide,~third-party @@||foreignpolicy.com^*_id_twitter_icon.png @@||fortawesome.github.io/Font-Awesome/$generichide,~third-party +@@||forums.oculusvr.com/themes/oculus/design/$image @@||fptplay.net/static/img/share/$image +@@||freemake.com/frm/images/youtube_to_mp3/youtube.jpg @@||freeonlineseo.org/theme/default/$image @@||freshdesk.de/themes/freshdesk/images/icons/social-$image @@||friendfeed.com/static/images/icons/$~third-party @@ -19659,7 +19844,7 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||googleapis.com/hiveweb/img/icon_google.svg$domain=hive.im @@||googlecode.com/hg/icons/$image,domain=enjoyfreeware.org @@||googleusercontent.com^*_social_icons.css$domain=forums.whatthetech.com -@@||googlewatchblog.de/wp-content/uploads/$image,domain=googlewatchblog.de +@@||googlewatchblog.de/wp-content/uploads/facebook-$image,domain=googlewatchblog.de @@||gorod-812.ru/wp-content/plugins/easy-vkontakte-connect/js/social-likes.min.js @@||graphiq.com^*/Social_$image,domain=insidegov.com @@||greenhouse.io/assets/social_media_$script,domain=greenhouse.io @@ -19832,6 +20017,7 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||play.ludigames.com^*/pc_share_$image @@||player.fm^*/social-icons/$image @@||playkeepout.com/img/common/sharing/ +@@||playsaurus.com^*/ui/icons/$image,~third-party @@||plus.im/static/img/facebook.png @@||plus.im/static/img/facebook_over.png @@||podaj.to/images/$image,~third-party @@ -19945,8 +20131,6 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||superstars.news/wp-content/uploads/*-social-media-$image,~third-party @@||swappa.com/static/icons/social/login_$image @@||symantec.com/content/*/about/images/social/b-$image -@@||syndication.twitter.com/tweets.json?*&callback=$script -@@||syndication.twitter.com/tweets.json?callback=$script @@||t3n.de/news/wp-content/uploads/*/social_media_ @@||tabletowo.pl/wp-content/uploads/$image @@||teamquest.pl/img/static/$image @@ -19985,7 +20169,6 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||tv-kino.net/wp-content/plugins/fb-traffic-pop/ @@||twimg.com/client_application_images/$image,domain=twitter.com @@||twimg.com/profile_images/$image,domain=twitter.com -@@||twimg.com/tweets.json?*callback$script @@||twimg.com/widgets/video?$script @@||twimg.com^*/img/twitter_web_sprite_$domain=twitter.com @@||twimg.com^*/tweets.js$domain=twitter.com @@ -20003,13 +20186,15 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||vimeocdn.com/js_opt/share2_combined.min.js$domain=vimeo.com @@||vimeocdn.com^*/facebook.svg$domain=vimeo.com @@||visuals.feedly.com^*/resize?url=$image -@@||vk.com/js/al/sharebox.js -@@||vk.me/js/al/sharebox.js +@@||vk.com^*/sharebox.$domain=vk.com|vk.me +@@||vk.me^*/sharebox.$domain=vk.com|vk.me @@||vpobede.ru/assets/images/footer-social/$~third-party,xmlhttprequest @@||vpornoonlain.tv^*/share/$image,~third-party @@||wappalyzer.com/sites/default/files/icons/$image @@||wat.*/assets/images/common/fbsubscribe.jpg @@||watch.aetnd.com^*_SocialMedia_$image +@@||wavebox.io/wp-content/uploads/$image +@@||wavebox.io^$generichide @@||weather.com/cssRollup? @@||weather.com/jsRollup? @@||webgate.ec.europa.eu/cas/images/logo-twitter- @@ -20032,10 +20217,12 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||wordpress.com/connect/googleplus-sign-in.js @@||workflowy.com^*/hatching_twitter.png @@||workflowy.com^*/twitter_logo.png +@@||worldwidedx.com/attachments/$image,~third-party @@||wp.com/ogyoutube.ogdownloaderapk.com^*/og-youtube.png @@||wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-facebook.png @@||wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-twitter.png @@||wp.com^*/Twitter_$image,domain=stadt-bremerhaven.de +@@||wp.com^*/wp-content/uploads/$image,domain=inoreader.com @@||wphub.com/wp-content/uploads/2010/05/design-freebies-vector-social-icon-set1-138x98.png @@||wpimg.pl^*/dynamic_content/$image,domain=pilot.wp.pl @@||wsj.net^*/social_icons.png$domain=marketwatch.com @@ -20052,7 +20239,7 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||xmarks.com/share/share_$~third-party @@||xssposed.org/images/design/sign-in-with-twitter-gray.png @@||y2mate.com/themes/images/tip-download-youtube.jpg$image -@@||yandex.st/share/share.js$domain=66.ru +@@||yandex.st/share/share.js$domain=66.ru|vnukovo.ru @@||yarobleirc.ru/bitrix/templates/yarobleirc/js/twitterFetcher_min.js @@||yastatic.net/share2/share.js$script @@||yimg.com/ud/fp/js/SocialBar$script,domain=mobi.yahoo.com @@ -20071,33 +20258,45 @@ fark.com,github.com,github.io,justwatch.com,marketplace.firefox.com,vvhp.net#@#i @@||allestörungen.at^$generichide @@||allestörungen.ch^$generichide @@||allestörungen.de^$generichide -@@||aussieoutages.com^$generichide -@@||canadianoutages.com^$generichide -@@||downdetctor.cl^$generichide @@||downdetector.ae^$generichide +@@||downdetector.ca^$generichide +@@||downdetector.cl^$generichide @@||downdetector.co.nz^$generichide @@||downdetector.co.uk^$generichide @@||downdetector.co.za^$generichide @@||downdetector.com.ar^$generichide +@@||downdetector.com.au^$generichide @@||downdetector.com.br^$generichide +@@||downdetector.com.co^$generichide @@||downdetector.com/static/$image @@||downdetector.com^$generichide +@@||downdetector.cz^$generichide @@||downdetector.dk^$generichide +@@||downdetector.ec^$generichide @@||downdetector.es^$generichide @@||downdetector.fi^$generichide @@||downdetector.fr^$generichide +@@||downdetector.gr^$generichide @@||downdetector.hk^$generichide +@@||downdetector.hr^$generichide +@@||downdetector.hu^$generichide +@@||downdetector.id^$generichide @@||downdetector.ie^$generichide @@||downdetector.in^$generichide @@||downdetector.it^$generichide @@||downdetector.jp^$generichide @@||downdetector.mx^$generichide +@@||downdetector.my^$generichide @@||downdetector.no^$generichide +@@||downdetector.pe^$generichide +@@||downdetector.pk^$generichide @@||downdetector.pl^$generichide @@||downdetector.pt^$generichide +@@||downdetector.ro^$generichide @@||downdetector.ru^$generichide @@||downdetector.se^$generichide @@||downdetector.sg^$generichide +@@||downdetector.sk^$generichide @@||downdetector.web.tr^$generichide ! "Muzli - Design Breakfast" Chrome new tab extension (https://chrome.google.com/webstore/detail/muzli-design-breakfast/glcipcfhmopcgidicgdociohdoicpdfc) @@||aquest.it/images/aq_facebook.jpg diff --git a/app/src/main/assets/de/about_changelog_dark.html b/app/src/main/assets/de/about_changelog_dark.html index eed6ff18..c06edf87 100644 --- a/app/src/main/assets/de/about_changelog_dark.html +++ b/app/src/main/assets/de/about_changelog_dark.html @@ -30,6 +30,24 @@ +

3.4 (version code 48)

+

28. März 2020 - Mindest-API 19, Ziel-API 29

+ +

3.3 (version code 47)

3. Januar 2020 - Mindest-API 19, Ziel-API 29

3.0.1 (version du code 44)

@@ -115,11 +133,11 @@
  • Ajout de la nvaigation par onglet.
  • Correction d'un bug qui coupait le bas de la WebView lorsque le défilement de la barre d'applications était désactivé.
  • -
  • Correction d'un bug qui faisait redémarrer le Privacy Browser à chaque fois qu'un clavier Bluetooth était connecté / déconnecté.
  • -
  • MAJ traduction en Allemand effectuée par Bernhard G. Keller.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Correction d'un bug qui faisait redémarrer le Privacy Browser à chaque fois qu'un clavier Bluetooth était connecté / déconnecté.
  • +
  • Traduction allemand mise à jour fournie par Bernhard G. Keller.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Turc.
@@ -141,9 +159,9 @@
  • Autoriser la définition des applications par défaut à partir du sélecteur Ouvrir avec.
  • Corrige un bug qui permettait à la syntaxe des URL d'être mis en évidence lors de la saisie .
  • Correction de la boîte de dialogue de non-concordance s'affichant parfois alors qu'il n'y a pas de non-concordance .
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Allemand by Bernhard G. Keller.
  • Traduction partielle en Turc.
  • @@ -159,9 +177,9 @@
  • Amélioration de la couleur de sélection du texte en mode sombre.
  • Mise en place de différentes améliorations de la vue base de données des favoris.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Turc.
  • @@ -186,9 +204,9 @@
  • Création d'un thème sombre pour l'animation Glisser pour rafraîchir.
  • Ajout de l'option Glisser pour rafraîchir dans la vue Voir Source.
  • Suppression de la librairie Ad Consent de Google dans la version gratuite.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Turc.
  • @@ -203,9 +221,9 @@
  • Revenir au début de la text box de l'URL aprèd édition.
  • Autoriser de quitter la vue Favoris directement depuis un sous-dossier.
  • Changement de l'icône de l'application à l'ancien style pour les anciennes version d'Android.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.13 (version du code 36)

    @@ -222,9 +240,9 @@
  • Corrige le status du menu Supprimer les données sur Oreo (Android 8.0) et plus récent.
  • Corrige la taille du message En attente d'Orbot.
  • Changement API optimale vers 28 (Android 9 Pie).
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.12 (version du code 35)

    @@ -238,9 +256,9 @@
  • Corrige le message “En attente d'Orbot”.
  • Corrige deux bugs le traitement des listes noires.
  • Corrige deux problèmes avec le lecture vidéo en plein écran.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.11 (version du code 34)

    @@ -253,10 +271,10 @@
  • Remplacement de l'icône sur les formulaires de données par l'icône refraîchir dans la barre de navigation.
  • Option de suppression des formulaires de données pour les version d'Android Oreo et ultérieure.
  • Corrige un plantage lors de la visualisation ou du chargement des paramètres de domaines avec une URL vierge.
  • -
  • MAJ traduction partielle en Allemand effectuée par Stefan Erhardt.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction partielle en allemand mise à jour fournie par Stefan Erhardt.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.10 (version du code 33)

    @@ -274,9 +292,9 @@ qui ne pouvaient s'appliquer qu'après un lancement de l'appli.
  • Amélioration du workflow lors de l'ajout et de l'édition des paramétrages des domaines depuis la vue Options.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.9 (version du code 32)

    @@ -292,10 +310,10 @@
  • Ajout d'un avertissement qui indique que le Mode Incognito désactive la navigation dans l'historique.
  • Permettre aux cookies d'être sauvegardés lorsque le Mode Incognito est activé.
  • Ne pas recharger la page web lors du redémarrage depuis le launcher.
  • -
  • MAJ partielle traduction en Allemand effectuée par Stefan Erhardt.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • +
  • Traduction partielle en allemand mise à jour fournie par Stefan Erhardt.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • Première Traduction complète en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.8.1 (version du code 31)

    @@ -315,9 +333,9 @@
  • Corrige le formatage de la couleur dans la barre d'URL.
  • Clarification du langage dans la politique de vie privée.
  • MAJ API optimale : Passage à 27 (Android Oreo, 8.1.0).
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • Traduction partielle en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.7.2 (version du code 29)

    @@ -326,8 +344,8 @@
  • Ajout d'un élément d'options pour création/edition des paramètres du domaine courant.
  • Ouverture des hyperliens de numéro de téléphone dans l'application de numérotation.
  • Corrige une erreur empêchant la mise à disposition des versions 2.7 et 2.7.1 dans F-Droid.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.7.1 (version du code 28)

    @@ -343,8 +361,8 @@
  • Empêcher le mode nuit d'afficher un fond blanc lors du chargement de nouvelles pages.
  • MAJ des user agents.
  • MAJ API optimale : vers 26 (Android Oreo, 8.0.0).
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.6 (version du code 26)

    @@ -354,8 +372,8 @@
  • MAJ du thème sombre affichant les sections A propos et Guide.
  • Ajout du support pour l'authentification HTTP.
  • Code couleur des CN dans la popup du certificat SSL.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.5 (version du code 25)

    @@ -373,8 +391,8 @@
  • Beaucoup de petites améliorations ont été effectuées à la vue Domaines.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.4 (version du code 24)

    @@ -389,8 +407,8 @@ ou les données de formulaire sont vidées depuis le menu options.
  • Correction d'un bug qui perdait les modifications effectuées après un redémarrage.
  • Correction d'un bug avec le spinner layout sur des terminaux Huawei.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.3 (version du code 23)

    @@ -404,8 +422,8 @@
  • Ajout d'un titre à l'URL lors du partage.
  • Désactiver les options sur les cookies tiers sur KitKat car cela ne fonctionne que sur Lollipop et plus récent.
  • Déplacement de Rafraîchir au bas du menu Options.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.2 (version du code 22)

    @@ -424,8 +442,8 @@
  • MAJ de la politique de vie privée en version 1.4.
  • MAJ de de la liste des serveurs de pubs depuis pgl.yoyo.org.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.1 (version du code 21)

    @@ -440,8 +458,8 @@
  • Réappliquer les paramètres du domain après la fermeture des vues Paramètres ou Domaines.
  • Arrondir les coins de custom domain settings highlight.
  • Déplacer la barre de progression au bas de l'application.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.0.1 (version du code 20)

    @@ -451,8 +469,8 @@
  • N'appliquer les paramètres aux sous-domaines uniquement si *. est spécifié au début du nom des domaines.
  • Recharger les paramètres du domaine lors de la navigation avec le bouton Retour.
  • Remplissage automatique de la boîte de dialogue de création d'un favori.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.0 (version du code 19)

    @@ -461,8 +479,8 @@
  • Mise en place de paramètres personnalisés pour les domaines.
  • Lors de l'usage du Proxy Tor, attendre qu'Orbot soit prêt avant de charger la page.
  • Utilisation des moteurs de recherche .onion lors de l'utilisation du proxy via Tor.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 1.15 (version du code 18)

    @@ -474,8 +492,8 @@
  • Permettre le téléchargement de fichier sur des sites webs qui nécessite un identifiant. Contribution d'Hendrik Knackstedt.
  • Corrige un plantage lors de tentative télécharger un fichier qui n'avait pas d'URI HTTP ou HTTPS..
  • -
  • Première traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Première traduction en italien fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 1.14.1 (version du code 17)

    @@ -496,8 +514,9 @@ inactif par défaut.
  • Correction d'un bug qui de temps en temps affichait la barre de navigation en gris en plein écran en naviguant entre les applications.
  • MAJ API optimale : vers 25.
  • -
  • MAJ de la traduction partielle en - Espagnol.
  • +
  • MAJ de la + traduction partielle en + Espagnol.
  • 1.13 (version du code 15)

    @@ -512,7 +531,7 @@
  • MAJ de la politique de vie privée en version 1.3.
  • Traduction partielle en Espagnol.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.12 (version du code 14)

    @@ -526,7 +545,7 @@
  • Corrige un plantage lors de l'affichage d'erreur sur un certificat SSL Certificate sur Android KitKat et Lollipop.
  • Corrige un plantage sur certains fichiers téléchargés causés par l'impossibilité de lire l'en-tête de disposition de contenu (Content-Disposition) correctement.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.11 (version du code 13)

    @@ -536,7 +555,7 @@
  • Correction d'un bug introduit en version 1.10 qui consommait énormément de CPU sans bonne raison.
  • Ajout du support de l'impression.
  • Corrige le téléchargement de fichier sur KitKat et Lollipop.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.10 (version du code 12)

    @@ -549,7 +568,7 @@
  • Ajout de boutons d'actions optionnels les cookies, le stockage du DOM, et les formulaire de données.
  • MAJ user agents et ajout de Safari sur iOS et OS X.
  • Ajout StartPage et Qwant à la liste des moteurs de recherche.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.9.1 (version du code 11)

    @@ -561,7 +580,7 @@

    1.9 (version du code 10)

    26 Août 2016 - API minimale : 19, API optimale : 23

      -
    • Traduction en Allemand effectuée par Aaron Gerlach.
    • +
    • Traduction en allemand effectuée par Aaron Gerlach.
    • Ajout la possibilité de voir les détails des certificats SSL et les messages d'erreur SSL. Cela permet à Privacy Browser de charger des pages web avec des certificatsd auto-signés.
    • Ajout du contrôlé de la taille de police.
    • diff --git a/app/src/main/assets/fr/about_changelog_light.html b/app/src/main/assets/fr/about_changelog_light.html index ded861be..71230f75 100644 --- a/app/src/main/assets/fr/about_changelog_light.html +++ b/app/src/main/assets/fr/about_changelog_light.html @@ -26,6 +26,24 @@ +

      3.4 (version du code 48)

      +

      28 Mars 2020 - API minimale : 19, API optimale : 29

      + +

      3.3 (version du code 47)

      3 Janvier 2020 - API minimale : 19, API optimale : 29

        @@ -44,10 +62,10 @@
      • Mise à jour de Voir Source pour utiliser les en-têtes Sec-Fetch.
      • Passage de l'API cible à 29 (Android 10).
      • Traduction française par Kévin LE FLOHIC.
      • -
      • MAJ traduction en Allemand effectuée par Bernhard G. Keller.
      • -
      • MAJ traduction en Italien effectuée par Francesco Buratti.
      • -
      • MAJ traduction en Russe.
      • -
      • MAJ traduction en Espagnol effectuée par Jose A. León.
      • +
      • Traduction allemand mise à jour fournie par Bernhard G. Keller.
      • +
      • Traduction italien mise à jour fournie par Francesco Buratti.
      • +
      • Traduction russe mise à jour.
      • +
      • Traduction espagnol mise à jour fournie par Jose A. León.

      3.2 (version du code 46)

      @@ -67,11 +85,11 @@
    • MAJ des en-têtes des requêtes dans la Vue Source.
    • Correction d'un nombre de plantages.
    • -
    • MAJ traduction en Allemand effectuée par Bernhard G. Keller.
    • -
    • MAJ traduction en Italien effectuée par Francesco Buratti.
    • -
    • MAJ traduction en Russe.
    • -
    • MAJ traduction en Espagnol effectuée par Jose A. León.
    • -
    • MAJ traduction en Turc.
    • +
    • Traduction allemand mise à jour fournie par Bernhard G. Keller.
    • +
    • Traduction italien mise à jour fournie par Francesco Buratti.
    • +
    • Traduction russe mise à jour.
    • +
    • Traduction espagnol mise à jour fournie par Jose A. León.
    • +
    • Traduction turc mise à jour.

    3.1 (version du code 45)

    @@ -93,10 +111,10 @@
  • Amélioration du chargement et de la navigation entre onglets.
  • Affichage du fournisseur WebView dans A propos > Version sur Android Oreo et plus.
  • Première traduction complète en Turc
  • -
  • MAJ traduction en Allemand effectuée par Bernhard G. Keller.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction allemand mise à jour fournie par Bernhard G. Keller.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 3.0.1 (version du code 44)

    @@ -115,11 +133,11 @@
    • Ajout de la nvaigation par onglet.
    • Correction d'un bug qui coupait le bas de la WebView lorsque le défilement de la barre d'applications était désactivé.
    • -
    • Correction d'un bug qui faisait redémarrer le Privacy Browser à chaque fois qu'un clavier Bluetooth était connecté / déconnecté.
    • -
    • MAJ traduction en Allemand effectuée par Bernhard G. Keller.
    • -
    • MAJ traduction en Italien effectuée par Francesco Buratti.
    • -
    • MAJ traduction en Russe.
    • -
    • MAJ traduction en Espagnol effectuée par Jose A. León.
    • +
    • Correction d'un bug qui faisait redémarrer le Privacy Browser à chaque fois qu'un clavier Bluetooth était connecté / déconnecté.
    • +
    • Traduction allemand mise à jour fournie par Bernhard G. Keller.
    • +
    • Traduction italien mise à jour fournie par Francesco Buratti.
    • +
    • Traduction russe mise à jour.
    • +
    • Traduction espagnol mise à jour fournie par Jose A. León.
    • Traduction partielle en Turc.
    @@ -141,9 +159,9 @@
  • Autoriser la définition des applications par défaut à partir du sélecteur Ouvrir avec.
  • Corrige un bug qui permettait à la syntaxe des URL d'être mis en évidence lors de la saisie .
  • Correction de la boîte de dialogue de non-concordance s'affichant parfois alors qu'il n'y a pas de non-concordance .
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Allemand by Bernhard G. Keller.
  • Traduction partielle en Turc.
  • @@ -159,9 +177,9 @@
  • Amélioration de la couleur de sélection du texte en mode sombre.
  • Mise en place de différentes améliorations de la vue base de données des favoris.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Turc.
  • @@ -186,9 +204,9 @@
  • Création d'un thème sombre pour l'animation Glisser pour rafraîchir.
  • Ajout de l'option Glisser pour rafraîchir dans la vue Voir Source.
  • Suppression de la librairie Ad Consent de Google dans la version gratuite.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • Traduction partielle en Turc.
  • @@ -203,9 +221,9 @@
  • Revenir au début de la text box de l'URL aprèd édition.
  • Autoriser de quitter la vue Favoris directement depuis un sous-dossier.
  • Changement de l'icône de l'application à l'ancien style pour les anciennes version d'Android.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.13 (version du code 36)

    @@ -222,9 +240,9 @@
  • Corrige le status du menu Supprimer les données sur Oreo (Android 8.0) et plus récent.
  • Corrige la taille du message En attente d'Orbot.
  • Changement API optimale vers 28 (Android 9 Pie).
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.12 (version du code 35)

    @@ -238,9 +256,9 @@
  • Corrige le message “En attente d'Orbot”.
  • Corrige deux bugs le traitement des listes noires.
  • Corrige deux problèmes avec le lecture vidéo en plein écran.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.11 (version du code 34)

    @@ -253,10 +271,10 @@
  • Remplacement de l'icône sur les formulaires de données par l'icône refraîchir dans la barre de navigation.
  • Option de suppression des formulaires de données pour les version d'Android Oreo et ultérieure.
  • Corrige un plantage lors de la visualisation ou du chargement des paramètres de domaines avec une URL vierge.
  • -
  • MAJ traduction partielle en Allemand effectuée par Stefan Erhardt.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction partielle en allemand mise à jour fournie par Stefan Erhardt.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.10 (version du code 33)

    @@ -274,9 +292,9 @@ qui ne pouvaient s'appliquer qu'après un lancement de l'appli.
  • Amélioration du workflow lors de l'ajout et de l'édition des paramétrages des domaines depuis la vue Options.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction russe mise à jour.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.9 (version du code 32)

    @@ -292,10 +310,10 @@
  • Ajout d'un avertissement qui indique que le Mode Incognito désactive la navigation dans l'historique.
  • Permettre aux cookies d'être sauvegardés lorsque le Mode Incognito est activé.
  • Ne pas recharger la page web lors du redémarrage depuis le launcher.
  • -
  • MAJ partielle traduction en Allemand effectuée par Stefan Erhardt.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • +
  • Traduction partielle en allemand mise à jour fournie par Stefan Erhardt.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • Première Traduction complète en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.8.1 (version du code 31)

    @@ -315,9 +333,9 @@
  • Corrige le formatage de la couleur dans la barre d'URL.
  • Clarification du langage dans la politique de vie privée.
  • MAJ API optimale : Passage à 27 (Android Oreo, 8.1.0).
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • Traduction partielle en Russe.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.7.2 (version du code 29)

    @@ -326,8 +344,8 @@
  • Ajout d'un élément d'options pour création/edition des paramètres du domaine courant.
  • Ouverture des hyperliens de numéro de téléphone dans l'application de numérotation.
  • Corrige une erreur empêchant la mise à disposition des versions 2.7 et 2.7.1 dans F-Droid.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.7.1 (version du code 28)

    @@ -343,8 +361,8 @@
  • Empêcher le mode nuit d'afficher un fond blanc lors du chargement de nouvelles pages.
  • MAJ des user agents.
  • MAJ API optimale : vers 26 (Android Oreo, 8.0.0).
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.6 (version du code 26)

    @@ -354,8 +372,8 @@
  • MAJ du thème sombre affichant les sections A propos et Guide.
  • Ajout du support pour l'authentification HTTP.
  • Code couleur des CN dans la popup du certificat SSL.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.5 (version du code 25)

    @@ -373,8 +391,8 @@
  • Beaucoup de petites améliorations ont été effectuées à la vue Domaines.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.4 (version du code 24)

    @@ -389,8 +407,8 @@ ou les données de formulaire sont vidées depuis le menu options.
  • Correction d'un bug qui perdait les modifications effectuées après un redémarrage.
  • Correction d'un bug avec le spinner layout sur des terminaux Huawei.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.3 (version du code 23)

    @@ -404,8 +422,8 @@
  • Ajout d'un titre à l'URL lors du partage.
  • Désactiver les options sur les cookies tiers sur KitKat car cela ne fonctionne que sur Lollipop et plus récent.
  • Déplacement de Rafraîchir au bas du menu Options.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.2 (version du code 22)

    @@ -424,8 +442,8 @@
  • MAJ de la politique de vie privée en version 1.4.
  • MAJ de de la liste des serveurs de pubs depuis pgl.yoyo.org.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.1 (version du code 21)

    @@ -440,8 +458,8 @@
  • Réappliquer les paramètres du domain après la fermeture des vues Paramètres ou Domaines.
  • Arrondir les coins de custom domain settings highlight.
  • Déplacer la barre de progression au bas de l'application.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.0.1 (version du code 20)

    @@ -451,8 +469,8 @@
  • N'appliquer les paramètres aux sous-domaines uniquement si *. est spécifié au début du nom des domaines.
  • Recharger les paramètres du domaine lors de la navigation avec le bouton Retour.
  • Remplissage automatique de la boîte de dialogue de création d'un favori.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 2.0 (version du code 19)

    @@ -461,8 +479,8 @@
  • Mise en place de paramètres personnalisés pour les domaines.
  • Lors de l'usage du Proxy Tor, attendre qu'Orbot soit prêt avant de charger la page.
  • Utilisation des moteurs de recherche .onion lors de l'utilisation du proxy via Tor.
  • -
  • MAJ traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Traduction italien mise à jour fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 1.15 (version du code 18)

    @@ -474,8 +492,8 @@
  • Permettre le téléchargement de fichier sur des sites webs qui nécessite un identifiant. Contribution d'Hendrik Knackstedt.
  • Corrige un plantage lors de tentative télécharger un fichier qui n'avait pas d'URI HTTP ou HTTPS..
  • -
  • Première traduction en Italien effectuée par Francesco Buratti.
  • -
  • MAJ traduction en Espagnol effectuée par Jose A. León.
  • +
  • Première traduction en italien fournie par Francesco Buratti.
  • +
  • Traduction espagnol mise à jour fournie par Jose A. León.
  • 1.14.1 (version du code 17)

    @@ -496,8 +514,9 @@ inactif par défaut.
  • Correction d'un bug qui de temps en temps affichait la barre de navigation en gris en plein écran en naviguant entre les applications.
  • MAJ API optimale : vers 25.
  • -
  • MAJ de la traduction partielle en - Espagnol.
  • +
  • MAJ de la + traduction partielle en + Espagnol.
  • 1.13 (version du code 15)

    @@ -512,7 +531,7 @@
  • MAJ de la politique de vie privée en version 1.3.
  • Traduction partielle en Espagnol.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.12 (version du code 14)

    @@ -526,7 +545,7 @@
  • Corrige un plantage lors de l'affichage d'erreur sur un certificat SSL Certificate sur Android KitKat et Lollipop.
  • Corrige un plantage sur certains fichiers téléchargés causés par l'impossibilité de lire l'en-tête de disposition de contenu (Content-Disposition) correctement.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.11 (version du code 13)

    @@ -536,7 +555,7 @@
  • Correction d'un bug introduit en version 1.10 qui consommait énormément de CPU sans bonne raison.
  • Ajout du support de l'impression.
  • Corrige le téléchargement de fichier sur KitKat et Lollipop.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.10 (version du code 12)

    @@ -549,7 +568,7 @@
  • Ajout de boutons d'actions optionnels les cookies, le stockage du DOM, et les formulaire de données.
  • MAJ user agents et ajout de Safari sur iOS et OS X.
  • Ajout StartPage et Qwant à la liste des moteurs de recherche.
  • -
  • MAJ traduction en Allemand effectuée par Aaron Gerlach.
  • +
  • Traduction en allemand mise à jour fournie par Aaron Gerlach.
  • 1.9.1 (version du code 11)

    @@ -561,7 +580,7 @@

    1.9 (version du code 10)

    26 Août 2016 - API minimale : 19, API optimale : 23